xref: /openbmc/qemu/MAINTAINERS (revision f22d85e9)
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: Maintained
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: Maintained
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: Maintained
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] hw/pc_piix.c
403
404Xtensa Machines
405---------------
406sim
407M: Max Filippov <jcmvbkbc@gmail.com>
408S: Maintained
409F: hw/xtensa_sim.c
410
411Avnet LX60
412M: Max Filippov <jcmvbkbc@gmail.com>
413S: Maintained
414F: hw/xtensa_lx60.c
415
416Devices
417-------
418IDE
419M: Kevin Wolf <kwolf@redhat.com>
420S: Odd Fixes
421F: hw/ide/
422
423OMAP
424M: Peter Maydell <peter.maydell@linaro.org>
425S: Maintained
426F: hw/omap*
427
428PCI
429M: Michael S. Tsirkin <mst@redhat.com>
430S: Supported
431F: hw/pci*
432F: hw/piix*
433
434SCSI
435M: Paolo Bonzini <pbonzini@redhat.com>
436S: Supported
437F: hw/virtio-scsi.*
438F: hw/scsi*
439T: git://github.com/bonzini/qemu.git scsi-next
440
441LSI53C895A
442M: Paul Brook <paul@codesourcery.com>
443S: Odd Fixes
444F: hw/lsi53c895a.c
445
446USB
447M: Gerd Hoffmann <kraxel@redhat.com>
448S: Maintained
449F: hw/usb*
450
451vhost
452M: Michael S. Tsirkin <mst@redhat.com>
453S: Supported
454F: hw/vhost*
455
456virtio
457M: Anthony Liguori <aliguori@us.ibm.com>
458S: Supported
459F: hw/virtio*
460
461virtio-9p
462M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
463S: Supported
464F: hw/9pfs/ fsdev/
465T: https://github.com/kvaneesh/QEMU
466
467
468virtio-blk
469M: Kevin Wolf <kwolf@redhat.com>
470S: Supported
471F: hw/virtio-blk*
472
473virtio-serial
474M: Amit Shah <amit.shah@redhat.com>
475S: Supported
476F: hw/virtio-serial*
477F: hw/virtio-console*
478
479Subsystems
480----------
481Audio
482M: Vassili Karpov (malc) <av1474@comtv.ru>
483S: Maintained
484F: audio/
485
486Block
487M: Kevin Wolf <kwolf@redhat.com>
488S: Supported
489F: block*
490F: block/
491
492Character Devices
493M: Anthony Liguori <aliguori@us.ibm.com>
494S: Maintained
495F: qemu-char.c
496
497GDB stub
498M: qemu-devel@nongnu.org
499S: Odd Fixes
500F: gdbstub*
501F: gdb-xml/
502
503SPICE
504M: Gerd Hoffmann <kraxel@redhat.com>
505S: Supported
506F: ui/qemu-spice.h
507F: ui/spice-*.c
508F: audio/spiceaudio.c
509F: hw/qxl*
510
511Graphics
512M: Anthony Liguori <aliguori@us.ibm.com>
513S: Maintained
514F: ui/
515
516Cocoa graphics
517M: Andreas Färber <andreas.faerber@web.de>
518S: Odd Fixes
519F: ui/cocoa.m
520
521Main loop
522M: Anthony Liguori <aliguori@us.ibm.com>
523S: Supported
524F: vl.c
525
526Monitor (QMP/HMP)
527M: Luiz Capitulino <lcapitulino@redhat.com>
528M: Markus Armbruster <armbru@redhat.com>
529S: Supported
530F: monitor.c
531
532Network device layer
533M: Anthony Liguori <aliguori@us.ibm.com>
534M: Mark McLoughlin <markmc@redhat.com>
535S: Maintained
536F: net/
537
538Network Block Device (NBD)
539M: Paolo Bonzini <pbonzini@redhat.com>
540S: Odd Fixes
541F: block/nbd.c
542F: nbd.*
543F: qemu-nbd.c
544T: git://github.com/bonzini/qemu.git nbd-next
545
546SLIRP
547M: Jan Kiszka <jan.kiszka@siemens.com>
548S: Maintained
549F: slirp/
550T: git://git.kiszka.org/qemu.git queues/slirp
551
552Tracing
553M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
554S: Maintained
555F: trace/
556F: scripts/tracetool.py
557F: scripts/tracetool/
558F: docs/tracing.txt
559T: git://github.com/stefanha/qemu.git tracing
560
561Checkpatch
562M: Blue Swirl <blauwirbel@gmail.com>
563S: Odd Fixes
564F: scripts/checkpatch.pl
565
566Usermode Emulation
567------------------
568BSD user
569M: Blue Swirl <blauwirbel@gmail.com>
570S: Maintained
571F: bsd-user/
572
573Darwin user
574M: qemu-devel@nongnu.org
575S: Orphan
576F: darwin-user/
577
578Linux user
579M: Riku Voipio <riku.voipio@iki.fi>
580S: Maintained
581F: linux-user/
582
583Tiny Code Generator (TCG)
584-------------------------
585Common code
586M: qemu-devel@nongnu.org
587S: Maintained
588F: tcg/
589
590ARM target
591M: Andrzej Zaborowski <balrogg@gmail.com>
592S: Maintained
593F: tcg/arm/
594
595HPPA target
596M: Richard Henderson <rth@twiddle.net>
597S: Maintained
598F: tcg/hppa/
599
600i386 target
601M: qemu-devel@nongnu.org
602S: Maintained
603F: tcg/i386/
604
605IA64 target
606M: Aurelien Jarno <aurelien@aurel32.net>
607S: Maintained
608F: tcg/ia64/
609
610MIPS target
611M: Aurelien Jarno <aurelien@aurel32.net>
612S: Maintained
613F: tcg/mips/
614
615PPC
616M: Vassili Karpov (malc) <av1474@comtv.ru>
617S: Maintained
618F: tcg/ppc/
619
620PPC64 target
621M: Vassili Karpov (malc) <av1474@comtv.ru>
622S: Maintained
623F: tcg/ppc64/
624
625S390 target
626M: Alexander Graf <agraf@suse.de>
627M: Richard Henderson <rth@twiddle.net>
628S: Maintained
629F: tcg/s390/
630
631SPARC target
632M: Blue Swirl <blauwirbel@gmail.com>
633S: Maintained
634F: tcg/sparc/
635
636TCI target
637M: Stefan Weil <sw@weilnetz.de>
638S: Maintained
639F: tcg/tci
640