KVM: Disable vapic support on Intel machines with FlexPriority
[sfrench/cifs-2.6.git] / include / asm-x86 / kvm_host.h
index 6e649af08d19e55e78e367e28fce7929d1a00684..44b89259f6c497052ceab007e7c6d997dd5e5f18 100644 (file)
@@ -329,6 +329,7 @@ struct kvm_x86_ops {
        void (*check_processor_compatibility)(void *rtn);
        int (*hardware_setup)(void);               /* __init */
        void (*hardware_unsetup)(void);            /* __exit */
+       bool (*cpu_has_accelerated_tpr)(void);
 
        /* Create, but do not attach this VCPU */
        struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id);