Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/migration/
H A Dframework.c37 static QTestMigrationState src_state; variable
125 if (src_state.suspend_me) { in migrate_wait_for_dirty_mem()
476 src_state = (QTestMigrationState) { }; in migrate_postcopy_prepare()
478 src_state.suspend_me = args->suspend_me; in migrate_postcopy_prepare()
488 &src_state); in migrate_postcopy_prepare()
572 wait_for_suspend(from, &src_state); in postcopy_recover_fail()
618 migrate_postcopy_start(from, to, &src_state); in postcopy_recover_fail()
763 migrate_postcopy_start(from, to, &src_state); in test_precopy_common()
834 wait_for_suspend(from, &src_state); in test_precopy_common()
849 wait_for_stop(from, &src_state); in test_precopy_common()
[all...]
H A Dmigration-qmp.h34 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state);
48 QTestMigrationState *src_state);
H A Dmigration-qmp.c372 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state) in wait_for_migration_pass() argument
376 while (changes < 2 && !src_state->stop_seen && !src_state->suspend_seen) { in wait_for_migration_pass()
535 QTestMigrationState *src_state)
539 wait_for_stop(from, src_state);
519 migrate_postcopy_start(QTestState * from,QTestState * to,QTestMigrationState * src_state) migrate_postcopy_start() argument