From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StHOh-0007AO-2W for qemu-devel@nongnu.org; Mon, 23 Jul 2012 08:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StHOb-000546-2G for qemu-devel@nongnu.org; Mon, 23 Jul 2012 08:05:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StHOa-000542-Pp for qemu-devel@nongnu.org; Mon, 23 Jul 2012 08:05:52 -0400 From: Juan Quintela Date: Mon, 23 Jul 2012 14:05:49 +0200 Message-Id: <1343045149-12897-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 00/14] Migration next List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com Hi Anthony This series include the ram_save_live() split. XBZRLE patches got dropped until we fix a new bug. Please apply. Thanks, Juan. The following changes since commit 61dc008f3529fa74a63aad1907438dad857e255a: Revert "audio: Make PC speaker audio card available by default" (2012-07-19 18:25:52 -0500) are available in the git repository at: http://repo.or.cz/r/qemu/quintela.git for you to fetch changes up to 6c779f22a93cc6e4565b940ef616e3efc5b50ba5: Change ram_save_block to return -1 if there are no more changes (2012-07-23 14:02:28 +0200) Juan Quintela (12): savevm: Use a struct to pass all handlers savevm: Live migration handlers register the struct directly savevm: remove SaveSetParamsHandler savevm: remove SaveLiveStateHandler savevm: Refactor cancel operation in its own operation savevm: introduce is_active method savevm: split save_live_setup from save_live_state savevm: split save_live into stage2 and stage3 ram: save_live_setup() don't need to sent pages ram: save_live_complete() only do one loop ram: iterate phase ram: save_live_setup() we don't need to synchronize the dirty bitmap. Orit Wasserman (2): Add migration capabilities Change ram_save_block to return -1 if there are no more changes arch_init.c | 137 ++++++++++++++++++++++++++++++----------------- block-migration.c | 153 +++++++++++++++++++++++++++++++++++------------------ hmp-commands.hx | 16 ++++++ hmp.c | 64 ++++++++++++++++++++++ hmp.h | 2 + migration.c | 72 ++++++++++++++++++++++++- migration.h | 6 ++- monitor.c | 7 +++ qapi-schema.json | 53 ++++++++++++++++++- qmp-commands.hx | 71 +++++++++++++++++++++++-- savevm.c | 77 +++++++++++++++------------ vl.c | 3 +- vmstate.h | 18 ++++--- 13 files changed, 525 insertions(+), 154 deletions(-) -- 1.7.10.4