Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram.c422 static NotifierWithReturnList precopy_notifier_list; variable
432 notifier_with_return_list_init(&precopy_notifier_list); in precopy_infrastructure_init()
437 notifier_with_return_list_add(&precopy_notifier_list, n); in precopy_add_notifier()
450 return notifier_with_return_list_notify(&precopy_notifier_list, &pnd, errp); in precopy_notify()