Searched refs:from_dst_file (Results 1 – 4 of 4) sorted by relevance
179 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()180 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()418 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()491 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()503 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()542 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()543 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()555 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()638 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()639 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()[all …]
1527 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()1529 qemu_file_shutdown(s->rp_state.from_dst_file); in migrate_fd_cancel()1718 s->rp_state.from_dst_file = NULL; in migrate_init()2288 file = ms->rp_state.from_dst_file; in migration_release_dst_files()2289 ms->rp_state.from_dst_file = NULL; in migration_release_dst_files()2314 QEMUFile *rp = ms->rp_state.from_dst_file; in source_return_path_thread()2474 ms->rp_state.from_dst_file = qemu_file_get_return_path(ms->to_dst_file); in open_return_path_on_source()2475 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()2506 if (migrate_has_error(ms) && ms->rp_state.from_dst_file) { in close_return_path_on_source()2507 qemu_file_shutdown(ms->rp_state.from_dst_file); in close_return_path_on_source()
309 QEMUFile *from_dst_file; member
4367 QEMUFile *file = s->rp_state.from_dst_file; in ram_dirty_bitmap_reload()