From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51021 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om5g8-0003T8-AV for qemu-devel@nongnu.org; Thu, 19 Aug 2010 10:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om5g6-0000kP-Qa for qemu-devel@nongnu.org; Thu, 19 Aug 2010 10:01:12 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:50313) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om5g6-0000kE-Nh for qemu-devel@nongnu.org; Thu, 19 Aug 2010 10:01:10 -0400 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by e1.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id o7JDt5IH006040 for ; Thu, 19 Aug 2010 09:55:05 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o7JE18Ia301492 for ; Thu, 19 Aug 2010 10:01:08 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o7JE18R7009105 for ; Thu, 19 Aug 2010 11:01:08 -0300 Message-ID: <4C6D3920.9070002@linux.vnet.ibm.com> Date: Thu, 19 Aug 2010 09:01:04 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1282223922-5971-1-git-send-email-lcapitulino@redhat.com> <4C6D3529.9020609@linux.vnet.ibm.com> <20100819105116.21a9f61a@redhat.com> In-Reply-To: <20100819105116.21a9f61a@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: qemu-devel@nongnu.org On 08/19/2010 08:51 AM, Luiz Capitulino wrote: > On Thu, 19 Aug 2010 08:44:09 -0500 > Anthony Liguori wrote: > > >> 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. >> > Can you do so then please? Yup, doing it right now along with the backlog of other patches. Regards, Anthony Liguori > I've added the 'STABLE 0.13' tag just to > make sure they are not forgotten for 0.13. > > >> Why should the 'cont' one be applied to stable but not master? >> > It's already applied there. >