Home
last modified time | relevance | path

Searched refs:migrate_has_error (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/migration/
H A Dmigration.h486 bool migrate_has_error(MigrationState *s);
H A Dmigration.c1460 bool migrate_has_error(MigrationState *s) in migrate_has_error() function
2144 if (migrate_has_error(s)) { in migration_rp_wait()
2151 if (migrate_has_error(s)) { in migration_rp_wait()
2471 if (migrate_has_error(ms) && ms->rp_state.from_dst_file) { in close_return_path_on_source()
2482 return migrate_has_error(ms); in close_return_path_on_source()