KVM: x86: Unexport __kvm_request_apicv_update()
authorSean Christopherson <seanjc@google.com>
Wed, 8 Dec 2021 01:52:36 +0000 (01:52 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Feb 2022 18:47:08 +0000 (13:47 -0500)
commitcf9e2555328930a655d896b27121855db8ba7d27
treebba856505e999bb4259464bbecc18029995e05ad
parentd62007edf01f5c11f75d0f4b1e538fc52a5b1982
KVM: x86: Unexport __kvm_request_apicv_update()

Unexport __kvm_request_apicv_update(), it's not used by vendor code and
should never be used by vendor code.  The only reason it's exposed at all
is because Hyper-V's SynIC needs to track how many auto-EOIs are in use,
and it's convenient to use apicv_update_lock to guard that tracking.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20211208015236.1616697-27-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c