]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: Add qemu-ppc to all ppc target stuff
[mirror_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
303
304Old World
305M: Alexander Graf <agraf@suse.de>
a6c98685 306L: qemu-ppc@nongnu.org
fd5d5c56
AL
307S: Maintained
308F: hw/ppc_oldworld.c
309
ec38d398
AF
310PReP
311M: Andreas Färber <andreas.faerber@web.de>
a6c98685 312L: qemu-ppc@nongnu.org
ec38d398 313S: Odd Fixes
fd5d5c56
AL
314F: hw/ppc_prep.c
315
316SH4 Machines
317------------
318R2D
319M: Magnus Damm <magnus.damm@gmail.com>
320S: Maintained
321F: hw/r2d.c
322
323Shix
324M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 325S: Orphan
fd5d5c56
AL
326F: hw/shix.c
327
328SPARC Machines
329--------------
330Sun4m
331M: Blue Swirl <blauwirbel@gmail.com>
332S: Maintained
333F: hw/sun4m.c
334
335Sun4u
336M: Blue Swirl <blauwirbel@gmail.com>
337S: Maintained
338F: hw/sun4u.c
339
340S390 Machines
341-------------
342S390 Virtio
343M: Alexander Graf <agraf@suse.de>
344S: Maintained
345F: hw/s390-*.c
346
347X86 Machines
348------------
349PC
350M: Anthony Liguori <aliguori@us.ibm.com>
351S: Supported
352F: hw/pc.[ch] hw/pc_piix.c
353
16e7caae
MF
354Xtensa Machines
355---------------
375847a6 356sim
16e7caae
MF
357M: Max Filippov <jcmvbkbc@gmail.com>
358S: Maintained
375847a6
MF
359F: hw/xtensa_sim.c
360
361Avnet LX60
362M: Max Filippov <jcmvbkbc@gmail.com>
363S: Maintained
364F: hw/xtensa_lx60.c
16e7caae 365
fd5d5c56
AL
366Devices
367-------
368IDE
369M: Kevin Wolf <kwolf@redhat.com>
370S: Odd Fixes
371F: hw/ide/
372
f5f487b2
PM
373OMAP
374M: Peter Maydell <peter.maydell@linaro.org>
375S: Maintained
376F: hw/omap*
377
fd5d5c56
AL
378PCI
379M: Michael S. Tsirkin <mst@redhat.com>
380S: Supported
381F: hw/pci*
382F: hw/piix*
383
384SCSI
385M: Paul Brook <paul@codesourcery.com>
386M: Kevin Wolf <kwolf@redhat.com>
387S: Odd Fixes
388F: hw/lsi53c895a.c
389F: hw/scsi*
390
391USB
5d0d62fe
GH
392M: Gerd Hoffmann <kraxel@redhat.com>
393S: Maintained
fd5d5c56
AL
394F: hw/usb*
395
396vhost
397M: Michael S. Tsirkin <mst@redhat.com>
398S: Supported
399F: hw/vhost*
400
401virtio
402M: Anthony Liguori <aliguori@us.ibm.com>
403S: Supported
404F: hw/virtio*
405
406virtio-9p
407M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
408S: Supported
409F: hw/virtio-9p*
410
411virtio-blk
412M: Kevin Wolf <kwolf@redhat.com>
413S: Supported
414F: hw/virtio-blk*
415
416virtio-serial
417M: Amit Shah <amit.shah@redhat.com>
418S: Supported
419F: hw/virtio-serial*
420F: hw/virtio-console*
421
422Subsystems
423----------
424Audio
425M: Vassili Karpov (malc) <av1474@comtv.ru>
426S: Maintained
427F: audio/
428
429Block
430M: Kevin Wolf <kwolf@redhat.com>
431S: Supported
432F: block*
433F: block/
434
435Character Devices
436M: Anthony Liguori <aliguori@us.ibm.com>
437S: Maintained
438F: qemu-char.c
439
440GDB stub
441M: qemu-devel@nongnu.org
442S: Odd Fixes
443F: gdbstub*
444F: gdb-xml/
445
7ee3bf03
GH
446SPICE
447M: Gerd Hoffmann <kraxel@redhat.com>
448S: Supported
449F: ui/qemu-spice.h
450F: ui/spice-*.c
451F: audio/spiceaudio.c
452F: hw/qxl*
453
fd5d5c56
AL
454Graphics
455M: Anthony Liguori <aliguori@us.ibm.com>
456S: Maintained
457F: ui/
458
351f1bf6
AF
459Cocoa graphics
460M: Andreas Färber <andreas.faerber@web.de>
461S: Odd Fixes
462F: ui/cocoa.m
463
fd5d5c56
AL
464Main loop
465M: Anthony Liguori <aliguori@us.ibm.com>
466S: Supported
467F: vl.c
468
469Monitor (QMP/HMP)
470M: Luiz Capitulino <lcapitulino@redhat.com>
471M: Markus Armbruster <armbru@redhat.com>
472S: Supported
473F: monitor.c
474
475Network device layer
476M: Anthony Liguori <aliguori@us.ibm.com>
477M: Mark McLoughlin <markmc@redhat.com>
478S: Maintained
479F: net/
480
44f76b28
PB
481Network Block Device (NBD)
482M: Paolo Bonzini <pbonzini@redhat.com>
483S: Odd Fixes
484F: block/nbd.c
485F: nbd.*
486F: qemu-nbd.c
487
fd5d5c56 488SLIRP
bafc72ab
JK
489M: Jan Kiszka <jan.kiszka@siemens.com>
490S: Maintained
fd5d5c56 491F: slirp/
bafc72ab 492T: git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 493
598a3f35
SH
494Tracing
495M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
496S: Maintained
497F: trace/
92af0bfd 498T: git://github.com/stefanha/qemu.git tracing
598a3f35 499
14f40fdc
BS
500Checkpatch
501M: Blue Swirl <blauwirbel@gmail.com>
502S: Odd Fixes
503F: scripts/checkpatch.pl
504
fd5d5c56
AL
505Usermode Emulation
506------------------
507BSD user
508M: Blue Swirl <blauwirbel@gmail.com>
509S: Maintained
510F: bsd-user/
511
512Darwin user
513M: qemu-devel@nongnu.org
514S: Orphan
515F: darwin-user/
516
517Linux user
518M: Riku Voipio <riku.voipio@iki.fi>
519S: Maintained
520F: linux-user/
42f5a7e9
AJ
521
522Tiny Code Generator (TCG)
523-------------------------
524Common code
525M: qemu-devel@nongnu.org
526S: Maintained
527F: tcg/
528
529ARM target
530M: Andrzej Zaborowski <balrogg@gmail.com>
531S: Maintained
532F: tcg/arm/
533
534HPPA target
535M: Richard Henderson <rth@twiddle.net>
536S: Maintained
537F: tcg/hppa/
538
539i386 target
540M: qemu-devel@nongnu.org
541S: Maintained
542F: tcg/i386/
543
544IA64 target
545M: Aurelien Jarno <aurelien@aurel32.net>
546S: Maintained
547F: tcg/ia64/
548
549MIPS target
d6eec7a2 550M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
551S: Maintained
552F: tcg/mips/
553
554PPC
555M: Vassili Karpov (malc) <av1474@comtv.ru>
556S: Maintained
557F: tcg/ppc/
558
559PPC64 target
560M: Vassili Karpov (malc) <av1474@comtv.ru>
561S: Maintained
562F: tcg/ppc64/
563
564S390 target
565M: Alexander Graf <agraf@suse.de>
566M: Richard Henderson <rth@twiddle.net>
567S: Maintained
568F: tcg/s390/
569
570SPARC target
571M: Blue Swirl <blauwirbel@gmail.com>
572S: Maintained
573F: tcg/sparc/
bc75c9e5
SW
574
575TCI target
576M: Stefan Weil <sw@weilnetz.de>
577S: Maintained
578F: tcg/tci