mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33: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
savevm.c
2
savevm.c
|
@ -2104,7 +2104,7 @@ int load_vmstate(const char *name)
|
|||
}
|
||||
|
||||
/* Flush all IO requests so they don't interfere with the new state. */
|
||||
qemu_aio_flush();
|
||||
bdrv_drain_all();
|
||||
|
||||
bs = NULL;
|
||||
while ((bs = bdrv_next(bs))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue