]> git.ipfire.org Git - thirdparty/qemu.git/commit
Fix detached migration with exec.
authorChris Lalancette <clalance@redhat.com>
Wed, 5 Aug 2009 15:07:35 +0000 (17:07 +0200)
committerGlauber Costa <glommer@redhat.com>
Tue, 25 Aug 2009 20:28:06 +0000 (16:28 -0400)
commit0cbbf2533eead759f3cd09c473a4ed4925173276
tree105650cdbbe4a541a07bbe9eeddf1c9d6f70878b
parentf3c7245f2387d3963ed85e97f220b72e5bddc161
Fix detached migration with exec.

When trying to do detached migration with exec, I found that
the monitor wouldn't always return in a timely manner.  I
tracked this down to exec_start_outgoing_migration.  It
appeared we were setting the fd to NONBLOCK'ing, but in
point of fact we weren't.

This bugfix should also go onto the stable 0.10 branch

Signed-off-by: Chris Lalancette <clalance@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Glauber Costa <glommer@redhat.com>
migration-exec.c