Home
last modified time | relevance | path

Searched refs:RAM_SAVE_FLAG_EOS (Results 1 – 4 of 4) 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.h58 #define RAM_SAVE_FLAG_EOS 0x010 macro
H A Dram.c3129 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_setup()
3268 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_iterate()
3359 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_complete()
3743 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_postcopy()
3860 case RAM_SAVE_FLAG_EOS: in ram_load_postcopy()
4179 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_precopy()
4293 case RAM_SAVE_FLAG_EOS: in ram_load_precopy()
4546 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_postcopy_prepare()
4553 qemu_put_be64(s->postcopy_qemufile_src, RAM_SAVE_FLAG_EOS); in postcopy_preempt_shutdown_file()
/openbmc/qemu/scripts/
H A Danalyze-migration.py113 RAM_SAVE_FLAG_EOS = 0x10 variable in RamSection
215 if flags & self.RAM_SAVE_FLAG_EOS: