]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include: move hw/vmstate-if.h to hw/core/
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Nov 2025 07:38:30 +0000 (08:38 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 27 Dec 2025 09:11:08 +0000 (10:11 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS
hw/core/vmstate-if.c
include/hw/core/vmstate-if.h [moved from include/hw/vmstate-if.h with 100% similarity]
include/migration/register.h
include/migration/vmstate.h

index 44d84aa243ae7146da114258965c2a203d819949..5d33892c34754a8ec71f4a669a17c3e6cc5e4dec 100644 (file)
@@ -3656,7 +3656,7 @@ M: Peter Xu <peterx@redhat.com>
 M: Fabiano Rosas <farosas@suse.de>
 S: Maintained
 F: hw/core/vmstate-if.c
-F: include/hw/vmstate-if.h
+F: include/hw/core/vmstate-if.h
 F: include/migration/
 F: include/qemu/userfaultfd.h
 F: migration/
index bf453620fed43e7708d358dbc1e85d25300f5435..c39631c75864209b716ea25c3764498152fd1496 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/vmstate-if.h"
+#include "hw/core/vmstate-if.h"
 
 static const TypeInfo vmstate_if_info = {
     .name = TYPE_VMSTATE_IF,
index ae79794cdd43dfb76ab1cb48f4c4c3831bb1ba90..d0f37f5f438ed50ae25ac8bd614f3671321ca7d6 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef MIGRATION_REGISTER_H
 #define MIGRATION_REGISTER_H
 
-#include "hw/vmstate-if.h"
+#include "hw/core/vmstate-if.h"
 
 /**
  * struct SaveVMHandlers: handler structure to finely control
index a87a5efa428436c89b786ee6dc205c1fb07b3722..ed9095a4661d1ca5d42937bbf4ed365f22fac173 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef QEMU_VMSTATE_H
 #define QEMU_VMSTATE_H
 
-#include "hw/vmstate-if.h"
+#include "hw/core/vmstate-if.h"
 
 typedef struct VMStateInfo VMStateInfo;
 typedef struct VMStateField VMStateField;