Re: [Milkymist-devel] QEMU timer patch

2010-05-22 Thread Michael Walle
Am Saturday 22 May 2010 23:09:27 schrieb Michael Walle: > Am Saturday 22 May 2010 20:09:59 schrieb sebastien.bourdeaud...@lekernel.net: > > Hi, > > > > attached patch: > > * clears the timer's ENABLE bit when a non-auto-restarting timer expires > > (like the hardware does). > > * removes uses of

Re: [Milkymist-devel] QEMU timer patch

2010-05-22 Thread Michael Walle
Am Saturday 22 May 2010 20:09:59 schrieb sebastien.bourdeaud...@lekernel.net: > Hi, > > attached patch: > * clears the timer's ENABLE bit when a non-auto-restarting timer expires > (like the hardware does). > * removes uses of QEMU's "one-shot" timer option which 1/ does not work > (timers always

[Milkymist-devel] QEMU timer patch

2010-05-22 Thread sebastien.bourdeauducq
Hi, attached patch: * clears the timer's ENABLE bit when a non-auto-restarting timer expires (like the hardware does). * removes uses of QEMU's "one-shot" timer option which 1/ does not work (timers always seem to be "multi-shot") 2/ does not closely match the hardware which checks for the autor