Skip to content

Commit dbe3d1d

Browse files
zcxGGmuavpatel
authored andcommitted
KVM: riscv: selftests: Add common supported test cases
Some common KVM test cases are supported on riscv now as following: access_tracking_perf_test dirty_log_perf_test memslot_modification_stress_test memslot_perf_test mmu_stress_test rseq_test Signed-off-by: Quan Zhou <zhouquan@iscas.ac.cn> Signed-off-by: Dong Yang <dayss1224@gmail.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Link: https://lore.kernel.org/r/c447f18115b27562cd65863645e41a5ef89bd37b.1756710918.git.dayss1224@gmail.com Signed-off-by: Anup Patel <anup@brainfault.org>
1 parent f4103c1 commit dbe3d1d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tools/testing/selftests/kvm/Makefile.kvm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,15 @@ TEST_GEN_PROGS_s390 += rseq_test
196196
TEST_GEN_PROGS_riscv = $(TEST_GEN_PROGS_COMMON)
197197
TEST_GEN_PROGS_riscv += riscv/sbi_pmu_test
198198
TEST_GEN_PROGS_riscv += riscv/ebreak_test
199+
TEST_GEN_PROGS_riscv += access_tracking_perf_test
199200
TEST_GEN_PROGS_riscv += arch_timer
200201
TEST_GEN_PROGS_riscv += coalesced_io_test
202+
TEST_GEN_PROGS_riscv += dirty_log_perf_test
201203
TEST_GEN_PROGS_riscv += get-reg-list
204+
TEST_GEN_PROGS_riscv += memslot_modification_stress_test
205+
TEST_GEN_PROGS_riscv += memslot_perf_test
206+
TEST_GEN_PROGS_riscv += mmu_stress_test
207+
TEST_GEN_PROGS_riscv += rseq_test
202208
TEST_GEN_PROGS_riscv += steal_time
203209

204210
TEST_GEN_PROGS_loongarch += coalesced_io_test

0 commit comments

Comments
 (0)