Re: [PATCH v3 2/6] KVM: x86: use static_call_cond for optional callbacks

From: Sean Christopherson
Date: Fri Feb 18 2022 - 10:48:47 EST


On Thu, Feb 17, 2022, Paolo Bonzini wrote:
> SVM implements neither update_emulated_instruction nor
> set_apic_access_page_addr. Remove an "if" by calling them
> with static_call_cond().
>
> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
> ---

Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>