All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] More SH4 clean ups
@ 2021-10-27 13:46 BALATON Zoltan
  2021-10-27 13:46 ` [PATCH v2 02/11] hw//sh4: Use qemu_log instead of fprintf to stderr BALATON Zoltan
                   ` (10 more replies)
  0 siblings, 11 replies; 27+ messages in thread
From: BALATON Zoltan @ 2021-10-27 13:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Richard Henderson, Magnus Damm, Yoshinori Sato

Based-on: <cover.1635036053.git.balaton@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.

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

BALATON Zoltan (11):
  hw/sh4: Fix a typo 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: Clean up iomem region
  hw/intc/sh_intc: Drop another useless macro

 hw/char/sh_serial.c   | 149 +++++++++++++++++++++++------------------
 hw/char/trace-events  |   4 ++
 hw/intc/sh_intc.c     | 151 +++++++++++++-----------------------------
 hw/intc/trace-events  |   8 +++
 hw/sh4/r2d.c          |   5 +-
 hw/sh4/sh7750.c       |  83 +++++++++++++++--------
 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, 214 insertions(+), 217 deletions(-)
 create mode 100644 hw/sh4/trace-events
 create mode 100644 hw/sh4/trace.h

-- 
2.21.4



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2021-10-27 17:45 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 13:46 [PATCH v2 00/11] More SH4 clean ups BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 02/11] hw//sh4: Use qemu_log instead of fprintf to stderr BALATON Zoltan
2021-10-27 15:54   ` Philippe Mathieu-Daudé
2021-10-27 16:13     ` BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 03/11] hw/sh4: Change debug printfs to traces BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 07/11] hw/char/sh_serial: Add device id to trace output BALATON Zoltan
2021-10-27 15:40   ` Philippe Mathieu-Daudé
2021-10-27 13:46 ` [PATCH v2 10/11] hw/intc/sh_intc: Clean up iomem region BALATON Zoltan
2021-10-27 15:58   ` Philippe Mathieu-Daudé
2021-10-27 16:11     ` BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 09/11] hw/intc/sh_intc: Turn some defines into an enum BALATON Zoltan
2021-10-27 15:50   ` Philippe Mathieu-Daudé
2021-10-27 16:18     ` BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 04/11] hw/sh4/r2d: Use error_report instead of fprintf to stderr BALATON Zoltan
2021-10-27 15:54   ` Philippe Mathieu-Daudé
2021-10-27 13:46 ` [PATCH v2 01/11] hw/sh4: Fix a typo in a comment BALATON Zoltan
2021-10-27 15:42   ` Philippe Mathieu-Daudé
2021-10-27 16:23     ` BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 06/11] hw/char/sh_serial: QOM-ify BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 08/11] hw/intc/sh_intc: Use existing macro instead of local one BALATON Zoltan
2021-10-27 15:46   ` Philippe Mathieu-Daudé
2021-10-27 16:21     ` BALATON Zoltan
2021-10-27 17:33       ` BALATON Zoltan
2021-10-27 13:46 ` [PATCH v2 11/11] hw/intc/sh_intc: Drop another useless macro BALATON Zoltan
2021-10-27 15:37   ` Philippe Mathieu-Daudé
2021-10-27 13:46 ` [PATCH v2 05/11] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState BALATON Zoltan
2021-10-27 15:41   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.