Re: [PATCH 0/2] hw/misc: Fix STM32L4x5 EXTI interrupts

2024-07-01 Thread Peter Maydell
On Sat, 29 Jun 2024 at 12:08, Inès Varhol wrote: > > STM32L4x5 EXTI was incorrectly expecting alternating interrupts. > This patch adds a new field to track IRQ levels to actually > *detect* edges. > It also corrects existing QTests which were modifying the IRQ lines' > levels. > > Signed-off-by:

[PATCH 0/2] hw/misc: Fix STM32L4x5 EXTI interrupts

2024-06-29 Thread Inès Varhol
STM32L4x5 EXTI was incorrectly expecting alternating interrupts. This patch adds a new field to track IRQ levels to actually *detect* edges. It also corrects existing QTests which were modifying the IRQ lines' levels. Signed-off-by: Inès Varhol Inès Varhol (2): hw/misc: In STM32L4x5 EXTI,