aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:39:52 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:50 +0100
commite602f0b4e7fc497c50a63732feeb9be7650cdaef (patch)
treed76a6778494ac47fb22781d68e2a991e26685283 /qapi
parent14df1ea1683a52decbe4664fba6a8aa139536f27 (diff)
qmp-events: move 'MEM_UNPLUG_ERROR' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/event.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index a9f974fa36..f8c7dd6bb5 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -592,6 +592,15 @@
# @msg: Informative message
#
# Since: 2.4
+#
+# Example:
+#
+# <- { "event": "MEM_UNPLUG_ERROR"
+# "data": { "device": "dimm1",
+# "msg": "acpi: device unplug for unsupported device"
+# },
+# "timestamp": { "seconds": 1265044230, "microseconds": 450486 } }
+#
##
{ 'event': 'MEM_UNPLUG_ERROR',
'data': { 'device': 'str', 'msg': 'str' } }