hw/arm/omap1: Convert raw printfs to qemu_log_mask()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 27 Feb 2025 17:01:13 +0000 (17:01 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 5 Mar 2025 01:13:29 +0000 (02:13 +0100)
commit08c99626cb66dda00a66d4396f7e0ccf6dec75fd
treedb28177c16569d0a1b1f33173176b4e76487c9b6
parent5f6cb3ca97c7ff4999855f561cc7b64e148cf497
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>
hw/arm/omap1.c