Re: [Qemu-devel] [PATCH v8 1/7] stm32f2xx_timer: Add the stm32f2xx Timer

2014-12-30 Thread Peter Crosthwaite
On Thu, Dec 25, 2014 at 8:22 PM, Alistair Francis wrote: > This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > V8: > - Fix tick_offset to allow now to wrap around > - Remove the calls to get_ticks_per_sec() > - Pre-scale the gu

[Qemu-devel] [PATCH v8 1/7] stm32f2xx_timer: Add the stm32f2xx Timer

2014-12-25 Thread Alistair Francis
This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- V8: - Fix tick_offset to allow now to wrap around - Remove the calls to get_ticks_per_sec() - Pre-scale the guest visable time V6: - Rename to STM32F2XX - Change the timer calculation