migration: move include files to include/migration/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
83c9089e73
commit
caf71f86a3
@ -39,12 +39,12 @@
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/audiodev.h"
|
||||
#include "kvm.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "hw/smbios.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/pcspk.h"
|
||||
#include "qemu/page_cache.h"
|
||||
#include "migration/page_cache.h"
|
||||
#include "qemu-config.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "trace.h"
|
||||
|
@ -18,8 +18,8 @@
|
||||
#include "hw/hw.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "block-migration.h"
|
||||
#include "migration.h"
|
||||
#include "migration/block.h"
|
||||
#include "migration/migration.h"
|
||||
#include "blockdev.h"
|
||||
#include <assert.h>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "module.h"
|
||||
#include <zlib.h>
|
||||
#include "block/aes.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
|
||||
/**************************************************************/
|
||||
/* QEMU COW block driver with compression and encryption support */
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "trace.h"
|
||||
#include "qed.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
|
||||
static void qed_aio_cancel(BlockDriverAIOCB *blockacb)
|
||||
{
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "qemu-common.h"
|
||||
#include "block/block_int.h"
|
||||
#include "module.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
|
||||
#if defined(CONFIG_UUID)
|
||||
#include <uuid/uuid.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "qemu-common.h"
|
||||
#include "block/block_int.h"
|
||||
#include "module.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include <zlib.h>
|
||||
|
||||
#define VMDK3_MAGIC (('C' << 24) | ('O' << 16) | ('W' << 8) | 'D')
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "qemu-common.h"
|
||||
#include "block/block_int.h"
|
||||
#include "module.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#if defined(CONFIG_UUID)
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "qemu-common.h"
|
||||
#include "block/block_int.h"
|
||||
#include "module.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
|
||||
#ifndef S_IWGRP
|
||||
#define S_IWGRP 0
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define QEMU_BUFFERED_FILE_H
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
|
||||
QEMUFile *qemu_fopen_ops_buffered(MigrationState *migration_state);
|
||||
|
||||
|
@ -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;
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "qemu-common.h"
|
||||
#include "notify.h"
|
||||
#include "qapi/error.h"
|
||||
#include "vmstate.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
struct MigrationParams {
|
@ -6,7 +6,7 @@
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu-option.h"
|
||||
#include "net/queue.h"
|
||||
#include "vmstate.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
struct MACAddr {
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "block/block.h"
|
||||
#include <sys/types.h>
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "buffered_file.h"
|
||||
#include "block/block.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "block/block.h"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "block/block.h"
|
||||
|
||||
|
@ -14,13 +14,13 @@
|
||||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "buffered_file.h"
|
||||
#include "sysemu.h"
|
||||
#include "block/block.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "block-migration.h"
|
||||
#include "migration/block.h"
|
||||
#include "qmp-commands.h"
|
||||
|
||||
//#define DEBUG_MIGRATION
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "disas/disas.h"
|
||||
#include "balloon.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "kvm.h"
|
||||
#include "acl.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <strings.h>
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/page_cache.h"
|
||||
#include "migration/page_cache.h"
|
||||
|
||||
#ifdef DEBUG_CACHE
|
||||
#define DPRINTF(fmt, ...) \
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "monitor/monitor.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "qemu-log.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "main-loop.h"
|
||||
#include "sysemu.h"
|
||||
#include "qemu_socket.h"
|
||||
|
2
savevm.c
2
savevm.c
@ -77,7 +77,7 @@
|
||||
#include "sysemu.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "audio/audio.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "qemu_socket.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-timer.h"
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "notify.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "hw/hw.h"
|
||||
#include "ui/spice-display.h"
|
||||
|
4
vl.c
4
vl.c
@ -138,10 +138,10 @@ int main(int argc, char **argv)
|
||||
#include "cache-utils.h"
|
||||
#include "blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
#include "block-migration.h"
|
||||
#include "migration/block.h"
|
||||
#include "dma.h"
|
||||
#include "audio/audio.h"
|
||||
#include "migration.h"
|
||||
#include "migration/migration.h"
|
||||
#include "kvm.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qemu-option.h"
|
||||
|
Loading…
Reference in New Issue
Block a user