kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()
authorAlexander Gordeev <[email protected]>
Fri, 21 Feb 2014 17:05:05 +0000 (18:05 +0100)
committerPaolo Bonzini <[email protected]>
Mon, 28 Apr 2014 09:13:06 +0000 (11:13 +0200)
commite8e249d78e0600cb892c87992b6c8c9ea3b301ae
treea3d2572fff15083d8c16355ad9b38f9330436e29
parent0f689a33ad17845363acdc6d52783befd6ad116c
kvm: Use pci_enable_msix_exact() instead of pci_enable_msix()

As result of deprecation of MSI-X/MSI enablement functions
pci_enable_msix() and pci_enable_msi_block() all drivers
using these two interfaces need to be updated to use the
new pci_enable_msi_range()  or pci_enable_msi_exact()
and pci_enable_msix_range() or pci_enable_msix_exact()
interfaces.

Signed-off-by: Alexander Gordeev <[email protected]>
Cc: Gleb Natapov <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Paolo Bonzini <[email protected]>
virt/kvm/assigned-dev.c