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

2014-05-07 Thread Andreas Färber
Am 05.05.2014 10:02, schrieb Greg Kurz: > 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 Both 2/4 and

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

2014-05-05 Thread Alexander Graf
On 05/05/2014 10:02 AM, Greg Kurz wrote: 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'

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

2014-05-05 Thread Greg Kurz
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. C