qmp: Fix BlockdevOptionQuorum.
authorBenoît Canet <benoit.canet@irqsave.net>
Sat, 22 Feb 2014 17:43:40 +0000 (18:43 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 28 Feb 2014 17:59:06 +0000 (18:59 +0100)
Fix some nits before QEMU 2.0 freeze.

Signed-off-by: Benoit Canet <benoit@irqsave.net>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qapi-schema.json

index ac8ad249669dbc29724ffdd1924b0899156780a2..c3592f6c11460c9a7405bb72bdb7d7eec0238f4c 100644 (file)
 # 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
 ##