All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] hw/misc: Replace DPRINTF with trace events in i.MX CCM family
@ 2026-06-23 17:03 jack wang
  2026-06-23 17:03 ` [PATCH 1/3] hw/misc/imx_ccm: Replace DPRINTF with trace events jack wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jack wang @ 2026-06-23 17:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, jack wang

This series modernizes the three i.MX CCM device models by removing
the old DEBUG_IMX*_CCM / DPRINTF macros and emitting QEMU trace
events instead, following the same pattern already merged for
hw/timer/imx_epit (commit 5005b00d41).

Patches are split per file so each commit changes one device, keeps
git bisect clean, and stays in scope for the trivial-patches team.

No behavior change is intended: the previous DEBUG_IMX_CCM switches defaulted to 0, 
so DPRINTF output was off by default. After this series the same information is 
available via -trace 'imx*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  | 34 ++++++++++------------------------
 hw/misc/imx31_ccm.c  | 33 ++++++++++-----------------------
 hw/misc/imx_ccm.c    | 18 +++---------------
 hw/misc/trace-events | 23 +++++++++++++++++++++++
 4 files changed, 46 insertions(+), 62 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-06-23 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 17:03 [PATCH 0/3] hw/misc: Replace DPRINTF with trace events in i.MX CCM family jack wang
2026-06-23 17:03 ` [PATCH 1/3] hw/misc/imx_ccm: Replace DPRINTF with trace events jack wang
2026-06-23 17:03 ` [PATCH 2/3] hw/misc/imx25_ccm: " jack wang
2026-06-23 17:03 ` [PATCH 3/3] hw/misc/imx31_ccm: " jack wang

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.