From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrPwr-0007tu-Jn for qemu-devel@nongnu.org; Thu, 20 Nov 2014 06:30:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrPwm-0002DV-Lb for qemu-devel@nongnu.org; Thu, 20 Nov 2014 06:30:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrPwm-0002DE-Dd for qemu-devel@nongnu.org; Thu, 20 Nov 2014 06:30:48 -0500 Message-ID: <546DD0DB.4010607@redhat.com> Date: Thu, 20 Nov 2014 12:30:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1395317703-10412-1-git-send-email-arei.gonglei@huawei.com> <87vbv7heed.fsf@elfo.mitica> <33183CC9F5247A488A2544077AF1902086C1457B@SZXEMA503-MBS.china.huawei.com> In-Reply-To: <33183CC9F5247A488A2544077AF1902086C1457B@SZXEMA503-MBS.china.huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: static variables will not be reset at second migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" , "quintela@redhat.com" Cc: "chenliang (T)" , "owasserm@redhat.com" , "qemu-devel@nongnu.org" , "dgilbert@redhat.com" On 24/06/2014 08:23, Gonglei (Arei) wrote: >> -----Original Message----- >> From: Juan Quintela [mailto:quintela@redhat.com] >> Sent: Friday, March 21, 2014 9:26 PM >> To: Gonglei (Arei) >> Cc: qemu-devel@nongnu.org; owasserm@redhat.com; pbonzini@redhat.com; >> eblake@redhat.com; dgilbert@redhat.com; chenliang (T) >> Subject: Re: [PATCH] migration: static variables will not be reset at second >> migration >> >> wrote: >>> From: ChenLiang >>> >>> The static variables in migration_bitmap_sync will not be reset in >>> the case of a second attempted migration. >>> >>> Signed-off-by: ChenLiang >>> Signed-off-by: Gonglei >> >> Good catch. Applied.. >> > > Hi, Juan? Ping... please :) Juan, what happened to this patch? Paolo