From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv4XC-0003Pn-8R for qemu-devel@nongnu.org; Tue, 15 Jan 2013 06:18:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv4XB-00016H-2L for qemu-devel@nongnu.org; Tue, 15 Jan 2013 06:18:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv4XA-00016D-R1 for qemu-devel@nongnu.org; Tue, 15 Jan 2013 06:18:24 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0FBIOtZ005761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jan 2013 06:18:24 -0500 From: Juan Quintela Date: Tue, 15 Jan 2013 12:18:08 +0100 Message-Id: <1358248702-14278-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH 00/14] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi This is the intersect of the paolo & me patches for migration thread, please consided for inclusion. The following changes since commit cf7c3f0cb5a7129f57fa9e69d410d6a05031988c: virtio-9p: fix compilation error. (2013-01-14 18:52:39 -0600) are available in the git repository at: git://repo.or.cz/qemu/quintela.git thread.next for you to fetch changes up to 869342e49d89763f7590ebc52eaecd9ce9f7baa1: Rename buffered_ to migration_ (2013-01-15 12:14:40 +0100) ---------------------------------------------------------------- Juan Quintela (8): qemu-file: Only set last_error if it is not already set migration: move begining stage to the migration thread migration: Add buffered_flush error handling migration: move exit condition to migration thread migration: unfold rest of migrate_fd_put_ready() into thread migration: Only go to the iterate stage if there is anything to send migration: remove argument to qemu_savevm_state_cancel Rename buffered_ to migration_ Paolo Bonzini (6): Unlock ramlist lock also in error case Protect migration_bitmap_sync() with the ramlist lock use XFER_LIMIT_RATIO consistently migration: make function static migration: remove double call to migrate_fd_close migration: fix off-by-one in buffered_rate_limit arch_init.c | 6 +- include/migration/migration.h | 3 - include/sysemu/sysemu.h | 2 +- migration.c | 183 ++++++++++++++++++++---------------------- savevm.c | 12 +-- 5 files changed, 98 insertions(+), 108 deletions(-)