]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/kvm_host.h
KVM: MTRR support
[linux-2.6-omap-h63xx.git] / include / asm-x86 / kvm_host.h
index 075598b4e3f36d645e4e4876609ee822385c041c..fc72bad878eda6568b4ab82e9e4f5246f59d69dc 100644 (file)
@@ -79,6 +79,7 @@
 #define KVM_MIN_FREE_MMU_PAGES 5
 #define KVM_REFILL_PAGES 25
 #define KVM_MAX_CPUID_ENTRIES 40
+#define KVM_NR_VAR_MTRR 8
 
 extern spinlock_t kvm_lock;
 extern struct list_head vm_list;
@@ -290,6 +291,8 @@ struct kvm_vcpu_arch {
        struct page *time_page;
 
        bool nmi_pending;
+
+       u64 mtrr[0x100];
 };
 
 struct kvm_mem_alias {