aliguori | 44d3749 | 2008-12-17 21:32:37 +0000 | [diff] [blame] | 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 |
aurel32 | e2fc836 | 2009-01-24 16:37:31 +0000 | [diff] [blame] | 22 | 1af4:1003 console device |
aliguori | 44d3749 | 2008-12-17 21:32:37 +0000 | [diff] [blame] | 23 | |
aurel32 | e2fc836 | 2009-01-24 16:37:31 +0000 | [diff] [blame] | 24 | 1af4:1004 Reserved. |
aliguori | 44d3749 | 2008-12-17 21:32:37 +0000 | [diff] [blame] | 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 | |