diff options
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index eb88d32dd5c7..994278fb5883 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -37,6 +37,7 @@ | |||
37 | #define KVM_REQ_TLB_FLUSH 0 | 37 | #define KVM_REQ_TLB_FLUSH 0 |
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 | 41 | ||
41 | struct kvm_vcpu; | 42 | struct kvm_vcpu; |
42 | extern struct kmem_cache *kvm_vcpu_cache; | 43 | extern struct kmem_cache *kvm_vcpu_cache; |
@@ -190,6 +191,7 @@ void kvm_resched(struct kvm_vcpu *vcpu); | |||
190 | void kvm_load_guest_fpu(struct kvm_vcpu *vcpu); | 191 | void kvm_load_guest_fpu(struct kvm_vcpu *vcpu); |
191 | void kvm_put_guest_fpu(struct kvm_vcpu *vcpu); | 192 | void kvm_put_guest_fpu(struct kvm_vcpu *vcpu); |
192 | void kvm_flush_remote_tlbs(struct kvm *kvm); | 193 | void kvm_flush_remote_tlbs(struct kvm *kvm); |
194 | void kvm_reload_remote_mmus(struct kvm *kvm); | ||
193 | 195 | ||
194 | long kvm_arch_dev_ioctl(struct file *filp, | 196 | long kvm_arch_dev_ioctl(struct file *filp, |
195 | unsigned int ioctl, unsigned long arg); | 197 | unsigned int ioctl, unsigned long arg); |