Home
last modified time | relevance | path

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

/qemu/migration/
H A Dpostcopy-ram.h101 POSTCOPY_INCOMING_LISTENING, enumerator
H A Dsavevm.c2168 PostcopyState ps = postcopy_state_set(POSTCOPY_INCOMING_LISTENING); in loadvm_postcopy_handle_listen()
2262 if (ps != POSTCOPY_INCOMING_LISTENING) { in loadvm_postcopy_handle_run()
3079 * that POSTCOPY_INCOMING_LISTENING stage is still not enough, in qemu_loadvm_state_main()
H A Dram.c3872 return ps >= POSTCOPY_INCOMING_LISTENING && ps < POSTCOPY_INCOMING_END; in postcopy_is_running()