xref: /qemu/MAINTAINERS (revision 1ee51876)
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/
62
63ARM
64M: Paul Brook <paul@codesourcery.com>
65M: Peter Maydell <peter.maydell@linaro.org>
66S: Maintained
67F: target-arm/
68
69CRIS
70M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71S: Maintained
72F: target-cris/
73
74LM32
75M: Michael Walle <michael@walle.cc>
76S: Maintained
77F: target-lm32/
78
79M68K
80M: Paul Brook <paul@codesourcery.com>
81S: Odd Fixes
82F: target-m68k/
83
84MicroBlaze
85M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86S: Maintained
87F: target-microblaze/
88
89MIPS
90M: Aurelien Jarno <aurelien@aurel32.net>
91S: Odd Fixes
92F: target-mips/
93
94PowerPC
95M: Alexander Graf <agraf@suse.de>
96L: qemu-ppc@nongnu.org
97S: Maintained
98F: target-ppc/
99
100S390
101M: Alexander Graf <agraf@suse.de>
102S: Maintained
103F: target-s390x/
104
105SH4
106M: Aurelien Jarno <aurelien@aurel32.net>
107S: Odd Fixes
108F: target-sh4/
109
110SPARC
111M: Blue Swirl <blauwirbel@gmail.com>
112S: Maintained
113F: target-sparc/
114
115UniCore32
116M: Guan Xuetao <gxt@mprc.pku.edu.cn>
117S: Maintained
118F: target-unicore32/
119
120X86
121M: qemu-devel@nongnu.org
122S: Odd Fixes
123F: target-i386/
124
125Xtensa
126M: Max Filippov <jcmvbkbc@gmail.com>
127W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
128S: Maintained
129F: target-xtensa/
130
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
147S390
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
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
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
189ARM Machines
190------------
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
199Calxeda Highbank
200M: Mark Langsdorf <mark.langsdorf@calxeda.com>
201S: Supported
202F: hw/highbank.c
203F: hw/xgmac.c
204
205Gumstix
206M: qemu-devel@nongnu.org
207S: Orphan
208F: hw/gumstix.c
209
210Integrator CP
211M: Paul Brook <paul@codesourcery.com>
212M: Peter Maydell <peter.maydell@linaro.org>
213S: Maintained
214F: hw/integratorcp.c
215
216Mainstone
217M: qemu-devel@nongnu.org
218S: Orphan
219F: hw/mainstone.c
220
221Musicpal
222M: Jan Kiszka <jan.kiszka@web.de>
223S: Maintained
224F: hw/musicpal.c
225
226nSeries
227M: Andrzej Zaborowski <balrogg@gmail.com>
228S: Maintained
229F: hw/nseries.c
230
231Palm
232M: Andrzej Zaborowski <balrogg@gmail.com>
233S: Maintained
234F: hw/palm.c
235
236Real View
237M: Paul Brook <paul@codesourcery.com>
238M: Peter Maydell <peter.maydell@linaro.org>
239S: Maintained
240F: hw/realview*
241
242Spitz
243M: Andrzej Zaborowski <balrogg@gmail.com>
244S: Maintained
245F: hw/spitz.c
246
247Stellaris
248M: Paul Brook <paul@codesourcery.com>
249M: Peter Maydell <peter.maydell@linaro.org>
250S: Maintained
251F: hw/stellaris.c
252
253Versatile PB
254M: Paul Brook <paul@codesourcery.com>
255M: Peter Maydell <peter.maydell@linaro.org>
256S: Maintained
257F: hw/versatilepb.c
258
259Xilinx Zynq
260M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
261S: Maintained
262F: hw/xilinx_zynq.c
263F: hw/zynq_slcr.c
264F: hw/cadence_*
265
266CRIS Machines
267-------------
268Axis Dev88
269M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
270S: Maintained
271F: hw/axis_dev88.c
272
273etraxfs
274M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
275S: Maintained
276F: hw/etraxfs.c
277
278LM32 Machines
279-------------
280EVR32 and uclinux BSP
281M: Michael Walle <michael@walle.cc>
282S: Maintained
283F: hw/lm32_boards.c
284
285milkymist
286M: Michael Walle <michael@walle.cc>
287S: Maintained
288F: hw/milkymist.c
289
290M68K Machines
291-------------
292an5206
293M: Paul Brook <paul@codesourcery.com>
294S: Maintained
295F: hw/an5206.c
296
297dummy_m68k
298M: Paul Brook <paul@codesourcery.com>
299S: Maintained
300F: hw/dummy_m68k.c
301
302mcf5208
303M: Paul Brook <paul@codesourcery.com>
304S: Maintained
305F: hw/mcf5208.c
306
307MicroBlaze Machines
308-------------------
309petalogix_s3adsp1800
310M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
311S: Maintained
312F: hw/petalogix_s3adsp1800.c
313
314MIPS Machines
315-------------
316Jazz
317M: Hervé Poussineau <hpoussin@reactos.org>
318S: Maintained
319F: hw/mips_jazz.c
320
321Malta
322M: Aurelien Jarno <aurelien@aurel32.net>
323S: Maintained
324F: hw/mips_malta.c
325
326Mipssim
327M: qemu-devel@nongnu.org
328S: Orphan
329F: hw/mips_mipssim.c
330
331R4000
332M: Aurelien Jarno <aurelien@aurel32.net>
333S: Maintained
334F: hw/mips_r4k.c
335
336PowerPC Machines
337----------------
338405
339M: Alexander Graf <agraf@suse.de>
340L: qemu-ppc@nongnu.org
341S: Maintained
342F: hw/ppc405_boards.c
343
344New World
345M: Alexander Graf <agraf@suse.de>
346L: qemu-ppc@nongnu.org
347S: Maintained
348F: hw/ppc_newworld.c
349F: hw/unin_pci.c
350F: hw/dec_pci.[hc]
351
352Old World
353M: Alexander Graf <agraf@suse.de>
354L: qemu-ppc@nongnu.org
355S: Maintained
356F: hw/ppc_oldworld.c
357F: hw/grackle_pci.c
358
359PReP
360M: Andreas Färber <andreas.faerber@web.de>
361L: qemu-ppc@nongnu.org
362S: Odd Fixes
363F: hw/ppc_prep.c
364F: hw/prep_pci.[hc]
365
366SH4 Machines
367------------
368R2D
369M: Magnus Damm <magnus.damm@gmail.com>
370S: Maintained
371F: hw/r2d.c
372
373Shix
374M: Magnus Damm <magnus.damm@gmail.com>
375S: Orphan
376F: hw/shix.c
377
378SPARC Machines
379--------------
380Sun4m
381M: Blue Swirl <blauwirbel@gmail.com>
382S: Maintained
383F: hw/sun4m.c
384
385Sun4u
386M: Blue Swirl <blauwirbel@gmail.com>
387S: Maintained
388F: hw/sun4u.c
389
390S390 Machines
391-------------
392S390 Virtio
393M: Alexander Graf <agraf@suse.de>
394S: Maintained
395F: hw/s390-*.c
396
397X86 Machines
398------------
399PC
400M: Anthony Liguori <aliguori@us.ibm.com>
401S: Supported
402F: hw/pc.[ch]
403F: hw/pc_piix.c
404
405Xtensa Machines
406---------------
407sim
408M: Max Filippov <jcmvbkbc@gmail.com>
409S: Maintained
410F: hw/xtensa_sim.c
411
412Avnet LX60
413M: Max Filippov <jcmvbkbc@gmail.com>
414S: Maintained
415F: hw/xtensa_lx60.c
416
417Devices
418-------
419IDE
420M: Kevin Wolf <kwolf@redhat.com>
421S: Odd Fixes
422F: hw/ide/
423
424OMAP
425M: Peter Maydell <peter.maydell@linaro.org>
426S: Maintained
427F: hw/omap*
428
429PCI
430M: Michael S. Tsirkin <mst@redhat.com>
431S: Supported
432F: hw/pci*
433F: hw/piix*
434
435SCSI
436M: Paolo Bonzini <pbonzini@redhat.com>
437S: Supported
438F: hw/virtio-scsi.*
439F: hw/scsi*
440T: git git://github.com/bonzini/qemu.git scsi-next
441
442LSI53C895A
443M: Paul Brook <paul@codesourcery.com>
444S: Odd Fixes
445F: hw/lsi53c895a.c
446
447USB
448M: Gerd Hoffmann <kraxel@redhat.com>
449S: Maintained
450F: hw/usb*
451
452vhost
453M: Michael S. Tsirkin <mst@redhat.com>
454S: Supported
455F: hw/vhost*
456
457virtio
458M: Anthony Liguori <aliguori@us.ibm.com>
459S: Supported
460F: hw/virtio*
461
462virtio-9p
463M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
464S: Supported
465F: hw/9pfs/
466F: fsdev/
467T: git git://github.com/kvaneesh/QEMU.git
468
469virtio-blk
470M: Kevin Wolf <kwolf@redhat.com>
471S: Supported
472F: hw/virtio-blk*
473
474virtio-serial
475M: Amit Shah <amit.shah@redhat.com>
476S: Supported
477F: hw/virtio-serial*
478F: hw/virtio-console*
479
480Subsystems
481----------
482Audio
483M: Vassili Karpov (malc) <av1474@comtv.ru>
484S: Maintained
485F: audio/
486
487Block
488M: Kevin Wolf <kwolf@redhat.com>
489S: Supported
490F: block*
491F: block/
492
493Character Devices
494M: Anthony Liguori <aliguori@us.ibm.com>
495S: Maintained
496F: qemu-char.c
497
498GDB stub
499M: qemu-devel@nongnu.org
500S: Odd Fixes
501F: gdbstub*
502F: gdb-xml/
503
504SPICE
505M: Gerd Hoffmann <kraxel@redhat.com>
506S: Supported
507F: ui/qemu-spice.h
508F: ui/spice-*.c
509F: audio/spiceaudio.c
510F: hw/qxl*
511
512Graphics
513M: Anthony Liguori <aliguori@us.ibm.com>
514S: Maintained
515F: ui/
516
517Cocoa graphics
518M: Andreas Färber <andreas.faerber@web.de>
519S: Odd Fixes
520F: ui/cocoa.m
521
522Main loop
523M: Anthony Liguori <aliguori@us.ibm.com>
524S: Supported
525F: vl.c
526
527Monitor (QMP/HMP)
528M: Luiz Capitulino <lcapitulino@redhat.com>
529M: Markus Armbruster <armbru@redhat.com>
530S: Supported
531F: monitor.c
532
533Network device layer
534M: Anthony Liguori <aliguori@us.ibm.com>
535M: Mark McLoughlin <markmc@redhat.com>
536S: Maintained
537F: net/
538
539Network Block Device (NBD)
540M: Paolo Bonzini <pbonzini@redhat.com>
541S: Odd Fixes
542F: block/nbd.c
543F: nbd.*
544F: qemu-nbd.c
545T: git git://github.com/bonzini/qemu.git nbd-next
546
547SLIRP
548M: Jan Kiszka <jan.kiszka@siemens.com>
549S: Maintained
550F: slirp/
551T: git git://git.kiszka.org/qemu.git queues/slirp
552
553Tracing
554M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
555S: Maintained
556F: trace/
557F: scripts/tracetool.py
558F: scripts/tracetool/
559F: docs/tracing.txt
560T: git git://github.com/stefanha/qemu.git tracing
561
562Checkpatch
563M: Blue Swirl <blauwirbel@gmail.com>
564S: Odd Fixes
565F: scripts/checkpatch.pl
566
567Usermode Emulation
568------------------
569BSD user
570M: Blue Swirl <blauwirbel@gmail.com>
571S: Maintained
572F: bsd-user/
573
574Linux user
575M: Riku Voipio <riku.voipio@iki.fi>
576S: Maintained
577F: linux-user/
578
579Tiny Code Generator (TCG)
580-------------------------
581Common code
582M: qemu-devel@nongnu.org
583S: Maintained
584F: tcg/
585
586ARM target
587M: Andrzej Zaborowski <balrogg@gmail.com>
588S: Maintained
589F: tcg/arm/
590
591HPPA target
592M: Richard Henderson <rth@twiddle.net>
593S: Maintained
594F: tcg/hppa/
595
596i386 target
597M: qemu-devel@nongnu.org
598S: Maintained
599F: tcg/i386/
600
601IA64 target
602M: Aurelien Jarno <aurelien@aurel32.net>
603S: Maintained
604F: tcg/ia64/
605
606MIPS target
607M: Aurelien Jarno <aurelien@aurel32.net>
608S: Maintained
609F: tcg/mips/
610
611PPC
612M: Vassili Karpov (malc) <av1474@comtv.ru>
613S: Maintained
614F: tcg/ppc/
615
616PPC64 target
617M: Vassili Karpov (malc) <av1474@comtv.ru>
618S: Maintained
619F: tcg/ppc64/
620
621S390 target
622M: Alexander Graf <agraf@suse.de>
623M: Richard Henderson <rth@twiddle.net>
624S: Maintained
625F: tcg/s390/
626
627SPARC target
628M: Blue Swirl <blauwirbel@gmail.com>
629S: Maintained
630F: tcg/sparc/
631
632TCI target
633M: Stefan Weil <sw@weilnetz.de>
634S: Maintained
635F: tcg/tci/
636
637Stable branches
638---------------
639Stable 1.0
640L: qemu-stable@nongnu.org
641T: git git://git.qemu.org/qemu-stable-1.0.git
642S: Orphan
643
644Stable 0.15
645L: qemu-stable@nongnu.org
646T: git git://git.qemu.org/qemu-stable-0.15.git
647S: Orphan
648
649Stable 0.14
650L: qemu-stable@nongnu.org
651T: git git://git.qemu.org/qemu-stable-0.14.git
652S: Orphan
653
654Stable 0.10
655L: qemu-stable@nongnu.org
656T: git git://git.qemu.org/qemu-stable-0.10.git
657S: Orphan
658