]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
MAINTAINERS: Added Xilinx EDK devices
[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>
84c9d9d1 81S: Odd Fixes
fd5d5c56
AL
82F: target-m68k/
83
84MicroBlaze
85M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86S: Maintained
87F: target-microblaze/
88
b6f97c14 89MIPS
ddb13561 90M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 91S: Odd Fixes
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 106M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 107S: Odd Fixes
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
d36e8ce7
PC
314petalogix_ml605
315M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
316S: Maintained
317F: hw/petalogix_ml605_mmu.c
318
fd5d5c56
AL
319MIPS Machines
320-------------
321Jazz
322M: Hervé Poussineau <hpoussin@reactos.org>
323S: Maintained
324F: hw/mips_jazz.c
325
326Malta
327M: Aurelien Jarno <aurelien@aurel32.net>
328S: Maintained
329F: hw/mips_malta.c
330
331Mipssim
332M: qemu-devel@nongnu.org
333S: Orphan
334F: hw/mips_mipssim.c
335
336R4000
337M: Aurelien Jarno <aurelien@aurel32.net>
338S: Maintained
339F: hw/mips_r4k.c
340
341PowerPC Machines
342----------------
343405
344M: Alexander Graf <agraf@suse.de>
a6c98685 345L: qemu-ppc@nongnu.org
fd5d5c56
AL
346S: Maintained
347F: hw/ppc405_boards.c
348
349New World
350M: Alexander Graf <agraf@suse.de>
a6c98685 351L: qemu-ppc@nongnu.org
fd5d5c56
AL
352S: Maintained
353F: hw/ppc_newworld.c
0a6eec6b 354F: hw/unin_pci.c
d5ee6754 355F: hw/dec_pci.[hc]
fd5d5c56
AL
356
357Old World
358M: Alexander Graf <agraf@suse.de>
a6c98685 359L: qemu-ppc@nongnu.org
fd5d5c56
AL
360S: Maintained
361F: hw/ppc_oldworld.c
0a6eec6b 362F: hw/grackle_pci.c
fd5d5c56 363
ec38d398
AF
364PReP
365M: Andreas Färber <andreas.faerber@web.de>
a6c98685 366L: qemu-ppc@nongnu.org
ec38d398 367S: Odd Fixes
fd5d5c56 368F: hw/ppc_prep.c
1c75457f 369F: hw/prep_pci.[hc]
fd5d5c56
AL
370
371SH4 Machines
372------------
373R2D
374M: Magnus Damm <magnus.damm@gmail.com>
375S: Maintained
376F: hw/r2d.c
377
378Shix
379M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 380S: Orphan
fd5d5c56
AL
381F: hw/shix.c
382
383SPARC Machines
384--------------
385Sun4m
386M: Blue Swirl <blauwirbel@gmail.com>
387S: Maintained
388F: hw/sun4m.c
389
390Sun4u
391M: Blue Swirl <blauwirbel@gmail.com>
392S: Maintained
393F: hw/sun4u.c
394
395S390 Machines
396-------------
397S390 Virtio
398M: Alexander Graf <agraf@suse.de>
399S: Maintained
400F: hw/s390-*.c
401
402X86 Machines
403------------
404PC
405M: Anthony Liguori <aliguori@us.ibm.com>
406S: Supported
2df6dabb
AF
407F: hw/pc.[ch]
408F: hw/pc_piix.c
fd5d5c56 409
16e7caae
MF
410Xtensa Machines
411---------------
375847a6 412sim
16e7caae
MF
413M: Max Filippov <jcmvbkbc@gmail.com>
414S: Maintained
375847a6
MF
415F: hw/xtensa_sim.c
416
417Avnet LX60
418M: Max Filippov <jcmvbkbc@gmail.com>
419S: Maintained
420F: hw/xtensa_lx60.c
16e7caae 421
fd5d5c56
AL
422Devices
423-------
424IDE
425M: Kevin Wolf <kwolf@redhat.com>
426S: Odd Fixes
427F: hw/ide/
428
f5f487b2
PM
429OMAP
430M: Peter Maydell <peter.maydell@linaro.org>
431S: Maintained
432F: hw/omap*
433
fd5d5c56
AL
434PCI
435M: Michael S. Tsirkin <mst@redhat.com>
436S: Supported
437F: hw/pci*
438F: hw/piix*
439
440SCSI
de7724f7
PB
441M: Paolo Bonzini <pbonzini@redhat.com>
442S: Supported
443F: hw/virtio-scsi.*
444F: hw/scsi*
1ab09a40 445T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
446
447LSI53C895A
fd5d5c56 448M: Paul Brook <paul@codesourcery.com>
fd5d5c56
AL
449S: Odd Fixes
450F: hw/lsi53c895a.c
fd5d5c56
AL
451
452USB
5d0d62fe
GH
453M: Gerd Hoffmann <kraxel@redhat.com>
454S: Maintained
fd5d5c56
AL
455F: hw/usb*
456
457vhost
458M: Michael S. Tsirkin <mst@redhat.com>
459S: Supported
460F: hw/vhost*
461
462virtio
463M: Anthony Liguori <aliguori@us.ibm.com>
464S: Supported
465F: hw/virtio*
466
467virtio-9p
23704102 468M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 469S: Supported
aebeca25
AF
470F: hw/9pfs/
471F: fsdev/
3f3309cb 472T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
473
474virtio-blk
475M: Kevin Wolf <kwolf@redhat.com>
476S: Supported
477F: hw/virtio-blk*
478
479virtio-serial
480M: Amit Shah <amit.shah@redhat.com>
481S: Supported
482F: hw/virtio-serial*
483F: hw/virtio-console*
484
ab61d240
PC
485Xilinx EDK
486M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
487M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
488S: Maintained
489F: hw/xilinx_axi*
490F: hw/xilinx_uartlite.c
491F: hw/xilinx_intc.c
492F: hw/xilinx_ethlite.c
493F: hw/xilinx_timer.c
494F: hw/xilinx.h
495
fd5d5c56
AL
496Subsystems
497----------
498Audio
499M: Vassili Karpov (malc) <av1474@comtv.ru>
500S: Maintained
501F: audio/
502
503Block
504M: Kevin Wolf <kwolf@redhat.com>
505S: Supported
506F: block*
507F: block/
508
509Character Devices
510M: Anthony Liguori <aliguori@us.ibm.com>
511S: Maintained
512F: qemu-char.c
513
514GDB stub
515M: qemu-devel@nongnu.org
516S: Odd Fixes
517F: gdbstub*
518F: gdb-xml/
519
7ee3bf03
GH
520SPICE
521M: Gerd Hoffmann <kraxel@redhat.com>
522S: Supported
523F: ui/qemu-spice.h
524F: ui/spice-*.c
525F: audio/spiceaudio.c
526F: hw/qxl*
527
fd5d5c56
AL
528Graphics
529M: Anthony Liguori <aliguori@us.ibm.com>
530S: Maintained
531F: ui/
532
351f1bf6
AF
533Cocoa graphics
534M: Andreas Färber <andreas.faerber@web.de>
535S: Odd Fixes
536F: ui/cocoa.m
537
fd5d5c56
AL
538Main loop
539M: Anthony Liguori <aliguori@us.ibm.com>
540S: Supported
541F: vl.c
542
543Monitor (QMP/HMP)
544M: Luiz Capitulino <lcapitulino@redhat.com>
545M: Markus Armbruster <armbru@redhat.com>
546S: Supported
547F: monitor.c
548
549Network device layer
550M: Anthony Liguori <aliguori@us.ibm.com>
551M: Mark McLoughlin <markmc@redhat.com>
552S: Maintained
553F: net/
554
44f76b28
PB
555Network Block Device (NBD)
556M: Paolo Bonzini <pbonzini@redhat.com>
557S: Odd Fixes
558F: block/nbd.c
559F: nbd.*
560F: qemu-nbd.c
1ab09a40 561T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 562
fd5d5c56 563SLIRP
bafc72ab
JK
564M: Jan Kiszka <jan.kiszka@siemens.com>
565S: Maintained
fd5d5c56 566F: slirp/
1ab09a40 567T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 568
598a3f35
SH
569Tracing
570M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
571S: Maintained
572F: trace/
f70fd8fd
LV
573F: scripts/tracetool.py
574F: scripts/tracetool/
f922ea46 575F: docs/tracing.txt
1ab09a40 576T: git git://github.com/stefanha/qemu.git tracing
598a3f35 577
14f40fdc
BS
578Checkpatch
579M: Blue Swirl <blauwirbel@gmail.com>
580S: Odd Fixes
581F: scripts/checkpatch.pl
582
fd5d5c56
AL
583Usermode Emulation
584------------------
585BSD user
586M: Blue Swirl <blauwirbel@gmail.com>
587S: Maintained
588F: bsd-user/
589
fd5d5c56
AL
590Linux user
591M: Riku Voipio <riku.voipio@iki.fi>
592S: Maintained
593F: linux-user/
42f5a7e9
AJ
594
595Tiny Code Generator (TCG)
596-------------------------
597Common code
598M: qemu-devel@nongnu.org
599S: Maintained
600F: tcg/
601
602ARM target
603M: Andrzej Zaborowski <balrogg@gmail.com>
604S: Maintained
605F: tcg/arm/
606
607HPPA target
608M: Richard Henderson <rth@twiddle.net>
609S: Maintained
610F: tcg/hppa/
611
612i386 target
613M: qemu-devel@nongnu.org
614S: Maintained
615F: tcg/i386/
616
617IA64 target
618M: Aurelien Jarno <aurelien@aurel32.net>
619S: Maintained
620F: tcg/ia64/
621
622MIPS target
d6eec7a2 623M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
624S: Maintained
625F: tcg/mips/
626
627PPC
628M: Vassili Karpov (malc) <av1474@comtv.ru>
629S: Maintained
630F: tcg/ppc/
631
632PPC64 target
633M: Vassili Karpov (malc) <av1474@comtv.ru>
634S: Maintained
635F: tcg/ppc64/
636
637S390 target
638M: Alexander Graf <agraf@suse.de>
639M: Richard Henderson <rth@twiddle.net>
640S: Maintained
641F: tcg/s390/
642
643SPARC target
644M: Blue Swirl <blauwirbel@gmail.com>
645S: Maintained
646F: tcg/sparc/
bc75c9e5
SW
647
648TCI target
649M: Stefan Weil <sw@weilnetz.de>
650S: Maintained
8ef9cd55 651F: tcg/tci/
aa09c951
AF
652
653Stable branches
654---------------
655Stable 1.0
656L: qemu-stable@nongnu.org
657T: git git://git.qemu.org/qemu-stable-1.0.git
658S: Orphan
659
660Stable 0.15
661L: qemu-stable@nongnu.org
662T: git git://git.qemu.org/qemu-stable-0.15.git
663S: Orphan
664
665Stable 0.14
666L: qemu-stable@nongnu.org
667T: git git://git.qemu.org/qemu-stable-0.14.git
668S: Orphan
669
670Stable 0.10
671L: qemu-stable@nongnu.org
672T: git git://git.qemu.org/qemu-stable-0.10.git
673S: Orphan