Re: [Qemu-devel] [PATCH 6/6] snapshot: human monitor interface

2013-01-05 Thread Wenchao Xia
> On Mon, Dec 17, 2012 at 02:25:09PM +0800, Wenchao Xia wrote: @@ -983,17 +983,22 @@ ETEXI { .name = "snapshot_blkdev", -.args_type = "reuse:-n,device:B,snapshot-file:s?,format:s?", -.params = "[-n] device [new-image-file] [format]", -.help

Re: [Qemu-devel] [PATCH 6/6] snapshot: human monitor interface

2013-01-04 Thread Stefan Hajnoczi
On Mon, Dec 17, 2012 at 02:25:09PM +0800, Wenchao Xia wrote: > @@ -983,17 +983,22 @@ ETEXI > > { > .name = "snapshot_blkdev", > -.args_type = "reuse:-n,device:B,snapshot-file:s?,format:s?", > -.params = "[-n] device [new-image-file] [format]", > -.

[Qemu-devel] [PATCH 6/6] snapshot: human monitor interface

2012-12-16 Thread Wenchao Xia
This patch add support in human monitor to create/delete/check internal snapshot on a single blk device. To make info command get parameter, added a new info handler type which can take QDict as parameter. Signed-off-by: Wenchao Xia --- hmp-commands.hx | 50