summary refs log tree commit diff stats
path: root/hw/vfio/cpr.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/cpr.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/cpr.c')
-rw-r--r--hw/vfio/cpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/cpr.c b/hw/vfio/cpr.c
index 3214184f97..0210e76a10 100644
--- a/hw/vfio/cpr.c
+++ b/hw/vfio/cpr.c
@@ -8,9 +8,9 @@
 #include "qemu/osdep.h"
 #include "hw/vfio/vfio-device.h"
 #include "migration/misc.h"
+#include "hw/vfio/vfio-cpr.h"
 #include "qapi/error.h"
 #include "system/runstate.h"
-#include "vfio-cpr.h"
 
 static int vfio_cpr_reboot_notifier(NotifierWithReturn *notifier,
                                     MigrationEvent *e, Error **errp)