aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/meson.build
diff options
context:
space:
mode:
authorEric Auger <eric.auger@redhat.com>2023-11-02 15:12:29 +0800
committerCédric Le Goater <clg@redhat.com>2023-12-19 19:03:38 +0100
commitb08501a999e2448f500a46d68da503be55186b04 (patch)
tree7c619a404cefa66c4fd7d4096e6d027026272d02 /hw/vfio/meson.build
parentd24668579184f4098779983724ec74cd3db62e10 (diff)
downloadqemu-b08501a999e2448f500a46d68da503be55186b04.zip
qemu-b08501a999e2448f500a46d68da503be55186b04.tar.gz
qemu-b08501a999e2448f500a46d68da503be55186b04.tar.bz2
vfio/container: Switch to dma_map|unmap API
No functional change intended. Signed-off-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Yi Liu <yi.l.liu@intel.com> Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/meson.build')
-rw-r--r--hw/vfio/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/meson.build b/hw/vfio/meson.build
index 2a6912c..eb6ce62 100644
--- a/hw/vfio/meson.build
+++ b/hw/vfio/meson.build
@@ -2,6 +2,7 @@ vfio_ss = ss.source_set()
vfio_ss.add(files(
'helpers.c',
'common.c',
+ 'container-base.c',
'container.c',
'spapr.c',
'migration.c',