From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54333 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pntqm-0001YE-La for qemu-devel@nongnu.org; Fri, 11 Feb 2011 09:19:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pntql-0003Xt-7L for qemu-devel@nongnu.org; Fri, 11 Feb 2011 09:19:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pntqk-0003Xo-U5 for qemu-devel@nongnu.org; Fri, 11 Feb 2011 09:19:55 -0500 From: Kevin Wolf Date: Fri, 11 Feb 2011 15:21:26 +0100 Message-Id: <1297434094-24965-2-git-send-email-kwolf@redhat.com> In-Reply-To: <1297434094-24965-1-git-send-email-kwolf@redhat.com> References: <1297434094-24965-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH STABLE 0.14 1/9] Change snapshot_blkdev hmp to use correct argument type for device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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" -- 1.7.2.3