|
@@ -16,7 +16,6 @@
|
|
|
#include "qemu/osdep.h"
|
|
|
#include "qemu/cutils.h"
|
|
|
#include "qemu/error-report.h"
|
|
|
-#include "qemu/main-loop.h"
|
|
|
#include "migration/blocker.h"
|
|
|
#include "exec.h"
|
|
|
#include "fd.h"
|
|
@@ -30,11 +29,9 @@
|
|
|
#include "qemu-file-channel.h"
|
|
|
#include "qemu-file.h"
|
|
|
#include "migration/vmstate.h"
|
|
|
-#include "sysemu/sysemu.h"
|
|
|
#include "block/block.h"
|
|
|
#include "qapi/qmp/qerror.h"
|
|
|
#include "qapi/util.h"
|
|
|
-#include "qemu/sockets.h"
|
|
|
#include "qemu/rcu.h"
|
|
|
#include "block.h"
|
|
|
#include "postcopy-ram.h"
|
|
@@ -42,9 +39,6 @@
|
|
|
#include "qmp-commands.h"
|
|
|
#include "trace.h"
|
|
|
#include "qapi-event.h"
|
|
|
-#include "qom/cpu.h"
|
|
|
-#include "exec/memory.h"
|
|
|
-#include "exec/address-spaces.h"
|
|
|
#include "exec/target_page.h"
|
|
|
#include "io/channel-buffer.h"
|
|
|
#include "migration/colo.h"
|