Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dram.c389 bool last_stage; member
625 if (!rs->last_stage) { in save_xbzrle_page()
664 if (!rs->last_stage && encoded_len != 0) { in save_xbzrle_page()
1044 static void migration_bitmap_sync(RAMState *rs, bool last_stage) in migration_bitmap_sync() argument
1056 memory_global_dirty_log_sync(last_stage); in migration_bitmap_sync()
1091 static void migration_bitmap_sync_precopy(RAMState *rs, bool last_stage) in migration_bitmap_sync_precopy() argument
1104 migration_bitmap_sync(rs, last_stage); in migration_bitmap_sync_precopy()
1261 if (!rs->last_stage) { in ram_save_page()
3247 rs->last_stage = !migration_in_colo_state(); in ram_save_complete()
/openbmc/qemu/include/exec/
H A Dmemory.h948 void (*log_sync_global)(MemoryListener *listener, bool last_stage);
2503 void memory_global_dirty_log_sync(bool last_stage);
/openbmc/qemu/system/
H A Dmemory.c2255 static void memory_region_sync_dirty_bitmap(MemoryRegion *mr, bool last_stage) in memory_region_sync_dirty_bitmap() argument
2285 listener->log_sync_global(listener, last_stage); in memory_region_sync_dirty_bitmap()
2878 void memory_global_dirty_log_sync(bool last_stage) in memory_global_dirty_log_sync() argument
2880 memory_region_sync_dirty_bitmap(NULL, last_stage); in memory_global_dirty_log_sync()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c1776 static void kvm_log_sync_global(MemoryListener *l, bool last_stage) in kvm_log_sync_global() argument
1792 if (s->kvm_dirty_ring_with_bitmap && last_stage && in kvm_log_sync_global()