Re: [Qemu-devel] [PATCH v3 0/2] Fix aio_notify_accept()

2018-08-13 Thread Paolo Bonzini
On 14/08/2018 04:50, Fam Zheng wrote: > On Thu, 08/09 21:22, Fam Zheng wrote: >> v3: Fix commit message's bug description. [Paolo] > > If there's no objection, I'm queuing this for 3.1. Sure, thanks. Paolo

Re: [Qemu-devel] [PATCH v3 0/2] Fix aio_notify_accept()

2018-08-13 Thread Fam Zheng
On Thu, 08/09 21:22, Fam Zheng wrote: > v3: Fix commit message's bug description. [Paolo] If there's no objection, I'm queuing this for 3.1. Fam

[Qemu-devel] [PATCH v3 0/2] Fix aio_notify_accept()

2018-08-09 Thread Fam Zheng
v3: Fix commit message's bug description. [Paolo] v2: Implement the fix following Paolo's idea. Testing is still in progress. Calling aio_notify_accept(iothread->ctx) from main loop when it does aio_poll(iothread->ctx, false) is a bug because it may steal the event needed by aio_poll(iothread