Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.h490 int migration_call_notifiers(MigrationState *s, MigrationEventType type,
H A Dmigration.c1440 migration_call_notifiers(s, type, NULL); in migrate_fd_cleanup()
1575 int migration_call_notifiers(MigrationState *s, MigrationEventType type, in migration_call_notifiers() function
2627 migration_call_notifiers(ms, MIG_EVENT_PRECOPY_DONE, NULL); in postcopy_start()
2671 migration_call_notifiers(ms, MIG_EVENT_PRECOPY_FAILED, NULL); in postcopy_start()
3750 if (migration_call_notifiers(s, MIG_EVENT_PRECOPY_SETUP, &local_err)) { in migrate_fd_connect()