Re: [Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-07-03 Thread Wen Congyang
At 06/29/2012 08:42 PM, Andreas Färber Wrote: > Am 28.06.2012 18:46, schrieb Peter Maydell: >> On 20 June 2012 18:28, Rabin Vincent wrote: >>> Add a minimal dump-guest-memory support for ARM. The -p option is not >>> supported and we don't add any QEMU-specific notes. >> >> So what does this patc

Re: [Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-07-03 Thread Wen Congyang
At 07/01/2012 02:22 PM, Rabin Vincent Wrote: > On Thu, Jun 28, 2012 at 05:46:02PM +0100, Peter Maydell wrote: >> On 20 June 2012 18:28, Rabin Vincent wrote: >>> Add a minimal dump-guest-memory support for ARM. The -p option is not >>> supported and we don't add any QEMU-specific notes. >> >> So w

Re: [Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-06-30 Thread Rabin Vincent
On Thu, Jun 28, 2012 at 05:46:02PM +0100, Peter Maydell wrote: > On 20 June 2012 18:28, Rabin Vincent wrote: > > Add a minimal dump-guest-memory support for ARM.  The -p option is not > > supported and we don't add any QEMU-specific notes. > > So what does this patch give us? This commit message

Re: [Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-06-29 Thread Peter Maydell
On 29 June 2012 13:42, Andreas Färber wrote: > Am 28.06.2012 18:46, schrieb Peter Maydell: >> On 20 June 2012 18:28, Rabin Vincent wrote: >>> +int cpu_write_elf64_note(write_core_dump_function f, CPUArchState *env, >>> +                         int cpuid, void *opaque) >> >> Should these APIs rea

Re: [Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-06-29 Thread Andreas Färber
Am 28.06.2012 18:46, schrieb Peter Maydell: > On 20 June 2012 18:28, Rabin Vincent wrote: >> Add a minimal dump-guest-memory support for ARM. The -p option is not >> supported and we don't add any QEMU-specific notes. > > So what does this patch give us? This commit message is pretty > short and

Re: [Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-06-28 Thread Peter Maydell
On 20 June 2012 18:28, Rabin Vincent wrote: > Add a minimal dump-guest-memory support for ARM.  The -p option is not > supported and we don't add any QEMU-specific notes. So what does this patch give us? This commit message is pretty short and I couldn't find a cover message for the patchset...

[Qemu-devel] [PATCH 4/4] target-arm: add minimal dump-guest-memory support

2012-06-20 Thread Rabin Vincent
Add a minimal dump-guest-memory support for ARM. The -p option is not supported and we don't add any QEMU-specific notes. Signed-off-by: Rabin Vincent --- configure|4 +-- target-arm/Makefile.objs |2 +- target-arm/arch_dump.c | 59 +++