KVM: Fix comments that refer to the non-existent install_new_memslots()
authorJun Miao <jun.miao@intel.com>
Thu, 23 Feb 2023 05:28:51 +0000 (13:28 +0800)
committerSean Christopherson <seanjc@google.com>
Fri, 24 Mar 2023 15:20:17 +0000 (08:20 -0700)
commitb0d237087c674c43df76c1a0bc2737592f3038f4
treef53b414700e84ce99f1801d9915b0dd57e0dddf7
parent7ffc2e89518a3ad9b81faad67254737d87073f44
KVM: Fix comments that refer to the non-existent install_new_memslots()

Fix stale comments that were left behind when install_new_memslots() was
replaced by kvm_swap_active_memslots() as part of the scalable memslots
rework.

Fixes: a54d806688fe ("KVM: Keep memslots in tree-based structures instead of array-based ones")
Signed-off-by: Jun Miao <jun.miao@intel.com>
Link: https://lore.kernel.org/r/20230223052851.1054799-1-jun.miao@intel.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Documentation/virt/kvm/locking.rst
include/linux/kvm_host.h
virt/kvm/kvm_main.c