Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-user.c248 NotifierWithReturn postcopy_notifier; member
2127 postcopy_notifier); in vhost_user_postcopy_notifier()
2292 u->postcopy_notifier.notify = vhost_user_postcopy_notifier; in vhost_user_backend_init()
2293 postcopy_add_notifier(&u->postcopy_notifier); in vhost_user_backend_init()
2305 if (u->postcopy_notifier.notify) { in vhost_user_backend_cleanup()
2306 postcopy_remove_notifier(&u->postcopy_notifier); in vhost_user_backend_cleanup()
2307 u->postcopy_notifier.notify = NULL; in vhost_user_backend_cleanup()