From patchwork Fri Feb 11 14:21:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [STABLE, 0.14, 1/9] Change snapshot_blkdev hmp to use correct argument type for device Date: Fri, 11 Feb 2011 04:21:26 -0000 From: Kevin Wolf X-Patchwork-Id: 82806 Message-Id: <1297434094-24965-2-git-send-email-kwolf@redhat.com> To: jmforbes@linuxtx.org Cc: kwolf@redhat.com, qemu-devel@nongnu.org From: Jes Sorensen Pointed out by Markus Signed-off-by: Jes Sorensen Signed-off-by: Kevin Wolf (cherry picked from commit 982aa95532a3a7b549695d5b3e18442975eecfb5) --- hmp-commands.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index 38e1eb7..372bef4 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"