From patchwork Thu Jan 17 13:39:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Juan Quintela X-Patchwork-Id: 213264 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 346832C0577 for ; Fri, 18 Jan 2013 00:40:02 +1100 (EST) Received: from localhost ([::1]:54775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvphH-0000Eo-Kw for incoming@patchwork.ozlabs.org; Thu, 17 Jan 2013 08:39:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvpgw-0000EO-W3 for qemu-devel@nongnu.org; Thu, 17 Jan 2013 08:39:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tvpgv-00046A-Nb for qemu-devel@nongnu.org; Thu, 17 Jan 2013 08:39:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tvpgv-000465-F8 for qemu-devel@nongnu.org; Thu, 17 Jan 2013 08:39:37 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0HDdaFC005573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 17 Jan 2013 08:39:36 -0500 Received: from trasno.mitica (ovpn-113-25.phx2.redhat.com [10.3.113.25]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0HDdYoA006810; Thu, 17 Jan 2013 08:39:35 -0500 From: Juan Quintela To: qemu-devel@nongnu.org Date: Thu, 17 Jan 2013 14:39:20 +0100 Message-Id: <1358429973-9321-1-git-send-email-quintela@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 00/13] thread queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This is the intersect of the paolo & me patches for migration thread, Changes from 2 days ago: - spelling check from Eric - put the commit that patch refered from (Eric) - drop the buffered rename at paolo request. Please, pull. Thanks, Juan. The following changes since commit 47f4dac3fde809e3da4e60d9eb699f1d4b378249: Merge remote-tracking branch 'kraxel/chardev.1' into staging (2013-01-16 15:20:05 -0600) are available in the git repository at: git://repo.or.cz/qemu/quintela.git thread.next for you to fetch changes up to 6522773f88a2e37800f0bf7dc3632a14649f53c6: migration: remove argument to qemu_savevm_state_cancel (2013-01-17 13:54:52 +0100) ---------------------------------------------------------------- Juan Quintela (7): qemu-file: Only set last_error if it is not already set migration: move beginning 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 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 | 149 ++++++++++++++++++++---------------------- savevm.c | 12 ++-- 5 files changed, 81 insertions(+), 91 deletions(-)