Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_neste…
…d_mmu() We don't use root page role for nested_mmu, however, optimizing out re-initialization in case nothing changed is still valuable as this is done for every nested vmentry. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
- Loading branch information