]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi-schema.json
migration: Add dirty_pages_rate to query migrate output
[mirror_qemu.git] / qapi-schema.json
index bcb5edb89daaa8495ec208f4749a806cb46a4a4b..c615ee212d06d3ec6c24eb8e6b48fbd7c1750960 100644 (file)
 #
 # @normal : number of normal pages (since 1.2)
 #
-# @normal-bytes : number of normal bytes sent (since 1.2)
+# @normal-bytes: number of normal bytes sent (since 1.2)
+#
+# @dirty-pages-rate: number of pages dirtied by second by the
+#        guest (since 1.3)
 #
 # Since: 0.14.0
 ##
 { 'type': 'MigrationStats',
   'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' ,
-           'duplicate': 'int', 'normal': 'int', 'normal-bytes': 'int' } }
+           'duplicate': 'int', 'normal': 'int', 'normal-bytes': 'int',
+           'dirty-pages-rate' : 'int' } }
 
 ##
 # @XBZRLECacheStats