summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-17 20:26:27 +0200
committerJuan Quintela <quintela@redhat.com>2017-06-01 18:49:23 +0200
commit7b1e1a2202a492d492d4fb8ef25a5e648daed774 (patch)
tree88063c89354b10f351ca76f5de834d746f28d3e6 /migration/postcopy-ram.c
parent5e22479ae241965575318ec081c26c907bfc3210 (diff)
downloadqemu-7b1e1a2202a492d492d4fb8ef25a5e648daed774.tar.gz
migration: Export ram.c functions in its own file
All functions are internal except for ram_mig_init(). Create migration/misc.h for this kind of functions. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c
index 71f4389659..9c4188724e 100644
--- a/migration/postcopy-ram.c
+++ b/migration/postcopy-ram.c
@@ -24,6 +24,7 @@
#include "qemu-file.h"
#include "savevm.h"
#include "postcopy-ram.h"
+#include "ram.h"
#include "sysemu/sysemu.h"
#include "sysemu/balloon.h"
#include "qemu/error-report.h"