Revision 83f338f7 vl.c

b/vl.c
1315 1315
void qemu_system_debug_request(void)
1316 1316
{
1317 1317
    debug_requested = 1;
1318
    vm_stop(VMSTOP_DEBUG);
1318
    qemu_notify_event();
1319 1319
}
1320 1320

  
1321 1321
void qemu_system_vmstop_request(int reason)

Also available in: Unified diff