]> Git Repo - qemu.git/commitdiff
qmp-commands: move 'cont' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 11:07:08 +0000 (13:07 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:15:27 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-commands.txt
qapi-schema.json

index bc7cec1447b7096ef4c692cbdf4c2c1e90c46e25..083273d7dcdee5fd108d5193dbcbd49f3d22b735 100644 (file)
@@ -113,18 +113,6 @@ Example:
 -> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } }
 <- { "return": {} }
 
-cont
-----
-
-Resume emulation.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "cont" }
-<- { "return": {} }
-
 system_wakeup
 -------------
 
index 0bdd193f71cb5eca7028de8b3396b62dc98af7ed..babac12e1635c4de1b13abfa36dc7884b614444b 100644 (file)
 #         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' }
 
This page took 0.043938 seconds and 4 git commands to generate.