From b5f28bcaeec3ca54755f24ae665c4028fc598d77 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 24 Nov 2009 16:44:15 +0200 Subject: msix: add helper to unuse all msix entries will be used by virtio on soft reset Signed-off-by: Michael S. Tsirkin --- hw/msix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/msix.h') diff --git a/hw/msix.h b/hw/msix.h index 39fa568f9c..a9f7993c39 100644 --- a/hw/msix.h +++ b/hw/msix.h @@ -25,6 +25,7 @@ uint32_t msix_bar_size(PCIDevice *dev); int msix_vector_use(PCIDevice *dev, unsigned vector); void msix_vector_unuse(PCIDevice *dev, unsigned vector); +void msix_unuse_all_vectors(PCIDevice *dev); void msix_notify(PCIDevice *dev, unsigned vector); -- cgit 1.4.1