From patchwork Tue Apr 28 19:20:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Snow X-Patchwork-Id: 465742 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C589C1400B7 for ; Wed, 29 Apr 2015 05:21:11 +1000 (AEST) Received: from localhost ([::1]:35562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnB46-0006UV-3K for incoming@patchwork.ozlabs.org; Tue, 28 Apr 2015 15:21:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnB3p-000695-UQ for qemu-devel@nongnu.org; Tue, 28 Apr 2015 15:20:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnB3k-0000ab-SS for qemu-devel@nongnu.org; Tue, 28 Apr 2015 15:20:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnB3k-0000a0-N1; Tue, 28 Apr 2015 15:20:44 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 486E98E91C; Tue, 28 Apr 2015 19:20:43 +0000 (UTC) Received: from scv.usersys.redhat.com (dhcp-17-29.bos.redhat.com [10.18.17.29]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3SJKgJA011097; Tue, 28 Apr 2015 15:20:42 -0400 From: John Snow To: qemu-trivial@nongnu.org Date: Tue, 28 Apr 2015 15:20:41 -0400 Message-Id: <1430248841-26558-1-git-send-email-jsnow@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: John Snow , qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH] qmp-commands: Fix typo X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Just a trivial patch to correct a QMP example in qmp-commands.hx. Signed-off-by: John Snow Reviewed-by: Eric Blake --- qmp-commands.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands.hx index 213508f..d4a837c 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -2380,7 +2380,7 @@ Example: "virtual-size":2048000, "backing_file":"base.qcow2", "full-backing-filename":"disks/base.qcow2", - "backing-filename-format:"qcow2", + "backing-filename-format":"qcow2", "snapshots":[ { "id": "1", @@ -3847,7 +3847,7 @@ Example: "virtual-size":2048000, "backing_file":"base.qcow2", "full-backing-filename":"disks/base.qcow2", - "backing-filename-format:"qcow2", + "backing-filename-format":"qcow2", "snapshots":[ { "id": "1",