Home
last modified time | relevance | path

Searched refs:RAM_SAVE_FLAG_EOS (Results 1 – 3 of 3) sorted by relevance

/qemu/docs/devel/migration/
H A Dmapped-ram.rst100 | RAM_SAVE_FLAG_EOS | | ... |
106 | RAM_SAVE_FLAG_EOS | | padding to next 1MB boundary |
114 | RAM_SAVE_FLAG_EOS |
/qemu/migration/
H A Dram.c88 #define RAM_SAVE_FLAG_EOS 0x10 macro
3079 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_setup()
3220 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_iterate()
3307 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_complete()
3686 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_postcopy()
3806 case RAM_SAVE_FLAG_EOS: in ram_load_postcopy()
4132 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_precopy()
4246 case RAM_SAVE_FLAG_EOS: in ram_load_precopy()
4469 qemu_put_be64(s->postcopy_qemufile_src, RAM_SAVE_FLAG_EOS); in postcopy_preempt_shutdown_file()
/qemu/scripts/
H A Danalyze-migration.py110 RAM_SAVE_FLAG_EOS = 0x10 variable in RamSection
212 if flags & self.RAM_SAVE_FLAG_EOS: