diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2023-03-01 16:40:30 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2023-03-01 16:51:09 -0800 |
commit | 73b9da4aa39cd2f8b485771763bc207faf9c6893 (patch) | |
tree | b89068cf554400ac56eacd5e0060dd45b05efebe /linux-user/main.c | |
parent | 312f632f4c3f984f820de7ac4b3a8030c5db87a0 (diff) | |
parent | fb5bd4dcaec42b8373f445be9ab2a05aed29c4db (diff) | |
download | qemu-73b9da4aa39cd2f8b485771763bc207faf9c6893.zip qemu-73b9da4aa39cd2f8b485771763bc207faf9c6893.tar.gz qemu-73b9da4aa39cd2f8b485771763bc207faf9c6893.tar.bz2 |
Merge patch series "target/riscv: Various fixes to gdbstub and CSR access"
Bin Meng <bmeng@tinylab.org> says:
At present gdbstub reports an incorrect / incomplete CSR list in the
target description XML, for example:
- menvcfg is reported in 'sifive_u' machine
- fcsr is missing in a F/D enabled processor
The issue is caused by:
- priv spec version check is missing when reporting CSRs
- CSR predicate() routine is called without turning on the debugger flag
* b4-shazam-merge:
target/riscv: Group all predicate() routines together
target/riscv: Drop priv level check in mseccfg predicate()
target/riscv: Allow debugger to access sstc CSRs
target/riscv: Allow debugger to access {h, s}stateen CSRs
target/riscv: Allow debugger to access seed CSR
target/riscv: Allow debugger to access user timer and counter CSRs
target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
target/riscv: Simplify getting RISCVCPU pointer from env
target/riscv: Simplify {read, write}_pmpcfg() a little bit
target/riscv: Use 'bool' type for read_only
target/riscv: Coding style fixes in csr.c
target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
target/riscv: gdbstub: Minor change for better readability
target/riscv: Use g_assert() for the predicate() NULL check
target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
target/riscv: gdbstub: Check priv spec version before reporting CSR
Message-ID: <20230228104035.1879882-1-bmeng@tinylab.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'linux-user/main.c')
0 files changed, 0 insertions, 0 deletions