Re: [Qemu-devel] [Patch v1 1/8] stm32f205_timer: Add the stm32f205 Timer

2014-09-18 Thread Alistair Francis
On Tue, Sep 16, 2014 at 1:01 AM, Peter Crosthwaite wrote: > On Sun, Sep 14, 2014 at 6:18 PM, Alistair Francis > wrote: >> This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 >> to QEMU. >> >> Signed-off-by: Alistair Francis >> --- >> Changes from RFC: >> - Small changes to function

Re: [Qemu-devel] [Patch v1 1/8] stm32f205_timer: Add the stm32f205 Timer

2014-09-15 Thread Peter Crosthwaite
On Sun, Sep 14, 2014 at 6:18 PM, Alistair Francis wrote: > This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 > to QEMU. > > Signed-off-by: Alistair Francis > --- > Changes from RFC: > - Small changes to functionality and style. Thanks to Peter C > - Rename to make the timer more g

[Qemu-devel] [Patch v1 1/8] stm32f205_timer: Add the stm32f205 Timer

2014-09-14 Thread Alistair Francis
This patch adds the stm32f205 timers: TIM2, TIM3, TIM4 and TIM5 to QEMU. Signed-off-by: Alistair Francis --- Changes from RFC: - Small changes to functionality and style. Thanks to Peter C - Rename to make the timer more generic - Split the config settings to device level default-configs/arm