From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLsWl-0001AJ-9j for qemu-devel@nongnu.org; Thu, 12 Feb 2015 07:05:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLsWf-0003SC-DF for qemu-devel@nongnu.org; Thu, 12 Feb 2015 07:05:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLsWf-0003S3-5d for qemu-devel@nongnu.org; Thu, 12 Feb 2015 07:05:45 -0500 From: Juan Quintela In-Reply-To: (Liang Z. Li's message of "Thu, 12 Feb 2015 05:32:35 +0000") References: <1423623986-590-1-git-send-email-liang.z.li@intel.com> <1423623986-590-6-git-send-email-liang.z.li@intel.com> <87mw4kddmi.fsf@neno.neno> Date: Thu, 12 Feb 2015 13:05:41 +0100 Message-ID: <87386b8hd6.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: "Li, Liang Z" Cc: "armbru@redhat.com" , "qemu-devel@nongnu.org" , "Zhang, Yang Z" , "amit.shah@redhat.com" , "lcapitulino@redhat.com" , "dgilbert@redhat.com" "Li, Liang Z" wrote: > Hi Juan, > > Have you reviewed the 04 patch of the patch series? I didn't see > the reply email. It is ok, going to put the review-by > > Liang > >> -----Original Message----- >> From: Juan Quintela [mailto:quintela@redhat.com] >> Sent: Wednesday, February 11, 2015 5:03 PM >> To: Li, Liang Z >> Cc: qemu-devel@nongnu.org; eblake@redhat.com; amit.shah@redhat.com; >> lcapitulino@redhat.com; armbru@redhat.com; dgilbert@redhat.com; Zhang, >> Yang Z >> Subject: Re: [v5 05/12] arch_init: Alloc and free data struct for compression >> >> 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