Revert "KVM: X86: Update mmu->pdptrs only when it is changed"
This reverts commit
6ef79f7dea5668afeb63f285c222b7bebc71beba.
Sean Christopherson reports:
"Commit
6ef79f7dea56 ('KVM: X86: Update mmu->pdptrs only when it is
changed') breaks nested VMs with EPT in L0 and PAE shadow paging in L2.
Reproducing is trivial, just disable EPT in L1 and run a VM. I haven't
investigating how it breaks things."
Reviewed-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>