KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
authorVitaly Kuznetsov <vkuznets@redhat.com>
Mon, 17 Jan 2022 15:05:41 +0000 (16:05 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Jan 2022 17:30:15 +0000 (12:30 -0500)
commit9e6d484f9991176269607bb3c54a494e32eab27a
treee3dfafecbdd126254b9c29f3e5770bb240a1141d
parentc6617c61e8fe44b9e9fdfede921f61cac6b5149d
KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'

In preparation to reusing the existing 'get_cpuid_test' for testing
"KVM_SET_CPUID{,2} after KVM_RUN" rename it to 'cpuid_test' to avoid
the confusion.

No functional change intended.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20220117150542.2176196-4-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/.gitignore
tools/testing/selftests/kvm/Makefile
tools/testing/selftests/kvm/x86_64/cpuid_test.c [moved from tools/testing/selftests/kvm/x86_64/get_cpuid_test.c with 100% similarity]