mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
migration: move include files to include/migration/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
83c9089e73
commit
caf71f86a3
32 changed files with 33 additions and 33 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "virtio-9p-xattr.h"
|
||||
#include "virtio-9p-coth.h"
|
||||
#include "trace.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
|
||||
int open_fd_hw;
|
||||
int total_open_fd;
|
||||
|
|
2
hw/hid.h
2
hw/hid.h
|
@ -1,7 +1,7 @@
|
|||
#ifndef QEMU_HID_H
|
||||
#define QEMU_HID_H
|
||||
|
||||
#include "vmstate.h"
|
||||
#include "migration/vmstate.h"
|
||||
|
||||
#define HID_MOUSE 1
|
||||
#define HID_TABLET 2
|
||||
|
|
4
hw/hw.h
4
hw/hw.h
|
@ -11,8 +11,8 @@
|
|||
#include "exec/ioport.h"
|
||||
#include "irq.h"
|
||||
#include "block/aio.h"
|
||||
#include "qemu-file.h"
|
||||
#include "vmstate.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qemu-log.h"
|
||||
|
||||
#ifdef NEED_CPU_H
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "pci/pci.h"
|
||||
#include "pci/msix.h"
|
||||
#include "kvm.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "event_notifier.h"
|
||||
#include "qemu-char.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "exec/memory.h"
|
||||
#include "vmstate.h"
|
||||
#include "migration/vmstate.h"
|
||||
|
||||
struct SHPCDevice {
|
||||
/* Capability offset in device's config space */
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "vmstate.h"
|
||||
#include "migration/vmstate.h"
|
||||
|
||||
/* ptimer.c */
|
||||
typedef struct ptimer_state ptimer_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue