blob: 0431d094b3bc9d6f6f8be8d96cfbacd954e6e08e [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 -050054M: Paul Brook <paul@codesourcery.com>
55
56Guest CPU cores (TCG):
57----------------------
bellardb6f97c12008-05-09 09:39:00 +000058Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -070059M: Richard Henderson <rth@twiddle.net>
60S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050061F: target-alpha/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010062F: hw/alpha/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050063
64ARM
65M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +010066M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050067S: Maintained
68F: target-arm/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010069F: hw/arm/
70F: hw/cpu/a*mpcore.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050071
72CRIS
73M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
74S: Maintained
75F: target-cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010076F: hw/cris/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050077
Michael Walle07bf23a2011-02-17 23:45:18 +010078LM32
79M: Michael Walle <michael@walle.cc>
80S: Maintained
81F: target-lm32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010082F: hw/lm32/
Andreas Färber0ee10242013-07-24 22:49:02 +020083F: hw/char/lm32_*
Michael Walle07bf23a2011-02-17 23:45:18 +010084
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050085M68K
86M: Paul Brook <paul@codesourcery.com>
Andreas Färber84c9d9d2012-04-13 18:30:29 +020087S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050088F: target-m68k/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010089F: hw/m68k/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050090
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +020091MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050092M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
93S: Maintained
94F: target-microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010095F: hw/microblaze/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050096
97MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +010098M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +020099S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500100F: target-mips/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100101F: hw/mips/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500102
Anthony Greend15a9c22013-03-18 15:49:25 -0400103Moxie
104M: Anthony Green <green@moxielogic.com>
105S: Maintained
106F: target-moxie/
107
Jia Liu945dad62013-07-02 20:55:17 +0800108OpenRISC
109M: Jia Liu <proljc@gmail.com>
110S: Maintained
111F: target-openrisc/
112F: hw/openrisc/
113
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500114PowerPC
115M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000116L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500117S: Maintained
118F: target-ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100119F: hw/ppc/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500120
Alexander Graf749717a2009-12-05 12:44:31 +0100121S390
Richard Henderson2b35e932012-12-05 09:23:25 -0600122M: Richard Henderson <rth@twiddle.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500123M: Alexander Graf <agraf@suse.de>
124S: Maintained
125F: target-s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100126F: hw/s390x/
bellardb6f97c12008-05-09 09:39:00 +0000127
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500128SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100129M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200130S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500131F: target-sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100132F: hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000133
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500134SPARC
135M: Blue Swirl <blauwirbel@gmail.com>
136S: Maintained
137F: target-sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100138F: hw/sparc/
139F: hw/sparc64/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500140
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100141UniCore32
142M: Guan Xuetao <gxt@mprc.pku.edu.cn>
143S: Maintained
144F: target-unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100145F: hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100146
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500147X86
148M: qemu-devel@nongnu.org
149S: Odd Fixes
150F: target-i386/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100151F: hw/i386/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500152
Max Filippov16e7caa2011-09-06 03:55:56 +0400153Xtensa
154M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400155W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400156S: Maintained
157F: target-xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100158F: hw/xtensa/
Max Filippov16e7caa2011-09-06 03:55:56 +0400159
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500160Guest CPU Cores (KVM):
161----------------------
162
163Overall
Gleb Natapova2685bc2012-12-19 17:46:15 +0200164M: Gleb Natapov <gleb@redhat.com>
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300165M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500166L: kvm@vger.kernel.org
167S: Supported
168F: kvm-*
169F: */kvm.*
170
Peter Maydelled4659d2013-03-05 00:34:43 +0000171ARM
172M: Peter Maydell <peter.maydell@linaro.org>
173S: Maintained
174F: target-arm/kvm.c
175
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500176PPC
177M: Alexander Graf <agraf@suse.de>
178S: Maintained
179F: target-ppc/kvm.c
180
181S390
182M: Alexander Graf <agraf@suse.de>
183S: Maintained
184F: target-s390x/kvm.c
185
186X86
Gleb Natapova2685bc2012-12-19 17:46:15 +0200187M: Gleb Natapov <gleb@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500188M: Marcelo Tosatti <mtosatti@redhat.com>
189L: kvm@vger.kernel.org
190S: Supported
191F: target-i386/kvm.c
192
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100193Guest CPU Cores (Xen):
194----------------------
195
196X86
197M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
198L: xen-devel@lists.xensource.com
199S: Supported
200F: xen-*
201F: */xen*
202
Stefan Weil1bdd6872012-01-27 18:53:49 +0100203Hosts:
204------
205
206LINUX
207L: qemu-devel@nongnu.org
208S: Maintained
209F: linux-*
210F: linux-headers/
211
212POSIX
213L: qemu-devel@nongnu.org
214S: Maintained
215F: *posix*
216
217W32, W64
218L: qemu-devel@nongnu.org
219M: Stefan Weil <sw@weilnetz.de>
220S: Maintained
221F: *win32*
222
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500223ARM Machines
224------------
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000225Exynos
226M: Evgeny Voevodin <e.voevodin@samsung.com>
227M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400228M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000229M: Dmitry Solodkiy <d.solodkiy@samsung.com>
230S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100231F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000232
Mark Langsdorf766fd092012-02-16 09:56:10 +0000233Calxeda Highbank
234M: Mark Langsdorf <mark.langsdorf@calxeda.com>
235S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100236F: hw/arm/highbank.c
237F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000238
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500239Gumstix
240M: qemu-devel@nongnu.org
241S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100242F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500243
Peter Chubb03255592012-07-04 10:43:34 +0000244i.MX31
245M: Peter Chubb <peter.chubb@nicta.com.au>
246S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100247F: hw/*/imx*
248F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000249
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500250Integrator CP
251M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100252M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500253S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100254F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500255
256Mainstone
257M: qemu-devel@nongnu.org
258S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100259F: hw/arm/mainstone.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500260
261Musicpal
262M: Jan Kiszka <jan.kiszka@web.de>
263S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100264F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500265
266nSeries
267M: Andrzej Zaborowski <balrogg@gmail.com>
268S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100269F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500270
271Palm
272M: Andrzej Zaborowski <balrogg@gmail.com>
273S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100274F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500275
276Real View
277M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100278M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500279S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100280F: hw/arm/realview*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500281
282Spitz
283M: Andrzej Zaborowski <balrogg@gmail.com>
284S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100285F: hw/arm/spitz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500286
287Stellaris
288M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100289M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500290S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100291F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500292
293Versatile PB
294M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100295M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500296S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100297F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500298
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000299Xilinx Zynq
300M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
301S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100302F: hw/arm/xilinx_zynq.c
303F: hw/misc/zynq_slcr.c
304F: hw/*/cadence_*
305F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000306
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500307CRIS Machines
308-------------
309Axis Dev88
310M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
311S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100312F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100313F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500314
Michael Walle07bf23a2011-02-17 23:45:18 +0100315LM32 Machines
316-------------
317EVR32 and uclinux BSP
318M: Michael Walle <michael@walle.cc>
319S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100320F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100321
Michael Walled118aa62011-03-07 23:32:45 +0100322milkymist
323M: Michael Walle <michael@walle.cc>
324S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100325F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100326
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100327M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500328-------------
329an5206
330M: Paul Brook <paul@codesourcery.com>
331S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100332F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500333
334dummy_m68k
335M: Paul Brook <paul@codesourcery.com>
336S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100337F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500338
339mcf5208
340M: Paul Brook <paul@codesourcery.com>
341S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100342F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500343
344MicroBlaze Machines
345-------------------
346petalogix_s3adsp1800
347M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
348S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100349F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500350
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000351petalogix_ml605
352M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
353S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100354F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000355
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500356MIPS Machines
357-------------
358Jazz
359M: Hervé Poussineau <hpoussin@reactos.org>
360S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100361F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500362
363Malta
364M: Aurelien Jarno <aurelien@aurel32.net>
365S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100366F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500367
368Mipssim
369M: qemu-devel@nongnu.org
370S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100371F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500372
373R4000
374M: Aurelien Jarno <aurelien@aurel32.net>
375S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100376F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500377
Jia Liu945dad62013-07-02 20:55:17 +0800378OpenRISC Machines
379-----------------
380or1k-sim
381M: Jia Liu <proljc@gmail.com>
382S: Maintained
383F: hw/openrisc/openrisc_sim.c
384
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500385PowerPC Machines
386----------------
387405
388M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000389L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000390S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100391F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500392
Andreas Färberaaade8d2012-08-22 05:48:47 +0000393Bamboo
394M: Alexander Graf <agraf@suse.de>
395L: qemu-ppc@nongnu.org
396S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100397F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000398
Andreas Färber98cded32012-08-22 05:48:45 +0000399e500
400M: Alexander Graf <agraf@suse.de>
401M: Scott Wood <scottwood@freescale.com>
402L: qemu-ppc@nongnu.org
403S: Supported
404F: hw/ppc/e500.[hc]
405F: hw/ppc/e500plat.c
406
407mpc8544ds
408M: Alexander Graf <agraf@suse.de>
409M: Scott Wood <scottwood@freescale.com>
410L: qemu-ppc@nongnu.org
411S: Supported
412F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100413F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000414
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500415New World
416M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000417L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500418S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000419F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100420F: hw/pci-host/uninorth.c
421F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100422F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500423
424Old World
425M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000426L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500427S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000428F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100429F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100430F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500431
Andreas Färberec38d392011-11-01 00:03:07 +0100432PReP
433M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000434L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100435S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100436F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100437F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100438F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500439
Andreas Färber8a269ca2012-08-22 05:48:44 +0000440sPAPR
Andreas Färber8a269ca2012-08-22 05:48:44 +0000441M: Alexander Graf <agraf@suse.de>
442L: qemu-ppc@nongnu.org
443S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100444F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000445F: include/hw/*/spapr*
446F: hw/*/xics*
447F: include/hw/*/xics*
448F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000449
Andreas Färber794d00b2012-08-22 05:48:48 +0000450virtex_ml507
451M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
452L: qemu-ppc@nongnu.org
453S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100454F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000455
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500456SH4 Machines
457------------
458R2D
459M: Magnus Damm <magnus.damm@gmail.com>
460S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100461F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500462
463Shix
464M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100465S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100466F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500467
468SPARC Machines
469--------------
470Sun4m
471M: Blue Swirl <blauwirbel@gmail.com>
472S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100473F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500474
475Sun4u
476M: Blue Swirl <blauwirbel@gmail.com>
477S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100478F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500479
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200480Leon3
481M: Fabien Chouteau <chouteau@adacore.com>
482S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100483F: hw/sparc/leon3.c
484F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200485
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500486S390 Machines
487-------------
488S390 Virtio
489M: Alexander Graf <agraf@suse.de>
490S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100491F: hw/s390x/s390-*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500492
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000493S390 Virtio-ccw
494M: Cornelia Huck <cornelia.huck@de.ibm.com>
495M: Alexander Graf <agraf@suse.de>
496S: Supported
497F: hw/s390x/s390-virtio-ccw.c
498F: hw/s390x/css.[hc]
499T: git git://github.com/cohuck/qemu virtio-ccw-upstr
500
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800501UniCore32 Machines
502-------------
503PKUnity-3 SoC initramfs-with-busybox
504M: Guan Xuetao <gxt@mprc.pku.edu.cn>
505S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100506F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800507F: hw/unicore32/
508
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500509X86 Machines
510------------
511PC
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500512M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500513S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100514F: hw/i386/pc.[ch]
515F: hw/i386/pc_piix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500516
Max Filippov16e7caa2011-09-06 03:55:56 +0400517Xtensa Machines
518---------------
Max Filippov375847a2011-10-28 02:11:05 +0400519sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400520M: Max Filippov <jcmvbkbc@gmail.com>
521S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100522F: hw/xtensa/xtensa_sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400523
524Avnet LX60
525M: Max Filippov <jcmvbkbc@gmail.com>
526S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100527F: hw/xtensa/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400528
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500529Devices
530-------
531IDE
532M: Kevin Wolf <kwolf@redhat.com>
533S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100534F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500535F: hw/ide/
536
Peter Maydellf5f487b2011-09-17 17:26:15 +0100537OMAP
538M: Peter Maydell <peter.maydell@linaro.org>
539S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100540F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100541
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500542PCI
543M: Michael S. Tsirkin <mst@redhat.com>
544S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100545F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200546F: hw/pci/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100547F: hw/acpi/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500548
Andreas Färberaaade8d2012-08-22 05:48:47 +0000549ppc4xx
550M: Alexander Graf <agraf@suse.de>
551L: qemu-ppc@nongnu.org
552S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100553F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000554
Andreas Färber98cded32012-08-22 05:48:45 +0000555ppce500
556M: Alexander Graf <agraf@suse.de>
557M: Scott Wood <scottwood@freescale.com>
558L: qemu-ppc@nongnu.org
559S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100560F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000561
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500562SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100563M: Paolo Bonzini <pbonzini@redhat.com>
564S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100565F: include/hw/scsi*
566F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200567T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100568
569LSI53C895A
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500570M: Paul Brook <paul@codesourcery.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500571S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100572F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500573
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000574SSI
575M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
576S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100577F: hw/ssi/*
578F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000579
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500580USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100581M: Gerd Hoffmann <kraxel@redhat.com>
582S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100583F: hw/usb/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500584
Alex Williamson92e1fb52012-09-26 11:19:39 -0600585VFIO
586M: Alex Williamson <alex.williamson@redhat.com>
587S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100588F: hw/misc/vfio.c
Alex Williamson92e1fb52012-09-26 11:19:39 -0600589
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500590vhost
591M: Michael S. Tsirkin <mst@redhat.com>
592S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100593F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500594
595virtio
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500596M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500597S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100598F: hw/*/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500599
600virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530601M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500602S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200603F: hw/9pfs/
604F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200605T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500606
607virtio-blk
608M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100609M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500610S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100611F: hw/block/virtio-blk.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500612
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000613virtio-ccw
614M: Cornelia Huck <cornelia.huck@de.ibm.com>
615S: Supported
616F: hw/s390x/virtio-ccw.[hc]
617T: git git://github.com/cohuck/qemu virtio-ccw-upstr
618
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500619virtio-serial
620M: Amit Shah <amit.shah@redhat.com>
621S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100622F: hw/char/virtio-serial-bus.c
623F: hw/char/virtio-console.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500624
Keith Buschf3c507a2013-06-04 09:17:10 -0600625nvme
626M: Keith Busch <keith.busch@intel.com>
627S: Supported
628F: hw/block/nvme*
629
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000630Xilinx EDK
631M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
632M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
633S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100634F: hw/*/xilinx_*
635F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000636
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500637Subsystems
638----------
639Audio
640M: Vassili Karpov (malc) <av1474@comtv.ru>
641S: Maintained
642F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100643F: hw/audio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500644
645Block
646M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100647M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500648S: Supported
649F: block*
650F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100651F: hw/block/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500652
653Character Devices
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500654M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500655S: Maintained
656F: qemu-char.c
657
Andreas Färberf2ca0522012-09-17 19:10:32 +0200658CPU
659M: Andreas Färber <afaerber@suse.de>
660S: Supported
661F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100662F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100663F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200664
Igor Mammedovf0513d22013-04-29 17:02:50 +0200665ICC Bus
666M: Igor Mammedov <imammedo@redhat.com>
667S: Supported
668F: include/hw/cpu/icc_bus.h
669F: hw/cpu/icc_bus.c
670
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000671Device Tree
672M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
673M: Alexander Graf <agraf@suse.de>
674S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100675F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000676
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500677GDB stub
678M: qemu-devel@nongnu.org
679S: Odd Fixes
680F: gdbstub*
681F: gdb-xml/
682
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100683SPICE
684M: Gerd Hoffmann <kraxel@redhat.com>
685S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100686F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100687F: ui/spice-*.c
688F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100689F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100690
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500691Graphics
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500692M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500693S: Maintained
694F: ui/
695
Andreas Färber351f1bf2011-10-30 18:08:01 +0100696Cocoa graphics
697M: Andreas Färber <andreas.faerber@web.de>
698S: Odd Fixes
699F: ui/cocoa.m
700
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500701Main loop
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500702M: Anthony Liguori <anthony@codemonkey.ws>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500703S: Supported
704F: vl.c
705
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400706Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500707M: Luiz Capitulino <lcapitulino@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500708S: Supported
709F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400710F: hmp.c
711F: hmp-commands.hx
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500712
713Network device layer
Anthony Liguoribc02fb32013-08-19 08:49:37 -0500714M: Anthony Liguori <anthony@codemonkey.ws>
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200715M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500716S: Maintained
717F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100718T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500719
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100720Network Block Device (NBD)
721M: Paolo Bonzini <pbonzini@redhat.com>
722S: Odd Fixes
723F: block/nbd.c
724F: nbd.*
725F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200726T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100727
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400728QAPI
729M: Luiz Capitulino <lcapitulino@redhat.com>
730M: Michael Roth <mdroth@linux.vnet.ibm.com>
731S: Supported
732F: qapi/
733
Luiz Capitulino7810d292013-06-03 11:11:53 -0400734QAPI Schema
735M: Eric Blake <eblake@redhat.com>
736M: Luiz Capitulino <lcapitulino@redhat.com>
737M: Markus Armbruster <armbru@redhat.com>
738S: Supported
739F: qapi-schema.json
740
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400741QMP
742M: Luiz Capitulino <lcapitulino@redhat.com>
743S: Supported
744F: qmp.c
745F: monitor.c
746F: qmp-commands.hx
747F: QMP/
748
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500749SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200750M: Jan Kiszka <jan.kiszka@siemens.com>
751S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500752F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200753T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500754
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100755Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200756M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100757S: Maintained
758F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200759F: scripts/tracetool.py
760F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100761F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200762T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100763
Blue Swirl14f40fd2011-11-26 09:51:23 +0000764Checkpatch
765M: Blue Swirl <blauwirbel@gmail.com>
766S: Odd Fixes
767F: scripts/checkpatch.pl
768
Eduardo Otubo92bfedb2013-09-09 14:04:15 -0300769Seccomp
770M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
771S: Supported
772F: qemu-seccomp.c
773F: include/sysemu/seccomp.h
774
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500775Usermode Emulation
776------------------
777BSD user
778M: Blue Swirl <blauwirbel@gmail.com>
779S: Maintained
780F: bsd-user/
781
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500782Linux user
783M: Riku Voipio <riku.voipio@iki.fi>
784S: Maintained
785F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100786
787Tiny Code Generator (TCG)
788-------------------------
789Common code
790M: qemu-devel@nongnu.org
Richard Hendersoncc7772b2013-07-03 11:09:03 -0700791M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100792S: Maintained
793F: tcg/
794
Claudio Fontanab25a4642013-06-12 16:20:24 +0100795AArch64 target
796M: Claudio Fontana <claudio.fontana@huawei.com>
797M: Claudio Fontana <claudio.fontana@gmail.com>
798S: Maintained
799F: tcg/aarch64/
800
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100801ARM target
802M: Andrzej Zaborowski <balrogg@gmail.com>
803S: Maintained
804F: tcg/arm/
805
806HPPA target
807M: Richard Henderson <rth@twiddle.net>
808S: Maintained
809F: tcg/hppa/
810
811i386 target
812M: qemu-devel@nongnu.org
813S: Maintained
814F: tcg/i386/
815
816IA64 target
817M: Aurelien Jarno <aurelien@aurel32.net>
818S: Maintained
819F: tcg/ia64/
820
821MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100822M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100823S: Maintained
824F: tcg/mips/
825
826PPC
827M: Vassili Karpov (malc) <av1474@comtv.ru>
828S: Maintained
829F: tcg/ppc/
830
831PPC64 target
832M: Vassili Karpov (malc) <av1474@comtv.ru>
833S: Maintained
834F: tcg/ppc64/
835
836S390 target
837M: Alexander Graf <agraf@suse.de>
838M: Richard Henderson <rth@twiddle.net>
839S: Maintained
840F: tcg/s390/
841
842SPARC target
843M: Blue Swirl <blauwirbel@gmail.com>
844S: Maintained
845F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100846
847TCI target
848M: Stefan Weil <sw@weilnetz.de>
849S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200850F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +0200851F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +0200852
853Stable branches
854---------------
855Stable 1.0
856L: qemu-stable@nongnu.org
857T: git git://git.qemu.org/qemu-stable-1.0.git
858S: Orphan
859
860Stable 0.15
861L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +0200862M: Andreas Färber <afaerber@suse.de>
Andreas Färberaa09c952012-04-13 17:52:27 +0200863T: git git://git.qemu.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +0200864S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +0200865
866Stable 0.14
867L: qemu-stable@nongnu.org
868T: git git://git.qemu.org/qemu-stable-0.14.git
869S: Orphan
870
871Stable 0.10
872L: qemu-stable@nongnu.org
873T: git git://git.qemu.org/qemu-stable-0.10.git
874S: Orphan