Revision d3fa9230 aio-posix.c

b/aio-posix.c
217 217

  
218 218
    ctx->walking_handlers--;
219 219

  
220
    /* early return if we only have the aio_notify() fd */
221
    if (ctx->pollfds->len == 1) {
222
        return progress;
223
    }
224

  
225 220
    /* wait until next event */
226 221
    ret = qemu_poll_ns((GPollFD *)ctx->pollfds->data,
227 222
                         ctx->pollfds->len,

Also available in: Unified diff