summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Li <liang.z.li@intel.com>2016-01-27 14:11:05 +0800
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:48 -0600
commit11a71e3924e4664a4074b4f5dcda049c7722a58d (patch)
tree8a1efe4bd13512161c74e96f30bbd3c972c8c8fd
parent0a04aabf0f2cfc8dd86440d36b7868651593afee (diff)
downloadhqemu-11a71e3924e4664a4074b4f5dcda049c7722a58d.zip
hqemu-11a71e3924e4664a4074b4f5dcda049c7722a58d.tar.gz
migration: remove useless code.
Since 's->state' will be set in migrate_init(), there is no need to set it before calling migrate_init(). The code and the related comments can be removed. Signed-off-by: Liang Li <liang.z.li@intel.com> Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Message-Id: <1453875065-24326-1-git-send-email-liang.z.li@intel.com> Signed-off-by: Amit Shah <amit.shah@redhat.com>
-rw-r--r--migration/migration.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/migration/migration.c b/migration/migration.c
index 4971722..82604d2 100644
--- a/migration/migration.c
+++ b/migration/migration.c
@@ -1007,12 +1007,6 @@ void qmp_migrate(const char *uri, bool has_blk, bool blk,
return;
}
- /* We are starting a new migration, so we want to start in a clean
- state. This change is only needed if previous migration
- failed/was cancelled. We don't use migrate_set_state() because
- we are setting the initial state, not changing it. */
- s->state = MIGRATION_STATUS_NONE;
-
s = migrate_init(&params);
if (strstart(uri, "tcp:", &p)) {
OpenPOWER on IntegriCloud