> 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
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]",
> -.
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