Re: [PATCH 0/2] aio-posix: fix fdmon-io_uring memory leak

2020-05-21 Thread Stefan Hajnoczi
On Mon, May 11, 2020 at 07:36:28PM +0100, Stefan Hajnoczi wrote: > This bug was introduced in QEMU 5.0 and causes guests to slow down because > AioHandlers are not freed when the fdmon-io_uring file descriptor monitoring > implementation is used by the main loop thread's glib event loop. This issue

[PATCH 0/2] aio-posix: fix fdmon-io_uring memory leak

2020-05-11 Thread Stefan Hajnoczi
This bug was introduced in QEMU 5.0 and causes guests to slow down because AioHandlers are not freed when the fdmon-io_uring file descriptor monitoring implementation is used by the main loop thread's glib event loop. This issue does not apply to IOThread usage of fdmon-io_uring. In practice few d