aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api-macros/src
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2025-02-27 17:01:13 +0000
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-03-05 02:13:29 +0100
commit08c99626cb66dda00a66d4396f7e0ccf6dec75fd (patch)
treedb28177c16569d0a1b1f33173176b4e76487c9b6 /rust/qemu-api-macros/src
parent5f6cb3ca97c7ff4999855f561cc7b64e148cf497 (diff)
downloadqemu-08c99626cb66dda00a66d4396f7e0ccf6dec75fd.zip
qemu-08c99626cb66dda00a66d4396f7e0ccf6dec75fd.tar.gz
qemu-08c99626cb66dda00a66d4396f7e0ccf6dec75fd.tar.bz2
hw/arm/omap1: Convert raw printfs to qemu_log_mask()
omap1.c is very old code, and it contains numerous calls direct to printf() for various error and information cases. In this commit, convert the printf() calls that are for either guest error or unimplemented functionality to qemu_log_mask() calls. This leaves the printf() calls that are informative or which are ifdeffed-out debug statements untouched. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250227170117.1726895-2-peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api-macros/src')
0 files changed, 0 insertions, 0 deletions