Home
last modified time | relevance | path

Searched refs:postcopy_qemufile_src (Results 1 – 4 of 4) sorted by relevance

/qemu/migration/
H A Dmigration.h263 QEMUFile *postcopy_qemufile_src; member
H A Dmigration.c2227 if (ms->postcopy_qemufile_src) { in migration_release_dst_files()
2228 migration_ioc_unregister_yank_from_file(ms->postcopy_qemufile_src); in migration_release_dst_files()
2229 qemu_file_shutdown(ms->postcopy_qemufile_src); in migration_release_dst_files()
2230 qemu_fclose(ms->postcopy_qemufile_src); in migration_release_dst_files()
2231 ms->postcopy_qemufile_src = NULL; in migration_release_dst_files()
3027 s->postcopy_qemufile_src, in migration_detect_error()
H A Dpostcopy-ram.c1633 s->postcopy_qemufile_src = qemu_file_new_output(ioc); in postcopy_preempt_send_channel_done()
1712 return s->postcopy_qemufile_src ? 0 : -1; in postcopy_preempt_establish_channel()
H A Dram.c1942 pss->pss_channel = migrate_get_current()->postcopy_qemufile_src; in ram_save_queue_pages()
4469 qemu_put_be64(s->postcopy_qemufile_src, RAM_SAVE_FLAG_EOS); in postcopy_preempt_shutdown_file()
4470 qemu_fflush(s->postcopy_qemufile_src); in postcopy_preempt_shutdown_file()