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
/
target
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
2024-01-10
target/riscv/kvm: add RVV and Vector CSR regs
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm.c: remove group setting of KVM AIA if the machine only has 1...
Yong-Xuan Wang
2024-01-10
target/riscv/kvm: add 'rva22u64' flag as unavailable
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong()
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm: add RISCV_CONFIG_REG()
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm: change timer regs size to u64
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
Daniel Henrique Barboza
2024-01-10
target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
Daniel Henrique Barboza
2023-12-23
target/riscv/kvm: do not use non-portable strerrorname_np()
Natanael Copa
2023-12-04
target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csr
Daniel Henrique Barboza
2023-11-07
target/riscv/kvm: add zicsr, zifencei, zba, zbs, svnapot
Daniel Henrique Barboza
2023-11-07
target/riscv/kvm: add zihpm reg
Daniel Henrique Barboza
2023-11-07
target/riscv/kvm: add zicntr reg
Daniel Henrique Barboza
2023-11-07
target/riscv/kvm/kvm-cpu.c: add missing property getters()
Daniel Henrique Barboza
2023-11-07
target/riscv: rename ext_icboz to ext_zicboz
Daniel Henrique Barboza
2023-11-07
target/riscv: rename ext_icbom to ext_zicbom
Daniel Henrique Barboza
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
2023-10-12
target/riscv/kvm: support KVM_GET_REG_LIST
Daniel Henrique Barboza
2023-10-12
target/riscv/kvm: improve 'init_multiext_cfg' error msg
Daniel Henrique Barboza
2023-10-12
target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
Daniel Henrique Barboza
2023-10-12
target/riscv: move KVM only files to kvm subdir
Daniel Henrique Barboza