summary refs log tree commit diff stats
path: root/hw/intc/riscv_aplic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* intc/riscv_aplic: Fix target register read when source is inactiveYang Jialong2025-07-301-1/+5
* migration: Fix migration failure when aia is configured as aplic-imsicliu.xuemei1@zte.com.cn2025-07-041-2/+10
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* include/system: Move exec/address-spaces.h to system/address-spaces.hRichard Henderson2025-04-231-1/+1
* hw/intc/aplic: refine kvm_msicfgaddrYong-Xuan Wang2025-03-041-11/+13
* hw/intc/aplic: refine the APLIC realizeYong-Xuan Wang2025-03-041-23/+26
* hw/intc/riscv_aplic: Remove redundant "hart_idx" maskingHuang Borong2025-03-041-1/+0
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-3/+3
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* | Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...Stefan Hajnoczi2024-12-211-14/+60
|\ \
| * | hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsicDaniel Henrique Barboza2024-12-201-9/+33
| * | hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpersDaniel Henrique Barboza2024-12-201-3/+21
| * | hw/intc/riscv_aplic: rename is_kvm_aia()Daniel Henrique Barboza2024-12-201-4/+4
| * | hw/intc/riscv_aplic: Fix APLIC in_clrip and clripnum write emulationYong-Xuan Wang2024-12-201-1/+5
| |/
* / include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/intc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/intc/riscv_aplic: Check and update pending when write sourcecfgYong-Xuan Wang2024-10-301-18/+33
* hw/intc/riscv_aplic: APLICs should add child earlier than realizeyang.zhang2024-06-031-4/+4
* 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