mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-15 11:51:21 +00:00
win32 aio emulation fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2135 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f45512feac
commit
fd44d81821
@ -1129,6 +1129,9 @@ void qemu_aio_wait_start(void)
|
|||||||
|
|
||||||
void qemu_aio_wait(void)
|
void qemu_aio_wait(void)
|
||||||
{
|
{
|
||||||
|
#ifndef QEMU_TOOL
|
||||||
|
qemu_bh_poll();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void qemu_aio_wait_end(void)
|
void qemu_aio_wait_end(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user