From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1gFM-0006G2-Ii for qemu-devel@nongnu.org; Tue, 23 Jul 2013 13:19:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1gFL-0002uE-CI for qemu-devel@nongnu.org; Tue, 23 Jul 2013 13:19:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1gCA-00024Z-Os for qemu-devel@nongnu.org; Tue, 23 Jul 2013 13:16:18 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6NHGHlL000407 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Jul 2013 13:16:17 -0400 From: Juan Quintela Date: Tue, 23 Jul 2013 19:16:15 +0200 Message-Id: <1374599775-14667-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/3] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: anthony@redhat.com Hi Anthony please, pull. This has Vinod changes for auto-converge. I merged by hand the problems, and tested that it works and compiles for everything. Thanks, Juan. PD: there were a prototype missing and the event name on trace-events, fixed both. The following changes since commit 25ca6a1f5a3ee0a1ae670590877ed14f05e28fba: Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging (2013-07-12 07:58:31 -0500) are available in the git repository at: git://github.com/juanquintela/qemu.git migration.next for you to fetch changes up to 7ca1dfad952d8a8655b32e78623edcc38a51b14a: Force auto-convegence of live migration (2013-07-12 20:35:08 +0200) ---------------------------------------------------------------- Chegu Vinod (3): Introduce async_run_on_cpu() Add 'auto-converge' migration capability Force auto-convegence of live migration arch_init.c | 81 +++++++++++++++++++++++++++++++++++++++++++ cpus.c | 29 ++++++++++++++++ include/migration/migration.h | 2 ++ include/qemu-common.h | 1 + include/qom/cpu.h | 10 ++++++ migration.c | 9 +++++ qapi-schema.json | 2 +- trace-events | 1 + 8 files changed, 134 insertions(+), 1 deletion(-)