]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID test
authorSean Christopherson <seanjc@google.com>
Sat, 18 Jan 2025 00:34:52 +0000 (16:34 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 12 Feb 2025 16:53:57 +0000 (08:53 -0800)
commit0b6db0dc43eefb4f89181546785c3609fd276524
treece190dcc2a57fb3575e1b98ee018882ca0a68b08
parenta8de7f100bb5989d9c3627d3a223ee1c863f3b69
KVM: selftests: Mark test_hv_cpuid_e2big() static in Hyper-V CPUID test

Make the Hyper-V CPUID test's local helper test_hv_cpuid_e2big() static,
it's not used outside of the test (and isn't intended to be).

Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20250118003454.2619573-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86/hyperv_cpuid.c