Re: [PATCH v2 00/15] io_uring: add Linux io_uring AIO engine

2019-11-13 Thread Stefan Hajnoczi
On Mon, Nov 04, 2019 at 11:32:33AM +0100, Stefan Hajnoczi wrote: > On Fri, Oct 25, 2019 at 06:04:29PM +0200, Stefan Hajnoczi wrote: > > v11: > > * Drop fd registration because it breaks QEMU's file locking and will need > > to > >be resolved in a separate patch series > > * Drop line-wrappin

Re: [PATCH v2 00/15] io_uring: add Linux io_uring AIO engine

2019-11-04 Thread Stefan Hajnoczi
On Fri, Oct 25, 2019 at 06:04:29PM +0200, Stefan Hajnoczi wrote: > v11: > * Drop fd registration because it breaks QEMU's file locking and will need to >be resolved in a separate patch series > * Drop line-wrapping changes that accidentally broke several qemu-iotests > > v10: > * Dropped ke

[PATCH v2 00/15] io_uring: add Linux io_uring AIO engine

2019-10-25 Thread Stefan Hajnoczi
v11: * Drop fd registration because it breaks QEMU's file locking and will need to be resolved in a separate patch series * Drop line-wrapping changes that accidentally broke several qemu-iotests v10: * Dropped kernel submission queue polling, it requires root and has additional limitatio