Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Quan Zhou and committed by
Anup Patel
dbe3d1d1 f4103c11

+6
+6
tools/testing/selftests/kvm/Makefile.kvm
··· 196 196 TEST_GEN_PROGS_riscv = $(TEST_GEN_PROGS_COMMON) 197 197 TEST_GEN_PROGS_riscv += riscv/sbi_pmu_test 198 198 TEST_GEN_PROGS_riscv += riscv/ebreak_test 199 + TEST_GEN_PROGS_riscv += access_tracking_perf_test 199 200 TEST_GEN_PROGS_riscv += arch_timer 200 201 TEST_GEN_PROGS_riscv += coalesced_io_test 202 + TEST_GEN_PROGS_riscv += dirty_log_perf_test 201 203 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 202 208 TEST_GEN_PROGS_riscv += steal_time 203 209 204 210 TEST_GEN_PROGS_loongarch += coalesced_io_test