]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Move vfio_de/attach_device() into device.c
authorCédric Le Goater <clg@redhat.com>
Wed, 26 Mar 2025 07:51:09 +0000 (08:51 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 25 Apr 2025 07:01:37 +0000 (09:01 +0200)
commit923b11411e0e68b460f6fd8e6a7f8ff11554e48c
tree83c03b0171387bc9c3bf1392bad8ed92bc8e0e23
parenta997b506e715d96549869e2d0fca28a1a9f110dc
vfio: Move vfio_de/attach_device() into device.c

These routines are VFIODevice related. Move their definitions into
"device.c".

Reviewed-by: John Levon <john.levon@nutanix.com>
Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-24-clg@redhat.com
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-25-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/common.c
hw/vfio/device.c