Searched refs:in_postcopy (Results 1 – 4 of 4) sorted by relevance
71 bool in_postcopy, bool inactivate_disks);
1430 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local1431 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()1474 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument1482 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()1517 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument1562 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()1591 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local1601 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()1602 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()1612 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
3220 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local3240 if (!in_postcopy && must_precopy <= s->threshold_size && can_switchover && in migration_iteration_run()3250 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
348 dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d"