]> Git Repo - qemu.git/commit
migration: fix incorrect enable return path
authorPeter Xu <[email protected]>
Wed, 14 Jun 2017 07:55:58 +0000 (15:55 +0800)
committerJuan Quintela <[email protected]>
Wed, 14 Jun 2017 09:09:38 +0000 (11:09 +0200)
commit62a02658525165bbe628e2931f8c1005f46f47e5
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 <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
migration/migration.c
This page took 0.022875 seconds and 4 git commands to generate.