From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLT2d-0006So-Dp for qemu-devel@nongnu.org; Wed, 11 Feb 2015 03:53:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLT2Z-0001hC-A4 for qemu-devel@nongnu.org; Wed, 11 Feb 2015 03:53:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLT2Z-0001h7-26 for qemu-devel@nongnu.org; Wed, 11 Feb 2015 03:52:59 -0500 From: Juan Quintela In-Reply-To: <1423623986-590-4-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 11 Feb 2015 11:06:17 +0800") References: <1423623986-590-1-git-send-email-liang.z.li@intel.com> <1423623986-590-4-git-send-email-liang.z.li@intel.com> Date: Wed, 11 Feb 2015 09:52:55 +0100 Message-ID: <87vbj8de3c.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v5 03/12] migration: Add the framework of multi-thread 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: > Add the code to create and destroy the multiple threads those will be > used to do data decompression. Left some functions empty just to keep > clearness, and the code will be added later. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > Reviewed-by: Dr.David Alan Gilbert Reviewed-by: Juan Quintela