summaryrefslogtreecommitdiff
path: root/migration/savevm.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-20 18:52:18 +0200
committerJuan Quintela <quintela@redhat.com>2017-06-01 18:49:22 +0200
commit08a0aee15cba50bd082770b7596e75023163fe87 (patch)
tree21ee845d9cc0cd14e6731e13ee801c69721acbe0 /migration/savevm.c
parent107da9acb5f2ec99dc5cb70041245a53e16bfcbd (diff)
downloadqemu-08a0aee15cba50bd082770b7596e75023163fe87.tar.gz
migration: Split qemu-file.h
Split the file into public and internal interfaces. I have to rename the external one because we can't have two include files with the same name in the same directory. Build system gets confused. The only exported functions are the ones that handle basic types. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/savevm.c')
-rw-r--r--migration/savevm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/savevm.c b/migration/savevm.c
index 2d1d4bc213..bb3f9ec1dd 100644
--- a/migration/savevm.c
+++ b/migration/savevm.c
@@ -36,6 +36,7 @@
#include "qemu/timer.h"
#include "migration/migration.h"
#include "qemu-file-channel.h"
+#include "qemu-file.h"
#include "savevm.h"
#include "postcopy-ram.h"
#include "qapi/qmp/qerror.h"