summaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/event.json')
-rw-r--r--qapi/event.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index ebf45cf7ed..e8e4edd364 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -442,6 +442,13 @@
# @info: ACPIOSTInfo type as described in qapi-schema.json
#
# Since: 2.1
+#
+# Example:
+#
+# <- { "event": "ACPI_DEVICE_OST",
+# "data": { "device": "d1", "slot": "0",
+# "slot-type": "DIMM", "source": 1, "status": 0 } }
+#
##
{ 'event': 'ACPI_DEVICE_OST',
'data': { 'info': 'ACPIOSTInfo' } }