aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/qmp-commands.txt12
-rw-r--r--qapi-schema.json6
2 files changed, 6 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index d0d324de73..647cc3a9e5 100644
--- a/docs/qmp-commands.txt
+++ b/docs/qmp-commands.txt
@@ -137,18 +137,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 9e3a192646..370f988742 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -2154,6 +2154,12 @@
# Performs a hard reset of a guest.
#
# Since: 0.14.0
+#
+# Example:
+#
+# -> { "execute": "system_reset" }
+# <- { "return": {} }
+#
##
{ 'command': 'system_reset' }