Re: [Qemu-devel] [PATCH v10 1/5] stm32f2xx_timer: Add the stm32f2xx Timer

2015-02-09 Thread Peter Crosthwaite
On Thu, Jan 29, 2015 at 4:31 AM, Alistair Francis wrote: > This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > Signed-off-by: Peter Crosthwaite > --- > V10: > - Correct the units based on a patch by Peter C > V9: > - Convert tick_off

[Qemu-devel] [PATCH v10 1/5] stm32f2xx_timer: Add the stm32f2xx Timer

2015-01-29 Thread Alistair Francis
This patch adds the stm32f2xx timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis Signed-off-by: Peter Crosthwaite --- V10: - Correct the units based on a patch by Peter C V9: - Convert tick_offset to now be updated on more events - This is similar to what I did with