Revision 53370b78 vl.c

b/vl.c
1416 1416
{
1417 1417
    pause_all_vcpus();
1418 1418
    notifier_list_notify(&suspend_notifiers, NULL);
1419
    monitor_protocol_event(QEVENT_SUSPEND, NULL);
1419 1420
    is_suspended = true;
1420 1421
}
1421 1422

  
......
1442 1443
    if (!(wakeup_reason_mask & (1 << reason))) {
1443 1444
        return;
1444 1445
    }
1446
    monitor_protocol_event(QEVENT_WAKEUP, NULL);
1445 1447
    notifier_list_notify(&wakeup_notifiers, &reason);
1446 1448
    reset_requested = 1;
1447 1449
    qemu_notify_event();

Also available in: Unified diff