kvm_get_supported_cpuid
const struct kvm_cpuid2 *kvm_get_supported_cpuid(void);
return get_cpuid_entry(kvm_get_supported_cpuid(), 0x1, 0)->eax;
return kvm_cpuid_has(kvm_get_supported_cpuid(), feature);
return kvm_cpuid_property(kvm_get_supported_cpuid(), property);
cpuid_sys = kvm_get_supported_cpuid();
vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid());
vcpu_init_cpuid(vcpu, kvm_get_supported_cpuid());
compare_cpuids(kvm_get_supported_cpuid(), vcpu->cpuid);