diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2008-09-23 12:18:34 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-10-15 08:25:20 -0400 |
commit | 0ba73cdadb8ac172f396df7e23c4a9cebd59b550 (patch) | |
tree | 5e21a3f93397299cb64fcd3e442106c86624709d /include | |
parent | e8bc217aef67d41d767ede6e7a7eb10f1d47c86c (diff) |
KVM: MMU: sync roots on mmu reload
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 8bad9bd9b37e..475d8ab83bff 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -584,6 +584,7 @@ int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva); | |||
584 | void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu); | 584 | void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu); |
585 | int kvm_mmu_load(struct kvm_vcpu *vcpu); | 585 | int kvm_mmu_load(struct kvm_vcpu *vcpu); |
586 | void kvm_mmu_unload(struct kvm_vcpu *vcpu); | 586 | void kvm_mmu_unload(struct kvm_vcpu *vcpu); |
587 | void kvm_mmu_sync_roots(struct kvm_vcpu *vcpu); | ||
587 | 588 | ||
588 | int kvm_emulate_hypercall(struct kvm_vcpu *vcpu); | 589 | int kvm_emulate_hypercall(struct kvm_vcpu *vcpu); |
589 | 590 | ||