Skip to content

Commit

Permalink
Merge tag 'vfio-v4.16-rc7' of git://github.com/awilliam/linux-vfio
Browse files Browse the repository at this point in the history
Pull VFIO fix from Alex Williamson:
 "Revert masking INTx where it cannot be enabled - it plays poorly with
  SR-IOV VFs and presumes DisINTx support"

* tag 'vfio-v4.16-rc7' of git://github.com/awilliam/linux-vfio:
  Revert: "vfio-pci: Mask INTx if a device is not capabable of enabling it"
  • Loading branch information
Linus Torvalds committed Mar 23, 2018
2 parents a580657 + 834814e commit 095fe49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/vfio/pci/vfio_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ static bool vfio_pci_nointx(struct pci_dev *pdev)
}
}

if (!pdev->irq)
return true;

return false;
}

Expand Down

0 comments on commit 095fe49

Please sign in to comment.