]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Fix some out-dated function names in comment
authorMiaohe Lin <linmiaohe@huawei.com>
Wed, 11 Dec 2019 06:26:21 +0000 (14:26 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Jan 2020 12:57:27 +0000 (13:57 +0100)
commit85f1cb24e6d5fb08635174dd246c6fac442a6719
tree0588c4e5d7f0b5d0ef3c358f7777e5541942d114
parent9fc49a5ccb2c792eafb2ac0cc521cf6ce9c5cee7
KVM: Fix some out-dated function names in comment

Since commit 1f487f61a3bb ("KVM: nVMX: Rename prepare_vmcs02_*_full to
prepare_vmcs02_*_rare"), prepare_vmcs02_full has been renamed to
prepare_vmcs02_rare.
nested_vmx_merge_msr_bitmap is renamed to nested_vmx_prepare_msr_bitmap
since commit 770c3d89f1a0 ("KVM: vmx: speed up MSR bitmap merge").

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmcs_shadow_fields.h
arch/x86/kvm/vmx/vmx.c