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