From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZeqq-0000lZ-Rk for qemu-devel@nongnu.org; Wed, 09 Sep 2015 08:51:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZeql-0004vg-Qw for qemu-devel@nongnu.org; Wed, 09 Sep 2015 08:51:48 -0400 Received: from e18.ny.us.ibm.com ([129.33.205.208]:40237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZeql-0004rO-L2 for qemu-devel@nongnu.org; Wed, 09 Sep 2015 08:51:43 -0400 Received: from /spool/local by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 9 Sep 2015 08:51:43 -0400 Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 644126E8040 for ; Wed, 9 Sep 2015 08:43:24 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t89CpeXt59441352 for ; Wed, 9 Sep 2015 12:51:40 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t89Cpe8L002979 for ; Wed, 9 Sep 2015 08:51:40 -0400 Message-ID: <55F02B59.4000104@linux.vnet.ibm.com> Date: Wed, 09 Sep 2015 08:51:37 -0400 From: "Jason J. Herne" MIME-Version: 1.0 References: <1441732357-11861-1-git-send-email-jjherne@linux.vnet.ibm.com> <87si6n4xql.fsf@neno.neno> In-Reply-To: <87si6n4xql.fsf@neno.neno> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 0/5] migration: Dynamic cpu throttling for auto-converge Reply-To: jjherne@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org, dgilbert@redhat.com, borntraeger@de.ibm.com, amit.shah@redhat.com, pbonzini@redhat.com, afaerber@suse.de On 09/09/2015 07:51 AM, Juan Quintela wrote: > "Jason J. Herne" wrote: >> This patch set provides a new method for throttling a vcpu and makes use of said >> method to dynamically increase cpu throttling during an autoconverge >> migration until the migration completes. >> >> This work is related to the following discussion: >> https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg00287.html >> >> Previous version review is here: >> https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg00734.html > > Hi > > Applied. > > I fixed this by hand, but this patch set is against old version of > qemu. It don't even have the split of migration/ram.c from arch_init.c > :p > > Later, Juan. > > My apologies for that. I meant to rebase on a later master but it slipped my mind. I promise to remember next time :) Thanks for fixing up and applying. -- -- Jason J. Herne (jjherne@linux.vnet.ibm.com)