KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper
authorVitaly Kuznetsov <vkuznets@redhat.com>
Wed, 28 Feb 2024 10:18:35 +0000 (11:18 +0100)
committerSean Christopherson <seanjc@google.com>
Wed, 6 Mar 2024 17:50:15 +0000 (09:50 -0800)
commit92e82cf632e85474e1e19a6f1cae813e87b07965
tree5a0a71c3c1e8e91e36c41acdcfedb0efeb001c79
parent41bccc98fb7931d63d03f326a746ac4d429c1dd3
KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper

Similar to kvm_find_kvm_cpuid_features()/__kvm_find_kvm_cpuid_features(),
introduce a helper to search for the specific hypervisor signature in any
struct kvm_cpuid_entry2 array, not only in vcpu->arch.cpuid_entries.

No functional change intended.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20240228101837.93642-2-vkuznets@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/cpuid.c