mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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>
This commit is contained in:
committed by
Cédric Le Goater
parent
a3bcae62b6
commit
dcce51b193
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
vfio_ss = ss.source_set()
|
vfio_ss = ss.source_set()
|
||||||
vfio_ss.add(files(
|
vfio_ss.add(files(
|
||||||
'listener.c',
|
'listener.c',
|
||||||
'container-base.c',
|
'container.c',
|
||||||
'container-legacy.c',
|
'container-legacy.c',
|
||||||
'helpers.c',
|
'helpers.c',
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user