On Sat, 28 Oct 2023 at 13:24, Bernhard Beschow <shen...@gmail.com> wrote: > > 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
Since these are mostly arm devices I've taken patches 1-5 into target-arm.next (with the addition of "Hz" to the frequency traces in patch 4). Patch 6 looks like it needs further discussion. thanks -- PMM