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
/
csr.c
Age
Commit message (
Expand
)
Author
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
2023-03-06
riscv: Allow user to set the satp mode
Alexandre Ghiti
2023-03-06
riscv: Change type of valid_vm_1_10_[32|64] to bool
Alexandre Ghiti
2023-03-01
Merge patch series "RISCVCPUConfig related cleanups"
Palmer Dabbelt
2023-03-01
target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig
Daniel Henrique Barboza
2023-03-01
target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
Daniel Henrique Barboza
2023-03-01
target/riscv/csr.c: simplify mctr()
Daniel Henrique Barboza
2023-03-01
target/riscv/csr.c: use env_archcpu() in ctr()
Daniel Henrique Barboza
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: Fix the relationship of PBMTE/STCE fields between menvcfg and h...
Weiwei Li
2023-03-01
target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc...
Weiwei Li
2023-03-01
Merge patch series "target/riscv: Various fixes to gdbstub and CSR access"
Palmer Dabbelt
2023-03-01
target/riscv: Group all predicate() routines together
Bin Meng
2023-03-01
target/riscv: Drop priv level check in mseccfg predicate()
Bin Meng
2023-03-01
target/riscv: Allow debugger to access sstc CSRs
Bin Meng
2023-03-01
target/riscv: Allow debugger to access {h, s}stateen CSRs
Bin Meng
2023-03-01
target/riscv: Allow debugger to access seed CSR
Bin Meng
2023-03-01
target/riscv: Allow debugger to access user timer and counter CSRs
Bin Meng
2023-03-01
target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
Bin Meng
2023-03-01
target/riscv: Simplify getting RISCVCPU pointer from env
Bin Meng
2023-03-01
target/riscv: Simplify {read, write}_pmpcfg() a little bit
Bin Meng
2023-03-01
target/riscv: Use 'bool' type for read_only
Bin Meng
2023-03-01
target/riscv: Coding style fixes in csr.c
Bin Meng
2023-03-01
target/riscv: Use g_assert() for the predicate() NULL check
Bin Meng
2023-03-01
target/riscv: Add some comments to clarify the priority policy of riscv_csrrw...
Bin Meng
2023-03-01
Merge patch series "target/riscv: Some updates to float point related extensi...
Palmer Dabbelt
2023-03-01
target/riscv: Simplify check for Zve32f and Zve64f
Weiwei Li
2023-03-01
target/riscv: remove RISCV_FEATURE_MMU
Daniel Henrique Barboza
2023-03-01
target/riscv: remove RISCV_FEATURE_PMP
Daniel Henrique Barboza
2023-03-01
target/riscv: remove RISCV_FEATURE_EPMP
Daniel Henrique Barboza
2023-03-01
target/riscv: remove RISCV_FEATURE_DEBUG
Daniel Henrique Barboza
2023-03-01
target/riscv: allow MISA writes as experimental
Daniel Henrique Barboza
2023-03-01
target/riscv: do not mask unsupported QEMU extensions in write_misa()
Daniel Henrique Barboza
2023-02-23
target/riscv: Remove privileged spec version restriction for RVV
Frank Chang
2023-02-07
target/riscv: Update VS timer whenever htimedelta changes
Anup Patel
2023-01-20
target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1
Andrew Bresticker
2023-01-20
target/riscv: Fix up masking of vsip/vsie accesses
Andrew Bresticker
2023-01-06
target/riscv: Typo fix in sstc() predicate
Anup Patel
2023-01-06
target/riscv: smstateen check for h/s/envcfg
Mayuresh Chitale
2023-01-06
target/riscv: Add smstateen support
Mayuresh Chitale
2022-09-27
target/riscv: debug: Introduce tinfo CSR
Frank Chang
2022-09-27
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
Weiwei Li
2022-09-07
target/riscv: Update the privilege field for sscofpmf CSRs
Atish Patra
2022-09-07
target/riscv: Simplify counter predicate function
Atish Patra
2022-09-07
target/riscv: Add sscofpmf extension support
Atish Patra
2022-09-07
target/riscv: Add vstimecmp support
Atish Patra
2022-09-07
target/riscv: Add stimecmp support
Atish Patra
2022-09-07
target/riscv: Use official extension names for AIA CSRs
Anup Patel
[next]