]>
Commit | Line | Data |
---|---|---|
44d3749c AL |
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 | |
e2fc836b | 22 | 1af4:1003 console device |
44d3749c | 23 | |
e2fc836b | 24 | 1af4:1004 Reserved. |
44d3749c AL |
25 | to Contact Gerd Hoffmann <kraxel@redhat.com> to get a |
26 | 1af4:10ef device ID assigned for your new virtio device. | |
27 | ||
28 | 1af4:10f0 Available for experimental usage without registration. Must get | |
29 | to official ID when the code leaves the test lab (i.e. when seeking | |
30 | 1af4:10ff upstream merge or shipping a distro/product) to avoid conflicts. | |
31 |