Re: [PATCH 00/18] target/riscv: Various fixes to gdbstub and CSR access

2023-02-14 Thread Bin Meng
Hi Daniel, On Tue, Feb 14, 2023 at 3:20 AM Daniel Henrique Barboza wrote: > > Bin, > > > I received only patches 1-11. I don't see the remaining patches in patchwork: > > > https://patchwork.kernel.org/project/qemu-devel/list/?series=721372 > > > or in the qemu-devel archives: > > > https://lists

Re: [PATCH 00/18] target/riscv: Various fixes to gdbstub and CSR access

2023-02-13 Thread Daniel Henrique Barboza
Bin, I received only patches 1-11. I don't see the remaining patches in patchwork: https://patchwork.kernel.org/project/qemu-devel/list/?series=721372 or in the qemu-devel archives: https://lists.gnu.org/archive/html/qemu-devel/2023-02/msg03461.html Can you please verify? Thanks, Dani

[PATCH 00/18] target/riscv: Various fixes to gdbstub and CSR access

2023-02-13 Thread Bin Meng
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() rou