Re: [PATCH 1/3] hw/misc: In STM32L4x5 EXTI, consolidate 2 constants

2024-05-20 Thread Peter Maydell
On Sun, 12 May 2024 at 11:20, Inès Varhol wrote: > > Up until now, the EXTI implementation had 16 inbound GPIOs connected to > the 16 outbound GPIOs of STM32L4x5 SYSCFG. > The EXTI actually handles 40 lines (namely 5 from STM32L4x5 USART > devices which are already implemented in QEMU). > In order

[PATCH 1/3] hw/misc: In STM32L4x5 EXTI, consolidate 2 constants

2024-05-12 Thread Inès Varhol
Up until now, the EXTI implementation had 16 inbound GPIOs connected to the 16 outbound GPIOs of STM32L4x5 SYSCFG. The EXTI actually handles 40 lines (namely 5 from STM32L4x5 USART devices which are already implemented in QEMU). In order to connect USART devices to EXTI, this commit consolidates co