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.h99 POSTCOPY_INCOMING_LISTENING, enumerator
H A Dsavevm.c2091 PostcopyState ps = postcopy_state_set(POSTCOPY_INCOMING_LISTENING); in loadvm_postcopy_handle_listen()
2187 if (ps != POSTCOPY_INCOMING_LISTENING) { in loadvm_postcopy_handle_run()
H A Dram.c3843 return ps >= POSTCOPY_INCOMING_LISTENING && ps < POSTCOPY_INCOMING_END; in postcopy_is_running()