summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau2016-06-23 13:16:59 +0200
committerMarkus Armbruster2017-01-16 09:15:28 +0100
commitde0b45ea6bd463c3a51de9425ce0a49df2e14484 (patch)
treeb421cdd0ab34f282842351d86dd84676fda9f877 /qapi-schema.json
parentqmp-commands: move 'migrate_cancel' doc to schema (diff)
downloadqemu-de0b45ea6bd463c3a51de9425ce0a49df2e14484.tar.gz
qemu-de0b45ea6bd463c3a51de9425ce0a49df2e14484.tar.xz
qemu-de0b45ea6bd463c3a51de9425ce0a49df2e14484.zip
qmp-commands: move 'migrate_set_downtime' 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 c732ec9bcc..8f844aa735 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2608,6 +2608,12 @@
# Notes: This command is deprecated in favor of 'migrate-set-parameters'
#
# Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "migrate_set_downtime", "arguments": { "value": 0.1 } }
+# <- { "return": {} }
+#
##
{ 'command': 'migrate_set_downtime', 'data': {'value': 'number'} }