Home
last modified time | relevance | path

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

/qemu/tests/qtest/migration/
H A Dprecopy-tests.c374 uint64_t prev_dirty_sync_cnt, dirty_sync_cnt; in test_auto_converge() local
416 while ((dirty_sync_cnt = get_migration_pass(from)) < 2) { in test_auto_converge()
420 prev_dirty_sync_cnt = dirty_sync_cnt; in test_auto_converge()
432 dirty_sync_cnt = get_migration_pass(from); in test_auto_converge()
433 if (dirty_sync_cnt != prev_dirty_sync_cnt) { in test_auto_converge()
437 prev_dirty_sync_cnt = dirty_sync_cnt; in test_auto_converge()