Skip to content
Commit 2b7e2fbf authored by Andre Przywara's avatar Andre Przywara
Browse files

PCI: only add MSIX route if necessary



Although we only use the GSI we get after setting up the routing
if the kernel does not support direct MSI triggering via the
KVM_SIGNAL_MSI ioctl, we always call irq__add_msix_route() at the
moment. This function is currently only implemented for x86.
To support MSIs for ARM also, call this function only if we will
actually need the GSI later.

Signed-off-by: Andre Przywara's avatarAndre Przywara <andre.przywara@arm.com>
parent 31bf82fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment