migration: assert colo instead of check
commit0d649a0e95b46fab94090f852a43c72d2621ebb9
authorPeter Xu <peterx@redhat.com>
Wed, 3 Jan 2018 12:20:05 +0000 (3 20:20 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 15 Jan 2018 11:48:06 +0000 (15 12:48 +0100)
treeff5f9ac0849782c3921af2675ed37dc71a87b892
parent1f8956041ad3851c28f0e3f6ee023d3bcc55ca50
migration: assert colo instead of check

When reaching here if we are still "active" it means we must be in colo
state.  After a quick discussion offlist, we decided to use the safer
error_report().

Finally I want to use "switch" here rather than lots of complicated if
clauses.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c