diff options
| author | Mark Cave-Ayland <mark.caveayland@nutanix.com> | 2025-09-25 12:31:14 +0100 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2025-09-25 17:55:19 +0200 |
| commit | dcce51b19385ea65ac6db295204716a9eb311fbf (patch) | |
| tree | 634ce7efdd40ff48f2ed9d6aa2fcf1854ce862fa | |
| parent | a3bcae62b6a161dea4521f254f19c5a8551c28af (diff) | |
| download | focaccia-qemu-dcce51b19385ea65ac6db295204716a9eb311fbf.tar.gz focaccia-qemu-dcce51b19385ea65ac6db295204716a9eb311fbf.zip | |
hw/vfio/container-base.c: rename file to container.c
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>
| -rw-r--r-- | hw/vfio/container.c (renamed from hw/vfio/container-base.c) | 0 | ||||
| -rw-r--r-- | hw/vfio/meson.build | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/container-base.c b/hw/vfio/container.c index 250b20f424..250b20f424 100644 --- a/hw/vfio/container-base.c +++ b/hw/vfio/container.c diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build index 62b7a7eaac..82f68698fb 100644 --- a/hw/vfio/meson.build +++ b/hw/vfio/meson.build @@ -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', )) |