From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLuNQ-0004tg-VT for qemu-devel@nongnu.org; Thu, 24 May 2018 13:50:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLuNN-00022B-L4 for qemu-devel@nongnu.org; Thu, 24 May 2018 13:50:12 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38102 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fLuNN-00021e-FN for qemu-devel@nongnu.org; Thu, 24 May 2018 13:50:09 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0093B401EF00 for ; Thu, 24 May 2018 17:50:09 +0000 (UTC) References: <20180523091411.1073-1-quintela@redhat.com> From: John Snow Message-ID: <64410e07-30ba-c714-e3f4-99149ad22a76@redhat.com> Date: Thu, 24 May 2018 13:50:08 -0400 MIME-Version: 1.0 In-Reply-To: <20180523091411.1073-1-quintela@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: fix exec/fd migrations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: lvivier@redhat.com, dgilbert@redhat.com, peterx@redhat.com On 05/23/2018 05:14 AM, Juan Quintela wrote: > Commit: > > commit 36c2f8be2c4eb0003ac77a14910842b7ddd7337e > Author: Juan Quintela > Date: Wed Mar 7 08:40:52 2018 +0100 > > migration: Delay start of migration main routines > > Missed tcp and fd transports. This fix its. > > Reported-by: Kevin Wolf > Signed-off-by: Juan Quintela Fixes things for me, but I see that Peter Xu has more concerns. Would be happy with checking this in for now and following up with better refactors so that iotests works again in the meantime. Tested-by: John Snow