diff options
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 3ac4eb148f..e2ab2c760a 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -141,7 +141,16 @@ # @offset: offset between base RTC clock (as specified by -rtc base), and # new RTC clock value # +# Note: This event is rate-limited. +# # Since: 0.13.0 +# +# Example: +# +# <- { "event": "RTC_CHANGE", +# "data": { "offset": 78 }, +# "timestamp": { "seconds": 1267020223, "microseconds": 435656 } } +# ## { 'event': 'RTC_CHANGE', 'data': { 'offset': 'int' } } |