]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/vfio/container-base.c: rename file to container.c
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Thu, 25 Sep 2025 11:31:14 +0000 (12:31 +0100)
committerCédric Le Goater <clg@redhat.com>
Thu, 25 Sep 2025 15:55:19 +0000 (17:55 +0200)
Rename the file to reflect the previous rename of VFIOContainerBase to
VFIOContainer.

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-7-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio/container.c [moved from hw/vfio/container-base.c with 100% similarity]
hw/vfio/meson.build

similarity index 100%
rename from hw/vfio/container-base.c
rename to hw/vfio/container.c
index 62b7a7eaaca3da6bd914fdc272e6bfe94bd77429..82f68698fb8483196d5ced096f79d1024bf9c4bc 100644 (file)
@@ -3,7 +3,7 @@
 vfio_ss = ss.source_set()
 vfio_ss.add(files(
   'listener.c',
-  'container-base.c',
+  'container.c',
   'container-legacy.c',
   'helpers.c',
 ))