aboutsummaryrefslogtreecommitdiff
path: root/lib/dma.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-04-06 15:37:09 +0100
committerGitHub <noreply@github.com>2021-04-06 15:37:09 +0100
commit0b722b79212dfd4a5fb6f7b9137c27f27bd46105 (patch)
treeb4e367e5e6351f123ed26aad7fe37bc6e247efb9 /lib/dma.c
parentf7f0ea6c4beedbb3cd2c010e84feecb76db3f46f (diff)
downloadlibvfio-user-0b722b79212dfd4a5fb6f7b9137c27f27bd46105.zip
libvfio-user-0b722b79212dfd4a5fb6f7b9137c27f27bd46105.tar.gz
libvfio-user-0b722b79212dfd4a5fb6f7b9137c27f27bd46105.tar.bz2
vfu_reset_ctx(): tear down DMA and IRQs (#418)
When we lose the client connection, the IRQ and DMA region state is no longer valid; clean them up. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/dma.c')
-rw-r--r--lib/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dma.c b/lib/dma.c
index c524989..3e6e0a0 100644
--- a/lib/dma.c
+++ b/lib/dma.c
@@ -177,7 +177,7 @@ MOCK_DEFINE(dma_controller_remove_region)(dma_controller_t *dma,
return -ENOENT;
}
-static inline void
+void
dma_controller_remove_regions(dma_controller_t *dma)
{
int i;