]>
Commit | Line | Data |
---|---|---|
b6f97c14 FB |
1 | QEMU Maintainers |
2 | ================ | |
3 | ||
fd5d5c56 AL |
4 | The intention of this file is not to establish who owns what portions of the |
5 | code base, but to provide a set of names that developers can consult when they | |
6 | have a question about a particular subset and also to provide a set of names | |
7 | to be CC'd when submitting a patch to obtain appropriate review. | |
3cd9acb4 | 8 | |
fd5d5c56 AL |
9 | In general, if you have a question about inclusion of a patch, you should |
10 | consult qemu-devel and not any specific individual privately. | |
b6f97c14 | 11 | |
fd5d5c56 AL |
12 | Descriptions of section entries: |
13 | ||
14 | M: Mail patches to: FullName <address@domain> | |
15 | L: Mailing list that is relevant to this area | |
16 | W: Web-page with status/info | |
17 | Q: Patchwork web based patch tracking system site | |
18 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | |
19 | S: Status, one of the following: | |
20 | Supported: Someone is actually paid to look after this. | |
21 | Maintained: Someone actually looks after it. | |
22 | Odd Fixes: It has a maintainer but they don't have time to do | |
c91bbffb | 23 | much other than throw the odd patch in. See below. |
fd5d5c56 AL |
24 | Orphan: No current maintainer [but maybe you could take the |
25 | role as you write your new code]. | |
26 | Obsolete: Old code. Something tagged obsolete generally means | |
27 | it has been replaced by a better system and you | |
28 | should be using that. | |
29 | F: Files and directories with wildcard patterns. | |
30 | A trailing slash includes all files and subdirectory files. | |
31 | F: drivers/net/ all files in and below drivers/net | |
32 | F: drivers/net/* all files in drivers/net, but not below | |
33 | F: */net/* all files in "any top level directory"/net | |
34 | One pattern per line. Multiple F: lines acceptable. | |
35 | X: Files and directories that are NOT maintained, same rules as F: | |
36 | Files exclusions are tested before file matches. | |
37 | Can be useful for excluding a specific subdirectory, for instance: | |
38 | F: net/ | |
39 | X: net/ipv6/ | |
40 | matches all files in and below net excluding net/ipv6/ | |
41 | K: Keyword perl extended regex pattern to match content in a | |
42 | patch or file. For instance: | |
43 | K: of_get_profile | |
44 | matches patches or files that contain "of_get_profile" | |
45 | K: \b(printk|pr_(info|err))\b | |
46 | matches patches or files that contain one or more of the words | |
47 | printk, pr_info or pr_err | |
48 | One regex pattern per line. Multiple K: lines acceptable. | |
49 | ||
50 | ||
51 | General Project Administration | |
52 | ------------------------------ | |
ff0d4876 | 53 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 54 | |
62622c11 MT |
55 | Responsible Disclosure, Reporting Security Issues |
56 | ------------------------------ | |
57 | W: http://wiki.qemu.org/SecurityProcess | |
58 | M: Michael S. Tsirkin <[email protected]> | |
62622c11 MT |
59 | L: [email protected] |
60 | ||
fd5d5c56 AL |
61 | Guest CPU cores (TCG): |
62 | ---------------------- | |
486bbe5f | 63 | Overall |
5dd4a88c | 64 | L: [email protected] |
486bbe5f PB |
65 | S: Odd fixes |
66 | F: cpu-exec.c | |
67 | F: cputlb.c | |
68 | F: softmmu_template.h | |
69 | F: translate-all.c | |
70 | F: include/exec/cpu_ldst.h | |
71 | F: include/exec/cpu_ldst_template.h | |
72 | F: include/exec/helper*.h | |
73 | ||
fd5d5c56 | 74 | Alpha |
8d6df264 RH |
75 | M: Richard Henderson <[email protected]> |
76 | S: Maintained | |
fd5d5c56 | 77 | F: target-alpha/ |
8d8b636d | 78 | F: hw/alpha/ |
c0bd0b50 | 79 | F: tests/tcg/alpha/ |
b6f97c14 | 80 | |
b6f97c14 | 81 | ARM |
1ce9ce6a | 82 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
83 | S: Maintained |
84 | F: target-arm/ | |
8d8b636d PB |
85 | F: hw/arm/ |
86 | F: hw/cpu/a*mpcore.c | |
fd5d5c56 AL |
87 | |
88 | CRIS | |
89 | M: Edgar E. Iglesias <[email protected]> | |
90 | S: Maintained | |
91 | F: target-cris/ | |
8d8b636d | 92 | F: hw/cris/ |
c0bd0b50 | 93 | F: tests/tcg/cris/ |
fd5d5c56 | 94 | |
07bf23a7 MW |
95 | LM32 |
96 | M: Michael Walle <[email protected]> | |
97 | S: Maintained | |
98 | F: target-lm32/ | |
4eab7a0a | 99 | F: disas/lm32.c |
8d8b636d | 100 | F: hw/lm32/ |
4eab7a0a MW |
101 | F: hw/*/lm32_* |
102 | F: hw/*/milkymist-* | |
103 | F: include/hw/char/lm32_juart.h | |
104 | F: include/hw/lm32/ | |
c0bd0b50 | 105 | F: tests/tcg/lm32/ |
07bf23a7 | 106 | |
fd5d5c56 | 107 | M68K |
0e19885e | 108 | S: Orphan |
fd5d5c56 | 109 | F: target-m68k/ |
8d8b636d | 110 | F: hw/m68k/ |
fd5d5c56 AL |
111 | |
112 | MicroBlaze | |
113 | M: Edgar E. Iglesias <[email protected]> | |
114 | S: Maintained | |
115 | F: target-microblaze/ | |
8d8b636d | 116 | F: hw/microblaze/ |
fd5d5c56 | 117 | |
b6f97c14 | 118 | MIPS |
ddb13561 | 119 | M: Aurelien Jarno <[email protected]> |
6f640917 LA |
120 | M: Leon Alrae <[email protected]> |
121 | S: Maintained | |
fd5d5c56 | 122 | F: target-mips/ |
8d8b636d | 123 | F: hw/mips/ |
c0bd0b50 | 124 | F: tests/tcg/mips/ |
fd5d5c56 | 125 | |
d15a9c23 AG |
126 | Moxie |
127 | M: Anthony Green <[email protected]> | |
128 | S: Maintained | |
129 | F: target-moxie/ | |
130 | ||
945dad6d JL |
131 | OpenRISC |
132 | M: Jia Liu <[email protected]> | |
133 | S: Maintained | |
134 | F: target-openrisc/ | |
135 | F: hw/openrisc/ | |
c0bd0b50 | 136 | F: tests/tcg/openrisc/ |
945dad6d | 137 | |
b6f97c14 | 138 | PowerPC |
fd5d5c56 | 139 | M: Alexander Graf <[email protected]> |
a6c98685 | 140 | L: [email protected] |
fd5d5c56 AL |
141 | S: Maintained |
142 | F: target-ppc/ | |
8d8b636d | 143 | F: hw/ppc/ |
fd5d5c56 AL |
144 | |
145 | S390 | |
2b35e93f | 146 | M: Richard Henderson <[email protected]> |
fd5d5c56 AL |
147 | M: Alexander Graf <[email protected]> |
148 | S: Maintained | |
149 | F: target-s390x/ | |
8d8b636d | 150 | F: hw/s390x/ |
fd5d5c56 | 151 | |
b6f97c14 | 152 | SH4 |
ddb13561 | 153 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 154 | S: Odd Fixes |
fd5d5c56 | 155 | F: target-sh4/ |
8d8b636d | 156 | F: hw/sh4/ |
fd5d5c56 AL |
157 | |
158 | SPARC | |
159 | M: Blue Swirl <[email protected]> | |
f2416d3a | 160 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 AL |
161 | S: Maintained |
162 | F: target-sparc/ | |
8d8b636d PB |
163 | F: hw/sparc/ |
164 | F: hw/sparc64/ | |
fd5d5c56 | 165 | |
a6ea7b4c AF |
166 | UniCore32 |
167 | M: Guan Xuetao <[email protected]> | |
168 | S: Maintained | |
169 | F: target-unicore32/ | |
8d8b636d | 170 | F: hw/unicore32/ |
a6ea7b4c | 171 | |
fd5d5c56 | 172 | X86 |
d46d72fd PB |
173 | M: Paolo Bonzini <[email protected]> |
174 | M: Richard Henderson <[email protected]> | |
e1a04339 | 175 | M: Eduardo Habkost <[email protected]> |
b203a4ba | 176 | S: Maintained |
fd5d5c56 | 177 | F: target-i386/ |
8d8b636d | 178 | F: hw/i386/ |
fd5d5c56 | 179 | |
16e7caae MF |
180 | Xtensa |
181 | M: Max Filippov <[email protected]> | |
375847a6 | 182 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae MF |
183 | S: Maintained |
184 | F: target-xtensa/ | |
8d8b636d | 185 | F: hw/xtensa/ |
c0bd0b50 | 186 | F: tests/tcg/xtensa/ |
16e7caae | 187 | |
48e06fe0 BK |
188 | TriCore |
189 | M: Bastian Koppelmann <[email protected]> | |
190 | S: Maintained | |
191 | F: target-tricore/ | |
192 | F: hw/tricore/ | |
193 | ||
fd5d5c56 AL |
194 | Guest CPU Cores (KVM): |
195 | ---------------------- | |
196 | ||
197 | Overall | |
c6d559d9 | 198 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
199 | L: [email protected] |
200 | S: Supported | |
201 | F: kvm-* | |
202 | F: */kvm.* | |
203 | ||
ed4659d1 PM |
204 | ARM |
205 | M: Peter Maydell <[email protected]> | |
206 | S: Maintained | |
207 | F: target-arm/kvm.c | |
208 | ||
a31896c4 JH |
209 | MIPS |
210 | M: James Hogan <[email protected]> | |
211 | S: Maintained | |
212 | F: target-mips/kvm.c | |
213 | ||
fd5d5c56 AL |
214 | PPC |
215 | M: Alexander Graf <[email protected]> | |
216 | S: Maintained | |
217 | F: target-ppc/kvm.c | |
218 | ||
749717a0 | 219 | S390 |
b304bf00 CB |
220 | M: Christian Borntraeger <[email protected]> |
221 | M: Cornelia Huck <[email protected]> | |
fd5d5c56 AL |
222 | M: Alexander Graf <[email protected]> |
223 | S: Maintained | |
224 | F: target-s390x/kvm.c | |
4277af19 CH |
225 | F: hw/intc/s390_flic.c |
226 | F: hw/intc/s390_flic_kvm.c | |
227 | F: include/hw/s390x/s390_flic.h | |
fd5d5c56 AL |
228 | |
229 | X86 | |
d46d72fd | 230 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
231 | M: Marcelo Tosatti <[email protected]> |
232 | L: [email protected] | |
233 | S: Supported | |
234 | F: target-i386/kvm.c | |
235 | ||
8a6b0cd7 SS |
236 | Guest CPU Cores (Xen): |
237 | ---------------------- | |
238 | ||
239 | X86 | |
240 | M: Stefano Stabellini <[email protected]> | |
241 | L: [email protected] | |
242 | S: Supported | |
243 | F: xen-* | |
244 | F: */xen* | |
245 | ||
1bdd6874 SW |
246 | Hosts: |
247 | ------ | |
248 | ||
249 | LINUX | |
250 | L: [email protected] | |
251 | S: Maintained | |
252 | F: linux-* | |
253 | F: linux-headers/ | |
254 | ||
255 | POSIX | |
256 | L: [email protected] | |
257 | S: Maintained | |
258 | F: *posix* | |
259 | ||
260 | W32, W64 | |
261 | L: [email protected] | |
262 | M: Stefan Weil <[email protected]> | |
263 | S: Maintained | |
264 | F: *win32* | |
265 | ||
fd5d5c56 AL |
266 | ARM Machines |
267 | ------------ | |
84291fe7 LG |
268 | Allwinner-a10 |
269 | M: Li Guang <[email protected]> | |
270 | S: Maintained | |
271 | F: hw/*/allwinner-a10* | |
272 | F: include/hw/*/allwinner-a10* | |
273 | F: hw/arm/cubieboard.c | |
274 | ||
fc63dcff EV |
275 | Exynos |
276 | M: Evgeny Voevodin <[email protected]> | |
277 | M: Maksim Kozlov <[email protected]> | |
f44c5c67 | 278 | M: Igor Mitsyanko <[email protected]> |
fc63dcff EV |
279 | M: Dmitry Solodkiy <[email protected]> |
280 | S: Maintained | |
8d8b636d | 281 | F: hw/*/exynos* |
fc63dcff | 282 | |
766fd09f | 283 | Calxeda Highbank |
9ef137ca RH |
284 | M: Rob Herring <[email protected]> |
285 | S: Maintained | |
8d8b636d PB |
286 | F: hw/arm/highbank.c |
287 | F: hw/net/xgmac.c | |
766fd09f | 288 | |
9082f121 AP |
289 | Canon DIGIC |
290 | M: Antony Pavlov <[email protected]> | |
291 | S: Maintained | |
292 | F: include/hw/arm/digic.h | |
293 | F: hw/*/digic* | |
294 | ||
fd5d5c56 | 295 | Gumstix |
5dd4a88c | 296 | L: [email protected] |
fd5d5c56 | 297 | S: Orphan |
8d8b636d | 298 | F: hw/arm/gumstix.c |
fd5d5c56 | 299 | |
0325559d PC |
300 | i.MX31 |
301 | M: Peter Chubb <[email protected]> | |
302 | S: Odd fixes | |
8d8b636d PB |
303 | F: hw/*/imx* |
304 | F: hw/arm/kzm.c | |
0325559d | 305 | |
fd5d5c56 | 306 | Integrator CP |
1ce9ce6a | 307 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 308 | S: Maintained |
8d8b636d | 309 | F: hw/arm/integratorcp.c |
fd5d5c56 AL |
310 | |
311 | Mainstone | |
5dd4a88c | 312 | L: [email protected] |
fd5d5c56 | 313 | S: Orphan |
8d8b636d | 314 | F: hw/arm/mainstone.c |
fd5d5c56 AL |
315 | |
316 | Musicpal | |
317 | M: Jan Kiszka <[email protected]> | |
318 | S: Maintained | |
8d8b636d | 319 | F: hw/arm/musicpal.c |
fd5d5c56 AL |
320 | |
321 | nSeries | |
322 | M: Andrzej Zaborowski <[email protected]> | |
323 | S: Maintained | |
8d8b636d | 324 | F: hw/arm/nseries.c |
fd5d5c56 AL |
325 | |
326 | Palm | |
327 | M: Andrzej Zaborowski <[email protected]> | |
328 | S: Maintained | |
8d8b636d | 329 | F: hw/arm/palm.c |
fd5d5c56 AL |
330 | |
331 | Real View | |
1ce9ce6a | 332 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 333 | S: Maintained |
8d8b636d | 334 | F: hw/arm/realview* |
fd5d5c56 AL |
335 | |
336 | Spitz | |
337 | M: Andrzej Zaborowski <[email protected]> | |
338 | S: Maintained | |
8d8b636d | 339 | F: hw/arm/spitz.c |
fd5d5c56 AL |
340 | |
341 | Stellaris | |
1ce9ce6a | 342 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 343 | S: Maintained |
8d8b636d | 344 | F: hw/*/stellaris* |
fd5d5c56 AL |
345 | |
346 | Versatile PB | |
1ce9ce6a | 347 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 348 | S: Maintained |
8d8b636d | 349 | F: hw/*/versatile* |
fd5d5c56 | 350 | |
e3260506 | 351 | Xilinx Zynq |
97891afa | 352 | M: Peter Crosthwaite <[email protected]> |
e3260506 | 353 | S: Maintained |
8d8b636d PB |
354 | F: hw/arm/xilinx_zynq.c |
355 | F: hw/misc/zynq_slcr.c | |
356 | F: hw/*/cadence_* | |
357 | F: hw/ssi/xilinx_spips.c | |
e3260506 | 358 | |
8f4d260e SZ |
359 | ARM ACPI Subsystem |
360 | M: Shannon Zhao <[email protected]> | |
361 | M: Shannon Zhao <[email protected]> | |
362 | S: Maintained | |
363 | F: hw/arm/virt-acpi-build.c | |
364 | F: include/hw/arm/virt-acpi-build.h | |
365 | ||
fd5d5c56 AL |
366 | CRIS Machines |
367 | ------------- | |
368 | Axis Dev88 | |
369 | M: Edgar E. Iglesias <[email protected]> | |
370 | S: Maintained | |
8d8b636d | 371 | F: hw/cris/axis_dev88.c |
6e481d57 | 372 | F: hw/*/etraxfs_*.c |
fd5d5c56 | 373 | |
07bf23a7 MW |
374 | LM32 Machines |
375 | ------------- | |
376 | EVR32 and uclinux BSP | |
377 | M: Michael Walle <[email protected]> | |
378 | S: Maintained | |
8d8b636d | 379 | F: hw/lm32/lm32_boards.c |
07bf23a7 | 380 | |
d118aa6b MW |
381 | milkymist |
382 | M: Michael Walle <[email protected]> | |
383 | S: Maintained | |
8d8b636d | 384 | F: hw/lm32/milkymist.c |
d118aa6b | 385 | |
afcacd53 | 386 | M68K Machines |
fd5d5c56 AL |
387 | ------------- |
388 | an5206 | |
0e19885e | 389 | S: Orphan |
8d8b636d | 390 | F: hw/m68k/an5206.c |
fd5d5c56 AL |
391 | |
392 | dummy_m68k | |
0e19885e | 393 | S: Orphan |
8d8b636d | 394 | F: hw/m68k/dummy_m68k.c |
fd5d5c56 AL |
395 | |
396 | mcf5208 | |
0e19885e | 397 | S: Orphan |
8d8b636d | 398 | F: hw/m68k/mcf5208.c |
fd5d5c56 AL |
399 | |
400 | MicroBlaze Machines | |
401 | ------------------- | |
402 | petalogix_s3adsp1800 | |
403 | M: Edgar E. Iglesias <[email protected]> | |
404 | S: Maintained | |
6e481d57 | 405 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
fd5d5c56 | 406 | |
d36e8ce7 | 407 | petalogix_ml605 |
97891afa | 408 | M: Peter Crosthwaite <[email protected]> |
d36e8ce7 | 409 | S: Maintained |
8d8b636d | 410 | F: hw/microblaze/petalogix_ml605_mmu.c |
d36e8ce7 | 411 | |
fd5d5c56 AL |
412 | MIPS Machines |
413 | ------------- | |
414 | Jazz | |
415 | M: Hervé Poussineau <[email protected]> | |
416 | S: Maintained | |
8d8b636d | 417 | F: hw/mips/mips_jazz.c |
fd5d5c56 AL |
418 | |
419 | Malta | |
420 | M: Aurelien Jarno <[email protected]> | |
421 | S: Maintained | |
8d8b636d | 422 | F: hw/mips/mips_malta.c |
fd5d5c56 AL |
423 | |
424 | Mipssim | |
5dd4a88c | 425 | L: [email protected] |
fd5d5c56 | 426 | S: Orphan |
8d8b636d | 427 | F: hw/mips/mips_mipssim.c |
fd5d5c56 AL |
428 | |
429 | R4000 | |
430 | M: Aurelien Jarno <[email protected]> | |
431 | S: Maintained | |
8d8b636d | 432 | F: hw/mips/mips_r4k.c |
fd5d5c56 | 433 | |
945dad6d JL |
434 | OpenRISC Machines |
435 | ----------------- | |
436 | or1k-sim | |
437 | M: Jia Liu <[email protected]> | |
438 | S: Maintained | |
439 | F: hw/openrisc/openrisc_sim.c | |
440 | ||
fd5d5c56 AL |
441 | PowerPC Machines |
442 | ---------------- | |
443 | 405 | |
444 | M: Alexander Graf <[email protected]> | |
a6c98685 | 445 | L: [email protected] |
9b9fe135 | 446 | S: Odd Fixes |
8d8b636d | 447 | F: hw/ppc/ppc405_boards.c |
fd5d5c56 | 448 | |
aaade8d7 AF |
449 | Bamboo |
450 | M: Alexander Graf <[email protected]> | |
451 | L: [email protected] | |
452 | S: Odd Fixes | |
8d8b636d | 453 | F: hw/ppc/ppc440_bamboo.c |
aaade8d7 | 454 | |
98cded3a AF |
455 | e500 |
456 | M: Alexander Graf <[email protected]> | |
457 | M: Scott Wood <[email protected]> | |
458 | L: [email protected] | |
459 | S: Supported | |
460 | F: hw/ppc/e500.[hc] | |
461 | F: hw/ppc/e500plat.c | |
462 | ||
463 | mpc8544ds | |
464 | M: Alexander Graf <[email protected]> | |
465 | M: Scott Wood <[email protected]> | |
466 | L: [email protected] | |
467 | S: Supported | |
468 | F: hw/ppc/mpc8544ds.c | |
8d8b636d | 469 | F: hw/ppc/mpc8544_guts.c |
98cded3a | 470 | |
fd5d5c56 AL |
471 | New World |
472 | M: Alexander Graf <[email protected]> | |
a6c98685 | 473 | L: [email protected] |
fd5d5c56 | 474 | S: Maintained |
baec1910 | 475 | F: hw/ppc/mac_newworld.c |
6e481d57 PM |
476 | F: hw/pci-host/uninorth.c |
477 | F: hw/pci-bridge/dec.[hc] | |
8d8b636d | 478 | F: hw/misc/macio/ |
fd5d5c56 AL |
479 | |
480 | Old World | |
481 | M: Alexander Graf <[email protected]> | |
a6c98685 | 482 | L: [email protected] |
fd5d5c56 | 483 | S: Maintained |
baec1910 | 484 | F: hw/ppc/mac_oldworld.c |
6e481d57 | 485 | F: hw/pci-host/grackle.c |
8d8b636d | 486 | F: hw/misc/macio/ |
fd5d5c56 | 487 | |
ec38d398 AF |
488 | PReP |
489 | M: Andreas Färber <[email protected]> | |
a6c98685 | 490 | L: [email protected] |
ec38d398 | 491 | S: Odd Fixes |
75610155 | 492 | F: hw/ppc/prep.c |
6e481d57 | 493 | F: hw/pci-host/prep.[hc] |
8d8b636d | 494 | F: hw/isa/pc87312.[hc] |
fd5d5c56 | 495 | |
085eb217 DG |
496 | sPAPR (pseries) |
497 | M: David Gibson <[email protected]> | |
8a269ca4 AF |
498 | M: Alexander Graf <[email protected]> |
499 | L: [email protected] | |
500 | S: Supported | |
8d8b636d | 501 | F: hw/*/spapr* |
f9de2da7 DG |
502 | F: include/hw/*/spapr* |
503 | F: hw/*/xics* | |
504 | F: include/hw/*/xics* | |
505 | F: pc-bios/spapr-rtas/* | |
8a269ca4 | 506 | |
794d00bf AF |
507 | virtex_ml507 |
508 | M: Edgar E. Iglesias <[email protected]> | |
509 | L: [email protected] | |
510 | S: Odd Fixes | |
6e481d57 | 511 | F: hw/ppc/virtex_ml507.c |
794d00bf | 512 | |
fd5d5c56 AL |
513 | SH4 Machines |
514 | ------------ | |
515 | R2D | |
516 | M: Magnus Damm <[email protected]> | |
517 | S: Maintained | |
6e481d57 | 518 | F: hw/sh4/r2d.c |
fd5d5c56 AL |
519 | |
520 | Shix | |
521 | M: Magnus Damm <[email protected]> | |
afcacd53 | 522 | S: Orphan |
6e481d57 | 523 | F: hw/sh4/shix.c |
fd5d5c56 AL |
524 | |
525 | SPARC Machines | |
526 | -------------- | |
527 | Sun4m | |
528 | M: Blue Swirl <[email protected]> | |
f2416d3a | 529 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 530 | S: Maintained |
8d8b636d | 531 | F: hw/sparc/sun4m.c |
fd5d5c56 AL |
532 | |
533 | Sun4u | |
534 | M: Blue Swirl <[email protected]> | |
f2416d3a | 535 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 536 | S: Maintained |
8d8b636d | 537 | F: hw/sparc64/sun4u.c |
fd5d5c56 | 538 | |
ce6c760c FC |
539 | Leon3 |
540 | M: Fabien Chouteau <[email protected]> | |
541 | S: Maintained | |
8d8b636d PB |
542 | F: hw/sparc/leon3.c |
543 | F: hw/*/grlib* | |
ce6c760c | 544 | |
fd5d5c56 AL |
545 | S390 Machines |
546 | ------------- | |
547 | S390 Virtio | |
548 | M: Alexander Graf <[email protected]> | |
549 | S: Maintained | |
6e481d57 | 550 | F: hw/s390x/s390-*.c |
8cba80c3 | 551 | X: hw/s390x/*pci*.[hc] |
fd5d5c56 | 552 | |
dd4ad64a CH |
553 | S390 Virtio-ccw |
554 | M: Cornelia Huck <[email protected]> | |
b304bf00 | 555 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
556 | M: Alexander Graf <[email protected]> |
557 | S: Supported | |
558 | F: hw/s390x/s390-virtio-ccw.c | |
559 | F: hw/s390x/css.[hc] | |
b304bf00 CB |
560 | F: hw/s390x/sclp*.[hc] |
561 | F: hw/s390x/ipl*.[hc] | |
8cba80c3 | 562 | F: hw/s390x/*pci*.[hc] |
4277af19 CH |
563 | F: include/hw/s390x/ |
564 | F: pc-bios/s390-ccw/ | |
dd4ad64a CH |
565 | T: git git://github.com/cohuck/qemu virtio-ccw-upstr |
566 | ||
ab9528ca GX |
567 | UniCore32 Machines |
568 | ------------- | |
569 | PKUnity-3 SoC initramfs-with-busybox | |
570 | M: Guan Xuetao <[email protected]> | |
571 | S: Maintained | |
8d8b636d | 572 | F: hw/*/puv3* |
ab9528ca GX |
573 | F: hw/unicore32/ |
574 | ||
fd5d5c56 AL |
575 | X86 Machines |
576 | ------------ | |
577 | PC | |
046a6486 | 578 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 579 | S: Supported |
046a6486 MT |
580 | F: include/hw/i386/ |
581 | F: hw/i386/ | |
582 | F: hw/pci-host/piix.c | |
583 | F: hw/pci-host/q35.c | |
584 | F: hw/pci-host/pam.c | |
585 | F: include/hw/pci-host/q35.h | |
586 | F: include/hw/pci-host/pam.h | |
587 | F: hw/isa/piix4.c | |
588 | F: hw/isa/lpc_ich9.c | |
589 | F: hw/i2c/smbus_ich9.c | |
590 | F: hw/acpi/piix4.c | |
591 | F: hw/acpi/ich9.c | |
592 | F: include/hw/acpi/ich9.h | |
593 | F: include/hw/acpi/piix.h | |
594 | ||
fd5d5c56 | 595 | |
16e7caae MF |
596 | Xtensa Machines |
597 | --------------- | |
375847a6 | 598 | sim |
16e7caae MF |
599 | M: Max Filippov <[email protected]> |
600 | S: Maintained | |
437a8c11 | 601 | F: hw/xtensa/sim.c |
375847a6 | 602 | |
437a8c11 | 603 | XTFPGA (LX60, LX200, ML605, KC705) |
375847a6 MF |
604 | M: Max Filippov <[email protected]> |
605 | S: Maintained | |
437a8c11 MF |
606 | F: hw/xtensa/xtfpga.c |
607 | F: hw/net/opencores_eth.c | |
16e7caae | 608 | |
fd5d5c56 AL |
609 | Devices |
610 | ------- | |
b30934cb JS |
611 | EDU |
612 | M: Jiri Slaby <[email protected]> | |
613 | S: Maintained | |
614 | F: hw/misc/edu.c | |
615 | ||
fd5d5c56 | 616 | IDE |
c095348b JS |
617 | M: John Snow <[email protected]> |
618 | L: [email protected] | |
619 | S: Supported | |
8d8b636d | 620 | F: include/hw/ide.h |
fd5d5c56 | 621 | F: hw/ide/ |
c095348b JS |
622 | F: hw/block/block.c |
623 | F: hw/block/cdrom.c | |
624 | F: hw/block/hd-geometry.c | |
625 | F: tests/ide-test.c | |
626 | F: tests/ahci-test.c | |
627 | T: git git://github.com/jnsnow/qemu.git ide | |
628 | ||
629 | Floppy | |
630 | M: John Snow <[email protected]> | |
631 | L: [email protected] | |
632 | S: Supported | |
633 | F: hw/block/fdc.c | |
634 | F: include/hw/block/fdc.h | |
635 | T: git git://github.com/jnsnow/qemu.git ide | |
fd5d5c56 | 636 | |
f5f487b2 PM |
637 | OMAP |
638 | M: Peter Maydell <[email protected]> | |
639 | S: Maintained | |
8d8b636d | 640 | F: hw/*/omap* |
f5f487b2 | 641 | |
fd5d5c56 AL |
642 | PCI |
643 | M: Michael S. Tsirkin <[email protected]> | |
644 | S: Supported | |
8d8b636d | 645 | F: include/hw/pci/* |
ca818cfb | 646 | F: hw/pci/* |
8d8b636d | 647 | F: hw/acpi/* |
fd5d5c56 | 648 | |
aaade8d7 AF |
649 | ppc4xx |
650 | M: Alexander Graf <[email protected]> | |
651 | L: [email protected] | |
652 | S: Odd Fixes | |
8d8b636d | 653 | F: hw/ppc/ppc4*.c |
aaade8d7 | 654 | |
98cded3a AF |
655 | ppce500 |
656 | M: Alexander Graf <[email protected]> | |
657 | M: Scott Wood <[email protected]> | |
658 | L: [email protected] | |
659 | S: Supported | |
6e481d57 | 660 | F: hw/ppc/e500* |
98cded3a | 661 | |
fd5d5c56 | 662 | SCSI |
de7724f7 PB |
663 | M: Paolo Bonzini <[email protected]> |
664 | S: Supported | |
8d8b636d PB |
665 | F: include/hw/scsi* |
666 | F: hw/scsi/* | |
1ab09a40 | 667 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 PB |
668 | |
669 | LSI53C895A | |
0e19885e | 670 | S: Orphan |
8d8b636d | 671 | F: hw/scsi/lsi53c895a.c |
fd5d5c56 | 672 | |
fcb5629d | 673 | SSI |
97891afa | 674 | M: Peter Crosthwaite <[email protected]> |
fcb5629d | 675 | S: Maintained |
8d8b636d PB |
676 | F: hw/ssi/* |
677 | F: hw/block/m25p80.c | |
fcb5629d | 678 | |
fd5d5c56 | 679 | USB |
5d0d62fe GH |
680 | M: Gerd Hoffmann <[email protected]> |
681 | S: Maintained | |
8d8b636d | 682 | F: hw/usb/* |
28edfce0 | 683 | F: tests/usb-*-test.c |
fd5d5c56 | 684 | |
e26082fd PB |
685 | USB (serial adapter) |
686 | M: Gerd Hoffmann <[email protected]> | |
687 | M: Samuel Thibault <[email protected]> | |
688 | S: Maintained | |
689 | F: hw/usb/dev-serial.c | |
690 | ||
92e1fb5e AW |
691 | VFIO |
692 | M: Alex Williamson <[email protected]> | |
693 | S: Supported | |
cf7087db | 694 | F: hw/vfio/* |
92e1fb5e | 695 | |
fd5d5c56 AL |
696 | vhost |
697 | M: Michael S. Tsirkin <[email protected]> | |
698 | S: Supported | |
8d8b636d | 699 | F: hw/*/*vhost* |
fd5d5c56 AL |
700 | |
701 | virtio | |
a75143ed | 702 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 703 | S: Supported |
8d8b636d | 704 | F: hw/*/virtio* |
6a084ea3 | 705 | F: net/vhost-user.c |
fd5d5c56 AL |
706 | |
707 | virtio-9p | |
23704102 | 708 | M: Aneesh Kumar K.V <[email protected]> |
fd5d5c56 | 709 | S: Supported |
aebeca25 AF |
710 | F: hw/9pfs/ |
711 | F: fsdev/ | |
2d888c09 | 712 | F: tests/virtio-9p-test.c |
3f3309cb | 713 | T: git git://github.com/kvaneesh/QEMU.git |
fd5d5c56 AL |
714 | |
715 | virtio-blk | |
54d01a00 | 716 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 717 | L: [email protected] |
fd5d5c56 | 718 | S: Supported |
8d8b636d | 719 | F: hw/block/virtio-blk.c |
b457a5f5 SH |
720 | F: hw/block/dataplane/* |
721 | F: hw/virtio/dataplane/* | |
722 | T: git git://github.com/stefanha/qemu.git block | |
fd5d5c56 | 723 | |
dd4ad64a CH |
724 | virtio-ccw |
725 | M: Cornelia Huck <[email protected]> | |
b304bf00 | 726 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
727 | S: Supported |
728 | F: hw/s390x/virtio-ccw.[hc] | |
729 | T: git git://github.com/cohuck/qemu virtio-ccw-upstr | |
730 | ||
fd5d5c56 AL |
731 | virtio-serial |
732 | M: Amit Shah <[email protected]> | |
733 | S: Supported | |
8d8b636d PB |
734 | F: hw/char/virtio-serial-bus.c |
735 | F: hw/char/virtio-console.c | |
68a5e38a | 736 | F: include/hw/virtio/virtio-serial.h |
fd5d5c56 | 737 | |
1f51a5cb AS |
738 | virtio-rng |
739 | M: Amit Shah <[email protected]> | |
740 | S: Supported | |
741 | F: hw/virtio/virtio-rng.c | |
742 | F: include/hw/virtio/virtio-rng.h | |
743 | F: backends/rng*.c | |
744 | ||
f3c507ad KB |
745 | nvme |
746 | M: Keith Busch <[email protected]> | |
c95e4c0e | 747 | L: [email protected] |
f3c507ad KB |
748 | S: Supported |
749 | F: hw/block/nvme* | |
fc967791 | 750 | F: tests/nvme-test.c |
f3c507ad | 751 | |
d383c625 HR |
752 | megasas |
753 | M: Hannes Reinecke <[email protected]> | |
c95e4c0e | 754 | L: [email protected] |
d383c625 HR |
755 | S: Supported |
756 | F: hw/scsi/megasas.c | |
757 | F: hw/scsi/mfi.h | |
758 | ||
ab61d240 | 759 | Xilinx EDK |
97891afa | 760 | M: Peter Crosthwaite <[email protected]> |
ab61d240 PC |
761 | M: Edgar E. Iglesias <[email protected]> |
762 | S: Maintained | |
8d8b636d PB |
763 | F: hw/*/xilinx_* |
764 | F: include/hw/xilinx.h | |
ab61d240 | 765 | |
622fb504 DF |
766 | Vmware |
767 | M: Dmitry Fleytman <[email protected]> | |
768 | S: Maintained | |
769 | F: hw/net/vmxnet* | |
770 | F: hw/scsi/vmw_pvscsi* | |
771 | ||
de24d3f1 SF |
772 | Rocker |
773 | M: Scott Feldman <[email protected]> | |
774 | M: Jiri Pirko <[email protected]> | |
775 | S: Maintained | |
776 | F: hw/net/rocker/ | |
777 | ||
fd5d5c56 AL |
778 | Subsystems |
779 | ---------- | |
780 | Audio | |
9f575846 | 781 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
782 | S: Maintained |
783 | F: audio/ | |
8d8b636d | 784 | F: hw/audio/ |
d7b50c0c | 785 | F: tests/ac97-test.c |
8fa74c94 | 786 | F: tests/es1370-test.c |
fbaf445a | 787 | F: tests/intel-hda-test.c |
fd5d5c56 | 788 | |
17f1e8f5 | 789 | Block layer core |
fd5d5c56 | 790 | M: Kevin Wolf <[email protected]> |
c95e4c0e | 791 | L: [email protected] |
fd5d5c56 AL |
792 | S: Supported |
793 | F: block* | |
794 | F: block/ | |
8d8b636d | 795 | F: hw/block/ |
4c346e0b | 796 | F: include/block/ |
46078760 KW |
797 | F: qemu-img* |
798 | F: qemu-io* | |
29242091 | 799 | F: tests/qemu-iotests/ |
d48addda | 800 | T: git git://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 801 | |
d55053b1 SH |
802 | Block I/O path |
803 | M: Stefan Hajnoczi <[email protected]> | |
804 | L: [email protected] | |
805 | S: Supported | |
806 | F: async.c | |
807 | F: aio-*.c | |
808 | F: block/io.c | |
809 | F: migration/block* | |
810 | T: git git://github.com/stefanha/qemu.git block | |
811 | ||
280458a3 JC |
812 | Block Jobs |
813 | M: Jeff Cody <[email protected]> | |
814 | L: [email protected] | |
815 | S: Supported | |
816 | F: blockjob.c | |
817 | F: include/block/blockjob.h | |
818 | F: block/backup.c | |
819 | F: block/commit.c | |
820 | F: block/stream.h | |
821 | F: block/mirror.c | |
822 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
823 | ||
4120201d MA |
824 | Block QAPI, monitor, command line |
825 | M: Markus Armbruster <[email protected]> | |
826 | S: Supported | |
827 | F: blockdev.c | |
828 | F: block/qapi.c | |
829 | F: qapi/block*.json | |
830 | T: git git://repo.or.cz/qemu/armbru.git block-next | |
831 | ||
fd5d5c56 | 832 | Character Devices |
da26f37a | 833 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
834 | S: Maintained |
835 | F: qemu-char.c | |
da26f37a PB |
836 | F: backends/msmouse.c |
837 | F: backends/testdev.c | |
fd5d5c56 | 838 | |
e26082fd PB |
839 | Character Devices (Braille) |
840 | M: Samuel Thibault <[email protected]> | |
841 | S: Maintained | |
842 | F: backends/baum.c | |
fd5d5c56 | 843 | |
8c413e79 MA |
844 | Coverity model |
845 | M: Markus Armbruster <[email protected]> | |
846 | S: Supported | |
847 | F: scripts/coverity-model.c | |
848 | ||
f2ca0524 AF |
849 | CPU |
850 | M: Andreas Färber <[email protected]> | |
851 | S: Supported | |
852 | F: qom/cpu.c | |
6e481d57 | 853 | F: include/qom/cpu.h |
62e0c095 | 854 | F: target-i386/cpu.c |
f2ca0524 | 855 | |
f0513d2c IM |
856 | ICC Bus |
857 | M: Igor Mammedov <[email protected]> | |
858 | S: Supported | |
859 | F: include/hw/cpu/icc_bus.h | |
860 | F: hw/cpu/icc_bus.c | |
861 | ||
d24b569a | 862 | Device Tree |
97891afa | 863 | M: Peter Crosthwaite <[email protected]> |
d24b569a PC |
864 | M: Alexander Graf <[email protected]> |
865 | S: Maintained | |
6e481d57 | 866 | F: device_tree.[ch] |
d24b569a | 867 | |
fd5d5c56 | 868 | GDB stub |
5dd4a88c | 869 | L: [email protected] |
fd5d5c56 AL |
870 | S: Odd Fixes |
871 | F: gdbstub* | |
872 | F: gdb-xml/ | |
873 | ||
01a9c03c PB |
874 | Memory API |
875 | M: Paolo Bonzini <[email protected]> | |
876 | S: Supported | |
877 | F: include/exec/ioport.h | |
878 | F: ioport.c | |
879 | F: include/exec/memory.h | |
880 | F: memory.c | |
881 | F: include/exec/memory-internal.h | |
882 | F: exec.c | |
883 | ||
7ee3bf03 GH |
884 | SPICE |
885 | M: Gerd Hoffmann <[email protected]> | |
886 | S: Supported | |
6e481d57 | 887 | F: include/ui/qemu-spice.h |
7ee3bf03 GH |
888 | F: ui/spice-*.c |
889 | F: audio/spiceaudio.c | |
8d8b636d | 890 | F: hw/display/qxl* |
7ee3bf03 | 891 | |
fd5d5c56 | 892 | Graphics |
25eccc37 GH |
893 | M: Gerd Hoffmann <[email protected]> |
894 | S: Odd Fixes | |
fd5d5c56 AL |
895 | F: ui/ |
896 | ||
351f1bf6 AF |
897 | Cocoa graphics |
898 | M: Andreas Färber <[email protected]> | |
30ef3c74 | 899 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
900 | S: Odd Fixes |
901 | F: ui/cocoa.m | |
902 | ||
fd5d5c56 | 903 | Main loop |
da26f37a PB |
904 | M: Paolo Bonzini <[email protected]> |
905 | S: Maintained | |
906 | F: cpus.c | |
907 | F: main-loop.c | |
908 | F: qemu-timer.c | |
fd5d5c56 AL |
909 | F: vl.c |
910 | ||
8899b4ae | 911 | Human Monitor (HMP) |
fd5d5c56 | 912 | M: Luiz Capitulino <[email protected]> |
fbb0621a | 913 | S: Maintained |
fd5d5c56 | 914 | F: monitor.c |
8899b4ae LC |
915 | F: hmp.c |
916 | F: hmp-commands.hx | |
dce07e0b | 917 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp |
fd5d5c56 AL |
918 | |
919 | Network device layer | |
1cd0f8ce | 920 | M: Stefan Hajnoczi <[email protected]> |
442469e6 | 921 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
922 | S: Maintained |
923 | F: net/ | |
837c36e7 | 924 | T: git git://github.com/stefanha/qemu.git net |
fd5d5c56 | 925 | |
aee09baf VM |
926 | Netmap network backend |
927 | M: Luigi Rizzo <[email protected]> | |
928 | M: Giuseppe Lettieri <[email protected]> | |
929 | M: Vincenzo Maffione <[email protected]> | |
930 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
931 | S: Maintained | |
932 | F: net/netmap.c | |
933 | ||
44f76b28 PB |
934 | Network Block Device (NBD) |
935 | M: Paolo Bonzini <[email protected]> | |
936 | S: Odd Fixes | |
937 | F: block/nbd.c | |
938 | F: nbd.* | |
939 | F: qemu-nbd.c | |
1ab09a40 | 940 | T: git git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 941 | |
2f54eb98 EH |
942 | NUMA |
943 | M: Eduardo Habkost <[email protected]> | |
944 | S: Maintained | |
945 | F: numa.c | |
946 | F: include/sysemu/numa.h | |
947 | K: numa|NUMA | |
948 | K: srat|SRAT | |
949 | T: git git://github.com/ehabkost/qemu.git numa | |
950 | ||
8899b4ae | 951 | QAPI |
9740618c | 952 | M: Markus Armbruster <[email protected]> |
8899b4ae | 953 | M: Michael Roth <[email protected]> |
9740618c | 954 | S: Supported |
8899b4ae | 955 | F: qapi/ |
0311c5bd | 956 | X: qapi/*.json |
c0bd0b50 | 957 | F: tests/qapi-schema/ |
0311c5bd MA |
958 | F: scripts/qapi* |
959 | F: docs/qapi* | |
9740618c | 960 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 961 | |
7810d291 LC |
962 | QAPI Schema |
963 | M: Eric Blake <[email protected]> | |
7810d291 LC |
964 | M: Markus Armbruster <[email protected]> |
965 | S: Supported | |
966 | F: qapi-schema.json | |
0311c5bd | 967 | F: qapi/*.json |
9740618c | 968 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 969 | |
f3582ba4 LC |
970 | QObject |
971 | M: Luiz Capitulino <[email protected]> | |
972 | S: Maintained | |
973 | F: qobject/ | |
974 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
975 | ||
f05d9999 MR |
976 | QEMU Guest Agent |
977 | M: Michael Roth <[email protected]> | |
978 | S: Maintained | |
979 | F: qga/ | |
980 | T: git git://github.com/mdroth/qemu.git qga | |
981 | ||
4688c94c | 982 | QOM |
4688c94c AF |
983 | M: Andreas Färber <[email protected]> |
984 | S: Supported | |
985 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
986 | F: include/qom/ | |
987 | X: include/qom/cpu.h | |
988 | F: qom/ | |
989 | X: qom/cpu.c | |
990 | F: tests/qom-test.c | |
991 | ||
8899b4ae | 992 | QMP |
9740618c LC |
993 | M: Markus Armbruster <[email protected]> |
994 | S: Supported | |
8899b4ae LC |
995 | F: qmp.c |
996 | F: monitor.c | |
997 | F: qmp-commands.hx | |
9740618c LC |
998 | F: docs/qmp/ |
999 | F: scripts/qmp/ | |
1000 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
8899b4ae | 1001 | |
fd5d5c56 | 1002 | SLIRP |
bafc72ab JK |
1003 | M: Jan Kiszka <[email protected]> |
1004 | S: Maintained | |
fd5d5c56 | 1005 | F: slirp/ |
1ab09a40 | 1006 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 1007 | |
598a3f35 | 1008 | Tracing |
1cd0f8ce | 1009 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
1010 | S: Maintained |
1011 | F: trace/ | |
f70fd8fd LV |
1012 | F: scripts/tracetool.py |
1013 | F: scripts/tracetool/ | |
f922ea46 | 1014 | F: docs/tracing.txt |
1ab09a40 | 1015 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 1016 | |
14f40fdc BS |
1017 | Checkpatch |
1018 | M: Blue Swirl <[email protected]> | |
1019 | S: Odd Fixes | |
1020 | F: scripts/checkpatch.pl | |
1021 | ||
c0787c8d JQ |
1022 | Migration |
1023 | M: Juan Quintela <[email protected]> | |
7f4675c3 | 1024 | M: Amit Shah <[email protected]> |
c0787c8d JQ |
1025 | S: Maintained |
1026 | F: include/migration/ | |
44a1f946 | 1027 | F: migration/ |
c5515640 AS |
1028 | F: scripts/vmstate-static-checker.py |
1029 | F: tests/vmstate-static-checker-data/ | |
c0787c8d | 1030 | |
92bfedb0 | 1031 | Seccomp |
9d9de254 | 1032 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
1033 | S: Supported |
1034 | F: qemu-seccomp.c | |
1035 | F: include/sysemu/seccomp.h | |
1036 | ||
fd5d5c56 AL |
1037 | Usermode Emulation |
1038 | ------------------ | |
486bbe5f PB |
1039 | Overall |
1040 | M: Riku Voipio <[email protected]> | |
1041 | S: Maintained | |
1042 | F: thunk.c | |
1043 | F: user-exec.c | |
1044 | ||
fd5d5c56 AL |
1045 | BSD user |
1046 | M: Blue Swirl <[email protected]> | |
1047 | S: Maintained | |
1048 | F: bsd-user/ | |
1049 | ||
fd5d5c56 AL |
1050 | Linux user |
1051 | M: Riku Voipio <[email protected]> | |
1052 | S: Maintained | |
1053 | F: linux-user/ | |
42f5a7e9 AJ |
1054 | |
1055 | Tiny Code Generator (TCG) | |
1056 | ------------------------- | |
1057 | Common code | |
cc7772bd | 1058 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
1059 | S: Maintained |
1060 | F: tcg/ | |
1061 | ||
b25a464c CF |
1062 | AArch64 target |
1063 | M: Claudio Fontana <[email protected]> | |
1064 | M: Claudio Fontana <[email protected]> | |
1065 | S: Maintained | |
1066 | F: tcg/aarch64/ | |
1067 | ||
42f5a7e9 AJ |
1068 | ARM target |
1069 | M: Andrzej Zaborowski <[email protected]> | |
1070 | S: Maintained | |
1071 | F: tcg/arm/ | |
1072 | ||
42f5a7e9 | 1073 | i386 target |
5dd4a88c | 1074 | L: [email protected] |
42f5a7e9 AJ |
1075 | S: Maintained |
1076 | F: tcg/i386/ | |
1077 | ||
1078 | IA64 target | |
1079 | M: Aurelien Jarno <[email protected]> | |
1080 | S: Maintained | |
1081 | F: tcg/ia64/ | |
1082 | ||
1083 | MIPS target | |
d6eec7a2 | 1084 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
1085 | S: Maintained |
1086 | F: tcg/mips/ | |
1087 | ||
1088 | PPC | |
1089 | M: Vassili Karpov (malc) <[email protected]> | |
1090 | S: Maintained | |
1091 | F: tcg/ppc/ | |
1092 | ||
1093 | PPC64 target | |
1094 | M: Vassili Karpov (malc) <[email protected]> | |
1095 | S: Maintained | |
1096 | F: tcg/ppc64/ | |
1097 | ||
1098 | S390 target | |
1099 | M: Alexander Graf <[email protected]> | |
1100 | M: Richard Henderson <[email protected]> | |
1101 | S: Maintained | |
1102 | F: tcg/s390/ | |
1103 | ||
1104 | SPARC target | |
1105 | M: Blue Swirl <[email protected]> | |
1106 | S: Maintained | |
1107 | F: tcg/sparc/ | |
bc75c9e5 SW |
1108 | |
1109 | TCI target | |
1110 | M: Stefan Weil <[email protected]> | |
1111 | S: Maintained | |
8ef9cd55 | 1112 | F: tcg/tci/ |
2b7be8c8 | 1113 | F: tci.c |
aa09c951 AF |
1114 | |
1115 | Stable branches | |
1116 | --------------- | |
1117 | Stable 1.0 | |
1118 | L: [email protected] | |
85938981 | 1119 | T: git git://git.qemu-project.org/qemu-stable-1.0.git |
aa09c951 AF |
1120 | S: Orphan |
1121 | ||
1122 | Stable 0.15 | |
1123 | L: [email protected] | |
73c30df6 | 1124 | M: Andreas Färber <[email protected]> |
85938981 | 1125 | T: git git://git.qemu-project.org/qemu-stable-0.15.git |
73c30df6 | 1126 | S: Supported |
aa09c951 AF |
1127 | |
1128 | Stable 0.14 | |
1129 | L: [email protected] | |
85938981 | 1130 | T: git git://git.qemu-project.org/qemu-stable-0.14.git |
aa09c951 AF |
1131 | S: Orphan |
1132 | ||
1133 | Stable 0.10 | |
1134 | L: [email protected] | |
85938981 | 1135 | T: git git://git.qemu-project.org/qemu-stable-0.10.git |
aa09c951 | 1136 | S: Orphan |
f05b328c SH |
1137 | |
1138 | Block drivers | |
1139 | ------------- | |
1140 | VMDK | |
1141 | M: Fam Zheng <[email protected]> | |
c95e4c0e | 1142 | L: [email protected] |
f05b328c SH |
1143 | S: Supported |
1144 | F: block/vmdk.c | |
1145 | ||
1146 | RBD | |
1147 | M: Josh Durgin <[email protected]> | |
280458a3 JC |
1148 | M: Jeff Cody <[email protected]> |
1149 | L: [email protected] | |
f05b328c SH |
1150 | S: Supported |
1151 | F: block/rbd.c | |
280458a3 | 1152 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1153 | |
1154 | Sheepdog | |
53b33231 | 1155 | M: Hitoshi Mitake <[email protected]> |
f05b328c | 1156 | M: Liu Yuan <[email protected]> |
280458a3 JC |
1157 | M: Jeff Cody <[email protected]> |
1158 | L: [email protected] | |
dce32b6c | 1159 | L: [email protected] |
f05b328c SH |
1160 | S: Supported |
1161 | F: block/sheepdog.c | |
280458a3 | 1162 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1163 | |
1164 | VHDX | |
1165 | M: Jeff Cody <[email protected]> | |
280458a3 | 1166 | L: [email protected] |
f05b328c SH |
1167 | S: Supported |
1168 | F: block/vhdx* | |
280458a3 | 1169 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1170 | |
1171 | VDI | |
1172 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 1173 | L: [email protected] |
f05b328c SH |
1174 | S: Maintained |
1175 | F: block/vdi.c | |
1176 | ||
1177 | iSCSI | |
1178 | M: Ronnie Sahlberg <[email protected]> | |
1179 | M: Paolo Bonzini <[email protected]> | |
1180 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 1181 | L: [email protected] |
f05b328c SH |
1182 | S: Supported |
1183 | F: block/iscsi.c | |
1184 | ||
6542aa9c | 1185 | NFS |
280458a3 | 1186 | M: Jeff Cody <[email protected]> |
6542aa9c | 1187 | M: Peter Lieven <[email protected]> |
280458a3 | 1188 | L: [email protected] |
6542aa9c PL |
1189 | S: Maintained |
1190 | F: block/nfs.c | |
280458a3 | 1191 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
6542aa9c | 1192 | |
f05b328c SH |
1193 | SSH |
1194 | M: Richard W.M. Jones <[email protected]> | |
280458a3 JC |
1195 | M: Jeff Cody <[email protected]> |
1196 | L: [email protected] | |
f05b328c SH |
1197 | S: Supported |
1198 | F: block/ssh.c | |
280458a3 | 1199 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
c9a12e75 CN |
1200 | |
1201 | ARCHIPELAGO | |
c9a12e75 | 1202 | M: Chrysostomos Nanakos <[email protected]> |
280458a3 JC |
1203 | M: Jeff Cody <[email protected]> |
1204 | L: [email protected] | |
c9a12e75 CN |
1205 | S: Maintained |
1206 | F: block/archipelago.c | |
280458a3 JC |
1207 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
1208 | ||
1209 | CURL | |
1210 | M: Jeff Cody <[email protected]> | |
1211 | L: [email protected] | |
1212 | S: Supported | |
1213 | F: block/curl.c | |
1214 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1215 | ||
1216 | GLUSTER | |
1217 | M: Jeff Cody <[email protected]> | |
1218 | L: [email protected] | |
1219 | S: Supported | |
1220 | F: block/gluster.c | |
1221 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
b5e9476c | 1222 | |
199667a8 FZ |
1223 | Null Block Driver |
1224 | M: Fam Zheng <[email protected]> | |
1225 | L: [email protected] | |
1226 | S: Supported | |
1227 | F: block/null.c | |
1228 | ||
b5e9476c GA |
1229 | Bootdevice |
1230 | M: Gonglei <[email protected]> | |
1231 | S: Maintained | |
1232 | F: bootdevice.c | |
ecdda9e0 AG |
1233 | |
1234 | Quorum | |
1235 | M: Alberto Garcia <[email protected]> | |
1236 | S: Supported | |
1237 | F: block/quorum.c | |
1238 | L: [email protected] | |
e7c6e631 SH |
1239 | |
1240 | blkverify | |
1241 | M: Stefan Hajnoczi <[email protected]> | |
1242 | L: [email protected] | |
1243 | S: Supported | |
1244 | F: block/blkverify.c | |
1245 | ||
1246 | bochs | |
1247 | M: Stefan Hajnoczi <[email protected]> | |
1248 | L: [email protected] | |
1249 | S: Supported | |
1250 | F: block/bochs.c | |
1251 | ||
1252 | cloop | |
1253 | M: Stefan Hajnoczi <[email protected]> | |
1254 | L: [email protected] | |
1255 | S: Supported | |
1256 | F: block/cloop.c | |
1257 | ||
1258 | dmg | |
1259 | M: Stefan Hajnoczi <[email protected]> | |
1260 | L: [email protected] | |
1261 | S: Supported | |
1262 | F: block/dmg.c | |
1263 | ||
1264 | parallels | |
1265 | M: Stefan Hajnoczi <[email protected]> | |
1266 | L: [email protected] | |
1267 | S: Supported | |
1268 | F: block/parallels.c | |
1269 | ||
1270 | qed | |
1271 | M: Stefan Hajnoczi <[email protected]> | |
1272 | L: [email protected] | |
1273 | S: Supported | |
1274 | F: block/qed.c | |
1275 | ||
1276 | raw | |
1277 | M: Kevin Wolf <[email protected]> | |
1278 | L: [email protected] | |
1279 | S: Supported | |
1280 | F: block/linux-aio.c | |
1281 | F: block/raw-aio.h | |
1282 | F: block/raw-posix.c | |
1283 | F: block/raw-win32.c | |
1284 | F: block/raw_bsd.c | |
1285 | F: block/win32-aio.c | |
1286 | ||
1287 | qcow2 | |
1288 | M: Kevin Wolf <[email protected]> | |
1289 | L: [email protected] | |
1290 | S: Supported | |
1291 | F: block/qcow2* | |
1292 | ||
1293 | qcow | |
1294 | M: Kevin Wolf <[email protected]> | |
1295 | L: [email protected] | |
1296 | S: Supported | |
1297 | F: block/qcow.c | |
1298 | ||
1299 | blkdebug | |
1300 | M: Kevin Wolf <[email protected]> | |
1301 | L: [email protected] | |
1302 | S: Supported | |
1303 | F: block/blkdebug.c | |
1304 | ||
1305 | vpc | |
1306 | M: Kevin Wolf <[email protected]> | |
1307 | L: [email protected] | |
1308 | S: Supported | |
1309 | F: block/vpc.c | |
1310 | ||
1311 | vvfat | |
1312 | M: Kevin Wolf <[email protected]> | |
1313 | L: [email protected] | |
1314 | S: Supported | |
1315 | F: block/vvfat.c | |
abfe4e94 SH |
1316 | |
1317 | Image format fuzzer | |
1318 | M: Stefan Hajnoczi <[email protected]> | |
1319 | L: [email protected] | |
1320 | S: Supported | |
1321 | F: tests/image-fuzzer/ |