qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] More SH4 clean ups
@ 2021-10-27  1:32 BALATON Zoltan
  2021-10-27  1:32 ` [PATCH 1/6] hw/sh4: Fix a typo in a comment BALATON Zoltan
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: BALATON Zoltan @ 2021-10-27  1:32 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.

Is there somebody who will merge these? I don't think there's anybody
sending pull request for SH4 so maybe Peret/Richard might need to take
it.

Regards,

BALATON Zoltan (6):
  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: QOM-ify
  hw/char/sh_serial: Add device id to trace output

 hw/char/sh_serial.c   | 149 ++++++++++++++++++++++++------------------
 hw/char/trace-events  |   3 +
 hw/intc/sh_intc.c     |  79 ++++++----------------
 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, 186 insertions(+), 172 deletions(-)
 create mode 100644 hw/sh4/trace-events
 create mode 100644 hw/sh4/trace.h

-- 
2.21.4



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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27  1:32 [PATCH 0/6] More SH4 clean ups BALATON Zoltan
2021-10-27  1:32 ` [PATCH 1/6] hw/sh4: Fix a typo in a comment BALATON Zoltan
2021-10-27  2:10   ` Richard Henderson
2021-10-27  1:32 ` [PATCH 2/6] hw//sh4: Use qemu_log instead of fprintf to stderr BALATON Zoltan
2021-10-27  2:12   ` Richard Henderson
2021-10-27  1:32 ` [PATCH 4/6] hw/sh4/r2d: Use error_report " BALATON Zoltan
2021-10-27  2:19   ` Richard Henderson
2021-10-27  1:32 ` [PATCH 3/6] hw/sh4: Change debug printfs to traces BALATON Zoltan
2021-10-27  2:13   ` Richard Henderson
2021-10-27  9:40     ` BALATON Zoltan
2021-10-27 15:38       ` Richard Henderson
2021-10-27  1:32 ` [PATCH 5/6] hw/char/sh_serial: QOM-ify BALATON Zoltan
2021-10-27  1:32 ` [PATCH 6/6] hw/char/sh_serial: Add device id to trace output BALATON Zoltan
2021-10-27  4:10 ` [PATCH 0/6] More SH4 clean ups Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).