From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSG4-0001UU-0X for qemu-devel@nongnu.org; Fri, 28 Feb 2014 13:34:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJSFy-0005IV-Q7 for qemu-devel@nongnu.org; Fri, 28 Feb 2014 13:34:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJSFy-0005HO-IV for qemu-devel@nongnu.org; Fri, 28 Feb 2014 13:33:58 -0500 From: Stefan Hajnoczi Date: Fri, 28 Feb 2014 19:33:38 +0100 Message-Id: <1393612423-26267-5-git-send-email-stefanha@redhat.com> In-Reply-To: <1393612423-26267-1-git-send-email-stefanha@redhat.com> References: <1393612423-26267-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 4/9] qmp: Fix BlockdevOptionQuorum. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori From: Beno=C3=AEt Canet Fix some nits before QEMU 2.0 freeze. Signed-off-by: Benoit Canet Reviewed-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- qapi-schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index ac8ad24..c3592f6 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -4436,10 +4436,11 @@ # Driver specific block device options for Quorum # # @blkverify: #optional true if the driver must print content misma= tch +# 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 ## --=20 1.8.5.3