commit | 405c02d85de283dfe44560ae05db909d1f0cfd45 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Aug 27 18:58:15 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Sep 16 14:57:15 2023 +0000 |
tree | ca722efddd47d515afbcf0aa177b1f21973cad19 | |
parent | 0e1144400fc390c0b6c37c252e95961cfab1dde9 [diff] |
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>