From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBUF7-000531-GN for qemu-devel@nongnu.org; Tue, 02 Jun 2009 09:41:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBUF2-00050T-KP for qemu-devel@nongnu.org; Tue, 02 Jun 2009 09:41:29 -0400 Received: from [199.232.76.173] (port=42329 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBUF2-00050H-FL for qemu-devel@nongnu.org; Tue, 02 Jun 2009 09:41:24 -0400 Received: from mx2.redhat.com ([66.187.237.31]:37270) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBUF1-00014I-QX for qemu-devel@nongnu.org; Tue, 02 Jun 2009 09:41:24 -0400 Subject: Re: [Qemu-devel] [PATCH] Change virtio-console to PCI_CLASS_SERIAL_OTHER From: Mark McLoughlin In-Reply-To: <4A252449.5050204@redhat.com> References: <1243012478.29542.18.camel@blaa> <200905281353.50463.paul@codesourcery.com> <4A1E8A16.3060101@us.ibm.com> <200905281422.52420.paul@codesourcery.com> <4A1E91AF.9050907@us.ibm.com> <4A1F05DE.6060806@redhat.com> <1243590193.13990.73.camel@blaa> <1243591771.13990.86.camel@blaa> <4A229866.50208@redhat.com> <1243932567.9146.102.camel@blaa> <4A252449.5050204@redhat.com> Content-Type: text/plain Date: Tue, 02 Jun 2009 14:39:18 +0100 Message-Id: <1243949958.9146.242.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dlaor@redhat.com Cc: Anthony Liguori , ajax@redhat.com, Paul Brook , qemu-devel@nongnu.org On Tue, 2009-06-02 at 16:08 +0300, Dor Laor wrote: > IMHO since there is not good way to allow have a real stable guest > abi, these patches should be committed Agree - anything reasonable we've come up with so far won't help with the 0.10 to 0.11 transition, so unless we delay the patches to 0.12, there's no benefit to blocking them. > (with a cmdline option). We don't need more unused command line options in qemu :-) Cheers, Mark.