Re: [Qemu-devel] [PATCH 9/9] arm: Set frequencies for arm_timer

2011-12-20 Thread Peter Maydell
On 20 December 2011 19:15, Mark Langsdorf wrote: > Use qdev properties to allow board modelers to set the frequencies > for the sp804 timer. Each of the sp804's timers can have an > individual frequency or they share the frequency by default. > The timers default to 1MHz. Is it really worth havin

[Qemu-devel] [PATCH 9/9] arm: Set frequencies for arm_timer

2011-12-20 Thread Mark Langsdorf
Use qdev properties to allow board modelers to set the frequencies for the sp804 timer. Each of the sp804's timers can have an individual frequency or they share the frequency by default. The timers default to 1MHz. Signed-off-by: Mark Langsdorf --- hw/arm_timer.c | 36 +++