OSDN Git Service

hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Jun 2020 12:44:35 +0000 (13:44 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
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é <f4bug@amsat.org>
Message-id: 20200525114123.21317-3-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/pxa2xx.c