]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
MAINTAINERS: Add maintainers for Exynos SOC.
[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>
81S: Maintained
82F: target-m68k/
83
84MicroBlaze
85M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86S: Maintained
87F: target-microblaze/
88
b6f97c14 89MIPS
ddb13561
AJ
90M: Aurelien Jarno <aurelien@aurel32.net>
91S: Maintained
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
AJ
106M: Aurelien Jarno <aurelien@aurel32.net>
107S: Maintained
fd5d5c56
AL
108F: target-sh4/
109
110SPARC
111M: Blue Swirl <blauwirbel@gmail.com>
112S: Maintained
113F: target-sparc/
114
115X86
116M: qemu-devel@nongnu.org
117S: Odd Fixes
118F: target-i386/
119
16e7caae
MF
120Xtensa
121M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 122W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
123S: Maintained
124F: target-xtensa/
125
fd5d5c56
AL
126Guest CPU Cores (KVM):
127----------------------
128
129Overall
130M: Avi Kivity <avi@redhat.com>
131M: Marcelo Tosatti <mtosatti@redhat.com>
132L: kvm@vger.kernel.org
133S: Supported
134F: kvm-*
135F: */kvm.*
136
137PPC
138M: Alexander Graf <agraf@suse.de>
139S: Maintained
140F: target-ppc/kvm.c
141
749717a0 142S390
fd5d5c56
AL
143M: Alexander Graf <agraf@suse.de>
144S: Maintained
145F: target-s390x/kvm.c
146
147X86
148M: Avi Kivity <avi@redhat.com>
149M: Marcelo Tosatti <mtosatti@redhat.com>
150L: kvm@vger.kernel.org
151S: Supported
152F: target-i386/kvm.c
153
8a6b0cd7
SS
154Guest CPU Cores (Xen):
155----------------------
156
157X86
158M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
159L: xen-devel@lists.xensource.com
160S: Supported
161F: xen-*
162F: */xen*
163
1bdd6874
SW
164Hosts:
165------
166
167LINUX
168L: qemu-devel@nongnu.org
169S: Maintained
170F: linux-*
171F: linux-headers/
172
173POSIX
174L: qemu-devel@nongnu.org
175S: Maintained
176F: *posix*
177
178W32, W64
179L: qemu-devel@nongnu.org
180M: Stefan Weil <sw@weilnetz.de>
181S: Maintained
182F: *win32*
183
fd5d5c56
AL
184ARM Machines
185------------
fc63dcff
EV
186Exynos
187M: Evgeny Voevodin <e.voevodin@samsung.com>
188M: Maksim Kozlov <m.kozlov@samsung.com>
189M: Igor Mitsyanko <i.mitsyanko@samsung.com>
190M: Dmitry Solodkiy <d.solodkiy@samsung.com>
191S: Maintained
192F: hw/exynos*
193
fd5d5c56
AL
194Gumstix
195M: qemu-devel@nongnu.org
196S: Orphan
197F: hw/gumstix.c
198
199Integrator CP
200M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 201M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
202S: Maintained
203F: hw/integratorcp.c
204
205Mainstone
206M: qemu-devel@nongnu.org
207S: Orphan
208F: hw/mainstone.c
209
210Musicpal
211M: Jan Kiszka <jan.kiszka@web.de>
212S: Maintained
213F: hw/musicpal.c
214
215nSeries
216M: Andrzej Zaborowski <balrogg@gmail.com>
217S: Maintained
218F: hw/nseries.c
219
220Palm
221M: Andrzej Zaborowski <balrogg@gmail.com>
222S: Maintained
223F: hw/palm.c
224
225Real View
226M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 227M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
228S: Maintained
229F: hw/realview*
230
231Spitz
232M: Andrzej Zaborowski <balrogg@gmail.com>
233S: Maintained
234F: hw/spitz.c
235
236Stellaris
237M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 238M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
239S: Maintained
240F: hw/stellaris.c
241
242Versatile PB
243M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 244M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
245S: Maintained
246F: hw/versatilepb.c
247
248CRIS Machines
249-------------
250Axis Dev88
251M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
252S: Maintained
253F: hw/axis_dev88.c
254
255etraxfs
256M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
257S: Maintained
258F: hw/etraxfs.c
259
07bf23a7
MW
260LM32 Machines
261-------------
262EVR32 and uclinux BSP
263M: Michael Walle <michael@walle.cc>
264S: Maintained
265F: hw/lm32_boards.c
266
d118aa6b
MW
267milkymist
268M: Michael Walle <michael@walle.cc>
269S: Maintained
270F: hw/milkymist.c
271
afcacd53 272M68K Machines
fd5d5c56
AL
273-------------
274an5206
275M: Paul Brook <paul@codesourcery.com>
276S: Maintained
277F: hw/an5206.c
278
279dummy_m68k
280M: Paul Brook <paul@codesourcery.com>
281S: Maintained
282F: hw/dummy_m68k.c
283
284mcf5208
285M: Paul Brook <paul@codesourcery.com>
286S: Maintained
287F: hw/mcf5208.c
288
289MicroBlaze Machines
290-------------------
291petalogix_s3adsp1800
292M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
293S: Maintained
294F: hw/petalogix_s3adsp1800.c
295
296MIPS Machines
297-------------
298Jazz
299M: Hervé Poussineau <hpoussin@reactos.org>
300S: Maintained
301F: hw/mips_jazz.c
302
303Malta
304M: Aurelien Jarno <aurelien@aurel32.net>
305S: Maintained
306F: hw/mips_malta.c
307
308Mipssim
309M: qemu-devel@nongnu.org
310S: Orphan
311F: hw/mips_mipssim.c
312
313R4000
314M: Aurelien Jarno <aurelien@aurel32.net>
315S: Maintained
316F: hw/mips_r4k.c
317
318PowerPC Machines
319----------------
320405
321M: Alexander Graf <agraf@suse.de>
a6c98685 322L: qemu-ppc@nongnu.org
fd5d5c56
AL
323S: Maintained
324F: hw/ppc405_boards.c
325
326New World
327M: Alexander Graf <agraf@suse.de>
a6c98685 328L: qemu-ppc@nongnu.org
fd5d5c56
AL
329S: Maintained
330F: hw/ppc_newworld.c
0a6eec6b 331F: hw/unin_pci.c
d5ee6754 332F: hw/dec_pci.[hc]
fd5d5c56
AL
333
334Old World
335M: Alexander Graf <agraf@suse.de>
a6c98685 336L: qemu-ppc@nongnu.org
fd5d5c56
AL
337S: Maintained
338F: hw/ppc_oldworld.c
0a6eec6b 339F: hw/grackle_pci.c
fd5d5c56 340
ec38d398
AF
341PReP
342M: Andreas Färber <andreas.faerber@web.de>
a6c98685 343L: qemu-ppc@nongnu.org
ec38d398 344S: Odd Fixes
fd5d5c56 345F: hw/ppc_prep.c
1c75457f 346F: hw/prep_pci.[hc]
fd5d5c56
AL
347
348SH4 Machines
349------------
350R2D
351M: Magnus Damm <magnus.damm@gmail.com>
352S: Maintained
353F: hw/r2d.c
354
355Shix
356M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 357S: Orphan
fd5d5c56
AL
358F: hw/shix.c
359
360SPARC Machines
361--------------
362Sun4m
363M: Blue Swirl <blauwirbel@gmail.com>
364S: Maintained
365F: hw/sun4m.c
366
367Sun4u
368M: Blue Swirl <blauwirbel@gmail.com>
369S: Maintained
370F: hw/sun4u.c
371
372S390 Machines
373-------------
374S390 Virtio
375M: Alexander Graf <agraf@suse.de>
376S: Maintained
377F: hw/s390-*.c
378
379X86 Machines
380------------
381PC
382M: Anthony Liguori <aliguori@us.ibm.com>
383S: Supported
384F: hw/pc.[ch] hw/pc_piix.c
385
16e7caae
MF
386Xtensa Machines
387---------------
375847a6 388sim
16e7caae
MF
389M: Max Filippov <jcmvbkbc@gmail.com>
390S: Maintained
375847a6
MF
391F: hw/xtensa_sim.c
392
393Avnet LX60
394M: Max Filippov <jcmvbkbc@gmail.com>
395S: Maintained
396F: hw/xtensa_lx60.c
16e7caae 397
fd5d5c56
AL
398Devices
399-------
400IDE
401M: Kevin Wolf <kwolf@redhat.com>
402S: Odd Fixes
403F: hw/ide/
404
f5f487b2
PM
405OMAP
406M: Peter Maydell <peter.maydell@linaro.org>
407S: Maintained
408F: hw/omap*
409
fd5d5c56
AL
410PCI
411M: Michael S. Tsirkin <mst@redhat.com>
412S: Supported
413F: hw/pci*
414F: hw/piix*
415
416SCSI
417M: Paul Brook <paul@codesourcery.com>
418M: Kevin Wolf <kwolf@redhat.com>
419S: Odd Fixes
420F: hw/lsi53c895a.c
421F: hw/scsi*
422
423USB
5d0d62fe
GH
424M: Gerd Hoffmann <kraxel@redhat.com>
425S: Maintained
fd5d5c56
AL
426F: hw/usb*
427
428vhost
429M: Michael S. Tsirkin <mst@redhat.com>
430S: Supported
431F: hw/vhost*
432
433virtio
434M: Anthony Liguori <aliguori@us.ibm.com>
435S: Supported
436F: hw/virtio*
437
438virtio-9p
23704102 439M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 440S: Supported
23704102
AK
441F: hw/9pfs/ fsdev/
442T: https://github.com/kvaneesh/QEMU
443
fd5d5c56
AL
444
445virtio-blk
446M: Kevin Wolf <kwolf@redhat.com>
447S: Supported
448F: hw/virtio-blk*
449
450virtio-serial
451M: Amit Shah <amit.shah@redhat.com>
452S: Supported
453F: hw/virtio-serial*
454F: hw/virtio-console*
455
456Subsystems
457----------
458Audio
459M: Vassili Karpov (malc) <av1474@comtv.ru>
460S: Maintained
461F: audio/
462
463Block
464M: Kevin Wolf <kwolf@redhat.com>
465S: Supported
466F: block*
467F: block/
468
469Character Devices
470M: Anthony Liguori <aliguori@us.ibm.com>
471S: Maintained
472F: qemu-char.c
473
474GDB stub
475M: qemu-devel@nongnu.org
476S: Odd Fixes
477F: gdbstub*
478F: gdb-xml/
479
7ee3bf03
GH
480SPICE
481M: Gerd Hoffmann <kraxel@redhat.com>
482S: Supported
483F: ui/qemu-spice.h
484F: ui/spice-*.c
485F: audio/spiceaudio.c
486F: hw/qxl*
487
fd5d5c56
AL
488Graphics
489M: Anthony Liguori <aliguori@us.ibm.com>
490S: Maintained
491F: ui/
492
351f1bf6
AF
493Cocoa graphics
494M: Andreas Färber <andreas.faerber@web.de>
495S: Odd Fixes
496F: ui/cocoa.m
497
fd5d5c56
AL
498Main loop
499M: Anthony Liguori <aliguori@us.ibm.com>
500S: Supported
501F: vl.c
502
503Monitor (QMP/HMP)
504M: Luiz Capitulino <lcapitulino@redhat.com>
505M: Markus Armbruster <armbru@redhat.com>
506S: Supported
507F: monitor.c
508
509Network device layer
510M: Anthony Liguori <aliguori@us.ibm.com>
511M: Mark McLoughlin <markmc@redhat.com>
512S: Maintained
513F: net/
514
44f76b28
PB
515Network Block Device (NBD)
516M: Paolo Bonzini <pbonzini@redhat.com>
517S: Odd Fixes
518F: block/nbd.c
519F: nbd.*
520F: qemu-nbd.c
521
fd5d5c56 522SLIRP
bafc72ab
JK
523M: Jan Kiszka <jan.kiszka@siemens.com>
524S: Maintained
fd5d5c56 525F: slirp/
bafc72ab 526T: git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 527
598a3f35
SH
528Tracing
529M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
530S: Maintained
531F: trace/
92af0bfd 532T: git://github.com/stefanha/qemu.git tracing
598a3f35 533
14f40fdc
BS
534Checkpatch
535M: Blue Swirl <blauwirbel@gmail.com>
536S: Odd Fixes
537F: scripts/checkpatch.pl
538
fd5d5c56
AL
539Usermode Emulation
540------------------
541BSD user
542M: Blue Swirl <blauwirbel@gmail.com>
543S: Maintained
544F: bsd-user/
545
546Darwin user
547M: qemu-devel@nongnu.org
548S: Orphan
549F: darwin-user/
550
551Linux user
552M: Riku Voipio <riku.voipio@iki.fi>
553S: Maintained
554F: linux-user/
42f5a7e9
AJ
555
556Tiny Code Generator (TCG)
557-------------------------
558Common code
559M: qemu-devel@nongnu.org
560S: Maintained
561F: tcg/
562
563ARM target
564M: Andrzej Zaborowski <balrogg@gmail.com>
565S: Maintained
566F: tcg/arm/
567
568HPPA target
569M: Richard Henderson <rth@twiddle.net>
570S: Maintained
571F: tcg/hppa/
572
573i386 target
574M: qemu-devel@nongnu.org
575S: Maintained
576F: tcg/i386/
577
578IA64 target
579M: Aurelien Jarno <aurelien@aurel32.net>
580S: Maintained
581F: tcg/ia64/
582
583MIPS target
d6eec7a2 584M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
585S: Maintained
586F: tcg/mips/
587
588PPC
589M: Vassili Karpov (malc) <av1474@comtv.ru>
590S: Maintained
591F: tcg/ppc/
592
593PPC64 target
594M: Vassili Karpov (malc) <av1474@comtv.ru>
595S: Maintained
596F: tcg/ppc64/
597
598S390 target
599M: Alexander Graf <agraf@suse.de>
600M: Richard Henderson <rth@twiddle.net>
601S: Maintained
602F: tcg/s390/
603
604SPARC target
605M: Blue Swirl <blauwirbel@gmail.com>
606S: Maintained
607F: tcg/sparc/
bc75c9e5
SW
608
609TCI target
610M: Stefan Weil <sw@weilnetz.de>
611S: Maintained
612F: tcg/tci