Re: [PATCH v8 0/2] Support RISC-V CSR read/write in Qtest environment

2025-01-02 Thread Fabiano Rosas
Ivan Klokov writes: > These patches add functionality for unit testing RISC-V-specific registers. > The first patch adds a Qtest backend, and the second implements a simple test. > > --- > v8: >- Delete RFC label. > v7: >- Fix build errors, add Reviewed-by, Acked-by. > --- > > Ivan Klokov

[PATCH v8 0/2] Support RISC-V CSR read/write in Qtest environment

2024-12-25 Thread Ivan Klokov
These patches add functionality for unit testing RISC-V-specific registers. The first patch adds a Qtest backend, and the second implements a simple test. --- v8: - Delete RFC label. v7: - Fix build errors, add Reviewed-by, Acked-by. --- Ivan Klokov (2): target/riscv: Add RISC-V CSR qtest