Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpostcopy-ram.c59 static NotifierWithReturnList postcopy_notifier_list; variable
63 notifier_with_return_list_init(&postcopy_notifier_list); in postcopy_infrastructure_init()
68 notifier_with_return_list_add(&postcopy_notifier_list, nn); in postcopy_add_notifier()
81 return notifier_with_return_list_notify(&postcopy_notifier_list, in postcopy_notify()