diff options
Diffstat (limited to 'qapi-event.json')
-rw-r--r-- | qapi-event.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qapi-event.json b/qapi-event.json index b7438d5877..8a3f3ae118 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -266,3 +266,15 @@ ## { 'event': 'BALLOON_CHANGE', 'data': { 'actual': 'int' } } + +## +# @GUEST_PANICKED +# +# Emitted when guest OS panic is detected +# +# @action: action that has been taken, currently always "pause" +# +# Since: 1.5 +## +{ 'event': 'GUEST_PANICKED', + 'data': { 'action': 'GuestPanicAction' } } |