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