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
