Skip to content

Commit 0fa32da

Browse files
vittyvkbonzini
authored andcommitted
KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
Conform to the rest of Hyper-V emulation selftests which have 'hyperv' prefix. Get rid of '_test' suffix as well as the purpose of this code is fairly obvious. Reviewed-by: Sean Christopherson <[email protected]> Signed-off-by: Vitaly Kuznetsov <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 9c2e881 commit 0fa32da

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tools/testing/selftests/kvm/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
/x86_64/cpuid_test
1717
/x86_64/cr4_cpuid_sync_test
1818
/x86_64/debug_regs
19-
/x86_64/evmcs_test
2019
/x86_64/exit_on_emulation_failure_test
2120
/x86_64/fix_hypercall_test
2221
/x86_64/get_msr_index_features
2322
/x86_64/kvm_clock_test
2423
/x86_64/kvm_pv_test
2524
/x86_64/hyperv_clock
2625
/x86_64/hyperv_cpuid
26+
/x86_64/hyperv_evmcs
2727
/x86_64/hyperv_features
2828
/x86_64/hyperv_ipi
2929
/x86_64/hyperv_svm_test

tools/testing/selftests/kvm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ TEST_PROGS_x86_64 += x86_64/nx_huge_pages_test.sh
8282
TEST_GEN_PROGS_x86_64 = x86_64/cpuid_test
8383
TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test
8484
TEST_GEN_PROGS_x86_64 += x86_64/get_msr_index_features
85-
TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
8685
TEST_GEN_PROGS_x86_64 += x86_64/exit_on_emulation_failure_test
8786
TEST_GEN_PROGS_x86_64 += x86_64/fix_hypercall_test
8887
TEST_GEN_PROGS_x86_64 += x86_64/hyperv_clock
8988
TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
89+
TEST_GEN_PROGS_x86_64 += x86_64/hyperv_evmcs
9090
TEST_GEN_PROGS_x86_64 += x86_64/hyperv_features
9191
TEST_GEN_PROGS_x86_64 += x86_64/hyperv_ipi
9292
TEST_GEN_PROGS_x86_64 += x86_64/hyperv_svm_test

0 commit comments

Comments
 (0)