From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfoG8-0005hG-IG for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfoG4-0001WY-Dr for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:35:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfoG4-0001WS-2f for qemu-devel@nongnu.org; Wed, 08 Apr 2015 07:35:00 -0400 From: Juan Quintela In-Reply-To: <1428474011-30797-12-git-send-email-liang.z.li@intel.com> (Liang Li's message of "Wed, 8 Apr 2015 14:20:08 +0800") References: <1428474011-30797-1-git-send-email-liang.z.li@intel.com> <1428474011-30797-12-git-send-email-liang.z.li@intel.com> Date: Wed, 08 Apr 2015 13:34:56 +0200 Message-ID: <876196n99b.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [v7 11/14] migration: Add interface to control 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: > The multiple compression threads can be turned on/off through > qmp and hmp interface before doing live migration. > > Signed-off-by: Liang Li > Signed-off-by: Yang Zhang > Reviewed-by: Dr.David Alan Gilbert > Reviewed-by: Eric Blake Reviewed-by: Juan Quintela