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