From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSGMb-0007xs-A3 for qemu-devel@nongnu.org; Tue, 05 Jan 2010 15:50:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSGMW-0007s0-AN for qemu-devel@nongnu.org; Tue, 05 Jan 2010 15:50:48 -0500 Received: from [199.232.76.173] (port=46258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSGMW-0007rl-2D for qemu-devel@nongnu.org; Tue, 05 Jan 2010 15:50:44 -0500 Received: from moutng.kundenserver.de ([212.227.17.9]:51556) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSGMV-0000by-5o for qemu-devel@nongnu.org; Tue, 05 Jan 2010 15:50:43 -0500 Message-ID: <4B43A611.9080200@mail.berlios.de> Date: Tue, 05 Jan 2010 21:50:25 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Planning for 0.13 References: <4B4333DF.8090303@linux.vnet.ibm.com> In-Reply-To: <4B4333DF.8090303@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori schrieb: > Hi, > > I hope everyone had a happy new year! Now that we've finished the > 0.12 release and most of us have had a nice break, I think it's time > to start planning for the next release. > > 0.12 felt a bit rushed to me. I'd like to take a bit more time with > 0.13 and try to complete features a bit more than we did in 0.12. So > I propose that we target 0.13 as a 6-month cycle and target a June 1st > release. Based on the -rc process for 0.12, I would like to have a > two week -rc cycle for 0.13 but this time, absolutely no non-bug fixes > past freeze. We got sloppy in 0.12 with this and we had some ugly > regressions in the final release. > > Here are the features that I'm aware of for 0.13. Please add anything > you're working on and I'll try to centralize this somewhere. > > - gPXE support for virtio-blk > - Helper based network setup > - Balloon driver statistics > - Fully supported QMP > - Live migration protocol support for subvendor versions (aka features) > > Regards, > > Anthony Liguori I hope you enjoyed your break and had a happy new year, too. Here are some features I had been working on which could be integrated in 0.13: - eepro100 fixes (high priority because needed by many users) - tcg interpreter (medium priority because it extends the range of supported hosts) - installer for windows (I'm afraid that windows priority is low because nobody loves it very much) The code for these features is available here: http://repo.or.cz/w/qemu/ar7.git. Regards, Stefan Weil