From a43edcf20a14aab81373fe64a6ed8cf84eb2a7f3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 21 Sep 2016 21:00:19 -0700 Subject: qapi: make the json schema files more regular. This makes it easier to parse the schema file for tool generation: each paragraph is either a non-docstring comment, or a docstring immediately followed by a Python dict describing an API item. Signed-off-by: David Anderson Reviewed-by: Eric Blake Signed-off-by: Michael Tokarev --- qapi-schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index c3dcf11a4a..9e47b47cc7 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -752,6 +752,7 @@ 'cpu-throttle-increment': 'int', 'tls-creds': 'str', 'tls-hostname': 'str'} } + ## # @query-migrate-parameters # @@ -4118,7 +4119,6 @@ # # Since 1.6 ## - { 'struct': 'RxFilterInfo', 'data': { 'name': 'str', @@ -4338,7 +4338,6 @@ # # Since: 2.1 ## - { 'struct': 'Memdev', 'data': { 'size': 'size', -- cgit v1.2.3-55-g7522