migration: allow dst vm pause on postcopy
commitb411b844fb2e038c6ba92fd50fed3213a27c6445
authorPeter Xu <peterx@redhat.com>
Wed, 2 May 2018 10:47:20 +0000 (2 18:47 +0800)
committerJuan Quintela <quintela@redhat.com>
Tue, 15 May 2018 18:24:27 +0000 (15 20:24 +0200)
tree62a1cf5d1b36d66bdc16d97a93d50315e295077f
parentb23c2ade250718fe77b51e116f95f3c34c8a4c24
migration: allow dst vm pause on postcopy

When there is IO error on the incoming channel (e.g., network down),
instead of bailing out immediately, we allow the dst vm to switch to the
new POSTCOPY_PAUSE state. Currently it is still simple - it waits the
new semaphore, until someone poke it for another attempt.

One note is that here on ram loading thread we cannot detect the
POSTCOPY_ACTIVE state, but we need to detect the more specific
POSTCOPY_INCOMING_RUNNING state, to make sure we have already loaded all
the device states.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20180502104740.12123-5-peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c
migration/migration.h
migration/savevm.c
migration/trace-events