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