diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 9750bb3c5a75..958e00371516 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -38,6 +38,7 @@ | |||
38 | #define KVM_REQ_MIGRATE_TIMER 1 | 38 | #define KVM_REQ_MIGRATE_TIMER 1 |
39 | #define KVM_REQ_REPORT_TPR_ACCESS 2 | 39 | #define KVM_REQ_REPORT_TPR_ACCESS 2 |
40 | #define KVM_REQ_MMU_RELOAD 3 | 40 | #define KVM_REQ_MMU_RELOAD 3 |
41 | #define KVM_REQ_TRIPLE_FAULT 4 | ||
41 | 42 | ||
42 | struct kvm_vcpu; | 43 | struct kvm_vcpu; |
43 | extern struct kmem_cache *kvm_vcpu_cache; | 44 | extern struct kmem_cache *kvm_vcpu_cache; |