Re: [Qemu-devel] [RFC][PATCH 09/15] introduce a new monitor command 'dump' to dump guest's memory

2012-01-30 Thread Wen Congyang
At 01/31/2012 01:19 AM, Eric Blake Wrote: > On 01/29/2012 10:36 PM, Wen Congyang wrote: +++ b/hmp-commands.hx @@ -828,6 +828,22 @@ new parameters (if specified) once the vm migration finished successfully. ETEXI { +.name = "dump", +

Re: [Qemu-devel] [RFC][PATCH 09/15] introduce a new monitor command 'dump' to dump guest's memory

2012-01-30 Thread Eric Blake
On 01/29/2012 10:36 PM, Wen Congyang wrote: >>> +++ b/hmp-commands.hx >>> @@ -828,6 +828,22 @@ new parameters (if specified) once the vm migration >>> finished successfully. >>> ETEXI >>> >>> { >>> +.name = "dump", >>> +.args_type = "file:s", >>> +.params

Re: [Qemu-devel] [RFC][PATCH 09/15] introduce a new monitor command 'dump' to dump guest's memory

2012-01-29 Thread Wen Congyang
At 01/20/2012 12:32 AM, Eric Blake Wrote: > On 01/18/2012 08:07 PM, Wen Congyang wrote: >> Signed-off-by: Wen Congyang >> --- >> Makefile.target |8 +- >> dump.c | 590 >> ++ >> dump.h |3 + >> hmp-commands.hx |

Re: [Qemu-devel] [RFC][PATCH 09/15] introduce a new monitor command 'dump' to dump guest's memory

2012-01-19 Thread Eric Blake
On 01/18/2012 08:07 PM, Wen Congyang wrote: > Signed-off-by: Wen Congyang > --- > Makefile.target |8 +- > dump.c | 590 > ++ > dump.h |3 + > hmp-commands.hx | 16 ++ > hmp.c|9 + > hmp.h

[Qemu-devel] [RFC][PATCH 09/15] introduce a new monitor command 'dump' to dump guest's memory

2012-01-18 Thread Wen Congyang
Signed-off-by: Wen Congyang --- Makefile.target |8 +- dump.c | 590 ++ dump.h |3 + hmp-commands.hx | 16 ++ hmp.c|9 + hmp.h|1 + monitor.c|3 + qapi-schema.json |