From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Np8ZW-0005gE-E7 for qemu-devel@nongnu.org; Tue, 09 Mar 2010 18:10:42 -0500 Received: from [199.232.76.173] (port=40145 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Np8ZV-0005fO-Vt for qemu-devel@nongnu.org; Tue, 09 Mar 2010 18:10:42 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Np8ZU-0006BW-Tw for qemu-devel@nongnu.org; Tue, 09 Mar 2010 18:10:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6352) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Np8ZU-0006BN-IS for qemu-devel@nongnu.org; Tue, 09 Mar 2010 18:10:40 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o29NAcAc021810 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Mar 2010 18:10:38 -0500 From: Juan Quintela Date: Wed, 10 Mar 2010 00:10:34 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Migration fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series: - fix 100% cpu use when incoming migration fails - makes unix migration to obey autostart, like the others Please, apply Juan Quintela (2): migration: Clear fd also in error cases migration: unix migration should obey autostart are the other ones migration-exec.c | 4 ++-- migration-fd.c | 4 ++-- migration-tcp.c | 5 ++--- migration-unix.c | 7 ++++--- 4 files changed, 10 insertions(+), 10 deletions(-)