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
/
cpu.c
Age
Commit message (
Expand
)
Author
2024-01-10
target/riscv: add rva22u64 profile definition
Daniel Henrique Barboza
2024-01-10
target/riscv/tcg: add 'zic64b' support
Daniel Henrique Barboza
2024-01-10
target/riscv: add zicbop extension flag
Daniel Henrique Barboza
2024-01-10
target/riscv: add rv64i CPU
Daniel Henrique Barboza
2024-01-10
target/riscv: create TYPE_RISCV_VENDOR_CPU
Daniel Henrique Barboza
2024-01-10
target/riscv: Add support for Zacas extension
Weiwei Li
2024-01-10
target/riscv/cpu.c: fix machine IDs getters
Daniel Henrique Barboza
2024-01-05
target: Use generic cpu_model_from_type()
Gavin Shan
2024-01-05
target/riscv: Use generic cpu_list()
Gavin Shan
2024-01-05
cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-11-07
target/riscv: Add "pmu-mask" property to replace "pmu-num"
Rob Bradford
2023-11-07
target/riscv: cpu: Set the OpenTitan priv to 1.12.0
Alistair Francis
2023-11-07
target/riscv: Move vector crypto extensions to riscv_cpu_extensions
Max Chou
2023-11-07
target/riscv: Expose Zvks[c|g] extnesion properties
Max Chou
2023-11-07
target/riscv: Expose Zvkn[c|g] extnesion properties
Max Chou
2023-11-07
target/riscv: Expose Zvkb extension property
Max Chou
2023-11-07
target/riscv: Expose Zvkt extension property
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
target/riscv: pmp: Clear pmp/smepmp bits on reset
Mayuresh Chitale
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: Add HS-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
2023-11-07
target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
Rajnesh Kanwal
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-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: 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/cpu.c: export isa_edata_arr[]
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/cpu.c: make misa_ext_cfgs[] 'const'
Daniel Henrique Barboza
2023-10-12
target/riscv/tcg: introduce tcg_cpu_instance_init()
Daniel Henrique Barboza
2023-10-12
target/riscv/cpu.c: export set_misa()
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
2023-10-12
target/riscv: introduce KVM AccelCPUClass
Daniel Henrique Barboza
2023-10-12
target/riscv: make riscv_add_satp_mode_properties() public
Daniel Henrique Barboza
2023-10-12
target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
Daniel Henrique Barboza
2023-10-12
target/riscv/cpu.c: mark extensions arrays as 'const'
Daniel Henrique Barboza
2023-10-12
target/riscv: move 'host' CPU declaration to kvm.c
Daniel Henrique Barboza
2023-10-12
target/riscv/cpu.c: add .instance_post_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
[next]