aboutsummaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/event.json')
-rw-r--r--qapi/event.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index ea3e4ee..da9898d 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -45,6 +45,12 @@
# Emitted when the virtual machine is reset
#
# Since: 0.12.0
+#
+# Example:
+#
+# <- { "event": "RESET",
+# "timestamp": { "seconds": 1267041653, "microseconds": 9518 } }
+#
##
{ 'event': 'RESET' }