summary refs log tree commit diff stats
path: root/hw/vfio/container.c
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2025-05-29 12:24:04 -0700
committerCédric Le Goater <clg@redhat.com>2025-06-05 10:40:38 +0200
commit3ed34463a2d8ab8aabfa1d612f12b56600c87983 (patch)
tree9d39bf0bcc64e69a5d1b103dc5122ba6b4de44b8 /hw/vfio/container.c
parent2372f8d94ae27b1b8a1c5704c668baabd48d1c99 (diff)
downloadfocaccia-qemu-3ed34463a2d8ab8aabfa1d612f12b56600c87983.tar.gz
focaccia-qemu-3ed34463a2d8ab8aabfa1d612f12b56600c87983.zip
vfio: move vfio-cpr.h
Move vfio-cpr.h to include/hw/vfio, because it will need to be included by
other files there.

Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Link: https://lore.kernel.org/qemu-devel/1748546679-154091-9-git-send-email-steven.sistare@oracle.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/vfio/container.c')
-rw-r--r--hw/vfio/container.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/container.c b/hw/vfio/container.c
index a8c76eb481..0f948d0247 100644
--- a/hw/vfio/container.c
+++ b/hw/vfio/container.c
@@ -33,8 +33,8 @@
 #include "qapi/error.h"
 #include "pci.h"
 #include "hw/vfio/vfio-container.h"
+#include "hw/vfio/vfio-cpr.h"
 #include "vfio-helpers.h"
-#include "vfio-cpr.h"
 #include "vfio-listener.h"
 
 #define TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO TYPE_HOST_IOMMU_DEVICE "-legacy-vfio"