Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.h277 QEMUFile *postcopy_qemufile_src; member
H A Dmigration.c2262 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()
H A Dpostcopy-ram.c1608 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()
H A Dram.c1941 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()