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 <ricarkol@google.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Reviewed-by: Oliver Upton <oupton@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210907180957.609966-3-ricarkol@google.com
1 parent ffb4ce3 commit 358928f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)