Re: [PATCH v2 0/3] virtio: Re-enable notifications after drain

2024-02-07 Thread Kevin Wolf
Am 02.02.2024 um 16:31 hat Hanna Czenczek geschrieben: > Hanna Czenczek (3): > virtio-scsi: Attach event vq notifier with no_poll > virtio: Re-enable notifications after drain > virtio-blk: Use ioeventfd_attach in start_ioeventfd > > include/block/aio.h | 7 ++- > hw/block/virtio-blk

Re: [PATCH v2 0/3] virtio: Re-enable notifications after drain

2024-02-06 Thread Stefan Hajnoczi
On Fri, Feb 02, 2024 at 04:31:55PM +0100, Hanna Czenczek wrote: > v1: > > https://lists.nongnu.org/archive/html/qemu-block/2024-01/msg00336.html > > > Hi, > > This is basically the same series as v1: When using > aio_set_event_notifier_poll(), the io_poll_end() callback is only > invoked when p

[PATCH v2 0/3] virtio: Re-enable notifications after drain

2024-02-02 Thread Hanna Czenczek
v1: https://lists.nongnu.org/archive/html/qemu-block/2024-01/msg00336.html Hi, This is basically the same series as v1: When using aio_set_event_notifier_poll(), the io_poll_end() callback is only invoked when polling ends, not when the notifier is being removed while in a polling section. Thi