]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
fpu/softfloat.c: Return correctly signed values from uint64_to_float32
[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
0325559d
PC
210i.MX31
211M: Peter Chubb <peter.chubb@nicta.com.au>
212S: Odd fixes
213F: hw/imx*
214F: hw/kzm.c
215
fd5d5c56
AL
216Integrator CP
217M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 218M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
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>
1ce9ce6a 244M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
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>
1ce9ce6a 255M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
256S: Maintained
257F: hw/stellaris.c
258
259Versatile PB
260M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 261M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
262S: Maintained
263F: hw/versatilepb.c
264
e3260506
PC
265Xilinx Zynq
266M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
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 <edgar.iglesias@gmail.com>
276S: Maintained
277F: hw/axis_dev88.c
278
279etraxfs
280M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
281S: Maintained
282F: hw/etraxfs.c
283
07bf23a7
MW
284LM32 Machines
285-------------
286EVR32 and uclinux BSP
287M: Michael Walle <michael@walle.cc>
288S: Maintained
289F: hw/lm32_boards.c
290
d118aa6b
MW
291milkymist
292M: Michael Walle <michael@walle.cc>
293S: Maintained
294F: hw/milkymist.c
295
afcacd53 296M68K Machines
fd5d5c56
AL
297-------------
298an5206
299M: Paul Brook <paul@codesourcery.com>
300S: Maintained
301F: hw/an5206.c
302
303dummy_m68k
304M: Paul Brook <paul@codesourcery.com>
305S: Maintained
306F: hw/dummy_m68k.c
307
308mcf5208
309M: Paul Brook <paul@codesourcery.com>
310S: Maintained
311F: hw/mcf5208.c
312
313MicroBlaze Machines
314-------------------
315petalogix_s3adsp1800
316M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
317S: Maintained
318F: hw/petalogix_s3adsp1800.c
319
d36e8ce7
PC
320petalogix_ml605
321M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
322S: Maintained
323F: hw/petalogix_ml605_mmu.c
324
fd5d5c56
AL
325MIPS Machines
326-------------
327Jazz
328M: Hervé Poussineau <hpoussin@reactos.org>
329S: Maintained
330F: hw/mips_jazz.c
331
332Malta
333M: Aurelien Jarno <aurelien@aurel32.net>
334S: Maintained
335F: hw/mips_malta.c
336
337Mipssim
338M: qemu-devel@nongnu.org
339S: Orphan
340F: hw/mips_mipssim.c
341
342R4000
343M: Aurelien Jarno <aurelien@aurel32.net>
344S: Maintained
345F: hw/mips_r4k.c
346
347PowerPC Machines
348----------------
349405
350M: Alexander Graf <agraf@suse.de>
a6c98685 351L: qemu-ppc@nongnu.org
fd5d5c56
AL
352S: Maintained
353F: hw/ppc405_boards.c
354
355New World
356M: Alexander Graf <agraf@suse.de>
a6c98685 357L: qemu-ppc@nongnu.org
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 <agraf@suse.de>
a6c98685 365L: qemu-ppc@nongnu.org
fd5d5c56
AL
366S: Maintained
367F: hw/ppc_oldworld.c
0a6eec6b 368F: hw/grackle_pci.c
fd5d5c56 369
ec38d398
AF
370PReP
371M: Andreas Färber <andreas.faerber@web.de>
a6c98685 372L: qemu-ppc@nongnu.org
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 <magnus.damm@gmail.com>
381S: Maintained
382F: hw/r2d.c
383
384Shix
385M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 386S: Orphan
fd5d5c56
AL
387F: hw/shix.c
388
389SPARC Machines
390--------------
391Sun4m
392M: Blue Swirl <blauwirbel@gmail.com>
393S: Maintained
394F: hw/sun4m.c
395
396Sun4u
397M: Blue Swirl <blauwirbel@gmail.com>
398S: Maintained
399F: hw/sun4u.c
400
ce6c760c
FC
401Leon3
402M: Fabien Chouteau <chouteau@adacore.com>
403S: Maintained
404F: hw/leon3.c
405F: hw/grlib*
406
fd5d5c56
AL
407S390 Machines
408-------------
409S390 Virtio
410M: Alexander Graf <agraf@suse.de>
411S: Maintained
412F: hw/s390-*.c
413
ab9528ca
GX
414UniCore32 Machines
415-------------
416PKUnity-3 SoC initramfs-with-busybox
417M: Guan Xuetao <gxt@mprc.pku.edu.cn>
418S: Maintained
419F: hw/puv3*
420F: hw/unicore32/
421
fd5d5c56
AL
422X86 Machines
423------------
424PC
425M: Anthony Liguori <aliguori@us.ibm.com>
426S: Supported
2df6dabb
AF
427F: hw/pc.[ch]
428F: hw/pc_piix.c
fd5d5c56 429
16e7caae
MF
430Xtensa Machines
431---------------
375847a6 432sim
16e7caae
MF
433M: Max Filippov <jcmvbkbc@gmail.com>
434S: Maintained
375847a6
MF
435F: hw/xtensa_sim.c
436
437Avnet LX60
438M: Max Filippov <jcmvbkbc@gmail.com>
439S: Maintained
440F: hw/xtensa_lx60.c
16e7caae 441
fd5d5c56
AL
442Devices
443-------
444IDE
445M: Kevin Wolf <kwolf@redhat.com>
446S: Odd Fixes
447F: hw/ide/
448
f5f487b2
PM
449OMAP
450M: Peter Maydell <peter.maydell@linaro.org>
451S: Maintained
452F: hw/omap*
453
fd5d5c56
AL
454PCI
455M: Michael S. Tsirkin <mst@redhat.com>
456S: Supported
457F: hw/pci*
458F: hw/piix*
459
460SCSI
de7724f7
PB
461M: Paolo Bonzini <pbonzini@redhat.com>
462S: Supported
463F: hw/virtio-scsi.*
464F: hw/scsi*
1ab09a40 465T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
466
467LSI53C895A
fd5d5c56 468M: Paul Brook <paul@codesourcery.com>
fd5d5c56
AL
469S: Odd Fixes
470F: hw/lsi53c895a.c
fd5d5c56
AL
471
472USB
5d0d62fe
GH
473M: Gerd Hoffmann <kraxel@redhat.com>
474S: Maintained
fd5d5c56
AL
475F: hw/usb*
476
92e1fb5e
AW
477VFIO
478M: Alex Williamson <alex.williamson@redhat.com>
479S: Supported
480F: hw/vfio*
481
fd5d5c56
AL
482vhost
483M: Michael S. Tsirkin <mst@redhat.com>
484S: Supported
485F: hw/vhost*
486
487virtio
488M: Anthony Liguori <aliguori@us.ibm.com>
489S: Supported
490F: hw/virtio*
491
492virtio-9p
23704102 493M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 494S: Supported
aebeca25
AF
495F: hw/9pfs/
496F: fsdev/
3f3309cb 497T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
498
499virtio-blk
500M: Kevin Wolf <kwolf@redhat.com>
501S: Supported
502F: hw/virtio-blk*
503
504virtio-serial
505M: Amit Shah <amit.shah@redhat.com>
506S: Supported
507F: hw/virtio-serial*
508F: hw/virtio-console*
509
ab61d240
PC
510Xilinx EDK
511M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
512M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
513S: Maintained
514F: hw/xilinx_axi*
515F: hw/xilinx_uartlite.c
516F: hw/xilinx_intc.c
517F: hw/xilinx_ethlite.c
518F: hw/xilinx_timer.c
519F: hw/xilinx.h
520
fd5d5c56
AL
521Subsystems
522----------
523Audio
524M: Vassili Karpov (malc) <av1474@comtv.ru>
525S: Maintained
526F: audio/
527
528Block
529M: Kevin Wolf <kwolf@redhat.com>
530S: Supported
531F: block*
532F: block/
533
534Character Devices
535M: Anthony Liguori <aliguori@us.ibm.com>
536S: Maintained
537F: qemu-char.c
538
f2ca0524
AF
539CPU
540M: Andreas Färber <afaerber@suse.de>
541S: Supported
542F: qom/cpu.c
543F: include/qemu/cpu.h
544
d24b569a
PC
545Device Tree
546M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
547M: Alexander Graf <agraf@suse.de>
548S: Maintained
549F: device-tree.[ch]
550
fd5d5c56
AL
551GDB stub
552M: qemu-devel@nongnu.org
553S: Odd Fixes
554F: gdbstub*
555F: gdb-xml/
556
7ee3bf03
GH
557SPICE
558M: Gerd Hoffmann <kraxel@redhat.com>
559S: Supported
560F: ui/qemu-spice.h
561F: ui/spice-*.c
562F: audio/spiceaudio.c
563F: hw/qxl*
564
fd5d5c56
AL
565Graphics
566M: Anthony Liguori <aliguori@us.ibm.com>
567S: Maintained
568F: ui/
569
351f1bf6
AF
570Cocoa graphics
571M: Andreas Färber <andreas.faerber@web.de>
572S: Odd Fixes
573F: ui/cocoa.m
574
fd5d5c56
AL
575Main loop
576M: Anthony Liguori <aliguori@us.ibm.com>
577S: Supported
578F: vl.c
579
580Monitor (QMP/HMP)
581M: Luiz Capitulino <lcapitulino@redhat.com>
582M: Markus Armbruster <armbru@redhat.com>
583S: Supported
584F: monitor.c
585
586Network device layer
587M: Anthony Liguori <aliguori@us.ibm.com>
2f00463f 588M: Stefan Hajnoczi <stefanha@gmail.com>
fd5d5c56
AL
589S: Maintained
590F: net/
837c36e7 591T: git git://github.com/stefanha/qemu.git net
fd5d5c56 592
44f76b28
PB
593Network Block Device (NBD)
594M: Paolo Bonzini <pbonzini@redhat.com>
595S: Odd Fixes
596F: block/nbd.c
597F: nbd.*
598F: qemu-nbd.c
1ab09a40 599T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 600
fd5d5c56 601SLIRP
bafc72ab
JK
602M: Jan Kiszka <jan.kiszka@siemens.com>
603S: Maintained
fd5d5c56 604F: slirp/
1ab09a40 605T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 606
598a3f35 607Tracing
2f00463f 608M: Stefan Hajnoczi <stefanha@gmail.com>
598a3f35
SH
609S: Maintained
610F: trace/
f70fd8fd
LV
611F: scripts/tracetool.py
612F: scripts/tracetool/
f922ea46 613F: docs/tracing.txt
1ab09a40 614T: git git://github.com/stefanha/qemu.git tracing
598a3f35 615
14f40fdc
BS
616Checkpatch
617M: Blue Swirl <blauwirbel@gmail.com>
618S: Odd Fixes
619F: scripts/checkpatch.pl
620
fd5d5c56
AL
621Usermode Emulation
622------------------
623BSD user
624M: Blue Swirl <blauwirbel@gmail.com>
625S: Maintained
626F: bsd-user/
627
fd5d5c56
AL
628Linux user
629M: Riku Voipio <riku.voipio@iki.fi>
630S: Maintained
631F: linux-user/
42f5a7e9
AJ
632
633Tiny Code Generator (TCG)
634-------------------------
635Common code
636M: qemu-devel@nongnu.org
637S: Maintained
638F: tcg/
639
640ARM target
641M: Andrzej Zaborowski <balrogg@gmail.com>
642S: Maintained
643F: tcg/arm/
644
645HPPA target
646M: Richard Henderson <rth@twiddle.net>
647S: Maintained
648F: tcg/hppa/
649
650i386 target
651M: qemu-devel@nongnu.org
652S: Maintained
653F: tcg/i386/
654
655IA64 target
656M: Aurelien Jarno <aurelien@aurel32.net>
657S: Maintained
658F: tcg/ia64/
659
660MIPS target
d6eec7a2 661M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
662S: Maintained
663F: tcg/mips/
664
665PPC
666M: Vassili Karpov (malc) <av1474@comtv.ru>
667S: Maintained
668F: tcg/ppc/
669
670PPC64 target
671M: Vassili Karpov (malc) <av1474@comtv.ru>
672S: Maintained
673F: tcg/ppc64/
674
675S390 target
676M: Alexander Graf <agraf@suse.de>
677M: Richard Henderson <rth@twiddle.net>
678S: Maintained
679F: tcg/s390/
680
681SPARC target
682M: Blue Swirl <blauwirbel@gmail.com>
683S: Maintained
684F: tcg/sparc/
bc75c9e5
SW
685
686TCI target
687M: Stefan Weil <sw@weilnetz.de>
688S: Maintained
8ef9cd55 689F: tcg/tci/
aa09c951
AF
690
691Stable branches
692---------------
693Stable 1.0
694L: qemu-stable@nongnu.org
695T: git git://git.qemu.org/qemu-stable-1.0.git
696S: Orphan
697
698Stable 0.15
699L: qemu-stable@nongnu.org
700T: git git://git.qemu.org/qemu-stable-0.15.git
701S: Orphan
702
703Stable 0.14
704L: qemu-stable@nongnu.org
705T: git git://git.qemu.org/qemu-stable-0.14.git
706S: Orphan
707
708Stable 0.10
709L: qemu-stable@nongnu.org
710T: git git://git.qemu.org/qemu-stable-0.10.git
711S: Orphan