[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH v3 0/4] little-endian dump for ppc64
From: |
Greg Kurz |
Subject: |
[Qemu-ppc] [PATCH v3 0/4] little-endian dump for ppc64 |
Date: |
Mon, 05 May 2014 10:02:14 +0200 |
User-agent: |
StGit/0.16 |
Hi,
Please find the latest patch set for dump-guest-memory to support
little-endian ppc64 guest kernels. The only change since the last
post is a better naming of the dump endian helpers. Since it
affects patches 1 & 2, I resend the full serie, with Alex's
Reviewed-by tags from the last review.
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 | 228 ++++++++++++++++---------------------------
include/sysemu/dump-arch.h | 28 +++++
include/sysemu/dump.h | 48 +++++++--
stubs/dump.c | 2
target-ppc/arch_dump.c | 94 +++++++++++-------
target-ppc/cpu-qom.h | 1
target-ppc/translate_init.c | 16 +++
7 files changed, 228 insertions(+), 189 deletions(-)
create mode 100644 include/sysemu/dump-arch.h
--
Greg
- [Qemu-ppc] [PATCH v3 0/4] little-endian dump for ppc64,
Greg Kurz <=
- [Qemu-ppc] [PATCH v3 1/4] dump: Make DumpState and endian conversion routines available for arch-specific dump code, Greg Kurz, 2014/05/05
- [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Greg Kurz, 2014/05/05
- Re: [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Alexander Graf, 2014/05/05
- Re: [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Greg Kurz, 2014/05/07
- Re: [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Tom Musta, 2014/05/07
- Re: [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Tom Musta, 2014/05/07
- Re: [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Alexander Graf, 2014/05/07
- Re: [Qemu-ppc] [PATCH v3 2/4] ppc64-dump: Support dump for little endian ppc64, Greg Kurz, 2014/05/08
[Qemu-ppc] [PATCH v3 3/4] target-ppc: ppc can be either endian, Greg Kurz, 2014/05/05