Skip to content
Snippets Groups Projects
Commit d53f7a61 authored by Fabiano Rosas's avatar Fabiano Rosas Committed by Alex Williamson
Browse files

vfio-common.h: Remove inaccurate comment


This is a left-over from "f4ec5e26 vfio: Add host side DMA window
capabilities", which added support to more than one DMA window.

Signed-off-by: default avatarFabiano Rosas <farosas@linux.ibm.com>
Acked-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 506179e4
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment