Home
last modified time | relevance | path

Searched refs:start_postcopy (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-postcopy-test118 def start_postcopy(self): member in TestDirtyBitmapPostcopyMigration
173 self.start_postcopy()
218 self.start_postcopy()
252 self.start_postcopy()
/openbmc/qemu/migration/
H A Dmigration.h368 bool start_postcopy; member
H A Dmigration.c1369 qatomic_set(&s->start_postcopy, true); in qmp_migrate_start_postcopy()
1689 s->start_postcopy = false; in migrate_init()
3241 qatomic_read(&s->start_postcopy)) { in migration_iteration_run()