OSDN Git Service

target/riscv: add zicntr extension flag for TCG
[qmiga/qemu.git] / target / riscv / cpu.c
2023-11-07 Daniel Henrique... target/riscv: add zicntr extension flag for TCG
2023-11-07 Mayuresh Chitaletarget/riscv: pmp: Clear pmp/smepmp bits on reset
2023-11-07 Himanshu ChauhanAdd epmp to extensions list and rename it to smepmp
2023-11-07 Daniel Henrique... target/riscv: add riscv_cpu_accelerator_compatible()
2023-11-07 Daniel Henrique... target/riscv/tcg: add tcg_cpu_finalize_features()
2023-11-07 Rajnesh Kanwaltarget/riscv: Add HS-mode virtual interrupt and IRQ...
2023-11-07 Rajnesh Kanwaltarget/riscv: Add M-mode virtual interrupt and IRQ...
2023-11-07 Daniel Henrique... target/riscv: rename ext_icboz to ext_zicboz
2023-11-07 Daniel Henrique... target/riscv: rename ext_icbom to ext_zicbom
2023-11-07 Daniel Henrique... target/riscv: rename ext_icsr to ext_zicsr
2023-11-07 Daniel Henrique... target/riscv: rename ext_ifencei to ext_zifencei
2023-10-16 Stefan HajnocziMerge tag 'python-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-request-2023-10-12' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-10-16 Stefan HajnocziMerge tag 'pull-shadow-2023-10-12' of https://repo...
2023-10-16 Stefan HajnocziMerge tag 'mem-2023-10-12' of https://github.com/davidh...
2023-10-12 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231012-1' of https...
2023-10-12 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-10-12 Stefan HajnocziMerge tag 'qga-pull-2023-10-11' of https://github.com...
2023-10-12 Daniel Henrique... target/riscv: deprecate capital 'Z' CPU properties
2023-10-12 Daniel Henrique... target/riscv: add riscv_cpu_get_name()
2023-10-12 Daniel Henrique... target/riscv/cpu: move priv spec functions to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv/cpu.c: export isa_edata_arr[]
2023-10-12 Daniel Henrique... target/riscv/tcg: move riscv_cpu_add_misa_properties...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
2023-10-12 Daniel Henrique... target/riscv/tcg: introduce tcg_cpu_instance_init()
2023-10-12 Daniel Henrique... target/riscv/cpu.c: export set_misa()
2023-10-12 Daniel Henrique... target/riscv/kvm: do not use riscv_cpu_add_misa_propert...
2023-10-12 Daniel Henrique... target/riscv: move KVM only files to kvm subdir
2023-10-12 Daniel Henrique... target/riscv: introduce KVM AccelCPUClass
2023-10-12 Daniel Henrique... target/riscv: make riscv_add_satp_mode_properties(...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_add_kvm_properties() to...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: mark extensions arrays as 'const'
2023-10-12 Daniel Henrique... target/riscv: move 'host' CPU declaration to kvm.c
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add .instance_post_init()
2023-10-12 Daniel Henrique... target/riscv: move riscv_tcg_ops to tcg-cpu.c
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_validate_set_extensions...
2023-10-12 Daniel Henrique... target/riscv: move riscv_cpu_realize_tcg() to TCG:...
2023-10-12 Daniel Henrique... target/riscv: introduce TCG AccelCPUClass
2023-10-12 Daniel Henrique... target/riscv/cpu.c: consider user option with RVG
2023-10-12 Daniel Henrique... target/riscv/cpu.c: honor user choice in cpu_cfg_ext_au...
2023-10-12 Daniel Henrique... target/riscv: use isa_ext_update_enabled() in init_max_...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
2023-10-12 Daniel Henrique... target/riscv/cpu.c: use cpu_cfg_ext_auto_update() durin...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
2023-10-12 Daniel Henrique... target/riscv: make CPUCFG() macro public
2023-10-12 Daniel Henrique... target/riscv/cpu.c: use offset in isa_ext_is_enabled...
2023-10-12 Daniel Henrique... target/riscv: deprecate the 'any' CPU type
2023-10-12 Daniel Henrique... target/riscv: add 'max' CPU type
2023-10-12 Daniel Henrique... target/riscv/cpu.c: limit cfg->vext_spec log message
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split vendor exts from riscv_cpu_ex...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split non-ratified exts from riscv_...
2023-10-12 Daniel Henrique... target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cp...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split kvm prop handling to its...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: skip 'bool' check when filtering...
2023-10-12 Daniel Henrique... target/riscv/cpu.c: split CPU options from riscv_cpu_ex...
2023-10-11 Stefan HajnocziMerge tag 'pull-omnibus-111023-1' of https://gitlab...
2023-10-11 Akihiko Odakihw/core/cpu: Return static value with gdb_arch_name()
2023-10-05 Stefan HajnocziMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-10-05 Stefan HajnocziMerge tag 'pull-tcg-20231004' of https://gitlab.com...
2023-10-04 Richard Hendersonaccel/tcg: Remove cpu_set_cpustate_pointers
2023-10-03 Richard Hendersontarget/*: Add instance_align to all cpu base classes
2023-10-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-10-02 Stefan HajnocziMerge tag 'migration-20231002-pull-request' of https...
2023-10-02 Stefan HajnocziMerge tag 'pull-shadow-2023-09-29' of https://repo...
2023-09-29 Alistair Francistarget/riscv: cpu: Fixup local variables shadowing
2023-09-21 Stefan HajnocziMerge tag 'pull-block-2023-09-01' of https://gitlab...
2023-09-19 Stefan HajnocziMerge tag 'firmware/edk2-20230918-pull-request' of...
2023-09-11 Stefan HajnocziMerge tag 'pull-vfio-20230911' of https://github.com...
2023-09-11 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20230911' of https:...
2023-09-11 Akihiko Odakitarget/riscv: Allocate itrigger timers only once
2023-09-11 Vineet Guptariscv: zicond: make non-experimental
2023-09-11 Daniel Henrique... target/riscv: fix satp_mode_finalize() when satp_mode...
2023-09-11 Weiwei Litarget/riscv: Update CSR bits name for svadu extension
2023-09-11 Jason Chientarget/riscv: Add Zihintntl extension ISA string to DTS
2023-09-11 Max Choutarget/riscv: Add Zvksed ISA extension support
2023-09-11 Nazar Kazakovtarget/riscv: Add Zvkg ISA extension support
2023-09-11 Lawrence Huntertarget/riscv: Add Zvksh ISA extension support
2023-09-11 Kiran Ostrolenktarget/riscv: Add Zvknh ISA extension support
2023-09-11 Nazar Kazakovtarget/riscv: Add Zvkned ISA extension support
2023-09-11 Dickon Hoodtarget/riscv: Add Zvbb ISA extension support
2023-09-11 Lawrence Huntertarget/riscv: Add Zvbc ISA extension support
2023-09-11 Daniel Henrique... target/riscv/cpu.c: add smepmp isa string
2023-09-11 Daniel Henrique... target/riscv/cpu.c: add zmmul isa string
2023-09-11 Daniel Henrique... target/riscv/cpu.c: do not run 'host' CPU with TCG
2023-07-28 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-24 Peter MaydellMerge tag 'pull-qapi-2023-07-10' of https://repo.or...
2023-07-20 Peter MaydellMerge tag 'linux-user-brk-fixes-pull-request' of https...
2023-07-19 Peter MaydellMerge tag 'pull-riscv-to-apply-20230719-1' of https...
2023-07-19 Daniel Henrique... target/riscv/cpu.c: check priv_ver before auto-enable...
2023-07-11 Richard HendersonMerge tag 'for_upstream' of https://git./virt/kvm/mst...
2023-07-11 Richard HendersonMerge tag 'mips-20230710' of https://github.com/philmd...
2023-07-10 Richard HendersonMerge tag 'qga-pull-2023-07-10' of https://github.com...
2023-07-10 Richard HendersonMerge tag 'pull-riscv-to-apply-20230710-1' of https...
2023-07-10 Christoph Müllnerriscv: Add support for the Zfa extension
2023-07-10 Daniel Henrique... target/riscv/cpu.c: create KVM mock properties
2023-07-10 Daniel Henrique... target/riscv/cpu.c: remove priv_ver check from riscv_is...
2023-07-10 Daniel Henrique... target/riscv/cpu.c: add satp_mode properties earlier
next