]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/vfio/pci/vfio_pci.c
vfio/pci: Add Intel XXV710 to hidden INTx devices
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 13 Jun 2017 15:22:57 +0000 (09:22 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 13 Jun 2017 15:22:57 +0000 (09:22 -0600)
commit7d57e5e933674c116e46f30eee7629c20f9073da
tree2f7aefa406a4a0564864f5fe493f8c82ce0b7f8b
parent32c1431eea4881a6b17bd7c639315010aeefa452
vfio/pci: Add Intel XXV710 to hidden INTx devices

XXV710 has the same broken INTx behavior as the rest of the X/XL710
series, the interrupt status register is not wired to report pending
INTx interrupts, thus we never associate the interrupt to the device.
Extend the device IDs to include these so that we hide that the
device supports INTx at all to the user.

Reported-by: Stefan Assmann <sassmann@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
drivers/vfio/pci/vfio_pci.c