From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGcF-0002nq-2L for qemu-devel@nongnu.org; Sat, 22 Feb 2014 12:44:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHGc7-0007Fq-O8 for qemu-devel@nongnu.org; Sat, 22 Feb 2014 12:43:55 -0500 Received: from lnantes-156-75-100-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:58804 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHGc7-0007FX-HJ for qemu-devel@nongnu.org; Sat, 22 Feb 2014 12:43:47 -0500 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Sat, 22 Feb 2014 18:43:40 +0100 Message-Id: <1393091022-12046-2-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1393091022-12046-1-git-send-email-benoit.canet@irqsave.net> References: <1393091022-12046-1-git-send-email-benoit.canet@irqsave.net> Subject: [Qemu-devel] [PATCH V3 1/3] qmp: Fix BlockdevOptionQuorum. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , famz@redhat.com, Benoit Canet , mreitz@redhat.com, stefanha@redhat.com Fix some nits before QEMU 2.0 freeze. Signed-off-by: Benoit Canet Reviewed-by: Eric Blake --- qapi-schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index fcb22800..ab5cdde 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -4437,10 +4437,11 @@ # Driver specific block device options for Quorum # # @blkverify: #optional true if the driver must print content mismatch +# set to false by default # -# @children: the children block device to use +# @children: the children block devices to use # -# @vote_threshold: the vote limit under which a read will fail +# @vote-threshold: the vote limit under which a read will fail # # Since: 2.0 ## -- 1.8.3.2