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