index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
sifive_plic.c
Age
Commit message (
Expand
)
Author
2022-10-14
hw/intc: sifive_plic: change interrupt priority register to WARL field
Jim Shu
2022-10-14
hw/intc: sifive_plic: fix hard-coded max priority level
Jim Shu
2022-07-28
hw/intc: sifive_plic: Fix multi-socket plic configuraiton
Atish Patra
2022-06-10
hw/intc: sifive_plic: Avoid overflowing the addr_config buffer
Alistair Francis
2022-01-21
target/riscv: Support start kernel directly by KVM
Yifei Jiang
2022-01-08
hw/intc: sifive_plic: Cleanup remaining functions
Alistair Francis
2022-01-08
hw/intc: sifive_plic: Cleanup the read function
Alistair Francis
2022-01-08
hw/intc: sifive_plic: Cleanup the write function
Alistair Francis
2022-01-08
hw/intc: sifive_plic: Add a reset function
Alistair Francis
2021-10-22
hw/intc: sifive_plic: Cleanup the irq_request function
Alistair Francis
2021-10-22
hw/intc: sifive_plic: Cleanup the realize function
Alistair Francis
2021-10-22
hw/intc: sifive_plic: Move the properties
Alistair Francis
2021-09-21
hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2020-11-03
target/riscv: Add sifive_plic vmstate
Yifei Jiang
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-09
hw/riscv: Move sifive_plic model to hw/intc
Bin Meng