kvm_get_supported_hv_cpuid
const struct kvm_cpuid2 *kvm_get_supported_hv_cpuid(void);
cpuid_hv = kvm_get_supported_hv_cpuid();
return kvm_cpuid_has(kvm_get_supported_hv_cpuid(), feature);
hv_cpuid_entries = kvm_get_supported_hv_cpuid();
if (!kvm_cpuid_has(kvm_get_supported_hv_cpuid(),