This series enhances the tracing experience of some i.MX devices by adding new trace events and by converting from DPRINTF. SMBus gets also converted from DPRINTF to trace events. Finally, when tracing memory region operations, host pointers aren't traced any longer and are substituted by their memory region names.
Bernhard Beschow (6): hw/watchdog/wdt_imx2: Trace MMIO access hw/watchdog/wdt_imx2: Trace timer activity hw/misc/imx7_snvs: Trace MMIO access hw/misc/imx6_ccm: Convert DPRINTF to trace events hw/i2c/pm_smbus: Convert DPRINTF to trace events system/memory: Trace names of MemoryRegions rather than host pointers docs/devel/tracing.rst | 4 ++-- hw/i2c/pm_smbus.c | 18 ++++-------------- hw/misc/imx6_ccm.c | 41 ++++++++++++++-------------------------- hw/misc/imx7_snvs.c | 5 +++++ hw/watchdog/wdt_imx2.c | 28 +++++++++++++++++++++------ system/memory.c | 26 +++++++++++++++---------- hw/i2c/trace-events | 6 ++++++ hw/misc/trace-events | 19 +++++++++++++++++++ hw/watchdog/trace-events | 6 ++++++ system/trace-events | 12 ++++++------ 10 files changed, 100 insertions(+), 65 deletions(-) -- 2.42.0