summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau2016-06-23 13:37:08 +0200
committerMarkus Armbruster2017-01-16 09:15:29 +0100
commitf5ad8e87c737996abe5e61124dc07adb2b610dac (patch)
tree2526da2e7d0c7a1a2689d6961a93550f2e014d55 /qapi-schema.json
parentqmp-commands: move 'getfd' doc to schema (diff)
downloadqemu-f5ad8e87c737996abe5e61124dc07adb2b610dac.tar.gz
qemu-f5ad8e87c737996abe5e61124dc07adb2b610dac.tar.xz
qemu-f5ad8e87c737996abe5e61124dc07adb2b610dac.zip
qmp-commands: move 'closefd' 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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index b4dacd415d..b5c01367e4 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -4015,6 +4015,12 @@
# Returns: Nothing on success
#
# Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "closefd", "arguments": { "fdname": "fd1" } }
+# <- { "return": {} }
+#
##
{ 'command': 'closefd', 'data': {'fdname': 'str'} }