summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDmitry Fleytman2016-06-01 10:23:31 +0200
committerJason Wang2016-06-02 04:42:09 +0200
commit3bdfaabbcf0e91d16e90691cf8bd4a836c67279a (patch)
tree068abdf677d89d9f9444c6938877f3629e79867a /include
parentpci: fix unaligned access in pci_xxx_quad() (diff)
downloadqemu-3bdfaabbcf0e91d16e90691cf8bd4a836c67279a.tar.gz
qemu-3bdfaabbcf0e91d16e90691cf8bd4a836c67279a.tar.xz
qemu-3bdfaabbcf0e91d16e90691cf8bd4a836c67279a.zip
msix: make msix_clr_pending() visible for clients
This function will be used by e1000e device code. Signed-off-by: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com> Signed-off-by: Leonid Bloch <leonid.bloch@ravellosystems.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/pci/msix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/msix.h b/include/hw/pci/msix.h
index 72e5f931c5..048a29dd2f 100644
--- a/include/hw/pci/msix.h
+++ b/include/hw/pci/msix.h
@@ -29,6 +29,7 @@ int msix_present(PCIDevice *dev);
bool msix_is_masked(PCIDevice *dev, unsigned vector);
void msix_set_pending(PCIDevice *dev, unsigned vector);
+void msix_clr_pending(PCIDevice *dev, int vector);
int msix_vector_use(PCIDevice *dev, unsigned vector);
void msix_vector_unuse(PCIDevice *dev, unsigned vector);