diff options
Diffstat (limited to 'qapi/event.json')
-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 e8e4edd364..c50147bbb5 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -461,7 +461,16 @@ # # @actual: actual level of the guest memory balloon in bytes # +# Note: this event is rate-limited. +# # Since: 1.2 +# +# Example: +# +# <- { "event": "BALLOON_CHANGE", +# "data": { "actual": 944766976 }, +# "timestamp": { "seconds": 1267020223, "microseconds": 435656 } } +# ## { 'event': 'BALLOON_CHANGE', 'data': { 'actual': 'int' } } |