From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLTCP-0001qG-WF for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:03:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLTCM-00054I-P5 for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:03:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLTCM-000542-HA for qemu-devel@nongnu.org; Wed, 11 Feb 2015 04:03:06 -0500 From: Juan Quintela In-Reply-To: <1423623986-590-6-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 11 Feb 2015 11:06:19 +0800") References: <1423623986-590-1-git-send-email-liang.z.li@intel.com> <1423623986-590-6-git-send-email-liang.z.li@intel.com> Date: Wed, 11 Feb 2015 10:03:01 +0100 Message-ID: <87mw4kddmi.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v5 05/12] arch_init: Alloc and free data struct for compression 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 > compression, 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