Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dsavevm.h71 bool in_postcopy, bool inactivate_disks);
H A Dsavevm.c1430 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1431 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() argument
1482 (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() argument
1562 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1591 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1601 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()
H A Dmigration.c3220 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3240 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()
H A Dtrace-events348 dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d"