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