aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2008-09-23 12:18:34 -0400
committerAvi Kivity <avi@redhat.com>2008-10-15 08:25:20 -0400
commit0ba73cdadb8ac172f396df7e23c4a9cebd59b550 (patch)
tree5e21a3f93397299cb64fcd3e442106c86624709d /include
parente8bc217aef67d41d767ede6e7a7eb10f1d47c86c (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.h1
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);
584void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu); 584void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu);
585int kvm_mmu_load(struct kvm_vcpu *vcpu); 585int kvm_mmu_load(struct kvm_vcpu *vcpu);
586void kvm_mmu_unload(struct kvm_vcpu *vcpu); 586void kvm_mmu_unload(struct kvm_vcpu *vcpu);
587void kvm_mmu_sync_roots(struct kvm_vcpu *vcpu);
587 588
588int kvm_emulate_hypercall(struct kvm_vcpu *vcpu); 589int kvm_emulate_hypercall(struct kvm_vcpu *vcpu);
589 590