diff options
| author | Cédric Le Goater <clg@redhat.com> | 2025-03-26 08:51:06 +0100 |
|---|---|---|
| committer | Cédric Le Goater <clg@redhat.com> | 2025-04-25 09:01:37 +0200 |
| commit | 8140d45b108c2b48960bbfb0a215f586f2d1d9e5 (patch) | |
| tree | 2fbd255fa451917467071ec89e17ef9794477c3a /hw/vfio/container.c | |
| parent | 68c07d76359589c9de2aa190d247afca7eb8cb8f (diff) | |
| download | focaccia-qemu-8140d45b108c2b48960bbfb0a215f586f2d1d9e5.tar.gz focaccia-qemu-8140d45b108c2b48960bbfb0a215f586f2d1d9e5.zip | |
vfio: Introduce new files for CPR definitions and declarations
Gather all CPR related declarations into "vfio-cpr.h" to reduce exposure
of VFIO internals in "hw/vfio/vfio-common.h". These were introduced in
commit d9fa4223b30a ("vfio: register container for cpr").
Order file list in meson.build while at it.
Cc: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Steve Sistare <steven.sistare@oracle.com>
Link: https://lore.kernel.org/qemu-devel/20250326075122.1299361-22-clg@redhat.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/container.c')
| -rw-r--r-- | hw/vfio/container.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/container.c b/hw/vfio/container.c index 3fdd5dac37..c55fe8e4be 100644 --- a/hw/vfio/container.c +++ b/hw/vfio/container.c @@ -34,6 +34,7 @@ #include "pci.h" #include "hw/vfio/vfio-container.h" #include "vfio-helpers.h" +#include "vfio-cpr.h" #define TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO TYPE_HOST_IOMMU_DEVICE "-legacy-vfio" |