diff options
author | Marc-André Lureau | 2016-06-23 16:26:36 +0200 |
---|---|---|
committer | Markus Armbruster | 2017-01-16 09:19:49 +0100 |
commit | 9ba5cec9dd68ac1b38fbb7ab45f389e5e05b89f1 (patch) | |
tree | dd3de6d3a5e1a9ee5885fe2354bd30a87942ff54 /qapi | |
parent | qmp-events: move 'RTC_CHANGE' doc to schema (diff) | |
download | qemu-9ba5cec9dd68ac1b38fbb7ab45f389e5e05b89f1.tar.gz qemu-9ba5cec9dd68ac1b38fbb7ab45f389e5e05b89f1.tar.xz qemu-9ba5cec9dd68ac1b38fbb7ab45f389e5e05b89f1.zip |
qmp-events: move 'WATCHDOG' 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.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json index e2ab2c760a..43d27ecbeb 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -165,7 +165,16 @@ # Note: If action is "reset", "shutdown", or "pause" the WATCHDOG event is # followed respectively by the RESET, SHUTDOWN, or STOP events # +# Note: This event is rate-limited. +# # Since: 0.13.0 +# +# Example: +# +# <- { "event": "WATCHDOG", +# "data": { "action": "reset" }, +# "timestamp": { "seconds": 1267061043, "microseconds": 959568 } } +# ## { 'event': 'WATCHDOG', 'data': { 'action': 'WatchdogExpirationAction' } } |