]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugin: Simplify struct qemu_plugin_hwaddr
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 28 Aug 2023 01:58:15 +0000 (18:58 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 16 Sep 2023 14:57:15 +0000 (14:57 +0000)
commit405c02d85de283dfe44560ae05db909d1f0cfd45
treeca722efddd47d515afbcf0aa177b1f21973cad19
parent0e1144400fc390c0b6c37c252e95961cfab1dde9
plugin: Simplify struct qemu_plugin_hwaddr

Rather than saving MemoryRegionSection and offset,
save phys_addr and MemoryRegion.  This matches up
much closer with the plugin api.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
include/qemu/plugin-memory.h
plugins/api.c