From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGKzH-0005A0-ON for qemu-devel@nongnu.org; Thu, 03 Dec 2009 18:21:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGKzC-00057n-6a for qemu-devel@nongnu.org; Thu, 03 Dec 2009 18:21:26 -0500 Received: from [199.232.76.173] (port=35643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGKzC-00057j-27 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 18:21:22 -0500 Received: from qw-out-1920.google.com ([74.125.92.149]:23661) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGKzB-0007ca-Uj for qemu-devel@nongnu.org; Thu, 03 Dec 2009 18:21:22 -0500 Received: by qw-out-1920.google.com with SMTP id 14so140058qwa.4 for ; Thu, 03 Dec 2009 15:21:21 -0800 (PST) Message-ID: <4B1847EE.7060706@codemonkey.ws> Date: Thu, 03 Dec 2009 17:21:18 -0600 From: Anthony Liguori 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; format=flowed 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" , Luiz Capitulino 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 Got all this, thanks. > 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. This series doesn't get along with the QMP monitor support that's been added recently. That's because there is now a set of monitor flags and -monitor takes more than a character device as an argument. Honestly, I don't really like multiplexing the -monitor option to support qmp. I think I would have a proper -qmp option at the top level. That would integrate much more nicely too with this default devices series. Luiz, what do you think? Regards, Anthony Liguori