From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLTE5-0003GA-2r for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:04:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLTE1-0005fk-R0 for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:04:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLTE1-0005fW-Jm for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:04:49 -0500 From: Juan Quintela In-Reply-To: <1423623986-590-7-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 11 Feb 2015 11:06:20 +0800") References: <1423623986-590-1-git-send-email-liang.z.li@intel.com> <1423623986-590-7-git-send-email-liang.z.li@intel.com> Date: Wed, 11 Feb 2015 10:04:46 +0100 Message-ID: <87iof8ddjl.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v5 06/12] arch_init: Add and free data struct 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: > Define the data structure and variables used to do multiple thread > decompression, and add the code to initialize and free them. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > Reviewed-by: Dr.David Alan Gilbert Reviewed-by: Juan Quintela