OSDN Git Service

kvm/x86: Fix 'lpages' kvm stat for TDM MMU
authorShahin, Md Shahadat Hossain <shahinmd@amazon.de>
Fri, 30 Apr 2021 11:52:31 +0000 (11:52 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 May 2021 15:25:34 +0000 (11:25 -0400)
commit1699f65c8b658d434fe92563c906cd1a136c9cb6
treefd2737addd3b7f5483f4c5abb8e366e750d49c23
parentff76d506030daeeeb967be8b8a189bf7aee8e7a8
kvm/x86: Fix 'lpages' kvm stat for TDM MMU

Large pages not being created properly may result in increased memory
access time. The 'lpages' kvm stat used to keep track of the current
number of large pages in the system, but with TDP MMU enabled the stat
is not showing the correct number.

This patch extends the lpages counter to cover the TDP case.

Signed-off-by: Md Shahadat Hossain Shahin <shahinmd@amazon.de>
Cc: Bartosz Szczepanek <bsz@amazon.de>
Message-Id: <1619783551459.35424@amazon.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/tdp_mmu.c