summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorAnthony Liguori2011-02-16 15:47:13 +0100
committerAnthony Liguori2011-02-16 15:47:13 +0100
commit79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch)
treefcb22804f1845c77206bbfe6ff2f3470deea014f /hmp-commands.hx
parentMerge remote branch 'qemu-kvm/uq/master' into staging (diff)
parentqcow2: Fix order in L2 table COW (diff)
downloadqemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.gz
qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.tar.xz
qemu-79f2b6fcdb7c06cdce6eccc796f5651f3efb843e.zip
Merge remote branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 38e1eb7ebb..372bef4290 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"