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.h
Age
Commit message (
Expand
)
Author
2023-07-10
target/riscv/cpu: add misa_ext_info_arr[]
Daniel Henrique Barboza
2023-07-10
target/riscv: Add additional xlen for address when MPRV=1
Weiwei Li
2023-06-28
target/riscv: Restrict KVM-specific fields from ArchCPU
Philippe Mathieu-Daudé
2023-06-26
target: Widen pc/cs_base in cpu_get_tb_cpu_state
Anton Johansson
2023-06-13
target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.h
Weiwei Li
2023-06-13
target/riscv: rework write_misa()
Daniel Henrique Barboza
2023-06-13
target/riscv: add PRIV_VERSION_LATEST
Daniel Henrique Barboza
2023-05-05
target/riscv: add CPU QOM header
Daniel Henrique Barboza
2023-05-05
target/riscv: Introduce mmuidx_2stage
Richard Henderson
2023-05-05
target/riscv: Handle HLV, HSV via helpers
Richard Henderson
2023-05-05
target/riscv: Reduce overhead of MSTATUS_SUM change
Fei Wu
2023-05-05
target/riscv: Separate priv from mmu_idx
Fei Wu
2023-05-05
target/riscv: Add a tb flags field for vstart
LIU Zhiwei
2023-05-05
target/riscv: Remove mstatus_hs_{fs, vs} from tb_flags
Richard Henderson
2023-05-05
target/riscv: Encode the FS and VS on a normal way for tb flags
LIU Zhiwei
2023-05-05
target/riscv: Add a general status enum for extensions
LIU Zhiwei
2023-05-05
target/riscv: Extract virt enabled state from tb flags
LIU Zhiwei
2023-05-05
target/riscv: Use PRV_RESERVED instead of PRV_H
Weiwei Li
2023-05-05
target/riscv/cpu.c: redesign register_cpu_props()
Daniel Henrique Barboza
2023-05-05
target/riscv: add RVG and remove cpu->cfg.ext_g
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_v
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_j
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_h
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_u
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_s
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_m
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_e
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_i
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_f
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_d
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_c
Daniel Henrique Barboza
2023-05-05
target/riscv: remove cpu->cfg.ext_a
Daniel Henrique Barboza
2023-05-05
target/riscv: Fix lines with over 80 characters
Weiwei Li
2023-05-05
target/riscv: Fix format for comments
Weiwei Li
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
2023-05-05
target/riscv: Convert env->virt to a bool env->virt_enabled
LIU Zhiwei
2023-05-05
target/riscv: Add support for Zce
Weiwei Li
2023-05-05
target/riscv: add support for Zcmt extension
Weiwei Li
2023-05-05
target/riscv: add cfg properties for Zc* extension
Weiwei Li
2023-05-05
target/riscv: Simplify type conversion for CPURISCVState
Weiwei Li
2023-03-06
riscv: Introduce satp mode hw capabilities
Alexandre Ghiti
2023-03-06
riscv: Allow user to set the satp mode
Alexandre Ghiti
2023-03-05
target/riscv: implement Zicbom extension
Christoph Muellner
2023-03-05
target/riscv: implement Zicboz extension
Christoph Muellner
2023-03-01
Merge patch series "target/riscv: Add support for Svadu extension"
Palmer Dabbelt
2023-03-01
target/riscv: Add csr support for svadu
Weiwei Li
2023-03-01
target/riscv: Add support for Zicond extension
Weiwei Li
2023-03-01
Merge patch series "target/riscv: Some updates to float point related extensi...
Palmer Dabbelt
2023-03-01
target/riscv: Add cfg properties for Zv* extensions
Weiwei Li
2023-03-01
target/riscv/cpu: remove CPUArchState::features and friends
Daniel Henrique Barboza
[next]