mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user