]> Git Repo - qemu.git/commit
target/s390x/excp_helper: Remove DPRINTF() macro
authorThomas Huth <[email protected]>
Fri, 5 Oct 2018 15:00:01 +0000 (17:00 +0200)
committerCornelia Huck <[email protected]>
Fri, 12 Oct 2018 09:32:18 +0000 (11:32 +0200)
commitc91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9
tree2e91531f8ef370b293f51f77e87182b8828d1d53
parent75e50c80e051423a6f55a34ee4a1eec842444a5b
target/s390x/excp_helper: Remove DPRINTF() macro

Debug macros that are disabled by default should be avoided (since the
code bit-rots quite easily). Thus turn these debug prints into proper
qemu_log_mask(CPU_LOG_xxx, ...) statements instead. The DPRINTF statements
in do_[ext|io|mchk]_interrupt can even be removed completely since we can
log the information in a central place, s390_cpu_do_interrupt, instead.

Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <1538751601[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
target/s390x/excp_helper.c
This page took 0.020269 seconds and 4 git commands to generate.