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
/
tcg
/
tcg-cpu.c
Age
Commit message (
Expand
)
Author
2024-03-27
target/riscv: rvv: Remove the dependency of Zvfbfmin to Zfbfmin
Max Chou
2023-11-22
target/riscv: don't verify ISA compatibility for zicntr and zihpm
Clément Chigot
2023-11-07
target/riscv: Add "pmu-mask" property to replace "pmu-num"
Rob Bradford
2023-11-07
target/riscv: Propagate error from PMU setup
Rob Bradford
2023-11-07
target/riscv: Add cfg properties for Zvks[c|g] extensions
Max Chou
2023-11-07
target/riscv: Add cfg properties for Zvkn[c|g] extensions
Max Chou
2023-11-07
target/riscv: Add cfg property for Zvkb extension
Max Chou
2023-11-07
target/riscv: Add cfg property for Zvkt extension
Max Chou
2023-11-07
target/riscv: add zihpm extension flag for TCG
Daniel Henrique Barboza
2023-11-07
target/riscv: add zicntr extension flag for TCG
Daniel Henrique Barboza
2023-11-07
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
2023-11-07
target/riscv: add riscv_cpu_accelerator_compatible()
Daniel Henrique Barboza
2023-11-07
target/riscv/tcg: add tcg_cpu_finalize_features()
Daniel Henrique Barboza
2023-11-07
target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
Rajnesh Kanwal
2023-11-07
target/riscv: rename ext_icsr to ext_zicsr
Daniel Henrique Barboza
2023-11-07
target/riscv: rename ext_ifencei to ext_zifencei
Daniel Henrique Barboza
2023-10-12
target/riscv: deprecate capital 'Z' CPU properties
Daniel Henrique Barboza
2023-10-12
target/riscv/tcg: remove RVG warning
Daniel Henrique Barboza
2023-10-12
target/riscv/tcg-cpu.c: add extension properties for all cpus
Daniel Henrique Barboza
2023-10-12
target/riscv: add riscv_cpu_get_name()
Daniel Henrique Barboza
2023-10-12
target/riscv/cpu: move priv spec functions to tcg-cpu.c
Daniel Henrique Barboza
2023-10-12
target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
Daniel Henrique Barboza
2023-10-12
target/riscv/tcg: introduce tcg_cpu_instance_init()
Daniel Henrique Barboza
2023-10-12
target/riscv: move riscv_tcg_ops to tcg-cpu.c
Daniel Henrique Barboza
2023-10-12
target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
Daniel Henrique Barboza
2023-10-12
target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
Daniel Henrique Barboza
2023-10-12
target/riscv: introduce TCG AccelCPUClass
Daniel Henrique Barboza