summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:03:06 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:27 +0100
commitcd98e00be03c04faa82dd1149974a85dcb94aad8 (patch)
tree1a22ade2ee67509f5a6c8319a645b4bf2a6371c4 /qapi-schema.json
parent9787339ebb6af5360c3b4759831ff4a54464b64d (diff)
downloadqemu-cd98e00be03c04faa82dd1149974a85dcb94aad8.tar.gz
qmp-commands: move 'system_reset' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json6
1 files changed, 6 insertions, 0 deletions
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' }