]> Git Repo - qemu.git/blame - MAINTAINERS
MAINTAINERS: Replace net maintainer Mark McLoughlin with Stefan Hajnoczi
[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
0325559d
PC
210i.MX31
211M: Peter Chubb <[email protected]>
212S: Odd fixes
213F: hw/imx*
214F: hw/kzm.c
215
fd5d5c56
AL
216Integrator CP
217M: Paul Brook <[email protected]>
1ce9ce6a 218M: Peter Maydell <[email protected]>
fd5d5c56
AL
219S: Maintained
220F: hw/integratorcp.c
221
222Mainstone
223M: [email protected]
224S: Orphan
225F: hw/mainstone.c
226
227Musicpal
228M: Jan Kiszka <[email protected]>
229S: Maintained
230F: hw/musicpal.c
231
232nSeries
233M: Andrzej Zaborowski <[email protected]>
234S: Maintained
235F: hw/nseries.c
236
237Palm
238M: Andrzej Zaborowski <[email protected]>
239S: Maintained
240F: hw/palm.c
241
242Real View
243M: Paul Brook <[email protected]>
1ce9ce6a 244M: Peter Maydell <[email protected]>
fd5d5c56
AL
245S: Maintained
246F: hw/realview*
247
248Spitz
249M: Andrzej Zaborowski <[email protected]>
250S: Maintained
251F: hw/spitz.c
252
253Stellaris
254M: Paul Brook <[email protected]>
1ce9ce6a 255M: Peter Maydell <[email protected]>
fd5d5c56
AL
256S: Maintained
257F: hw/stellaris.c
258
259Versatile PB
260M: Paul Brook <[email protected]>
1ce9ce6a 261M: Peter Maydell <[email protected]>
fd5d5c56
AL
262S: Maintained
263F: hw/versatilepb.c
264
e3260506
PC
265Xilinx Zynq
266M: Peter Crosthwaite <[email protected]>
267S: Maintained
268F: hw/xilinx_zynq.c
269F: hw/zynq_slcr.c
270F: hw/cadence_*
271
fd5d5c56
AL
272CRIS Machines
273-------------
274Axis Dev88
275M: Edgar E. Iglesias <[email protected]>
276S: Maintained
277F: hw/axis_dev88.c
278
279etraxfs
280M: Edgar E. Iglesias <[email protected]>
281S: Maintained
282F: hw/etraxfs.c
283
07bf23a7
MW
284LM32 Machines
285-------------
286EVR32 and uclinux BSP
287M: Michael Walle <[email protected]>
288S: Maintained
289F: hw/lm32_boards.c
290
d118aa6b
MW
291milkymist
292M: Michael Walle <[email protected]>
293S: Maintained
294F: hw/milkymist.c
295
afcacd53 296M68K Machines
fd5d5c56
AL
297-------------
298an5206
299M: Paul Brook <[email protected]>
300S: Maintained
301F: hw/an5206.c
302
303dummy_m68k
304M: Paul Brook <[email protected]>
305S: Maintained
306F: hw/dummy_m68k.c
307
308mcf5208
309M: Paul Brook <[email protected]>
310S: Maintained
311F: hw/mcf5208.c
312
313MicroBlaze Machines
314-------------------
315petalogix_s3adsp1800
316M: Edgar E. Iglesias <[email protected]>
317S: Maintained
318F: hw/petalogix_s3adsp1800.c
319
d36e8ce7
PC
320petalogix_ml605
321M: Peter Crosthwaite <[email protected]>
322S: Maintained
323F: hw/petalogix_ml605_mmu.c
324
fd5d5c56
AL
325MIPS Machines
326-------------
327Jazz
328M: Hervé Poussineau <[email protected]>
329S: Maintained
330F: hw/mips_jazz.c
331
332Malta
333M: Aurelien Jarno <[email protected]>
334S: Maintained
335F: hw/mips_malta.c
336
337Mipssim
338M: [email protected]
339S: Orphan
340F: hw/mips_mipssim.c
341
342R4000
343M: Aurelien Jarno <[email protected]>
344S: Maintained
345F: hw/mips_r4k.c
346
347PowerPC Machines
348----------------
349405
350M: Alexander Graf <[email protected]>
a6c98685 351L: [email protected]
fd5d5c56
AL
352S: Maintained
353F: hw/ppc405_boards.c
354
355New World
356M: Alexander Graf <[email protected]>
a6c98685 357L: [email protected]
fd5d5c56
AL
358S: Maintained
359F: hw/ppc_newworld.c
0a6eec6b 360F: hw/unin_pci.c
d5ee6754 361F: hw/dec_pci.[hc]
fd5d5c56
AL
362
363Old World
364M: Alexander Graf <[email protected]>
a6c98685 365L: [email protected]
fd5d5c56
AL
366S: Maintained
367F: hw/ppc_oldworld.c
0a6eec6b 368F: hw/grackle_pci.c
fd5d5c56 369
ec38d398
AF
370PReP
371M: Andreas Färber <[email protected]>
a6c98685 372L: [email protected]
ec38d398 373S: Odd Fixes
fd5d5c56 374F: hw/ppc_prep.c
1c75457f 375F: hw/prep_pci.[hc]
fd5d5c56
AL
376
377SH4 Machines
378------------
379R2D
380M: Magnus Damm <[email protected]>
381S: Maintained
382F: hw/r2d.c
383
384Shix
385M: Magnus Damm <[email protected]>
afcacd53 386S: Orphan
fd5d5c56
AL
387F: hw/shix.c
388
389SPARC Machines
390--------------
391Sun4m
392M: Blue Swirl <[email protected]>
393S: Maintained
394F: hw/sun4m.c
395
396Sun4u
397M: Blue Swirl <[email protected]>
398S: Maintained
399F: hw/sun4u.c
400
401S390 Machines
402-------------
403S390 Virtio
404M: Alexander Graf <[email protected]>
405S: Maintained
406F: hw/s390-*.c
407
408X86 Machines
409------------
410PC
411M: Anthony Liguori <[email protected]>
412S: Supported
2df6dabb
AF
413F: hw/pc.[ch]
414F: hw/pc_piix.c
fd5d5c56 415
16e7caae
MF
416Xtensa Machines
417---------------
375847a6 418sim
16e7caae
MF
419M: Max Filippov <[email protected]>
420S: Maintained
375847a6
MF
421F: hw/xtensa_sim.c
422
423Avnet LX60
424M: Max Filippov <[email protected]>
425S: Maintained
426F: hw/xtensa_lx60.c
16e7caae 427
fd5d5c56
AL
428Devices
429-------
430IDE
431M: Kevin Wolf <[email protected]>
432S: Odd Fixes
433F: hw/ide/
434
f5f487b2
PM
435OMAP
436M: Peter Maydell <[email protected]>
437S: Maintained
438F: hw/omap*
439
fd5d5c56
AL
440PCI
441M: Michael S. Tsirkin <[email protected]>
442S: Supported
443F: hw/pci*
444F: hw/piix*
445
446SCSI
de7724f7
PB
447M: Paolo Bonzini <[email protected]>
448S: Supported
449F: hw/virtio-scsi.*
450F: hw/scsi*
1ab09a40 451T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
452
453LSI53C895A
fd5d5c56 454M: Paul Brook <[email protected]>
fd5d5c56
AL
455S: Odd Fixes
456F: hw/lsi53c895a.c
fd5d5c56
AL
457
458USB
5d0d62fe
GH
459M: Gerd Hoffmann <[email protected]>
460S: Maintained
fd5d5c56
AL
461F: hw/usb*
462
463vhost
464M: Michael S. Tsirkin <[email protected]>
465S: Supported
466F: hw/vhost*
467
468virtio
469M: Anthony Liguori <[email protected]>
470S: Supported
471F: hw/virtio*
472
473virtio-9p
23704102 474M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 475S: Supported
aebeca25
AF
476F: hw/9pfs/
477F: fsdev/
3f3309cb 478T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
479
480virtio-blk
481M: Kevin Wolf <[email protected]>
482S: Supported
483F: hw/virtio-blk*
484
485virtio-serial
486M: Amit Shah <[email protected]>
487S: Supported
488F: hw/virtio-serial*
489F: hw/virtio-console*
490
ab61d240
PC
491Xilinx EDK
492M: Peter Crosthwaite <[email protected]>
493M: Edgar E. Iglesias <[email protected]>
494S: Maintained
495F: hw/xilinx_axi*
496F: hw/xilinx_uartlite.c
497F: hw/xilinx_intc.c
498F: hw/xilinx_ethlite.c
499F: hw/xilinx_timer.c
500F: hw/xilinx.h
501
fd5d5c56
AL
502Subsystems
503----------
504Audio
505M: Vassili Karpov (malc) <[email protected]>
506S: Maintained
507F: audio/
508
509Block
510M: Kevin Wolf <[email protected]>
511S: Supported
512F: block*
513F: block/
514
515Character Devices
516M: Anthony Liguori <[email protected]>
517S: Maintained
518F: qemu-char.c
519
d24b569a
PC
520Device Tree
521M: Peter Crosthwaite <[email protected]>
522M: Alexander Graf <[email protected]>
523S: Maintained
524F: device-tree.[ch]
525
fd5d5c56
AL
526GDB stub
527M: [email protected]
528S: Odd Fixes
529F: gdbstub*
530F: gdb-xml/
531
7ee3bf03
GH
532SPICE
533M: Gerd Hoffmann <[email protected]>
534S: Supported
535F: ui/qemu-spice.h
536F: ui/spice-*.c
537F: audio/spiceaudio.c
538F: hw/qxl*
539
fd5d5c56
AL
540Graphics
541M: Anthony Liguori <[email protected]>
542S: Maintained
543F: ui/
544
351f1bf6
AF
545Cocoa graphics
546M: Andreas Färber <[email protected]>
547S: Odd Fixes
548F: ui/cocoa.m
549
fd5d5c56
AL
550Main loop
551M: Anthony Liguori <[email protected]>
552S: Supported
553F: vl.c
554
555Monitor (QMP/HMP)
556M: Luiz Capitulino <[email protected]>
557M: Markus Armbruster <[email protected]>
558S: Supported
559F: monitor.c
560
561Network device layer
562M: Anthony Liguori <[email protected]>
837c36e7 563M: Stefan Hajnoczi <[email protected]>
fd5d5c56
AL
564S: Maintained
565F: net/
837c36e7 566T: git git://github.com/stefanha/qemu.git net
fd5d5c56 567
44f76b28
PB
568Network Block Device (NBD)
569M: Paolo Bonzini <[email protected]>
570S: Odd Fixes
571F: block/nbd.c
572F: nbd.*
573F: qemu-nbd.c
1ab09a40 574T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 575
fd5d5c56 576SLIRP
bafc72ab
JK
577M: Jan Kiszka <[email protected]>
578S: Maintained
fd5d5c56 579F: slirp/
1ab09a40 580T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 581
598a3f35
SH
582Tracing
583M: Stefan Hajnoczi <[email protected]>
584S: Maintained
585F: trace/
f70fd8fd
LV
586F: scripts/tracetool.py
587F: scripts/tracetool/
f922ea46 588F: docs/tracing.txt
1ab09a40 589T: git git://github.com/stefanha/qemu.git tracing
598a3f35 590
14f40fdc
BS
591Checkpatch
592M: Blue Swirl <[email protected]>
593S: Odd Fixes
594F: scripts/checkpatch.pl
595
fd5d5c56
AL
596Usermode Emulation
597------------------
598BSD user
599M: Blue Swirl <[email protected]>
600S: Maintained
601F: bsd-user/
602
fd5d5c56
AL
603Linux user
604M: Riku Voipio <[email protected]>
605S: Maintained
606F: linux-user/
42f5a7e9
AJ
607
608Tiny Code Generator (TCG)
609-------------------------
610Common code
611M: [email protected]
612S: Maintained
613F: tcg/
614
615ARM target
616M: Andrzej Zaborowski <[email protected]>
617S: Maintained
618F: tcg/arm/
619
620HPPA target
621M: Richard Henderson <[email protected]>
622S: Maintained
623F: tcg/hppa/
624
625i386 target
626M: [email protected]
627S: Maintained
628F: tcg/i386/
629
630IA64 target
631M: Aurelien Jarno <[email protected]>
632S: Maintained
633F: tcg/ia64/
634
635MIPS target
d6eec7a2 636M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
637S: Maintained
638F: tcg/mips/
639
640PPC
641M: Vassili Karpov (malc) <[email protected]>
642S: Maintained
643F: tcg/ppc/
644
645PPC64 target
646M: Vassili Karpov (malc) <[email protected]>
647S: Maintained
648F: tcg/ppc64/
649
650S390 target
651M: Alexander Graf <[email protected]>
652M: Richard Henderson <[email protected]>
653S: Maintained
654F: tcg/s390/
655
656SPARC target
657M: Blue Swirl <[email protected]>
658S: Maintained
659F: tcg/sparc/
bc75c9e5
SW
660
661TCI target
662M: Stefan Weil <[email protected]>
663S: Maintained
8ef9cd55 664F: tcg/tci/
aa09c951
AF
665
666Stable branches
667---------------
668Stable 1.0
669L: [email protected]
670T: git git://git.qemu.org/qemu-stable-1.0.git
671S: Orphan
672
673Stable 0.15
674L: [email protected]
675T: git git://git.qemu.org/qemu-stable-0.15.git
676S: Orphan
677
678Stable 0.14
679L: [email protected]
680T: git git://git.qemu.org/qemu-stable-0.14.git
681S: Orphan
682
683Stable 0.10
684L: [email protected]
685T: git git://git.qemu.org/qemu-stable-0.10.git
686S: Orphan
This page took 0.408974 seconds and 4 git commands to generate.