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