qemu-devel
[Top][All Lists]
Advanced

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

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


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 25/30] qmp-commands: move 'quit' doc to schema
Date: Tue, 13 Sep 2016 17:02:04 +0400

Signed-off-by: Marc-André Lureau <address@hidden>
---
 docs/qmp-commands.txt | 12 ------------
 qapi-schema.json      |  5 +++++
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 0050067..3110f36 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -53,18 +53,6 @@ If you're planning to adopt QMP, please observe the 
following:
 Server's responses in the examples below are always a success response, please
 refer to the QMP specification for more details on error responses.
 
-quit
-----
-
-Quit the emulator.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "quit" }
-<- { "return": {} }
-
 eject
 -----
 
diff --git a/qapi-schema.json b/qapi-schema.json
index 71eb9a4..b159b86 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2035,6 +2035,11 @@
 # unexpected.
 #
 # Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "quit" }
+# <- { "return": {} }
 ##
 { 'command': 'quit' }
 
-- 
2.10.0




reply via email to

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