From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0tHk-0002tL-C3 for qemu-devel@nongnu.org; Sun, 21 Jul 2013 09:02:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0tHj-0000q0-7S for qemu-devel@nongnu.org; Sun, 21 Jul 2013 09:02:48 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:56916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0tHj-0000pl-0d for qemu-devel@nongnu.org; Sun, 21 Jul 2013 09:02:47 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 21 Jul 2013 06:52:22 -0600 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 06EDF3E40026 for ; Sun, 21 Jul 2013 06:51:59 -0600 (MDT) Received: from d03av05.boulder.ibm.com (d03av05.boulder.ibm.com [9.17.195.85]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6LCqKv9050934 for ; Sun, 21 Jul 2013 06:52:20 -0600 Received: from d03av05.boulder.ibm.com (loopback [127.0.0.1]) by d03av05.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6LCqK9M029683 for ; Sun, 21 Jul 2013 06:52:20 -0600 From: Anthony Liguori In-Reply-To: References: <87r4ezonw6.fsf@codemonkey.ws> Date: Sun, 21 Jul 2013 07:52:17 -0500 Message-ID: <87ppuculby.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [ANNOUNCE] We are now in soft freeze for 1.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org Peter Maydell writes: > On 15 July 2013 16:15, Anthony Liguori wrote: >> Hard freeze is two weeks away. >> >> http://wiki.qemu.org/Planning/1.6 > > I've just noticed that this is still inconsistent. That > page says: > > "Soft feature freeze. Major features should have initial code > committed by this date." > > but it links to http://wiki.qemu.org/Planning/SoftFeatureFreeze > which says > "By the date of the soft feature freeze, any major feature > should have some code posted to the qemu-devel mailing list" > > I'm pretty sure the latter is right (you only need code > posted, not committed) -- can we fix whichever of the two > pages is wrong, please? It depends on the definition of "major". Any *feature* should have patches posted by soft freeze. I guess a tiny feature would be an exception. For major features (things that have a high likelihood of breaking things), the feature should have started getting merged already. I'll update the wiki text to be clearer. Regards, Anthony Liguori > > thanks > -- PMM