mirror of https://gitee.com/openkylin/qemu.git
migration: include qemu-file.h
They don't use/know anything about buffered-file. Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
24ea1e4b4b
commit
557ec5a001
|
@ -18,7 +18,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "block/block.h"
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "qemu/sockets.h"
|
||||
#include "migration/migration.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "buffered_file.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "block/block.h"
|
||||
#include "qemu/sockets.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "block/block.h"
|
||||
|
||||
//#define DEBUG_MIGRATION_TCP
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "migration/migration.h"
|
||||
#include "buffered_file.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "block/block.h"
|
||||
|
||||
//#define DEBUG_MIGRATION_UNIX
|
||||
|
|
Loading…
Reference in New Issue