[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 02/30] qmp-commands: move 'cont' doc to schema
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH 02/30] qmp-commands: move 'cont' doc to schema |
Date: |
Thu, 22 Sep 2016 13:22:37 +0400 |
Signed-off-by: Marc-André Lureau <address@hidden>
---
docs/qmp-commands.txt | 12 ------------
qapi-schema.json | 6 ++++++
2 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 5a91d77..c97dcb5 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -111,18 +111,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 7aa742e..9de5214 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2203,6 +2203,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' }
--
2.10.0
- [Qemu-devel] [PATCH 00/30] Move qapi documentation to schema (part 2/5), Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 01/30] qmp-commands: move 'pmemsave' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 02/30] qmp-commands: move 'cont' doc to schema,
Marc-André Lureau <=
- [Qemu-devel] [PATCH 03/30] qmp-commands: move 'system_wakeup' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 04/30] qmp-commands: move 'inject-nmi' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 05/30] qmp-commands: move 'set_link' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 06/30] qmp-commands: move 'balloon' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 07/30] qmp-commands: move 'transaction' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 08/30] qmp-commands: move 'human-monitor-command' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 09/30] qmp-commands: move 'migrate_cancel' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 10/30] qmp-commands: move 'migrate_set_downtime' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 11/30] qmp-commands: move 'migrate_set_speed' doc to schema, Marc-André Lureau, 2016/09/22
- [Qemu-devel] [PATCH 12/30] qmp-commands: move 'query-migrate-cache-size' doc to schema, Marc-André Lureau, 2016/09/22