commit | 78e550bad2984a524d8a71ba8feed366b29436ef | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 18 07:19:55 2021 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 18 07:33:31 2021 -0500 |
tree | bf652a1c924ffcebee472057472d4455db912896 | |
parent | a04aead144fd938c2d9869eb187e5b9ea0009bae [diff] |
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit This is not needed because the tweak was done on the guest_mmu, while nested_ept_uninit_mmu_context has just changed vcpu->arch.walk_mmu back to the root_mmu. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>