mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
vfio/spapr: Move hostwin_list into spapr container
No functional changes intended. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
6ad359ec29
commit
dbb9d0c969
2 changed files with 20 additions and 17 deletions
|
@ -79,7 +79,6 @@ typedef struct VFIOContainer {
|
|||
VFIOContainerBase bcontainer;
|
||||
int fd; /* /dev/vfio/vfio, empowered by the attached groups */
|
||||
unsigned iommu_type;
|
||||
QLIST_HEAD(, VFIOHostDMAWindow) hostwin_list;
|
||||
QLIST_HEAD(, VFIOGroup) group_list;
|
||||
} VFIOContainer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue