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>
This commit is contained in:
parent
506179e421
commit
d53f7a61c3
@ -74,11 +74,6 @@ typedef struct VFIOContainer {
|
|||||||
int error;
|
int error;
|
||||||
bool initialized;
|
bool initialized;
|
||||||
unsigned long pgsizes;
|
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(, VFIOGuestIOMMU) giommu_list;
|
||||||
QLIST_HEAD(, VFIOHostDMAWindow) hostwin_list;
|
QLIST_HEAD(, VFIOHostDMAWindow) hostwin_list;
|
||||||
QLIST_HEAD(, VFIOGroup) group_list;
|
QLIST_HEAD(, VFIOGroup) group_list;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user