aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/msix.h
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/pci/msix.h
parent812d2594d558f7c4f95c99c8fc58adc47ab68eb3 (diff)
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/pci/msix.h')
-rw-r--r--hw/pci/msix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pci/msix.h b/hw/pci/msix.h
index ff07ae2e8f..ea85d02264 100644
--- a/hw/pci/msix.h
+++ b/hw/pci/msix.h
@@ -36,6 +36,7 @@ void msix_reset(PCIDevice *dev);
int msix_set_vector_notifiers(PCIDevice *dev,
MSIVectorUseNotifier use_notifier,
- MSIVectorReleaseNotifier release_notifier);
+ MSIVectorReleaseNotifier release_notifier,
+ MSIVectorPollNotifier poll_notifier);
void msix_unset_vector_notifiers(PCIDevice *dev);
#endif