]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
win32 aio emulation fix
authorbellard <bellard>
Thu, 24 Aug 2006 18:58:29 +0000 (18:58 +0000)
committerbellard <bellard>
Thu, 24 Aug 2006 18:58:29 +0000 (18:58 +0000)
block-raw.c

index 84fdff787beb6106642643d2b5a73766a27bf243..3ed4b32de08d18777b3d8a5e1fe95090efc729e2 100644 (file)
@@ -1129,6 +1129,9 @@ void qemu_aio_wait_start(void)
 
 void qemu_aio_wait(void)
 {
+#ifndef QEMU_TOOL
+    qemu_bh_poll();
+#endif
 }
 
 void qemu_aio_wait_end(void)