Revision 004d4c10 qapi-schema.json

b/qapi-schema.json
264 264
#        migration has ended, it returns the total migration
265 265
#        time. (since 1.2)
266 266
#
267
# Since: 0.14.0.
267
# @duplicate: number of duplicate pages (since 1.2)
268
#
269
# @normal : number of normal pages (since 1.2)
270
#
271
# @normal-bytes : number of normal bytes sent (since 1.2)
272
#
273
# Since: 0.14.0
268 274
##
269 275
{ 'type': 'MigrationStats',
270 276
  'data': {'transferred': 'int', 'remaining': 'int', 'total': 'int' ,
271
           'total-time': 'int' } }
277
           'total-time': 'int', 'duplicate': 'int', 'normal': 'int',
278
           'normal-bytes': 'int' } }
272 279

  
273 280
##
274 281
# @MigrationInfo

Also available in: Unified diff