This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devices.json
78 lines (78 loc) · 2.13 KB
/
devices.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"name": "Red Hat VirtIO Ethernet Adapter",
"short": "NetKVM",
"device": { "type": "network", "name": "virtio-net-pci", "extra": "" },
"inf": "netkvm.inf",
"install_method": "PNP",
"support": true,
"blacklist": [
"NDISTest 6.0 - [2 Machine] - 2c_Mini6RSSSendRecv",
"NDISTest 6.5 - [2 Machine] - MPE_Ethernet.xml"
]
},
{
"name": "Red Hat VirtIO SCSI Disk Device",
"short": "viostor",
"device": { "type": "storage-blk", "name": "virtio-blk-pci", "extra": "" },
"inf": "viostor.inf",
"install_method": "PNP",
"support": false
},
{
"name": "IVSHMEM Device",
"short": "ivshmem",
"device": { "type": "ivshmem", "name": "ivshmem-doorbell", "extra": "" },
"inf": "ivshmem.inf",
"install_method": "PNP",
"support": false
},
{
"name": "QEMU PVPanic Device",
"short": "pvpanic",
"device": { "type": "pvpanic", "name": "pvpanic", "extra": "" },
"inf": "pvpanic.inf",
"install_method": "PNP",
"support": false
},
{
"name": "VirtIO RNG Device",
"short": "viorng",
"device": { "type": "rng", "name": "virtio-rng-pci", "extra": "" },
"inf": "viorng.inf",
"install_method": "PNP",
"support": false
},
{
"name": "Red Hat VirtIO SCSI pass-through controller",
"short": "vioscsi",
"device": { "type": "storage-scsi", "name": "virtio-scsi-pci", "extra": "" },
"inf": "vioscsi.inf",
"install_method": "PNP",
"support": false
},
{
"name": "VirtIO Balloon Driver",
"short": "Balloon",
"device": { "type": "balloon", "name": "virtio-balloon-pci", "extra": "" },
"inf": "balloon.inf",
"install_method": "PNP",
"support": false
},
{
"name": "VirtIO Input Driver",
"short": "vioinput",
"device": { "type": "vioinput", "name": "virtio-keyboard-pci", "extra": "" },
"inf": "vioinput.inf",
"install_method": "PNP",
"support": false
},
{
"name": "VirtIO Serial Driver",
"short": "vioserial",
"device": { "type": "serial", "name": "virtio-serial-pci", "extra": "" },
"inf": "vioser.inf",
"install_method": "PNP",
"support": false
}
]