]> Git Repo - qemu.git/blob - MAINTAINERS
check-qjson: Improve a few comments, delete bogus ones
[qemu.git] / MAINTAINERS
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 M: Paul Brook <[email protected]>
55
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <[email protected]>
60 S: Maintained
61 F: target-alpha/
62 F: hw/alpha/
63
64 ARM
65 M: Paul Brook <[email protected]>
66 M: Peter Maydell <[email protected]>
67 S: Maintained
68 F: target-arm/
69 F: hw/arm/
70 F: hw/cpu/a*mpcore.c
71
72 CRIS
73 M: Edgar E. Iglesias <[email protected]>
74 S: Maintained
75 F: target-cris/
76 F: hw/cris/
77
78 LM32
79 M: Michael Walle <[email protected]>
80 S: Maintained
81 F: target-lm32/
82 F: hw/lm32/
83
84 M68K
85 M: Paul Brook <[email protected]>
86 S: Odd Fixes
87 F: target-m68k/
88 F: hw/m68k/
89
90 MicroBlaze
91 M: Edgar E. Iglesias <[email protected]>
92 S: Maintained
93 F: target-microblaze/
94 F: hw/microblaze/
95
96 MIPS
97 M: Aurelien Jarno <[email protected]>
98 S: Odd Fixes
99 F: target-mips/
100 F: hw/mips/
101
102 Moxie
103 M: Anthony Green <[email protected]>
104 S: Maintained
105 F: target-moxie/
106
107 PowerPC
108 M: Alexander Graf <[email protected]>
109 L: [email protected]
110 S: Maintained
111 F: target-ppc/
112 F: hw/ppc/
113
114 S390
115 M: Richard Henderson <[email protected]>
116 M: Alexander Graf <[email protected]>
117 S: Maintained
118 F: target-s390x/
119 F: hw/s390x/
120
121 SH4
122 M: Aurelien Jarno <[email protected]>
123 S: Odd Fixes
124 F: target-sh4/
125 F: hw/sh4/
126
127 SPARC
128 M: Blue Swirl <[email protected]>
129 S: Maintained
130 F: target-sparc/
131 F: hw/sparc/
132 F: hw/sparc64/
133
134 UniCore32
135 M: Guan Xuetao <[email protected]>
136 S: Maintained
137 F: target-unicore32/
138 F: hw/unicore32/
139
140 X86
141 M: [email protected]
142 S: Odd Fixes
143 F: target-i386/
144 F: hw/i386/
145
146 Xtensa
147 M: Max Filippov <[email protected]>
148 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
149 S: Maintained
150 F: target-xtensa/
151 F: hw/xtensa/
152
153 Guest CPU Cores (KVM):
154 ----------------------
155
156 Overall
157 M: Gleb Natapov <[email protected]>
158 M: Marcelo Tosatti <[email protected]>
159 L: [email protected]
160 S: Supported
161 F: kvm-*
162 F: */kvm.*
163
164 ARM
165 M: Peter Maydell <[email protected]>
166 S: Maintained
167 F: target-arm/kvm.c
168
169 PPC
170 M: Alexander Graf <[email protected]>
171 S: Maintained
172 F: target-ppc/kvm.c
173
174 S390
175 M: Alexander Graf <[email protected]>
176 S: Maintained
177 F: target-s390x/kvm.c
178
179 X86
180 M: Gleb Natapov <[email protected]>
181 M: Marcelo Tosatti <[email protected]>
182 L: [email protected]
183 S: Supported
184 F: target-i386/kvm.c
185
186 Guest CPU Cores (Xen):
187 ----------------------
188
189 X86
190 M: Stefano Stabellini <[email protected]>
191 L: [email protected]
192 S: Supported
193 F: xen-*
194 F: */xen*
195
196 Hosts:
197 ------
198
199 LINUX
200 L: [email protected]
201 S: Maintained
202 F: linux-*
203 F: linux-headers/
204
205 POSIX
206 L: [email protected]
207 S: Maintained
208 F: *posix*
209
210 W32, W64
211 L: [email protected]
212 M: Stefan Weil <[email protected]>
213 S: Maintained
214 F: *win32*
215
216 ARM Machines
217 ------------
218 Exynos
219 M: Evgeny Voevodin <[email protected]>
220 M: Maksim Kozlov <[email protected]>
221 M: Igor Mitsyanko <[email protected]>
222 M: Dmitry Solodkiy <[email protected]>
223 S: Maintained
224 F: hw/*/exynos*
225
226 Calxeda Highbank
227 M: Mark Langsdorf <[email protected]>
228 S: Supported
229 F: hw/arm/highbank.c
230 F: hw/net/xgmac.c
231
232 Gumstix
233 M: [email protected]
234 S: Orphan
235 F: hw/arm/gumstix.c
236
237 i.MX31
238 M: Peter Chubb <[email protected]>
239 S: Odd fixes
240 F: hw/*/imx*
241 F: hw/arm/kzm.c
242
243 Integrator CP
244 M: Paul Brook <[email protected]>
245 M: Peter Maydell <[email protected]>
246 S: Maintained
247 F: hw/arm/integratorcp.c
248
249 Mainstone
250 M: [email protected]
251 S: Orphan
252 F: hw/arm/mainstone.c
253
254 Musicpal
255 M: Jan Kiszka <[email protected]>
256 S: Maintained
257 F: hw/arm/musicpal.c
258
259 nSeries
260 M: Andrzej Zaborowski <[email protected]>
261 S: Maintained
262 F: hw/arm/nseries.c
263
264 Palm
265 M: Andrzej Zaborowski <[email protected]>
266 S: Maintained
267 F: hw/arm/palm.c
268
269 Real View
270 M: Paul Brook <[email protected]>
271 M: Peter Maydell <[email protected]>
272 S: Maintained
273 F: hw/arm/realview*
274
275 Spitz
276 M: Andrzej Zaborowski <[email protected]>
277 S: Maintained
278 F: hw/arm/spitz.c
279
280 Stellaris
281 M: Paul Brook <[email protected]>
282 M: Peter Maydell <[email protected]>
283 S: Maintained
284 F: hw/*/stellaris*
285
286 Versatile PB
287 M: Paul Brook <[email protected]>
288 M: Peter Maydell <[email protected]>
289 S: Maintained
290 F: hw/*/versatile*
291
292 Xilinx Zynq
293 M: Peter Crosthwaite <[email protected]>
294 S: Maintained
295 F: hw/arm/xilinx_zynq.c
296 F: hw/misc/zynq_slcr.c
297 F: hw/*/cadence_*
298 F: hw/ssi/xilinx_spips.c
299
300 CRIS Machines
301 -------------
302 Axis Dev88
303 M: Edgar E. Iglesias <[email protected]>
304 S: Maintained
305 F: hw/cris/axis_dev88.c
306
307 etraxfs
308 M: Edgar E. Iglesias <[email protected]>
309 S: Maintained
310 F: hw/cris/etraxfs.c
311
312 LM32 Machines
313 -------------
314 EVR32 and uclinux BSP
315 M: Michael Walle <[email protected]>
316 S: Maintained
317 F: hw/lm32/lm32_boards.c
318
319 milkymist
320 M: Michael Walle <[email protected]>
321 S: Maintained
322 F: hw/lm32/milkymist.c
323
324 M68K Machines
325 -------------
326 an5206
327 M: Paul Brook <[email protected]>
328 S: Maintained
329 F: hw/m68k/an5206.c
330
331 dummy_m68k
332 M: Paul Brook <[email protected]>
333 S: Maintained
334 F: hw/m68k/dummy_m68k.c
335
336 mcf5208
337 M: Paul Brook <[email protected]>
338 S: Maintained
339 F: hw/m68k/mcf5208.c
340
341 MicroBlaze Machines
342 -------------------
343 petalogix_s3adsp1800
344 M: Edgar E. Iglesias <[email protected]>
345 S: Maintained
346 F: hw/microblaze/petalogix_s3adsp1800.c
347
348 petalogix_ml605
349 M: Peter Crosthwaite <[email protected]>
350 S: Maintained
351 F: hw/microblaze/petalogix_ml605_mmu.c
352
353 MIPS Machines
354 -------------
355 Jazz
356 M: Hervé Poussineau <[email protected]>
357 S: Maintained
358 F: hw/mips/mips_jazz.c
359
360 Malta
361 M: Aurelien Jarno <[email protected]>
362 S: Maintained
363 F: hw/mips/mips_malta.c
364
365 Mipssim
366 M: [email protected]
367 S: Orphan
368 F: hw/mips/mips_mipssim.c
369
370 R4000
371 M: Aurelien Jarno <[email protected]>
372 S: Maintained
373 F: hw/mips/mips_r4k.c
374
375 PowerPC Machines
376 ----------------
377 405
378 M: Alexander Graf <[email protected]>
379 L: [email protected]
380 S: Odd Fixes
381 F: hw/ppc/ppc405_boards.c
382
383 Bamboo
384 M: Alexander Graf <[email protected]>
385 L: [email protected]
386 S: Odd Fixes
387 F: hw/ppc/ppc440_bamboo.c
388
389 e500
390 M: Alexander Graf <[email protected]>
391 M: Scott Wood <[email protected]>
392 L: [email protected]
393 S: Supported
394 F: hw/ppc/e500.[hc]
395 F: hw/ppc/e500plat.c
396
397 mpc8544ds
398 M: Alexander Graf <[email protected]>
399 M: Scott Wood <[email protected]>
400 L: [email protected]
401 S: Supported
402 F: hw/ppc/mpc8544ds.c
403 F: hw/ppc/mpc8544_guts.c
404
405 New World
406 M: Alexander Graf <[email protected]>
407 L: [email protected]
408 S: Maintained
409 F: hw/ppc/mac_newworld.c
410 F: hw/pci/devices/host-uninorth.c
411 F: hw/pci/devices/host-dec.[hc]
412 F: hw/misc/macio/
413
414 Old World
415 M: Alexander Graf <[email protected]>
416 L: [email protected]
417 S: Maintained
418 F: hw/ppc/mac_oldworld.c
419 F: hw/pci/devices/host-grackle.c
420 F: hw/misc/macio/
421
422 PReP
423 M: Andreas Färber <[email protected]>
424 L: [email protected]
425 S: Odd Fixes
426 F: hw/ppc/prep.c
427 F: hw/pci/devices/host-prep.[hc]
428 F: hw/isa/pc87312.[hc]
429
430 sPAPR
431 M: David Gibson <[email protected]>
432 M: Alexander Graf <[email protected]>
433 L: [email protected]
434 S: Supported
435 F: hw/*/spapr*
436
437 virtex_ml507
438 M: Edgar E. Iglesias <[email protected]>
439 L: [email protected]
440 S: Odd Fixes
441 F: hw/pci/virtex_ml507.c
442
443 SH4 Machines
444 ------------
445 R2D
446 M: Magnus Damm <[email protected]>
447 S: Maintained
448 F: hw/sh/r2d.c
449
450 Shix
451 M: Magnus Damm <[email protected]>
452 S: Orphan
453 F: hw/sh/shix.c
454
455 SPARC Machines
456 --------------
457 Sun4m
458 M: Blue Swirl <[email protected]>
459 S: Maintained
460 F: hw/sparc/sun4m.c
461
462 Sun4u
463 M: Blue Swirl <[email protected]>
464 S: Maintained
465 F: hw/sparc64/sun4u.c
466
467 Leon3
468 M: Fabien Chouteau <[email protected]>
469 S: Maintained
470 F: hw/sparc/leon3.c
471 F: hw/*/grlib*
472
473 S390 Machines
474 -------------
475 S390 Virtio
476 M: Alexander Graf <[email protected]>
477 S: Maintained
478 F: hw/s390/s390-*.c
479
480 S390 Virtio-ccw
481 M: Cornelia Huck <[email protected]>
482 M: Alexander Graf <[email protected]>
483 S: Supported
484 F: hw/s390x/s390-virtio-ccw.c
485 F: hw/s390x/css.[hc]
486 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
487
488 UniCore32 Machines
489 -------------
490 PKUnity-3 SoC initramfs-with-busybox
491 M: Guan Xuetao <[email protected]>
492 S: Maintained
493 F: hw/*/puv3*
494 F: hw/unicore32/
495
496 X86 Machines
497 ------------
498 PC
499 M: Anthony Liguori <[email protected]>
500 S: Supported
501 F: hw/i386/pc.[ch]
502 F: hw/i386/pc_piix.c
503
504 Xtensa Machines
505 ---------------
506 sim
507 M: Max Filippov <[email protected]>
508 S: Maintained
509 F: hw/xtensa/xtensa_sim.c
510
511 Avnet LX60
512 M: Max Filippov <[email protected]>
513 S: Maintained
514 F: hw/xtensa/xtensa_lx60.c
515
516 Devices
517 -------
518 IDE
519 M: Kevin Wolf <[email protected]>
520 S: Odd Fixes
521 F: include/hw/ide.h
522 F: hw/ide/
523
524 OMAP
525 M: Peter Maydell <[email protected]>
526 S: Maintained
527 F: hw/*/omap*
528
529 PCI
530 M: Michael S. Tsirkin <[email protected]>
531 S: Supported
532 F: include/hw/pci/*
533 F: hw/pci/*
534 F: hw/acpi/*
535
536 ppc4xx
537 M: Alexander Graf <[email protected]>
538 L: [email protected]
539 S: Odd Fixes
540 F: hw/ppc/ppc4*.c
541
542 ppce500
543 M: Alexander Graf <[email protected]>
544 M: Scott Wood <[email protected]>
545 L: [email protected]
546 S: Supported
547 F: hw/ppc/e500_*
548
549 SCSI
550 M: Paolo Bonzini <[email protected]>
551 S: Supported
552 F: include/hw/scsi*
553 F: hw/scsi/*
554 T: git git://github.com/bonzini/qemu.git scsi-next
555
556 LSI53C895A
557 M: Paul Brook <[email protected]>
558 S: Odd Fixes
559 F: hw/scsi/lsi53c895a.c
560
561 SSI
562 M: Peter Crosthwaite <[email protected]>
563 S: Maintained
564 F: hw/ssi/*
565 F: hw/block/m25p80.c
566
567 USB
568 M: Gerd Hoffmann <[email protected]>
569 S: Maintained
570 F: hw/usb/*
571
572 VFIO
573 M: Alex Williamson <[email protected]>
574 S: Supported
575 F: hw/pci/vfio.c
576
577 vhost
578 M: Michael S. Tsirkin <[email protected]>
579 S: Supported
580 F: hw/*/*vhost*
581
582 virtio
583 M: Anthony Liguori <[email protected]>
584 S: Supported
585 F: hw/*/virtio*
586
587 virtio-9p
588 M: Aneesh Kumar K.V <[email protected]>
589 S: Supported
590 F: hw/9pfs/
591 F: fsdev/
592 T: git git://github.com/kvaneesh/QEMU.git
593
594 virtio-blk
595 M: Kevin Wolf <[email protected]>
596 M: Stefan Hajnoczi <[email protected]>
597 S: Supported
598 F: hw/block/virtio-blk.c
599
600 virtio-ccw
601 M: Cornelia Huck <[email protected]>
602 S: Supported
603 F: hw/s390x/virtio-ccw.[hc]
604 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
605
606 virtio-serial
607 M: Amit Shah <[email protected]>
608 S: Supported
609 F: hw/char/virtio-serial-bus.c
610 F: hw/char/virtio-console.c
611
612 Xilinx EDK
613 M: Peter Crosthwaite <[email protected]>
614 M: Edgar E. Iglesias <[email protected]>
615 S: Maintained
616 F: hw/*/xilinx_*
617 F: include/hw/xilinx.h
618
619 Subsystems
620 ----------
621 Audio
622 M: Vassili Karpov (malc) <[email protected]>
623 S: Maintained
624 F: audio/
625 F: hw/audio/
626
627 Block
628 M: Kevin Wolf <[email protected]>
629 M: Stefan Hajnoczi <[email protected]>
630 S: Supported
631 F: block*
632 F: block/
633 F: hw/block/
634
635 Character Devices
636 M: Anthony Liguori <[email protected]>
637 S: Maintained
638 F: qemu-char.c
639
640 CPU
641 M: Andreas Färber <[email protected]>
642 S: Supported
643 F: qom/cpu.c
644 F: include/qemu/cpu.h
645 F: target-i386/cpu.c
646
647 Device Tree
648 M: Peter Crosthwaite <[email protected]>
649 M: Alexander Graf <[email protected]>
650 S: Maintained
651 F: device-tree.[ch]
652
653 GDB stub
654 M: [email protected]
655 S: Odd Fixes
656 F: gdbstub*
657 F: gdb-xml/
658
659 SPICE
660 M: Gerd Hoffmann <[email protected]>
661 S: Supported
662 F: ui/qemu-spice.h
663 F: ui/spice-*.c
664 F: audio/spiceaudio.c
665 F: hw/display/qxl*
666
667 Graphics
668 M: Anthony Liguori <[email protected]>
669 S: Maintained
670 F: ui/
671
672 Cocoa graphics
673 M: Andreas Färber <[email protected]>
674 S: Odd Fixes
675 F: ui/cocoa.m
676
677 Main loop
678 M: Anthony Liguori <[email protected]>
679 S: Supported
680 F: vl.c
681
682 Monitor (QMP/HMP)
683 M: Luiz Capitulino <[email protected]>
684 M: Markus Armbruster <[email protected]>
685 S: Supported
686 F: monitor.c
687
688 Network device layer
689 M: Anthony Liguori <[email protected]>
690 M: Stefan Hajnoczi <[email protected]>
691 S: Maintained
692 F: net/
693 T: git git://github.com/stefanha/qemu.git net
694
695 Network Block Device (NBD)
696 M: Paolo Bonzini <[email protected]>
697 S: Odd Fixes
698 F: block/nbd.c
699 F: nbd.*
700 F: qemu-nbd.c
701 T: git git://github.com/bonzini/qemu.git nbd-next
702
703 SLIRP
704 M: Jan Kiszka <[email protected]>
705 S: Maintained
706 F: slirp/
707 T: git git://git.kiszka.org/qemu.git queues/slirp
708
709 Tracing
710 M: Stefan Hajnoczi <[email protected]>
711 S: Maintained
712 F: trace/
713 F: scripts/tracetool.py
714 F: scripts/tracetool/
715 F: docs/tracing.txt
716 T: git git://github.com/stefanha/qemu.git tracing
717
718 Checkpatch
719 M: Blue Swirl <[email protected]>
720 S: Odd Fixes
721 F: scripts/checkpatch.pl
722
723 Usermode Emulation
724 ------------------
725 BSD user
726 M: Blue Swirl <[email protected]>
727 S: Maintained
728 F: bsd-user/
729
730 Linux user
731 M: Riku Voipio <[email protected]>
732 S: Maintained
733 F: linux-user/
734
735 Tiny Code Generator (TCG)
736 -------------------------
737 Common code
738 M: [email protected]
739 S: Maintained
740 F: tcg/
741
742 ARM target
743 M: Andrzej Zaborowski <[email protected]>
744 S: Maintained
745 F: tcg/arm/
746
747 HPPA target
748 M: Richard Henderson <[email protected]>
749 S: Maintained
750 F: tcg/hppa/
751
752 i386 target
753 M: [email protected]
754 S: Maintained
755 F: tcg/i386/
756
757 IA64 target
758 M: Aurelien Jarno <[email protected]>
759 S: Maintained
760 F: tcg/ia64/
761
762 MIPS target
763 M: Aurelien Jarno <[email protected]>
764 S: Maintained
765 F: tcg/mips/
766
767 PPC
768 M: Vassili Karpov (malc) <[email protected]>
769 S: Maintained
770 F: tcg/ppc/
771
772 PPC64 target
773 M: Vassili Karpov (malc) <[email protected]>
774 S: Maintained
775 F: tcg/ppc64/
776
777 S390 target
778 M: Alexander Graf <[email protected]>
779 M: Richard Henderson <[email protected]>
780 S: Maintained
781 F: tcg/s390/
782
783 SPARC target
784 M: Blue Swirl <[email protected]>
785 S: Maintained
786 F: tcg/sparc/
787
788 TCI target
789 M: Stefan Weil <[email protected]>
790 S: Maintained
791 F: tcg/tci/
792
793 Stable branches
794 ---------------
795 Stable 1.0
796 L: [email protected]
797 T: git git://git.qemu.org/qemu-stable-1.0.git
798 S: Orphan
799
800 Stable 0.15
801 L: [email protected]
802 T: git git://git.qemu.org/qemu-stable-0.15.git
803 S: Orphan
804
805 Stable 0.14
806 L: [email protected]
807 T: git git://git.qemu.org/qemu-stable-0.14.git
808 S: Orphan
809
810 Stable 0.10
811 L: [email protected]
812 T: git git://git.qemu.org/qemu-stable-0.10.git
813 S: Orphan
This page took 0.065779 seconds and 4 git commands to generate.