From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGAtO-0000Vz-NJ for qemu-devel@nongnu.org; Thu, 03 Dec 2009 07:34:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGAtJ-0000Qq-QR for qemu-devel@nongnu.org; Thu, 03 Dec 2009 07:34:42 -0500 Received: from [199.232.76.173] (port=37969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGAtJ-0000QY-Jn for qemu-devel@nongnu.org; Thu, 03 Dec 2009 07:34:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26363) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGAtJ-0000oa-6l for qemu-devel@nongnu.org; Thu, 03 Dec 2009 07:34:37 -0500 Message-ID: <4B17B057.1070004@redhat.com> Date: Thu, 03 Dec 2009 13:34:31 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Staging update (0.12 pending freeze) References: <4B1699D3.8010908@codemonkey.ws> In-Reply-To: <4B1699D3.8010908@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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" On 12/02/09 17:46, Anthony Liguori wrote: > If you have a pending patch that you think should be in 0.12, please > check to make sure it's there. A clear 'must have': http://patchwork.ozlabs.org/patch/39291/ Add a new machine type for qemu 0.12 On top of that, to reduce irq sharing (nice to have): http://patchwork.ozlabs.org/patch/39294/ virtio: enable msi-x for console+balloon This bugfix ('must have' IMHO): http://patchwork.ozlabs.org/patch/39311/ make chardevs specified in config file work Also useful (nice to have): http://patchwork.ozlabs.org/patch/39202/ http://patchwork.ozlabs.org/patch/39201/ add command line option to set global defaults for properties Finally the 'default devices' patch series ('must have' IMHO): http://patchwork.ozlabs.org/patch/39180/ (patch 1/10) Without that one using -device and -readconfig becomes much harder. cheers, Gerd