Based-on: <cover.1635036053.git.bala...@eik.bme.hu> ^ (hw/sh4: Codeing style fixes)
Continuing the clean up stared in previous series this now removes printfs and QOM-ify sh_serial. v3: Correct mistakes found in review, drop size change of sh_intc iomem as that was wrong so only rename it, more clean ups v2: separate sh_serial trace events, split QOM-ify patch for easier review and some more patches to clean up sh_intc a bit Regards, BALATON Zoltan (18): hw/sh4: Fix typos in a comment hw//sh4: Use qemu_log instead of fprintf to stderr hw/sh4: Change debug printfs to traces hw/sh4/r2d: Use error_report instead of fprintf to stderr hw/char/sh_serial: Rename type sh_serial_state to SHSerialState hw/char/sh_serial: QOM-ify hw/char/sh_serial: Add device id to trace output hw/intc/sh_intc: Use existing macro instead of local one hw/intc/sh_intc: Turn some defines into an enum hw/intc/sh_intc: Rename iomem region hw/intc/sh_intc: Drop another useless macro hw/intc/sh_intc: Move sh_intc_register() closer to its only user hw/intc/sh_intc: Remove excessive parenthesis hw/intc/sh_intc: Use array index instead of pointer arithmetics hw/sh4/sh_intc: Inline and drop sh_intc_source() function hw/intc/sh_intc: Replace abort() with g_assert_not_reached() hw/intc/sh_intc: Avoid using continue in loops hw/intc/sh_intc: Simplify allocating sources array hw/char/sh_serial.c | 149 ++++++++++-------- hw/char/trace-events | 4 + hw/intc/sh_intc.c | 348 ++++++++++++++++-------------------------- hw/intc/trace-events | 8 + hw/sh4/r2d.c | 5 +- hw/sh4/sh7750.c | 87 +++++++---- hw/sh4/trace-events | 3 + hw/sh4/trace.h | 1 + hw/timer/sh_timer.c | 14 +- hw/timer/trace-events | 3 + include/hw/sh4/sh.h | 9 +- meson.build | 1 + 12 files changed, 304 insertions(+), 328 deletions(-) create mode 100644 hw/sh4/trace-events create mode 100644 hw/sh4/trace.h -- 2.21.4