mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -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
|
@ -1853,9 +1853,9 @@ int main(int argc, char **argv)
|
|||
command_loop();
|
||||
|
||||
/*
|
||||
* Make sure all outstanding requests get flushed the program exits.
|
||||
* Make sure all outstanding requests complete before the program exits.
|
||||
*/
|
||||
qemu_aio_flush();
|
||||
bdrv_drain_all();
|
||||
|
||||
if (bs) {
|
||||
bdrv_delete(bs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue