aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2019-09-27 10:51:28 -0400
committerThanos <tmakatos@gmail.com>2019-09-27 15:59:11 +0100
commitd0cb80d75e52b03530f69ccfbdad942365761de7 (patch)
tree3266668de68539fcf59d170d0eb4077aacccad15
parenta6509af8c04c6317e37a01f9393005195e9809fd (diff)
downloadlibvfio-user-d0cb80d75e52b03530f69ccfbdad942365761de7.zip
libvfio-user-d0cb80d75e52b03530f69ccfbdad942365761de7.tar.gz
libvfio-user-d0cb80d75e52b03530f69ccfbdad942365761de7.tar.bz2
merge FIXME comments
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
-rw-r--r--lib/libmuser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libmuser.c b/lib/libmuser.c
index 57893a1..3b83ab5 100644
--- a/lib/libmuser.c
+++ b/lib/libmuser.c
@@ -1015,8 +1015,6 @@ lm_irq_trigger(lm_ctx_t * lm_ctx, uint32_t vector)
} else if (vector == LM_DEV_MSIX_IRQ_IDX) {
/*
* FIXME must check that MSI-X capability exists during creation time
- */
- /*
* FIXME need to check that MSI-X is enabled and that it's not masked.
* Currently that's not possible because libmuser doesn't care about
* the internals of a capability.