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

With the rename of VFIOContainer to VFIOLegacyContainer, the vfio-container.h
header file containing the struct definition is misleading. Rename it from
vfio-container.h to vfio-container-legacy.h accordingly, fixing up the name
of the include guard at the same time.

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-4-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/ppc/spapr_pci_vfio.c
hw/s390x/s390-pci-vfio.c
hw/vfio/container.c
hw/vfio/cpr-legacy.c
hw/vfio/spapr.c
include/hw/vfio/vfio-container-legacy.h [moved from include/hw/vfio/vfio-container.h with 88% similarity]