mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
migration: Inline qemu_fopen_ops_buffered into migrate_fd_connect
Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
0e288fa369
commit
2e45086533
2 changed files with 3 additions and 10 deletions
|
@ -127,6 +127,4 @@ int migrate_use_xbzrle(void);
|
|||
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