Re: [PATCH] iothread: defer AioContext GSource usage

2025-03-11 Thread Kevin Wolf
Am 20.02.2025 um 05:05 hat Stefan Hajnoczi geschrieben: > Getting the GSource for the AioContext stops fdmon-io_uring from working > because it is not compatible with the glib event loop. Defer the GSource > code until the glib event loop is actually used. For typical IOThreads > this may never be

[PATCH] iothread: defer AioContext GSource usage

2025-02-19 Thread Stefan Hajnoczi
Getting the GSource for the AioContext stops fdmon-io_uring from working because it is not compatible with the glib event loop. Defer the GSource code until the glib event loop is actually used. For typical IOThreads this may never be the case and we can use fdmon-io_uring. Signed-off-by: Stefan H