From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LApqN-0006ro-KG for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:00:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LApqM-0006nf-37 for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:00:59 -0500 Received: from [199.232.76.173] (port=58866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LApqM-0006nb-0P for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:00:58 -0500 Received: from mx20.gnu.org ([199.232.41.8]:3969) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LApqL-000192-Lr for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:00:57 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LApqK-0003w0-Pg for qemu-devel@nongnu.org; Thu, 11 Dec 2008 13:00:57 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] pci: add default pci subsystem id for all devices. Date: Thu, 11 Dec 2008 18:00:53 +0000 References: <49413ED7.4000807@redhat.com> <49414CB6.4050408@redhat.com> <494151B6.9090801@gmx.net> In-Reply-To: <494151B6.9090801@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812111800.53994.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 Cc: Carl-Daniel Hailfinger On Thursday 11 December 2008, Carl-Daniel Hailfinger wrote: > On 11.12.2008 18:24, Gerd Hoffmann wrote: > > Carl-Daniel Hailfinger wrote: > >> Have you investigated setting the subsystem IDs in the Qemu BIOS? > > > > No. Why should I? What would be the advantages of that approach? > > You could set the IDs without having to recompile qemu just by changing > the BIOS. I admit that benefit may be debatable. It's just that I wanted > you to know about possible alternatives. Doesn't help for the machines that don't have a PCI bios. Paul