]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
update VERSION for 1.1.2
[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
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
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 <jcmvbkbc@gmail.com>
409S: Maintained
375847a6
MF
410F: hw/xtensa_sim.c
411
412Avnet LX60
413M: Max Filippov <jcmvbkbc@gmail.com>
414S: Maintained
415F: hw/xtensa_lx60.c
16e7caae 416
fd5d5c56
AL
417Devices
418-------
419IDE
420M: Kevin Wolf <kwolf@redhat.com>
421S: Odd Fixes
422F: hw/ide/
423
f5f487b2
PM
424OMAP
425M: Peter Maydell <peter.maydell@linaro.org>
426S: Maintained
427F: hw/omap*
428
fd5d5c56
AL
429PCI
430M: Michael S. Tsirkin <mst@redhat.com>
431S: Supported
432F: hw/pci*
433F: hw/piix*
434
435SCSI
de7724f7
PB
436M: Paolo Bonzini <pbonzini@redhat.com>
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 <paul@codesourcery.com>
fd5d5c56
AL
444S: Odd Fixes
445F: hw/lsi53c895a.c
fd5d5c56
AL
446
447USB
5d0d62fe
GH
448M: Gerd Hoffmann <kraxel@redhat.com>
449S: Maintained
fd5d5c56
AL
450F: hw/usb*
451
452vhost
453M: Michael S. Tsirkin <mst@redhat.com>
454S: Supported
455F: hw/vhost*
456
457virtio
458M: Anthony Liguori <aliguori@us.ibm.com>
459S: Supported
460F: hw/virtio*
461
462virtio-9p
23704102 463M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
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 <kwolf@redhat.com>
471S: Supported
472F: hw/virtio-blk*
473
474virtio-serial
475M: Amit Shah <amit.shah@redhat.com>
476S: Supported
477F: hw/virtio-serial*
478F: hw/virtio-console*
479
480Subsystems
481----------
482Audio
483M: Vassili Karpov (malc) <av1474@comtv.ru>
484S: Maintained
485F: audio/
486
487Block
488M: Kevin Wolf <kwolf@redhat.com>
489S: Supported
490F: block*
491F: block/
492
493Character Devices
494M: Anthony Liguori <aliguori@us.ibm.com>
495S: Maintained
496F: qemu-char.c
497
498GDB stub
499M: qemu-devel@nongnu.org
500S: Odd Fixes
501F: gdbstub*
502F: gdb-xml/
503
7ee3bf03
GH
504SPICE
505M: Gerd Hoffmann <kraxel@redhat.com>
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 <aliguori@us.ibm.com>
514S: Maintained
515F: ui/
516
351f1bf6
AF
517Cocoa graphics
518M: Andreas Färber <andreas.faerber@web.de>
519S: Odd Fixes
520F: ui/cocoa.m
521
fd5d5c56
AL
522Main loop
523M: Anthony Liguori <aliguori@us.ibm.com>
524S: Supported
525F: vl.c
526
527Monitor (QMP/HMP)
528M: Luiz Capitulino <lcapitulino@redhat.com>
529M: Markus Armbruster <armbru@redhat.com>
530S: Supported
531F: monitor.c
532
533Network device layer
534M: Anthony Liguori <aliguori@us.ibm.com>
535M: Mark McLoughlin <markmc@redhat.com>
536S: Maintained
537F: net/
538
44f76b28
PB
539Network Block Device (NBD)
540M: Paolo Bonzini <pbonzini@redhat.com>
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 <jan.kiszka@siemens.com>
549S: Maintained
fd5d5c56 550F: slirp/
1ab09a40 551T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 552
598a3f35
SH
553Tracing
554M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
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 <blauwirbel@gmail.com>
564S: Odd Fixes
565F: scripts/checkpatch.pl
566
fd5d5c56
AL
567Usermode Emulation
568------------------
569BSD user
570M: Blue Swirl <blauwirbel@gmail.com>
571S: Maintained
572F: bsd-user/
573
fd5d5c56
AL
574Linux user
575M: Riku Voipio <riku.voipio@iki.fi>
576S: Maintained
577F: linux-user/
42f5a7e9
AJ
578
579Tiny Code Generator (TCG)
580-------------------------
581Common code
582M: qemu-devel@nongnu.org
583S: Maintained
584F: tcg/
585
586ARM target
587M: Andrzej Zaborowski <balrogg@gmail.com>
588S: Maintained
589F: tcg/arm/
590
591HPPA target
592M: Richard Henderson <rth@twiddle.net>
593S: Maintained
594F: tcg/hppa/
595
596i386 target
597M: qemu-devel@nongnu.org
598S: Maintained
599F: tcg/i386/
600
601IA64 target
602M: Aurelien Jarno <aurelien@aurel32.net>
603S: Maintained
604F: tcg/ia64/
605
606MIPS target
d6eec7a2 607M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
608S: Maintained
609F: tcg/mips/
610
611PPC
612M: Vassili Karpov (malc) <av1474@comtv.ru>
613S: Maintained
614F: tcg/ppc/
615
616PPC64 target
617M: Vassili Karpov (malc) <av1474@comtv.ru>
618S: Maintained
619F: tcg/ppc64/
620
621S390 target
622M: Alexander Graf <agraf@suse.de>
623M: Richard Henderson <rth@twiddle.net>
624S: Maintained
625F: tcg/s390/
626
627SPARC target
628M: Blue Swirl <blauwirbel@gmail.com>
629S: Maintained
630F: tcg/sparc/
bc75c9e5
SW
631
632TCI target
633M: Stefan Weil <sw@weilnetz.de>
634S: Maintained
8ef9cd55 635F: tcg/tci/
aa09c951
AF
636
637Stable branches
638---------------
639Stable 1.0
640L: qemu-stable@nongnu.org
641T: git git://git.qemu.org/qemu-stable-1.0.git
642S: Orphan
643
644Stable 0.15
645L: qemu-stable@nongnu.org
646T: git git://git.qemu.org/qemu-stable-0.15.git
647S: Orphan
648
649Stable 0.14
650L: qemu-stable@nongnu.org
651T: git git://git.qemu.org/qemu-stable-0.14.git
652S: Orphan
653
654Stable 0.10
655L: qemu-stable@nongnu.org
656T: git git://git.qemu.org/qemu-stable-0.10.git
657S: Orphan