Re: [RFC PATCH v7 1/2] target/riscv: Add RISC-V CSR qtest support

2024-11-21 Thread Daniel Henrique Barboza
On 11/20/24 4:27 AM, Ivan Klokov wrote: The RISC-V architecture supports the creation of custom CSR-mapped devices. It would be convenient to test them in the same way as MMIO-mapped devices. To do this, a new call has been added to read/write CSR registers. Signed-off-by: Ivan Klokov Acked-

[RFC PATCH v7 1/2] target/riscv: Add RISC-V CSR qtest support

2024-11-19 Thread Ivan Klokov
The RISC-V architecture supports the creation of custom CSR-mapped devices. It would be convenient to test them in the same way as MMIO-mapped devices. To do this, a new call has been added to read/write CSR registers. Signed-off-by: Ivan Klokov Acked-by: Fabiano Rosas --- hw/riscv/riscv_hart.c