]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
tracetool: Add support for the 'dtrace' backend
[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
a6ea7b4c
AF
115UniCore32
116M: Guan Xuetao <gxt@mprc.pku.edu.cn>
117S: Maintained
118F: target-unicore32/
119
fd5d5c56
AL
120X86
121M: qemu-devel@nongnu.org
122S: Odd Fixes
123F: target-i386/
124
16e7caae
MF
125Xtensa
126M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 127W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
128S: Maintained
129F: target-xtensa/
130
fd5d5c56
AL
131Guest CPU Cores (KVM):
132----------------------
133
134Overall
135M: Avi Kivity <avi@redhat.com>
136M: Marcelo Tosatti <mtosatti@redhat.com>
137L: kvm@vger.kernel.org
138S: Supported
139F: kvm-*
140F: */kvm.*
141
142PPC
143M: Alexander Graf <agraf@suse.de>
144S: Maintained
145F: target-ppc/kvm.c
146
749717a0 147S390
fd5d5c56
AL
148M: Alexander Graf <agraf@suse.de>
149S: Maintained
150F: target-s390x/kvm.c
151
152X86
153M: Avi Kivity <avi@redhat.com>
154M: Marcelo Tosatti <mtosatti@redhat.com>
155L: kvm@vger.kernel.org
156S: Supported
157F: target-i386/kvm.c
158
8a6b0cd7
SS
159Guest CPU Cores (Xen):
160----------------------
161
162X86
163M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
164L: xen-devel@lists.xensource.com
165S: Supported
166F: xen-*
167F: */xen*
168
1bdd6874
SW
169Hosts:
170------
171
172LINUX
173L: qemu-devel@nongnu.org
174S: Maintained
175F: linux-*
176F: linux-headers/
177
178POSIX
179L: qemu-devel@nongnu.org
180S: Maintained
181F: *posix*
182
183W32, W64
184L: qemu-devel@nongnu.org
185M: Stefan Weil <sw@weilnetz.de>
186S: Maintained
187F: *win32*
188
fd5d5c56
AL
189ARM Machines
190------------
fc63dcff
EV
191Exynos
192M: Evgeny Voevodin <e.voevodin@samsung.com>
193M: Maksim Kozlov <m.kozlov@samsung.com>
194M: Igor Mitsyanko <i.mitsyanko@samsung.com>
195M: Dmitry Solodkiy <d.solodkiy@samsung.com>
196S: Maintained
197F: hw/exynos*
198
766fd09f
ML
199Calxeda Highbank
200M: Mark Langsdorf <mark.langsdorf@calxeda.com>
201S: Supported
202F: hw/highbank.c
203F: hw/xgmac.c
204
fd5d5c56
AL
205Gumstix
206M: qemu-devel@nongnu.org
207S: Orphan
208F: hw/gumstix.c
209
210Integrator CP
211M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 212M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
213S: Maintained
214F: hw/integratorcp.c
215
216Mainstone
217M: qemu-devel@nongnu.org
218S: Orphan
219F: hw/mainstone.c
220
221Musicpal
222M: Jan Kiszka <jan.kiszka@web.de>
223S: Maintained
224F: hw/musicpal.c
225
226nSeries
227M: Andrzej Zaborowski <balrogg@gmail.com>
228S: Maintained
229F: hw/nseries.c
230
231Palm
232M: Andrzej Zaborowski <balrogg@gmail.com>
233S: Maintained
234F: hw/palm.c
235
236Real View
237M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 238M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
239S: Maintained
240F: hw/realview*
241
242Spitz
243M: Andrzej Zaborowski <balrogg@gmail.com>
244S: Maintained
245F: hw/spitz.c
246
247Stellaris
248M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 249M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
250S: Maintained
251F: hw/stellaris.c
252
253Versatile PB
254M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 255M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
256S: Maintained
257F: hw/versatilepb.c
258
e3260506
PC
259Xilinx Zynq
260M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
261S: Maintained
262F: hw/xilinx_zynq.c
263F: hw/zynq_slcr.c
264F: hw/cadence_*
265
fd5d5c56
AL
266CRIS Machines
267-------------
268Axis Dev88
269M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
270S: Maintained
271F: hw/axis_dev88.c
272
273etraxfs
274M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
275S: Maintained
276F: hw/etraxfs.c
277
07bf23a7
MW
278LM32 Machines
279-------------
280EVR32 and uclinux BSP
281M: Michael Walle <michael@walle.cc>
282S: Maintained
283F: hw/lm32_boards.c
284
d118aa6b
MW
285milkymist
286M: Michael Walle <michael@walle.cc>
287S: Maintained
288F: hw/milkymist.c
289
afcacd53 290M68K Machines
fd5d5c56
AL
291-------------
292an5206
293M: Paul Brook <paul@codesourcery.com>
294S: Maintained
295F: hw/an5206.c
296
297dummy_m68k
298M: Paul Brook <paul@codesourcery.com>
299S: Maintained
300F: hw/dummy_m68k.c
301
302mcf5208
303M: Paul Brook <paul@codesourcery.com>
304S: Maintained
305F: hw/mcf5208.c
306
307MicroBlaze Machines
308-------------------
309petalogix_s3adsp1800
310M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
311S: Maintained
312F: hw/petalogix_s3adsp1800.c
313
314MIPS Machines
315-------------
316Jazz
317M: Hervé Poussineau <hpoussin@reactos.org>
318S: Maintained
319F: hw/mips_jazz.c
320
321Malta
322M: Aurelien Jarno <aurelien@aurel32.net>
323S: Maintained
324F: hw/mips_malta.c
325
326Mipssim
327M: qemu-devel@nongnu.org
328S: Orphan
329F: hw/mips_mipssim.c
330
331R4000
332M: Aurelien Jarno <aurelien@aurel32.net>
333S: Maintained
334F: hw/mips_r4k.c
335
336PowerPC Machines
337----------------
338405
339M: Alexander Graf <agraf@suse.de>
a6c98685 340L: qemu-ppc@nongnu.org
fd5d5c56
AL
341S: Maintained
342F: hw/ppc405_boards.c
343
344New World
345M: Alexander Graf <agraf@suse.de>
a6c98685 346L: qemu-ppc@nongnu.org
fd5d5c56
AL
347S: Maintained
348F: hw/ppc_newworld.c
0a6eec6b 349F: hw/unin_pci.c
d5ee6754 350F: hw/dec_pci.[hc]
fd5d5c56
AL
351
352Old World
353M: Alexander Graf <agraf@suse.de>
a6c98685 354L: qemu-ppc@nongnu.org
fd5d5c56
AL
355S: Maintained
356F: hw/ppc_oldworld.c
0a6eec6b 357F: hw/grackle_pci.c
fd5d5c56 358
ec38d398
AF
359PReP
360M: Andreas Färber <andreas.faerber@web.de>
a6c98685 361L: qemu-ppc@nongnu.org
ec38d398 362S: Odd Fixes
fd5d5c56 363F: hw/ppc_prep.c
1c75457f 364F: hw/prep_pci.[hc]
fd5d5c56
AL
365
366SH4 Machines
367------------
368R2D
369M: Magnus Damm <magnus.damm@gmail.com>
370S: Maintained
371F: hw/r2d.c
372
373Shix
374M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 375S: Orphan
fd5d5c56
AL
376F: hw/shix.c
377
378SPARC Machines
379--------------
380Sun4m
381M: Blue Swirl <blauwirbel@gmail.com>
382S: Maintained
383F: hw/sun4m.c
384
385Sun4u
386M: Blue Swirl <blauwirbel@gmail.com>
387S: Maintained
388F: hw/sun4u.c
389
390S390 Machines
391-------------
392S390 Virtio
393M: Alexander Graf <agraf@suse.de>
394S: Maintained
395F: hw/s390-*.c
396
397X86 Machines
398------------
399PC
400M: Anthony Liguori <aliguori@us.ibm.com>
401S: Supported
402F: hw/pc.[ch] hw/pc_piix.c
403
16e7caae
MF
404Xtensa Machines
405---------------
375847a6 406sim
16e7caae
MF
407M: Max Filippov <jcmvbkbc@gmail.com>
408S: Maintained
375847a6
MF
409F: hw/xtensa_sim.c
410
411Avnet LX60
412M: Max Filippov <jcmvbkbc@gmail.com>
413S: Maintained
414F: hw/xtensa_lx60.c
16e7caae 415
fd5d5c56
AL
416Devices
417-------
418IDE
419M: Kevin Wolf <kwolf@redhat.com>
420S: Odd Fixes
421F: hw/ide/
422
f5f487b2
PM
423OMAP
424M: Peter Maydell <peter.maydell@linaro.org>
425S: Maintained
426F: hw/omap*
427
fd5d5c56
AL
428PCI
429M: Michael S. Tsirkin <mst@redhat.com>
430S: Supported
431F: hw/pci*
432F: hw/piix*
433
434SCSI
de7724f7
PB
435M: Paolo Bonzini <pbonzini@redhat.com>
436S: Supported
437F: hw/virtio-scsi.*
438F: hw/scsi*
439T: git://github.com/bonzini/qemu.git scsi-next
440
441LSI53C895A
fd5d5c56 442M: Paul Brook <paul@codesourcery.com>
fd5d5c56
AL
443S: Odd Fixes
444F: hw/lsi53c895a.c
fd5d5c56
AL
445
446USB
5d0d62fe
GH
447M: Gerd Hoffmann <kraxel@redhat.com>
448S: Maintained
fd5d5c56
AL
449F: hw/usb*
450
451vhost
452M: Michael S. Tsirkin <mst@redhat.com>
453S: Supported
454F: hw/vhost*
455
456virtio
457M: Anthony Liguori <aliguori@us.ibm.com>
458S: Supported
459F: hw/virtio*
460
461virtio-9p
23704102 462M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 463S: Supported
23704102
AK
464F: hw/9pfs/ fsdev/
465T: https://github.com/kvaneesh/QEMU
466
fd5d5c56
AL
467
468virtio-blk
469M: Kevin Wolf <kwolf@redhat.com>
470S: Supported
471F: hw/virtio-blk*
472
473virtio-serial
474M: Amit Shah <amit.shah@redhat.com>
475S: Supported
476F: hw/virtio-serial*
477F: hw/virtio-console*
478
479Subsystems
480----------
481Audio
482M: Vassili Karpov (malc) <av1474@comtv.ru>
483S: Maintained
484F: audio/
485
486Block
487M: Kevin Wolf <kwolf@redhat.com>
488S: Supported
489F: block*
490F: block/
491
492Character Devices
493M: Anthony Liguori <aliguori@us.ibm.com>
494S: Maintained
495F: qemu-char.c
496
497GDB stub
498M: qemu-devel@nongnu.org
499S: Odd Fixes
500F: gdbstub*
501F: gdb-xml/
502
7ee3bf03
GH
503SPICE
504M: Gerd Hoffmann <kraxel@redhat.com>
505S: Supported
506F: ui/qemu-spice.h
507F: ui/spice-*.c
508F: audio/spiceaudio.c
509F: hw/qxl*
510
fd5d5c56
AL
511Graphics
512M: Anthony Liguori <aliguori@us.ibm.com>
513S: Maintained
514F: ui/
515
351f1bf6
AF
516Cocoa graphics
517M: Andreas Färber <andreas.faerber@web.de>
518S: Odd Fixes
519F: ui/cocoa.m
520
fd5d5c56
AL
521Main loop
522M: Anthony Liguori <aliguori@us.ibm.com>
523S: Supported
524F: vl.c
525
526Monitor (QMP/HMP)
527M: Luiz Capitulino <lcapitulino@redhat.com>
528M: Markus Armbruster <armbru@redhat.com>
529S: Supported
530F: monitor.c
531
532Network device layer
533M: Anthony Liguori <aliguori@us.ibm.com>
534M: Mark McLoughlin <markmc@redhat.com>
535S: Maintained
536F: net/
537
44f76b28
PB
538Network Block Device (NBD)
539M: Paolo Bonzini <pbonzini@redhat.com>
540S: Odd Fixes
541F: block/nbd.c
542F: nbd.*
543F: qemu-nbd.c
e5950790 544T: git://github.com/bonzini/qemu.git nbd-next
44f76b28 545
fd5d5c56 546SLIRP
bafc72ab
JK
547M: Jan Kiszka <jan.kiszka@siemens.com>
548S: Maintained
fd5d5c56 549F: slirp/
bafc72ab 550T: git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 551
598a3f35
SH
552Tracing
553M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
554S: Maintained
555F: trace/
f922ea46 556F: docs/tracing.txt
92af0bfd 557T: git://github.com/stefanha/qemu.git tracing
598a3f35 558
14f40fdc
BS
559Checkpatch
560M: Blue Swirl <blauwirbel@gmail.com>
561S: Odd Fixes
562F: scripts/checkpatch.pl
563
fd5d5c56
AL
564Usermode Emulation
565------------------
566BSD user
567M: Blue Swirl <blauwirbel@gmail.com>
568S: Maintained
569F: bsd-user/
570
571Darwin user
572M: qemu-devel@nongnu.org
573S: Orphan
574F: darwin-user/
575
576Linux user
577M: Riku Voipio <riku.voipio@iki.fi>
578S: Maintained
579F: linux-user/
42f5a7e9
AJ
580
581Tiny Code Generator (TCG)
582-------------------------
583Common code
584M: qemu-devel@nongnu.org
585S: Maintained
586F: tcg/
587
588ARM target
589M: Andrzej Zaborowski <balrogg@gmail.com>
590S: Maintained
591F: tcg/arm/
592
593HPPA target
594M: Richard Henderson <rth@twiddle.net>
595S: Maintained
596F: tcg/hppa/
597
598i386 target
599M: qemu-devel@nongnu.org
600S: Maintained
601F: tcg/i386/
602
603IA64 target
604M: Aurelien Jarno <aurelien@aurel32.net>
605S: Maintained
606F: tcg/ia64/
607
608MIPS target
d6eec7a2 609M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
610S: Maintained
611F: tcg/mips/
612
613PPC
614M: Vassili Karpov (malc) <av1474@comtv.ru>
615S: Maintained
616F: tcg/ppc/
617
618PPC64 target
619M: Vassili Karpov (malc) <av1474@comtv.ru>
620S: Maintained
621F: tcg/ppc64/
622
623S390 target
624M: Alexander Graf <agraf@suse.de>
625M: Richard Henderson <rth@twiddle.net>
626S: Maintained
627F: tcg/s390/
628
629SPARC target
630M: Blue Swirl <blauwirbel@gmail.com>
631S: Maintained
632F: tcg/sparc/
bc75c9e5
SW
633
634TCI target
635M: Stefan Weil <sw@weilnetz.de>
636S: Maintained
637F: tcg/tci