Home
last modified time | relevance | path

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

/qemu/tests/qtest/migration/
H A Dmigration-util.h19 bool stop_seen; member
H A Dprecopy-tests.c408 g_assert_false(get_src()->stop_seen); in test_auto_converge()
1158 g_assert_false(get_src()->stop_seen); in test_dirty_limit()
1176 g_assert_false(get_src()->stop_seen); in test_dirty_limit()
1206 g_assert_false(get_src()->stop_seen); in test_dirty_limit()
H A Dmigration-qmp.c266 if (!state->stop_seen) { in wait_for_stop()
371 while (changes < 2 && !src_state->stop_seen && !src_state->suspend_seen) { in wait_for_migration_pass()
H A Dmigration-util.c172 state->stop_seen = true; in migrate_watch_for_events()
/qemu/tests/qtest/
H A Dmigration-helpers.c157 state->stop_seen = true; in migrate_watch_for_events()