mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
ram: Rename flush_page_queue() to migration_page_queue_free()
It reflects better what it does. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
parent
3d0684b2ad
commit
5e58f968f4
3 changed files with 5 additions and 4 deletions
|
@ -955,7 +955,7 @@ static void migrate_fd_cleanup(void *opaque)
|
|||
qemu_bh_delete(s->cleanup_bh);
|
||||
s->cleanup_bh = NULL;
|
||||
|
||||
flush_page_queue(s);
|
||||
migration_page_queue_free(s);
|
||||
|
||||
if (s->to_dst_file) {
|
||||
trace_migrate_fd_cleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue