mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
vfio/spapr: Move prereg_listener 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
233309e8e4
commit
6ad359ec29
2 changed files with 16 additions and 9 deletions
|
@ -78,7 +78,6 @@ struct VFIOGroup;
|
|||
typedef struct VFIOContainer {
|
||||
VFIOContainerBase bcontainer;
|
||||
int fd; /* /dev/vfio/vfio, empowered by the attached groups */
|
||||
MemoryListener prereg_listener;
|
||||
unsigned iommu_type;
|
||||
QLIST_HEAD(, VFIOHostDMAWindow) hostwin_list;
|
||||
QLIST_HEAD(, VFIOGroup) group_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue