aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/riscv_aplic.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22hw/intc: Update APLIC IDC after claiming iforce registerFrank Chang1-0/+1
2024-03-08hw/intc/riscv_aplic: Fix in_clrip[x] read emulationAnup Patel1-2/+15
2024-03-08hw/intc/riscv_aplic: Fix setipnum_le write emulation for APLIC MSI-modeAnup Patel1-4/+16
2023-12-29hw/intc: Constify VMStateRichard Henderson1-1/+1
2023-10-12target/riscv: move KVM only files to kvm subdirDaniel Henrique Barboza1-1/+1
2023-09-11hw/intc/riscv_aplic.c fix non-KVM --enable-debug buildDaniel Henrique Barboza1-6/+2
2023-09-11target/riscv: update APLIC and IMSIC to support KVM AIAYong-Xuan Wang1-16/+40
2023-06-14hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only.Tommy Wu1-2/+2
2023-05-05hw/intc/riscv_aplic: Zero init APLIC internal stateIvan Klokov1-1/+1
2023-03-05hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale1-2/+2
2022-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-02-16hw/intc: Add RISC-V AIA APLIC device emulationAnup Patel1-0/+978