From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYzwm-00030N-Fl for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:07:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYzwj-0002wf-JC for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:07:11 -0400 Received: from [199.232.76.173] (port=58276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYzwj-0002wM-D8 for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:07:09 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46286) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYzwi-0000Kl-Qw for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:07:09 -0400 Message-ID: <48B7BBE5.3090107@redhat.com> Date: Fri, 29 Aug 2008 11:05:41 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/4] pci: add default pci subsystem id for all devices. References: <1219912589-12476-1-git-send-email-kraxel@redhat.com> <1219912589-12476-3-git-send-email-kraxel@redhat.com> <48B70C8D.2030003@codemonkey.ws> In-Reply-To: <48B70C8D.2030003@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 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: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori wrote: >> TODO: get an official vendor ID assigned, or borrow one (maybe >> Qumranet which already sponsors the virtio IDs ???). > > Does the subvendor ID have to be an official vendor ID? I think so, as far I know there is no difference between vendor and subvendor ID in that respect. > I thought that > the subvendor ID could be defined by the vendor as whatever it wants.. Each vendor can assign the device (and subdevice) IDs freely. cheers, Gerd