Re: [Qemu-devel] [PATCH 2/4] virtio: Always use aio path to set host handler

2016-06-24 Thread Fam Zheng
On Fri, 06/24 08:39, Paolo Bonzini wrote: > > > On 24/06/2016 07:12, Fam Zheng wrote: > > Apart from the interface difference, the aio version works the same as > > the non-aio one. The event notifier versus aio fd handler makes no > > diffeerence, except the former led to an ugly patch in commit

Re: [Qemu-devel] [PATCH 2/4] virtio: Always use aio path to set host handler

2016-06-23 Thread Paolo Bonzini
On 24/06/2016 07:12, Fam Zheng wrote: > Apart from the interface difference, the aio version works the same as > the non-aio one. The event notifier versus aio fd handler makes no > diffeerence, except the former led to an ugly patch in commit > ab27c3b5e7, which won't be necessary any more. > >

[Qemu-devel] [PATCH 2/4] virtio: Always use aio path to set host handler

2016-06-23 Thread Fam Zheng
Apart from the interface difference, the aio version works the same as the non-aio one. The event notifier versus aio fd handler makes no diffeerence, except the former led to an ugly patch in commit ab27c3b5e7, which won't be necessary any more. As the first step to unify them, all callers are sw