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);
48 QTestMigrationState *src_state);
H A Dframework.h254 typedef struct QTestMigrationState QTestMigrationState;
255 QTestMigrationState *get_src(void);
256 QTestMigrationState *get_dst(void);
236 typedef struct QTestMigrationState QTestMigrationState; global() typedef
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()
535 QTestMigrationState *src_state)
H A Dframework.c37 static QTestMigrationState src_state;
38 static QTestMigrationState dst_state;
475 dst_state = (QTestMigrationState) { }; in migrate_postcopy_prepare()
476 src_state = (QTestMigrationState) { }; in migrate_postcopy_prepare()
1069 QTestMigrationState *get_src(void)
1074 QTestMigrationState *get_dst(void)
H A Dmigration-util.c169 QTestMigrationState *state = opaque; in migrate_watch_for_events()