On Mon, Mar 07, 2022, Like Xu wrote: > From: Like Xu <likexu@xxxxxxxxxxx> > > The kvm_ops_static_call_update() is defined in kvm_host.h. That's > completely unnecessary, it should have exactly one caller, > kvm_arch_hardware_setup(). As a prep match, move > kvm_ops_static_call_update() to x86.c, then it can reference > the kvm_pmu_ops stuff. > > Suggested-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Signed-off-by: Like Xu <likexu@xxxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>