From patchwork Fri Feb 11 14:21:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 82806 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D3744B717D for ; Sat, 12 Feb 2011 04:37:35 +1100 (EST) Received: from localhost ([127.0.0.1]:42323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnttI-0002ac-II for incoming@patchwork.ozlabs.org; Fri, 11 Feb 2011 09:22:32 -0500 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 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p1BEJrIZ018825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 Feb 2011 09:19:53 -0500 Received: from dhcp-5-188.str.redhat.com (vpn1-6-92.ams2.redhat.com [10.36.6.92]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1BEJlNI027710; Fri, 11 Feb 2011 09:19:50 -0500 From: Kevin Wolf To: jmforbes@linuxtx.org 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> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH STABLE 0.14 1/9] Change snapshot_blkdev hmp to use correct argument type for device X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@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"