Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.h18 typedef struct QTestMigrationState { struct
23 } QTestMigrationState; argument
H A Dmigration-test.c43 static QTestMigrationState src_state;
44 static QTestMigrationState dst_state;
225 static void wait_for_stop(QTestState *who, QTestMigrationState *state) in wait_for_stop()
232 static void wait_for_resume(QTestState *who, QTestMigrationState *state) in wait_for_resume()
239 static void wait_for_suspend(QTestState *who, QTestMigrationState *state) in wait_for_suspend()
738 dst_state = (QTestMigrationState) { }; in test_migrate_start()
739 src_state = (QTestMigrationState) { }; in test_migrate_start()
H A Dmigration-helpers.c154 QTestMigrationState *state = opaque; in migrate_watch_for_events()