summaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_clint.c
AgeCommit message (Expand)Author
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-02-27hw/riscv: Provide rdtime callback for TCG in CLINT emulationAnup Patel
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-12-20RISC-V: Fix CLINT timecmp low 32-bit writesMichael Clark
2018-10-17RISC-V: Allow setting and clearing multiple irqsMichael Clark
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark
2018-03-07SiFive RISC-V CLINT BlockMichael Clark