Home
last modified time | relevance | path

Searched refs:downtime_limit (Results 1 – 4 of 4) sorted by relevance

/qemu/migration/
H A Doptions.c124 parameters.downtime_limit,
747 return s->parameters.downtime_limit; in migrate_downtime_limit()
915 params->downtime_limit = s->parameters.downtime_limit; in qmp_query_migrate_parameters()
1049 (params->downtime_limit > MAX_MIGRATE_DOWNTIME)) { in migrate_params_check()
1230 dest->downtime_limit = params->downtime_limit; in migrate_params_test_apply()
1352 s->parameters.downtime_limit = params->downtime_limit; in migrate_params_apply()
H A Dmigration-hmp-cmds.c298 params->downtime_limit); in hmp_info_migrate_parameters()
568 visit_type_size(v, param, &p->downtime_limit, &err); in hmp_migrate_set_parameter()
/qemu/tests/qtest/migration/
H A Dprecopy-tests.c1123 const int64_t downtime_limit = 250; /* 250ms */ in test_dirty_limit() local
1129 const int64_t expected_threshold = max_bandwidth * downtime_limit / 1000; in test_dirty_limit()
1216 migrate_set_parameter_int(from, "downtime-limit", downtime_limit); in test_dirty_limit()
/qemu/tests/migration-stress/guestperf/
H A Dengine.py160 downtime_limit=scenario._downtime)