aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio
diff options
context:
space:
mode:
authorFabiano Rosas <farosas@linux.ibm.com>2019-06-21 19:01:20 -0300
committerAlex Williamson <alex.williamson@redhat.com>2019-07-02 13:12:53 -0600
commitd53f7a61c345f3412af2a43fe21fd4dbaa877368 (patch)
treee8b6ed038701531fc92a0aa2d10123c43c97e230 /include/hw/vfio
parent506179e42112be77bfd071f050b15762d3b2cd43 (diff)
downloadqemu-d53f7a61c345f3412af2a43fe21fd4dbaa877368.zip
qemu-d53f7a61c345f3412af2a43fe21fd4dbaa877368.tar.gz
qemu-d53f7a61c345f3412af2a43fe21fd4dbaa877368.tar.bz2
vfio-common.h: Remove inaccurate comment
This is a left-over from "f4ec5e26ed vfio: Add host side DMA window capabilities", which added support to more than one DMA window. Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'include/hw/vfio')
-rw-r--r--include/hw/vfio/vfio-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-common.h
index a88b69b..9107bd4 100644
--- a/include/hw/vfio/vfio-common.h
+++ b/include/hw/vfio/vfio-common.h
@@ -74,11 +74,6 @@ typedef struct VFIOContainer {
int error;
bool initialized;
unsigned long pgsizes;
- /*
- * This assumes the host IOMMU can support only a single
- * contiguous IOVA window. We may need to generalize that in
- * future
- */
QLIST_HEAD(, VFIOGuestIOMMU) giommu_list;
QLIST_HEAD(, VFIOHostDMAWindow) hostwin_list;
QLIST_HEAD(, VFIOGroup) group_list;