From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS9La-0008FX-Fm for qemu-devel@nongnu.org; Tue, 26 Jul 2016 16:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS9LZ-0004yR-Lm for qemu-devel@nongnu.org; Tue, 26 Jul 2016 16:53:02 -0400 From: Jeff Cody Date: Tue, 26 Jul 2016 16:52:52 -0400 Message-Id: <1469566373-9953-2-git-send-email-jcody@redhat.com> In-Reply-To: <1469566373-9953-1-git-send-email-jcody@redhat.com> References: <1469566373-9953-1-git-send-email-jcody@redhat.com> Subject: [Qemu-devel] [PULL 1/2] block/gluster: fix doc in the qapi schema and member name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: peter.maydell@linaro.org, jcody@redhat.com, qemu-devel@nongnu.org From: Prasanna Kumar Kalever 1. qapi @BlockdevOptionsGluster schema member name s/debug_level/debug-level/ 2. rearrange the versioning 3. s/server description/servers description/ Signed-off-by: Prasanna Kumar Kalever Reviewed-by: Eric Blake Reviewed-by: Jeff Cody Message-Id: <1469198048-8535-1-git-send-email-prasanna.kalever@redhat.com> Signed-off-by: Jeff Cody --- qapi/block-core.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index f462345..cd14e57 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1688,9 +1688,9 @@ # Drivers that are supported in block device operations. # # @host_device, @host_cdrom: Since 2.1 -# -# Since: 2.0 # @gluster: Since 2.7 +# +# Since: 2.0 ## { 'enum': 'BlockdevDriver', 'data': [ 'archipelago', 'blkdebug', 'blkverify', 'bochs', 'cloop', @@ -2134,7 +2134,7 @@ # # @path: absolute path to image file in gluster volume # -# @server: gluster server description +# @server: gluster servers description # # @debug-level: #optional libgfapi log level (default '4' which is Error) # @@ -2144,7 +2144,7 @@ 'data': { 'volume': 'str', 'path': 'str', 'server': ['GlusterServer'], - '*debug_level': 'int' } } + '*debug-level': 'int' } } ## # @BlockdevOptions -- 1.9.3