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