]> Git Repo - qemu.git/commit
hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 2 Jun 2020 12:44:35 +0000 (13:44 +0100)
committerPeter Maydell <[email protected]>
Fri, 5 Jun 2020 16:23:08 +0000 (17:23 +0100)
commitfc417e5b5784eec92163ad36140ab029c6661b5f
tree16ed0015ade570a5abba986b75344a91e46b304e
parent3a37f23979ac8179dd297b45cd23020a610002ef
hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()

Replace printf() calls by qemu_log_mask(), which is disabled
by default. This avoid flooding the terminal when fuzzing the
device.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20200525114123[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/pxa2xx.c
This page took 0.024787 seconds and 4 git commands to generate.