]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Move vfio_kvm_device_add/del_fd() to helpers.c
authorCédric Le Goater <clg@redhat.com>
Wed, 26 Mar 2025 07:51:03 +0000 (08:51 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 25 Apr 2025 07:01:37 +0000 (09:01 +0200)
commit545256134fdcac6c342f8e7f45eb591e3b12c700
treebfda37d0d94d7295f05406d07fcdacfa37ae145e
parentf6d7f5d02bbb57b5b469863afe89278d64598d81
vfio: Move vfio_kvm_device_add/del_fd() to helpers.c

vfio_kvm_device_add/del_fd() are low level routines. Move them with
the other helpers.

Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: John Levon <john.levon@nutanix.com>
Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-18-clg@redhat.com
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-19-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/common.c
hw/vfio/helpers.c
hw/vfio/iommufd.c
hw/vfio/meson.build
hw/vfio/vfio-helpers.h
include/hw/vfio/vfio-common.h