]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
[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 382S: Maintained
baec1910 383F: hw/ppc/mac_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 390S: Maintained
baec1910 391F: hw/ppc/mac_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
75610155 398F: hw/ppc/prep.c
1c75457f 399F: hw/prep_pci.[hc]
52a71bff 400F: hw/pc87312.[hc]
fd5d5c56 401
8a269ca4
AF
402sPAPR
403M: David Gibson <david@gibson.dropbear.id.au>
404M: Alexander Graf <agraf@suse.de>
405L: qemu-ppc@nongnu.org
406S: Supported
407F: hw/spapr*
408
794d00bf
AF
409virtex_ml507
410M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
411L: qemu-ppc@nongnu.org
412S: Odd Fixes
413F: hw/virtex_ml507.c
414
fd5d5c56
AL
415SH4 Machines
416------------
417R2D
418M: Magnus Damm <magnus.damm@gmail.com>
419S: Maintained
420F: hw/r2d.c
421
422Shix
423M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 424S: Orphan
fd5d5c56
AL
425F: hw/shix.c
426
427SPARC Machines
428--------------
429Sun4m
430M: Blue Swirl <blauwirbel@gmail.com>
431S: Maintained
432F: hw/sun4m.c
433
434Sun4u
435M: Blue Swirl <blauwirbel@gmail.com>
436S: Maintained
437F: hw/sun4u.c
438
ce6c760c
FC
439Leon3
440M: Fabien Chouteau <chouteau@adacore.com>
441S: Maintained
442F: hw/leon3.c
443F: hw/grlib*
444
fd5d5c56
AL
445S390 Machines
446-------------
447S390 Virtio
448M: Alexander Graf <agraf@suse.de>
449S: Maintained
450F: hw/s390-*.c
451
ab9528ca
GX
452UniCore32 Machines
453-------------
454PKUnity-3 SoC initramfs-with-busybox
455M: Guan Xuetao <gxt@mprc.pku.edu.cn>
456S: Maintained
457F: hw/puv3*
458F: hw/unicore32/
459
fd5d5c56
AL
460X86 Machines
461------------
462PC
463M: Anthony Liguori <aliguori@us.ibm.com>
464S: Supported
2df6dabb
AF
465F: hw/pc.[ch]
466F: hw/pc_piix.c
fd5d5c56 467
16e7caae
MF
468Xtensa Machines
469---------------
375847a6 470sim
16e7caae
MF
471M: Max Filippov <jcmvbkbc@gmail.com>
472S: Maintained
375847a6
MF
473F: hw/xtensa_sim.c
474
475Avnet LX60
476M: Max Filippov <jcmvbkbc@gmail.com>
477S: Maintained
478F: hw/xtensa_lx60.c
16e7caae 479
fd5d5c56
AL
480Devices
481-------
482IDE
483M: Kevin Wolf <kwolf@redhat.com>
484S: Odd Fixes
485F: hw/ide/
486
f5f487b2
PM
487OMAP
488M: Peter Maydell <peter.maydell@linaro.org>
489S: Maintained
490F: hw/omap*
491
fd5d5c56
AL
492PCI
493M: Michael S. Tsirkin <mst@redhat.com>
494S: Supported
ca818cfb 495F: hw/pci/*
fd5d5c56
AL
496F: hw/pci*
497F: hw/piix*
498
aaade8d7
AF
499ppc4xx
500M: Alexander Graf <agraf@suse.de>
501L: qemu-ppc@nongnu.org
502S: Odd Fixes
503F: hw/ppc4xx*.[hc]
504
98cded3a
AF
505ppce500
506M: Alexander Graf <agraf@suse.de>
507M: Scott Wood <scottwood@freescale.com>
508L: qemu-ppc@nongnu.org
509S: Supported
510F: hw/ppce500_*
511
fd5d5c56 512SCSI
de7724f7
PB
513M: Paolo Bonzini <pbonzini@redhat.com>
514S: Supported
515F: hw/virtio-scsi.*
516F: hw/scsi*
1ab09a40 517T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
518
519LSI53C895A
fd5d5c56 520M: Paul Brook <paul@codesourcery.com>
fd5d5c56
AL
521S: Odd Fixes
522F: hw/lsi53c895a.c
fd5d5c56 523
fcb5629d
PC
524SSI
525M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
526S: Maintained
527F: hw/ssi.*
528F: hw/m25p80.c
529
fd5d5c56 530USB
5d0d62fe
GH
531M: Gerd Hoffmann <kraxel@redhat.com>
532S: Maintained
fd5d5c56
AL
533F: hw/usb*
534
92e1fb5e
AW
535VFIO
536M: Alex Williamson <alex.williamson@redhat.com>
537S: Supported
538F: hw/vfio*
539
fd5d5c56
AL
540vhost
541M: Michael S. Tsirkin <mst@redhat.com>
542S: Supported
543F: hw/vhost*
544
545virtio
546M: Anthony Liguori <aliguori@us.ibm.com>
547S: Supported
548F: hw/virtio*
549
550virtio-9p
23704102 551M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 552S: Supported
aebeca25
AF
553F: hw/9pfs/
554F: fsdev/
3f3309cb 555T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
556
557virtio-blk
558M: Kevin Wolf <kwolf@redhat.com>
54d01a00 559M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
560S: Supported
561F: hw/virtio-blk*
562
563virtio-serial
564M: Amit Shah <amit.shah@redhat.com>
565S: Supported
566F: hw/virtio-serial*
567F: hw/virtio-console*
568
ab61d240
PC
569Xilinx EDK
570M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
571M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
572S: Maintained
573F: hw/xilinx_axi*
574F: hw/xilinx_uartlite.c
575F: hw/xilinx_intc.c
576F: hw/xilinx_ethlite.c
577F: hw/xilinx_timer.c
578F: hw/xilinx.h
fcb5629d 579F: hw/xilinx_spi.c
ab61d240 580
fd5d5c56
AL
581Subsystems
582----------
583Audio
584M: Vassili Karpov (malc) <av1474@comtv.ru>
585S: Maintained
586F: audio/
587
588Block
589M: Kevin Wolf <kwolf@redhat.com>
54d01a00 590M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
591S: Supported
592F: block*
593F: block/
594
595Character Devices
596M: Anthony Liguori <aliguori@us.ibm.com>
597S: Maintained
598F: qemu-char.c
599
f2ca0524
AF
600CPU
601M: Andreas Färber <afaerber@suse.de>
602S: Supported
603F: qom/cpu.c
604F: include/qemu/cpu.h
62e0c095 605F: target-i386/cpu.c
f2ca0524 606
d24b569a
PC
607Device Tree
608M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
609M: Alexander Graf <agraf@suse.de>
610S: Maintained
611F: device-tree.[ch]
612
fd5d5c56
AL
613GDB stub
614M: qemu-devel@nongnu.org
615S: Odd Fixes
616F: gdbstub*
617F: gdb-xml/
618
7ee3bf03
GH
619SPICE
620M: Gerd Hoffmann <kraxel@redhat.com>
621S: Supported
622F: ui/qemu-spice.h
623F: ui/spice-*.c
624F: audio/spiceaudio.c
625F: hw/qxl*
626
fd5d5c56
AL
627Graphics
628M: Anthony Liguori <aliguori@us.ibm.com>
629S: Maintained
630F: ui/
631
351f1bf6
AF
632Cocoa graphics
633M: Andreas Färber <andreas.faerber@web.de>
634S: Odd Fixes
635F: ui/cocoa.m
636
fd5d5c56
AL
637Main loop
638M: Anthony Liguori <aliguori@us.ibm.com>
639S: Supported
640F: vl.c
641
642Monitor (QMP/HMP)
643M: Luiz Capitulino <lcapitulino@redhat.com>
644M: Markus Armbruster <armbru@redhat.com>
645S: Supported
646F: monitor.c
647
648Network device layer
649M: Anthony Liguori <aliguori@us.ibm.com>
1cd0f8ce 650M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
651S: Maintained
652F: net/
837c36e7 653T: git git://github.com/stefanha/qemu.git net
fd5d5c56 654
44f76b28
PB
655Network Block Device (NBD)
656M: Paolo Bonzini <pbonzini@redhat.com>
657S: Odd Fixes
658F: block/nbd.c
659F: nbd.*
660F: qemu-nbd.c
1ab09a40 661T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 662
fd5d5c56 663SLIRP
bafc72ab
JK
664M: Jan Kiszka <jan.kiszka@siemens.com>
665S: Maintained
fd5d5c56 666F: slirp/
1ab09a40 667T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 668
598a3f35 669Tracing
1cd0f8ce 670M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
671S: Maintained
672F: trace/
f70fd8fd
LV
673F: scripts/tracetool.py
674F: scripts/tracetool/
f922ea46 675F: docs/tracing.txt
1ab09a40 676T: git git://github.com/stefanha/qemu.git tracing
598a3f35 677
14f40fdc
BS
678Checkpatch
679M: Blue Swirl <blauwirbel@gmail.com>
680S: Odd Fixes
681F: scripts/checkpatch.pl
682
fd5d5c56
AL
683Usermode Emulation
684------------------
685BSD user
686M: Blue Swirl <blauwirbel@gmail.com>
687S: Maintained
688F: bsd-user/
689
fd5d5c56
AL
690Linux user
691M: Riku Voipio <riku.voipio@iki.fi>
692S: Maintained
693F: linux-user/
42f5a7e9
AJ
694
695Tiny Code Generator (TCG)
696-------------------------
697Common code
698M: qemu-devel@nongnu.org
699S: Maintained
700F: tcg/
701
702ARM target
703M: Andrzej Zaborowski <balrogg@gmail.com>
704S: Maintained
705F: tcg/arm/
706
707HPPA target
708M: Richard Henderson <rth@twiddle.net>
709S: Maintained
710F: tcg/hppa/
711
712i386 target
713M: qemu-devel@nongnu.org
714S: Maintained
715F: tcg/i386/
716
717IA64 target
718M: Aurelien Jarno <aurelien@aurel32.net>
719S: Maintained
720F: tcg/ia64/
721
722MIPS target
d6eec7a2 723M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
724S: Maintained
725F: tcg/mips/
726
727PPC
728M: Vassili Karpov (malc) <av1474@comtv.ru>
729S: Maintained
730F: tcg/ppc/
731
732PPC64 target
733M: Vassili Karpov (malc) <av1474@comtv.ru>
734S: Maintained
735F: tcg/ppc64/
736
737S390 target
738M: Alexander Graf <agraf@suse.de>
739M: Richard Henderson <rth@twiddle.net>
740S: Maintained
741F: tcg/s390/
742
743SPARC target
744M: Blue Swirl <blauwirbel@gmail.com>
745S: Maintained
746F: tcg/sparc/
bc75c9e5
SW
747
748TCI target
749M: Stefan Weil <sw@weilnetz.de>
750S: Maintained
8ef9cd55 751F: tcg/tci/
aa09c951
AF
752
753Stable branches
754---------------
755Stable 1.0
756L: qemu-stable@nongnu.org
757T: git git://git.qemu.org/qemu-stable-1.0.git
758S: Orphan
759
760Stable 0.15
761L: qemu-stable@nongnu.org
762T: git git://git.qemu.org/qemu-stable-0.15.git
763S: Orphan
764
765Stable 0.14
766L: qemu-stable@nongnu.org
767T: git git://git.qemu.org/qemu-stable-0.14.git
768S: Orphan
769
770Stable 0.10
771L: qemu-stable@nongnu.org
772T: git git://git.qemu.org/qemu-stable-0.10.git
773S: Orphan