commit | 94cccde648d32abe61e2d0d1b18178f3027f1a78 | [log] [tgz] |
---|---|---|
author | Alexander Gordeev <agordeev@redhat.com> | Fri Jan 17 17:02:21 2014 +0100 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Feb 14 14:23:40 2014 -0700 |
tree | 4c46bd5866d58bcecd89a551302a9929c277172f | |
parent | fc061d969f9a44bcf200c557a77fe5e5af8ab363 [diff] |
vfio: Use pci_enable_msi_range() and pci_enable_msix_range() pci_enable_msix() and pci_enable_msi_block() have been deprecated; use pci_enable_msix_range() and pci_enable_msi_range() instead. [bhelgaas: changelog] Signed-off-by: Alexander Gordeev <agordeev@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Alex Williamson <alex.williamson@redhat.com>