mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -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:
parent
e4ed1541ac
commit
0d82d0e8b9
5 changed files with 235 additions and 282 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue