aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_plic.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-25hw/riscv: Allow creating multiple instances of PLICAnup Patel1-11/+13
2020-07-02riscv: plic: Add a couple of mising sifive_plic_update callsJessica Clarke1-1/+2
2020-07-02riscv: plic: Honour source prioritiesJessica Clarke1-5/+12
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-17riscv: plic: Remove unused interrupt functionsAlistair Francis1-12/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-05hw/riscv: Replace global smp variables with machine smp propertiesLike Xu1-0/+3
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-04-04riscv: plic: Log guest errorsAlistair Francis1-3/+9
2019-04-04riscv: plic: Fix incorrect irq calculationAlistair Francis1-2/+2
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+3
2019-03-19RISC-V: Allow interrupt controllers to claim interruptsMichael Clark1-0/+15
2019-03-19RISC-V: Replace __builtin_popcount with ctpop8 in PLICMichael Clark1-2/+2
2019-03-18riscv: plic: Set msi_nonbroken as trueAlistair Francis1-0/+3
2018-12-20RISC-V: Fix PLIC pending bitfield readsMichael Clark1-1/+1
2018-10-17RISC-V: Allow setting and clearing multiple irqsMichael Clark1-2/+2
2018-09-04RISC-V: Use atomic_cmpxchg to update PLIC bitmapsMichael Clark1-27/+22
2018-07-05hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis1-5/+1
2018-03-07SiFive RISC-V PLIC BlockMichael Clark1-0/+505