From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ky6p3-000209-Kq for qemu-devel@nongnu.org; Thu, 06 Nov 2008 10:31:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ky6oz-0001yi-V8 for qemu-devel@nongnu.org; Thu, 06 Nov 2008 10:31:00 -0500 Received: from [199.232.76.173] (port=38923 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ky6oz-0001yU-Of for qemu-devel@nongnu.org; Thu, 06 Nov 2008 10:30:57 -0500 Received: from nf-out-0910.google.com ([64.233.182.187]:20560) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ky6oz-0007p5-Fp for qemu-devel@nongnu.org; Thu, 06 Nov 2008 10:30:57 -0500 Received: by nf-out-0910.google.com with SMTP id b2so478066nfb.12 for ; Thu, 06 Nov 2008 07:30:55 -0800 (PST) Message-ID: <49130DAC.8090207@codemonkey.ws> Date: Thu, 06 Nov 2008 09:30:52 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <49130772.2040508@redhat.com> In-Reply-To: <49130772.2040508@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Possible bug in Qemu tcp migration Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chris Lalancette Cc: qemu-devel@nongnu.org Chris Lalancette wrote: > Anthony, > > If, instead, I add a 5 second sleep in between steps b. and c. on the source > side, then the migration completes as expected. It seems that the "migrate" > monitor command is actually returning before everything is complete, so killing > off the guest on the source side makes the destination wait around forever. > Unfortunately, I haven't yet had time to look at it in any detail to see what's > going on in the Qemu side, but I thought I would give you a heads up, and maybe > you have an idea of where to look. > Can you try the latest SVN? Specifically, r5640. Regards, Anthony Liguori > Thanks, >