KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
authorSean Christopherson <seanjc@google.com>
Tue, 12 Jul 2022 02:07:24 +0000 (02:07 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Jul 2022 15:31:25 +0000 (11:31 -0400)
commitdfd4eb444e5cef4387605d1eef1866ceea0544ce
tree6edba44b2cf4497764ac3c644470786d7fa18bf4
parent39944ab99c2f9cc54272b9b871e3e759ebaa960b
KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity

Remove a spurious closing paranthesis and tweak the comment about the
cache capacity for PTE descriptors (rmaps) eager page splitting to tone
down the assertion slightly, and to call out that topup requires dropping
mmu_lock, which is the real motivation for avoiding topup (as opposed to
memory usage).

Cc: David Matlack <dmatlack@google.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220712020724.1262121-4-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu/mmu.c