]> Git Repo - qemu.git/commitdiff
vfio-common.h: Remove inaccurate comment
authorFabiano Rosas <[email protected]>
Fri, 21 Jun 2019 22:01:20 +0000 (19:01 -0300)
committerAlex Williamson <[email protected]>
Tue, 2 Jul 2019 19:12:53 +0000 (13:12 -0600)
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 <[email protected]>
Acked-by: David Gibson <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
include/hw/vfio/vfio-common.h

index a88b69b6750ed105c3a4651f8384e8a40de7b339..9107bd41c0304ceb8b1c659f413aa8a5348a7a43 100644 (file)
@@ -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;
This page took 0.040078 seconds and 4 git commands to generate.