Re: [PATCH 0/5] hw/arm: Remove printf() calls

2025-03-03 Thread Philippe Mathieu-Daudé
On 27/2/25 18:01, Peter Maydell wrote: Peter Maydell (5): hw/arm/omap1: Convert raw printfs to qemu_log_mask() hw/arm/omap1: Drop ALMDEBUG ifdeffed out code hw/arm/omap1: Convert information printfs to tracepoints hw/arm/omap_sx1.c: Remove ifdeffed out debug printf hw/arm/versatil

Re: [PATCH 0/5] hw/arm: Remove printf() calls

2025-02-27 Thread Richard Henderson
On 2/27/25 09:01, Peter Maydell wrote: Peter Maydell (5): hw/arm/omap1: Convert raw printfs to qemu_log_mask() hw/arm/omap1: Drop ALMDEBUG ifdeffed out code hw/arm/omap1: Convert information printfs to tracepoints hw/arm/omap_sx1.c: Remove ifdeffed out debug printf hw/arm/versatile

[PATCH 0/5] hw/arm: Remove printf() calls

2025-02-27 Thread Peter Maydell
I noticed while looking at the sx1 functional tests that the omap1 device emulation code prints to stdout "omap_clkm_write: clocking scheme set to synchronous scalable" which the test dutifully captures to its default.log. Printing this kind of debug or information message to stdout is definitely