Re: [Qemu-devel] [PATCH v3 4/7] STM32F2xx: Add the SPI device

2016-02-21 Thread Alistair Francis
On Tue, Feb 2, 2016 at 7:30 AM, Peter Maydell wrote: > On 19 January 2016 at 07:23, Alistair Francis wrote: >> Add the STM32F2xx SPI device. >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Address Peter C's comments >> >> default-configs/arm-softmmu.mak | 1 + >> hw/ssi/Makefile.obj

Re: [Qemu-devel] [PATCH v3 4/7] STM32F2xx: Add the SPI device

2016-02-02 Thread Peter Maydell
On 19 January 2016 at 07:23, Alistair Francis wrote: > Add the STM32F2xx SPI device. > > Signed-off-by: Alistair Francis > --- > V2: > - Address Peter C's comments > > default-configs/arm-softmmu.mak | 1 + > hw/ssi/Makefile.objs| 1 + > hw/ssi/stm32f2xx_spi.c | 205 >

[Qemu-devel] [PATCH v3 4/7] STM32F2xx: Add the SPI device

2016-01-18 Thread Alistair Francis
Add the STM32F2xx SPI device. Signed-off-by: Alistair Francis --- V2: - Address Peter C's comments default-configs/arm-softmmu.mak | 1 + hw/ssi/Makefile.objs| 1 + hw/ssi/stm32f2xx_spi.c | 205 include/hw/ssi/stm32f2xx_spi.h |