summaryrefslogtreecommitdiff
path: root/qapi-event.json
diff options
context:
space:
mode:
authorWenchao Xia <wenchaoqemu@gmail.com>2014-06-18 08:43:35 +0200
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-23 11:01:25 -0400
commita6330785f025d038b8a6facfb769817f6bf27df6 (patch)
treebfceb2b5371ed1267c3107a893cfd6d1708255b2 /qapi-event.json
parent0aab9ec33e1bcfc46644ed49b777d67caf3a75d0 (diff)
downloadqemu-a6330785f025d038b8a6facfb769817f6bf27df6.tar.gz
qapi event: convert RESET
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-event.json')
-rw-r--r--qapi-event.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi-event.json b/qapi-event.json
index ca08289aec..f38669d48f 100644
--- a/qapi-event.json
+++ b/qapi-event.json
@@ -20,3 +20,12 @@
# Since: 0.12.0
##
{ 'event': 'POWERDOWN' }
+
+##
+# @RESET
+#
+# Emitted when the virtual machine is reset
+#
+# Since: 0.12.0
+##
+{ 'event': 'RESET' }