KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
authorSean Christopherson <seanjc@google.com>
Thu, 28 Nov 2024 01:34:05 +0000 (17:34 -0800)
committerSean Christopherson <seanjc@google.com>
Wed, 18 Dec 2024 22:20:02 +0000 (14:20 -0800)
commit9aa470f5ddb2aa8de152f72795b7dcd44a071b66
tree5648443731a85762d97602bd34043b4f2ea44478
parent9be4ec35d6687a5b5b472f36ffd627aace24f30e
KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID

Unconditionally advertise "support" for the HYPERVISOR feature in CPUID,
as the flag simply communicates to the guest that's it's running under a
hypervisor.

Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Link: https://lore.kernel.org/r/20241128013424.4096668-39-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/cpuid.c