~vcs-imports/qemu/git

6065 by aliguori
This should have been added in Gerd's previous commit.
1
PCI IDs for qemu
2
================
3
4
Red Hat, Inc. donates a part of its device ID range to qemu, to be used for
5
virtual devices.  The vendor ID is 1af4 (formerly Qumranet ID).
6
7
The 1000 -> 10ff device ID range is used for VirtIO devices.
8
9
The 1100 device ID is used as PCI Subsystem ID for existing hardware
10
devices emulated by qemu.
11
12
All other device IDs are reserved.
13
14
15
VirtIO Device IDs
16
-----------------
17
18
1af4:1000  network device
19
1af4:1001  block device
20
1af4:1002  balloon device
21
1af4:1003  console device
6417 by aurel32
List virtio console device in pci-ids.txt
22
6065 by aliguori
This should have been added in Gerd's previous commit.
23
1af4:1004  Reserved.
6417 by aurel32
List virtio console device in pci-ids.txt
24
   to      Contact Gerd Hoffmann <kraxel@redhat.com> to get a
6065 by aliguori
This should have been added in Gerd's previous commit.
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
31