aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/meson.build
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2024-02-22 09:28:37 -0800
committerCédric Le Goater <clg@redhat.com>2024-03-08 22:10:13 +0100
commitd9fa4223b30ab881cc2f506fda1fc6a86aad5529 (patch)
tree1b27db01aebfe377e7f07abbaa843d3d3872e3de /hw/vfio/meson.build
parentcbccded4a2b5d685a426a437e25f67d3a375b292 (diff)
downloadqemu-d9fa4223b30ab881cc2f506fda1fc6a86aad5529.zip
qemu-d9fa4223b30ab881cc2f506fda1fc6a86aad5529.tar.gz
qemu-d9fa4223b30ab881cc2f506fda1fc6a86aad5529.tar.bz2
vfio: register container for cpr
Define entry points to perform per-container cpr-specific initialization and teardown. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-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 bb98493..bba776f 100644
--- a/hw/vfio/meson.build
+++ b/hw/vfio/meson.build
@@ -5,6 +5,7 @@ vfio_ss.add(files(
'container-base.c',
'container.c',
'migration.c',
+ 'cpr.c',
))
vfio_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr.c'))
vfio_ss.add(when: 'CONFIG_IOMMUFD', if_true: files(