aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r--include/asm-x86/kvm_host.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h
index 075598b4e3f3..fc72bad878ed 100644
--- a/include/asm-x86/kvm_host.h
+++ b/include/asm-x86/kvm_host.h
@@ -79,6 +79,7 @@
79#define KVM_MIN_FREE_MMU_PAGES 5 79#define KVM_MIN_FREE_MMU_PAGES 5
80#define KVM_REFILL_PAGES 25 80#define KVM_REFILL_PAGES 25
81#define KVM_MAX_CPUID_ENTRIES 40 81#define KVM_MAX_CPUID_ENTRIES 40
82#define KVM_NR_VAR_MTRR 8
82 83
83extern spinlock_t kvm_lock; 84extern spinlock_t kvm_lock;
84extern struct list_head vm_list; 85extern struct list_head vm_list;
@@ -290,6 +291,8 @@ struct kvm_vcpu_arch {
290 struct page *time_page; 291 struct page *time_page;
291 292
292 bool nmi_pending; 293 bool nmi_pending;
294
295 u64 mtrr[0x100];
293}; 296};
294 297
295struct kvm_mem_alias { 298struct kvm_mem_alias {