]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2074f2069e390657decc41ef2d055404c824833
tree6edba44b2cf4497764ac3c644470786d7fa18bf4
parent6b907ab5a2c82bbdee9900166cb5bd7c0eb4b3d7
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