Hi Andreas, I have two patches to make dump-guest-memory related cpu_write_elfxx_note functions members of CPUClass and pass CPUstate as an argument instead of CPUArchState.
This is preparation for s390 patches which will follow on Monday. Jens Freimann (2): qom: Convert cpu_write_elfXX_note functions to CPUState i386: use CPUClass->write_elf* functions dump-stub.c | 28 ---------------------------- dump.c | 8 ++++---- include/qom/cpu.h | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ include/sysemu/dump.h | 9 --------- qom/cpu.c | 32 ++++++++++++++++++++++++++++++++ target-i386/arch_dump.c | 25 +++++++++++++------------ target-i386/cpu-qom.h | 9 +++++++++ target-i386/cpu.c | 7 +++++++ 8 files changed, 114 insertions(+), 53 deletions(-) -- 1.7.12.4