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