summaryrefslogtreecommitdiffstats
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorLuiz Capitulino2011-09-15 19:41:46 +0200
committerLuiz Capitulino2011-10-04 16:02:57 +0200
commit38d226535aeebda24f579446e168ae3385f4ebd6 (patch)
tree7fc9fc17deed0189a923376aa6b0efda6888af73 /qapi-schema.json
parentqapi: Convert stop (diff)
downloadqemu-38d226535aeebda24f579446e168ae3385f4ebd6.tar.gz
qemu-38d226535aeebda24f579446e168ae3385f4ebd6.tar.xz
qemu-38d226535aeebda24f579446e168ae3385f4ebd6.zip
qapi: Convert system_reset
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index cd05034953..02de4b55c6 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -248,3 +248,12 @@
# state
##
{ 'command': 'stop' }
+
+##
+# @system_reset:
+#
+# Performs a hard reset of a guest.
+#
+# Since: 0.14.0
+##
+{ 'command': 'system_reset' }