Commit 44d3749c0214d8b386e5f1899a191707807ef195
1 parent
4689f4b3
This should have been added in Gerd's previous commit.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6076 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
30 additions
and
0 deletions
pci-ids.txt
0 → 100644
1 | + | |
2 | +PCI IDs for qemu | |
3 | +================ | |
4 | + | |
5 | +Red Hat, Inc. donates a part of its device ID range to qemu, to be used for | |
6 | +virtual devices. The vendor ID is 1af4 (formerly Qumranet ID). | |
7 | + | |
8 | +The 1000 -> 10ff device ID range is used for VirtIO devices. | |
9 | + | |
10 | +The 1100 device ID is used as PCI Subsystem ID for existing hardware | |
11 | +devices emulated by qemu. | |
12 | + | |
13 | +All other device IDs are reserved. | |
14 | + | |
15 | + | |
16 | +VirtIO Device IDs | |
17 | +----------------- | |
18 | + | |
19 | +1af4:1000 network device | |
20 | +1af4:1001 block device | |
21 | +1af4:1002 balloon device | |
22 | + | |
23 | +1af4:1003 Reserved. | |
24 | + to Contact Gerd Hoffmann <kraxel@redhat.com> to get a | |
25 | +1af4:10ef device ID assigned for your new virtio device. | |
26 | + | |
27 | +1af4:10f0 Available for experimental usage without registration. Must get | |
28 | + to official ID when the code leaves the test lab (i.e. when seeking | |
29 | +1af4:10ff upstream merge or shipping a distro/product) to avoid conflicts. | |
30 | + | ... | ... |