Re: [Qemu-devel] [PATCH v3 5/7] STM32F205: Connect the ADC devices

2016-02-21 Thread Peter Maydell
On 21 February 2016 at 23:35, Alistair Francis wrote: > On Tue, Feb 2, 2016 at 7:27 AM, Peter Maydell > wrote: >> On 19 January 2016 at 07:23, Alistair Francis wrote: >> You can't just wire multiple irq lines up like this; I think if >> you do then if devices A and B both assert the IRQ and the

Re: [Qemu-devel] [PATCH v3 5/7] STM32F205: Connect the ADC devices

2016-02-21 Thread Alistair Francis
On Tue, Feb 2, 2016 at 7:27 AM, Peter Maydell wrote: > On 19 January 2016 at 07:23, Alistair Francis wrote: >> Connect the ADC devices to the STM32F205 SoC. >> >> Signed-off-by: Alistair Francis >> --- >> V2: >> - Fix up the device/devices commit message >> >> hw/arm/stm32f205_soc.c |

Re: [Qemu-devel] [PATCH v3 5/7] STM32F205: Connect the ADC devices

2016-02-02 Thread Peter Maydell
On 19 January 2016 at 07:23, Alistair Francis wrote: > Connect the ADC devices to the STM32F205 SoC. > > Signed-off-by: Alistair Francis > --- > V2: > - Fix up the device/devices commit message > > hw/arm/stm32f205_soc.c | 22 ++ > include/hw/arm/stm32f205_soc.h | 3

[Qemu-devel] [PATCH v3 5/7] STM32F205: Connect the ADC devices

2016-01-18 Thread Alistair Francis
Connect the ADC devices to the STM32F205 SoC. Signed-off-by: Alistair Francis --- V2: - Fix up the device/devices commit message hw/arm/stm32f205_soc.c | 22 ++ include/hw/arm/stm32f205_soc.h | 3 +++ 2 files changed, 25 insertions(+) diff --git a/hw/arm/stm32f205