Re: [Qemu-block] [PATCH v2 4/7] virtio: Use aio_set_event_notifier for aio vq

2016-06-28 Thread Stefan Hajnoczi
On Fri, Jun 24, 2016 at 08:39:31PM +0800, Fam Zheng wrote: Commit description? For example: Distinguish between virtqueue processing in the iohandler context and main loop AioContext. iohandler context is isolated from AioContexts and therefore does not run during aio_poll(). signature.asc

[Qemu-block] [PATCH v2 4/7] virtio: Use aio_set_event_notifier for aio vq

2016-06-24 Thread Fam Zheng
Signed-off-by: Fam Zheng --- hw/virtio/virtio.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c index 1ea6f66..a586529 100644 --- a/hw/virtio/virtio.c +++ b/hw/virtio/virtio.c @@ -1835,11 +1835,21 @@