mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
migration: eliminate s->migration_file
The indirection is useless now. Backends can open s->file directly. Reviewed-by: Orit Wasserman <owasserm@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
404a7c05bc
commit
b352365f5a
6 changed files with 11 additions and 56 deletions
|
|
@ -36,9 +36,7 @@ struct MigrationState
|
|||
size_t xfer_limit;
|
||||
QemuThread thread;
|
||||
QEMUBH *cleanup_bh;
|
||||
|
||||
QEMUFile *file;
|
||||
QEMUFile *migration_file;
|
||||
|
||||
int state;
|
||||
MigrationParams params;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue