blob: ab8166aa4d2042db22777016f27f836618d36447 [file] [log] [blame]
bellardb6f97c12008-05-09 09:39:00 +00001QEMU Maintainers
2================
3
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05004The 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.
bellard3cd9acb2008-06-04 14:57:43 +00008
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05009In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
bellardb6f97c12008-05-09 09:39:00 +000011
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050012Descriptions of section entries:
bellardb6f97c12008-05-09 09:39:00 +000013
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050014 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
Peter Maydellc91bbff2011-11-09 19:45:38 +000023 much other than throw the odd patch in. See below.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050024 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.
bellardb6f97c12008-05-09 09:39:00 +000049
bellardb6f97c12008-05-09 09:39:00 +000050
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050051General Project Administration
52------------------------------
Anthony Liguoribc02fb32013-08-19 08:49:37 -050053M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050054
55Guest CPU cores (TCG):
56----------------------
bellardb6f97c12008-05-09 09:39:00 +000057Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -070058M: Richard Henderson <rth@twiddle.net>
59S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050060F: target-alpha/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010061F: hw/alpha/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050062
63ARM
Peter Maydell1ce9ce62011-09-20 16:18:46 +010064M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050065S: Maintained
66F: target-arm/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010067F: hw/arm/
68F: hw/cpu/a*mpcore.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050069
70CRIS
71M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
72S: Maintained
73F: target-cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010074F: hw/cris/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050075
Michael Walle07bf23a2011-02-17 23:45:18 +010076LM32
77M: Michael Walle <michael@walle.cc>
78S: Maintained
79F: target-lm32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010080F: hw/lm32/
Andreas Färber0ee10242013-07-24 22:49:02 +020081F: hw/char/lm32_*
Michael Walle07bf23a2011-02-17 23:45:18 +010082
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050083M68K
Anthony Liguori0e198852013-10-02 12:09:12 -050084S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050085F: target-m68k/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010086F: hw/m68k/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050087
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +020088MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050089M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90S: Maintained
91F: target-microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010092F: hw/microblaze/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050093
94MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +010095M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +020096S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050097F: target-mips/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010098F: hw/mips/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050099
Anthony Greend15a9c22013-03-18 15:49:25 -0400100Moxie
101M: Anthony Green <green@moxielogic.com>
102S: Maintained
103F: target-moxie/
104
Jia Liu945dad62013-07-02 20:55:17 +0800105OpenRISC
106M: Jia Liu <proljc@gmail.com>
107S: Maintained
108F: target-openrisc/
109F: hw/openrisc/
110
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500111PowerPC
112M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000113L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500114S: Maintained
115F: target-ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100116F: hw/ppc/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500117
Alexander Graf749717a2009-12-05 12:44:31 +0100118S390
Richard Henderson2b35e932012-12-05 09:23:25 -0600119M: Richard Henderson <rth@twiddle.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500120M: Alexander Graf <agraf@suse.de>
121S: Maintained
122F: target-s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100123F: hw/s390x/
bellardb6f97c12008-05-09 09:39:00 +0000124
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500125SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100126M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200127S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500128F: target-sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100129F: hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000130
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500131SPARC
132M: Blue Swirl <blauwirbel@gmail.com>
133S: Maintained
134F: target-sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100135F: hw/sparc/
136F: hw/sparc64/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500137
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100138UniCore32
139M: Guan Xuetao <gxt@mprc.pku.edu.cn>
140S: Maintained
141F: target-unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100142F: hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100143
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500144X86
145M: qemu-devel@nongnu.org
146S: Odd Fixes
147F: target-i386/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100148F: hw/i386/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500149
Max Filippov16e7caa2011-09-06 03:55:56 +0400150Xtensa
151M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400152W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400153S: Maintained
154F: target-xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100155F: hw/xtensa/
Max Filippov16e7caa2011-09-06 03:55:56 +0400156
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500157Guest CPU Cores (KVM):
158----------------------
159
160Overall
Gleb Natapova2685bc2012-12-19 17:46:15 +0200161M: Gleb Natapov <gleb@redhat.com>
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300162M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500163L: kvm@vger.kernel.org
164S: Supported
165F: kvm-*
166F: */kvm.*
167
Peter Maydelled4659d2013-03-05 00:34:43 +0000168ARM
169M: Peter Maydell <peter.maydell@linaro.org>
170S: Maintained
171F: target-arm/kvm.c
172
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500173PPC
174M: Alexander Graf <agraf@suse.de>
175S: Maintained
176F: target-ppc/kvm.c
177
178S390
179M: Alexander Graf <agraf@suse.de>
180S: Maintained
181F: target-s390x/kvm.c
182
183X86
Gleb Natapova2685bc2012-12-19 17:46:15 +0200184M: Gleb Natapov <gleb@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500185M: Marcelo Tosatti <mtosatti@redhat.com>
186L: kvm@vger.kernel.org
187S: Supported
188F: target-i386/kvm.c
189
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100190Guest CPU Cores (Xen):
191----------------------
192
193X86
194M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
195L: xen-devel@lists.xensource.com
196S: Supported
197F: xen-*
198F: */xen*
199
Stefan Weil1bdd6872012-01-27 18:53:49 +0100200Hosts:
201------
202
203LINUX
204L: qemu-devel@nongnu.org
205S: Maintained
206F: linux-*
207F: linux-headers/
208
209POSIX
210L: qemu-devel@nongnu.org
211S: Maintained
212F: *posix*
213
214W32, W64
215L: qemu-devel@nongnu.org
216M: Stefan Weil <sw@weilnetz.de>
217S: Maintained
218F: *win32*
219
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500220ARM Machines
221------------
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000222Exynos
223M: Evgeny Voevodin <e.voevodin@samsung.com>
224M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400225M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000226M: Dmitry Solodkiy <d.solodkiy@samsung.com>
227S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100228F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000229
Mark Langsdorf766fd092012-02-16 09:56:10 +0000230Calxeda Highbank
231M: Mark Langsdorf <mark.langsdorf@calxeda.com>
232S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100233F: hw/arm/highbank.c
234F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000235
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500236Gumstix
237M: qemu-devel@nongnu.org
238S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100239F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500240
Peter Chubb03255592012-07-04 10:43:34 +0000241i.MX31
242M: Peter Chubb <peter.chubb@nicta.com.au>
243S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100244F: hw/*/imx*
245F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000246
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500247Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100248M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500249S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100250F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500251
252Mainstone
253M: qemu-devel@nongnu.org
254S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100255F: hw/arm/mainstone.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500256
257Musicpal
258M: Jan Kiszka <jan.kiszka@web.de>
259S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100260F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500261
262nSeries
263M: Andrzej Zaborowski <balrogg@gmail.com>
264S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100265F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500266
267Palm
268M: Andrzej Zaborowski <balrogg@gmail.com>
269S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100270F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500271
272Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100273M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500274S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100275F: hw/arm/realview*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500276
277Spitz
278M: Andrzej Zaborowski <balrogg@gmail.com>
279S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100280F: hw/arm/spitz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500281
282Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100283M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500284S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100285F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500286
287Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100288M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500289S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100290F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500291
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000292Xilinx Zynq
293M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
294S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100295F: hw/arm/xilinx_zynq.c
296F: hw/misc/zynq_slcr.c
297F: hw/*/cadence_*
298F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000299
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500300CRIS Machines
301-------------
302Axis Dev88
303M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
304S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100305F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100306F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500307
Michael Walle07bf23a2011-02-17 23:45:18 +0100308LM32 Machines
309-------------
310EVR32 and uclinux BSP
311M: Michael Walle <michael@walle.cc>
312S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100313F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100314
Michael Walled118aa62011-03-07 23:32:45 +0100315milkymist
316M: Michael Walle <michael@walle.cc>
317S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100318F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100319
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100320M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500321-------------
322an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500323S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100324F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500325
326dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500327S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100328F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500329
330mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500331S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100332F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500333
334MicroBlaze Machines
335-------------------
336petalogix_s3adsp1800
337M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
338S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100339F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500340
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000341petalogix_ml605
342M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
343S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100344F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000345
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500346MIPS Machines
347-------------
348Jazz
349M: Hervé Poussineau <hpoussin@reactos.org>
350S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100351F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500352
353Malta
354M: Aurelien Jarno <aurelien@aurel32.net>
355S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100356F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500357
358Mipssim
359M: qemu-devel@nongnu.org
360S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100361F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500362
363R4000
364M: Aurelien Jarno <aurelien@aurel32.net>
365S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100366F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500367
Jia Liu945dad62013-07-02 20:55:17 +0800368OpenRISC Machines
369-----------------
370or1k-sim
371M: Jia Liu <proljc@gmail.com>
372S: Maintained
373F: hw/openrisc/openrisc_sim.c
374
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500375PowerPC Machines
376----------------
377405
378M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000379L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000380S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100381F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500382
Andreas Färberaaade8d2012-08-22 05:48:47 +0000383Bamboo
384M: Alexander Graf <agraf@suse.de>
385L: qemu-ppc@nongnu.org
386S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100387F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000388
Andreas Färber98cded32012-08-22 05:48:45 +0000389e500
390M: Alexander Graf <agraf@suse.de>
391M: Scott Wood <scottwood@freescale.com>
392L: qemu-ppc@nongnu.org
393S: Supported
394F: hw/ppc/e500.[hc]
395F: hw/ppc/e500plat.c
396
397mpc8544ds
398M: Alexander Graf <agraf@suse.de>
399M: Scott Wood <scottwood@freescale.com>
400L: qemu-ppc@nongnu.org
401S: Supported
402F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100403F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000404
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500405New World
406M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000407L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500408S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000409F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100410F: hw/pci-host/uninorth.c
411F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100412F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500413
414Old World
415M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000416L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500417S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000418F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100419F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100420F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500421
Andreas Färberec38d392011-11-01 00:03:07 +0100422PReP
423M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000424L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100425S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100426F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100427F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100428F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500429
Andreas Färber8a269ca2012-08-22 05:48:44 +0000430sPAPR
Andreas Färber8a269ca2012-08-22 05:48:44 +0000431M: Alexander Graf <agraf@suse.de>
432L: qemu-ppc@nongnu.org
433S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100434F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000435F: include/hw/*/spapr*
436F: hw/*/xics*
437F: include/hw/*/xics*
438F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000439
Andreas Färber794d00b2012-08-22 05:48:48 +0000440virtex_ml507
441M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
442L: qemu-ppc@nongnu.org
443S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100444F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000445
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500446SH4 Machines
447------------
448R2D
449M: Magnus Damm <magnus.damm@gmail.com>
450S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100451F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500452
453Shix
454M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100455S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100456F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500457
458SPARC Machines
459--------------
460Sun4m
461M: Blue Swirl <blauwirbel@gmail.com>
462S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100463F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500464
465Sun4u
466M: Blue Swirl <blauwirbel@gmail.com>
467S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100468F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500469
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200470Leon3
471M: Fabien Chouteau <chouteau@adacore.com>
472S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100473F: hw/sparc/leon3.c
474F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200475
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500476S390 Machines
477-------------
478S390 Virtio
479M: Alexander Graf <agraf@suse.de>
480S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100481F: hw/s390x/s390-*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500482
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000483S390 Virtio-ccw
484M: Cornelia Huck <cornelia.huck@de.ibm.com>
485M: Alexander Graf <agraf@suse.de>
486S: Supported
487F: hw/s390x/s390-virtio-ccw.c
488F: hw/s390x/css.[hc]
489T: git git://github.com/cohuck/qemu virtio-ccw-upstr
490
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800491UniCore32 Machines
492-------------
493PKUnity-3 SoC initramfs-with-busybox
494M: Guan Xuetao <gxt@mprc.pku.edu.cn>
495S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100496F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800497F: hw/unicore32/
498
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500499X86 Machines
500------------
501PC
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500502M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500503S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100504F: hw/i386/pc.[ch]
505F: hw/i386/pc_piix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500506
Max Filippov16e7caa2011-09-06 03:55:56 +0400507Xtensa Machines
508---------------
Max Filippov375847a2011-10-28 02:11:05 +0400509sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400510M: Max Filippov <jcmvbkbc@gmail.com>
511S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100512F: hw/xtensa/xtensa_sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400513
514Avnet LX60
515M: Max Filippov <jcmvbkbc@gmail.com>
516S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100517F: hw/xtensa/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400518
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500519Devices
520-------
521IDE
522M: Kevin Wolf <kwolf@redhat.com>
523S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100524F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500525F: hw/ide/
526
Peter Maydellf5f487b2011-09-17 17:26:15 +0100527OMAP
528M: Peter Maydell <peter.maydell@linaro.org>
529S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100530F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100531
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500532PCI
533M: Michael S. Tsirkin <mst@redhat.com>
534S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100535F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200536F: hw/pci/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100537F: hw/acpi/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500538
Andreas Färberaaade8d2012-08-22 05:48:47 +0000539ppc4xx
540M: Alexander Graf <agraf@suse.de>
541L: qemu-ppc@nongnu.org
542S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100543F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000544
Andreas Färber98cded32012-08-22 05:48:45 +0000545ppce500
546M: Alexander Graf <agraf@suse.de>
547M: Scott Wood <scottwood@freescale.com>
548L: qemu-ppc@nongnu.org
549S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100550F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000551
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500552SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100553M: Paolo Bonzini <pbonzini@redhat.com>
554S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100555F: include/hw/scsi*
556F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200557T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100558
559LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500560S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100561F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500562
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000563SSI
564M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
565S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100566F: hw/ssi/*
567F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000568
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500569USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100570M: Gerd Hoffmann <kraxel@redhat.com>
571S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100572F: hw/usb/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500573
Alex Williamson92e1fb52012-09-26 11:19:39 -0600574VFIO
575M: Alex Williamson <alex.williamson@redhat.com>
576S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100577F: hw/misc/vfio.c
Alex Williamson92e1fb52012-09-26 11:19:39 -0600578
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579vhost
580M: Michael S. Tsirkin <mst@redhat.com>
581S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100582F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500583
584virtio
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500585M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500586S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100587F: hw/*/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500588
589virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530590M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500591S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200592F: hw/9pfs/
593F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200594T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500595
596virtio-blk
597M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100598M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500599S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100600F: hw/block/virtio-blk.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500601
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000602virtio-ccw
603M: Cornelia Huck <cornelia.huck@de.ibm.com>
604S: Supported
605F: hw/s390x/virtio-ccw.[hc]
606T: git git://github.com/cohuck/qemu virtio-ccw-upstr
607
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500608virtio-serial
609M: Amit Shah <amit.shah@redhat.com>
610S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100611F: hw/char/virtio-serial-bus.c
612F: hw/char/virtio-console.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500613
Keith Buschf3c507a2013-06-04 09:17:10 -0600614nvme
615M: Keith Busch <keith.busch@intel.com>
616S: Supported
617F: hw/block/nvme*
618
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000619Xilinx EDK
620M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
621M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100623F: hw/*/xilinx_*
624F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000625
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500626Subsystems
627----------
628Audio
629M: Vassili Karpov (malc) <av1474@comtv.ru>
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200630M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500631S: Maintained
632F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100633F: hw/audio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500634
635Block
636M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100637M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500638S: Supported
639F: block*
640F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100641F: hw/block/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500642
643Character Devices
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500644M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500645S: Maintained
646F: qemu-char.c
647
Andreas Färberf2ca0522012-09-17 19:10:32 +0200648CPU
649M: Andreas Färber <afaerber@suse.de>
650S: Supported
651F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100652F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100653F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200654
Igor Mammedovf0513d22013-04-29 17:02:50 +0200655ICC Bus
656M: Igor Mammedov <imammedo@redhat.com>
657S: Supported
658F: include/hw/cpu/icc_bus.h
659F: hw/cpu/icc_bus.c
660
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000661Device Tree
662M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
663M: Alexander Graf <agraf@suse.de>
664S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100665F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000666
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500667GDB stub
668M: qemu-devel@nongnu.org
669S: Odd Fixes
670F: gdbstub*
671F: gdb-xml/
672
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100673SPICE
674M: Gerd Hoffmann <kraxel@redhat.com>
675S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100676F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100677F: ui/spice-*.c
678F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100679F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100680
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500681Graphics
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500682M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500683S: Maintained
684F: ui/
685
Andreas Färber351f1bf2011-10-30 18:08:01 +0100686Cocoa graphics
687M: Andreas Färber <andreas.faerber@web.de>
688S: Odd Fixes
689F: ui/cocoa.m
690
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500691Main loop
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500692M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500693S: Supported
694F: vl.c
695
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400696Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500697M: Luiz Capitulino <lcapitulino@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500698S: Supported
699F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400700F: hmp.c
701F: hmp-commands.hx
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500702
703Network device layer
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500704M: Anthony Liguori <anthony@codemonkey.ws>
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200705M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500706S: Maintained
707F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100708T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500709
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100710Network Block Device (NBD)
711M: Paolo Bonzini <pbonzini@redhat.com>
712S: Odd Fixes
713F: block/nbd.c
714F: nbd.*
715F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200716T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100717
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400718QAPI
719M: Luiz Capitulino <lcapitulino@redhat.com>
720M: Michael Roth <mdroth@linux.vnet.ibm.com>
721S: Supported
722F: qapi/
723
Luiz Capitulino7810d292013-06-03 11:11:53 -0400724QAPI Schema
725M: Eric Blake <eblake@redhat.com>
726M: Luiz Capitulino <lcapitulino@redhat.com>
727M: Markus Armbruster <armbru@redhat.com>
728S: Supported
729F: qapi-schema.json
730
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400731QMP
732M: Luiz Capitulino <lcapitulino@redhat.com>
733S: Supported
734F: qmp.c
735F: monitor.c
736F: qmp-commands.hx
737F: QMP/
738
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500739SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200740M: Jan Kiszka <jan.kiszka@siemens.com>
741S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500742F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200743T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500744
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100745Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200746M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100747S: Maintained
748F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200749F: scripts/tracetool.py
750F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100751F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200752T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100753
Blue Swirl14f40fd2011-11-26 09:51:23 +0000754Checkpatch
755M: Blue Swirl <blauwirbel@gmail.com>
756S: Odd Fixes
757F: scripts/checkpatch.pl
758
Eduardo Otubo92bfedb2013-09-09 14:04:15 -0300759Seccomp
760M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
761S: Supported
762F: qemu-seccomp.c
763F: include/sysemu/seccomp.h
764
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500765Usermode Emulation
766------------------
767BSD user
768M: Blue Swirl <blauwirbel@gmail.com>
769S: Maintained
770F: bsd-user/
771
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500772Linux user
773M: Riku Voipio <riku.voipio@iki.fi>
774S: Maintained
775F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100776
777Tiny Code Generator (TCG)
778-------------------------
779Common code
780M: qemu-devel@nongnu.org
Richard Hendersoncc7772b2013-07-03 11:09:03 -0700781M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100782S: Maintained
783F: tcg/
784
Claudio Fontanab25a4642013-06-12 16:20:24 +0100785AArch64 target
786M: Claudio Fontana <claudio.fontana@huawei.com>
787M: Claudio Fontana <claudio.fontana@gmail.com>
788S: Maintained
789F: tcg/aarch64/
790
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100791ARM target
792M: Andrzej Zaborowski <balrogg@gmail.com>
793S: Maintained
794F: tcg/arm/
795
796HPPA target
797M: Richard Henderson <rth@twiddle.net>
798S: Maintained
799F: tcg/hppa/
800
801i386 target
802M: qemu-devel@nongnu.org
803S: Maintained
804F: tcg/i386/
805
806IA64 target
807M: Aurelien Jarno <aurelien@aurel32.net>
808S: Maintained
809F: tcg/ia64/
810
811MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100812M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100813S: Maintained
814F: tcg/mips/
815
816PPC
817M: Vassili Karpov (malc) <av1474@comtv.ru>
818S: Maintained
819F: tcg/ppc/
820
821PPC64 target
822M: Vassili Karpov (malc) <av1474@comtv.ru>
823S: Maintained
824F: tcg/ppc64/
825
826S390 target
827M: Alexander Graf <agraf@suse.de>
828M: Richard Henderson <rth@twiddle.net>
829S: Maintained
830F: tcg/s390/
831
832SPARC target
833M: Blue Swirl <blauwirbel@gmail.com>
834S: Maintained
835F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100836
837TCI target
838M: Stefan Weil <sw@weilnetz.de>
839S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200840F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +0200841F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +0200842
843Stable branches
844---------------
845Stable 1.0
846L: qemu-stable@nongnu.org
847T: git git://git.qemu.org/qemu-stable-1.0.git
848S: Orphan
849
850Stable 0.15
851L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +0200852M: Andreas Färber <afaerber@suse.de>
Andreas Färberaa09c952012-04-13 17:52:27 +0200853T: git git://git.qemu.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +0200854S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +0200855
856Stable 0.14
857L: qemu-stable@nongnu.org
858T: git git://git.qemu.org/qemu-stable-0.14.git
859S: Orphan
860
861Stable 0.10
862L: qemu-stable@nongnu.org
863T: git git://git.qemu.org/qemu-stable-0.10.git
864S: Orphan