mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07:00
vfio: Move vfio_device_list into device.c
'vfio_device_list' is VFIODevice related. Move its definitions into "device.c". Reviewed-by: John Levon <john.levon@nutanix.com> Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-23-clg@redhat.com Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-24-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
c3fbdba15a
commit
a997b506e7
2 changed files with 3 additions and 3 deletions
|
|
@ -46,9 +46,6 @@
|
|||
#include "vfio-migration-internal.h"
|
||||
#include "vfio-helpers.h"
|
||||
|
||||
VFIODeviceList vfio_device_list =
|
||||
QLIST_HEAD_INITIALIZER(vfio_device_list);
|
||||
|
||||
/*
|
||||
* Device state interfaces
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@
|
|||
#include "monitor/monitor.h"
|
||||
#include "vfio-helpers.h"
|
||||
|
||||
VFIODeviceList vfio_device_list =
|
||||
QLIST_HEAD_INITIALIZER(vfio_device_list);
|
||||
|
||||
/*
|
||||
* Common VFIO interrupt disable
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue