On Thu, Aug 07, 2025 at 10:59:28PM +0800, [email protected] wrote: > From: Quan Zhou <[email protected]> > > 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
I gave these a light testing after pulling together an appropriate config (we should probably better document needed config symbols...) The tests seemed to mostly work for me, so ack for including them. > > Signed-off-by: Quan Zhou <[email protected]> > Signed-off-by: Dong Yang <[email protected]> > --- > tools/testing/selftests/kvm/Makefile.kvm | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/tools/testing/selftests/kvm/Makefile.kvm > b/tools/testing/selftests/kvm/Makefile.kvm > index 38b95998e..3a7186551 100644 > --- a/tools/testing/selftests/kvm/Makefile.kvm > +++ b/tools/testing/selftests/kvm/Makefile.kvm > @@ -197,6 +197,12 @@ TEST_GEN_PROGS_riscv += arch_timer > TEST_GEN_PROGS_riscv += coalesced_io_test > TEST_GEN_PROGS_riscv += get-reg-list > TEST_GEN_PROGS_riscv += steal_time > +TEST_GEN_PROGS_riscv += access_tracking_perf_test > +TEST_GEN_PROGS_riscv += dirty_log_perf_test > +TEST_GEN_PROGS_riscv += memslot_modification_stress_test > +TEST_GEN_PROGS_riscv += memslot_perf_test > +TEST_GEN_PROGS_riscv += mmu_stress_test > +TEST_GEN_PROGS_riscv += rseq_test Please integrate into the current list in alphabetical order. Thanks, drew > > TEST_GEN_PROGS_loongarch += coalesced_io_test > TEST_GEN_PROGS_loongarch += demand_paging_test > -- > 2.34.1 > > > -- > kvm-riscv mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/kvm-riscv

