Re: [PATCH 2/5] hw/arm/omap1: Drop ALMDEBUG ifdeffed out code

2025-02-27 Thread Philippe Mathieu-Daudé
On 27/2/25 18:01, Peter Maydell wrote: In omap1.c, there are some debug printfs in the omap_rtc_write() function that are guardad by ifdef ALMDEBUG. ALMDEBUG is never set, so this is all dead code. It's not worth the effort of converting all of these to tracepoints; a modern tracepoint approach

[PATCH 2/5] hw/arm/omap1: Drop ALMDEBUG ifdeffed out code

2025-02-27 Thread Peter Maydell
In omap1.c, there are some debug printfs in the omap_rtc_write() function that are guardad by ifdef ALMDEBUG. ALMDEBUG is never set, so this is all dead code. It's not worth the effort of converting all of these to tracepoints; a modern tracepoint approach would probably have a single tracepoint c