forked from avpatel/xvisor-next
-
Notifications
You must be signed in to change notification settings - Fork 1
/
HOSTS
217 lines (198 loc) · 7.88 KB
/
HOSTS
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
Supported Host Hardware
Note: This list is meant to remain in alphabetical order. Please add new
machines or boards in alphabetical order so that it is much easier to find
and edit them later. It is formatted to allow easy grepping and beautification
by scripts. The fields are: Host Machine Name (M), Host Architecture (A),
Host CPU Name (C), Host CPU Vendor (V), Emulator for Host Machine (E),
Guest support (G), Current status (S), and Relevant documentation files (D).
If a field spans multiple lines then simply add field prefix to every line.
----------
M: BCM2835 SOC (Raspberry Pi development board)
A: ARM 32-bit (ARMv6)
C: ARM11
V: Broadcom Corporation (http://www.broadcom.com/)
E: Raspberry-Pi QEMU (https://github.com/Torlus/qemu)
G: Only Realview-EB-MPCore guest supported
S: Able to boot Realview-EB-MPCore linux guest on Raspberry Pi hardware
and Raspberry Pi emulated by QEMU
D: docs/arm/bcm2835-raspi.txt
M: BCM2836 SOC (Raspberry Pi2 development board)
A: ARM 32-bit with virtualization extension (ARMv7a-ve)
C: Cortex-A7
V: Broadcom Corporation (http://www.broadcom.com/)
E: ---
G: Realview-PB-A8, VExpress-A9, VExpress-A15, and Virt-v7 guests supported
S: Able to boot Realview-PB-A8 linux guest on Raspberry Pi2
S: Able to boot VExpress-A9 linux guest on Raspberry Pi2
S: Able to boot VExpress-A15 linux guest on Raspberry Pi2
S: Able to boot Virt-v7 linux guest on Raspberry Pi2
D: docs/arm/bcm2836-raspi2.txt
M: BCM2837 SOC (Raspberry Pi3 development board)
A: ARM 64-bit (ARMv8a)
C: Cortex-A53
V: Broadcom Corporation (http://www.broadcom.com/)
E: ---
G: Realview-PB-A8, VExpress-A9, VExpress-A15, Virt-v7 and Virt-v8 guests
supported
S: Able to boot Realview-PB-A8 linux guest on Raspberry Pi3
S: Able to boot VExpress-A9 linux guest on Raspberry Pi3
S: Able to boot VExpress-A15 linux guest on Raspberry Pi3
S: Able to boot Virt-v7 linux guest on Raspberry Pi3
S: Able to boot Virt-v8 linux guest on Raspberry Pi3
D: docs/arm/bcm2837-raspi3.txt
M: Exynos4210 SOC (SMDKC210 and NURI evaluation boards)
A: ARM 32-bit (ARMv7a)
C: Cortex-A9
V: Samsung (http://www.samsung.com)
E: QEMU (http://qemu.org/)
G: Realview-PB-A8 and VExpress-A9 guests supported
S: Able to boot Realview-PB-A8 linux guest on smdkc210 emulated by
Linaro QEMU.
S: Able to boot VExpress-A9 linux guest on smdkc210 emulated by
Linaro QEMU
D: docs/arm/exynos4-smdkc210.txt
D: docs/arm/exynos4-nuri.txt
M: Exynos4412 SOC (ODroid-X development board)
A: ARM 32-bit (ARMv7a)
C: Cortex-A9
V: Samsung (http://www.samsung.com)
E: ---
G: Realview-PB-A8 and VExpress-A9 guests supported
S: Only supports Contex-A9 Uniprocessor. The Cortex-A9 Multiprocessor
(or SMP) suppport is Work-In-Progress.
S: Able to boot Realview-PB-A8 linux guest on ODroid-X board
S: Able to boot VExpress-A9 linux guest on ODroid-X board
D: docs/arm/exynos4-odroidx.txt
M: i.MX6 SOC (Sabrelite or Nitrogen6X board)
A: ARM 32-bit (ARMv7a)
C: Cortex-A9
V: Freescale Semiconductor Inc. (http://www.freescale.com/)
E: ---
G: Only Sabrelite guests supported (modified VExpress-A9 guests)
S: Able to boot Sabrelite guests on Freescale Sabrelite board
S: Able to boot Sabrelite guests on Boundary Devices Nitrogen6X board
D: docs/arm/sabrelite.txt
M: Foundation v8 Machine
A: ARM 64-bit (ARMv8a)
C: Foundation ARMv8 CPU
V: ARM Ltd. (http://www.arm.com/)
E: ARMv8 Foundation Model (http://www.arm.com/products/tools/models/fast-models/foundation-model.php)
G: Realview-PB-A8, VExpress-A9 VExpress-A15, and Virt-v8 guests supported
S: Able to boot Realview-PB-A8 linux guest on Foundation v8 Machine
emulated by ARMv8 Foundation Model.
S: Able to boot VExpress-A9 linux guest on Foundation v8 Machine emulated
by ARMv8 Foundation Model.
S: Able to boot VExpress-A15 linux guest on Foundation v8 Machine emulated
by ARMv8 Foundation Model.
S: Able to boot Virt-v7 linux guest on Foundation v8 Machine emulated
by ARMv8 Foundation Model.
S: Able to boot Virt-v8 linux guest on Foundation v8 Machine emulated
by ARMv8 Foundation Model.
D: ---
M: OMAP3 SOC (BeagleBoard-xM development board)
A: ARM 32-bit (ARMv7a)
C: Cortex-A8
V: Texax Instruments (http://www.ti.com/)
E: QEMU Linaro (https://launchpad.net/qemu-linaro)
G: Realview-PB-A8 and VExpress-A9 guests supported
S: Able to boot Realview-PB-A8 linux guest on BeagleBoard-xM Hardware
and BeagleBoard emulated by Linaro QEMU
S: Able to boot VExpress-A9 linux guest on BeagleBoard-xM Hardware and
BeagleBoard emulated by Linaro QEMU
D: docs/arm/omap3-beagle.txt
M: Realview-EB-MPCore
A: ARM 32-bit (ARMv6k)
C: ARM11MPCore
V: ARM Ltd. (http://www.arm.com/)
E: QEMU (http://qemu.org/)
G: Only Realview-EB-MPCore guest supported
S: Able to boot Realview-EB-MPCore linux guest on Realview-EB-MPCore
emulated by QEMU
D: docs/arm/realview-eb-mpcore.txt
M: Realview-PB-A8
A: ARM 32-bit (ARMv7a)
C: Cortex-A8
V: ARM Ltd. (http://www.arm.com/)
E: QEMU (http://qemu.org/)
G: Realview-PB-A8 and VExpress-A9 guests supported
S: Able to boot Realview-PB-A8 linux guest on Realview-PB-A8 emulated by
QEMU
S: Able to boot VExpress-A9 linux guest on Realview-PB-A8 emulated by QEMU
D: docs/arm/realview-pb-a8.txt
M: Sun4i SOC (or Allwinner A10) (Hackberry or Cubieboard or Pcduino board)
A: ARM 32-bit (ARMv7a)
C: Cortex-A8
V: Allwinner Technology (http://www.allwinner.com)
E: QEMU (http://qemu.org/)
G: Realview-PB-A8 and VExpress-A9 guests supported
S: Able to boot Realview-PB-A8 linux guest on Hackberry board
S: Able to boot VExpress-A9 linux guest on Hackberry board
D: docs/arm/sun4i-hackberry.txt
D: docs/arm/sun4i-pcduino.txt
D: docs/arm/sun4i-cubieboard.txt
D: docs/arm/sun4i-cubieboard-qemu.txt
M: Sun7i SOC (or Allwinner A20) (Cubieboard2)
A: ARM 32-bit with virtualization extension (ARMv7a-ve)
C: Cortex-A7
V: Allwinner Technology (http://www.allwinner.com)
E: ---
G: Realview-PB-A8, VExpress-A9, VExpress-A15, and Virt-v7 guests supported
S: Able to boot Realview-PB-A8 linux guest on Cubieboard2
S: Able to boot VExpress-A9 linux guest on Cubieboard2
S: Able to boot VExpress-A15 linux guest on Cubieboard2
S: Able to boot Virt-v7 linux guest on Cubieboard2
D: docs/arm/sun7i-cubieboard2.txt
M: VersatilePB
A: ARM 32-bit (ARMv5)
C: ARM926
V: ARM Ltd. (http://www.arm.com/)
E: QEMU (http://qemu.org/)
G: Only VersatilePB guest supported
S: Able to boot VersatilePB linux guests on VersatilePB emulated by QEMU
D: docs/arm/versatilepb.txt
M: VExpress-A9
A: ARM 32-bit (ARMv7a)
C: Cortex-A9
V: ARM Ltd. (http://www.arm.com/)
E: QEMU (http://qemu.org/)
G: Realview-PB-A8 and VExpress-A9 guests supported
S: Able to boot Realview-PB-A8 linux guest on VExpress-A9 emulated by
Linaro QEMU.
S: Able to boot VExpress-A9 linux guest on VExpress-A9 emulated by QEMU
D: docs/arm/vexpress-a9.txt
M: VExpress-A15
A: ARM 32-bit with virtualization extension (ARMv7a-ve)
C: Cortex-A15
V: ARM Ltd. (http://www.arm.com/)
E: ARM Fast Models 7.0 or higher (https://www.arm.com/)
G: Realview-PB-A8, VExpress-A9, VExpress-A15, and Virt-v7 guests supported
S: Able to boot Realview-PB-A8 linux guest on VExpress-A15 emulated by
ARM fast models.
S: Able to boot VExpress-A9 linux guest on VExpress-A15 emulated by
ARM fast models.
S: Able to boot VExpress-A15 linux guest on VExpress-A15 emulated by
ARM fast models.
S: Able to boot Virt-v7 linux guest on VExpress-A15 emulated by
ARM fast models.
D: docs/arm/vexpress-a15.txt
M: x86_64 Generic
A: x86 64-bit
C: x86_64
V: Intel (http://www.intel.com)
E: QEMU (http://qemu.org/)
G: Work-In-Progress.
S: Work-In-Progress.
D: docs/x86/x86_64_generic.txt
M: ZynqMP SOC (ZynqMP ZCU102 board)
A: ARM 64-bit (ARMv8a)
C: Cortex-A53
V: Xilinx Inc (https://www.xilinx.com)
E: ---
G: Realview-PB-A8, VExpress-A9, VExpress-A15, Virt-v7 and Virt-v8 guests
supported
S: Able to boot Realview-PB-A8 linux guest on ZynqMP ZCU102 board
S: Able to boot VExpress-A9 linux guest on ZynqMP ZCU102 board
S: Able to boot VExpress-A15 linux guest on ZynqMP ZCU102 board
S: Able to boot Virt-v7 linux guest on ZynqMP ZCU102 board
S: Able to boot Virt-v8 linux guest on ZynqMP ZCU102 board
D: docs/arm/zynqmp-zcu102.txt