qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] little-endian dump for ppc64


From: Greg Kurz
Subject: [Qemu-devel] [PATCH 0/4] little-endian dump for ppc64
Date: Mon, 28 Apr 2014 13:29:31 +0200
User-agent: StGit/0.16

Hi,

This patch set allows to dump a little-endian ppc64 guest.

Note that the "target-ppc: ppc can be either endian" patch will also
benefit to cross-endian virtio.

Cheers.

---

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                      |   39 ++----------------------
 include/sysemu/dump-arch.h  |   28 +++++++++++++++++
 include/sysemu/dump.h       |   48 +++++++++++++++++++++++------
 stubs/dump.c                |    2 +
 target-ppc/arch_dump.c      |   71 +++++++++++++++++++++++--------------------
 target-ppc/cpu-qom.h        |    2 +
 target-ppc/misc_helper.c    |    7 ++++
 target-ppc/translate_init.c |   16 ++++++++++
 8 files changed, 133 insertions(+), 80 deletions(-)
 create mode 100644 include/sysemu/dump-arch.h

-- 
Greg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]