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
Age
Commit message (
Expand
)
Author
2023-05-05
target/riscv: Suppress pte update with is_debug
Richard Henderson
2023-05-05
target/riscv: Move leaf pte processing out of level loop
Richard Henderson
2023-05-05
target/riscv: Hoist pbmte and hade out of the level loop
Richard Henderson
2023-05-05
target/riscv: Hoist second stage mode change to callers
Richard Henderson
2023-05-05
target/riscv: Check SUM in the correct register
Richard Henderson
2023-05-05
target/riscv: Set MMU_2STAGE_BIT in riscv_cpu_mmu_index
Richard Henderson
2023-05-05
target/riscv: Move hstatus.spvp check to check_access_hlsv
Richard Henderson
2023-05-05
target/riscv: Introduce mmuidx_2stage
Richard Henderson
2023-05-05
target/riscv: Introduce mmuidx_priv
Richard Henderson
2023-05-05
target/riscv: Introduce mmuidx_sum
Richard Henderson
2023-05-05
target/riscv: Rename MMU_HYP_ACCESS_BIT to MMU_2STAGE_BIT
Richard Henderson
2023-05-05
target/riscv: Handle HLV, HSV via helpers
Richard Henderson
2023-05-05
target/riscv: Use cpu_ld*_code_mmu for HLVX
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: fix H extension TVM trap
Yi Chen
2023-05-05
target/riscv: Use check for relationship between Zdinx/Zhinx{min} and Zfinx
Weiwei Li
2023-05-05
target/riscv: Legalize MPP value in write_mstatus
Weiwei Li
2023-05-05
target/riscv: Use PRV_RESERVED instead of PRV_H
Weiwei Li
2023-05-05
target/riscv: Fix the mstatus.MPP value after executing MRET
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 cfg.ext_g setup from rv64_thead_c906_cpu_init()
Daniel Henrique Barboza
2023-05-05
target/riscv: remove riscv_cpu_sync_misa_cfg()
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: introduce riscv_cpu_add_misa_properties()
Daniel Henrique Barboza
2023-05-05
target/riscv/cpu.c: remove 'multi_letter' from isa_ext_data
Daniel Henrique Barboza
2023-05-05
target/riscv: remove MISA properties from isa_edata_arr[]
Daniel Henrique Barboza
2023-05-05
target/riscv: sync env->misa_ext* with cpu->cfg in realize()
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: Fix format for indentation
Weiwei Li
2023-05-05
target/riscv: Remove riscv_cpu_virt_enabled()
Weiwei Li
2023-05-05
target/riscv: Set opcode to env->bins for illegal/virtual instruction fault
Weiwei Li
[prev]
[next]