Searched refs:to_dst_file (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/migration/ |
H A D | migration.c | 1412 tmp = s->to_dst_file; in migrate_fd_cleanup() 1413 s->to_dst_file = NULL; in migrate_fd_cleanup() 1481 assert(s->to_dst_file == NULL); in migrate_fd_error() 1537 if (s->to_dst_file) { in migrate_fd_cancel() 1538 qemu_file_shutdown(s->to_dst_file); in migrate_fd_cancel() 1681 s->to_dst_file = NULL; in migrate_init() 1897 if (ms->to_dst_file) { in qmp_migrate_pause() 1898 ret = qemu_file_shutdown(ms->to_dst_file); in qmp_migrate_pause() 2439 ms->rp_state.from_dst_file = qemu_file_get_return_path(ms->to_dst_file); in open_return_path_on_source() 2550 qemu_savevm_state_complete_precopy(ms->to_dst_file, true, false); in postcopy_start() [all …]
|
H A D | colo.c | 176 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 D | channel.c | 88 s->to_dst_file = f; in migration_channel_connect()
|
H A D | migration.h | 275 QEMUFile *to_dst_file; member
|
H A D | options.c | 1302 if (s->to_dst_file && !migration_in_postcopy()) { in migrate_params_apply() 1341 if (s->to_dst_file && migration_in_postcopy()) { in migrate_params_apply()
|
H A D | postcopy-ram.c | 1501 qemu_savevm_send_postcopy_ram_discard(ms->to_dst_file, in postcopy_discard_send_range() 1521 qemu_savevm_send_postcopy_ram_discard(ms->to_dst_file, in postcopy_discard_send_finish()
|
H A D | ram.c | 4333 QEMUFile *file = s->to_dst_file; in ram_dirty_bitmap_sync_all() 4459 ram_state_resume_prepare(rs, s->to_dst_file); in ram_resume_prepare()
|
H A D | savevm.c | 1700 ms->to_dst_file = f; in qemu_savevm_state() 1734 ms->to_dst_file = NULL; in qemu_savevm_state()
|
H A D | rdma.c | 4175 s->to_dst_file = rdma_new_output(rdma); in rdma_start_outgoing_migration()
|