qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 26/30] qmp-commands: move 'stop' doc to schema


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 26/30] qmp-commands: move 'stop' doc to schema
Date: Tue, 13 Sep 2016 17:02:05 +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 3110f36..bb3a5ea 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -111,18 +111,6 @@ Example:
 -> { "execute": "screendump", "arguments": { "filename": "/tmp/image" } }
 <- { "return": {} }
 
-stop
-----
-
-Stop the emulator.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "stop" }
-<- { "return": {} }
-
 cont
 ----
 
diff --git a/qapi-schema.json b/qapi-schema.json
index b159b86..0fbff1e 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2054,6 +2054,12 @@
 #         state.  In "inmigrate" state, it will ensure that the guest
 #         remains paused once migration finishes, as if the -S option was
 #         passed on the command line.
+#
+# Example:
+#
+# -> { "execute": "stop" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'stop' }
 
-- 
2.10.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]