Searched refs:RAM_SAVE_FLAG_EOS (Results 1 – 4 of 4) sorted by relevance
104 | RAM_SAVE_FLAG_EOS | | ... |110 | RAM_SAVE_FLAG_EOS | | padding to next 1MB boundary |118 | RAM_SAVE_FLAG_EOS |
58 #define RAM_SAVE_FLAG_EOS 0x010 macro
3207 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_iterate() 3346 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in ram_save_complete() 3437 qemu_put_be64(f, RAM_SAVE_FLAG_EOS); in load_xbzrle() 3822 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_postcopy() 3939 case RAM_SAVE_FLAG_EOS: in colo_flush_ram_cache() 4315 while (!ret && !(flags & RAM_SAVE_FLAG_EOS)) { in ram_load_precopy() 4429 case RAM_SAVE_FLAG_EOS: in ram_dirty_bitmap_reload() 4671 * or RAM_SAVE_FLAG_EOS), and such message would guarantee that4682 qemu_put_be64(f, RAM_SAVE_FLAG_EOS);4689 qemu_put_be64(s->postcopy_qemufile_src, RAM_SAVE_FLAG_EOS);[all...]
113 RAM_SAVE_FLAG_EOS = 0x10 variable in RamSection215 if flags & self.RAM_SAVE_FLAG_EOS: