From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGzz1-0004Hr-MS for qemu-devel@nongnu.org; Fri, 21 Feb 2014 18:58:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGzyr-0001wo-LB for qemu-devel@nongnu.org; Fri, 21 Feb 2014 18:58:19 -0500 Received: from lnantes-156-75-100-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:58675 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGzyr-0001wU-F1 for qemu-devel@nongnu.org; Fri, 21 Feb 2014 18:58:09 -0500 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Sat, 22 Feb 2014 00:58:05 +0100 Message-Id: <1393027087-14420-2-git-send-email-benoit.canet@irqsave.net> In-Reply-To: <1393027087-14420-1-git-send-email-benoit.canet@irqsave.net> References: <1393027087-14420-1-git-send-email-benoit.canet@irqsave.net> Subject: [Qemu-devel] [PATCH 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?= , Benoit Canet , stefanha@redhat.com Fix some nits before QEMU 2.0 freeze. Signed-off-by: Benoit Canet --- 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