Re: [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

2013-04-30 Thread Alexander Graf
On 30.04.2013, at 12:20, Ekaterina Tumanova wrote: > On 04/30/2013 02:02 PM, Alexander Graf wrote: >> On 29.04.2013, at 13:39, Ekaterina Tumanova wrote: >> >>> On 04/26/2013 09:12 PM, Alexander Graf wrote: On 23.04.2013, at 17:30, Jens Freimann wrote: > Implement dump-guest-memory

Re: [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

2013-04-30 Thread Ekaterina Tumanova
On 04/30/2013 02:02 PM, Alexander Graf wrote: On 29.04.2013, at 13:39, Ekaterina Tumanova wrote: On 04/26/2013 09:12 PM, Alexander Graf wrote: On 23.04.2013, at 17:30, Jens Freimann wrote: Implement dump-guest-memory support for target s390x. dump-guest-memory QEMU monitor command didn't wo

Re: [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

2013-04-30 Thread Alexander Graf
On 29.04.2013, at 13:39, Ekaterina Tumanova wrote: > On 04/26/2013 09:12 PM, Alexander Graf wrote: >> On 23.04.2013, at 17:30, Jens Freimann wrote: >> >>> Implement dump-guest-memory support for target s390x. >>> >>> dump-guest-memory QEMU monitor command didn't work for s390 architecture. >>>

Re: [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

2013-04-29 Thread Ekaterina Tumanova
On 04/26/2013 09:12 PM, Alexander Graf wrote: On 23.04.2013, at 17:30, Jens Freimann wrote: Implement dump-guest-memory support for target s390x. dump-guest-memory QEMU monitor command didn't work for s390 architecture. The result of the command is supposed to be ELF format crash-readable dump

Re: [Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

2013-04-26 Thread Alexander Graf
On 23.04.2013, at 17:30, Jens Freimann wrote: > Implement dump-guest-memory support for target s390x. > > dump-guest-memory QEMU monitor command didn't work for s390 architecture. > The result of the command is supposed to be ELF format crash-readable > dump. > In order to implement this, the ar

[Qemu-devel] [PATCH 2/2] s390: dump guest memory implementation

2013-04-23 Thread Jens Freimann
Implement dump-guest-memory support for target s390x. dump-guest-memory QEMU monitor command didn't work for s390 architecture. The result of the command is supposed to be ELF format crash-readable dump. In order to implement this, the arch-specific part of dump-guest-memory was added: target-s390