diff options
Diffstat (limited to 'qapi/event.json')
-rw-r--r-- | qapi/event.json | 9 |
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' } } |