]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
cadence_gem: initial version of device model
[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
766fd09f
ML
194Calxeda Highbank
195M: Mark Langsdorf <mark.langsdorf@calxeda.com>
196S: Supported
197F: hw/highbank.c
198F: hw/xgmac.c
199
fd5d5c56
AL
200Gumstix
201M: qemu-devel@nongnu.org
202S: Orphan
203F: hw/gumstix.c
204
205Integrator CP
206M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 207M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
208S: Maintained
209F: hw/integratorcp.c
210
211Mainstone
212M: qemu-devel@nongnu.org
213S: Orphan
214F: hw/mainstone.c
215
216Musicpal
217M: Jan Kiszka <jan.kiszka@web.de>
218S: Maintained
219F: hw/musicpal.c
220
221nSeries
222M: Andrzej Zaborowski <balrogg@gmail.com>
223S: Maintained
224F: hw/nseries.c
225
226Palm
227M: Andrzej Zaborowski <balrogg@gmail.com>
228S: Maintained
229F: hw/palm.c
230
231Real View
232M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 233M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
234S: Maintained
235F: hw/realview*
236
237Spitz
238M: Andrzej Zaborowski <balrogg@gmail.com>
239S: Maintained
240F: hw/spitz.c
241
242Stellaris
243M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 244M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
245S: Maintained
246F: hw/stellaris.c
247
248Versatile PB
249M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 250M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
251S: Maintained
252F: hw/versatilepb.c
253
254CRIS Machines
255-------------
256Axis Dev88
257M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
258S: Maintained
259F: hw/axis_dev88.c
260
261etraxfs
262M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
263S: Maintained
264F: hw/etraxfs.c
265
07bf23a7
MW
266LM32 Machines
267-------------
268EVR32 and uclinux BSP
269M: Michael Walle <michael@walle.cc>
270S: Maintained
271F: hw/lm32_boards.c
272
d118aa6b
MW
273milkymist
274M: Michael Walle <michael@walle.cc>
275S: Maintained
276F: hw/milkymist.c
277
afcacd53 278M68K Machines
fd5d5c56
AL
279-------------
280an5206
281M: Paul Brook <paul@codesourcery.com>
282S: Maintained
283F: hw/an5206.c
284
285dummy_m68k
286M: Paul Brook <paul@codesourcery.com>
287S: Maintained
288F: hw/dummy_m68k.c
289
290mcf5208
291M: Paul Brook <paul@codesourcery.com>
292S: Maintained
293F: hw/mcf5208.c
294
295MicroBlaze Machines
296-------------------
297petalogix_s3adsp1800
298M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
299S: Maintained
300F: hw/petalogix_s3adsp1800.c
301
302MIPS Machines
303-------------
304Jazz
305M: Hervé Poussineau <hpoussin@reactos.org>
306S: Maintained
307F: hw/mips_jazz.c
308
309Malta
310M: Aurelien Jarno <aurelien@aurel32.net>
311S: Maintained
312F: hw/mips_malta.c
313
314Mipssim
315M: qemu-devel@nongnu.org
316S: Orphan
317F: hw/mips_mipssim.c
318
319R4000
320M: Aurelien Jarno <aurelien@aurel32.net>
321S: Maintained
322F: hw/mips_r4k.c
323
324PowerPC Machines
325----------------
326405
327M: Alexander Graf <agraf@suse.de>
a6c98685 328L: qemu-ppc@nongnu.org
fd5d5c56
AL
329S: Maintained
330F: hw/ppc405_boards.c
331
332New World
333M: Alexander Graf <agraf@suse.de>
a6c98685 334L: qemu-ppc@nongnu.org
fd5d5c56
AL
335S: Maintained
336F: hw/ppc_newworld.c
0a6eec6b 337F: hw/unin_pci.c
d5ee6754 338F: hw/dec_pci.[hc]
fd5d5c56
AL
339
340Old World
341M: Alexander Graf <agraf@suse.de>
a6c98685 342L: qemu-ppc@nongnu.org
fd5d5c56
AL
343S: Maintained
344F: hw/ppc_oldworld.c
0a6eec6b 345F: hw/grackle_pci.c
fd5d5c56 346
ec38d398
AF
347PReP
348M: Andreas Färber <andreas.faerber@web.de>
a6c98685 349L: qemu-ppc@nongnu.org
ec38d398 350S: Odd Fixes
fd5d5c56 351F: hw/ppc_prep.c
1c75457f 352F: hw/prep_pci.[hc]
fd5d5c56
AL
353
354SH4 Machines
355------------
356R2D
357M: Magnus Damm <magnus.damm@gmail.com>
358S: Maintained
359F: hw/r2d.c
360
361Shix
362M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 363S: Orphan
fd5d5c56
AL
364F: hw/shix.c
365
366SPARC Machines
367--------------
368Sun4m
369M: Blue Swirl <blauwirbel@gmail.com>
370S: Maintained
371F: hw/sun4m.c
372
373Sun4u
374M: Blue Swirl <blauwirbel@gmail.com>
375S: Maintained
376F: hw/sun4u.c
377
378S390 Machines
379-------------
380S390 Virtio
381M: Alexander Graf <agraf@suse.de>
382S: Maintained
383F: hw/s390-*.c
384
385X86 Machines
386------------
387PC
388M: Anthony Liguori <aliguori@us.ibm.com>
389S: Supported
390F: hw/pc.[ch] hw/pc_piix.c
391
16e7caae
MF
392Xtensa Machines
393---------------
375847a6 394sim
16e7caae
MF
395M: Max Filippov <jcmvbkbc@gmail.com>
396S: Maintained
375847a6
MF
397F: hw/xtensa_sim.c
398
399Avnet LX60
400M: Max Filippov <jcmvbkbc@gmail.com>
401S: Maintained
402F: hw/xtensa_lx60.c
16e7caae 403
fd5d5c56
AL
404Devices
405-------
406IDE
407M: Kevin Wolf <kwolf@redhat.com>
408S: Odd Fixes
409F: hw/ide/
410
f5f487b2
PM
411OMAP
412M: Peter Maydell <peter.maydell@linaro.org>
413S: Maintained
414F: hw/omap*
415
fd5d5c56
AL
416PCI
417M: Michael S. Tsirkin <mst@redhat.com>
418S: Supported
419F: hw/pci*
420F: hw/piix*
421
422SCSI
de7724f7
PB
423M: Paolo Bonzini <pbonzini@redhat.com>
424S: Supported
425F: hw/virtio-scsi.*
426F: hw/scsi*
427T: git://github.com/bonzini/qemu.git scsi-next
428
429LSI53C895A
fd5d5c56 430M: Paul Brook <paul@codesourcery.com>
fd5d5c56
AL
431S: Odd Fixes
432F: hw/lsi53c895a.c
fd5d5c56
AL
433
434USB
5d0d62fe
GH
435M: Gerd Hoffmann <kraxel@redhat.com>
436S: Maintained
fd5d5c56
AL
437F: hw/usb*
438
439vhost
440M: Michael S. Tsirkin <mst@redhat.com>
441S: Supported
442F: hw/vhost*
443
444virtio
445M: Anthony Liguori <aliguori@us.ibm.com>
446S: Supported
447F: hw/virtio*
448
449virtio-9p
23704102 450M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 451S: Supported
23704102
AK
452F: hw/9pfs/ fsdev/
453T: https://github.com/kvaneesh/QEMU
454
fd5d5c56
AL
455
456virtio-blk
457M: Kevin Wolf <kwolf@redhat.com>
458S: Supported
459F: hw/virtio-blk*
460
461virtio-serial
462M: Amit Shah <amit.shah@redhat.com>
463S: Supported
464F: hw/virtio-serial*
465F: hw/virtio-console*
466
467Subsystems
468----------
469Audio
470M: Vassili Karpov (malc) <av1474@comtv.ru>
471S: Maintained
472F: audio/
473
474Block
475M: Kevin Wolf <kwolf@redhat.com>
476S: Supported
477F: block*
478F: block/
479
480Character Devices
481M: Anthony Liguori <aliguori@us.ibm.com>
482S: Maintained
483F: qemu-char.c
484
485GDB stub
486M: qemu-devel@nongnu.org
487S: Odd Fixes
488F: gdbstub*
489F: gdb-xml/
490
7ee3bf03
GH
491SPICE
492M: Gerd Hoffmann <kraxel@redhat.com>
493S: Supported
494F: ui/qemu-spice.h
495F: ui/spice-*.c
496F: audio/spiceaudio.c
497F: hw/qxl*
498
fd5d5c56
AL
499Graphics
500M: Anthony Liguori <aliguori@us.ibm.com>
501S: Maintained
502F: ui/
503
351f1bf6
AF
504Cocoa graphics
505M: Andreas Färber <andreas.faerber@web.de>
506S: Odd Fixes
507F: ui/cocoa.m
508
fd5d5c56
AL
509Main loop
510M: Anthony Liguori <aliguori@us.ibm.com>
511S: Supported
512F: vl.c
513
514Monitor (QMP/HMP)
515M: Luiz Capitulino <lcapitulino@redhat.com>
516M: Markus Armbruster <armbru@redhat.com>
517S: Supported
518F: monitor.c
519
520Network device layer
521M: Anthony Liguori <aliguori@us.ibm.com>
522M: Mark McLoughlin <markmc@redhat.com>
523S: Maintained
524F: net/
525
44f76b28
PB
526Network Block Device (NBD)
527M: Paolo Bonzini <pbonzini@redhat.com>
528S: Odd Fixes
529F: block/nbd.c
530F: nbd.*
531F: qemu-nbd.c
e5950790 532T: git://github.com/bonzini/qemu.git nbd-next
44f76b28 533
fd5d5c56 534SLIRP
bafc72ab
JK
535M: Jan Kiszka <jan.kiszka@siemens.com>
536S: Maintained
fd5d5c56 537F: slirp/
bafc72ab 538T: git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 539
598a3f35
SH
540Tracing
541M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
542S: Maintained
543F: trace/
92af0bfd 544T: git://github.com/stefanha/qemu.git tracing
598a3f35 545
14f40fdc
BS
546Checkpatch
547M: Blue Swirl <blauwirbel@gmail.com>
548S: Odd Fixes
549F: scripts/checkpatch.pl
550
fd5d5c56
AL
551Usermode Emulation
552------------------
553BSD user
554M: Blue Swirl <blauwirbel@gmail.com>
555S: Maintained
556F: bsd-user/
557
558Darwin user
559M: qemu-devel@nongnu.org
560S: Orphan
561F: darwin-user/
562
563Linux user
564M: Riku Voipio <riku.voipio@iki.fi>
565S: Maintained
566F: linux-user/
42f5a7e9
AJ
567
568Tiny Code Generator (TCG)
569-------------------------
570Common code
571M: qemu-devel@nongnu.org
572S: Maintained
573F: tcg/
574
575ARM target
576M: Andrzej Zaborowski <balrogg@gmail.com>
577S: Maintained
578F: tcg/arm/
579
580HPPA target
581M: Richard Henderson <rth@twiddle.net>
582S: Maintained
583F: tcg/hppa/
584
585i386 target
586M: qemu-devel@nongnu.org
587S: Maintained
588F: tcg/i386/
589
590IA64 target
591M: Aurelien Jarno <aurelien@aurel32.net>
592S: Maintained
593F: tcg/ia64/
594
595MIPS target
d6eec7a2 596M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
597S: Maintained
598F: tcg/mips/
599
600PPC
601M: Vassili Karpov (malc) <av1474@comtv.ru>
602S: Maintained
603F: tcg/ppc/
604
605PPC64 target
606M: Vassili Karpov (malc) <av1474@comtv.ru>
607S: Maintained
608F: tcg/ppc64/
609
610S390 target
611M: Alexander Graf <agraf@suse.de>
612M: Richard Henderson <rth@twiddle.net>
613S: Maintained
614F: tcg/s390/
615
616SPARC target
617M: Blue Swirl <blauwirbel@gmail.com>
618S: Maintained
619F: tcg/sparc/
bc75c9e5
SW
620
621TCI target
622M: Stefan Weil <sw@weilnetz.de>
623S: Maintained
624F: tcg/tci