All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add riscv tests to cover the base extension specs
@ 2024-02-29 12:42 cem
  2024-02-29 12:42 ` [PATCH 1/6] riscv: Add test to probe SBI Extension cem
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: cem @ 2024-02-29 12:42 UTC (permalink / raw)
  To: kvm-riscv

From: Carlos Maiolino <cem@kernel.org>

Hi,

this is my first attempt to create tests to cover some functions of the riscv's
SBI base implementation spec. The series also includes a couple helpers to
reduce code duplication.

Carlos Maiolino (6):
  riscv: Add test to probe SBI Extension
  riscv: Factor out environment variable check
  riscv: Implement test for architecture ID register
  riscv: Enable gen_report() to print the wrong value in case of test
    failure
  riscv: Test for specific SBI implementation ID
  riscv: Test for a SBI implementation ID range

 riscv/sbi.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 83 insertions(+), 12 deletions(-)

-- 
2.43.2



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

end of thread, other threads:[~2024-03-05 12:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 12:42 [PATCH 0/6] Add riscv tests to cover the base extension specs cem
2024-02-29 12:42 ` [PATCH 1/6] riscv: Add test to probe SBI Extension cem
2024-03-01  8:25   ` Andrew Jones
2024-02-29 12:42 ` [PATCH 2/6] riscv: Factor out environment variable check cem
2024-03-01  8:28   ` Andrew Jones
2024-03-04 10:52     ` Carlos Maiolino
2024-02-29 12:42 ` [PATCH 3/6] riscv: Implement test for architecture ID register cem
2024-03-01  8:31   ` Andrew Jones
2024-02-29 12:42 ` [PATCH 4/6] riscv: Enable gen_report() to print the wrong value in case of test failure cem
2024-03-01  8:43   ` Andrew Jones
2024-03-05  8:05     ` Carlos Maiolino
2024-03-05 12:16       ` Andrew Jones
2024-03-01  8:46   ` Andrew Jones
2024-02-29 12:42 ` [PATCH 5/6] riscv: Test for specific SBI implementation ID cem
2024-03-01  8:45   ` Andrew Jones
2024-02-29 12:42 ` [PATCH 6/6] riscv: Test for a SBI implementation ID range cem
2024-03-01  8:52   ` Andrew Jones
2024-02-29 14:05 ` [PATCH 0/6] Add riscv tests to cover the base extension specs Andrew Jones
2024-02-29 14:12   ` Carlos Maiolino
2024-02-29 15:03     ` Andrew Jones
2024-02-29 15:31       ` Carlos Maiolino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.