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