summary refs log tree commit diff stats
path: root/hw/intc/riscv_aplic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang2024-03-221-0/+1
* hw/intc/riscv_aplic: Fix in_clrip[x] read emulationAnup Patel2024-03-081-2/+15
* hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC MSI-modeAnup Patel2024-03-081-4/+16
* hw/intc: Constify VMStateRichard Henderson2023-12-291-1/+1
* target/riscv: move KVM only files to kvm subdirDaniel Henrique Barboza2023-10-121-1/+1
* hw/intc/riscv_aplic.c fix non-KVM --enable-debug buildDaniel Henrique Barboza2023-09-111-6/+2
* target/riscv: update APLIC and IMSIC to support KVM AIAYong-Xuan Wang2023-09-111-16/+40
* hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.Tommy Wu2023-06-141-2/+2
* hw/intc/riscv_aplic: Zero init APLIC internal stateIvan Klokov2023-05-051-1/+1
* hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale2023-03-051-2/+2
* Fix 'writeable' typosPeter Maydell2022-06-081-1/+1
* hw/intc: Add RISC-V AIA APLIC device emulationAnup Patel2022-02-161-0/+978