summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.caveayland@nutanix.com>2025-09-25 12:31:13 +0100
committerCédric Le Goater <clg@redhat.com>2025-09-25 17:55:19 +0200
commita3bcae62b6a161dea4521f254f19c5a8551c28af (patch)
treedaab50180e14b77d4c7f7c317d25b7965f2a9b73
parentef70eb32b8a15abea6af8180ba03e771ae041169 (diff)
downloadfocaccia-qemu-a3bcae62b6a161dea4521f254f19c5a8551c28af.tar.gz
focaccia-qemu-a3bcae62b6a161dea4521f254f19c5a8551c28af.zip
hw/vfio/container.c: rename file to container-legacy.c
This file is mostly concerned with the VFIOLegacyContainer implementation so
rename it to reflect the previous rename of VFIOContainer to
VFIOLegacyContainer.

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-6-mark.caveayland@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
-rw-r--r--hw/vfio/container-legacy.c (renamed from hw/vfio/container.c)0
-rw-r--r--hw/vfio/meson.build2
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/container.c b/hw/vfio/container-legacy.c
index c0f87f774a..c0f87f774a 100644
--- a/hw/vfio/container.c
+++ b/hw/vfio/container-legacy.c
diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build
index d3ed3cb7ac..62b7a7eaac 100644
--- a/hw/vfio/meson.build
+++ b/hw/vfio/meson.build
@@ -4,7 +4,7 @@ vfio_ss = ss.source_set()
 vfio_ss.add(files(
   'listener.c',
   'container-base.c',
-  'container.c',
+  'container-legacy.c',
   'helpers.c',
 ))
 vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))