From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LdsH3-00068t-PA for qemu-devel@nongnu.org; Sun, 01 Mar 2009 15:28:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LdsH2-00067T-B3 for qemu-devel@nongnu.org; Sun, 01 Mar 2009 15:28:33 -0500 Received: from [199.232.76.173] (port=42759 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LdsH1-00067J-Vf for qemu-devel@nongnu.org; Sun, 01 Mar 2009 15:28:32 -0500 Received: from mx20.gnu.org ([199.232.41.8]:62454) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LdsH1-0008FJ-PW for qemu-devel@nongnu.org; Sun, 01 Mar 2009 15:28:31 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LdsGy-0003Bs-Nz for qemu-devel@nongnu.org; Sun, 01 Mar 2009 15:28:28 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Add and use remaining #defines for PCI device IDs Date: Sun, 1 Mar 2009 20:28:24 +0000 References: <20090301170120.GA666@miranda.arrow> In-Reply-To: <20090301170120.GA666@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903012028.25469.paul@codesourcery.com> 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 Sunday 01 March 2009, Stuart Brady wrote: > // * Please do not use C++ style comments. Paul