Revision 81d9b784

b/vl.c
3148 3148
        vm_state_notify(0, reason);
3149 3149
        monitor_protocol_event(QEVENT_STOP, NULL);
3150 3150
    }
3151

  
3152
    monitor_protocol_event(QEVENT_RESET, NULL);
3153 3151
}
3154 3152

  
3155 3153
void qemu_register_reset(QEMUResetHandler *func, void *opaque)
......
3182 3180
    QTAILQ_FOREACH_SAFE(re, &reset_handlers, entry, nre) {
3183 3181
        re->func(re->opaque);
3184 3182
    }
3183
    monitor_protocol_event(QEVENT_RESET, NULL);
3185 3184
    cpu_synchronize_all_post_reset();
3186 3185
}
3187 3186

  

Also available in: Unified diff