Re: [Qemu-devel] [PATCH] [RFC] aio/timers: Drop alarm timers; introduce QEMUClock to AioContext; run timers in aio_poll

2013-07-25 Thread Stefan Hajnoczi
On Fri, Jul 19, 2013 at 06:26:23PM +0100, Alex Bligh wrote: > [ This is a patch for RFC purposes only. It is compile tested on Linux x86_64 > only > and passes make check (or rather did before make check started dying in the > boot order test - different bug). I'd like to know whether I'm going in

Re: [Qemu-devel] [PATCH] [RFC] aio/timers: Drop alarm timers; introduce QEMUClock to AioContext; run timers in aio_poll

2013-07-25 Thread Stefan Hajnoczi
On Fri, Jul 19, 2013 at 06:26:23PM +0100, Alex Bligh wrote: > [ This is a patch for RFC purposes only. It is compile tested on Linux x86_64 > only > and passes make check (or rather did before make check started dying in the > boot order test - different bug). I'd like to know whether I'm going in

[Qemu-devel] [PATCH] [RFC] aio/timers: Drop alarm timers; introduce QEMUClock to AioContext; run timers in aio_poll

2013-07-19 Thread Alex Bligh
[ This is a patch for RFC purposes only. It is compile tested on Linux x86_64 only and passes make check (or rather did before make check started dying in the boot order test - different bug). I'd like to know whether I'm going in the right direction ] We no longer need alarm timers to trigger QE