summaryrefslogtreecommitdiff
path: root/hw/riscv/riscv_hart.c
AgeCommit message (Expand)Author
2020-09-09hw/riscv: hart: Add a new 'resetvec' propertyBin Meng
2020-07-02riscv_hart: Fix riscv_harts_realize() error API violationsMarkus Armbruster
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-06-15qom: Tidy up a few object_initialize_child() callsMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-09-17riscv: hart: Add a "hartid-base" property to RISC-V hart arrayBin Meng
2019-09-17riscv: hart: Extract hart realize to a separate routineBin Meng
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-07-19riscv_hart: Fix crash when introspecting the deviceAlistair Francis
2018-05-06RISC-V: Remove unused class definitionsMichael Clark
2018-03-07RISC-V HART ArrayMichael Clark