diff options
| author | Wenchao Xia | 2014-06-18 08:43:42 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-23 17:12:27 +0200 |
| commit | 99eaf09c73b213e32e297b1d08d035abb5b268e9 (patch) | |
| tree | 6b8448ab6a146460e890a4e973fda1f99703efd9 /qapi-event.json | |
| parent | qapi event: convert RTC_CHANGE (diff) | |
| download | qemu-99eaf09c73b213e32e297b1d08d035abb5b268e9.tar.gz qemu-99eaf09c73b213e32e297b1d08d035abb5b268e9.tar.xz qemu-99eaf09c73b213e32e297b1d08d035abb5b268e9.zip | |
qapi event: convert WATCHDOG
Signed-off-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-event.json')
| -rw-r--r-- | qapi-event.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qapi-event.json b/qapi-event.json index e6cfafae78..e7dbfab56f 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -91,3 +91,18 @@ ## { 'event': 'RTC_CHANGE', 'data': { 'offset': 'int' } } + +## +# @WATCHDOG +# +# Emitted when the watchdog device's timer is expired +# +# @action: action that has been taken +# +# Note: If action is "reset", "shutdown", or "pause" the WATCHDOG event is +# followed respectively by the RESET, SHUTDOWN, or STOP events +# +# Since: 0.13.0 +## +{ 'event': 'WATCHDOG', + 'data': { 'action': 'WatchdogExpirationAction' } } |
