]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on
authorSean Christopherson <seanjc@google.com>
Tue, 22 Jun 2021 17:57:39 +0000 (10:57 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Jun 2021 22:00:48 +0000 (18:00 -0400)
commit407d81aa0a22a19eb38a9f190d7f7b1981aacd55
treec5f6b318f32e050f16948d6d210229e0cf178666
parentaf650c71d9bc9a0f948277fa181c1036f86dc5b8
KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is on

Let the guest use 1g hugepages if TDP is enabled and the host supports
GBPAGES, KVM can't actively prevent the guest from using 1g pages in this
case since they can't be disabled in the hardware page walker.  While
injecting a page fault if a bogus 1g page is encountered during a
software page walk is perfectly reasonable since KVM is simply honoring
userspace's vCPU model, doing so arguably doesn't provide any meaningful
value, and at worst will be horribly confusing as the guest will see
inconsistent behavior and seemingly spurious page faults.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210622175739.3610207-55-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c