From: Jes Sorensen Date: Fri, 4 Feb 2011 08:22:14 +0000 (+0100) Subject: Change snapshot_blkdev hmp to use correct argument type for device X-Git-Tag: v0.14.0-rc2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac12a5af0bb48e2cee46232480dc5f6d8d8241b9;p=thirdparty%2Fqemu.git Change snapshot_blkdev hmp to use correct argument type for device Pointed out by Markus Signed-off-by: Jes Sorensen Signed-off-by: Kevin Wolf (cherry picked from commit 982aa95532a3a7b549695d5b3e18442975eecfb5) --- diff --git a/hmp-commands.hx b/hmp-commands.hx index 38e1eb7ebbc..372bef42902 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -822,7 +822,7 @@ ETEXI { .name = "snapshot_blkdev", - .args_type = "device:s,snapshot_file:s?,format:s?", + .args_type = "device:B,snapshot_file:s?,format:s?", .params = "device [new-image-file] [format]", .help = "initiates a live snapshot\n\t\t\t" "of device. If a new image file is specified, the\n\t\t\t"