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

2025-01-31 Thread Fabiano Rosas
Alistair Francis writes: > On Thu, Jan 9, 2025 at 7:13 PM Ivan Klokov wrote: >> >> 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. >> >> --- >> v9: >>- Fix build errors. >> v8: >

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

2025-01-30 Thread Alistair Francis
On Thu, Jan 9, 2025 at 7:13 PM Ivan Klokov wrote: > > 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. > > --- > v9: >- Fix build errors. > v8: >- Delete RFC label. > v7: >- Fix

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

2025-01-09 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. --- v9: - Fix build errors. v8: - Delete RFC label. v7: - Fix build errors, add Reviewed-by, Acked-by. --- Ivan Klokov (2): target/