From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLVmX-0003Nq-Ft for qemu-devel@nongnu.org; Wed, 11 Feb 2015 06:48:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLVmU-0004iS-Bk for qemu-devel@nongnu.org; Wed, 11 Feb 2015 06:48:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLVmU-0004iN-4X for qemu-devel@nongnu.org; Wed, 11 Feb 2015 06:48:34 -0500 From: Juan Quintela In-Reply-To: <1423623986-590-11-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 11 Feb 2015 11:06:24 +0800") References: <1423623986-590-1-git-send-email-liang.z.li@intel.com> <1423623986-590-11-git-send-email-liang.z.li@intel.com> Date: Wed, 11 Feb 2015 12:48:30 +0100 Message-ID: <87386cbre9.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v5 10/12] migration: Add the core code for decompression Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liang Li Cc: armbru@redhat.com, qemu-devel@nongnu.org, Yang Zhang , amit.shah@redhat.com, lcapitulino@redhat.com, dgilbert@redhat.com Liang Li wrote: > Implement the core logic of multiple thread decompression, > the decompression can work now. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang I think it should be a good idea to use the same scheme for compression and decompression. So, if you decide to use my proposal for locking there, please do the same here. Later, Juan.