]> Git Repo - qemu.git/blobdiff - aio-posix.c
gtk: skip keyboard grab when hover autograb is active
[qemu.git] / aio-posix.c
index bd06f33c7824184d56ccd7e6149cc1fa1e56448d..f921d4f538337c30e58abd7f1b3565c79c155ff4 100644 (file)
@@ -217,11 +217,6 @@ bool aio_poll(AioContext *ctx, bool blocking)
 
     ctx->walking_handlers--;
 
-    /* early return if we only have the aio_notify() fd */
-    if (ctx->pollfds->len == 1) {
-        return progress;
-    }
-
     /* wait until next event */
     ret = qemu_poll_ns((GPollFD *)ctx->pollfds->data,
                          ctx->pollfds->len,
This page took 0.021588 seconds and 4 git commands to generate.