]> git.proxmox.com Git - qemu.git/commit
Fix detached migration with exec.
authorChris Lalancette <clalance@redhat.com>
Wed, 5 Aug 2009 15:07:35 +0000 (17:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 24 Aug 2009 13:01:40 +0000 (08:01 -0500)
commit907500095851230a480b14bc852c4e49d32cb16d
tree74392a25eb256e700378c85c74da34adb0c5141d
parent6b99dadc4a533c1d05a4ea0bd20d08616df4a847
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