]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
omap: Wire up the DMA request line to the GPMC
[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
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
8d6df264
RH
59M: Richard Henderson <rth@twiddle.net>
60S: Maintained
fd5d5c56 61F: target-alpha/
b6f97c14 62
b6f97c14 63ARM
fd5d5c56
AL
64M: Paul Brook <paul@codesourcery.com>
65S: Maintained
66F: target-arm/
67
68CRIS
69M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
70S: Maintained
71F: target-cris/
72
07bf23a7
MW
73LM32
74M: Michael Walle <michael@walle.cc>
75S: Maintained
76F: target-lm32/
77
fd5d5c56
AL
78M68K
79M: Paul Brook <paul@codesourcery.com>
80S: Maintained
81F: target-m68k/
82
83MicroBlaze
84M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
85S: Maintained
86F: target-microblaze/
87
b6f97c14 88MIPS
ddb13561
AJ
89M: Aurelien Jarno <aurelien@aurel32.net>
90S: Maintained
fd5d5c56
AL
91F: target-mips/
92
b6f97c14 93PowerPC
fd5d5c56
AL
94M: Alexander Graf <agraf@suse.de>
95S: Maintained
96F: target-ppc/
97
98S390
99M: Alexander Graf <agraf@suse.de>
100S: Maintained
101F: target-s390x/
102
b6f97c14 103SH4
ddb13561
AJ
104M: Aurelien Jarno <aurelien@aurel32.net>
105S: Maintained
fd5d5c56
AL
106F: target-sh4/
107
108SPARC
109M: Blue Swirl <blauwirbel@gmail.com>
110S: Maintained
111F: target-sparc/
112
113X86
114M: qemu-devel@nongnu.org
115S: Odd Fixes
116F: target-i386/
117
118Guest CPU Cores (KVM):
119----------------------
120
121Overall
122M: Avi Kivity <avi@redhat.com>
123M: Marcelo Tosatti <mtosatti@redhat.com>
124L: kvm@vger.kernel.org
125S: Supported
126F: kvm-*
127F: */kvm.*
128
129PPC
130M: Alexander Graf <agraf@suse.de>
131S: Maintained
132F: target-ppc/kvm.c
133
749717a0 134S390
fd5d5c56
AL
135M: Alexander Graf <agraf@suse.de>
136S: Maintained
137F: target-s390x/kvm.c
138
139X86
140M: Avi Kivity <avi@redhat.com>
141M: Marcelo Tosatti <mtosatti@redhat.com>
142L: kvm@vger.kernel.org
143S: Supported
144F: target-i386/kvm.c
145
8a6b0cd7
SS
146Guest CPU Cores (Xen):
147----------------------
148
149X86
150M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
151L: xen-devel@lists.xensource.com
152S: Supported
153F: xen-*
154F: */xen*
155
fd5d5c56
AL
156ARM Machines
157------------
158Gumstix
159M: qemu-devel@nongnu.org
160S: Orphan
161F: hw/gumstix.c
162
163Integrator CP
164M: Paul Brook <paul@codesourcery.com>
165S: Maintained
166F: hw/integratorcp.c
167
168Mainstone
169M: qemu-devel@nongnu.org
170S: Orphan
171F: hw/mainstone.c
172
173Musicpal
174M: Jan Kiszka <jan.kiszka@web.de>
175S: Maintained
176F: hw/musicpal.c
177
178nSeries
179M: Andrzej Zaborowski <balrogg@gmail.com>
180S: Maintained
181F: hw/nseries.c
182
183Palm
184M: Andrzej Zaborowski <balrogg@gmail.com>
185S: Maintained
186F: hw/palm.c
187
188Real View
189M: Paul Brook <paul@codesourcery.com>
190S: Maintained
191F: hw/realview*
192
193Spitz
194M: Andrzej Zaborowski <balrogg@gmail.com>
195S: Maintained
196F: hw/spitz.c
197
198Stellaris
199M: Paul Brook <paul@codesourcery.com>
200S: Maintained
201F: hw/stellaris.c
202
203Versatile PB
204M: Paul Brook <paul@codesourcery.com>
205S: Maintained
206F: hw/versatilepb.c
207
208CRIS Machines
209-------------
210Axis Dev88
211M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
212S: Maintained
213F: hw/axis_dev88.c
214
215etraxfs
216M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
217S: Maintained
218F: hw/etraxfs.c
219
07bf23a7
MW
220LM32 Machines
221-------------
222EVR32 and uclinux BSP
223M: Michael Walle <michael@walle.cc>
224S: Maintained
225F: hw/lm32_boards.c
226
d118aa6b
MW
227milkymist
228M: Michael Walle <michael@walle.cc>
229S: Maintained
230F: hw/milkymist.c
231
afcacd53 232M68K Machines
fd5d5c56
AL
233-------------
234an5206
235M: Paul Brook <paul@codesourcery.com>
236S: Maintained
237F: hw/an5206.c
238
239dummy_m68k
240M: Paul Brook <paul@codesourcery.com>
241S: Maintained
242F: hw/dummy_m68k.c
243
244mcf5208
245M: Paul Brook <paul@codesourcery.com>
246S: Maintained
247F: hw/mcf5208.c
248
249MicroBlaze Machines
250-------------------
251petalogix_s3adsp1800
252M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
253S: Maintained
254F: hw/petalogix_s3adsp1800.c
255
256MIPS Machines
257-------------
258Jazz
259M: Hervé Poussineau <hpoussin@reactos.org>
260S: Maintained
261F: hw/mips_jazz.c
262
263Malta
264M: Aurelien Jarno <aurelien@aurel32.net>
265S: Maintained
266F: hw/mips_malta.c
267
268Mipssim
269M: qemu-devel@nongnu.org
270S: Orphan
271F: hw/mips_mipssim.c
272
273R4000
274M: Aurelien Jarno <aurelien@aurel32.net>
275S: Maintained
276F: hw/mips_r4k.c
277
278PowerPC Machines
279----------------
280405
281M: Alexander Graf <agraf@suse.de>
282S: Maintained
283F: hw/ppc405_boards.c
284
285New World
286M: Alexander Graf <agraf@suse.de>
287S: Maintained
288F: hw/ppc_newworld.c
289
290Old World
291M: Alexander Graf <agraf@suse.de>
292S: Maintained
293F: hw/ppc_oldworld.c
294
295Prep
296M: qemu-devel@nongnu.org
297S: Orphan
298F: hw/ppc_prep.c
299
300SH4 Machines
301------------
302R2D
303M: Magnus Damm <magnus.damm@gmail.com>
304S: Maintained
305F: hw/r2d.c
306
307Shix
308M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 309S: Orphan
fd5d5c56
AL
310F: hw/shix.c
311
312SPARC Machines
313--------------
314Sun4m
315M: Blue Swirl <blauwirbel@gmail.com>
316S: Maintained
317F: hw/sun4m.c
318
319Sun4u
320M: Blue Swirl <blauwirbel@gmail.com>
321S: Maintained
322F: hw/sun4u.c
323
324S390 Machines
325-------------
326S390 Virtio
327M: Alexander Graf <agraf@suse.de>
328S: Maintained
329F: hw/s390-*.c
330
331X86 Machines
332------------
333PC
334M: Anthony Liguori <aliguori@us.ibm.com>
335S: Supported
336F: hw/pc.[ch] hw/pc_piix.c
337
338Devices
339-------
340IDE
341M: Kevin Wolf <kwolf@redhat.com>
342S: Odd Fixes
343F: hw/ide/
344
345PCI
346M: Michael S. Tsirkin <mst@redhat.com>
347S: Supported
348F: hw/pci*
349F: hw/piix*
350
351SCSI
352M: Paul Brook <paul@codesourcery.com>
353M: Kevin Wolf <kwolf@redhat.com>
354S: Odd Fixes
355F: hw/lsi53c895a.c
356F: hw/scsi*
357
358USB
5d0d62fe
GH
359M: Gerd Hoffmann <kraxel@redhat.com>
360S: Maintained
fd5d5c56
AL
361F: hw/usb*
362
363vhost
364M: Michael S. Tsirkin <mst@redhat.com>
365S: Supported
366F: hw/vhost*
367
368virtio
369M: Anthony Liguori <aliguori@us.ibm.com>
370S: Supported
371F: hw/virtio*
372
373virtio-9p
374M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
375S: Supported
376F: hw/virtio-9p*
377
378virtio-blk
379M: Kevin Wolf <kwolf@redhat.com>
380S: Supported
381F: hw/virtio-blk*
382
383virtio-serial
384M: Amit Shah <amit.shah@redhat.com>
385S: Supported
386F: hw/virtio-serial*
387F: hw/virtio-console*
388
389Subsystems
390----------
391Audio
392M: Vassili Karpov (malc) <av1474@comtv.ru>
393S: Maintained
394F: audio/
395
396Block
397M: Kevin Wolf <kwolf@redhat.com>
398S: Supported
399F: block*
400F: block/
401
402Character Devices
403M: Anthony Liguori <aliguori@us.ibm.com>
404S: Maintained
405F: qemu-char.c
406
407GDB stub
408M: qemu-devel@nongnu.org
409S: Odd Fixes
410F: gdbstub*
411F: gdb-xml/
412
7ee3bf03
GH
413SPICE
414M: Gerd Hoffmann <kraxel@redhat.com>
415S: Supported
416F: ui/qemu-spice.h
417F: ui/spice-*.c
418F: audio/spiceaudio.c
419F: hw/qxl*
420
fd5d5c56
AL
421Graphics
422M: Anthony Liguori <aliguori@us.ibm.com>
423S: Maintained
424F: ui/
425
426Main loop
427M: Anthony Liguori <aliguori@us.ibm.com>
428S: Supported
429F: vl.c
430
431Monitor (QMP/HMP)
432M: Luiz Capitulino <lcapitulino@redhat.com>
433M: Markus Armbruster <armbru@redhat.com>
434S: Supported
435F: monitor.c
436
437Network device layer
438M: Anthony Liguori <aliguori@us.ibm.com>
439M: Mark McLoughlin <markmc@redhat.com>
440S: Maintained
441F: net/
442
443SLIRP
bafc72ab
JK
444M: Jan Kiszka <jan.kiszka@siemens.com>
445S: Maintained
fd5d5c56 446F: slirp/
bafc72ab 447T: git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56
AL
448
449Usermode Emulation
450------------------
451BSD user
452M: Blue Swirl <blauwirbel@gmail.com>
453S: Maintained
454F: bsd-user/
455
456Darwin user
457M: qemu-devel@nongnu.org
458S: Orphan
459F: darwin-user/
460
461Linux user
462M: Riku Voipio <riku.voipio@iki.fi>
463S: Maintained
464F: linux-user/
42f5a7e9
AJ
465
466Tiny Code Generator (TCG)
467-------------------------
468Common code
469M: qemu-devel@nongnu.org
470S: Maintained
471F: tcg/
472
473ARM target
474M: Andrzej Zaborowski <balrogg@gmail.com>
475S: Maintained
476F: tcg/arm/
477
478HPPA target
479M: Richard Henderson <rth@twiddle.net>
480S: Maintained
481F: tcg/hppa/
482
483i386 target
484M: qemu-devel@nongnu.org
485S: Maintained
486F: tcg/i386/
487
488IA64 target
489M: Aurelien Jarno <aurelien@aurel32.net>
490S: Maintained
491F: tcg/ia64/
492
493MIPS target
d6eec7a2 494M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
495S: Maintained
496F: tcg/mips/
497
498PPC
499M: Vassili Karpov (malc) <av1474@comtv.ru>
500S: Maintained
501F: tcg/ppc/
502
503PPC64 target
504M: Vassili Karpov (malc) <av1474@comtv.ru>
505S: Maintained
506F: tcg/ppc64/
507
508S390 target
509M: Alexander Graf <agraf@suse.de>
510M: Richard Henderson <rth@twiddle.net>
511S: Maintained
512F: tcg/s390/
513
514SPARC target
515M: Blue Swirl <blauwirbel@gmail.com>
516S: Maintained
517F: tcg/sparc/