X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/34daffa04886444dafd4a6951167225e824003d0..58fa4325228f61d58317f48364259b31e9b92d15:/aio-posix.c diff --git a/aio-posix.c b/aio-posix.c index 88d09e1cfb..fe4dbb4523 100644 --- a/aio-posix.c +++ b/aio-posix.c @@ -264,5 +264,6 @@ bool aio_poll(AioContext *ctx, bool blocking) } } - return progress; + assert(progress || busy); + return true; }