From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoqC-0008Nu-7O for qemu-devel@nongnu.org; Thu, 05 Apr 2012 11:43:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFoqA-0005X1-Dl for qemu-devel@nongnu.org; Thu, 05 Apr 2012 11:43:15 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:34338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoqA-0005WY-4t for qemu-devel@nongnu.org; Thu, 05 Apr 2012 11:43:14 -0400 Received: by mail-pz0-f46.google.com with SMTP id z9so2115338dad.33 for ; Thu, 05 Apr 2012 08:43:13 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 5 Apr 2012 17:42:55 +0200 Message-Id: <1333640581-25649-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1333640581-25649-1-git-send-email-pbonzini@redhat.com> References: <1333640581-25649-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 1/7] block: add mode argument to blockdev-snapshot-sync List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This was missing in the patch that added the argument. Signed-off-by: Paolo Bonzini --- qmp-commands.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 9447871..a5accc9 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -762,7 +762,7 @@ EQMP { .name = "blockdev-snapshot-sync", - .args_type = "device:B,snapshot-file:s,format:s?", + .args_type = "device:B,snapshot-file:s,format:s,mode:s?", .mhandler.cmd_new = qmp_marshal_input_blockdev_snapshot_sync, }, -- 1.7.9.3