Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.c3437 MigThrError thr_error; in migration_thread() local
3525 thr_error = migration_detect_error(s); in migration_thread()
3526 if (thr_error == MIG_THR_ERR_FATAL) { in migration_thread()
3529 } else if (thr_error == MIG_THR_ERR_RECOVERED) { in migration_thread()
3577 MigThrError thr_error; in bg_migration_thread() local
3682 thr_error = migration_detect_error(s); in bg_migration_thread()
3683 if (thr_error == MIG_THR_ERR_FATAL) { in bg_migration_thread()