KVM: vmx: Inject #GP on invalid PAT CR
[pandora-kernel.git] / arch / x86 / kvm / x86.h
index 6c3c94f..10eb765 100644 (file)
@@ -135,6 +135,8 @@ int kvm_write_guest_virt_system(struct x86_emulate_ctxt *ctxt,
        gva_t addr, void *val, unsigned int bytes,
        struct x86_exception *exception);
 
+bool kvm_mtrr_valid(struct kvm_vcpu *vcpu, u32 msr, u64 data);
+
 extern unsigned int min_timer_period_us;
 
 #endif