]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
authorLai Jiangshan <laijs@linux.alibaba.com>
Sun, 19 Sep 2021 02:42:46 +0000 (10:42 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Oct 2021 09:19:29 +0000 (05:19 -0400)
commitc56815a0d51bd2524e7e15d0da3affd07468e6a0
treefc845ad074a0eb01ad296a91e1cd8869ce1c8df0
parentd7ac7e5cd36152c7adac3271fe16ac87bddc6eb0
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE

X86_CR4_PGE doesn't participate in kvm_mmu_role, so the mmu context
doesn't need to be reset.  It is only required to flush all the guest
tlb.

It is also inconsistent that X86_CR4_PGE is in KVM_MMU_CR4_ROLE_BITS
while kvm_mmu_role doesn't use X86_CR4_PGE.  So X86_CR4_PGE is also
removed from KVM_MMU_CR4_ROLE_BITS.

Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210919024246.89230-3-jiangshanlai@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.h
arch/x86/kvm/x86.c