aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-12-16 12:16:45 +0000
committerGitHub <noreply@github.com>2020-12-16 12:16:45 +0000
commit545a268510c270ec537134f8050fe7ec5a1f0f51 (patch)
tree30ba271b10a43dc8ebacfd6405bcd0c1f7531850 /include
parent0502943fb1ce6f24aff1f3086e55f7ceff86bd68 (diff)
downloadlibvfio-user-545a268510c270ec537134f8050fe7ec5a1f0f51.zip
libvfio-user-545a268510c270ec537134f8050fe7ec5a1f0f51.tar.gz
libvfio-user-545a268510c270ec537134f8050fe7ec5a1f0f51.tar.bz2
enable ERR and REQ IRQs by default (#209)
enable ERR and REQ IRQs by default Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvfio-user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libvfio-user.h b/include/libvfio-user.h
index d5a8c6a..1a336374 100644
--- a/include/libvfio-user.h
+++ b/include/libvfio-user.h
@@ -88,7 +88,8 @@ typedef enum {
} vfu_dev_type_t;
/**
- * Creates libvfio-user context.
+ * Creates libvfio-user context. By default one ERR and one REQ IRQs are
+ * initialized, this can be overridden with vfu_setup_device_nr_irqs.
*
* @trans: transport type
* @path: path to socket file.