summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-20 13:12:24 +0200
committerJuan Quintela <quintela@redhat.com>2017-05-04 10:40:30 +0200
commitbe07b0ace82b0f23bee194de9e4481c308645376 (patch)
tree214f94653990ac6d759b2bf5fd69e00f5d3addc2 /migration/postcopy-ram.c
parent6683061873095ad3f34f73bd32553c1d2c559e82 (diff)
downloadqemu-be07b0ace82b0f23bee194de9e4481c308645376.tar.gz
migration: Move postcopy-ram.h to migration/
It is internal to migration, not intended for other users. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/postcopy-ram.c')
-rw-r--r--migration/postcopy-ram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c
index e3f4a37b46..cdadaf6578 100644
--- a/migration/postcopy-ram.c
+++ b/migration/postcopy-ram.c
@@ -20,7 +20,7 @@
#include "qemu-common.h"
#include "migration/migration.h"
-#include "migration/postcopy-ram.h"
+#include "postcopy-ram.h"
#include "sysemu/sysemu.h"
#include "sysemu/balloon.h"
#include "qemu/error-report.h"