Re: [PATCH v2 1/5] KVM: x86: use static_call_cond for optional callbacks

From: Sean Christopherson
Date: Tue Feb 15 2022 - 11:55:48 EST


On Mon, Feb 14, 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>