Home
last modified time | relevance | path

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

/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst104 | RAM_SAVE_FLAG_EOS | | ... |
110 | RAM_SAVE_FLAG_EOS | | padding to next 1MB boundary |
118 | RAM_SAVE_FLAG_EOS |
/openbmc/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()
3303 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_complete()
3682 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_postcopy()
3802 case RAM_SAVE_FLAG_EOS: in ram_load_postcopy()
4128 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_precopy()
4242 case RAM_SAVE_FLAG_EOS: in ram_load_precopy()
4465 qemu_put_be64(s->postcopy_qemufile_src, RAM_SAVE_FLAG_EOS); in postcopy_preempt_shutdown_file()
/openbmc/qemu/scripts/
H A Danalyze-migration.py110 RAM_SAVE_FLAG_EOS = 0x10 variable in RamSection
212 if flags & self.RAM_SAVE_FLAG_EOS: