summaryrefslogtreecommitdiff
path: root/hw/vfio_pci.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2012-12-12 16:10:02 +0200
committerMichael S. Tsirkin <mst@redhat.com>2012-12-26 11:49:28 +0200
commitbbef882cc1938fa5a6e1b36a50d79ce5c0cefb81 (patch)
tree8d07df207beb51343bc8804e4d0776720410ddf5 /hw/vfio_pci.c
parent812d2594d558f7c4f95c99c8fc58adc47ab68eb3 (diff)
downloadqemu-bbef882cc1938fa5a6e1b36a50d79ce5c0cefb81.tar.gz
msi: add API to get notified about pending bit poll
Update all users. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/vfio_pci.c')
-rw-r--r--hw/vfio_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio_pci.c b/hw/vfio_pci.c
index 41fb7ad1de..28c83031d0 100644
--- a/hw/vfio_pci.c
+++ b/hw/vfio_pci.c
@@ -698,7 +698,7 @@ static void vfio_enable_msix(VFIODevice *vdev)
vdev->interrupt = VFIO_INT_MSIX;
if (msix_set_vector_notifiers(&vdev->pdev, vfio_msix_vector_use,
- vfio_msix_vector_release)) {
+ vfio_msix_vector_release, NULL)) {
error_report("vfio: msix_set_vector_notifiers failed\n");
}