]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio: Introduce a new file for VFIODevice definitions
authorCédric Le Goater <clg@redhat.com>
Wed, 26 Mar 2025 07:51:05 +0000 (08:51 +0100)
committerCédric Le Goater <clg@redhat.com>
Fri, 25 Apr 2025 07:01:37 +0000 (09:01 +0200)
commit68c07d76359589c9de2aa190d247afca7eb8cb8f
tree9d1a0c68514986707b33f66569fdb945391fcbe3
parent005b8d10450d2d41e9c1bcf8da4085f23cb85b76
vfio: Introduce a new file for VFIODevice definitions

Move all VFIODevice related routines of "helpers.c" into a new "device.c"
file.

Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: John Levon <john.levon@nutanix.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-21-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/device.c [new file with mode: 0644]
hw/vfio/helpers.c
hw/vfio/meson.build
hw/vfio/trace-events