From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LThyB-0003RE-B1 for qemu-devel@nongnu.org; Sun, 01 Feb 2009 14:27:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LThy9-0003QJ-FY for qemu-devel@nongnu.org; Sun, 01 Feb 2009 14:27:02 -0500 Received: from [199.232.76.173] (port=41851 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LThy9-0003QE-7I for qemu-devel@nongnu.org; Sun, 01 Feb 2009 14:27:01 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:37799) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LThy8-0008BL-Qs for qemu-devel@nongnu.org; Sun, 01 Feb 2009 14:27:01 -0500 Received: by fxm13 with SMTP id 13so1180756fxm.10 for ; Sun, 01 Feb 2009 11:26:58 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090201191215.GA14517@miranda.arrow> References: <20090201191215.GA14517@miranda.arrow> Date: Sun, 1 Feb 2009 21:26:58 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH][v2] Add and use #defines for PCI device classes From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 2/1/09, Stuart Brady wrote: > This patch adds and uses #defines for PCI device classes and subclases, > using a new pci_config_set_class() function, similar to the recently > added pci_config_set_vendor_id() and pci_config_set_device_id(). > > > Change since v1: fixed compilation of hw/sun4u.c > > > Signed-off-by: Stuart Brady Thanks, applied as r6491.