From: David Matlack Date: Thu, 20 Jan 2022 00:38:26 +0000 (+0000) Subject: KVM: selftests: Re-enable access_tracking_perf_test X-Git-Tag: baikal/aarch64/sdk6.1~4774^2~35 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=c12c65a55a47b1f9a5d6129f79077e4c2bad1510;p=kernel.git KVM: selftests: Re-enable access_tracking_perf_test This selftest was accidentally removed by commit a94f3933d28e ("selftest: KVM: Add intra host migration tests"). Add it back. Fixes: a94f3933d28e ("selftest: KVM: Add intra host migration tests") Signed-off-by: David Matlack Message-Id: <20220120003826.2805036-1-dmatlack@google.com> Signed-off-by: Paolo Bonzini --- diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile index 81ebf99d6ff07..0e4926bc9a58d 100644 --- a/tools/testing/selftests/kvm/Makefile +++ b/tools/testing/selftests/kvm/Makefile @@ -85,6 +85,7 @@ TEST_GEN_PROGS_x86_64 += x86_64/xen_vmcall_test TEST_GEN_PROGS_x86_64 += x86_64/vmx_pi_mmio_test TEST_GEN_PROGS_x86_64 += x86_64/sev_migrate_tests TEST_GEN_PROGS_x86_64 += x86_64/amx_test +TEST_GEN_PROGS_x86_64 += access_tracking_perf_test TEST_GEN_PROGS_x86_64 += demand_paging_test TEST_GEN_PROGS_x86_64 += dirty_log_test TEST_GEN_PROGS_x86_64 += dirty_log_perf_test