Lines Matching full:resume
92 MIG_RP_MSG_RESUME_ACK, /* tell source that we are ready to resume */
2053 static bool migrate_prepare(MigrationState *s, bool resume, Error **errp) in migrate_prepare() argument
2055 if (resume) { in migrate_prepare()
2057 error_setg(errp, "Cannot resume if there is no " in migrate_prepare()
2083 /* This is a resume, skip init status */ in migrate_prepare()
2185 bool has_resume, bool resume, Error **errp) in qmp_migrate() argument
2240 resume_requested = has_resume && resume; in qmp_migrate()
3138 * ready for the migration resume. in postcopy_do_resume()
3149 * we do it after resume prepare to make sure the main channel will be in postcopy_do_resume()
3162 * Last handshake with destination on the resume (destination will in postcopy_do_resume()
3189 * re-created when we resume. in postcopy_pause()
3229 /* Do the resume logic */ in postcopy_pause()
3424 MIG_ITERATE_RESUME, /* Resume current iteration */
3932 bool resume = (s->state == MIGRATION_STATUS_POSTCOPY_RECOVER_SETUP); in migration_connect() local
3945 if (resume) { in migration_connect()
3947 * Don't do cleanup for resume if channel is invalid, but only dump in migration_connect()
3960 if (resume) { in migration_connect()
3997 if (resume) { in migration_connect()