• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン01ee5e355620ab1cc356964472f89cfb89cddc6d (tree)
日時2022-01-28 23:38:23
作者Zhang Chen <chen.zhang@inte...>
コミッターJuan Quintela

ログメッセージ

migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished

The MIGRATION_STATUS_ACTIVE indicates that migration is running.
Remove it to be handled by the default operation,
It should be part of the unknown ending states.

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>

変更サマリ

差分

--- a/migration/migration.c
+++ b/migration/migration.c
@@ -3625,12 +3625,6 @@ static void migration_iteration_finish(MigrationState *s)
36253625 "COLO enabled", __func__);
36263626 }
36273627 migrate_start_colo_process(s);
3628- /* Fallthrough */
3629- case MIGRATION_STATUS_ACTIVE:
3630- /*
3631- * We should really assert here, but since it's during
3632- * migration, let's try to reduce the usage of assertions.
3633- */
36343628 s->vm_was_running = true;
36353629 /* Fallthrough */
36363630 case MIGRATION_STATUS_FAILED: