]> Git Repo - qemu.git/blame - MAINTAINERS
configure: Fix build for some versions of glibc (9pfs)
[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 <[email protected]>
54M: Paul Brook <[email protected]>
55
56Guest CPU cores (TCG):
57----------------------
58Alpha
8d6df264
RH
59M: Richard Henderson <[email protected]>
60S: Maintained
fd5d5c56 61F: target-alpha/
b6f97c14 62
b6f97c14 63ARM
fd5d5c56 64M: Paul Brook <[email protected]>
1ce9ce6a 65M: Peter Maydell <[email protected]>
fd5d5c56
AL
66S: Maintained
67F: target-arm/
68
69CRIS
70M: Edgar E. Iglesias <[email protected]>
71S: Maintained
72F: target-cris/
73
07bf23a7
MW
74LM32
75M: Michael Walle <[email protected]>
76S: Maintained
77F: target-lm32/
78
fd5d5c56
AL
79M68K
80M: Paul Brook <[email protected]>
84c9d9d1 81S: Odd Fixes
fd5d5c56
AL
82F: target-m68k/
83
84MicroBlaze
85M: Edgar E. Iglesias <[email protected]>
86S: Maintained
87F: target-microblaze/
88
b6f97c14 89MIPS
ddb13561 90M: Aurelien Jarno <[email protected]>
2c9b7d1a 91S: Odd Fixes
fd5d5c56
AL
92F: target-mips/
93
b6f97c14 94PowerPC
fd5d5c56 95M: Alexander Graf <[email protected]>
a6c98685 96L: [email protected]
fd5d5c56
AL
97S: Maintained
98F: target-ppc/
99
100S390
101M: Alexander Graf <[email protected]>
102S: Maintained
103F: target-s390x/
104
b6f97c14 105SH4
ddb13561 106M: Aurelien Jarno <[email protected]>
2c9b7d1a 107S: Odd Fixes
fd5d5c56
AL
108F: target-sh4/
109
110SPARC
111M: Blue Swirl <[email protected]>
112S: Maintained
113F: target-sparc/
114
a6ea7b4c
AF
115UniCore32
116M: Guan Xuetao <[email protected]>
117S: Maintained
118F: target-unicore32/
119
fd5d5c56
AL
120X86
121M: [email protected]
122S: Odd Fixes
123F: target-i386/
124
16e7caae
MF
125Xtensa
126M: Max Filippov <[email protected]>
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 <[email protected]>
136M: Marcelo Tosatti <[email protected]>
137L: [email protected]
138S: Supported
139F: kvm-*
140F: */kvm.*
141
142PPC
143M: Alexander Graf <[email protected]>
144S: Maintained
145F: target-ppc/kvm.c
146
749717a0 147S390
fd5d5c56
AL
148M: Alexander Graf <[email protected]>
149S: Maintained
150F: target-s390x/kvm.c
151
152X86
153M: Avi Kivity <[email protected]>
154M: Marcelo Tosatti <[email protected]>
155L: [email protected]
156S: Supported
157F: target-i386/kvm.c
158
8a6b0cd7
SS
159Guest CPU Cores (Xen):
160----------------------
161
162X86
163M: Stefano Stabellini <[email protected]>
164L: [email protected]
165S: Supported
166F: xen-*
167F: */xen*
168
1bdd6874
SW
169Hosts:
170------
171
172LINUX
173L: [email protected]
174S: Maintained
175F: linux-*
176F: linux-headers/
177
178POSIX
179L: [email protected]
180S: Maintained
181F: *posix*
182
183W32, W64
184L: [email protected]
185M: Stefan Weil <[email protected]>
186S: Maintained
187F: *win32*
188
fd5d5c56
AL
189ARM Machines
190------------
fc63dcff
EV
191Exynos
192M: Evgeny Voevodin <[email protected]>
193M: Maksim Kozlov <[email protected]>
194M: Igor Mitsyanko <[email protected]>
195M: Dmitry Solodkiy <[email protected]>
196S: Maintained
197F: hw/exynos*
198
766fd09f
ML
199Calxeda Highbank
200M: Mark Langsdorf <[email protected]>
201S: Supported
202F: hw/highbank.c
203F: hw/xgmac.c
204
fd5d5c56
AL
205Gumstix
206M: [email protected]
207S: Orphan
208F: hw/gumstix.c
209
210Integrator CP
211M: Paul Brook <[email protected]>
1ce9ce6a 212M: Peter Maydell <[email protected]>
fd5d5c56
AL
213S: Maintained
214F: hw/integratorcp.c
215
216Mainstone
217M: [email protected]
218S: Orphan
219F: hw/mainstone.c
220
221Musicpal
222M: Jan Kiszka <[email protected]>
223S: Maintained
224F: hw/musicpal.c
225
226nSeries
227M: Andrzej Zaborowski <[email protected]>
228S: Maintained
229F: hw/nseries.c
230
231Palm
232M: Andrzej Zaborowski <[email protected]>
233S: Maintained
234F: hw/palm.c
235
236Real View
237M: Paul Brook <[email protected]>
1ce9ce6a 238M: Peter Maydell <[email protected]>
fd5d5c56
AL
239S: Maintained
240F: hw/realview*
241
242Spitz
243M: Andrzej Zaborowski <[email protected]>
244S: Maintained
245F: hw/spitz.c
246
247Stellaris
248M: Paul Brook <[email protected]>
1ce9ce6a 249M: Peter Maydell <[email protected]>
fd5d5c56
AL
250S: Maintained
251F: hw/stellaris.c
252
253Versatile PB
254M: Paul Brook <[email protected]>
1ce9ce6a 255M: Peter Maydell <[email protected]>
fd5d5c56
AL
256S: Maintained
257F: hw/versatilepb.c
258
e3260506
PC
259Xilinx Zynq
260M: Peter Crosthwaite <[email protected]>
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 <[email protected]>
270S: Maintained
271F: hw/axis_dev88.c
272
273etraxfs
274M: Edgar E. Iglesias <[email protected]>
275S: Maintained
276F: hw/etraxfs.c
277
07bf23a7
MW
278LM32 Machines
279-------------
280EVR32 and uclinux BSP
281M: Michael Walle <[email protected]>
282S: Maintained
283F: hw/lm32_boards.c
284
d118aa6b
MW
285milkymist
286M: Michael Walle <[email protected]>
287S: Maintained
288F: hw/milkymist.c
289
afcacd53 290M68K Machines
fd5d5c56
AL
291-------------
292an5206
293M: Paul Brook <[email protected]>
294S: Maintained
295F: hw/an5206.c
296
297dummy_m68k
298M: Paul Brook <[email protected]>
299S: Maintained
300F: hw/dummy_m68k.c
301
302mcf5208
303M: Paul Brook <[email protected]>
304S: Maintained
305F: hw/mcf5208.c
306
307MicroBlaze Machines
308-------------------
309petalogix_s3adsp1800
310M: Edgar E. Iglesias <[email protected]>
311S: Maintained
312F: hw/petalogix_s3adsp1800.c
313
314MIPS Machines
315-------------
316Jazz
317M: Hervé Poussineau <[email protected]>
318S: Maintained
319F: hw/mips_jazz.c
320
321Malta
322M: Aurelien Jarno <[email protected]>
323S: Maintained
324F: hw/mips_malta.c
325
326Mipssim
327M: [email protected]
328S: Orphan
329F: hw/mips_mipssim.c
330
331R4000
332M: Aurelien Jarno <[email protected]>
333S: Maintained
334F: hw/mips_r4k.c
335
336PowerPC Machines
337----------------
338405
339M: Alexander Graf <[email protected]>
a6c98685 340L: [email protected]
fd5d5c56
AL
341S: Maintained
342F: hw/ppc405_boards.c
343
344New World
345M: Alexander Graf <[email protected]>
a6c98685 346L: [email protected]
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 <[email protected]>
a6c98685 354L: [email protected]
fd5d5c56
AL
355S: Maintained
356F: hw/ppc_oldworld.c
0a6eec6b 357F: hw/grackle_pci.c
fd5d5c56 358
ec38d398
AF
359PReP
360M: Andreas Färber <[email protected]>
a6c98685 361L: [email protected]
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 <[email protected]>
370S: Maintained
371F: hw/r2d.c
372
373Shix
374M: Magnus Damm <[email protected]>
afcacd53 375S: Orphan
fd5d5c56
AL
376F: hw/shix.c
377
378SPARC Machines
379--------------
380Sun4m
381M: Blue Swirl <[email protected]>
382S: Maintained
383F: hw/sun4m.c
384
385Sun4u
386M: Blue Swirl <[email protected]>
387S: Maintained
388F: hw/sun4u.c
389
390S390 Machines
391-------------
392S390 Virtio
393M: Alexander Graf <[email protected]>
394S: Maintained
395F: hw/s390-*.c
396
397X86 Machines
398------------
399PC
400M: Anthony Liguori <[email protected]>
401S: Supported
2df6dabb
AF
402F: hw/pc.[ch]
403F: hw/pc_piix.c
fd5d5c56 404
16e7caae
MF
405Xtensa Machines
406---------------
375847a6 407sim
16e7caae
MF
408M: Max Filippov <[email protected]>
409S: Maintained
375847a6
MF
410F: hw/xtensa_sim.c
411
412Avnet LX60
413M: Max Filippov <[email protected]>
414S: Maintained
415F: hw/xtensa_lx60.c
16e7caae 416
fd5d5c56
AL
417Devices
418-------
419IDE
420M: Kevin Wolf <[email protected]>
421S: Odd Fixes
422F: hw/ide/
423
f5f487b2
PM
424OMAP
425M: Peter Maydell <[email protected]>
426S: Maintained
427F: hw/omap*
428
fd5d5c56
AL
429PCI
430M: Michael S. Tsirkin <[email protected]>
431S: Supported
432F: hw/pci*
433F: hw/piix*
434
435SCSI
de7724f7
PB
436M: Paolo Bonzini <[email protected]>
437S: Supported
438F: hw/virtio-scsi.*
439F: hw/scsi*
1ab09a40 440T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
441
442LSI53C895A
fd5d5c56 443M: Paul Brook <[email protected]>
fd5d5c56
AL
444S: Odd Fixes
445F: hw/lsi53c895a.c
fd5d5c56
AL
446
447USB
5d0d62fe
GH
448M: Gerd Hoffmann <[email protected]>
449S: Maintained
fd5d5c56
AL
450F: hw/usb*
451
452vhost
453M: Michael S. Tsirkin <[email protected]>
454S: Supported
455F: hw/vhost*
456
457virtio
458M: Anthony Liguori <[email protected]>
459S: Supported
460F: hw/virtio*
461
462virtio-9p
23704102 463M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 464S: Supported
aebeca25
AF
465F: hw/9pfs/
466F: fsdev/
3f3309cb 467T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
468
469virtio-blk
470M: Kevin Wolf <[email protected]>
471S: Supported
472F: hw/virtio-blk*
473
474virtio-serial
475M: Amit Shah <[email protected]>
476S: Supported
477F: hw/virtio-serial*
478F: hw/virtio-console*
479
480Subsystems
481----------
482Audio
483M: Vassili Karpov (malc) <[email protected]>
484S: Maintained
485F: audio/
486
487Block
488M: Kevin Wolf <[email protected]>
489S: Supported
490F: block*
491F: block/
492
493Character Devices
494M: Anthony Liguori <[email protected]>
495S: Maintained
496F: qemu-char.c
497
498GDB stub
499M: [email protected]
500S: Odd Fixes
501F: gdbstub*
502F: gdb-xml/
503
7ee3bf03
GH
504SPICE
505M: Gerd Hoffmann <[email protected]>
506S: Supported
507F: ui/qemu-spice.h
508F: ui/spice-*.c
509F: audio/spiceaudio.c
510F: hw/qxl*
511
fd5d5c56
AL
512Graphics
513M: Anthony Liguori <[email protected]>
514S: Maintained
515F: ui/
516
351f1bf6
AF
517Cocoa graphics
518M: Andreas Färber <[email protected]>
519S: Odd Fixes
520F: ui/cocoa.m
521
fd5d5c56
AL
522Main loop
523M: Anthony Liguori <[email protected]>
524S: Supported
525F: vl.c
526
527Monitor (QMP/HMP)
528M: Luiz Capitulino <[email protected]>
529M: Markus Armbruster <[email protected]>
530S: Supported
531F: monitor.c
532
533Network device layer
534M: Anthony Liguori <[email protected]>
535M: Mark McLoughlin <[email protected]>
536S: Maintained
537F: net/
538
44f76b28
PB
539Network Block Device (NBD)
540M: Paolo Bonzini <[email protected]>
541S: Odd Fixes
542F: block/nbd.c
543F: nbd.*
544F: qemu-nbd.c
1ab09a40 545T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 546
fd5d5c56 547SLIRP
bafc72ab
JK
548M: Jan Kiszka <[email protected]>
549S: Maintained
fd5d5c56 550F: slirp/
1ab09a40 551T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 552
598a3f35
SH
553Tracing
554M: Stefan Hajnoczi <[email protected]>
555S: Maintained
556F: trace/
f70fd8fd
LV
557F: scripts/tracetool.py
558F: scripts/tracetool/
f922ea46 559F: docs/tracing.txt
1ab09a40 560T: git git://github.com/stefanha/qemu.git tracing
598a3f35 561
14f40fdc
BS
562Checkpatch
563M: Blue Swirl <[email protected]>
564S: Odd Fixes
565F: scripts/checkpatch.pl
566
fd5d5c56
AL
567Usermode Emulation
568------------------
569BSD user
570M: Blue Swirl <[email protected]>
571S: Maintained
572F: bsd-user/
573
fd5d5c56
AL
574Linux user
575M: Riku Voipio <[email protected]>
576S: Maintained
577F: linux-user/
42f5a7e9
AJ
578
579Tiny Code Generator (TCG)
580-------------------------
581Common code
582M: [email protected]
583S: Maintained
584F: tcg/
585
586ARM target
587M: Andrzej Zaborowski <[email protected]>
588S: Maintained
589F: tcg/arm/
590
591HPPA target
592M: Richard Henderson <[email protected]>
593S: Maintained
594F: tcg/hppa/
595
596i386 target
597M: [email protected]
598S: Maintained
599F: tcg/i386/
600
601IA64 target
602M: Aurelien Jarno <[email protected]>
603S: Maintained
604F: tcg/ia64/
605
606MIPS target
d6eec7a2 607M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
608S: Maintained
609F: tcg/mips/
610
611PPC
612M: Vassili Karpov (malc) <[email protected]>
613S: Maintained
614F: tcg/ppc/
615
616PPC64 target
617M: Vassili Karpov (malc) <[email protected]>
618S: Maintained
619F: tcg/ppc64/
620
621S390 target
622M: Alexander Graf <[email protected]>
623M: Richard Henderson <[email protected]>
624S: Maintained
625F: tcg/s390/
626
627SPARC target
628M: Blue Swirl <[email protected]>
629S: Maintained
630F: tcg/sparc/
bc75c9e5
SW
631
632TCI target
633M: Stefan Weil <[email protected]>
634S: Maintained
8ef9cd55 635F: tcg/tci/
aa09c951
AF
636
637Stable branches
638---------------
639Stable 1.0
640L: [email protected]
641T: git git://git.qemu.org/qemu-stable-1.0.git
642S: Orphan
643
644Stable 0.15
645L: [email protected]
646T: git git://git.qemu.org/qemu-stable-0.15.git
647S: Orphan
648
649Stable 0.14
650L: [email protected]
651T: git git://git.qemu.org/qemu-stable-0.14.git
652S: Orphan
653
654Stable 0.10
655L: [email protected]
656T: git git://git.qemu.org/qemu-stable-0.10.git
657S: Orphan
This page took 0.345604 seconds and 4 git commands to generate.