Re: [Qemu-devel] [PATCH] iothread: enable AioContext polling by default

2017-01-31 Thread Stefan Hajnoczi
On Thu, Jan 26, 2017 at 05:01:19PM +, Stefan Hajnoczi wrote: > IOThread AioContexts are likely to consist only of event sources like > virtqueue ioeventfds and LinuxAIO completion eventfds that are pollable > from userspace (without system calls). > > We recently merged the AioContext polling

Re: [Qemu-devel] [PATCH] iothread: enable AioContext polling by default

2017-01-27 Thread Paolo Bonzini
On 26/01/2017 18:01, Stefan Hajnoczi wrote: > IOThread AioContexts are likely to consist only of event sources like > virtqueue ioeventfds and LinuxAIO completion eventfds that are pollable > from userspace (without system calls). > > We recently merged the AioContext polling feature but didn't

[Qemu-devel] [PATCH] iothread: enable AioContext polling by default

2017-01-27 Thread Stefan Hajnoczi
IOThread AioContexts are likely to consist only of event sources like virtqueue ioeventfds and LinuxAIO completion eventfds that are pollable from userspace (without system calls). We recently merged the AioContext polling feature but didn't enable it by default yet. I have gone back over the per