Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dslirp.c94 Notifier exit_notifier; member
144 SlirpState *s = container_of(n, SlirpState, exit_notifier); in slirp_smb_exit()
164 if (s->exit_notifier.notify) { in net_slirp_cleanup()
165 qemu_remove_exit_notifier(&s->exit_notifier); in net_slirp_cleanup()
697 s->exit_notifier.notify = slirp_smb_exit; in net_slirp_init()
698 qemu_add_exit_notifier(&s->exit_notifier); in net_slirp_init()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c131 Notifier exit_notifier; member
145 exit_notifier); in migration_exit_cb()
158 ctx->exit_notifier.notify = migration_exit_cb; in blocktime_context_new()
160 qemu_add_exit_notifier(&ctx->exit_notifier); in blocktime_context_new()