index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
riscv
/
riscv_hart.c
Age
Commit message (
Expand
)
Author
2020-09-09
hw/riscv: hart: Add a new 'resetvec' property
Bin Meng
2020-07-02
riscv_hart: Fix riscv_harts_realize() error API violations
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qom: Tidy up a few object_initialize_child() calls
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-09-17
riscv: hart: Add a "hartid-base" property to RISC-V hart array
Bin Meng
2019-09-17
riscv: hart: Extract hart realize to a separate routine
Bin Meng
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-07-19
riscv_hart: Fix crash when introspecting the device
Alistair Francis
2018-05-06
RISC-V: Remove unused class definitions
Michael Clark
2018-03-07
RISC-V HART Array
Michael Clark