From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR2eX-0005Pl-LA for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:28:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR2eT-0005Nr-Tr for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:28:01 -0400 Received: from [199.232.76.173] (port=40660 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR2eT-0005No-RO for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:27:57 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35208) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR2eT-0000RQ-B0 for qemu-devel@nongnu.org; Wed, 15 Jul 2009 07:27:57 -0400 Date: Wed, 15 Jul 2009 16:57:44 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCH 2/3] Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER Message-ID: <20090715112744.GA6460@amit-x200.redhat.com> References: <4A364FE0.40204@redhat.com> <4A3651EB.3070204@codemonkey.ws> <4A36555A.4090303@redhat.com> <4A3659A0.3050108@codemonkey.ws> <4A366348.1030202@redhat.com> <1245083229.3222.103.camel@blaa> <4A368F12.2090504@codemonkey.ws> <1246964898.2836.38.camel@blaa> <1246964950.2836.39.camel@blaa> <1246964998.2836.40.camel@blaa> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1246964998.2836.40.camel@blaa> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: Adam Jackson , qemu-devel@nongnu.org On (Tue) Jul 07 2009 [12:09:58], Mark McLoughlin wrote: > diff --git a/hw/pci_ids.h b/hw/pci_ids.h > index 3afe674..2fe60ee 100644 > --- a/hw/pci_ids.h > +++ b/hw/pci_ids.h > @@ -35,6 +35,9 @@ > #define PCI_CLASS_BRIDGE_PCI 0x0604 > #define PCI_CLASS_BRIDGE_OTHER 0x0680 > > +#define PCI_CLASS_SERIAL_OTHER 0x0780 > + > +#define PCI_CLASS_PROCESSOR_CO 0x0b40 > #define PCI_CLASS_COMMUNICATION_OTHER 0x0780 > > #define PCI_CLASS_PROCESSOR_CO 0x0b40 Those defines already exist; they're also seen in the hunk: PCI_CLASS_COMMUNICATION_OTHER and the other with the same name. Amit