From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55552 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om5Pn-0005Tp-2v for qemu-devel@nongnu.org; Thu, 19 Aug 2010 09:44:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om5Pl-0005Xu-LT for qemu-devel@nongnu.org; Thu, 19 Aug 2010 09:44:18 -0400 Received: from e8.ny.us.ibm.com ([32.97.182.138]:54056) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om5Pl-0005X6-JF for qemu-devel@nongnu.org; Thu, 19 Aug 2010 09:44:17 -0400 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e8.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o7JDQTgv008965 for ; Thu, 19 Aug 2010 09:26:29 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o7JDiAbq466550 for ; Thu, 19 Aug 2010 09:44:10 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o7JDiAtd001450 for ; Thu, 19 Aug 2010 07:44:10 -0600 Message-ID: <4C6D3529.9020609@linux.vnet.ibm.com> Date: Thu, 19 Aug 2010 08:44:09 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1282223922-5971-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1282223922-5971-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [STABLE 0.13 0/4][PULL]: Migration fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Anthony Liguori , qemu-devel@nongnu.org On 08/19/2010 08:18 AM, Luiz Capitulino wrote: > Anthony, > > The following migration fixes have been sent to the list some time ago > but have not been applied yet. They fix important bugs and seem good > to me (I've tested them too). > > The changes (since 96638e706cd431528690cf611adcb04e1bc3255d) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git patches-for-0.13 > > Please, also note that they should be applied in master too (except for > the 'cont' one). > Things need to be applied to master first, and then applied to stable-0.13 via a cherry pick. Why should the 'cont' one be applied to stable but not master? Regards, Anthony Liguori > Alex Williamson (1): > savevm: Reset last block info at beginning of each save > > Amit Shah (1): > migration: Accept 'cont' only after successful incoming migration > > Avi Kivity (1): > QEMUFileBuffered: indicate that we're ready when the underlying file is ready > > Marcelo Tosatti (1): > set proper migration status on ->write error (v5) > > arch_init.c | 7 +++++-- > buffered_file.c | 12 +++++++++++- > migration.c | 10 +++++++++- > monitor.c | 4 ++++ > qerror.c | 4 ++++ > qerror.h | 3 +++ > sysemu.h | 1 + > vl.c | 2 ++ > 8 files changed, 39 insertions(+), 4 deletions(-) >