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