OSDN Git Service

migration: unify incoming processing
authorPeter Xu <peterx@redhat.com>
Wed, 27 Jun 2018 13:22:46 +0000 (21:22 +0800)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 10 Jul 2018 11:48:53 +0000 (12:48 +0100)
commita429e7f4887313370ed2d0d3607b7e6bdcfb0e1b
treea12f56f4d054d7a2d1677a39099137f863d6c170
parent884835fa1e38066e2596224375bb35ac6686be4d
migration: unify incoming processing

This is the 2nd patch to unbreak postcopy recovery.

Let's unify the migration_incoming_process() call at a single place
rather than calling it in connection setup codes.  This fixes a problem
that we will go into incoming migration procedure even if we are trying
to recovery from a paused postcopy migration.

Fixes: 36c2f8be2c ("migration: Delay start of migration main routines")
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180627132246.5576-5-peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/exec.c
migration/fd.c
migration/migration.c
migration/socket.c