OSDN Git Service

KVM: Add Directed EOI support to APIC emulation
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / x86 / kvm / x86.h
index 4c8e10a..5eadea5 100644 (file)
@@ -31,4 +31,8 @@ static inline bool kvm_exception_is_soft(unsigned int nr)
 {
        return (nr == BP_VECTOR) || (nr == OF_VECTOR);
 }
+
+struct kvm_cpuid_entry2 *kvm_find_cpuid_entry(struct kvm_vcpu *vcpu,
+                                             u32 function, u32 index);
+
 #endif