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

2015-05-14 Thread Alistair Francis
On Sun, Apr 26, 2015 at 4:43 AM, Peter Crosthwaite wrote: > On Sat, Apr 25, 2015 at 1:18 AM, Alistair Francis > wrote: >> Add the STM32F2xx SPI device. >> >> Signed-off-by: Alistair Francis >> --- >> >> default-configs/arm-softmmu.mak | 1 + >> hw/ssi/Makefile.objs| 1 + >> hw/

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

2015-04-25 Thread Peter Crosthwaite
On Sat, Apr 25, 2015 at 1:18 AM, Alistair Francis wrote: > Add the STM32F2xx SPI device. > > Signed-off-by: Alistair Francis > --- > > default-configs/arm-softmmu.mak | 1 + > hw/ssi/Makefile.objs| 1 + > hw/ssi/stm32f2xx_spi.c | 211 > ++

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

2015-04-25 Thread Alistair Francis
Add the STM32F2xx SPI device. Signed-off-by: Alistair Francis --- default-configs/arm-softmmu.mak | 1 + hw/ssi/Makefile.objs| 1 + hw/ssi/stm32f2xx_spi.c | 211 include/hw/ssi/stm32f2xx_spi.h | 74 ++ 4 files chang