]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainer
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Thu, 25 Sep 2025 11:31:09 +0000 (12:31 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 25 Sep 2025 15:55:19 +0000 (17:55 +0200)
commitda9211f28e280bc9809b116fc186727a01b0f267
tree2200ca386978ea70635d5fc4b11f0cc0307e763e
parentad9c861945f9e82073d86a7542acf6f928b839d8
include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainer

The VFIOContainer struct represents the legacy VFIO container even though the
name suggests it may be the common superclass of all VFIO containers. Rename it
to VFIOLegacyContainer to make this clearer, which is also a better match for
its VFIO_IOMMU_LEGACY QOM type name.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250925113159.1760317-2-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/ppc/spapr_pci_vfio.c
hw/vfio/container.c
hw/vfio/cpr-legacy.c
hw/vfio/spapr.c
include/hw/vfio/vfio-container.h
include/hw/vfio/vfio-cpr.h