Fix detached migration with exec.
commita5435be94307d08d143b2b4c2ee68055cd10cf58
authorChris Lalancette <clalance@redhat.com>
Wed, 5 Aug 2009 15:07:35 +0000 (5 17:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 02:23:39 +0000 (27 21:23 -0500)
tree15e4a5b733556102cad6b88a8a3133b6952edb25
parent1ad32e3f44835f9e231d502fdd93a3f627b0b648
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>
migration-exec.c