Home
last modified time | relevance | path

Searched refs:downtime (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dqapi-schema.json629 # @downtime: #optional only present when migration finishes correctly
630 # total downtime in milliseconds for the guest.
633 # @expected-downtime: #optional only present while migration is active
634 # expected downtime in milliseconds for the guest in last walk
650 '*expected-downtime': 'int',
651 '*downtime': 'int',
2077 # Set maximum tolerated downtime for migration.
2079 # @value: maximum downtime in seconds
/external/qemu/qapi-auto-generated/
Dqapi-types.h2150 int64_t downtime; member
Dqapi-visit.c1347 visit_type_int(m, obj ? &(*obj)->downtime : NULL, "downtime", &err); in visit_type_MigrationInfo_fields()