[Qemu-devel] [PATCH v4] s390: Implement dump-guest-memory support for target s390x

2013-06-26 Thread Jens Freimann
With this patch dump-guest-memory on s390 produces an ELF formatted, crash-readable dump. In order to implement this, the arch-specific part of dump-guest-memory was added: target-s390x/arch_dump.c contains the whole set of function for writing Elf note sections of all types for s390x. Signed-off-

[Qemu-devel] [PATCH v4] s390: Implement dump-guest-memory support for target s390x

2013-07-05 Thread Jens Freimann
With this patch dump-guest-memory on s390 produces an ELF formatted, crash-readable dump. In order to implement this, the arch-specific part of dump-guest-memory was added: target-s390x/arch_dump.c contains the whole set of function for writing Elf note sections of all types for s390x. Signed-off-

Re: [Qemu-devel] [PATCH v4] s390: Implement dump-guest-memory support for target s390x

2013-07-10 Thread Christian Borntraeger
On 05/07/13 14:02, Jens Freimann wrote: > With this patch dump-guest-memory on s390 produces an ELF formatted, > crash-readable dump. > In order to implement this, the arch-specific part of dump-guest-memory > was added: > target-s390x/arch_dump.c contains the whole set of function for writing > El

Re: [Qemu-devel] [PATCH v4] s390: Implement dump-guest-memory support for target s390x

2013-07-10 Thread Alexander Graf
On 10.07.2013, at 12:27, Christian Borntraeger wrote: > On 05/07/13 14:02, Jens Freimann wrote: >> With this patch dump-guest-memory on s390 produces an ELF formatted, >> crash-readable dump. >> In order to implement this, the arch-specific part of dump-guest-memory >> was added: >> target-s390x/

Re: [Qemu-devel] [PATCH v4] s390: Implement dump-guest-memory support for target s390x

2013-07-10 Thread Andreas Färber
Am 10.07.2013 12:37, schrieb Alexander Graf: > On 10.07.2013, at 12:27, Christian Borntraeger wrote: >> On 05/07/13 14:02, Jens Freimann wrote: >>> With this patch dump-guest-memory on s390 produces an ELF formatted, >>> crash-readable dump. >>> In order to implement this, the arch-specific part of

Re: [Qemu-devel] [PATCH v4] s390: Implement dump-guest-memory support for target s390x

2013-07-10 Thread Alexander Graf
On 10.07.2013, at 14:15, Andreas Färber wrote: > Am 10.07.2013 12:37, schrieb Alexander Graf: >> On 10.07.2013, at 12:27, Christian Borntraeger wrote: >>> On 05/07/13 14:02, Jens Freimann wrote: With this patch dump-guest-memory on s390 produces an ELF formatted, crash-readable dump. >>