xref: /openbmc/qemu/MAINTAINERS (revision ca818cfb)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
16fd5d5c56SAnthony Liguori	W: Web-page with status/info
17fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
18fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19fd5d5c56SAnthony Liguori	S: Status, one of the following:
20fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
21fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
22fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
23c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
24fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
25fd5d5c56SAnthony Liguori			role as you write your new code].
26fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
27fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
28fd5d5c56SAnthony Liguori			should be using that.
29fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
30fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
31fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
32fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
33fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
34fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
35fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
36fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
37fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
38fd5d5c56SAnthony Liguori	   F:	net/
39fd5d5c56SAnthony Liguori	   X:	net/ipv6/
40fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
41fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
42fd5d5c56SAnthony Liguori	   patch or file.  For instance:
43fd5d5c56SAnthony Liguori	   K: of_get_profile
44fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
45fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
46fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
47fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
48fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
49b6f97c14Sbellard
50b6f97c14Sbellard
51fd5d5c56SAnthony LiguoriGeneral Project Administration
52fd5d5c56SAnthony Liguori------------------------------
53fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
54fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
55fd5d5c56SAnthony Liguori
56fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
57fd5d5c56SAnthony Liguori----------------------
58b6f97c14SbellardAlpha
598d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
608d6df264SRichard HendersonS: Maintained
61fd5d5c56SAnthony LiguoriF: target-alpha/
62fd5d5c56SAnthony Liguori
63fd5d5c56SAnthony LiguoriARM
64fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
651ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
66fd5d5c56SAnthony LiguoriS: Maintained
67fd5d5c56SAnthony LiguoriF: target-arm/
68fd5d5c56SAnthony Liguori
69fd5d5c56SAnthony LiguoriCRIS
70fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71fd5d5c56SAnthony LiguoriS: Maintained
72fd5d5c56SAnthony LiguoriF: target-cris/
73fd5d5c56SAnthony Liguori
7407bf23a7SMichael WalleLM32
7507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
7607bf23a7SMichael WalleS: Maintained
7707bf23a7SMichael WalleF: target-lm32/
7807bf23a7SMichael Walle
79fd5d5c56SAnthony LiguoriM68K
80fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
8184c9d9d1SAndreas FärberS: Odd Fixes
82fd5d5c56SAnthony LiguoriF: target-m68k/
83fd5d5c56SAnthony Liguori
84abc07545SEdgar E. IglesiasMicroBlaze
85fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86fd5d5c56SAnthony LiguoriS: Maintained
87fd5d5c56SAnthony LiguoriF: target-microblaze/
88fd5d5c56SAnthony Liguori
89fd5d5c56SAnthony LiguoriMIPS
90ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
912c9b7d1aSAndreas FärberS: Odd Fixes
92fd5d5c56SAnthony LiguoriF: target-mips/
93fd5d5c56SAnthony Liguori
94fd5d5c56SAnthony LiguoriPowerPC
95fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
96a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
97fd5d5c56SAnthony LiguoriS: Maintained
98fd5d5c56SAnthony LiguoriF: target-ppc/
99fd5d5c56SAnthony Liguori
100749717a0SAlexander GrafS390
101fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
102fd5d5c56SAnthony LiguoriS: Maintained
103fd5d5c56SAnthony LiguoriF: target-s390x/
104b6f97c14Sbellard
105fd5d5c56SAnthony LiguoriSH4
106ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1072c9b7d1aSAndreas FärberS: Odd Fixes
108fd5d5c56SAnthony LiguoriF: target-sh4/
109fd5d5c56SAnthony Liguori
110fd5d5c56SAnthony LiguoriSPARC
111fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
112fd5d5c56SAnthony LiguoriS: Maintained
113fd5d5c56SAnthony LiguoriF: target-sparc/
114fd5d5c56SAnthony Liguori
115a6ea7b4cSAndreas FärberUniCore32
116a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
117a6ea7b4cSAndreas FärberS: Maintained
118a6ea7b4cSAndreas FärberF: target-unicore32/
119a6ea7b4cSAndreas Färber
120fd5d5c56SAnthony LiguoriX86
121fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
122fd5d5c56SAnthony LiguoriS: Odd Fixes
123fd5d5c56SAnthony LiguoriF: target-i386/
124fd5d5c56SAnthony Liguori
12516e7caaeSMax FilippovXtensa
12616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
127375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
12816e7caaeSMax FilippovS: Maintained
12916e7caaeSMax FilippovF: target-xtensa/
13016e7caaeSMax Filippov
131fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
132fd5d5c56SAnthony Liguori----------------------
133fd5d5c56SAnthony Liguori
134fd5d5c56SAnthony LiguoriOverall
135fd5d5c56SAnthony LiguoriM: Avi Kivity <avi@redhat.com>
136fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
137fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
138fd5d5c56SAnthony LiguoriS: Supported
139fd5d5c56SAnthony LiguoriF: kvm-*
140fd5d5c56SAnthony LiguoriF: */kvm.*
141fd5d5c56SAnthony Liguori
142fd5d5c56SAnthony LiguoriPPC
143fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
144fd5d5c56SAnthony LiguoriS: Maintained
145fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
146fd5d5c56SAnthony Liguori
147fd5d5c56SAnthony LiguoriS390
148fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
149fd5d5c56SAnthony LiguoriS: Maintained
150fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
151fd5d5c56SAnthony Liguori
152fd5d5c56SAnthony LiguoriX86
153fd5d5c56SAnthony LiguoriM: Avi Kivity <avi@redhat.com>
154fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
155fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
156fd5d5c56SAnthony LiguoriS: Supported
157fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
158fd5d5c56SAnthony Liguori
1598a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
1608a6b0cd7SStefano Stabellini----------------------
1618a6b0cd7SStefano Stabellini
1628a6b0cd7SStefano StabelliniX86
1638a6b0cd7SStefano StabelliniM: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
1648a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
1658a6b0cd7SStefano StabelliniS: Supported
1668a6b0cd7SStefano StabelliniF: xen-*
1678a6b0cd7SStefano StabelliniF: */xen*
1688a6b0cd7SStefano Stabellini
1691bdd6874SStefan WeilHosts:
1701bdd6874SStefan Weil------
1711bdd6874SStefan Weil
1721bdd6874SStefan WeilLINUX
1731bdd6874SStefan WeilL: qemu-devel@nongnu.org
1741bdd6874SStefan WeilS: Maintained
1751bdd6874SStefan WeilF: linux-*
1761bdd6874SStefan WeilF: linux-headers/
1771bdd6874SStefan Weil
1781bdd6874SStefan WeilPOSIX
1791bdd6874SStefan WeilL: qemu-devel@nongnu.org
1801bdd6874SStefan WeilS: Maintained
1811bdd6874SStefan WeilF: *posix*
1821bdd6874SStefan Weil
1831bdd6874SStefan WeilW32, W64
1841bdd6874SStefan WeilL: qemu-devel@nongnu.org
1851bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1861bdd6874SStefan WeilS: Maintained
1871bdd6874SStefan WeilF: *win32*
1881bdd6874SStefan Weil
189fd5d5c56SAnthony LiguoriARM Machines
190fd5d5c56SAnthony Liguori------------
191fc63dcffSEvgeny VoevodinExynos
192fc63dcffSEvgeny VoevodinM: Evgeny Voevodin <e.voevodin@samsung.com>
193fc63dcffSEvgeny VoevodinM: Maksim Kozlov <m.kozlov@samsung.com>
194fc63dcffSEvgeny VoevodinM: Igor Mitsyanko <i.mitsyanko@samsung.com>
195fc63dcffSEvgeny VoevodinM: Dmitry Solodkiy <d.solodkiy@samsung.com>
196fc63dcffSEvgeny VoevodinS: Maintained
197fc63dcffSEvgeny VoevodinF: hw/exynos*
198fc63dcffSEvgeny Voevodin
199766fd09fSMark LangsdorfCalxeda Highbank
200766fd09fSMark LangsdorfM: Mark Langsdorf <mark.langsdorf@calxeda.com>
201766fd09fSMark LangsdorfS: Supported
202766fd09fSMark LangsdorfF: hw/highbank.c
203766fd09fSMark LangsdorfF: hw/xgmac.c
204766fd09fSMark Langsdorf
205fd5d5c56SAnthony LiguoriGumstix
206fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
207fd5d5c56SAnthony LiguoriS: Orphan
208fd5d5c56SAnthony LiguoriF: hw/gumstix.c
209fd5d5c56SAnthony Liguori
2100325559dSPeter Chubbi.MX31
2110325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
2120325559dSPeter ChubbS: Odd fixes
2130325559dSPeter ChubbF: hw/imx*
2140325559dSPeter ChubbF: hw/kzm.c
2150325559dSPeter Chubb
216fd5d5c56SAnthony LiguoriIntegrator CP
217fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2181ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
219fd5d5c56SAnthony LiguoriS: Maintained
220fd5d5c56SAnthony LiguoriF: hw/integratorcp.c
221fd5d5c56SAnthony Liguori
222fd5d5c56SAnthony LiguoriMainstone
223fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
224fd5d5c56SAnthony LiguoriS: Orphan
225fd5d5c56SAnthony LiguoriF: hw/mainstone.c
226fd5d5c56SAnthony Liguori
227fd5d5c56SAnthony LiguoriMusicpal
228fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
229fd5d5c56SAnthony LiguoriS: Maintained
230fd5d5c56SAnthony LiguoriF: hw/musicpal.c
231fd5d5c56SAnthony Liguori
232fd5d5c56SAnthony LiguorinSeries
233fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
234fd5d5c56SAnthony LiguoriS: Maintained
235fd5d5c56SAnthony LiguoriF: hw/nseries.c
236fd5d5c56SAnthony Liguori
237fd5d5c56SAnthony LiguoriPalm
238fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
239fd5d5c56SAnthony LiguoriS: Maintained
240fd5d5c56SAnthony LiguoriF: hw/palm.c
241fd5d5c56SAnthony Liguori
242fd5d5c56SAnthony LiguoriReal View
243fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2441ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
245fd5d5c56SAnthony LiguoriS: Maintained
246fd5d5c56SAnthony LiguoriF: hw/realview*
247fd5d5c56SAnthony Liguori
248fd5d5c56SAnthony LiguoriSpitz
249fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
250fd5d5c56SAnthony LiguoriS: Maintained
251fd5d5c56SAnthony LiguoriF: hw/spitz.c
252fd5d5c56SAnthony Liguori
253fd5d5c56SAnthony LiguoriStellaris
254fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2551ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
256fd5d5c56SAnthony LiguoriS: Maintained
257fd5d5c56SAnthony LiguoriF: hw/stellaris.c
258fd5d5c56SAnthony Liguori
259fd5d5c56SAnthony LiguoriVersatile PB
260fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2611ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
262fd5d5c56SAnthony LiguoriS: Maintained
263fd5d5c56SAnthony LiguoriF: hw/versatilepb.c
264fd5d5c56SAnthony Liguori
265e3260506SPeter A. G. CrosthwaiteXilinx Zynq
266e3260506SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
267e3260506SPeter A. G. CrosthwaiteS: Maintained
268e3260506SPeter A. G. CrosthwaiteF: hw/xilinx_zynq.c
269e3260506SPeter A. G. CrosthwaiteF: hw/zynq_slcr.c
270e3260506SPeter A. G. CrosthwaiteF: hw/cadence_*
271fcb5629dSPeter A. G. CrosthwaiteF: hw/xilinx_spips.c
272e3260506SPeter A. G. Crosthwaite
273fd5d5c56SAnthony LiguoriCRIS Machines
274fd5d5c56SAnthony Liguori-------------
275fd5d5c56SAnthony LiguoriAxis Dev88
276fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
277fd5d5c56SAnthony LiguoriS: Maintained
278fd5d5c56SAnthony LiguoriF: hw/axis_dev88.c
279fd5d5c56SAnthony Liguori
280fd5d5c56SAnthony Liguorietraxfs
281fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
282fd5d5c56SAnthony LiguoriS: Maintained
283fd5d5c56SAnthony LiguoriF: hw/etraxfs.c
284fd5d5c56SAnthony Liguori
28507bf23a7SMichael WalleLM32 Machines
28607bf23a7SMichael Walle-------------
28707bf23a7SMichael WalleEVR32 and uclinux BSP
28807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
28907bf23a7SMichael WalleS: Maintained
29007bf23a7SMichael WalleF: hw/lm32_boards.c
29107bf23a7SMichael Walle
292d118aa6bSMichael Wallemilkymist
293d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
294d118aa6bSMichael WalleS: Maintained
295d118aa6bSMichael WalleF: hw/milkymist.c
296d118aa6bSMichael Walle
297afcacd53SAurelien JarnoM68K Machines
298fd5d5c56SAnthony Liguori-------------
299fd5d5c56SAnthony Liguorian5206
300fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
301fd5d5c56SAnthony LiguoriS: Maintained
302fd5d5c56SAnthony LiguoriF: hw/an5206.c
303fd5d5c56SAnthony Liguori
304fd5d5c56SAnthony Liguoridummy_m68k
305fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
306fd5d5c56SAnthony LiguoriS: Maintained
307fd5d5c56SAnthony LiguoriF: hw/dummy_m68k.c
308fd5d5c56SAnthony Liguori
309fd5d5c56SAnthony Liguorimcf5208
310fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
311fd5d5c56SAnthony LiguoriS: Maintained
312fd5d5c56SAnthony LiguoriF: hw/mcf5208.c
313fd5d5c56SAnthony Liguori
314fd5d5c56SAnthony LiguoriMicroBlaze Machines
315b6f97c14Sbellard-------------------
316fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
317fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
318fd5d5c56SAnthony LiguoriS: Maintained
319fd5d5c56SAnthony LiguoriF: hw/petalogix_s3adsp1800.c
320b6f97c14Sbellard
321d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
322d36e8ce7SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
323d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
324d36e8ce7SPeter A. G. CrosthwaiteF: hw/petalogix_ml605_mmu.c
325d36e8ce7SPeter A. G. Crosthwaite
326fd5d5c56SAnthony LiguoriMIPS Machines
327fd5d5c56SAnthony Liguori-------------
328fd5d5c56SAnthony LiguoriJazz
329fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
330fd5d5c56SAnthony LiguoriS: Maintained
331fd5d5c56SAnthony LiguoriF: hw/mips_jazz.c
332fd5d5c56SAnthony Liguori
333fd5d5c56SAnthony LiguoriMalta
334fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
335fd5d5c56SAnthony LiguoriS: Maintained
336fd5d5c56SAnthony LiguoriF: hw/mips_malta.c
337fd5d5c56SAnthony Liguori
338fd5d5c56SAnthony LiguoriMipssim
339fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
340fd5d5c56SAnthony LiguoriS: Orphan
341fd5d5c56SAnthony LiguoriF: hw/mips_mipssim.c
342fd5d5c56SAnthony Liguori
343fd5d5c56SAnthony LiguoriR4000
344fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
345fd5d5c56SAnthony LiguoriS: Maintained
346fd5d5c56SAnthony LiguoriF: hw/mips_r4k.c
347fd5d5c56SAnthony Liguori
348fd5d5c56SAnthony LiguoriPowerPC Machines
349fd5d5c56SAnthony Liguori----------------
350fd5d5c56SAnthony Liguori405
351fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
352a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
3539b9fe135SAndreas FärberS: Odd Fixes
354fd5d5c56SAnthony LiguoriF: hw/ppc405_boards.c
355fd5d5c56SAnthony Liguori
356aaade8d7SAndreas FärberBamboo
357aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
358aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
359aaade8d7SAndreas FärberS: Odd Fixes
360aaade8d7SAndreas FärberF: hw/ppc440_bamboo.c
361aaade8d7SAndreas Färber
36298cded3aSAndreas Färbere500
36398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
36498cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
36598cded3aSAndreas FärberL: qemu-ppc@nongnu.org
36698cded3aSAndreas FärberS: Supported
36798cded3aSAndreas FärberF: hw/ppc/e500.[hc]
36898cded3aSAndreas FärberF: hw/ppc/e500plat.c
36998cded3aSAndreas Färber
37098cded3aSAndreas Färbermpc8544ds
37198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
37298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
37398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
37498cded3aSAndreas FärberS: Supported
37598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
37698cded3aSAndreas FärberF: hw/mpc8544_guts.c
37798cded3aSAndreas Färber
378fd5d5c56SAnthony LiguoriNew World
379fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
380a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
381fd5d5c56SAnthony LiguoriS: Maintained
382fd5d5c56SAnthony LiguoriF: hw/ppc_newworld.c
3830a6eec6bSAndreas FärberF: hw/unin_pci.c
384d5ee6754SAndreas FärberF: hw/dec_pci.[hc]
385fd5d5c56SAnthony Liguori
386fd5d5c56SAnthony LiguoriOld World
387fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
388a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
389fd5d5c56SAnthony LiguoriS: Maintained
390fd5d5c56SAnthony LiguoriF: hw/ppc_oldworld.c
3910a6eec6bSAndreas FärberF: hw/grackle_pci.c
392fd5d5c56SAnthony Liguori
393ec38d398SAndreas FärberPReP
394ec38d398SAndreas FärberM: Andreas Färber <andreas.faerber@web.de>
395a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
396ec38d398SAndreas FärberS: Odd Fixes
397fd5d5c56SAnthony LiguoriF: hw/ppc_prep.c
3981c75457fSAndreas FärberF: hw/prep_pci.[hc]
399fd5d5c56SAnthony Liguori
4008a269ca4SAndreas FärbersPAPR
4018a269ca4SAndreas FärberM: David Gibson <david@gibson.dropbear.id.au>
4028a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
4038a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
4048a269ca4SAndreas FärberS: Supported
4058a269ca4SAndreas FärberF: hw/spapr*
4068a269ca4SAndreas Färber
407794d00bfSAndreas Färbervirtex_ml507
408794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
409794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
410794d00bfSAndreas FärberS: Odd Fixes
411794d00bfSAndreas FärberF: hw/virtex_ml507.c
412794d00bfSAndreas Färber
413fd5d5c56SAnthony LiguoriSH4 Machines
414fd5d5c56SAnthony Liguori------------
415fd5d5c56SAnthony LiguoriR2D
416fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
417fd5d5c56SAnthony LiguoriS: Maintained
418fd5d5c56SAnthony LiguoriF: hw/r2d.c
419fd5d5c56SAnthony Liguori
420fd5d5c56SAnthony LiguoriShix
421fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
422afcacd53SAurelien JarnoS: Orphan
423fd5d5c56SAnthony LiguoriF: hw/shix.c
424fd5d5c56SAnthony Liguori
425fd5d5c56SAnthony LiguoriSPARC Machines
426fd5d5c56SAnthony Liguori--------------
427fd5d5c56SAnthony LiguoriSun4m
428fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
429fd5d5c56SAnthony LiguoriS: Maintained
430fd5d5c56SAnthony LiguoriF: hw/sun4m.c
431fd5d5c56SAnthony Liguori
432fd5d5c56SAnthony LiguoriSun4u
433fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
434fd5d5c56SAnthony LiguoriS: Maintained
435fd5d5c56SAnthony LiguoriF: hw/sun4u.c
436fd5d5c56SAnthony Liguori
437ce6c760cSFabien ChouteauLeon3
438ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
439ce6c760cSFabien ChouteauS: Maintained
440ce6c760cSFabien ChouteauF: hw/leon3.c
441ce6c760cSFabien ChouteauF: hw/grlib*
442ce6c760cSFabien Chouteau
443fd5d5c56SAnthony LiguoriS390 Machines
444fd5d5c56SAnthony Liguori-------------
445fd5d5c56SAnthony LiguoriS390 Virtio
446fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
447fd5d5c56SAnthony LiguoriS: Maintained
448fd5d5c56SAnthony LiguoriF: hw/s390-*.c
449fd5d5c56SAnthony Liguori
450ab9528caSGuan XuetaoUniCore32 Machines
451ab9528caSGuan Xuetao-------------
452ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
453ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
454ab9528caSGuan XuetaoS: Maintained
455ab9528caSGuan XuetaoF: hw/puv3*
456ab9528caSGuan XuetaoF: hw/unicore32/
457ab9528caSGuan Xuetao
458fd5d5c56SAnthony LiguoriX86 Machines
459fd5d5c56SAnthony Liguori------------
460fd5d5c56SAnthony LiguoriPC
461fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
462fd5d5c56SAnthony LiguoriS: Supported
4632df6dabbSAndreas FärberF: hw/pc.[ch]
4642df6dabbSAndreas FärberF: hw/pc_piix.c
465fd5d5c56SAnthony Liguori
46616e7caaeSMax FilippovXtensa Machines
46716e7caaeSMax Filippov---------------
468375847a6SMax Filippovsim
46916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
47016e7caaeSMax FilippovS: Maintained
471375847a6SMax FilippovF: hw/xtensa_sim.c
472375847a6SMax Filippov
473375847a6SMax FilippovAvnet LX60
474375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
475375847a6SMax FilippovS: Maintained
476375847a6SMax FilippovF: hw/xtensa_lx60.c
47716e7caaeSMax Filippov
478fd5d5c56SAnthony LiguoriDevices
479fd5d5c56SAnthony Liguori-------
480fd5d5c56SAnthony LiguoriIDE
481fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
482fd5d5c56SAnthony LiguoriS: Odd Fixes
483fd5d5c56SAnthony LiguoriF: hw/ide/
484fd5d5c56SAnthony Liguori
485f5f487b2SPeter MaydellOMAP
486f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
487f5f487b2SPeter MaydellS: Maintained
488f5f487b2SPeter MaydellF: hw/omap*
489f5f487b2SPeter Maydell
490fd5d5c56SAnthony LiguoriPCI
491fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
492fd5d5c56SAnthony LiguoriS: Supported
493*ca818cfbSMichael S. TsirkinF: hw/pci/*
494fd5d5c56SAnthony LiguoriF: hw/pci*
495fd5d5c56SAnthony LiguoriF: hw/piix*
496fd5d5c56SAnthony Liguori
497aaade8d7SAndreas Färberppc4xx
498aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
499aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
500aaade8d7SAndreas FärberS: Odd Fixes
501aaade8d7SAndreas FärberF: hw/ppc4xx*.[hc]
502aaade8d7SAndreas Färber
50398cded3aSAndreas Färberppce500
50498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
50598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
50698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
50798cded3aSAndreas FärberS: Supported
50898cded3aSAndreas FärberF: hw/ppce500_*
50998cded3aSAndreas Färber
510fd5d5c56SAnthony LiguoriSCSI
511de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
512de7724f7SPaolo BonziniS: Supported
513de7724f7SPaolo BonziniF: hw/virtio-scsi.*
514de7724f7SPaolo BonziniF: hw/scsi*
5151ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
516de7724f7SPaolo Bonzini
517de7724f7SPaolo BonziniLSI53C895A
518fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
519fd5d5c56SAnthony LiguoriS: Odd Fixes
520fd5d5c56SAnthony LiguoriF: hw/lsi53c895a.c
521fd5d5c56SAnthony Liguori
522fcb5629dSPeter A. G. CrosthwaiteSSI
523fcb5629dSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
524fcb5629dSPeter A. G. CrosthwaiteS: Maintained
525fcb5629dSPeter A. G. CrosthwaiteF: hw/ssi.*
526fcb5629dSPeter A. G. CrosthwaiteF: hw/m25p80.c
527fcb5629dSPeter A. G. Crosthwaite
528fd5d5c56SAnthony LiguoriUSB
5295d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
5305d0d62feSGerd HoffmannS: Maintained
531fd5d5c56SAnthony LiguoriF: hw/usb*
532fd5d5c56SAnthony Liguori
53392e1fb5eSAlex WilliamsonVFIO
53492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
53592e1fb5eSAlex WilliamsonS: Supported
53692e1fb5eSAlex WilliamsonF: hw/vfio*
53792e1fb5eSAlex Williamson
538fd5d5c56SAnthony Liguorivhost
539fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
540fd5d5c56SAnthony LiguoriS: Supported
541fd5d5c56SAnthony LiguoriF: hw/vhost*
542fd5d5c56SAnthony Liguori
543fd5d5c56SAnthony Liguorivirtio
544fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
545fd5d5c56SAnthony LiguoriS: Supported
546fd5d5c56SAnthony LiguoriF: hw/virtio*
547fd5d5c56SAnthony Liguori
548fd5d5c56SAnthony Liguorivirtio-9p
54923704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
550fd5d5c56SAnthony LiguoriS: Supported
551aebeca25SAndreas FärberF: hw/9pfs/
552aebeca25SAndreas FärberF: fsdev/
5533f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
554fd5d5c56SAnthony Liguori
555fd5d5c56SAnthony Liguorivirtio-blk
556fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
55754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
558fd5d5c56SAnthony LiguoriS: Supported
559fd5d5c56SAnthony LiguoriF: hw/virtio-blk*
560fd5d5c56SAnthony Liguori
561fd5d5c56SAnthony Liguorivirtio-serial
562fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
563fd5d5c56SAnthony LiguoriS: Supported
564fd5d5c56SAnthony LiguoriF: hw/virtio-serial*
565fd5d5c56SAnthony LiguoriF: hw/virtio-console*
566fd5d5c56SAnthony Liguori
567ab61d240SPeter A. G. CrosthwaiteXilinx EDK
568ab61d240SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
569ab61d240SPeter A. G. CrosthwaiteM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570ab61d240SPeter A. G. CrosthwaiteS: Maintained
571ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_axi*
572ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_uartlite.c
573ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_intc.c
574ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_ethlite.c
575ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_timer.c
576ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx.h
577fcb5629dSPeter A. G. CrosthwaiteF: hw/xilinx_spi.c
578ab61d240SPeter A. G. Crosthwaite
579fd5d5c56SAnthony LiguoriSubsystems
580fd5d5c56SAnthony Liguori----------
581fd5d5c56SAnthony LiguoriAudio
582fd5d5c56SAnthony LiguoriM: Vassili Karpov (malc) <av1474@comtv.ru>
583fd5d5c56SAnthony LiguoriS: Maintained
584fd5d5c56SAnthony LiguoriF: audio/
585fd5d5c56SAnthony Liguori
586fd5d5c56SAnthony LiguoriBlock
587fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
58854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
589fd5d5c56SAnthony LiguoriS: Supported
590fd5d5c56SAnthony LiguoriF: block*
591fd5d5c56SAnthony LiguoriF: block/
592fd5d5c56SAnthony Liguori
593fd5d5c56SAnthony LiguoriCharacter Devices
594fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
595fd5d5c56SAnthony LiguoriS: Maintained
596fd5d5c56SAnthony LiguoriF: qemu-char.c
597fd5d5c56SAnthony Liguori
598f2ca0524SAndreas FärberCPU
599f2ca0524SAndreas FärberM: Andreas Färber <afaerber@suse.de>
600f2ca0524SAndreas FärberS: Supported
601f2ca0524SAndreas FärberF: qom/cpu.c
602f2ca0524SAndreas FärberF: include/qemu/cpu.h
603f2ca0524SAndreas Färber
604d24b569aSPeter A. G. CrosthwaiteDevice Tree
605d24b569aSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
606d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
607d24b569aSPeter A. G. CrosthwaiteS: Maintained
608d24b569aSPeter A. G. CrosthwaiteF: device-tree.[ch]
609d24b569aSPeter A. G. Crosthwaite
610fd5d5c56SAnthony LiguoriGDB stub
611fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
612fd5d5c56SAnthony LiguoriS: Odd Fixes
613fd5d5c56SAnthony LiguoriF: gdbstub*
614fd5d5c56SAnthony LiguoriF: gdb-xml/
615fd5d5c56SAnthony Liguori
6167ee3bf03SGerd HoffmannSPICE
6177ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
6187ee3bf03SGerd HoffmannS: Supported
6197ee3bf03SGerd HoffmannF: ui/qemu-spice.h
6207ee3bf03SGerd HoffmannF: ui/spice-*.c
6217ee3bf03SGerd HoffmannF: audio/spiceaudio.c
6227ee3bf03SGerd HoffmannF: hw/qxl*
6237ee3bf03SGerd Hoffmann
624fd5d5c56SAnthony LiguoriGraphics
625fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
626fd5d5c56SAnthony LiguoriS: Maintained
627fd5d5c56SAnthony LiguoriF: ui/
628fd5d5c56SAnthony Liguori
629351f1bf6SAndreas FärberCocoa graphics
630351f1bf6SAndreas FärberM: Andreas Färber <andreas.faerber@web.de>
631351f1bf6SAndreas FärberS: Odd Fixes
632351f1bf6SAndreas FärberF: ui/cocoa.m
633351f1bf6SAndreas Färber
634fd5d5c56SAnthony LiguoriMain loop
635fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
636fd5d5c56SAnthony LiguoriS: Supported
637fd5d5c56SAnthony LiguoriF: vl.c
638fd5d5c56SAnthony Liguori
639fd5d5c56SAnthony LiguoriMonitor (QMP/HMP)
640fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com>
641fd5d5c56SAnthony LiguoriM: Markus Armbruster <armbru@redhat.com>
642fd5d5c56SAnthony LiguoriS: Supported
643fd5d5c56SAnthony LiguoriF: monitor.c
644fd5d5c56SAnthony Liguori
645fd5d5c56SAnthony LiguoriNetwork device layer
646fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
6471cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
648fd5d5c56SAnthony LiguoriS: Maintained
649fd5d5c56SAnthony LiguoriF: net/
650837c36e7SStefan HajnocziT: git git://github.com/stefanha/qemu.git net
651fd5d5c56SAnthony Liguori
65244f76b28SPaolo BonziniNetwork Block Device (NBD)
65344f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
65444f76b28SPaolo BonziniS: Odd Fixes
65544f76b28SPaolo BonziniF: block/nbd.c
65644f76b28SPaolo BonziniF: nbd.*
65744f76b28SPaolo BonziniF: qemu-nbd.c
6581ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
65944f76b28SPaolo Bonzini
660fd5d5c56SAnthony LiguoriSLIRP
661bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
662bafc72abSJan KiszkaS: Maintained
663fd5d5c56SAnthony LiguoriF: slirp/
6641ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
665fd5d5c56SAnthony Liguori
666598a3f35SStefan HajnocziTracing
6671cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
668598a3f35SStefan HajnocziS: Maintained
669598a3f35SStefan HajnocziF: trace/
670f70fd8fdSLluís VilanovaF: scripts/tracetool.py
671f70fd8fdSLluís VilanovaF: scripts/tracetool/
672f922ea46SAndreas FärberF: docs/tracing.txt
6731ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
674598a3f35SStefan Hajnoczi
67514f40fdcSBlue SwirlCheckpatch
67614f40fdcSBlue SwirlM: Blue Swirl <blauwirbel@gmail.com>
67714f40fdcSBlue SwirlS: Odd Fixes
67814f40fdcSBlue SwirlF: scripts/checkpatch.pl
67914f40fdcSBlue Swirl
680fd5d5c56SAnthony LiguoriUsermode Emulation
681fd5d5c56SAnthony Liguori------------------
682fd5d5c56SAnthony LiguoriBSD user
683fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
684fd5d5c56SAnthony LiguoriS: Maintained
685fd5d5c56SAnthony LiguoriF: bsd-user/
686fd5d5c56SAnthony Liguori
687fd5d5c56SAnthony LiguoriLinux user
688fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
689fd5d5c56SAnthony LiguoriS: Maintained
690fd5d5c56SAnthony LiguoriF: linux-user/
69142f5a7e9SAurelien Jarno
69242f5a7e9SAurelien JarnoTiny Code Generator (TCG)
69342f5a7e9SAurelien Jarno-------------------------
69442f5a7e9SAurelien JarnoCommon code
69542f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org
69642f5a7e9SAurelien JarnoS: Maintained
69742f5a7e9SAurelien JarnoF: tcg/
69842f5a7e9SAurelien Jarno
69942f5a7e9SAurelien JarnoARM target
70042f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
70142f5a7e9SAurelien JarnoS: Maintained
70242f5a7e9SAurelien JarnoF: tcg/arm/
70342f5a7e9SAurelien Jarno
70442f5a7e9SAurelien JarnoHPPA target
70542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
70642f5a7e9SAurelien JarnoS: Maintained
70742f5a7e9SAurelien JarnoF: tcg/hppa/
70842f5a7e9SAurelien Jarno
70942f5a7e9SAurelien Jarnoi386 target
71042f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org
71142f5a7e9SAurelien JarnoS: Maintained
71242f5a7e9SAurelien JarnoF: tcg/i386/
71342f5a7e9SAurelien Jarno
71442f5a7e9SAurelien JarnoIA64 target
71542f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
71642f5a7e9SAurelien JarnoS: Maintained
71742f5a7e9SAurelien JarnoF: tcg/ia64/
71842f5a7e9SAurelien Jarno
71942f5a7e9SAurelien JarnoMIPS target
720d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
72142f5a7e9SAurelien JarnoS: Maintained
72242f5a7e9SAurelien JarnoF: tcg/mips/
72342f5a7e9SAurelien Jarno
72442f5a7e9SAurelien JarnoPPC
72542f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
72642f5a7e9SAurelien JarnoS: Maintained
72742f5a7e9SAurelien JarnoF: tcg/ppc/
72842f5a7e9SAurelien Jarno
72942f5a7e9SAurelien JarnoPPC64 target
73042f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
73142f5a7e9SAurelien JarnoS: Maintained
73242f5a7e9SAurelien JarnoF: tcg/ppc64/
73342f5a7e9SAurelien Jarno
73442f5a7e9SAurelien JarnoS390 target
73542f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
73642f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
73742f5a7e9SAurelien JarnoS: Maintained
73842f5a7e9SAurelien JarnoF: tcg/s390/
73942f5a7e9SAurelien Jarno
74042f5a7e9SAurelien JarnoSPARC target
74142f5a7e9SAurelien JarnoM: Blue Swirl <blauwirbel@gmail.com>
74242f5a7e9SAurelien JarnoS: Maintained
74342f5a7e9SAurelien JarnoF: tcg/sparc/
744bc75c9e5SStefan Weil
745bc75c9e5SStefan WeilTCI target
746bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
747bc75c9e5SStefan WeilS: Maintained
7488ef9cd55SAndreas FärberF: tcg/tci/
749aa09c951SAndreas Färber
750aa09c951SAndreas FärberStable branches
751aa09c951SAndreas Färber---------------
752aa09c951SAndreas FärberStable 1.0
753aa09c951SAndreas FärberL: qemu-stable@nongnu.org
754aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-1.0.git
755aa09c951SAndreas FärberS: Orphan
756aa09c951SAndreas Färber
757aa09c951SAndreas FärberStable 0.15
758aa09c951SAndreas FärberL: qemu-stable@nongnu.org
759aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.15.git
760aa09c951SAndreas FärberS: Orphan
761aa09c951SAndreas Färber
762aa09c951SAndreas FärberStable 0.14
763aa09c951SAndreas FärberL: qemu-stable@nongnu.org
764aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.14.git
765aa09c951SAndreas FärberS: Orphan
766aa09c951SAndreas Färber
767aa09c951SAndreas FärberStable 0.10
768aa09c951SAndreas FärberL: qemu-stable@nongnu.org
769aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.10.git
770aa09c951SAndreas FärberS: Orphan
771