Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user.c248 NotifierWithReturn postcopy_notifier; member
2129 postcopy_notifier); in vhost_user_postcopy_notifier()
2294 u->postcopy_notifier.notify = vhost_user_postcopy_notifier; in vhost_user_backend_init()
2295 postcopy_add_notifier(&u->postcopy_notifier); in vhost_user_backend_init()
2307 if (u->postcopy_notifier.notify) { in vhost_user_backend_cleanup()
2308 postcopy_remove_notifier(&u->postcopy_notifier); in vhost_user_backend_cleanup()
2309 u->postcopy_notifier.notify = NULL; in vhost_user_backend_cleanup()