From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvtTa-0006tB-HY for qemu-devel@nongnu.org; Thu, 08 Oct 2009 09:56:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvtTW-0006s6-PQ for qemu-devel@nongnu.org; Thu, 08 Oct 2009 09:56:14 -0400 Received: from [199.232.76.173] (port=54913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvtTW-0006s3-IC for qemu-devel@nongnu.org; Thu, 08 Oct 2009 09:56:10 -0400 Received: from mtagate8.uk.ibm.com ([195.212.29.141]:34662) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MvtTW-0000yX-2c for qemu-devel@nongnu.org; Thu, 08 Oct 2009 09:56:10 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate8.uk.ibm.com (8.14.3/8.13.8) with ESMTP id n98Dtqtn280956 for ; Thu, 8 Oct 2009 13:55:57 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n98DtgU82871504 for ; Thu, 8 Oct 2009 14:55:42 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n98DtfNE008793 for ; Thu, 8 Oct 2009 14:55:42 +0100 From: Jens Osterkamp Subject: Re: [Qemu-devel] Release plan for 0.12.0 Date: Thu, 8 Oct 2009 15:55:40 +0200 References: <4AC29E4D.80707@us.ibm.com> In-Reply-To: <4AC29E4D.80707@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910081555.40897.jens@linux.vnet.ibm.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Paul Brook , kvm-devel On Wednesday 30 September 2009, Anthony Liguori wrote: > o VMState conversion -- I expect most of the pc target to be completed > o qdev conversion -- I hope that we'll get most of the pc target > completely converted to qdev > o storage live migration > o switch to SeaBIOS (need to finish porting features from Bochs) > o switch to gPXE (need to resolve slirp tftp server issue) > o KSM integration > o in-kernel APIC support for KVM > o guest SMP support for KVM > o updates to the default pc machine type > > Please add to this list and I'll collect it all and post it somewhere. What about Or Gerlitz' raw backend driver ? I did not see it go in yet, or did I miss something ? Jens