[PATCH 0/3] hw/misc: Replace DPRINTF with trace events in i.MX CCM family

jack wang posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260623170354.43981-1-163wangjack@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Jean-Christophe Dubois <jcd@tribudubois.net>
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(-)
[PATCH 0/3] hw/misc: Replace DPRINTF with trace events in i.MX CCM family
Posted by jack wang 1 month ago
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