From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfnw6-0007Yk-I3 for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:14:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfnw0-0001Pe-PS for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:14:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36865) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfnw0-0001NL-If for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:14:16 -0400 From: Juan Quintela In-Reply-To: <1428474011-30797-9-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 8 Apr 2015 14:20:05 +0800") References: <1428474011-30797-1-git-send-email-liang.z.li@intel.com> <1428474011-30797-9-git-send-email-liang.z.li@intel.com> Date: Wed, 08 Apr 2015 13:14:12 +0200 Message-ID: <87iod6na7v.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v7 08/14] migration: Add the core code of multi-thread compression Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liang Li Cc: qemu-devel@nongnu.org, armbru@redhat.com, lcapitulino@redhat.com, Yang Zhang , amit.shah@redhat.com, dgilbert@redhat.com Liang Li wrote: > Implement the core logic of the multiple thread compression. At this > point, multiple thread compression can't co-work with xbzrle yet. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang Reviewed-by: Juan Quintela