summaryrefslogtreecommitdiff
path: root/qapi/block-core.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-11-17 19:54:53 +0400
committerMarkus Armbruster <armbru@redhat.com>2016-12-05 17:41:37 +0100
commit4d5c8bc42f0c935f002639d8f340e8b9fa980ec4 (patch)
treedcc8339398c66f6802d5238eace5beb686a33347 /qapi/block-core.json
parentc5927e7abf4fec928db815f1175b116b927eb97b (diff)
downloadqemu-4d5c8bc42f0c935f002639d8f340e8b9fa980ec4.tar.gz
qapi: fix various symbols mismatch in documentation
There are various mismatch: - invalid symbols - section and member symbols mismatch - enum or union values vs 'type' The documentation parser catches all these cases. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20161117155504.21843-7-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/block-core.json')
-rw-r--r--qapi/block-core.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index d98fe73ff1..33bc93aca1 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2160,10 +2160,6 @@
#
# @type: Transport type used for gluster connection
#
-# @unix: socket file
-#
-# @tcp: host address and port number
-#
# This is similar to SocketAddress, only distinction:
#
# 1. GlusterServer is a flat union, SocketAddress is a simple union.