aboutsummaryrefslogtreecommitdiff
path: root/migration
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-08-12 07:23:46 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-08-16 13:31:52 +0200
commitd4842052100a3b44167e34ebdce0e7b3bf7512cf (patch)
tree1843d364e16c6c272b97ca6870fb31d6992ed2a3 /migration
parentd6454270575da1f16a8923c7cb240e46ef243f72 (diff)
downloadqemu-d4842052100a3b44167e34ebdce0e7b3bf7512cf.zip
qemu-d4842052100a3b44167e34ebdce0e7b3bf7512cf.tar.gz
qemu-d4842052100a3b44167e34ebdce0e7b3bf7512cf.tar.bz2
Include exec/memory.h slightly less
Drop unnecessary inclusions from headers. Downgrade a few more to exec/hwaddr.h. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190812052359.30071-17-armbru@redhat.com>
Diffstat (limited to 'migration')
-rw-r--r--migration/colo.c1
-rw-r--r--migration/migration.h1
-rw-r--r--migration/postcopy-ram.c1
-rw-r--r--migration/rdma.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/migration/colo.c b/migration/colo.c
index 9f84b1f..0b5b620 100644
--- a/migration/colo.c
+++ b/migration/colo.c
@@ -23,6 +23,7 @@
#include "io/channel-buffer.h"
#include "trace.h"
#include "qemu/error-report.h"
+#include "qemu/rcu.h"
#include "migration/failover.h"
#ifdef CONFIG_REPLICATION
#include "replication.h"
diff --git a/migration/migration.h b/migration/migration.h
index 26f01d0..a7882af 100644
--- a/migration/migration.h
+++ b/migration/migration.h
@@ -14,6 +14,7 @@
#ifndef QEMU_MIGRATION_H
#define QEMU_MIGRATION_H
+#include "exec/cpu-common.h"
#include "qapi/qapi-types-migration.h"
#include "qemu/thread.h"
#include "qemu/coroutine_int.h"
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c
index 9faacac..56054d0 100644
--- a/migration/postcopy-ram.c
+++ b/migration/postcopy-ram.c
@@ -25,6 +25,7 @@
#include "ram.h"
#include "qapi/error.h"
#include "qemu/notify.h"
+#include "qemu/rcu.h"
#include "sysemu/sysemu.h"
#include "sysemu/balloon.h"
#include "qemu/error-report.h"
diff --git a/migration/rdma.c b/migration/rdma.c
index 3036221..b0e27b6 100644
--- a/migration/rdma.c
+++ b/migration/rdma.c
@@ -25,6 +25,7 @@
#include "qemu/error-report.h"
#include "qemu/main-loop.h"
#include "qemu/module.h"
+#include "qemu/rcu.h"
#include "qemu/sockets.h"
#include "qemu/bitmap.h"
#include "qemu/coroutine.h"