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
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