Searched refs:postcopy_qemufile_src (Results 1 – 4 of 4) sorted by relevance
277 QEMUFile *postcopy_qemufile_src; member
2262 if (ms->postcopy_qemufile_src) { in migration_release_dst_files()2263 migration_ioc_unregister_yank_from_file(ms->postcopy_qemufile_src); in migration_release_dst_files()2264 qemu_file_shutdown(ms->postcopy_qemufile_src); in migration_release_dst_files()2265 qemu_fclose(ms->postcopy_qemufile_src); in migration_release_dst_files()2266 ms->postcopy_qemufile_src = NULL; in migration_release_dst_files()3062 s->postcopy_qemufile_src, in migration_detect_error()
1608 s->postcopy_qemufile_src = qemu_file_new_output(ioc); in postcopy_preempt_send_channel_done()1687 return s->postcopy_qemufile_src ? 0 : -1; in postcopy_preempt_establish_channel()
1941 pss->pss_channel = migrate_get_current()->postcopy_qemufile_src; in ram_save_queue_pages()4466 qemu_put_be64(s->postcopy_qemufile_src, RAM_SAVE_FLAG_EOS); in postcopy_preempt_shutdown_file()4467 qemu_fflush(s->postcopy_qemufile_src); in postcopy_preempt_shutdown_file()