migration: fix incorrect enable return path
commit62a02658525165bbe628e2931f8c1005f46f47e5
authorPeter Xu <peterx@redhat.com>
Wed, 14 Jun 2017 07:55:58 +0000 (14 15:55 +0800)
committerJuan Quintela <quintela@redhat.com>
Wed, 14 Jun 2017 09:09:38 +0000 (14 11:09 +0200)
treebe91ee619135f4e46a8a44160eb3919a3575f74c
parent68a4a2fda1e698414fc40d264c387dbce3391915
migration: fix incorrect enable return path

0425dc9 is actually v1 of that patch, but it was accidentally
merged (while there was a v2). That will cause problem when we try to
migrate to some old QEMUs when return path is not really there. Let's
fix it, then squashing this patch with 0425dc9 will be exactly patch
content of v2.

Fixes: 0425dc9 ("migration: isolate return path on src")
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/migration.c