]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
target-i386: SSE4.2: fix pcmpgtq instruction
[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
d15a9c23
AG
94Moxie
95M: Anthony Green <green@moxielogic.com>
96S: Maintained
97F: target-moxie/
98
b6f97c14 99PowerPC
fd5d5c56 100M: Alexander Graf <agraf@suse.de>
a6c98685 101L: qemu-ppc@nongnu.org
fd5d5c56
AL
102S: Maintained
103F: target-ppc/
104
105S390
2b35e93f 106M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
107M: Alexander Graf <agraf@suse.de>
108S: Maintained
109F: target-s390x/
110
b6f97c14 111SH4
ddb13561 112M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 113S: Odd Fixes
fd5d5c56
AL
114F: target-sh4/
115
116SPARC
117M: Blue Swirl <blauwirbel@gmail.com>
118S: Maintained
119F: target-sparc/
120
a6ea7b4c
AF
121UniCore32
122M: Guan Xuetao <gxt@mprc.pku.edu.cn>
123S: Maintained
124F: target-unicore32/
125
fd5d5c56
AL
126X86
127M: qemu-devel@nongnu.org
128S: Odd Fixes
129F: target-i386/
130
16e7caae
MF
131Xtensa
132M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 133W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
134S: Maintained
135F: target-xtensa/
136
fd5d5c56
AL
137Guest CPU Cores (KVM):
138----------------------
139
140Overall
a2685bcc 141M: Gleb Natapov <gleb@redhat.com>
fd5d5c56
AL
142M: Marcelo Tosatti <mtosatti@redhat.com>
143L: kvm@vger.kernel.org
144S: Supported
145F: kvm-*
146F: */kvm.*
147
ed4659d1
PM
148ARM
149M: Peter Maydell <peter.maydell@linaro.org>
150S: Maintained
151F: target-arm/kvm.c
152
fd5d5c56
AL
153PPC
154M: Alexander Graf <agraf@suse.de>
155S: Maintained
156F: target-ppc/kvm.c
157
749717a0 158S390
fd5d5c56
AL
159M: Alexander Graf <agraf@suse.de>
160S: Maintained
161F: target-s390x/kvm.c
162
163X86
a2685bcc 164M: Gleb Natapov <gleb@redhat.com>
fd5d5c56
AL
165M: Marcelo Tosatti <mtosatti@redhat.com>
166L: kvm@vger.kernel.org
167S: Supported
168F: target-i386/kvm.c
169
8a6b0cd7
SS
170Guest CPU Cores (Xen):
171----------------------
172
173X86
174M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
175L: xen-devel@lists.xensource.com
176S: Supported
177F: xen-*
178F: */xen*
179
1bdd6874
SW
180Hosts:
181------
182
183LINUX
184L: qemu-devel@nongnu.org
185S: Maintained
186F: linux-*
187F: linux-headers/
188
189POSIX
190L: qemu-devel@nongnu.org
191S: Maintained
192F: *posix*
193
194W32, W64
195L: qemu-devel@nongnu.org
196M: Stefan Weil <sw@weilnetz.de>
197S: Maintained
198F: *win32*
199
fd5d5c56
AL
200ARM Machines
201------------
fc63dcff
EV
202Exynos
203M: Evgeny Voevodin <e.voevodin@samsung.com>
204M: Maksim Kozlov <m.kozlov@samsung.com>
205M: Igor Mitsyanko <i.mitsyanko@samsung.com>
206M: Dmitry Solodkiy <d.solodkiy@samsung.com>
207S: Maintained
208F: hw/exynos*
209
766fd09f
ML
210Calxeda Highbank
211M: Mark Langsdorf <mark.langsdorf@calxeda.com>
212S: Supported
213F: hw/highbank.c
214F: hw/xgmac.c
215
fd5d5c56
AL
216Gumstix
217M: qemu-devel@nongnu.org
218S: Orphan
219F: hw/gumstix.c
220
0325559d
PC
221i.MX31
222M: Peter Chubb <peter.chubb@nicta.com.au>
223S: Odd fixes
224F: hw/imx*
225F: hw/kzm.c
226
fd5d5c56
AL
227Integrator CP
228M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 229M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
230S: Maintained
231F: hw/integratorcp.c
232
233Mainstone
234M: qemu-devel@nongnu.org
235S: Orphan
236F: hw/mainstone.c
237
238Musicpal
239M: Jan Kiszka <jan.kiszka@web.de>
240S: Maintained
241F: hw/musicpal.c
242
243nSeries
244M: Andrzej Zaborowski <balrogg@gmail.com>
245S: Maintained
246F: hw/nseries.c
247
248Palm
249M: Andrzej Zaborowski <balrogg@gmail.com>
250S: Maintained
251F: hw/palm.c
252
253Real View
254M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 255M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
256S: Maintained
257F: hw/realview*
258
259Spitz
260M: Andrzej Zaborowski <balrogg@gmail.com>
261S: Maintained
262F: hw/spitz.c
263
264Stellaris
265M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 266M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
267S: Maintained
268F: hw/stellaris.c
269
270Versatile PB
271M: Paul Brook <paul@codesourcery.com>
1ce9ce6a 272M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
273S: Maintained
274F: hw/versatilepb.c
275
e3260506
PC
276Xilinx Zynq
277M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
278S: Maintained
279F: hw/xilinx_zynq.c
280F: hw/zynq_slcr.c
281F: hw/cadence_*
fcb5629d 282F: hw/xilinx_spips.c
e3260506 283
fd5d5c56
AL
284CRIS Machines
285-------------
286Axis Dev88
287M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
288S: Maintained
289F: hw/axis_dev88.c
290
291etraxfs
292M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
293S: Maintained
294F: hw/etraxfs.c
295
07bf23a7
MW
296LM32 Machines
297-------------
298EVR32 and uclinux BSP
299M: Michael Walle <michael@walle.cc>
300S: Maintained
301F: hw/lm32_boards.c
302
d118aa6b
MW
303milkymist
304M: Michael Walle <michael@walle.cc>
305S: Maintained
306F: hw/milkymist.c
307
afcacd53 308M68K Machines
fd5d5c56
AL
309-------------
310an5206
311M: Paul Brook <paul@codesourcery.com>
312S: Maintained
313F: hw/an5206.c
314
315dummy_m68k
316M: Paul Brook <paul@codesourcery.com>
317S: Maintained
318F: hw/dummy_m68k.c
319
320mcf5208
321M: Paul Brook <paul@codesourcery.com>
322S: Maintained
323F: hw/mcf5208.c
324
325MicroBlaze Machines
326-------------------
327petalogix_s3adsp1800
328M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
329S: Maintained
330F: hw/petalogix_s3adsp1800.c
331
d36e8ce7
PC
332petalogix_ml605
333M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
334S: Maintained
335F: hw/petalogix_ml605_mmu.c
336
fd5d5c56
AL
337MIPS Machines
338-------------
339Jazz
340M: Hervé Poussineau <hpoussin@reactos.org>
341S: Maintained
342F: hw/mips_jazz.c
343
344Malta
345M: Aurelien Jarno <aurelien@aurel32.net>
346S: Maintained
347F: hw/mips_malta.c
348
349Mipssim
350M: qemu-devel@nongnu.org
351S: Orphan
352F: hw/mips_mipssim.c
353
354R4000
355M: Aurelien Jarno <aurelien@aurel32.net>
356S: Maintained
357F: hw/mips_r4k.c
358
359PowerPC Machines
360----------------
361405
362M: Alexander Graf <agraf@suse.de>
a6c98685 363L: qemu-ppc@nongnu.org
9b9fe135 364S: Odd Fixes
fd5d5c56
AL
365F: hw/ppc405_boards.c
366
aaade8d7
AF
367Bamboo
368M: Alexander Graf <agraf@suse.de>
369L: qemu-ppc@nongnu.org
370S: Odd Fixes
371F: hw/ppc440_bamboo.c
372
98cded3a
AF
373e500
374M: Alexander Graf <agraf@suse.de>
375M: Scott Wood <scottwood@freescale.com>
376L: qemu-ppc@nongnu.org
377S: Supported
378F: hw/ppc/e500.[hc]
379F: hw/ppc/e500plat.c
380
381mpc8544ds
382M: Alexander Graf <agraf@suse.de>
383M: Scott Wood <scottwood@freescale.com>
384L: qemu-ppc@nongnu.org
385S: Supported
386F: hw/ppc/mpc8544ds.c
387F: hw/mpc8544_guts.c
388
fd5d5c56
AL
389New World
390M: Alexander Graf <agraf@suse.de>
a6c98685 391L: qemu-ppc@nongnu.org
fd5d5c56 392S: Maintained
baec1910 393F: hw/ppc/mac_newworld.c
0a6eec6b 394F: hw/unin_pci.c
d5ee6754 395F: hw/dec_pci.[hc]
fd5d5c56
AL
396
397Old World
398M: Alexander Graf <agraf@suse.de>
a6c98685 399L: qemu-ppc@nongnu.org
fd5d5c56 400S: Maintained
baec1910 401F: hw/ppc/mac_oldworld.c
0a6eec6b 402F: hw/grackle_pci.c
fd5d5c56 403
ec38d398
AF
404PReP
405M: Andreas Färber <andreas.faerber@web.de>
a6c98685 406L: qemu-ppc@nongnu.org
ec38d398 407S: Odd Fixes
75610155 408F: hw/ppc/prep.c
1c75457f 409F: hw/prep_pci.[hc]
52a71bff 410F: hw/pc87312.[hc]
fd5d5c56 411
8a269ca4
AF
412sPAPR
413M: David Gibson <david@gibson.dropbear.id.au>
414M: Alexander Graf <agraf@suse.de>
415L: qemu-ppc@nongnu.org
416S: Supported
417F: hw/spapr*
418
794d00bf
AF
419virtex_ml507
420M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
421L: qemu-ppc@nongnu.org
422S: Odd Fixes
423F: hw/virtex_ml507.c
424
fd5d5c56
AL
425SH4 Machines
426------------
427R2D
428M: Magnus Damm <magnus.damm@gmail.com>
429S: Maintained
430F: hw/r2d.c
431
432Shix
433M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 434S: Orphan
fd5d5c56
AL
435F: hw/shix.c
436
437SPARC Machines
438--------------
439Sun4m
440M: Blue Swirl <blauwirbel@gmail.com>
441S: Maintained
442F: hw/sun4m.c
443
444Sun4u
445M: Blue Swirl <blauwirbel@gmail.com>
446S: Maintained
447F: hw/sun4u.c
448
ce6c760c
FC
449Leon3
450M: Fabien Chouteau <chouteau@adacore.com>
451S: Maintained
452F: hw/leon3.c
453F: hw/grlib*
454
fd5d5c56
AL
455S390 Machines
456-------------
457S390 Virtio
458M: Alexander Graf <agraf@suse.de>
459S: Maintained
460F: hw/s390-*.c
461
dd4ad64a
CH
462S390 Virtio-ccw
463M: Cornelia Huck <cornelia.huck@de.ibm.com>
464M: Alexander Graf <agraf@suse.de>
465S: Supported
466F: hw/s390x/s390-virtio-ccw.c
467F: hw/s390x/css.[hc]
468T: git git://github.com/cohuck/qemu virtio-ccw-upstr
469
ab9528ca
GX
470UniCore32 Machines
471-------------
472PKUnity-3 SoC initramfs-with-busybox
473M: Guan Xuetao <gxt@mprc.pku.edu.cn>
474S: Maintained
475F: hw/puv3*
476F: hw/unicore32/
477
fd5d5c56
AL
478X86 Machines
479------------
480PC
481M: Anthony Liguori <aliguori@us.ibm.com>
482S: Supported
2df6dabb
AF
483F: hw/pc.[ch]
484F: hw/pc_piix.c
fd5d5c56 485
16e7caae
MF
486Xtensa Machines
487---------------
375847a6 488sim
16e7caae
MF
489M: Max Filippov <jcmvbkbc@gmail.com>
490S: Maintained
375847a6
MF
491F: hw/xtensa_sim.c
492
493Avnet LX60
494M: Max Filippov <jcmvbkbc@gmail.com>
495S: Maintained
496F: hw/xtensa_lx60.c
16e7caae 497
fd5d5c56
AL
498Devices
499-------
500IDE
501M: Kevin Wolf <kwolf@redhat.com>
502S: Odd Fixes
503F: hw/ide/
504
f5f487b2
PM
505OMAP
506M: Peter Maydell <peter.maydell@linaro.org>
507S: Maintained
508F: hw/omap*
509
fd5d5c56
AL
510PCI
511M: Michael S. Tsirkin <mst@redhat.com>
512S: Supported
ca818cfb 513F: hw/pci/*
fd5d5c56
AL
514F: hw/pci*
515F: hw/piix*
516
aaade8d7
AF
517ppc4xx
518M: Alexander Graf <agraf@suse.de>
519L: qemu-ppc@nongnu.org
520S: Odd Fixes
521F: hw/ppc4xx*.[hc]
522
98cded3a
AF
523ppce500
524M: Alexander Graf <agraf@suse.de>
525M: Scott Wood <scottwood@freescale.com>
526L: qemu-ppc@nongnu.org
527S: Supported
528F: hw/ppce500_*
529
fd5d5c56 530SCSI
de7724f7
PB
531M: Paolo Bonzini <pbonzini@redhat.com>
532S: Supported
533F: hw/virtio-scsi.*
534F: hw/scsi*
1ab09a40 535T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
536
537LSI53C895A
fd5d5c56 538M: Paul Brook <paul@codesourcery.com>
fd5d5c56
AL
539S: Odd Fixes
540F: hw/lsi53c895a.c
fd5d5c56 541
fcb5629d
PC
542SSI
543M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
544S: Maintained
545F: hw/ssi.*
546F: hw/m25p80.c
547
fd5d5c56 548USB
5d0d62fe
GH
549M: Gerd Hoffmann <kraxel@redhat.com>
550S: Maintained
fd5d5c56
AL
551F: hw/usb*
552
92e1fb5e
AW
553VFIO
554M: Alex Williamson <alex.williamson@redhat.com>
555S: Supported
556F: hw/vfio*
557
fd5d5c56
AL
558vhost
559M: Michael S. Tsirkin <mst@redhat.com>
560S: Supported
561F: hw/vhost*
562
563virtio
564M: Anthony Liguori <aliguori@us.ibm.com>
565S: Supported
566F: hw/virtio*
567
568virtio-9p
23704102 569M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 570S: Supported
aebeca25
AF
571F: hw/9pfs/
572F: fsdev/
3f3309cb 573T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
574
575virtio-blk
576M: Kevin Wolf <kwolf@redhat.com>
54d01a00 577M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
578S: Supported
579F: hw/virtio-blk*
580
dd4ad64a
CH
581virtio-ccw
582M: Cornelia Huck <cornelia.huck@de.ibm.com>
583S: Supported
584F: hw/s390x/virtio-ccw.[hc]
585T: git git://github.com/cohuck/qemu virtio-ccw-upstr
586
fd5d5c56
AL
587virtio-serial
588M: Amit Shah <amit.shah@redhat.com>
589S: Supported
590F: hw/virtio-serial*
591F: hw/virtio-console*
592
ab61d240
PC
593Xilinx EDK
594M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
595M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
596S: Maintained
597F: hw/xilinx_axi*
598F: hw/xilinx_uartlite.c
599F: hw/xilinx_intc.c
600F: hw/xilinx_ethlite.c
601F: hw/xilinx_timer.c
602F: hw/xilinx.h
fcb5629d 603F: hw/xilinx_spi.c
ab61d240 604
fd5d5c56
AL
605Subsystems
606----------
607Audio
608M: Vassili Karpov (malc) <av1474@comtv.ru>
609S: Maintained
610F: audio/
611
612Block
613M: Kevin Wolf <kwolf@redhat.com>
54d01a00 614M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
615S: Supported
616F: block*
617F: block/
618
619Character Devices
620M: Anthony Liguori <aliguori@us.ibm.com>
621S: Maintained
622F: qemu-char.c
623
f2ca0524
AF
624CPU
625M: Andreas Färber <afaerber@suse.de>
626S: Supported
627F: qom/cpu.c
628F: include/qemu/cpu.h
62e0c095 629F: target-i386/cpu.c
f2ca0524 630
d24b569a
PC
631Device Tree
632M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
633M: Alexander Graf <agraf@suse.de>
634S: Maintained
635F: device-tree.[ch]
636
fd5d5c56
AL
637GDB stub
638M: qemu-devel@nongnu.org
639S: Odd Fixes
640F: gdbstub*
641F: gdb-xml/
642
7ee3bf03
GH
643SPICE
644M: Gerd Hoffmann <kraxel@redhat.com>
645S: Supported
646F: ui/qemu-spice.h
647F: ui/spice-*.c
648F: audio/spiceaudio.c
649F: hw/qxl*
650
fd5d5c56
AL
651Graphics
652M: Anthony Liguori <aliguori@us.ibm.com>
653S: Maintained
654F: ui/
655
351f1bf6
AF
656Cocoa graphics
657M: Andreas Färber <andreas.faerber@web.de>
658S: Odd Fixes
659F: ui/cocoa.m
660
fd5d5c56
AL
661Main loop
662M: Anthony Liguori <aliguori@us.ibm.com>
663S: Supported
664F: vl.c
665
666Monitor (QMP/HMP)
667M: Luiz Capitulino <lcapitulino@redhat.com>
668M: Markus Armbruster <armbru@redhat.com>
669S: Supported
670F: monitor.c
671
672Network device layer
673M: Anthony Liguori <aliguori@us.ibm.com>
1cd0f8ce 674M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
675S: Maintained
676F: net/
837c36e7 677T: git git://github.com/stefanha/qemu.git net
fd5d5c56 678
44f76b28
PB
679Network Block Device (NBD)
680M: Paolo Bonzini <pbonzini@redhat.com>
681S: Odd Fixes
682F: block/nbd.c
683F: nbd.*
684F: qemu-nbd.c
1ab09a40 685T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 686
fd5d5c56 687SLIRP
bafc72ab
JK
688M: Jan Kiszka <jan.kiszka@siemens.com>
689S: Maintained
fd5d5c56 690F: slirp/
1ab09a40 691T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 692
598a3f35 693Tracing
1cd0f8ce 694M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
695S: Maintained
696F: trace/
f70fd8fd
LV
697F: scripts/tracetool.py
698F: scripts/tracetool/
f922ea46 699F: docs/tracing.txt
1ab09a40 700T: git git://github.com/stefanha/qemu.git tracing
598a3f35 701
14f40fdc
BS
702Checkpatch
703M: Blue Swirl <blauwirbel@gmail.com>
704S: Odd Fixes
705F: scripts/checkpatch.pl
706
fd5d5c56
AL
707Usermode Emulation
708------------------
709BSD user
710M: Blue Swirl <blauwirbel@gmail.com>
711S: Maintained
712F: bsd-user/
713
fd5d5c56
AL
714Linux user
715M: Riku Voipio <riku.voipio@iki.fi>
716S: Maintained
717F: linux-user/
42f5a7e9
AJ
718
719Tiny Code Generator (TCG)
720-------------------------
721Common code
722M: qemu-devel@nongnu.org
723S: Maintained
724F: tcg/
725
726ARM target
727M: Andrzej Zaborowski <balrogg@gmail.com>
728S: Maintained
729F: tcg/arm/
730
731HPPA target
732M: Richard Henderson <rth@twiddle.net>
733S: Maintained
734F: tcg/hppa/
735
736i386 target
737M: qemu-devel@nongnu.org
738S: Maintained
739F: tcg/i386/
740
741IA64 target
742M: Aurelien Jarno <aurelien@aurel32.net>
743S: Maintained
744F: tcg/ia64/
745
746MIPS target
d6eec7a2 747M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
748S: Maintained
749F: tcg/mips/
750
751PPC
752M: Vassili Karpov (malc) <av1474@comtv.ru>
753S: Maintained
754F: tcg/ppc/
755
756PPC64 target
757M: Vassili Karpov (malc) <av1474@comtv.ru>
758S: Maintained
759F: tcg/ppc64/
760
761S390 target
762M: Alexander Graf <agraf@suse.de>
763M: Richard Henderson <rth@twiddle.net>
764S: Maintained
765F: tcg/s390/
766
767SPARC target
768M: Blue Swirl <blauwirbel@gmail.com>
769S: Maintained
770F: tcg/sparc/
bc75c9e5
SW
771
772TCI target
773M: Stefan Weil <sw@weilnetz.de>
774S: Maintained
8ef9cd55 775F: tcg/tci/
aa09c951
AF
776
777Stable branches
778---------------
779Stable 1.0
780L: qemu-stable@nongnu.org
781T: git git://git.qemu.org/qemu-stable-1.0.git
782S: Orphan
783
784Stable 0.15
785L: qemu-stable@nongnu.org
786T: git git://git.qemu.org/qemu-stable-0.15.git
787S: Orphan
788
789Stable 0.14
790L: qemu-stable@nongnu.org
791T: git git://git.qemu.org/qemu-stable-0.14.git
792S: Orphan
793
794Stable 0.10
795L: qemu-stable@nongnu.org
796T: git git://git.qemu.org/qemu-stable-0.10.git
797S: Orphan