]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definition
authorHou Wenlong <houwenlong.hwl@antgroup.com>
Mon, 6 May 2024 06:35:02 +0000 (14:35 +0800)
committerSean Christopherson <seanjc@google.com>
Mon, 10 Jun 2024 16:20:52 +0000 (09:20 -0700)
commitc7d4c5f01961cdc4f1d29525e2b0d71f62c5bc33
tree783fa225c0a992fcc1322bf9158c30ad7db0aeb0
parentf992572120fbec26c29f93fa2675ac34a0df369e
KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definition

The check_apicv_inhibit_reasons() callback implementation was dropped in
the commit b3f257a84696 ("KVM: x86: Track required APICv inhibits with
variable, not callback"), but the definition removal was missed in the
final version patch (it was removed in the v4). Therefore, it should be
dropped, and the vmx_check_apicv_inhibit_reasons() function declaration
should also be removed.

Signed-off-by: Hou Wenlong <houwenlong.hwl@antgroup.com>
Reviewed-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>
Link: https://lore.kernel.org/r/54abd1d0ccaba4d532f81df61259b9c0e021fbde.1714977229.git.houwenlong.hwl@antgroup.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx/x86_ops.h