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
/
kvm-cpu.c
Age
Commit message (
Expand
)
Author
2024-06-05
target/riscv/kvm.c: Fix the hart bit setting of AIA
Yong-Xuan Wang
2024-06-05
target/riscv/kvm: tolerate KVM disable ext errors
Daniel Henrique Barboza
2024-04-27
target/riscv/kvm: change timer regs size to u64
Daniel Henrique Barboza
2024-04-27
target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64
Daniel Henrique Barboza
2024-04-27
target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32
Daniel Henrique Barboza
2024-03-27
target/riscv/kvm: fix timebase-frequency when using KVM acceleration
Yong-Xuan Wang
2023-12-26
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