Re: [RFC 05/11] aio: remove aio_context_use_g_source()

2025-05-28 Thread Eric Blake
On Wed, May 28, 2025 at 03:09:10PM -0400, Stefan Hajnoczi wrote: > There is no need for aio_context_use_g_source() now that epoll(7) and > io_uring(7) file descriptor monitoring works with the glib event loop. > AioContext doesn't need to be notified that GSource is being used. > > Signed-off-by:

[RFC 05/11] aio: remove aio_context_use_g_source()

2025-05-28 Thread Stefan Hajnoczi
There is no need for aio_context_use_g_source() now that epoll(7) and io_uring(7) file descriptor monitoring works with the glib event loop. AioContext doesn't need to be notified that GSource is being used. Signed-off-by: Stefan Hajnoczi --- include/block/aio.h | 3 --- tests/uni