qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 27/30] qmp-commands: move 'system_reset' doc to sche


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 27/30] qmp-commands: move 'system_reset' doc to schema
Date: Tue, 13 Sep 2016 17:02:06 +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 bb3a5ea..9bd5afa 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -135,18 +135,6 @@ Example:
 -> { "execute": "system_wakeup" }
 <- { "return": {} }
 
-system_reset
-------------
-
-Reset the system.
-
-Arguments: None.
-
-Example:
-
--> { "execute": "system_reset" }
-<- { "return": {} }
-
 system_powerdown
 ----------------
 
diff --git a/qapi-schema.json b/qapi-schema.json
index 0fbff1e..cb90e9e 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2069,6 +2069,12 @@
 # Performs a hard reset of a guest.
 #
 # Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "system_reset" }
+# <- { "return": {} }
+#
 ##
 { 'command': 'system_reset' }
 
-- 
2.10.0




reply via email to

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