]>
Commit | Line | Data |
---|---|---|
1 | QEMU Maintainers | |
2 | ================ | |
3 | ||
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. | |
8 | ||
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. | |
11 | ||
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 | |
23 | much other than throw the odd patch in. See below. | |
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 | ------------------------------ | |
53 | M: Peter Maydell <[email protected]> | |
54 | ||
55 | Responsible Disclosure, Reporting Security Issues | |
56 | ------------------------------ | |
57 | W: http://wiki.qemu.org/SecurityProcess | |
58 | M: Michael S. Tsirkin <[email protected]> | |
59 | L: [email protected] | |
60 | ||
61 | Guest CPU cores (TCG): | |
62 | ---------------------- | |
63 | Overall | |
64 | L: [email protected] | |
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 | ||
74 | Alpha | |
75 | M: Richard Henderson <[email protected]> | |
76 | S: Maintained | |
77 | F: target-alpha/ | |
78 | F: hw/alpha/ | |
79 | F: tests/tcg/alpha/ | |
80 | ||
81 | ARM | |
82 | M: Peter Maydell <[email protected]> | |
83 | S: Maintained | |
84 | F: target-arm/ | |
85 | F: hw/arm/ | |
86 | F: hw/cpu/a*mpcore.c | |
87 | ||
88 | CRIS | |
89 | M: Edgar E. Iglesias <[email protected]> | |
90 | S: Maintained | |
91 | F: target-cris/ | |
92 | F: hw/cris/ | |
93 | F: tests/tcg/cris/ | |
94 | ||
95 | LM32 | |
96 | M: Michael Walle <[email protected]> | |
97 | S: Maintained | |
98 | F: target-lm32/ | |
99 | F: disas/lm32.c | |
100 | F: hw/lm32/ | |
101 | F: hw/*/lm32_* | |
102 | F: hw/*/milkymist-* | |
103 | F: include/hw/char/lm32_juart.h | |
104 | F: include/hw/lm32/ | |
105 | F: tests/tcg/lm32/ | |
106 | ||
107 | M68K | |
108 | S: Orphan | |
109 | F: target-m68k/ | |
110 | F: hw/m68k/ | |
111 | ||
112 | MicroBlaze | |
113 | M: Edgar E. Iglesias <[email protected]> | |
114 | S: Maintained | |
115 | F: target-microblaze/ | |
116 | F: hw/microblaze/ | |
117 | ||
118 | MIPS | |
119 | M: Aurelien Jarno <[email protected]> | |
120 | M: Leon Alrae <[email protected]> | |
121 | S: Maintained | |
122 | F: target-mips/ | |
123 | F: hw/mips/ | |
124 | F: tests/tcg/mips/ | |
125 | ||
126 | Moxie | |
127 | M: Anthony Green <[email protected]> | |
128 | S: Maintained | |
129 | F: target-moxie/ | |
130 | ||
131 | OpenRISC | |
132 | M: Jia Liu <[email protected]> | |
133 | S: Maintained | |
134 | F: target-openrisc/ | |
135 | F: hw/openrisc/ | |
136 | F: tests/tcg/openrisc/ | |
137 | ||
138 | PowerPC | |
139 | M: Alexander Graf <[email protected]> | |
140 | L: [email protected] | |
141 | S: Maintained | |
142 | F: target-ppc/ | |
143 | F: hw/ppc/ | |
144 | ||
145 | S390 | |
146 | M: Richard Henderson <[email protected]> | |
147 | M: Alexander Graf <[email protected]> | |
148 | S: Maintained | |
149 | F: target-s390x/ | |
150 | F: hw/s390x/ | |
151 | ||
152 | SH4 | |
153 | M: Aurelien Jarno <[email protected]> | |
154 | S: Odd Fixes | |
155 | F: target-sh4/ | |
156 | F: hw/sh4/ | |
157 | ||
158 | SPARC | |
159 | M: Blue Swirl <[email protected]> | |
160 | M: Mark Cave-Ayland <[email protected]> | |
161 | S: Maintained | |
162 | F: target-sparc/ | |
163 | F: hw/sparc/ | |
164 | F: hw/sparc64/ | |
165 | ||
166 | UniCore32 | |
167 | M: Guan Xuetao <[email protected]> | |
168 | S: Maintained | |
169 | F: target-unicore32/ | |
170 | F: hw/unicore32/ | |
171 | ||
172 | X86 | |
173 | M: Paolo Bonzini <[email protected]> | |
174 | M: Richard Henderson <[email protected]> | |
175 | S: Odd Fixes | |
176 | F: target-i386/ | |
177 | F: hw/i386/ | |
178 | ||
179 | Xtensa | |
180 | M: Max Filippov <[email protected]> | |
181 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa | |
182 | S: Maintained | |
183 | F: target-xtensa/ | |
184 | F: hw/xtensa/ | |
185 | F: tests/tcg/xtensa/ | |
186 | ||
187 | TriCore | |
188 | M: Bastian Koppelmann <[email protected]> | |
189 | S: Maintained | |
190 | F: target-tricore/ | |
191 | F: hw/tricore/ | |
192 | ||
193 | Guest CPU Cores (KVM): | |
194 | ---------------------- | |
195 | ||
196 | Overall | |
197 | M: Paolo Bonzini <[email protected]> | |
198 | L: [email protected] | |
199 | S: Supported | |
200 | F: kvm-* | |
201 | F: */kvm.* | |
202 | ||
203 | ARM | |
204 | M: Peter Maydell <[email protected]> | |
205 | S: Maintained | |
206 | F: target-arm/kvm.c | |
207 | ||
208 | MIPS | |
209 | M: James Hogan <[email protected]> | |
210 | S: Maintained | |
211 | F: target-mips/kvm.c | |
212 | ||
213 | PPC | |
214 | M: Alexander Graf <[email protected]> | |
215 | S: Maintained | |
216 | F: target-ppc/kvm.c | |
217 | ||
218 | S390 | |
219 | M: Christian Borntraeger <[email protected]> | |
220 | M: Cornelia Huck <[email protected]> | |
221 | M: Alexander Graf <[email protected]> | |
222 | S: Maintained | |
223 | F: target-s390x/kvm.c | |
224 | F: hw/intc/s390_flic.c | |
225 | F: hw/intc/s390_flic_kvm.c | |
226 | F: include/hw/s390x/s390_flic.h | |
227 | ||
228 | X86 | |
229 | M: Paolo Bonzini <[email protected]> | |
230 | M: Marcelo Tosatti <[email protected]> | |
231 | L: [email protected] | |
232 | S: Supported | |
233 | F: target-i386/kvm.c | |
234 | ||
235 | Guest CPU Cores (Xen): | |
236 | ---------------------- | |
237 | ||
238 | X86 | |
239 | M: Stefano Stabellini <[email protected]> | |
240 | L: [email protected] | |
241 | S: Supported | |
242 | F: xen-* | |
243 | F: */xen* | |
244 | ||
245 | Hosts: | |
246 | ------ | |
247 | ||
248 | LINUX | |
249 | L: [email protected] | |
250 | S: Maintained | |
251 | F: linux-* | |
252 | F: linux-headers/ | |
253 | ||
254 | POSIX | |
255 | L: [email protected] | |
256 | S: Maintained | |
257 | F: *posix* | |
258 | ||
259 | W32, W64 | |
260 | L: [email protected] | |
261 | M: Stefan Weil <[email protected]> | |
262 | S: Maintained | |
263 | F: *win32* | |
264 | ||
265 | ARM Machines | |
266 | ------------ | |
267 | Allwinner-a10 | |
268 | M: Li Guang <[email protected]> | |
269 | S: Maintained | |
270 | F: hw/*/allwinner-a10* | |
271 | F: include/hw/*/allwinner-a10* | |
272 | F: hw/arm/cubieboard.c | |
273 | ||
274 | Exynos | |
275 | M: Evgeny Voevodin <[email protected]> | |
276 | M: Maksim Kozlov <[email protected]> | |
277 | M: Igor Mitsyanko <[email protected]> | |
278 | M: Dmitry Solodkiy <[email protected]> | |
279 | S: Maintained | |
280 | F: hw/*/exynos* | |
281 | ||
282 | Calxeda Highbank | |
283 | M: Rob Herring <[email protected]> | |
284 | S: Maintained | |
285 | F: hw/arm/highbank.c | |
286 | F: hw/net/xgmac.c | |
287 | ||
288 | Canon DIGIC | |
289 | M: Antony Pavlov <[email protected]> | |
290 | S: Maintained | |
291 | F: include/hw/arm/digic.h | |
292 | F: hw/*/digic* | |
293 | ||
294 | Gumstix | |
295 | L: [email protected] | |
296 | S: Orphan | |
297 | F: hw/arm/gumstix.c | |
298 | ||
299 | i.MX31 | |
300 | M: Peter Chubb <[email protected]> | |
301 | S: Odd fixes | |
302 | F: hw/*/imx* | |
303 | F: hw/arm/kzm.c | |
304 | ||
305 | Integrator CP | |
306 | M: Peter Maydell <[email protected]> | |
307 | S: Maintained | |
308 | F: hw/arm/integratorcp.c | |
309 | ||
310 | Mainstone | |
311 | L: [email protected] | |
312 | S: Orphan | |
313 | F: hw/arm/mainstone.c | |
314 | ||
315 | Musicpal | |
316 | M: Jan Kiszka <[email protected]> | |
317 | S: Maintained | |
318 | F: hw/arm/musicpal.c | |
319 | ||
320 | nSeries | |
321 | M: Andrzej Zaborowski <[email protected]> | |
322 | S: Maintained | |
323 | F: hw/arm/nseries.c | |
324 | ||
325 | Palm | |
326 | M: Andrzej Zaborowski <[email protected]> | |
327 | S: Maintained | |
328 | F: hw/arm/palm.c | |
329 | ||
330 | Real View | |
331 | M: Peter Maydell <[email protected]> | |
332 | S: Maintained | |
333 | F: hw/arm/realview* | |
334 | ||
335 | Spitz | |
336 | M: Andrzej Zaborowski <[email protected]> | |
337 | S: Maintained | |
338 | F: hw/arm/spitz.c | |
339 | ||
340 | Stellaris | |
341 | M: Peter Maydell <[email protected]> | |
342 | S: Maintained | |
343 | F: hw/*/stellaris* | |
344 | ||
345 | Versatile PB | |
346 | M: Peter Maydell <[email protected]> | |
347 | S: Maintained | |
348 | F: hw/*/versatile* | |
349 | ||
350 | Xilinx Zynq | |
351 | M: Peter Crosthwaite <[email protected]> | |
352 | S: Maintained | |
353 | F: hw/arm/xilinx_zynq.c | |
354 | F: hw/misc/zynq_slcr.c | |
355 | F: hw/*/cadence_* | |
356 | F: hw/ssi/xilinx_spips.c | |
357 | ||
358 | CRIS Machines | |
359 | ------------- | |
360 | Axis Dev88 | |
361 | M: Edgar E. Iglesias <[email protected]> | |
362 | S: Maintained | |
363 | F: hw/cris/axis_dev88.c | |
364 | F: hw/*/etraxfs_*.c | |
365 | ||
366 | LM32 Machines | |
367 | ------------- | |
368 | EVR32 and uclinux BSP | |
369 | M: Michael Walle <[email protected]> | |
370 | S: Maintained | |
371 | F: hw/lm32/lm32_boards.c | |
372 | ||
373 | milkymist | |
374 | M: Michael Walle <[email protected]> | |
375 | S: Maintained | |
376 | F: hw/lm32/milkymist.c | |
377 | ||
378 | M68K Machines | |
379 | ------------- | |
380 | an5206 | |
381 | S: Orphan | |
382 | F: hw/m68k/an5206.c | |
383 | ||
384 | dummy_m68k | |
385 | S: Orphan | |
386 | F: hw/m68k/dummy_m68k.c | |
387 | ||
388 | mcf5208 | |
389 | S: Orphan | |
390 | F: hw/m68k/mcf5208.c | |
391 | ||
392 | MicroBlaze Machines | |
393 | ------------------- | |
394 | petalogix_s3adsp1800 | |
395 | M: Edgar E. Iglesias <[email protected]> | |
396 | S: Maintained | |
397 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c | |
398 | ||
399 | petalogix_ml605 | |
400 | M: Peter Crosthwaite <[email protected]> | |
401 | S: Maintained | |
402 | F: hw/microblaze/petalogix_ml605_mmu.c | |
403 | ||
404 | MIPS Machines | |
405 | ------------- | |
406 | Jazz | |
407 | M: Hervé Poussineau <[email protected]> | |
408 | S: Maintained | |
409 | F: hw/mips/mips_jazz.c | |
410 | ||
411 | Malta | |
412 | M: Aurelien Jarno <[email protected]> | |
413 | S: Maintained | |
414 | F: hw/mips/mips_malta.c | |
415 | ||
416 | Mipssim | |
417 | L: [email protected] | |
418 | S: Orphan | |
419 | F: hw/mips/mips_mipssim.c | |
420 | ||
421 | R4000 | |
422 | M: Aurelien Jarno <[email protected]> | |
423 | S: Maintained | |
424 | F: hw/mips/mips_r4k.c | |
425 | ||
426 | OpenRISC Machines | |
427 | ----------------- | |
428 | or1k-sim | |
429 | M: Jia Liu <[email protected]> | |
430 | S: Maintained | |
431 | F: hw/openrisc/openrisc_sim.c | |
432 | ||
433 | PowerPC Machines | |
434 | ---------------- | |
435 | 405 | |
436 | M: Alexander Graf <[email protected]> | |
437 | L: [email protected] | |
438 | S: Odd Fixes | |
439 | F: hw/ppc/ppc405_boards.c | |
440 | ||
441 | Bamboo | |
442 | M: Alexander Graf <[email protected]> | |
443 | L: [email protected] | |
444 | S: Odd Fixes | |
445 | F: hw/ppc/ppc440_bamboo.c | |
446 | ||
447 | e500 | |
448 | M: Alexander Graf <[email protected]> | |
449 | M: Scott Wood <[email protected]> | |
450 | L: [email protected] | |
451 | S: Supported | |
452 | F: hw/ppc/e500.[hc] | |
453 | F: hw/ppc/e500plat.c | |
454 | ||
455 | mpc8544ds | |
456 | M: Alexander Graf <[email protected]> | |
457 | M: Scott Wood <[email protected]> | |
458 | L: [email protected] | |
459 | S: Supported | |
460 | F: hw/ppc/mpc8544ds.c | |
461 | F: hw/ppc/mpc8544_guts.c | |
462 | ||
463 | New World | |
464 | M: Alexander Graf <[email protected]> | |
465 | L: [email protected] | |
466 | S: Maintained | |
467 | F: hw/ppc/mac_newworld.c | |
468 | F: hw/pci-host/uninorth.c | |
469 | F: hw/pci-bridge/dec.[hc] | |
470 | F: hw/misc/macio/ | |
471 | ||
472 | Old World | |
473 | M: Alexander Graf <[email protected]> | |
474 | L: [email protected] | |
475 | S: Maintained | |
476 | F: hw/ppc/mac_oldworld.c | |
477 | F: hw/pci-host/grackle.c | |
478 | F: hw/misc/macio/ | |
479 | ||
480 | PReP | |
481 | M: Andreas Färber <[email protected]> | |
482 | L: [email protected] | |
483 | S: Odd Fixes | |
484 | F: hw/ppc/prep.c | |
485 | F: hw/pci-host/prep.[hc] | |
486 | F: hw/isa/pc87312.[hc] | |
487 | ||
488 | sPAPR | |
489 | M: Alexander Graf <[email protected]> | |
490 | L: [email protected] | |
491 | S: Supported | |
492 | F: hw/*/spapr* | |
493 | F: include/hw/*/spapr* | |
494 | F: hw/*/xics* | |
495 | F: include/hw/*/xics* | |
496 | F: pc-bios/spapr-rtas/* | |
497 | ||
498 | virtex_ml507 | |
499 | M: Edgar E. Iglesias <[email protected]> | |
500 | L: [email protected] | |
501 | S: Odd Fixes | |
502 | F: hw/ppc/virtex_ml507.c | |
503 | ||
504 | SH4 Machines | |
505 | ------------ | |
506 | R2D | |
507 | M: Magnus Damm <[email protected]> | |
508 | S: Maintained | |
509 | F: hw/sh4/r2d.c | |
510 | ||
511 | Shix | |
512 | M: Magnus Damm <[email protected]> | |
513 | S: Orphan | |
514 | F: hw/sh4/shix.c | |
515 | ||
516 | SPARC Machines | |
517 | -------------- | |
518 | Sun4m | |
519 | M: Blue Swirl <[email protected]> | |
520 | M: Mark Cave-Ayland <[email protected]> | |
521 | S: Maintained | |
522 | F: hw/sparc/sun4m.c | |
523 | ||
524 | Sun4u | |
525 | M: Blue Swirl <[email protected]> | |
526 | M: Mark Cave-Ayland <[email protected]> | |
527 | S: Maintained | |
528 | F: hw/sparc64/sun4u.c | |
529 | ||
530 | Leon3 | |
531 | M: Fabien Chouteau <[email protected]> | |
532 | S: Maintained | |
533 | F: hw/sparc/leon3.c | |
534 | F: hw/*/grlib* | |
535 | ||
536 | S390 Machines | |
537 | ------------- | |
538 | S390 Virtio | |
539 | M: Alexander Graf <[email protected]> | |
540 | S: Maintained | |
541 | F: hw/s390x/s390-*.c | |
542 | X: hw/s390x/*pci*.[hc] | |
543 | ||
544 | S390 Virtio-ccw | |
545 | M: Cornelia Huck <[email protected]> | |
546 | M: Christian Borntraeger <[email protected]> | |
547 | M: Alexander Graf <[email protected]> | |
548 | S: Supported | |
549 | F: hw/s390x/s390-virtio-ccw.c | |
550 | F: hw/s390x/css.[hc] | |
551 | F: hw/s390x/sclp*.[hc] | |
552 | F: hw/s390x/ipl*.[hc] | |
553 | F: hw/s390x/*pci*.[hc] | |
554 | F: include/hw/s390x/ | |
555 | F: pc-bios/s390-ccw/ | |
556 | T: git git://github.com/cohuck/qemu virtio-ccw-upstr | |
557 | ||
558 | UniCore32 Machines | |
559 | ------------- | |
560 | PKUnity-3 SoC initramfs-with-busybox | |
561 | M: Guan Xuetao <[email protected]> | |
562 | S: Maintained | |
563 | F: hw/*/puv3* | |
564 | F: hw/unicore32/ | |
565 | ||
566 | X86 Machines | |
567 | ------------ | |
568 | PC | |
569 | M: Michael S. Tsirkin <[email protected]> | |
570 | S: Supported | |
571 | F: include/hw/i386/ | |
572 | F: hw/i386/ | |
573 | F: hw/pci-host/piix.c | |
574 | F: hw/pci-host/q35.c | |
575 | F: hw/pci-host/pam.c | |
576 | F: include/hw/pci-host/q35.h | |
577 | F: include/hw/pci-host/pam.h | |
578 | F: hw/isa/piix4.c | |
579 | F: hw/isa/lpc_ich9.c | |
580 | F: hw/i2c/smbus_ich9.c | |
581 | F: hw/acpi/piix4.c | |
582 | F: hw/acpi/ich9.c | |
583 | F: include/hw/acpi/ich9.h | |
584 | F: include/hw/acpi/piix.h | |
585 | ||
586 | ||
587 | Xtensa Machines | |
588 | --------------- | |
589 | sim | |
590 | M: Max Filippov <[email protected]> | |
591 | S: Maintained | |
592 | F: hw/xtensa/sim.c | |
593 | ||
594 | XTFPGA (LX60, LX200, ML605, KC705) | |
595 | M: Max Filippov <[email protected]> | |
596 | S: Maintained | |
597 | F: hw/xtensa/xtfpga.c | |
598 | F: hw/net/opencores_eth.c | |
599 | ||
600 | Devices | |
601 | ------- | |
602 | EDU | |
603 | M: Jiri Slaby <[email protected]> | |
604 | S: Maintained | |
605 | F: hw/misc/edu.c | |
606 | ||
607 | IDE | |
608 | M: John Snow <[email protected]> | |
609 | L: [email protected] | |
610 | S: Supported | |
611 | F: include/hw/ide.h | |
612 | F: hw/ide/ | |
613 | F: hw/block/block.c | |
614 | F: hw/block/cdrom.c | |
615 | F: hw/block/hd-geometry.c | |
616 | F: tests/ide-test.c | |
617 | F: tests/ahci-test.c | |
618 | T: git git://github.com/jnsnow/qemu.git ide | |
619 | ||
620 | Floppy | |
621 | M: John Snow <[email protected]> | |
622 | L: [email protected] | |
623 | S: Supported | |
624 | F: hw/block/fdc.c | |
625 | F: include/hw/block/fdc.h | |
626 | T: git git://github.com/jnsnow/qemu.git ide | |
627 | ||
628 | OMAP | |
629 | M: Peter Maydell <[email protected]> | |
630 | S: Maintained | |
631 | F: hw/*/omap* | |
632 | ||
633 | PCI | |
634 | M: Michael S. Tsirkin <[email protected]> | |
635 | S: Supported | |
636 | F: include/hw/pci/* | |
637 | F: hw/pci/* | |
638 | F: hw/acpi/* | |
639 | ||
640 | ppc4xx | |
641 | M: Alexander Graf <[email protected]> | |
642 | L: [email protected] | |
643 | S: Odd Fixes | |
644 | F: hw/ppc/ppc4*.c | |
645 | ||
646 | ppce500 | |
647 | M: Alexander Graf <[email protected]> | |
648 | M: Scott Wood <[email protected]> | |
649 | L: [email protected] | |
650 | S: Supported | |
651 | F: hw/ppc/e500* | |
652 | ||
653 | SCSI | |
654 | M: Paolo Bonzini <[email protected]> | |
655 | S: Supported | |
656 | F: include/hw/scsi* | |
657 | F: hw/scsi/* | |
658 | T: git git://github.com/bonzini/qemu.git scsi-next | |
659 | ||
660 | LSI53C895A | |
661 | S: Orphan | |
662 | F: hw/scsi/lsi53c895a.c | |
663 | ||
664 | SSI | |
665 | M: Peter Crosthwaite <[email protected]> | |
666 | S: Maintained | |
667 | F: hw/ssi/* | |
668 | F: hw/block/m25p80.c | |
669 | ||
670 | USB | |
671 | M: Gerd Hoffmann <[email protected]> | |
672 | S: Maintained | |
673 | F: hw/usb/* | |
674 | F: tests/usb-*-test.c | |
675 | ||
676 | USB (serial adapter) | |
677 | M: Gerd Hoffmann <[email protected]> | |
678 | M: Samuel Thibault <[email protected]> | |
679 | S: Maintained | |
680 | F: hw/usb/dev-serial.c | |
681 | ||
682 | VFIO | |
683 | M: Alex Williamson <[email protected]> | |
684 | S: Supported | |
685 | F: hw/vfio/* | |
686 | ||
687 | vhost | |
688 | M: Michael S. Tsirkin <[email protected]> | |
689 | S: Supported | |
690 | F: hw/*/*vhost* | |
691 | ||
692 | virtio | |
693 | M: Michael S. Tsirkin <[email protected]> | |
694 | S: Supported | |
695 | F: hw/*/virtio* | |
696 | ||
697 | virtio-9p | |
698 | M: Aneesh Kumar K.V <[email protected]> | |
699 | S: Supported | |
700 | F: hw/9pfs/ | |
701 | F: fsdev/ | |
702 | F: tests/virtio-9p-test.c | |
703 | T: git git://github.com/kvaneesh/QEMU.git | |
704 | ||
705 | virtio-blk | |
706 | M: Kevin Wolf <[email protected]> | |
707 | M: Stefan Hajnoczi <[email protected]> | |
708 | S: Supported | |
709 | F: hw/block/virtio-blk.c | |
710 | ||
711 | virtio-ccw | |
712 | M: Cornelia Huck <[email protected]> | |
713 | M: Christian Borntraeger <[email protected]> | |
714 | S: Supported | |
715 | F: hw/s390x/virtio-ccw.[hc] | |
716 | T: git git://github.com/cohuck/qemu virtio-ccw-upstr | |
717 | ||
718 | virtio-serial | |
719 | M: Amit Shah <[email protected]> | |
720 | S: Supported | |
721 | F: hw/char/virtio-serial-bus.c | |
722 | F: hw/char/virtio-console.c | |
723 | F: include/hw/virtio/virtio-serial.h | |
724 | ||
725 | virtio-rng | |
726 | M: Amit Shah <[email protected]> | |
727 | S: Supported | |
728 | F: hw/virtio/virtio-rng.c | |
729 | F: include/hw/virtio/virtio-rng.h | |
730 | F: backends/rng*.c | |
731 | ||
732 | nvme | |
733 | M: Keith Busch <[email protected]> | |
734 | S: Supported | |
735 | F: hw/block/nvme* | |
736 | F: tests/nvme-test.c | |
737 | ||
738 | megasas | |
739 | M: Hannes Reinecke <[email protected]> | |
740 | S: Supported | |
741 | F: hw/scsi/megasas.c | |
742 | F: hw/scsi/mfi.h | |
743 | ||
744 | Xilinx EDK | |
745 | M: Peter Crosthwaite <[email protected]> | |
746 | M: Edgar E. Iglesias <[email protected]> | |
747 | S: Maintained | |
748 | F: hw/*/xilinx_* | |
749 | F: include/hw/xilinx.h | |
750 | ||
751 | Vmware | |
752 | M: Dmitry Fleytman <[email protected]> | |
753 | S: Maintained | |
754 | F: hw/net/vmxnet* | |
755 | F: hw/scsi/vmw_pvscsi* | |
756 | ||
757 | Subsystems | |
758 | ---------- | |
759 | Audio | |
760 | M: Vassili Karpov (malc) <[email protected]> | |
761 | M: Gerd Hoffmann <[email protected]> | |
762 | S: Maintained | |
763 | F: audio/ | |
764 | F: hw/audio/ | |
765 | F: tests/ac97-test.c | |
766 | F: tests/es1370-test.c | |
767 | F: tests/intel-hda-test.c | |
768 | ||
769 | Block | |
770 | M: Kevin Wolf <[email protected]> | |
771 | M: Stefan Hajnoczi <[email protected]> | |
772 | S: Supported | |
773 | F: async.c | |
774 | F: aio-*.c | |
775 | F: block* | |
776 | F: block/ | |
777 | F: hw/block/ | |
778 | F: migration/block* | |
779 | F: qemu-img* | |
780 | F: qemu-io* | |
781 | F: tests/image-fuzzer/ | |
782 | F: tests/qemu-iotests/ | |
783 | T: git git://repo.or.cz/qemu/kevin.git block | |
784 | T: git git://github.com/stefanha/qemu.git block | |
785 | ||
786 | Block Jobs | |
787 | M: Jeff Cody <[email protected]> | |
788 | L: [email protected] | |
789 | S: Supported | |
790 | F: blockjob.c | |
791 | F: include/block/blockjob.h | |
792 | F: block/backup.c | |
793 | F: block/commit.c | |
794 | F: block/stream.h | |
795 | F: block/mirror.c | |
796 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
797 | ||
798 | Character Devices | |
799 | M: Paolo Bonzini <[email protected]> | |
800 | S: Maintained | |
801 | F: qemu-char.c | |
802 | F: backends/msmouse.c | |
803 | F: backends/testdev.c | |
804 | ||
805 | Character Devices (Braille) | |
806 | M: Samuel Thibault <[email protected]> | |
807 | S: Maintained | |
808 | F: backends/baum.c | |
809 | ||
810 | Coverity model | |
811 | M: Markus Armbruster <[email protected]> | |
812 | S: Supported | |
813 | F: scripts/coverity-model.c | |
814 | ||
815 | CPU | |
816 | M: Andreas Färber <[email protected]> | |
817 | S: Supported | |
818 | F: qom/cpu.c | |
819 | F: include/qom/cpu.h | |
820 | F: target-i386/cpu.c | |
821 | ||
822 | ICC Bus | |
823 | M: Igor Mammedov <[email protected]> | |
824 | S: Supported | |
825 | F: include/hw/cpu/icc_bus.h | |
826 | F: hw/cpu/icc_bus.c | |
827 | ||
828 | Device Tree | |
829 | M: Peter Crosthwaite <[email protected]> | |
830 | M: Alexander Graf <[email protected]> | |
831 | S: Maintained | |
832 | F: device_tree.[ch] | |
833 | ||
834 | GDB stub | |
835 | L: [email protected] | |
836 | S: Odd Fixes | |
837 | F: gdbstub* | |
838 | F: gdb-xml/ | |
839 | ||
840 | Memory API | |
841 | M: Paolo Bonzini <[email protected]> | |
842 | S: Supported | |
843 | F: include/exec/ioport.h | |
844 | F: ioport.c | |
845 | F: include/exec/memory.h | |
846 | F: memory.c | |
847 | F: include/exec/memory-internal.h | |
848 | F: exec.c | |
849 | ||
850 | SPICE | |
851 | M: Gerd Hoffmann <[email protected]> | |
852 | S: Supported | |
853 | F: include/ui/qemu-spice.h | |
854 | F: ui/spice-*.c | |
855 | F: audio/spiceaudio.c | |
856 | F: hw/display/qxl* | |
857 | ||
858 | Graphics | |
859 | M: Gerd Hoffmann <[email protected]> | |
860 | S: Odd Fixes | |
861 | F: ui/ | |
862 | ||
863 | Cocoa graphics | |
864 | M: Andreas Färber <[email protected]> | |
865 | M: Peter Maydell <[email protected]> | |
866 | S: Odd Fixes | |
867 | F: ui/cocoa.m | |
868 | ||
869 | Main loop | |
870 | M: Paolo Bonzini <[email protected]> | |
871 | S: Maintained | |
872 | F: cpus.c | |
873 | F: main-loop.c | |
874 | F: qemu-timer.c | |
875 | F: vl.c | |
876 | ||
877 | Human Monitor (HMP) | |
878 | M: Luiz Capitulino <[email protected]> | |
879 | S: Maintained | |
880 | F: monitor.c | |
881 | F: hmp.c | |
882 | F: hmp-commands.hx | |
883 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
884 | ||
885 | Network device layer | |
886 | M: Stefan Hajnoczi <[email protected]> | |
887 | M: Jason Wang <[email protected]> | |
888 | S: Maintained | |
889 | F: net/ | |
890 | T: git git://github.com/stefanha/qemu.git net | |
891 | ||
892 | Netmap network backend | |
893 | M: Luigi Rizzo <[email protected]> | |
894 | M: Giuseppe Lettieri <[email protected]> | |
895 | M: Vincenzo Maffione <[email protected]> | |
896 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
897 | S: Maintained | |
898 | F: net/netmap.c | |
899 | ||
900 | Network Block Device (NBD) | |
901 | M: Paolo Bonzini <[email protected]> | |
902 | S: Odd Fixes | |
903 | F: block/nbd.c | |
904 | F: nbd.* | |
905 | F: qemu-nbd.c | |
906 | T: git git://github.com/bonzini/qemu.git nbd-next | |
907 | ||
908 | QAPI | |
909 | M: Luiz Capitulino <[email protected]> | |
910 | M: Michael Roth <[email protected]> | |
911 | S: Maintained | |
912 | F: qapi/ | |
913 | F: tests/qapi-schema/ | |
914 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
915 | ||
916 | QAPI Schema | |
917 | M: Eric Blake <[email protected]> | |
918 | M: Luiz Capitulino <[email protected]> | |
919 | M: Markus Armbruster <[email protected]> | |
920 | S: Supported | |
921 | F: qapi-schema.json | |
922 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
923 | ||
924 | QObject | |
925 | M: Luiz Capitulino <[email protected]> | |
926 | S: Maintained | |
927 | F: qobject/ | |
928 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
929 | ||
930 | QEMU Guest Agent | |
931 | M: Michael Roth <[email protected]> | |
932 | S: Maintained | |
933 | F: qga/ | |
934 | T: git git://github.com/mdroth/qemu.git qga | |
935 | ||
936 | QOM | |
937 | M: Andreas Färber <[email protected]> | |
938 | S: Supported | |
939 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
940 | F: include/qom/ | |
941 | X: include/qom/cpu.h | |
942 | F: qom/ | |
943 | X: qom/cpu.c | |
944 | F: tests/qom-test.c | |
945 | ||
946 | QMP | |
947 | M: Luiz Capitulino <[email protected]> | |
948 | S: Maintained | |
949 | F: qmp.c | |
950 | F: monitor.c | |
951 | F: qmp-commands.hx | |
952 | F: QMP/ | |
953 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
954 | ||
955 | SLIRP | |
956 | M: Jan Kiszka <[email protected]> | |
957 | S: Maintained | |
958 | F: slirp/ | |
959 | T: git git://git.kiszka.org/qemu.git queues/slirp | |
960 | ||
961 | Tracing | |
962 | M: Stefan Hajnoczi <[email protected]> | |
963 | S: Maintained | |
964 | F: trace/ | |
965 | F: scripts/tracetool.py | |
966 | F: scripts/tracetool/ | |
967 | F: docs/tracing.txt | |
968 | T: git git://github.com/stefanha/qemu.git tracing | |
969 | ||
970 | Checkpatch | |
971 | M: Blue Swirl <[email protected]> | |
972 | S: Odd Fixes | |
973 | F: scripts/checkpatch.pl | |
974 | ||
975 | Migration | |
976 | M: Juan Quintela <[email protected]> | |
977 | M: Amit Shah <[email protected]> | |
978 | S: Maintained | |
979 | F: include/migration/ | |
980 | F: migration/ | |
981 | F: savevm.c | |
982 | F: arch_init.c | |
983 | F: scripts/vmstate-static-checker.py | |
984 | F: tests/vmstate-static-checker-data/ | |
985 | ||
986 | Seccomp | |
987 | M: Eduardo Otubo <[email protected]> | |
988 | S: Supported | |
989 | F: qemu-seccomp.c | |
990 | F: include/sysemu/seccomp.h | |
991 | ||
992 | Usermode Emulation | |
993 | ------------------ | |
994 | Overall | |
995 | M: Riku Voipio <[email protected]> | |
996 | S: Maintained | |
997 | F: thunk.c | |
998 | F: user-exec.c | |
999 | ||
1000 | BSD user | |
1001 | M: Blue Swirl <[email protected]> | |
1002 | S: Maintained | |
1003 | F: bsd-user/ | |
1004 | ||
1005 | Linux user | |
1006 | M: Riku Voipio <[email protected]> | |
1007 | S: Maintained | |
1008 | F: linux-user/ | |
1009 | ||
1010 | Tiny Code Generator (TCG) | |
1011 | ------------------------- | |
1012 | Common code | |
1013 | M: Richard Henderson <[email protected]> | |
1014 | S: Maintained | |
1015 | F: tcg/ | |
1016 | ||
1017 | AArch64 target | |
1018 | M: Claudio Fontana <[email protected]> | |
1019 | M: Claudio Fontana <[email protected]> | |
1020 | S: Maintained | |
1021 | F: tcg/aarch64/ | |
1022 | ||
1023 | ARM target | |
1024 | M: Andrzej Zaborowski <[email protected]> | |
1025 | S: Maintained | |
1026 | F: tcg/arm/ | |
1027 | ||
1028 | i386 target | |
1029 | L: [email protected] | |
1030 | S: Maintained | |
1031 | F: tcg/i386/ | |
1032 | ||
1033 | IA64 target | |
1034 | M: Aurelien Jarno <[email protected]> | |
1035 | S: Maintained | |
1036 | F: tcg/ia64/ | |
1037 | ||
1038 | MIPS target | |
1039 | M: Aurelien Jarno <[email protected]> | |
1040 | S: Maintained | |
1041 | F: tcg/mips/ | |
1042 | ||
1043 | PPC | |
1044 | M: Vassili Karpov (malc) <[email protected]> | |
1045 | S: Maintained | |
1046 | F: tcg/ppc/ | |
1047 | ||
1048 | PPC64 target | |
1049 | M: Vassili Karpov (malc) <[email protected]> | |
1050 | S: Maintained | |
1051 | F: tcg/ppc64/ | |
1052 | ||
1053 | S390 target | |
1054 | M: Alexander Graf <[email protected]> | |
1055 | M: Richard Henderson <[email protected]> | |
1056 | S: Maintained | |
1057 | F: tcg/s390/ | |
1058 | ||
1059 | SPARC target | |
1060 | M: Blue Swirl <[email protected]> | |
1061 | S: Maintained | |
1062 | F: tcg/sparc/ | |
1063 | ||
1064 | TCI target | |
1065 | M: Stefan Weil <[email protected]> | |
1066 | S: Maintained | |
1067 | F: tcg/tci/ | |
1068 | F: tci.c | |
1069 | ||
1070 | Stable branches | |
1071 | --------------- | |
1072 | Stable 1.0 | |
1073 | L: [email protected] | |
1074 | T: git git://git.qemu-project.org/qemu-stable-1.0.git | |
1075 | S: Orphan | |
1076 | ||
1077 | Stable 0.15 | |
1078 | L: [email protected] | |
1079 | M: Andreas Färber <[email protected]> | |
1080 | T: git git://git.qemu-project.org/qemu-stable-0.15.git | |
1081 | S: Supported | |
1082 | ||
1083 | Stable 0.14 | |
1084 | L: [email protected] | |
1085 | T: git git://git.qemu-project.org/qemu-stable-0.14.git | |
1086 | S: Orphan | |
1087 | ||
1088 | Stable 0.10 | |
1089 | L: [email protected] | |
1090 | T: git git://git.qemu-project.org/qemu-stable-0.10.git | |
1091 | S: Orphan | |
1092 | ||
1093 | Block drivers | |
1094 | ------------- | |
1095 | VMDK | |
1096 | M: Fam Zheng <[email protected]> | |
1097 | S: Supported | |
1098 | F: block/vmdk.c | |
1099 | ||
1100 | RBD | |
1101 | M: Josh Durgin <[email protected]> | |
1102 | M: Jeff Cody <[email protected]> | |
1103 | L: [email protected] | |
1104 | S: Supported | |
1105 | F: block/rbd.c | |
1106 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1107 | ||
1108 | Sheepdog | |
1109 | M: Hitoshi Mitake <[email protected]> | |
1110 | M: Liu Yuan <[email protected]> | |
1111 | M: Jeff Cody <[email protected]> | |
1112 | L: [email protected] | |
1113 | L: [email protected] | |
1114 | S: Supported | |
1115 | F: block/sheepdog.c | |
1116 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1117 | ||
1118 | VHDX | |
1119 | M: Jeff Cody <[email protected]> | |
1120 | L: [email protected] | |
1121 | S: Supported | |
1122 | F: block/vhdx* | |
1123 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1124 | ||
1125 | VDI | |
1126 | M: Stefan Weil <[email protected]> | |
1127 | S: Maintained | |
1128 | F: block/vdi.c | |
1129 | ||
1130 | iSCSI | |
1131 | M: Ronnie Sahlberg <[email protected]> | |
1132 | M: Paolo Bonzini <[email protected]> | |
1133 | M: Peter Lieven <[email protected]> | |
1134 | S: Supported | |
1135 | F: block/iscsi.c | |
1136 | ||
1137 | NFS | |
1138 | M: Jeff Cody <[email protected]> | |
1139 | M: Peter Lieven <[email protected]> | |
1140 | L: [email protected] | |
1141 | S: Maintained | |
1142 | F: block/nfs.c | |
1143 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1144 | ||
1145 | SSH | |
1146 | M: Richard W.M. Jones <[email protected]> | |
1147 | M: Jeff Cody <[email protected]> | |
1148 | L: [email protected] | |
1149 | S: Supported | |
1150 | F: block/ssh.c | |
1151 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1152 | ||
1153 | ARCHIPELAGO | |
1154 | M: Chrysostomos Nanakos <[email protected]> | |
1155 | M: Jeff Cody <[email protected]> | |
1156 | L: [email protected] | |
1157 | S: Maintained | |
1158 | F: block/archipelago.c | |
1159 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1160 | ||
1161 | CURL | |
1162 | M: Jeff Cody <[email protected]> | |
1163 | L: [email protected] | |
1164 | S: Supported | |
1165 | F: block/curl.c | |
1166 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1167 | ||
1168 | GLUSTER | |
1169 | M: Jeff Cody <[email protected]> | |
1170 | L: [email protected] | |
1171 | S: Supported | |
1172 | F: block/gluster.c | |
1173 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1174 | ||
1175 | Bootdevice | |
1176 | M: Gonglei <[email protected]> | |
1177 | S: Maintained | |
1178 | F: bootdevice.c |