aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:07:08 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commit3815d0de51124db3da50abaebbb4ec5f1d531f53 (patch)
treef223e411b2ccf371e1347d4fa89e6a4341519564
parent978d4d97dac8ab98e28011fd696e2594a999af26 (diff)
downloadqemu-3815d0de51124db3da50abaebbb4ec5f1d531f53.zip
qemu-3815d0de51124db3da50abaebbb4ec5f1d531f53.tar.gz
qemu-3815d0de51124db3da50abaebbb4ec5f1d531f53.tar.bz2
qmp-commands: move 'cont' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r--docs/qmp-commands.txt12
-rw-r--r--qapi-schema.json6
2 files changed, 6 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index bc7cec1..083273d7 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -113,18 +113,6 @@ Example:
-> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } }
<- { "return": {} }
-cont
-----
-
-Resume emulation.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "cont" }
-<- { "return": {} }
-
system_wakeup
-------------
diff --git a/qapi-schema.json b/qapi-schema.json
index 0bdd193..babac12 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2289,6 +2289,12 @@
# this case, the effect of the command is to make sure the guest
# starts once migration finishes, removing the effect of the -S
# command line option if it was passed.
+#
+# Example:
+#
+# -> { "execute": "cont" }
+# <- { "return": {} }
+#
##
{ 'command': 'cont' }