Re: [Qemu-devel] [PATCH v1 6/7] STM32F205: Connect the SPI device

2015-04-25 Thread Peter Crosthwaite
"devices" On Sat, Apr 25, 2015 at 1:19 AM, Alistair Francis wrote: > Connect the SPI device to the STM32F205 SoC. > "devices". Curious. Are you attaching the SPI slaves on the command line using -device? Otherwise: Reviewed-by: Peter Crosthwaite Regards, Peter > Signed-off-by: Alistair Fra

[Qemu-devel] [PATCH v1 6/7] STM32F205: Connect the SPI device

2015-04-25 Thread Alistair Francis
Connect the SPI device to the STM32F205 SoC. Signed-off-by: Alistair Francis --- hw/arm/stm32f205_soc.c | 22 ++ include/hw/arm/stm32f205_soc.h | 3 +++ 2 files changed, 25 insertions(+) diff --git a/hw/arm/stm32f205_soc.c b/hw/arm/stm32f205_soc.c index 641ecbb..cb