From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZduL-0003iR-Hl for qemu-devel@nongnu.org; Wed, 09 Sep 2015 07:51:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZduG-0003OK-Ov for qemu-devel@nongnu.org; Wed, 09 Sep 2015 07:51:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZduG-0003OE-Jp for qemu-devel@nongnu.org; Wed, 09 Sep 2015 07:51:16 -0400 From: Juan Quintela In-Reply-To: <1441732357-11861-1-git-send-email-jjherne@linux.vnet.ibm.com> (Jason J. Herne's message of "Tue, 8 Sep 2015 13:12:32 -0400") References: <1441732357-11861-1-git-send-email-jjherne@linux.vnet.ibm.com> Date: Wed, 09 Sep 2015 13:51:14 +0200 Message-ID: <87si6n4xql.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v7 0/5] migration: Dynamic cpu throttling for auto-converge 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: > 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.