Home
last modified time | relevance | path

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

/qemu/tests/qtest/migration/
H A Dprecopy-tests.c682 migration_event_wait(from, phase); in test_cancel_src_after_failed()
708 migration_event_wait(from, phase); in test_cancel_src_after_cancelled()
730 migration_event_wait(from, phase); in test_cancel_src_after_complete()
778 migration_event_wait(from, phase); in test_cancel_src_pre_switchover()
780 migration_event_wait(from, "cancelling"); in test_cancel_src_pre_switchover()
1166 migration_event_wait(to, "failed"); in test_dirty_limit()
H A Dmigration-qmp.h21 void migration_event_wait(QTestState *s, const char *target);
H A Dmigration-qmp.c38 void migration_event_wait(QTestState *s, const char *target) in migration_event_wait() function
187 migration_event_wait(to, "setup"); in migrate_incoming_qmp()
H A Dframework.c614 migration_event_wait(from, "postcopy-recover-setup"); in postcopy_recover_fail()
623 migration_event_wait(from, "postcopy-paused"); in postcopy_recover_fail()
633 migration_event_wait(from, "postcopy-recover"); in postcopy_recover_fail()
/qemu/tests/qtest/
H A Dmigration-helpers.c272 migration_event_wait(to, "setup"); in migrate_incoming_qmp()
516 void migration_event_wait(QTestState *s, const char *target) in migration_event_wait() function