diff options
Diffstat (limited to 'qapi-event.json')
-rw-r--r-- | qapi-event.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qapi-event.json b/qapi-event.json index 807a6f5d8f..e6cfafae78 100644 --- a/qapi-event.json +++ b/qapi-event.json @@ -78,3 +78,16 @@ # Since: 1.1 ## { 'event': 'WAKEUP' } + +## +# @RTC_CHANGE +# +# Emitted when the guest changes the RTC time. +# +# @offset: offset between base RTC clock (as specified by -rtc base), and +# new RTC clock value +# +# Since: 0.13.0 +## +{ 'event': 'RTC_CHANGE', + 'data': { 'offset': 'int' } } |