Searched refs:migration_event_wait (Results 1 – 5 of 5) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | precopy-tests.c | 682 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 D | migration-qmp.h | 21 void migration_event_wait(QTestState *s, const char *target);
|
H A D | migration-qmp.c | 38 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 D | framework.c | 614 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 D | migration-helpers.c | 272 migration_event_wait(to, "setup"); in migrate_incoming_qmp() 516 void migration_event_wait(QTestState *s, const char *target) in migration_event_wait() function
|