From: Fabiano Rosas Date: Fri, 21 Jun 2019 22:01:20 +0000 (-0300) Subject: vfio-common.h: Remove inaccurate comment X-Git-Tag: qemu-xen-4.13.0-rc1~88^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d53f7a61c345f3412af2a43fe21fd4dbaa877368;p=qemu-xen.git 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 Acked-by: David Gibson Signed-off-by: Alex Williamson --- diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-common.h index a88b69b675..9107bd41c0 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;