]> Git Repo - qemu.git/blobdiff - aio-win32.c
target-ppc: Implement "compat" CPU option
[qemu.git] / aio-win32.c
index f9cfbb75aca8ad9af7b50fc0338065f286dc81f8..23f4e5ba19755bd9c743d6eaa3e2200bebfa4bec 100644 (file)
@@ -161,11 +161,6 @@ bool aio_poll(AioContext *ctx, bool blocking)
 
     ctx->walking_handlers--;
 
-    /* early return if we only have the aio_notify() fd */
-    if (count == 1) {
-        return progress;
-    }
-
     /* wait until next event */
     while (count > 0) {
         int ret;
This page took 0.023276 seconds and 4 git commands to generate.