Skip to content

Commit 358928f

Browse files
Ricardo KollerMarc Zyngier
authored andcommitted
KVM: selftests: Build the memslot tests for arm64
Add memslot_perf_test and memslot_modification_stress_test to the list of aarch64 selftests. Signed-off-by: Ricardo Koller <[email protected]> Reviewed-by: Andrew Jones <[email protected]> Reviewed-by: Oliver Upton <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ffb4ce3 commit 358928f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testing/selftests/kvm/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ TEST_GEN_PROGS_aarch64 += dirty_log_test
9595
TEST_GEN_PROGS_aarch64 += dirty_log_perf_test
9696
TEST_GEN_PROGS_aarch64 += kvm_create_max_vcpus
9797
TEST_GEN_PROGS_aarch64 += kvm_page_table_test
98+
TEST_GEN_PROGS_aarch64 += memslot_modification_stress_test
99+
TEST_GEN_PROGS_aarch64 += memslot_perf_test
98100
TEST_GEN_PROGS_aarch64 += rseq_test
99101
TEST_GEN_PROGS_aarch64 += set_memory_region_test
100102
TEST_GEN_PROGS_aarch64 += steal_time

0 commit comments

Comments
 (0)