summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau2016-06-23 15:26:12 +0200
committerMarkus Armbruster2017-01-16 09:19:47 +0100
commit1965e98d51ebe4b1effbe11fa71c4cd483ae6383 (patch)
treef02bde8f05e8cbb0ed1f1b5244ed0691bbbc10c4 /qapi-schema.json
parentqmp-commands: move 'query-hotpluggable-cpus' doc to schema (diff)
downloadqemu-1965e98d51ebe4b1effbe11fa71c4cd483ae6383.tar.gz
qemu-1965e98d51ebe4b1effbe11fa71c4cd483ae6383.tar.xz
qemu-1965e98d51ebe4b1effbe11fa71c4cd483ae6383.zip
qmp-commands: move 'query-gic-capabilities' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 15dd07b85e..dbfb592c8c 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -5854,6 +5854,13 @@
# Returns: a list of GICCapability objects.
#
# Since: 2.6
+#
+# Example:
+#
+# -> { "execute": "query-gic-capabilities" }
+# <- { "return": [{ "version": 2, "emulated": true, "kernel": false },
+# { "version": 3, "emulated": false, "kernel": true } ] }
+#
##
{ 'command': 'query-gic-capabilities', 'returns': ['GICCapability'] }