summary refs log tree commit diff stats
path: root/hw/misc/stm32l4x5_exti.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/misc: In STM32L4x5 EXTI, handle direct interruptsInès Varhol2024-07-111-0/+7
* hw/misc: In STM32L4x5 EXTI, consolidate 2 constantsInès Varhol2024-07-111-4/+2
* hw/misc: In STM32L4x5 EXTI, correct configurable interruptsInès Varhol2024-07-011-15/+13
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-4/+4
|\
| * hw/misc : Correct 5 spaces indents in stm32l4x5_extiInès Varhol2024-04-251-4/+4
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
|/
* hw/misc: Implement STM32L4x5 EXTIInès Varhol2024-01-151-0/+290