Re: [Qemu-devel] [PATCH] sparc64: reimplement tick timers v4

2010-01-27 Thread Blue Swirl
On Wed, Jan 27, 2010 at 9:00 PM, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > sparc64 timer has tick counter which can be set and read, > and tick compare value used as deadline to fire timer interrupt. > The timer is not used as periodic timer, instead deadline > is set each time new t

Re: [Qemu-devel] [PATCH] sparc64: reimplement tick timers v4

2010-01-27 Thread Blue Swirl
Thanks, applied. On Wed, Jan 27, 2010 at 9:00 PM, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > sparc64 timer has tick counter which can be set and read, > and tick compare value used as deadline to fire timer interrupt. > The timer is not used as periodic timer, instead deadline > is

[Qemu-devel] [PATCH] sparc64: reimplement tick timers v4

2010-01-27 Thread Igor V. Kovalenko
From: Igor V. Kovalenko sparc64 timer has tick counter which can be set and read, and tick compare value used as deadline to fire timer interrupt. The timer is not used as periodic timer, instead deadline is set each time new timer interrupt is needed. v3 -> v4: - coding style v2 -> v3: - added