Hi, Second take: it addresses Alex's remarks (see changelog in each patch).
Regards. --- Bharata B Rao (3): dump: Make DumpState and endian conversion routines available for arch-specific dump code ppc64-dump: Support dump for little endian ppc64 ppc64 dump: Set the correct endianness in ELF dump header Greg Kurz (1): target-ppc: ppc can be either endian dump.c | 239 ++++++++++++++++++------------------------- include/sysemu/dump-arch.h | 28 +++++ include/sysemu/dump.h | 48 +++++++-- stubs/dump.c | 2 target-ppc/arch_dump.c | 98 +++++++++++------- target-ppc/cpu-qom.h | 1 target-ppc/translate_init.c | 16 +++ 7 files changed, 243 insertions(+), 189 deletions(-) create mode 100644 include/sysemu/dump-arch.h -- Greg