From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZcqN-00011P-Nh for qemu-devel@nongnu.org; Wed, 09 Sep 2015 06:43:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZcqL-00045K-2e for qemu-devel@nongnu.org; Wed, 09 Sep 2015 06:43:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZcqK-00045G-Ui for qemu-devel@nongnu.org; Wed, 09 Sep 2015 06:43:09 -0400 From: Juan Quintela In-Reply-To: <1441732357-11861-3-git-send-email-jjherne@linux.vnet.ibm.com> (Jason J. Herne's message of "Tue, 8 Sep 2015 13:12:34 -0400") References: <1441732357-11861-1-git-send-email-jjherne@linux.vnet.ibm.com> <1441732357-11861-3-git-send-email-jjherne@linux.vnet.ibm.com> Date: Wed, 09 Sep 2015 12:43:07 +0200 Message-ID: <87a8sv7u10.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v7 2/5] migration: Parameters for auto-converge cpu throttling Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Jason J. Herne" Cc: qemu-devel@nongnu.org, dgilbert@redhat.com, borntraeger@de.ibm.com, amit.shah@redhat.com, pbonzini@redhat.com, afaerber@suse.de "Jason J. Herne" wrote: > Add migration parameters to allow the user to adjust the parameters > that control cpu throttling when auto-converge is in effect. The added > parameters are as follows: > > x-cpu-throttle-initial : Initial percantage of time guest cpus are throttled > when migration auto-converge is activated. > > x-cpu-throttle-increment: throttle percantage increase each time > auto-converge detects that migration is not making progress. > > Signed-off-by: Jason J. Herne > Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela