16.05.24 15:15, Jan Beulich:
On 15.05.2024 11:26, Sergiy Kibrik wrote:
VMX posted interrupts support can now be excluded from x86 build along with
VMX code itself, but still we may want to keep the possibility to use
VT-d IOMMU driver in non-HVM setups.
So we guard vmx_pi_hooks_{assign/deassign} with some checks for such a case.
But both function already have a stub each. Isn't is merely a matter of
changing when those stubs come into play?
indeed, we've got stubs already provided. Then this becomes a nice one
line change.
-Sergiy