]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/event.json
qmp-events: move 'BALLOON_CHANGE' doc to schema
[mirror_qemu.git] / qapi / event.json
index e8e4edd36493fe75341a6a4a7624904148559ecf..c50147bbb5cf4cf7da090f32ef1fa84a0820b81d 100644 (file)
 #
 # @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' } }