On Tue, 8 Jun 2021 at 17:10, Alexandre Iooss <erdn...@crans.org> wrote: > > This SoC is similar to stm32f205 SoC. > This will be used by the STM32VLDISCOVERY to create a machine. > > Signed-off-by: Alexandre Iooss <erdn...@crans.org> > --- > MAINTAINERS | 6 ++ > hw/arm/Kconfig | 6 ++ > hw/arm/meson.build | 1 + > hw/arm/stm32f100_soc.c | 182 +++++++++++++++++++++++++++++++++ > include/hw/arm/stm32f100_soc.h | 58 +++++++++++ > 5 files changed, 253 insertions(+) > create mode 100644 hw/arm/stm32f100_soc.c > create mode 100644 include/hw/arm/stm32f100_soc.h
> + /* Init ARMv7m */ > + armv7m = DEVICE(&s->armv7m); > + qdev_prop_set_uint32(armv7m, "num-irq", 96); Is this definitely right? The STM32F00 datasheet I found thinks it only has 61 external interrupts. Otherwise Reviewed-by: Peter Maydell <peter.mayd...@linar.org> thanks -- PMM