aboutsummaryrefslogtreecommitdiff
path: root/lib/dma.h
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.h
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.h')
-rw-r--r--lib/dma.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dma.h b/lib/dma.h
index 226e758..cd37bf3 100644
--- a/lib/dma.h
+++ b/lib/dma.h
@@ -101,6 +101,9 @@ dma_controller_t *
dma_controller_create(vfu_ctx_t *vfu_ctx, int max_regions);
void
+dma_controller_remove_regions(dma_controller_t *dma);
+
+void
dma_controller_destroy(dma_controller_t *dma);
/* Registers a new memory region.