aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/riscv_aclint.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/intc: Constify VMStateRichard Henderson1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-6/+6
2023-09-11hw/intc: Make rtc variable names consistentJason Chien1-3/+3
2023-09-11hw/intc: Fix upper/lower mtime write calculationJason Chien1-2/+3
2023-03-05hw: intc: Use cpu_by_arch_id to fetch CPU stateMayuresh Chitale1-8/+8
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra1-14/+34
2022-06-08Fix 'writeable' typosPeter Maydell1-1/+1
2022-05-24hw/intc: Pass correct hartid while updating mtimecmpAtish Patra1-1/+2
2022-04-22hw/intc: riscv_aclint: Add reset function of ACLINT devicesJim Shu1-0/+39
2022-04-22hw/intc: Make RISC-V ACLINT mtime MMIO register writableFrank Chang1-21/+50
2022-04-22hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINTFrank Chang1-15/+27
2022-04-22hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINTFrank Chang1-0/+4
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2021-09-21hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINTAnup Patel1-114/+259
2021-09-21hw/intc: Rename sifive_clint sources to riscv_aclint sourcesAnup Patel1-0/+315