mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
Merge remote-tracking branch 'kwolf/for-anthony' into staging
This commit is contained in:
commit
eb5d5beaeb
40 changed files with 1333 additions and 347 deletions
2
cpus.c
2
cpus.c
|
@ -396,7 +396,7 @@ static void do_vm_stop(RunState state)
|
|||
pause_all_vcpus();
|
||||
runstate_set(state);
|
||||
vm_state_notify(0, state);
|
||||
qemu_aio_flush();
|
||||
bdrv_drain_all();
|
||||
bdrv_flush_all();
|
||||
monitor_protocol_event(QEVENT_STOP, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue