Home
last modified time | relevance | path

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

12

/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dsavevm.h69 bool in_postcopy, bool inactivate_disks);
H A Dsavevm.c1319 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1320 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1363 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1370 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1398 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1449 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1472 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1482 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1483 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1493 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3570 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3581 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3589 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dsavevm.h69 bool in_postcopy, bool inactivate_disks);
H A Dsavevm.c1318 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1319 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1362 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1369 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1397 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1448 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1471 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1481 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1482 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1492 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3508 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3519 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3527 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dsavevm.h69 bool in_postcopy, bool inactivate_disks);
H A Dsavevm.c1319 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1320 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1363 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1370 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1398 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1449 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1472 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1482 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1483 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1493 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3543 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3554 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3562 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dsavevm.c1268 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1269 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1312 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1319 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1348 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1398 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1421 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1431 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1432 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1442 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3139 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3150 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3158 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
H A Dtrace-events300 dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d"
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dsavevm.c1268 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1269 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1312 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1319 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1348 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1398 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1421 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1431 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1432 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1442 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3139 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3150 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3158 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
H A Dtrace-events300 dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d"
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dsavevm.c1278 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1279 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1322 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1329 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1358 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1408 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1431 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1441 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1442 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1452 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3253 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3264 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3272 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
H A Dtrace-events305 dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d"
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dsavevm.c1278 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1279 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1322 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1329 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1358 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1408 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1431 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1441 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1442 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1452 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3252 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3263 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3271 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dsavevm.c1277 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1278 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1321 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable() argument
1328 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy_iterable()
1357 bool in_postcopy, in qemu_savevm_state_complete_precopy_non_iterable() argument
1407 if (!in_postcopy) { in qemu_savevm_state_complete_precopy_non_iterable()
1430 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1440 if (!in_postcopy || iterable_only) { in qemu_savevm_state_complete_precopy()
1441 ret = qemu_savevm_state_complete_precopy_iterable(f, in_postcopy); in qemu_savevm_state_complete_precopy()
1451 ret = qemu_savevm_state_complete_precopy_non_iterable(f, in_postcopy, in qemu_savevm_state_complete_precopy()
H A Dmigration.c3381 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
3392 if (!in_postcopy && pend_pre <= s->threshold_size && in migration_iteration_run()
3400 qemu_savevm_state_iterate(s->to_dst_file, in_postcopy); in migration_iteration_run()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dsavevm.c1124 bool in_postcopy = migration_in_postcopy(); in should_send_vmdesc() local
1125 return !machine->suppress_vmdesc && !in_postcopy; in should_send_vmdesc()
1174 bool in_postcopy = migration_in_postcopy(); in qemu_savevm_state_complete_precopy() local
1182 (in_postcopy && se->ops->has_postcopy && in qemu_savevm_state_complete_precopy()
1184 (in_postcopy && !iterable_only) || in qemu_savevm_state_complete_precopy()
1253 if (!in_postcopy) { in qemu_savevm_state_complete_precopy()
H A Dmigration.c2892 bool in_postcopy = s->state == MIGRATION_STATUS_POSTCOPY_ACTIVE; in migration_iteration_run() local
2903 if (migrate_postcopy() && !in_postcopy && in migration_iteration_run()
H A Dtrace-events278 dirty_bitmap_save_iterate(int in_postcopy) "in postcopy: %d"

12