From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpJIb-00068F-WF for qemu-devel@nongnu.org; Fri, 05 Aug 2011 08:14:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpJIb-0000Dj-2r for qemu-devel@nongnu.org; Fri, 05 Aug 2011 08:14:45 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:40246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpJIa-0000Db-Qn for qemu-devel@nongnu.org; Fri, 05 Aug 2011 08:14:45 -0400 Received: by gyd12 with SMTP id 12so820558gyd.4 for ; Fri, 05 Aug 2011 05:14:44 -0700 (PDT) Message-ID: <4E3BDEB0.4050304@codemonkey.ws> Date: Fri, 05 Aug 2011 07:14:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4E3B1155.3010402@codemonkey.ws> <4E3BD62B.7000607@redhat.com> In-Reply-To: <4E3BD62B.7000607@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Update to 0.15.0 release schedule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: "Justin M. Forbes" , qemu-devel , Avi Kivity On 08/05/2011 06:38 AM, Kevin Wolf wrote: > Am 04.08.2011 23:38, schrieb Anthony Liguori: >> Hi, >> >> It took a little longer than I had hoped to converge on a work around >> for the migration issue. -rc2 is out but I don't think 24 hours is >> enough time to get proper testing for the final release. >> >> So I'm pushing 0.15.0 to Monday. Please test and provide feedback. >> Unless there's a brown paper bag bug, -rc2 will be the 0.15.0 release. > > You know, there was a reason why I CCed you on the qcow2 corruption fix > with [PATCH 0.15.0] in its subject line... In the future, if you have a patch like this, the right thing to do is send a PULL request against stable (with a [STABLE] tag). Patches should carry a [STABLE] in the subject too. > > Though Frediano found another bug in the same function, so the patch > that needs to go into 0.15.0 is now: > > [PATCH v3] qcow2: Fix L1 table size after bdrv_snapshot_goto I'll apply it to master and stable. Regards, Anthony Liguori > Kevin >