linux/arch/x86/include
Sean Christopherson a0941a64a9 KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()
Define and use a static_call() for kvm_x86_ops.vcpu_deliver_sipi_vector(),
mostly so that the op is defined in kvm-x86-ops.h.  This will allow using
KVM_X86_OP in vendor code to wire up the implementation.  Any performance
gains eeked out by using static_call() is a happy bonus and not the
primary motiviation.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220128005208.4008533-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-02-10 13:47:18 -05:00
..
asm KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector() 2022-02-10 13:47:18 -05:00
uapi/asm KVM: x86: add system attribute to retrieve full set of supported xsave states 2022-01-28 07:33:32 -05:00