mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
vfio/common: Move legacy VFIO backend code into separate container.c
Move all the code really dependent on the legacy VFIO container/group into a separate file: container.c. What does remain in common.c is the code related to VFIOAddressSpace, MemoryListeners, migration and all other general operations. Signed-off-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Yi Liu <yi.l.liu@intel.com> 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
3d779abafe
commit
7e63b31138
4 changed files with 1213 additions and 1139 deletions
1155
hw/vfio/common.c
1155
hw/vfio/common.c
File diff suppressed because it is too large
Load diff
1161
hw/vfio/container.c
Normal file
1161
hw/vfio/container.c
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2,6 +2,7 @@ vfio_ss = ss.source_set()
|
|||
vfio_ss.add(files(
|
||||
'helpers.c',
|
||||
'common.c',
|
||||
'container.c',
|
||||
'spapr.c',
|
||||
'migration.c',
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue