KVM: x86: use CPUID to locate host page table reserved bits
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 4 Dec 2019 14:50:27 +0000 (15:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:35:53 +0000 (04:35 -0800)
commitfc46f8a115e57ca0e4fba171aa79731f40d5217a
tree9cb35174728ab56ed02fcd4e92e51e0f6380b900
parentf805ec37828b96a9ff48ef5db0b2adff573f977a
KVM: x86: use CPUID to locate host page table reserved bits

[ Upstream commit 7adacf5eb2d2048045d9fd8fdab861fd9e7e2e96 ]

The comment in kvm_get_shadow_phys_bits refers to MKTME, but the same is actually
true of SME and SEV.  Just use CPUID[0x8000_0008].EAX[7:0] unconditionally if
available, it is simplest and works even if memory is not encrypted.

Cc: stable@vger.kernel.org
Reported-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kvm/mmu.c