summaryrefslogtreecommitdiffstats
path: root/linux-headers
diff options
context:
space:
mode:
authorThomas Huth2018-10-05 17:00:01 +0200
committerCornelia Huck2018-10-12 11:32:18 +0200
commitc91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9 (patch)
tree2e91531f8ef370b293f51f77e87182b8828d1d53 /linux-headers
parentMerge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into ... (diff)
downloadqemu-c91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9.tar.gz
qemu-c91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9.tar.xz
qemu-c91a2a21dffa4cd8c04b0f6ed376cfb1d4d182c9.zip
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 <thuth@redhat.com> Message-Id: <1538751601-7433-1-git-send-email-thuth@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'linux-headers')
0 files changed, 0 insertions, 0 deletions