migration: move buffered_file.c code into migration.c

This only moves the code (also from buffered_file.h to migration.h).
Fix whitespace until checkpatch is happy.

Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
Juan Quintela 2012-10-03 14:18:33 +02:00
parent e4ed1541ac
commit 0d82d0e8b9
5 changed files with 235 additions and 282 deletions

View file

@ -129,4 +129,5 @@ int64_t migrate_xbzrle_cache_size(void);
int64_t xbzrle_cache_resize(int64_t new_size);
void qemu_fopen_ops_buffered(MigrationState *migration_state);
#endif