Re: [PATCH 04/10] plugin: Simplify struct qemu_plugin_hwaddr

2023-08-30 Thread Alex Bennée
Richard Henderson writes: > Rather than saving MemoryRegionSection and offset, > save phys_addr and MemoryRegion. This matches up > much closer with the plugin api. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH 04/10] plugin: Simplify struct qemu_plugin_hwaddr

2023-08-28 Thread Richard Henderson
Rather than saving MemoryRegionSection and offset, save phys_addr and MemoryRegion. This matches up much closer with the plugin api. Signed-off-by: Richard Henderson --- include/qemu/plugin-memory.h | 11 ++- accel/tcg/cputlb.c | 16 +--- plugins/api.c