From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgZoT-0007nA-1D for qemu-devel@nongnu.org; Thu, 27 Aug 2009 03:54:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgZoN-0007fb-Q4 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 03:54:28 -0400 Received: from [199.232.76.173] (port=57565 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgZoN-0007fK-Gd for qemu-devel@nongnu.org; Thu, 27 Aug 2009 03:54:23 -0400 Received: from mx20.gnu.org ([199.232.41.8]:18647) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgZoN-0002Fs-11 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 03:54:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgZoL-0005C1-DJ for qemu-devel@nongnu.org; Thu, 27 Aug 2009 03:54:21 -0400 Message-ID: <4A963BA8.5050806@redhat.com> Date: Thu, 27 Aug 2009 09:54:16 +0200 From: Chris Lalancette MIME-Version: 1.0 References: <1251291946-25821-1-git-send-email-glommer@redhat.com> <1251291946-25821-2-git-send-email-glommer@redhat.com> <1251291946-25821-3-git-send-email-glommer@redhat.com> <1251291946-25821-4-git-send-email-glommer@redhat.com> <1251291946-25821-5-git-send-email-glommer@redhat.com> <1251291946-25821-6-git-send-email-glommer@redhat.com> <1251291946-25821-7-git-send-email-glommer@redhat.com> <1251291946-25821-8-git-send-email-glommer@redhat.com> <1251291946-25821-9-git-send-email-glommer@redhat.com> <1251291946-25821-10-git-send-email-glommer@redhat.com> <1251291946-25821-11-git-send-email-glommer@redhat.com> <1251291946-25821-12-git-send-email-glommer@redhat.com> In-Reply-To: <1251291946-25821-12-git-send-email-glommer@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 11/12] Fix detached migration with exec. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Glauber Costa wrote: > From: Chris Lalancette > > 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 ACK! -- Chris Lalancette