KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / include / asm / hypervisor.h
index 7a15153..b518c75 100644 (file)
@@ -49,6 +49,7 @@ extern const struct hypervisor_x86 *x86_hyper;
 extern const struct hypervisor_x86 x86_hyper_vmware;
 extern const struct hypervisor_x86 x86_hyper_ms_hyperv;
 extern const struct hypervisor_x86 x86_hyper_xen_hvm;
+extern const struct hypervisor_x86 x86_hyper_kvm;
 
 static inline bool hypervisor_x2apic_available(void)
 {