Hello, This mini-series cleans up the remaining guest-memory-dump related -stub.c file in making it compile-once.
The next step would then be to turn some of the per-target functions into CPUState hooks. Regards, Andreas Cc: Wen Congyang <[email protected]> Cc: Qiao Nuohan <[email protected]> Cc: Jens Freimann <[email protected]> Cc: Vincent Rabin <[email protected]> Cc: Paolo Bonzini <[email protected]> Andreas Färber (4): memory_mapping: Use hwaddr type for MemoryMapping virt_addr field memory_mapping: Change cpu_get_memory_mapping() argument to CPUState memory_mapping: Change cpu_paging_enabled() argument to CPUState memory_mapping: Move stubs to libqemustub.a Makefile.target | 2 -- include/sysemu/memory_mapping.h | 6 +++--- memory_mapping.c | 4 ++-- stubs/Makefile.objs | 1 + memory_mapping-stub.c => stubs/memory_mapping.c | 5 +++-- target-i386/arch_memory_mapping.c | 12 +++++++++--- 6 files changed, 18 insertions(+), 12 deletions(-) rename memory_mapping-stub.c => stubs/memory_mapping.c (85%) -- 1.8.1.4
