Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.c3692 MigThrError thr_error; in migration_thread() local
3780 thr_error = migration_detect_error(s); in migration_thread()
3781 if (thr_error == MIG_THR_ERR_FATAL) { in migration_thread()
3784 } else if (thr_error == MIG_THR_ERR_RECOVERED) { in migration_thread()
3832 MigThrError thr_error; in bg_migration_thread() local
3932 thr_error = migration_detect_error(s); in bg_migration_thread()
3933 if (thr_error == MIG_THR_ERR_FATAL) { in bg_migration_thread()