]> git.proxmox.com Git - qemu.git/blame_incremental - MAINTAINERS
target-mips: Fix incorrect reads and writes to DSPControl register
[qemu.git] / MAINTAINERS
... / ...
CommitLineData
1QEMU Maintainers
2================
3
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.
8
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
11
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
23 much other than throw the odd patch in. See below.
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
59M: Richard Henderson <rth@twiddle.net>
60S: Maintained
61F: target-alpha/
62
63ARM
64M: Paul Brook <paul@codesourcery.com>
65M: Peter Maydell <peter.maydell@linaro.org>
66S: Maintained
67F: target-arm/
68
69CRIS
70M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71S: Maintained
72F: target-cris/
73
74LM32
75M: Michael Walle <michael@walle.cc>
76S: Maintained
77F: target-lm32/
78
79M68K
80M: Paul Brook <paul@codesourcery.com>
81S: Odd Fixes
82F: target-m68k/
83
84MicroBlaze
85M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86S: Maintained
87F: target-microblaze/
88
89MIPS
90M: Aurelien Jarno <aurelien@aurel32.net>
91S: Odd Fixes
92F: target-mips/
93
94PowerPC
95M: Alexander Graf <agraf@suse.de>
96L: qemu-ppc@nongnu.org
97S: Maintained
98F: target-ppc/
99
100S390
101M: Alexander Graf <agraf@suse.de>
102S: Maintained
103F: target-s390x/
104
105SH4
106M: Aurelien Jarno <aurelien@aurel32.net>
107S: Odd Fixes
108F: target-sh4/
109
110SPARC
111M: Blue Swirl <blauwirbel@gmail.com>
112S: Maintained
113F: target-sparc/
114
115UniCore32
116M: Guan Xuetao <gxt@mprc.pku.edu.cn>
117S: Maintained
118F: target-unicore32/
119
120X86
121M: qemu-devel@nongnu.org
122S: Odd Fixes
123F: target-i386/
124
125Xtensa
126M: Max Filippov <jcmvbkbc@gmail.com>
127W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
128S: Maintained
129F: target-xtensa/
130
131Guest CPU Cores (KVM):
132----------------------
133
134Overall
135M: Gleb Natapov <gleb@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
147S390
148M: Alexander Graf <agraf@suse.de>
149S: Maintained
150F: target-s390x/kvm.c
151
152X86
153M: Gleb Natapov <gleb@redhat.com>
154M: Marcelo Tosatti <mtosatti@redhat.com>
155L: kvm@vger.kernel.org
156S: Supported
157F: target-i386/kvm.c
158
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
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
189ARM Machines
190------------
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
199Calxeda Highbank
200M: Mark Langsdorf <mark.langsdorf@calxeda.com>
201S: Supported
202F: hw/highbank.c
203F: hw/xgmac.c
204
205Gumstix
206M: qemu-devel@nongnu.org
207S: Orphan
208F: hw/gumstix.c
209
210i.MX31
211M: Peter Chubb <peter.chubb@nicta.com.au>
212S: Odd fixes
213F: hw/imx*
214F: hw/kzm.c
215
216Integrator CP
217M: Paul Brook <paul@codesourcery.com>
218M: Peter Maydell <peter.maydell@linaro.org>
219S: Maintained
220F: hw/integratorcp.c
221
222Mainstone
223M: qemu-devel@nongnu.org
224S: Orphan
225F: hw/mainstone.c
226
227Musicpal
228M: Jan Kiszka <jan.kiszka@web.de>
229S: Maintained
230F: hw/musicpal.c
231
232nSeries
233M: Andrzej Zaborowski <balrogg@gmail.com>
234S: Maintained
235F: hw/nseries.c
236
237Palm
238M: Andrzej Zaborowski <balrogg@gmail.com>
239S: Maintained
240F: hw/palm.c
241
242Real View
243M: Paul Brook <paul@codesourcery.com>
244M: Peter Maydell <peter.maydell@linaro.org>
245S: Maintained
246F: hw/realview*
247
248Spitz
249M: Andrzej Zaborowski <balrogg@gmail.com>
250S: Maintained
251F: hw/spitz.c
252
253Stellaris
254M: Paul Brook <paul@codesourcery.com>
255M: Peter Maydell <peter.maydell@linaro.org>
256S: Maintained
257F: hw/stellaris.c
258
259Versatile PB
260M: Paul Brook <paul@codesourcery.com>
261M: Peter Maydell <peter.maydell@linaro.org>
262S: Maintained
263F: hw/versatilepb.c
264
265Xilinx Zynq
266M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
267S: Maintained
268F: hw/xilinx_zynq.c
269F: hw/zynq_slcr.c
270F: hw/cadence_*
271F: hw/xilinx_spips.c
272
273CRIS Machines
274-------------
275Axis Dev88
276M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
277S: Maintained
278F: hw/axis_dev88.c
279
280etraxfs
281M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
282S: Maintained
283F: hw/etraxfs.c
284
285LM32 Machines
286-------------
287EVR32 and uclinux BSP
288M: Michael Walle <michael@walle.cc>
289S: Maintained
290F: hw/lm32_boards.c
291
292milkymist
293M: Michael Walle <michael@walle.cc>
294S: Maintained
295F: hw/milkymist.c
296
297M68K Machines
298-------------
299an5206
300M: Paul Brook <paul@codesourcery.com>
301S: Maintained
302F: hw/an5206.c
303
304dummy_m68k
305M: Paul Brook <paul@codesourcery.com>
306S: Maintained
307F: hw/dummy_m68k.c
308
309mcf5208
310M: Paul Brook <paul@codesourcery.com>
311S: Maintained
312F: hw/mcf5208.c
313
314MicroBlaze Machines
315-------------------
316petalogix_s3adsp1800
317M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
318S: Maintained
319F: hw/petalogix_s3adsp1800.c
320
321petalogix_ml605
322M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
323S: Maintained
324F: hw/petalogix_ml605_mmu.c
325
326MIPS Machines
327-------------
328Jazz
329M: Hervé Poussineau <hpoussin@reactos.org>
330S: Maintained
331F: hw/mips_jazz.c
332
333Malta
334M: Aurelien Jarno <aurelien@aurel32.net>
335S: Maintained
336F: hw/mips_malta.c
337
338Mipssim
339M: qemu-devel@nongnu.org
340S: Orphan
341F: hw/mips_mipssim.c
342
343R4000
344M: Aurelien Jarno <aurelien@aurel32.net>
345S: Maintained
346F: hw/mips_r4k.c
347
348PowerPC Machines
349----------------
350405
351M: Alexander Graf <agraf@suse.de>
352L: qemu-ppc@nongnu.org
353S: Odd Fixes
354F: hw/ppc405_boards.c
355
356Bamboo
357M: Alexander Graf <agraf@suse.de>
358L: qemu-ppc@nongnu.org
359S: Odd Fixes
360F: hw/ppc440_bamboo.c
361
362e500
363M: Alexander Graf <agraf@suse.de>
364M: Scott Wood <scottwood@freescale.com>
365L: qemu-ppc@nongnu.org
366S: Supported
367F: hw/ppc/e500.[hc]
368F: hw/ppc/e500plat.c
369
370mpc8544ds
371M: Alexander Graf <agraf@suse.de>
372M: Scott Wood <scottwood@freescale.com>
373L: qemu-ppc@nongnu.org
374S: Supported
375F: hw/ppc/mpc8544ds.c
376F: hw/mpc8544_guts.c
377
378New World
379M: Alexander Graf <agraf@suse.de>
380L: qemu-ppc@nongnu.org
381S: Maintained
382F: hw/ppc_newworld.c
383F: hw/unin_pci.c
384F: hw/dec_pci.[hc]
385
386Old World
387M: Alexander Graf <agraf@suse.de>
388L: qemu-ppc@nongnu.org
389S: Maintained
390F: hw/ppc_oldworld.c
391F: hw/grackle_pci.c
392
393PReP
394M: Andreas Färber <andreas.faerber@web.de>
395L: qemu-ppc@nongnu.org
396S: Odd Fixes
397F: hw/ppc_prep.c
398F: hw/prep_pci.[hc]
399
400sPAPR
401M: David Gibson <david@gibson.dropbear.id.au>
402M: Alexander Graf <agraf@suse.de>
403L: qemu-ppc@nongnu.org
404S: Supported
405F: hw/spapr*
406
407virtex_ml507
408M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
409L: qemu-ppc@nongnu.org
410S: Odd Fixes
411F: hw/virtex_ml507.c
412
413SH4 Machines
414------------
415R2D
416M: Magnus Damm <magnus.damm@gmail.com>
417S: Maintained
418F: hw/r2d.c
419
420Shix
421M: Magnus Damm <magnus.damm@gmail.com>
422S: Orphan
423F: hw/shix.c
424
425SPARC Machines
426--------------
427Sun4m
428M: Blue Swirl <blauwirbel@gmail.com>
429S: Maintained
430F: hw/sun4m.c
431
432Sun4u
433M: Blue Swirl <blauwirbel@gmail.com>
434S: Maintained
435F: hw/sun4u.c
436
437Leon3
438M: Fabien Chouteau <chouteau@adacore.com>
439S: Maintained
440F: hw/leon3.c
441F: hw/grlib*
442
443S390 Machines
444-------------
445S390 Virtio
446M: Alexander Graf <agraf@suse.de>
447S: Maintained
448F: hw/s390-*.c
449
450UniCore32 Machines
451-------------
452PKUnity-3 SoC initramfs-with-busybox
453M: Guan Xuetao <gxt@mprc.pku.edu.cn>
454S: Maintained
455F: hw/puv3*
456F: hw/unicore32/
457
458X86 Machines
459------------
460PC
461M: Anthony Liguori <aliguori@us.ibm.com>
462S: Supported
463F: hw/pc.[ch]
464F: hw/pc_piix.c
465
466Xtensa Machines
467---------------
468sim
469M: Max Filippov <jcmvbkbc@gmail.com>
470S: Maintained
471F: hw/xtensa_sim.c
472
473Avnet LX60
474M: Max Filippov <jcmvbkbc@gmail.com>
475S: Maintained
476F: hw/xtensa_lx60.c
477
478Devices
479-------
480IDE
481M: Kevin Wolf <kwolf@redhat.com>
482S: Odd Fixes
483F: hw/ide/
484
485OMAP
486M: Peter Maydell <peter.maydell@linaro.org>
487S: Maintained
488F: hw/omap*
489
490PCI
491M: Michael S. Tsirkin <mst@redhat.com>
492S: Supported
493F: hw/pci/*
494F: hw/pci*
495F: hw/piix*
496
497ppc4xx
498M: Alexander Graf <agraf@suse.de>
499L: qemu-ppc@nongnu.org
500S: Odd Fixes
501F: hw/ppc4xx*.[hc]
502
503ppce500
504M: Alexander Graf <agraf@suse.de>
505M: Scott Wood <scottwood@freescale.com>
506L: qemu-ppc@nongnu.org
507S: Supported
508F: hw/ppce500_*
509
510SCSI
511M: Paolo Bonzini <pbonzini@redhat.com>
512S: Supported
513F: hw/virtio-scsi.*
514F: hw/scsi*
515T: git git://github.com/bonzini/qemu.git scsi-next
516
517LSI53C895A
518M: Paul Brook <paul@codesourcery.com>
519S: Odd Fixes
520F: hw/lsi53c895a.c
521
522SSI
523M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
524S: Maintained
525F: hw/ssi.*
526F: hw/m25p80.c
527
528USB
529M: Gerd Hoffmann <kraxel@redhat.com>
530S: Maintained
531F: hw/usb*
532
533VFIO
534M: Alex Williamson <alex.williamson@redhat.com>
535S: Supported
536F: hw/vfio*
537
538vhost
539M: Michael S. Tsirkin <mst@redhat.com>
540S: Supported
541F: hw/vhost*
542
543virtio
544M: Anthony Liguori <aliguori@us.ibm.com>
545S: Supported
546F: hw/virtio*
547
548virtio-9p
549M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
550S: Supported
551F: hw/9pfs/
552F: fsdev/
553T: git git://github.com/kvaneesh/QEMU.git
554
555virtio-blk
556M: Kevin Wolf <kwolf@redhat.com>
557M: Stefan Hajnoczi <stefanha@redhat.com>
558S: Supported
559F: hw/virtio-blk*
560
561virtio-serial
562M: Amit Shah <amit.shah@redhat.com>
563S: Supported
564F: hw/virtio-serial*
565F: hw/virtio-console*
566
567Xilinx EDK
568M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
569M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570S: Maintained
571F: hw/xilinx_axi*
572F: hw/xilinx_uartlite.c
573F: hw/xilinx_intc.c
574F: hw/xilinx_ethlite.c
575F: hw/xilinx_timer.c
576F: hw/xilinx.h
577F: hw/xilinx_spi.c
578
579Subsystems
580----------
581Audio
582M: Vassili Karpov (malc) <av1474@comtv.ru>
583S: Maintained
584F: audio/
585
586Block
587M: Kevin Wolf <kwolf@redhat.com>
588M: Stefan Hajnoczi <stefanha@redhat.com>
589S: Supported
590F: block*
591F: block/
592
593Character Devices
594M: Anthony Liguori <aliguori@us.ibm.com>
595S: Maintained
596F: qemu-char.c
597
598CPU
599M: Andreas Färber <afaerber@suse.de>
600S: Supported
601F: qom/cpu.c
602F: include/qemu/cpu.h
603F: target-i386/cpu.c
604
605Device Tree
606M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
607M: Alexander Graf <agraf@suse.de>
608S: Maintained
609F: device-tree.[ch]
610
611GDB stub
612M: qemu-devel@nongnu.org
613S: Odd Fixes
614F: gdbstub*
615F: gdb-xml/
616
617SPICE
618M: Gerd Hoffmann <kraxel@redhat.com>
619S: Supported
620F: ui/qemu-spice.h
621F: ui/spice-*.c
622F: audio/spiceaudio.c
623F: hw/qxl*
624
625Graphics
626M: Anthony Liguori <aliguori@us.ibm.com>
627S: Maintained
628F: ui/
629
630Cocoa graphics
631M: Andreas Färber <andreas.faerber@web.de>
632S: Odd Fixes
633F: ui/cocoa.m
634
635Main loop
636M: Anthony Liguori <aliguori@us.ibm.com>
637S: Supported
638F: vl.c
639
640Monitor (QMP/HMP)
641M: Luiz Capitulino <lcapitulino@redhat.com>
642M: Markus Armbruster <armbru@redhat.com>
643S: Supported
644F: monitor.c
645
646Network device layer
647M: Anthony Liguori <aliguori@us.ibm.com>
648M: Stefan Hajnoczi <stefanha@redhat.com>
649S: Maintained
650F: net/
651T: git git://github.com/stefanha/qemu.git net
652
653Network Block Device (NBD)
654M: Paolo Bonzini <pbonzini@redhat.com>
655S: Odd Fixes
656F: block/nbd.c
657F: nbd.*
658F: qemu-nbd.c
659T: git git://github.com/bonzini/qemu.git nbd-next
660
661SLIRP
662M: Jan Kiszka <jan.kiszka@siemens.com>
663S: Maintained
664F: slirp/
665T: git git://git.kiszka.org/qemu.git queues/slirp
666
667Tracing
668M: Stefan Hajnoczi <stefanha@redhat.com>
669S: Maintained
670F: trace/
671F: scripts/tracetool.py
672F: scripts/tracetool/
673F: docs/tracing.txt
674T: git git://github.com/stefanha/qemu.git tracing
675
676Checkpatch
677M: Blue Swirl <blauwirbel@gmail.com>
678S: Odd Fixes
679F: scripts/checkpatch.pl
680
681Usermode Emulation
682------------------
683BSD user
684M: Blue Swirl <blauwirbel@gmail.com>
685S: Maintained
686F: bsd-user/
687
688Linux user
689M: Riku Voipio <riku.voipio@iki.fi>
690S: Maintained
691F: linux-user/
692
693Tiny Code Generator (TCG)
694-------------------------
695Common code
696M: qemu-devel@nongnu.org
697S: Maintained
698F: tcg/
699
700ARM target
701M: Andrzej Zaborowski <balrogg@gmail.com>
702S: Maintained
703F: tcg/arm/
704
705HPPA target
706M: Richard Henderson <rth@twiddle.net>
707S: Maintained
708F: tcg/hppa/
709
710i386 target
711M: qemu-devel@nongnu.org
712S: Maintained
713F: tcg/i386/
714
715IA64 target
716M: Aurelien Jarno <aurelien@aurel32.net>
717S: Maintained
718F: tcg/ia64/
719
720MIPS target
721M: Aurelien Jarno <aurelien@aurel32.net>
722S: Maintained
723F: tcg/mips/
724
725PPC
726M: Vassili Karpov (malc) <av1474@comtv.ru>
727S: Maintained
728F: tcg/ppc/
729
730PPC64 target
731M: Vassili Karpov (malc) <av1474@comtv.ru>
732S: Maintained
733F: tcg/ppc64/
734
735S390 target
736M: Alexander Graf <agraf@suse.de>
737M: Richard Henderson <rth@twiddle.net>
738S: Maintained
739F: tcg/s390/
740
741SPARC target
742M: Blue Swirl <blauwirbel@gmail.com>
743S: Maintained
744F: tcg/sparc/
745
746TCI target
747M: Stefan Weil <sw@weilnetz.de>
748S: Maintained
749F: tcg/tci/
750
751Stable branches
752---------------
753Stable 1.0
754L: qemu-stable@nongnu.org
755T: git git://git.qemu.org/qemu-stable-1.0.git
756S: Orphan
757
758Stable 0.15
759L: qemu-stable@nongnu.org
760T: git git://git.qemu.org/qemu-stable-0.15.git
761S: Orphan
762
763Stable 0.14
764L: qemu-stable@nongnu.org
765T: git git://git.qemu.org/qemu-stable-0.14.git
766S: Orphan
767
768Stable 0.10
769L: qemu-stable@nongnu.org
770T: git git://git.qemu.org/qemu-stable-0.10.git
771S: Orphan