aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_clint.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-25hw/riscv: Allow creating multiple instances of CLINTAnup Patel1-8/+12
2020-07-02hw/riscv: Allow 64 bit access to SiFive CLINTAlistair Francis1-1/+1
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-02-27hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel1-1/+5
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-12-20RISC-V: Fix CLINT timecmp low 32-bit writesMichael Clark1-4/+4
2018-10-17RISC-V: Allow setting and clearing multiple irqsMichael Clark1-4/+4
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark1-6/+3
2018-03-07SiFive RISC-V CLINT BlockMichael Clark1-0/+254