Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Drunstate.c64 static NotifierList exit_notifiers = variable
65 NOTIFIER_LIST_INITIALIZER(exit_notifiers);
843 notifier_list_add(&exit_notifiers, notify); in qemu_add_exit_notifier()
853 notifier_list_notify(&exit_notifiers, NULL); in qemu_run_exit_notifiers()