Searched refs:src_state (Results 1 – 3 of 3) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | framework.c | 37 static QTestMigrationState src_state; variable 125 if (src_state.suspend_me) { in migrate_wait_for_dirty_mem() 284 src_state = (QTestMigrationState) { }; in migrate_start() 286 src_state.suspend_me = args->suspend_me; in migrate_start() 388 &src_state); in migrate_start() 497 wait_for_suspend(from, &src_state); in migrate_postcopy_prepare() 543 migrate_postcopy_start(from, to, &src_state); in test_postcopy_common() 688 migrate_postcopy_start(from, to, &src_state); in test_postcopy_recovery_common() 759 wait_for_suspend(from, &src_state); in test_precopy_common() 774 wait_for_stop(from, &src_state); in test_precopy_common() [all …]
|
H A D | migration-qmp.c | 367 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state) in wait_for_migration_pass() argument 371 while (changes < 2 && !src_state->stop_seen && !src_state->suspend_seen) { in wait_for_migration_pass() 514 QTestMigrationState *src_state) in migrate_postcopy_start() argument 518 wait_for_stop(from, src_state); in migrate_postcopy_start()
|
H A D | migration-qmp.h | 34 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state); 46 QTestMigrationState *src_state);
|