Searched refs:to_dst_file (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/migration/ |
H A D | migration.c | 1418 if (s->to_dst_file) { in migrate_fd_cleanup() 1431 tmp = s->to_dst_file; in migrate_fd_cleanup() 1432 s->to_dst_file = NULL; in migrate_fd_cleanup() 1496 assert(s->to_dst_file == NULL); in migrate_fd_error() 1552 if (s->to_dst_file) { in migrate_fd_cancel() 1716 s->to_dst_file = NULL; in migrate_init() 1932 if (ms->to_dst_file) { in qmp_migrate_pause() 3020 assert(s->to_dst_file); in postcopy_pause() 3023 file = s->to_dst_file; in postcopy_pause() 3024 s->to_dst_file = NULL; in postcopy_pause() [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 | 261 QEMUFile *to_dst_file; member
|
H A D | options.c | 1294 if (s->to_dst_file && !migration_in_postcopy()) { in migrate_params_apply() 1330 if (s->to_dst_file && migration_in_postcopy()) { in migrate_params_apply()
|
H A D | postcopy-ram.c | 1526 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 D | ram.c | 4332 QEMUFile *file = s->to_dst_file; in ram_dirty_bitmap_sync_all() 4458 ram_state_resume_prepare(rs, s->to_dst_file); in ram_resume_prepare()
|
H A D | savevm.c | 1719 ms->to_dst_file = f; in qemu_savevm_state() 1753 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()
|