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

Gather all helper routine declarations into "vfio-helpers.h" to reduce
exposure of VFIO internals in "hw/vfio/vfio-common.h".

Reviewed-by: John Levon <john.levon@nutanix.com>
Link: https://lore.kernel.org/qemu-devel/20250318095415.670319-16-clg@redhat.com
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-17-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/s390x/s390-pci-vfio.c
hw/vfio/common.c
hw/vfio/container.c
hw/vfio/helpers.c
hw/vfio/pci.c
hw/vfio/region.c
hw/vfio/vfio-helpers.h [new file with mode: 0644]
include/hw/vfio/vfio-common.h