Re: [Qemu-devel] [PATCH 1/2] Correct alarm deadline computation

2011-01-30 Thread Aurelien Jarno
On Sat, Jan 29, 2011 at 12:00:47PM +0100, Paolo Bonzini wrote: > When the QEMU_CLOCK_HOST clock was added, computation of its > deadline was added to qemu_next_deadline, which is correct but > incomplete. > > I noticed this while trying to make sense of the rules whereby > qemu_next_deadline_dynti

[Qemu-devel] [PATCH 1/2] Correct alarm deadline computation

2011-01-29 Thread Paolo Bonzini
When the QEMU_CLOCK_HOST clock was added, computation of its deadline was added to qemu_next_deadline, which is correct but incomplete. I noticed this while trying to make sense of the rules whereby qemu_next_deadline_dyntick is computed, which miss QEMU_CLOCK_HOST when use_icount is true. Lookin