vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()
commit5053bd781143c354dfe3c8747d6c013dc22851b6
authorEric Auger <eric.auger@redhat.com>
Tue, 2 Jul 2019 17:18:16 +0000 (2 19:18 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 2 Jul 2019 19:16:29 +0000 (2 13:16 -0600)
treed52f43d184221b64017519560d1e1deb8efa558a
parentd53f7a61c345f3412af2a43fe21fd4dbaa877368
vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()

Report an error in case we fail to set a trigger action
on any VFIO_PCI_MSIX_IRQ_INDEX subindex. This might be
useful in debugging a device that is not working properly.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reported-by: Coverity (CID 1402196)
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/pci.c