From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj4xN-0003i5-Qy for qemu-devel@nongnu.org; Thu, 13 Dec 2012 04:19:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tj4xM-0003x6-9Y for qemu-devel@nongnu.org; Thu, 13 Dec 2012 04:19:53 -0500 Received: from mail-ia0-f174.google.com ([209.85.210.174]:34680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj4xM-0003x0-3O for qemu-devel@nongnu.org; Thu, 13 Dec 2012 04:19:52 -0500 Received: by mail-ia0-f174.google.com with SMTP id y25so1780254iay.5 for ; Thu, 13 Dec 2012 01:19:51 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 13 Dec 2012 10:19:35 +0100 Message-Id: <1355390378-16692-3-git-send-email-pbonzini@redhat.com> In-Reply-To: <1355390378-16692-1-git-send-email-pbonzini@redhat.com> References: <1355390378-16692-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 2/5] reorganize pci-ids.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com Some devices were missing, and we're using two PCI vendor ids. This patch only adds devices that are already documented in hw/pci.h. Signed-off-by: Paolo Bonzini --- docs/specs/pci-ids.txt | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt index 73125a8..df2527f 100644 --- a/docs/specs/pci-ids.txt +++ b/docs/specs/pci-ids.txt @@ -3,29 +3,30 @@ PCI IDs for qemu ================ Red Hat, Inc. donates a part of its device ID range to qemu, to be used for -virtual devices. The vendor ID is 1af4 (formerly Qumranet ID). +virtual devices. The vendor IDs are 1af4 (formerly Qumranet ID) and 1b36. -The 1000 -> 10ff device ID range is used for VirtIO devices. +Contact Gerd Hoffmann to get a device ID assigned +for your devices. -The 1100 device ID is used as PCI Subsystem ID for existing hardware -devices emulated by qemu. +1af4 vendor ID +-------------- -All other device IDs are reserved. - - -VirtIO Device IDs ------------------ +The 1000 -> 10ff device ID range is used as follows for virtio-pci devices. +Note that this allocation separate from the virtio device IDs, which are +maintained as part of the virtio specification. 1af4:1000 network device 1af4:1001 block device 1af4:1002 balloon device 1af4:1003 console device - -1af4:1004 Reserved. - to Contact Gerd Hoffmann to get a -1af4:10ef device ID assigned for your new virtio device. +1af4:1004 SCSI host bus adapter device +1af4:1005 entropy generator device 1af4:10f0 Available for experimental usage without registration. Must get to official ID when the code leaves the test lab (i.e. when seeking 1af4:10ff upstream merge or shipping a distro/product) to avoid conflicts. +1af4:1100 Used as PCI Subsystem ID for existing hardware devices emulated + by qemu. + +All other device IDs are reserved. -- 1.8.0.1