From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDBP-0000PM-0V for qemu-devel@nongnu.org; Wed, 30 Sep 2015 04:56:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhDBK-0001FL-15 for qemu-devel@nongnu.org; Wed, 30 Sep 2015 04:56:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhDBJ-0001FC-Rz for qemu-devel@nongnu.org; Wed, 30 Sep 2015 04:56:09 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id C8CD53DD42 for ; Wed, 30 Sep 2015 08:56:08 +0000 (UTC) From: Juan Quintela Date: Wed, 30 Sep 2015 10:56:00 +0200 Message-Id: <1443603366-4686-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/6] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com Hi This get the auto-converge changes for migration, please pull. The following changes since commit b2312c680084ea18cd55fa7093397cad2224ec14: Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' into staging (2015-09-29 12:41:19 +0100) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20150930 for you to fetch changes up to dc3256272cf70b2152279b013a8abb16e0f6fe96: migration: Disambiguate MAX_THROTTLE (2015-09-30 09:42:04 +0200) ---------------------------------------------------------------- migration/next for 20150930 ---------------------------------------------------------------- Jason J. Herne (5): cpu: Provide vcpu throttling interface migration: Parameters for auto-converge cpu throttling migration: Dynamic cpu throttling for auto-converge qmp/hmp: Add throttle ratio to query-migrate and info migrate migration: Disambiguate MAX_THROTTLE Juan Quintela (1): migration: yet more possible state transitions cpus.c | 78 ++++++++++++++++++++++++++++++++++++++++++++ hmp.c | 21 ++++++++++++ include/qom/cpu.h | 42 ++++++++++++++++++++++++ migration/migration.c | 57 +++++++++++++++++++++++++++++++-- migration/ram.c | 89 +++++++++++++++++---------------------------------- qapi-schema.json | 40 ++++++++++++++++++++--- vl.c | 1 + 7 files changed, 263 insertions(+), 65 deletions(-)