Home
last modified time | relevance | path

Searched refs:QTestMigrationState (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/migration/
H A Dmigration-qmp.h27 void wait_for_stop(QTestState *who, QTestMigrationState *state);
28 void wait_for_resume(QTestState *who, QTestMigrationState *state);
29 void wait_for_suspend(QTestState *who, QTestMigrationState *state);
34 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state);
46 QTestMigrationState *src_state);
H A Dframework.h236 typedef struct QTestMigrationState QTestMigrationState; typedef
237 QTestMigrationState *get_src(void);
H A Dmigration-util.h18 typedef struct QTestMigrationState { struct
23 } QTestMigrationState; argument
H A Dmigration-qmp.c264 void wait_for_stop(QTestState *who, QTestMigrationState *state) in wait_for_stop()
271 void wait_for_resume(QTestState *who, QTestMigrationState *state) in wait_for_resume()
278 void wait_for_suspend(QTestState *who, QTestMigrationState *state) in wait_for_suspend()
372 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state) in wait_for_migration_pass()
519 QTestMigrationState *src_state) in migrate_postcopy_start()
H A Dframework.c37 static QTestMigrationState src_state;
38 static QTestMigrationState dst_state;
283 dst_state = (QTestMigrationState) { }; in migrate_start()
284 src_state = (QTestMigrationState) { }; in migrate_start()
992 QTestMigrationState *get_src(void) in get_src()
H A Dmigration-util.c169 QTestMigrationState *state = opaque; in migrate_watch_for_events()