Re: [Qemu-devel] [help]: how to use HMP command dump-guest-memory

2012-07-19 Thread Sheldon
On 07/19/2012 03:41 PM, Wen Congyang wrote: At 07/19/2012 03:29 PM, Sheldon Wrote: thank you. can you tell me what's the difference between memsave and dump-guest-memory without -p option? IIRC, memsave only contains memory. The core generated by dump-guest-memory contains registers' value, and

Re: [Qemu-devel] [help]: how to use HMP command dump-guest-memory

2012-07-19 Thread HATAYAMA Daisuke
From: Wen Congyang Subject: Re: [Qemu-devel] [help]: how to use HMP command dump-guest-memory Date: Thu, 19 Jul 2012 15:41:22 +0800 > At 07/19/2012 03:29 PM, Sheldon Wrote: > kernel coredump? Do you mean kdump? > > They are almost the same. The core generated by dump-guest-memor

Re: [Qemu-devel] [help]: how to use HMP command dump-guest-memory

2012-07-19 Thread Wen Congyang
At 07/19/2012 03:29 PM, Sheldon Wrote: > thank you. > can you tell me what's the difference between memsave and > dump-guest-memory without -p option? IIRC, memsave only contains memory. The core generated by dump-guest-memory contains registers' value, and you can use crash to deal with it. > an

Re: [Qemu-devel] [help]: how to use HMP command dump-guest-memory

2012-07-19 Thread Sheldon
thank you. can you tell me what's the difference between memsave and dump-guest-memory without -p option? and what's the difference between *kernel coredump *and dump-guest-memory with -p option? On 07/19/2012 01:42 PM, Wen Congyang wrote: At 07/19/2012 12:47 AM, Sheldon Wrote: I want to dum

Re: [Qemu-devel] [help]: how to use HMP command dump-guest-memory

2012-07-18 Thread Wen Congyang
At 07/19/2012 12:47 AM, Sheldon Wrote: > I want to dump all guest's memory to file ./guestcore > I execute this command as follow: > (qemu) dump-guest-memory -p protocol file:./guestcore > invalid char in expression Please try this command: dump-guest-memory -p file:./guestcore Thanks Wen Congyan

[Qemu-devel] [help]: how to use HMP command dump-guest-memory

2012-07-18 Thread Sheldon
I want to dump all guest's memory to file ./guestcore I execute this command as follow: (qemu) dump-guest-memory -p protocol file:./guestcore invalid char in expression