summaryrefslogtreecommitdiff
path: root/migration/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/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/ram.c')
-rw-r--r--migration/ram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/ram.c b/migration/ram.c
index 1f03469c13..4918c11576 100644
--- a/migration/ram.c
+++ b/migration/ram.c
@@ -36,7 +36,7 @@
#include "qemu/timer.h"
#include "qemu/main-loop.h"
#include "migration/migration.h"
-#include "migration/postcopy-ram.h"
+#include "postcopy-ram.h"
#include "exec/address-spaces.h"
#include "migration/page_cache.h"
#include "qemu/error-report.h"