qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Support RISC-V CSR read/write in Qtest environment
@ 2024-06-13  9:55 Ivan Klokov
  2024-06-13  9:56 ` [PATCH 1/2] Add RISC-V CSR qtest support Ivan Klokov
  2024-06-13  9:56 ` [PATCH 2/2] QTest example for RISC-V CSR register Ivan Klokov
  0 siblings, 2 replies; 4+ messages in thread
From: Ivan Klokov @ 2024-06-13  9:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-riscv, palmer, bmeng.cn, liwei1518, dbarboza, zhiwei_liu,
	thuth, lvivier, pbonzini, 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.

Ivan Klokov (2):
  Add RISC-V CSR qtest support
  QTest example for RISC-V CSR register

 target/riscv/cpu.c             | 13 +++++++
 target/riscv/cpu.h             |  3 ++
 target/riscv/csr.c             | 49 +++++++++++++++++++++++-
 tests/qtest/libqos/meson.build |  3 ++
 tests/qtest/libqtest.c         | 27 ++++++++++++++
 tests/qtest/libqtest.h         | 14 +++++++
 tests/qtest/meson.build        |  2 +
 tests/qtest/riscv-csr-test.c   | 68 ++++++++++++++++++++++++++++++++++
 8 files changed, 178 insertions(+), 1 deletion(-)
 create mode 100644 tests/qtest/riscv-csr-test.c

-- 
2.34.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-13 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13  9:55 [RFC PATCH 0/2] Support RISC-V CSR read/write in Qtest environment Ivan Klokov
2024-06-13  9:56 ` [PATCH 1/2] Add RISC-V CSR qtest support Ivan Klokov
2024-06-13  9:56 ` [PATCH 2/2] QTest example for RISC-V CSR register Ivan Klokov
2024-06-13 10:14   ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).