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 …]
1512 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()1514 qemu_file_shutdown(s->rp_state.from_dst_file); in migrate_fd_cancel()1683 s->rp_state.from_dst_file = NULL; in migrate_init()2253 file = ms->rp_state.from_dst_file; in migration_release_dst_files()2254 ms->rp_state.from_dst_file = NULL; in migration_release_dst_files()2279 QEMUFile *rp = ms->rp_state.from_dst_file; in source_return_path_thread()2439 ms->rp_state.from_dst_file = qemu_file_get_return_path(ms->to_dst_file); in open_return_path_on_source()2440 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()2471 if (migrate_has_error(ms) && ms->rp_state.from_dst_file) { in close_return_path_on_source()2472 qemu_file_shutdown(ms->rp_state.from_dst_file); in close_return_path_on_source()
323 QEMUFile *from_dst_file; member
4368 QEMUFile *file = s->rp_state.from_dst_file; in ram_dirty_bitmap_reload()