From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGBQ3-0007IY-ST for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:08:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGBPx-0007Ga-Jy for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:08:26 -0500 Received: from [199.232.76.173] (port=54565 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGBPw-0007G8-Hh for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:08:21 -0500 Received: from cantor.suse.de ([195.135.220.2]:51452 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NGBPw-0003iE-7t for qemu-devel@nongnu.org; Thu, 03 Dec 2009 08:08:20 -0500 Message-ID: <4B17B841.5080209@suse.de> Date: Thu, 03 Dec 2009 14:08:17 +0100 From: Alexander Graf MIME-Version: 1.0 Subject: Re: [Qemu-devel] Staging update (0.12 pending freeze) References: <4B1699D3.8010908@codemonkey.ws> <4B17B057.1070004@redhat.com> In-Reply-To: <4B17B057.1070004@redhat.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: Gerd Hoffmann Cc: "qemu-devel@nongnu.org" Gerd Hoffmann wrote: > 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. Would you mind writing up a documentation on that whole -device stuff? I'm having a hard time following your changes and every time you do a patch you break my S390 series. Alex