diff options
author | Anthony Liguori | 2011-02-16 15:47:13 +0100 |
---|---|---|
committer | Anthony Liguori | 2011-02-16 15:47:13 +0100 |
commit | 79f2b6fcdb7c06cdce6eccc796f5651f3efb843e (patch) | |
tree | fcb22804f1845c77206bbfe6ff2f3470deea014f /hmp-commands.hx | |
parent | Merge remote branch 'qemu-kvm/uq/master' into staging (diff) | |
parent | qcow2: Fix order in L2 table COW (diff) | |
download | qemu-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.hx | 2 |
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" |