Re: [Qemu-devel] [PATCHv11 00/31] aio / timers: Add AioContext timers and use ppoll

2013-08-19 Thread Stefan Hajnoczi
On Fri, Aug 16, 2013 at 04:37:28PM +0100, Alex Bligh wrote: > Stefan, > > On 16 Aug 2013, at 16:24, Stefan Hajnoczi wrote: > > > Please run qemu-iotests on this series and fix any failures. It is > > failing with "I/O thread has spun for 1000 iterations". > > It does that without my patch. Belo

Re: [Qemu-devel] [PATCHv11 00/31] aio / timers: Add AioContext timers and use ppoll

2013-08-16 Thread Alex Bligh
Stefan, On 16 Aug 2013, at 16:24, Stefan Hajnoczi wrote: > Please run qemu-iotests on this series and fix any failures. It is > failing with "I/O thread has spun for 1000 iterations". It does that without my patch. Below is the iterative build log for each revision being added (I've snipped all

Re: [Qemu-devel] [PATCHv11 00/31] aio / timers: Add AioContext timers and use ppoll

2013-08-16 Thread Stefan Hajnoczi
On Thu, Aug 15, 2013 at 09:34:08PM +0100, Alex Bligh wrote: > [ This patch set is available from git at: >https://github.com/abligh/qemu/tree/aio-timers11 > As autogenerated patch 30 of the series is too large for the mailing list. ] > > This patch series adds support for timers attached to an

[Qemu-devel] [PATCHv11 00/31] aio / timers: Add AioContext timers and use ppoll

2013-08-15 Thread Alex Bligh
[ This patch set is available from git at: https://github.com/abligh/qemu/tree/aio-timers11 As autogenerated patch 30 of the series is too large for the mailing list. ] This patch series adds support for timers attached to an AioContext clock which get called within aio_poll. In doing so it re