Re: [PATCH] KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hook
From: Sean Christopherson
Date: Fri Jul 31 2026 - 16:12:13 EST
On Wed, 15 Jul 2026 21:05:05 +1200, Kai Huang wrote:
> Change to using KVM_X86_OP() instead of KVM_X86_OP_OPTIONAL() for the
> .pi_update_irte() hook in kvm-x86-ops.h since now both VMX and SVM have
> implemented it.
>
> For the Fixes tag:
>
> This hook was introduced for VMX posted-interrupt support. SVM later
> added its implementation, but at this point KVM_X86_OP* had not been
> introduced yet.
>
> [...]
Applied to kvm-x86 misc, thanks!
[1/1] KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hook
https://github.com/kvm-x86/linux/commit/9498f4d6edd3
--
https://github.com/kvm-x86/linux/tree/next