KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
authorSean Christopherson <seanjc@google.com>
Wed, 9 Jun 2021 23:42:27 +0000 (16:42 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Jun 2021 17:09:52 +0000 (13:09 -0400)
commitb5129100398ac3b6364cfa6dbd55abfd36cf7202
tree2f7245d6e1c728aa9b8ae42081e20741003e1457
parentd2e5601907bd294411920a84c0231473557d16b9
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers

Drop skip_mmu_sync and skip_tlb_flush from __kvm_mmu_new_pgd() now that
all call sites unconditionally skip both the sync and flush.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210609234235.1244004-8-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/svm/nested.c
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/x86.c