include: move hw/vmstate-if.h to hw/core/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user