Home
last modified time | relevance | path

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

/qemu/migration/
H A Dpostcopy-ram.h195 int postcopy_preempt_establish_channel(MigrationState *s);
H A Dmigration.c2472 if (postcopy_preempt_establish_channel(ms)) { in postcopy_start()
2902 ret = postcopy_preempt_establish_channel(s); in postcopy_do_resume()
H A Dpostcopy-ram.c1690 int postcopy_preempt_establish_channel(MigrationState *s) in postcopy_preempt_establish_channel() function