Home
last modified time | relevance | path

Searched refs:to_dst_file (Results 1 – 9 of 9) sorted by relevance

/qemu/migration/
H A Dmigration.c1362 if (s->to_dst_file) { in migrate_fd_cleanup()
1375 tmp = s->to_dst_file; in migrate_fd_cleanup()
1376 s->to_dst_file = NULL; in migrate_fd_cleanup()
1437 assert(s->to_dst_file == NULL); in migrate_fd_error()
1475 if (s->to_dst_file) { in migrate_fd_cancel()
1649 s->to_dst_file = NULL; in migrate_init()
1865 if (ms->to_dst_file) { in qmp_migrate_pause()
2950 assert(s->to_dst_file); in postcopy_pause()
2953 file = s->to_dst_file; in postcopy_pause()
2954 s->to_dst_file = NULL; in postcopy_pause()
[all …]
H A Dcolo.c176 if (s->to_dst_file) { in primary_vm_do_failover()
177 qemu_file_shutdown(s->to_dst_file); in primary_vm_do_failover()
412 colo_send_message(s->to_dst_file, COLO_MESSAGE_CHECKPOINT_REQUEST, in colo_do_checkpoint_transaction()
450 colo_send_message(s->to_dst_file, COLO_MESSAGE_VMSTATE_SEND, &local_err); in colo_do_checkpoint_transaction()
471 qemu_savevm_live_state(s->to_dst_file); in colo_do_checkpoint_transaction()
479 colo_send_message_value(s->to_dst_file, COLO_MESSAGE_VMSTATE_SIZE, in colo_do_checkpoint_transaction()
485 qemu_put_buffer(s->to_dst_file, bioc->data, bioc->usage); in colo_do_checkpoint_transaction()
486 ret = qemu_fflush(s->to_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()
H A Dchannel.c88 s->to_dst_file = f; in migration_channel_connect()
H A Dmigration.h261 QEMUFile *to_dst_file; member
H A Doptions.c1263 if (s->to_dst_file && !migration_in_postcopy()) { in migrate_params_apply()
1299 if (s->to_dst_file && migration_in_postcopy()) { in migrate_params_apply()
H A Dpostcopy-ram.c1526 qemu_savevm_send_postcopy_ram_discard(ms->to_dst_file, in postcopy_discard_send_range()
1546 qemu_savevm_send_postcopy_ram_discard(ms->to_dst_file, in postcopy_discard_send_finish()
H A Dram.c4336 QEMUFile *file = s->to_dst_file; in ram_dirty_bitmap_sync_all()
4462 ram_state_resume_prepare(rs, s->to_dst_file); in ram_resume_prepare()
H A Dsavevm.c1717 ms->to_dst_file = f; in qemu_savevm_state()
1751 ms->to_dst_file = NULL; in qemu_savevm_state()
H A Drdma.c4175 s->to_dst_file = rdma_new_output(rdma); in rdma_start_outgoing_migration()