From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBGAd-0002GC-1Q for qemu-devel@nongnu.org; Fri, 10 Jun 2016 02:43:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bBGAV-0001qz-3U for qemu-devel@nongnu.org; Fri, 10 Jun 2016 02:43:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bBGAU-0001qs-U4 for qemu-devel@nongnu.org; Fri, 10 Jun 2016 02:43:47 -0400 Date: Fri, 10 Jun 2016 12:13:36 +0530 From: Amit Shah Message-ID: <20160610064334.GB6398@grmbl.mre> References: <1463124421-16587-1-git-send-email-den@openvz.org> <20160523071942.GB24417@grmbl.mre> <5743E824.40900@openvz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5743E824.40900@openvz.org> Subject: Re: [Qemu-devel] [PATCH 1/1] migration: fix ram decompression race deadlock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: "Li, Liang Z" , "qemu-devel@nongnu.org" , Maxim Nestratov , Juan Quintela , "Dr. David Alan Gilbert" On (Tue) 24 May 2016 [08:35:32], Denis V. Lunev wrote: > On 05/24/2016 05:07 AM, Li, Liang Z wrote: > > Thanks for your patch! And it can help to fix this issue. > > Actually, the is not the only issue in the current multi-thread (de)compression code. > > So I submitted a path set to fix all of them before your patch. And sorry for my mistake. > > > > Refer to the link: > > https://lists.gnu.org/archive/html/qemu-devel/2016-05/msg00631.html > > for more information. > > > > Thanks > > Liang > yep. thanks a lot. Your patch would be better ;) OK, I'll drop this patch. Amit