Loading arch/x86/kvm/x86.c +3 −0 Original line number Diff line number Diff line Loading @@ -3936,6 +3936,9 @@ static bool reexecute_instruction(struct kvm_vcpu *vcpu, gva_t gva) { gpa_t gpa; if (tdp_enabled) return false; /* * if emulation was due to access to shadowed page table * and it failed try to unshadow page and re-entetr the Loading Loading
arch/x86/kvm/x86.c +3 −0 Original line number Diff line number Diff line Loading @@ -3936,6 +3936,9 @@ static bool reexecute_instruction(struct kvm_vcpu *vcpu, gva_t gva) { gpa_t gpa; if (tdp_enabled) return false; /* * if emulation was due to access to shadowed page table * and it failed try to unshadow page and re-entetr the Loading