KVM: x86: check for cr3 validity in mmu_alloc_roots
[deliverable/linux.git] / arch / x86 / kvm / x86.c
index d2a4eca261811dfdf321762822a5ad627263e2a6..3244437e67b35aa61dddfc84b944a0a565cb4435 100644 (file)
@@ -4568,6 +4568,7 @@ int kvm_arch_set_memory_region(struct kvm *kvm,
 void kvm_arch_flush_shadow(struct kvm *kvm)
 {
        kvm_mmu_zap_all(kvm);
+       kvm_reload_remote_mmus(kvm);
 }
 
 int kvm_arch_vcpu_runnable(struct kvm_vcpu *vcpu)
This page took 0.032599 seconds and 5 git commands to generate.