Re: [PATCH qemu 0/1] Implement the STM32L4x5 EXTI device

2023-11-21 Thread Philippe Mathieu-Daudé
Hi Arnaud, On 21/11/23 15:56, ~aminier wrote: This patch allows to emulate the STM32L4x5 EXTI device. It implements register access and software interruptions. Based-on: <170049810484.22920.61207457697187832...@git.sr.ht> ([RFC v3 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board

[PATCH qemu 0/1] Implement the STM32L4x5 EXTI device

2023-11-21 Thread ~aminier
This patch allows to emulate the STM32L4x5 EXTI device. It implements register access and software interruptions. This is RFC since we had troubles to make all tests pass. More precisely, the line `g_assert_true(get_irq(GPIO_0_IRQ));` fails in the software interrupts test. No irq seems to be fired