summaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
Diffstat (limited to 'qapi')
-rw-r--r--qapi/event.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index c50147bbb5..c131a4ff20 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -483,6 +483,12 @@
# @action: action that has been taken, currently always "pause"
#
# Since: 1.5
+#
+# Example:
+#
+# <- { "event": "GUEST_PANICKED",
+# "data": { "action": "pause" } }
+#
##
{ 'event': 'GUEST_PANICKED',
'data': { 'action': 'GuestPanicAction' } }