Revision 31552529 vl.c

b/vl.c
2093 2093

  
2094 2094
void qemu_remove_exit_notifier(Notifier *notify)
2095 2095
{
2096
    notifier_list_remove(&exit_notifiers, notify);
2096
    notifier_remove(notify);
2097 2097
}
2098 2098

  
2099 2099
static void qemu_run_exit_notifiers(void)

Also available in: Unified diff