Re: [Qemu-devel] [PATCH v4 6/8] STM32F205: Connect the ADC devices

2016-07-26 Thread Peter Maydell
On 26 July 2016 at 06:08, Alistair Francis wrote: > I think this function should work: > > /* > * qemu_allocate_or_irqs > * @in_irq: An input IRQ. It will be the result of the @out_irqs ORed together > * @n: The number of interrupt lines that should be ORed together > * > * returns: An array

Re: [Qemu-devel] [PATCH v4 6/8] STM32F205: Connect the ADC devices

2016-07-25 Thread Alistair Francis
On Mon, Jul 25, 2016 at 10:17 AM, Peter Maydell wrote: > On 23 July 2016 at 17:42, Alistair Francis wrote: >> Connect the ADC devices to the STM32F205 SoC. >> >> Signed-off-by: Alistair Francis >> --- >> V4: >> - Connect all the interrupt lines correctly >> V2: >> - Fix up the device/devices c

Re: [Qemu-devel] [PATCH v4 6/8] STM32F205: Connect the ADC devices

2016-07-25 Thread Peter Maydell
On 23 July 2016 at 17:42, Alistair Francis wrote: > Connect the ADC devices to the STM32F205 SoC. > > Signed-off-by: Alistair Francis > --- > V4: > - Connect all the interrupt lines correctly > V2: > - Fix up the device/devices commit message > @@ -132,6 +142,29 @@ static void stm32f205_soc_re