All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/misc: Replace DPRINTF with trace events for imx_ccm
@ 2026-06-25 16:01 jack wang
  2026-06-25 16:01 ` [PATCH v2 1/3] hw/misc/imx_ccm: Replace DPRINTF with trace events jack wang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: jack wang @ 2026-06-25 16:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: jack wang

This series replaces DPRINTF macros with trace events for imx_ccm, imx25_ccm and imx31_ccm.

v2 changes(based on feedback from v1 reviewer):
- Added missing Signed-off-by tags.
- Fixed code style space issue in imx_ccm.
- Dropped unnecessary uint32_t cast in imx25_ccm.


jack wang (3):
  hw/misc/imx_ccm: Replace DPRINTF with trace events
  hw/misc/imx25_ccm: Replace DPRINTF with trace events
  hw/misc/imx31_ccm: Replace DPRINTF with trace events

 hw/misc/imx25_ccm.c  | 36 +++++++++++-------------------------
 hw/misc/imx31_ccm.c  | 33 ++++++++++-----------------------
 hw/misc/imx_ccm.c    | 18 +++---------------
 hw/misc/trace-events | 23 +++++++++++++++++++++++
 4 files changed, 47 insertions(+), 63 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-06-25 16:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 16:01 [PATCH v2 0/3] hw/misc: Replace DPRINTF with trace events for imx_ccm jack wang
2026-06-25 16:01 ` [PATCH v2 1/3] hw/misc/imx_ccm: Replace DPRINTF with trace events jack wang
2026-06-25 16:01 ` [PATCH v2 2/3] hw/misc/imx25_ccm: " jack wang
2026-06-25 16:01 ` [PATCH v2 3/3] hw/misc/imx31_ccm: " jack wang
2026-06-25 16:05   ` Peter Maydell
2026-06-25 16:04 ` [PATCH v2 0/3] hw/misc: Replace DPRINTF with trace events for imx_ccm Peter Maydell

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.