Re: [PATCH v6 2/4] hw/misc: Add the STM32F4xx EXTI device

2019-12-17 Thread Alistair Francis
On Sat, Dec 14, 2019 at 5:49 AM Philippe Mathieu-Daudé wrote: > > Hi Alistair, > > On 12/14/19 3:44 AM, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > > Reviewed-by: Peter Maydell > > --- > > hw/arm/Kconfig | 1 + > > hw/misc/Kconfig | 3 +

Re: [PATCH v6 2/4] hw/misc: Add the STM32F4xx EXTI device

2019-12-14 Thread Philippe Mathieu-Daudé
Hi Alistair, On 12/14/19 3:44 AM, Alistair Francis wrote: Signed-off-by: Alistair Francis Reviewed-by: Peter Maydell --- hw/arm/Kconfig | 1 + hw/misc/Kconfig | 3 + hw/misc/Makefile.objs| 1 + hw/misc/stm32f4xx_exti.c | 189 +++

[PATCH v6 2/4] hw/misc: Add the STM32F4xx EXTI device

2019-12-13 Thread Alistair Francis
Signed-off-by: Alistair Francis Reviewed-by: Peter Maydell --- hw/arm/Kconfig | 1 + hw/misc/Kconfig | 3 + hw/misc/Makefile.objs| 1 + hw/misc/stm32f4xx_exti.c | 189 +++ hw/misc/trace-events |