xref: /openbmc/qemu/MAINTAINERS (revision dd4ad64a)
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
1012b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
102fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
103fd5d5c56SAnthony LiguoriS: Maintained
104fd5d5c56SAnthony LiguoriF: target-s390x/
105b6f97c14Sbellard
106fd5d5c56SAnthony LiguoriSH4
107ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1082c9b7d1aSAndreas FärberS: Odd Fixes
109fd5d5c56SAnthony LiguoriF: target-sh4/
110fd5d5c56SAnthony Liguori
111fd5d5c56SAnthony LiguoriSPARC
112fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
113fd5d5c56SAnthony LiguoriS: Maintained
114fd5d5c56SAnthony LiguoriF: target-sparc/
115fd5d5c56SAnthony Liguori
116a6ea7b4cSAndreas FärberUniCore32
117a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
118a6ea7b4cSAndreas FärberS: Maintained
119a6ea7b4cSAndreas FärberF: target-unicore32/
120a6ea7b4cSAndreas Färber
121fd5d5c56SAnthony LiguoriX86
122fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
123fd5d5c56SAnthony LiguoriS: Odd Fixes
124fd5d5c56SAnthony LiguoriF: target-i386/
125fd5d5c56SAnthony Liguori
12616e7caaeSMax FilippovXtensa
12716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
128375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
12916e7caaeSMax FilippovS: Maintained
13016e7caaeSMax FilippovF: target-xtensa/
13116e7caaeSMax Filippov
132fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
133fd5d5c56SAnthony Liguori----------------------
134fd5d5c56SAnthony Liguori
135fd5d5c56SAnthony LiguoriOverall
136a2685bccSGleb NatapovM: Gleb Natapov <gleb@redhat.com>
137fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
138fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
139fd5d5c56SAnthony LiguoriS: Supported
140fd5d5c56SAnthony LiguoriF: kvm-*
141fd5d5c56SAnthony LiguoriF: */kvm.*
142fd5d5c56SAnthony Liguori
143ed4659d1SPeter MaydellARM
144ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
145ed4659d1SPeter MaydellS: Maintained
146ed4659d1SPeter MaydellF: target-arm/kvm.c
147ed4659d1SPeter Maydell
148fd5d5c56SAnthony LiguoriPPC
149fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
150fd5d5c56SAnthony LiguoriS: Maintained
151fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
152fd5d5c56SAnthony Liguori
153fd5d5c56SAnthony LiguoriS390
154fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
155fd5d5c56SAnthony LiguoriS: Maintained
156fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
157fd5d5c56SAnthony Liguori
158fd5d5c56SAnthony LiguoriX86
159a2685bccSGleb NatapovM: Gleb Natapov <gleb@redhat.com>
160fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
161fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
162fd5d5c56SAnthony LiguoriS: Supported
163fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
164fd5d5c56SAnthony Liguori
1658a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
1668a6b0cd7SStefano Stabellini----------------------
1678a6b0cd7SStefano Stabellini
1688a6b0cd7SStefano StabelliniX86
1698a6b0cd7SStefano StabelliniM: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
1708a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
1718a6b0cd7SStefano StabelliniS: Supported
1728a6b0cd7SStefano StabelliniF: xen-*
1738a6b0cd7SStefano StabelliniF: */xen*
1748a6b0cd7SStefano Stabellini
1751bdd6874SStefan WeilHosts:
1761bdd6874SStefan Weil------
1771bdd6874SStefan Weil
1781bdd6874SStefan WeilLINUX
1791bdd6874SStefan WeilL: qemu-devel@nongnu.org
1801bdd6874SStefan WeilS: Maintained
1811bdd6874SStefan WeilF: linux-*
1821bdd6874SStefan WeilF: linux-headers/
1831bdd6874SStefan Weil
1841bdd6874SStefan WeilPOSIX
1851bdd6874SStefan WeilL: qemu-devel@nongnu.org
1861bdd6874SStefan WeilS: Maintained
1871bdd6874SStefan WeilF: *posix*
1881bdd6874SStefan Weil
1891bdd6874SStefan WeilW32, W64
1901bdd6874SStefan WeilL: qemu-devel@nongnu.org
1911bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1921bdd6874SStefan WeilS: Maintained
1931bdd6874SStefan WeilF: *win32*
1941bdd6874SStefan Weil
195fd5d5c56SAnthony LiguoriARM Machines
196fd5d5c56SAnthony Liguori------------
197fc63dcffSEvgeny VoevodinExynos
198fc63dcffSEvgeny VoevodinM: Evgeny Voevodin <e.voevodin@samsung.com>
199fc63dcffSEvgeny VoevodinM: Maksim Kozlov <m.kozlov@samsung.com>
200fc63dcffSEvgeny VoevodinM: Igor Mitsyanko <i.mitsyanko@samsung.com>
201fc63dcffSEvgeny VoevodinM: Dmitry Solodkiy <d.solodkiy@samsung.com>
202fc63dcffSEvgeny VoevodinS: Maintained
203fc63dcffSEvgeny VoevodinF: hw/exynos*
204fc63dcffSEvgeny Voevodin
205766fd09fSMark LangsdorfCalxeda Highbank
206766fd09fSMark LangsdorfM: Mark Langsdorf <mark.langsdorf@calxeda.com>
207766fd09fSMark LangsdorfS: Supported
208766fd09fSMark LangsdorfF: hw/highbank.c
209766fd09fSMark LangsdorfF: hw/xgmac.c
210766fd09fSMark Langsdorf
211fd5d5c56SAnthony LiguoriGumstix
212fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
213fd5d5c56SAnthony LiguoriS: Orphan
214fd5d5c56SAnthony LiguoriF: hw/gumstix.c
215fd5d5c56SAnthony Liguori
2160325559dSPeter Chubbi.MX31
2170325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
2180325559dSPeter ChubbS: Odd fixes
2190325559dSPeter ChubbF: hw/imx*
2200325559dSPeter ChubbF: hw/kzm.c
2210325559dSPeter Chubb
222fd5d5c56SAnthony LiguoriIntegrator CP
223fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2241ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
225fd5d5c56SAnthony LiguoriS: Maintained
226fd5d5c56SAnthony LiguoriF: hw/integratorcp.c
227fd5d5c56SAnthony Liguori
228fd5d5c56SAnthony LiguoriMainstone
229fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
230fd5d5c56SAnthony LiguoriS: Orphan
231fd5d5c56SAnthony LiguoriF: hw/mainstone.c
232fd5d5c56SAnthony Liguori
233fd5d5c56SAnthony LiguoriMusicpal
234fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
235fd5d5c56SAnthony LiguoriS: Maintained
236fd5d5c56SAnthony LiguoriF: hw/musicpal.c
237fd5d5c56SAnthony Liguori
238fd5d5c56SAnthony LiguorinSeries
239fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
240fd5d5c56SAnthony LiguoriS: Maintained
241fd5d5c56SAnthony LiguoriF: hw/nseries.c
242fd5d5c56SAnthony Liguori
243fd5d5c56SAnthony LiguoriPalm
244fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
245fd5d5c56SAnthony LiguoriS: Maintained
246fd5d5c56SAnthony LiguoriF: hw/palm.c
247fd5d5c56SAnthony Liguori
248fd5d5c56SAnthony LiguoriReal View
249fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2501ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
251fd5d5c56SAnthony LiguoriS: Maintained
252fd5d5c56SAnthony LiguoriF: hw/realview*
253fd5d5c56SAnthony Liguori
254fd5d5c56SAnthony LiguoriSpitz
255fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
256fd5d5c56SAnthony LiguoriS: Maintained
257fd5d5c56SAnthony LiguoriF: hw/spitz.c
258fd5d5c56SAnthony Liguori
259fd5d5c56SAnthony LiguoriStellaris
260fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2611ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
262fd5d5c56SAnthony LiguoriS: Maintained
263fd5d5c56SAnthony LiguoriF: hw/stellaris.c
264fd5d5c56SAnthony Liguori
265fd5d5c56SAnthony LiguoriVersatile PB
266fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
2671ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
268fd5d5c56SAnthony LiguoriS: Maintained
269fd5d5c56SAnthony LiguoriF: hw/versatilepb.c
270fd5d5c56SAnthony Liguori
271e3260506SPeter A. G. CrosthwaiteXilinx Zynq
272e3260506SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
273e3260506SPeter A. G. CrosthwaiteS: Maintained
274e3260506SPeter A. G. CrosthwaiteF: hw/xilinx_zynq.c
275e3260506SPeter A. G. CrosthwaiteF: hw/zynq_slcr.c
276e3260506SPeter A. G. CrosthwaiteF: hw/cadence_*
277fcb5629dSPeter A. G. CrosthwaiteF: hw/xilinx_spips.c
278e3260506SPeter A. G. Crosthwaite
279fd5d5c56SAnthony LiguoriCRIS Machines
280fd5d5c56SAnthony Liguori-------------
281fd5d5c56SAnthony LiguoriAxis Dev88
282fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
283fd5d5c56SAnthony LiguoriS: Maintained
284fd5d5c56SAnthony LiguoriF: hw/axis_dev88.c
285fd5d5c56SAnthony Liguori
286fd5d5c56SAnthony Liguorietraxfs
287fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
288fd5d5c56SAnthony LiguoriS: Maintained
289fd5d5c56SAnthony LiguoriF: hw/etraxfs.c
290fd5d5c56SAnthony Liguori
29107bf23a7SMichael WalleLM32 Machines
29207bf23a7SMichael Walle-------------
29307bf23a7SMichael WalleEVR32 and uclinux BSP
29407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
29507bf23a7SMichael WalleS: Maintained
29607bf23a7SMichael WalleF: hw/lm32_boards.c
29707bf23a7SMichael Walle
298d118aa6bSMichael Wallemilkymist
299d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
300d118aa6bSMichael WalleS: Maintained
301d118aa6bSMichael WalleF: hw/milkymist.c
302d118aa6bSMichael Walle
303afcacd53SAurelien JarnoM68K Machines
304fd5d5c56SAnthony Liguori-------------
305fd5d5c56SAnthony Liguorian5206
306fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
307fd5d5c56SAnthony LiguoriS: Maintained
308fd5d5c56SAnthony LiguoriF: hw/an5206.c
309fd5d5c56SAnthony Liguori
310fd5d5c56SAnthony Liguoridummy_m68k
311fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
312fd5d5c56SAnthony LiguoriS: Maintained
313fd5d5c56SAnthony LiguoriF: hw/dummy_m68k.c
314fd5d5c56SAnthony Liguori
315fd5d5c56SAnthony Liguorimcf5208
316fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
317fd5d5c56SAnthony LiguoriS: Maintained
318fd5d5c56SAnthony LiguoriF: hw/mcf5208.c
319fd5d5c56SAnthony Liguori
320fd5d5c56SAnthony LiguoriMicroBlaze Machines
321b6f97c14Sbellard-------------------
322fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
323fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
324fd5d5c56SAnthony LiguoriS: Maintained
325fd5d5c56SAnthony LiguoriF: hw/petalogix_s3adsp1800.c
326b6f97c14Sbellard
327d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
328d36e8ce7SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
329d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
330d36e8ce7SPeter A. G. CrosthwaiteF: hw/petalogix_ml605_mmu.c
331d36e8ce7SPeter A. G. Crosthwaite
332fd5d5c56SAnthony LiguoriMIPS Machines
333fd5d5c56SAnthony Liguori-------------
334fd5d5c56SAnthony LiguoriJazz
335fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
336fd5d5c56SAnthony LiguoriS: Maintained
337fd5d5c56SAnthony LiguoriF: hw/mips_jazz.c
338fd5d5c56SAnthony Liguori
339fd5d5c56SAnthony LiguoriMalta
340fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
341fd5d5c56SAnthony LiguoriS: Maintained
342fd5d5c56SAnthony LiguoriF: hw/mips_malta.c
343fd5d5c56SAnthony Liguori
344fd5d5c56SAnthony LiguoriMipssim
345fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
346fd5d5c56SAnthony LiguoriS: Orphan
347fd5d5c56SAnthony LiguoriF: hw/mips_mipssim.c
348fd5d5c56SAnthony Liguori
349fd5d5c56SAnthony LiguoriR4000
350fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
351fd5d5c56SAnthony LiguoriS: Maintained
352fd5d5c56SAnthony LiguoriF: hw/mips_r4k.c
353fd5d5c56SAnthony Liguori
354fd5d5c56SAnthony LiguoriPowerPC Machines
355fd5d5c56SAnthony Liguori----------------
356fd5d5c56SAnthony Liguori405
357fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
358a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
3599b9fe135SAndreas FärberS: Odd Fixes
360fd5d5c56SAnthony LiguoriF: hw/ppc405_boards.c
361fd5d5c56SAnthony Liguori
362aaade8d7SAndreas FärberBamboo
363aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
364aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
365aaade8d7SAndreas FärberS: Odd Fixes
366aaade8d7SAndreas FärberF: hw/ppc440_bamboo.c
367aaade8d7SAndreas Färber
36898cded3aSAndreas Färbere500
36998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
37098cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
37198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
37298cded3aSAndreas FärberS: Supported
37398cded3aSAndreas FärberF: hw/ppc/e500.[hc]
37498cded3aSAndreas FärberF: hw/ppc/e500plat.c
37598cded3aSAndreas Färber
37698cded3aSAndreas Färbermpc8544ds
37798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
37898cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
37998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
38098cded3aSAndreas FärberS: Supported
38198cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
38298cded3aSAndreas FärberF: hw/mpc8544_guts.c
38398cded3aSAndreas Färber
384fd5d5c56SAnthony LiguoriNew World
385fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
386a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
387fd5d5c56SAnthony LiguoriS: Maintained
388baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
3890a6eec6bSAndreas FärberF: hw/unin_pci.c
390d5ee6754SAndreas FärberF: hw/dec_pci.[hc]
391fd5d5c56SAnthony Liguori
392fd5d5c56SAnthony LiguoriOld World
393fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
394a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
395fd5d5c56SAnthony LiguoriS: Maintained
396baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
3970a6eec6bSAndreas FärberF: hw/grackle_pci.c
398fd5d5c56SAnthony Liguori
399ec38d398SAndreas FärberPReP
400ec38d398SAndreas FärberM: Andreas Färber <andreas.faerber@web.de>
401a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
402ec38d398SAndreas FärberS: Odd Fixes
40375610155SAndreas FärberF: hw/ppc/prep.c
4041c75457fSAndreas FärberF: hw/prep_pci.[hc]
40552a71bffSHervé PoussineauF: hw/pc87312.[hc]
406fd5d5c56SAnthony Liguori
4078a269ca4SAndreas FärbersPAPR
4088a269ca4SAndreas FärberM: David Gibson <david@gibson.dropbear.id.au>
4098a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
4108a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
4118a269ca4SAndreas FärberS: Supported
4128a269ca4SAndreas FärberF: hw/spapr*
4138a269ca4SAndreas Färber
414794d00bfSAndreas Färbervirtex_ml507
415794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
416794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
417794d00bfSAndreas FärberS: Odd Fixes
418794d00bfSAndreas FärberF: hw/virtex_ml507.c
419794d00bfSAndreas Färber
420fd5d5c56SAnthony LiguoriSH4 Machines
421fd5d5c56SAnthony Liguori------------
422fd5d5c56SAnthony LiguoriR2D
423fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
424fd5d5c56SAnthony LiguoriS: Maintained
425fd5d5c56SAnthony LiguoriF: hw/r2d.c
426fd5d5c56SAnthony Liguori
427fd5d5c56SAnthony LiguoriShix
428fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
429afcacd53SAurelien JarnoS: Orphan
430fd5d5c56SAnthony LiguoriF: hw/shix.c
431fd5d5c56SAnthony Liguori
432fd5d5c56SAnthony LiguoriSPARC Machines
433fd5d5c56SAnthony Liguori--------------
434fd5d5c56SAnthony LiguoriSun4m
435fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
436fd5d5c56SAnthony LiguoriS: Maintained
437fd5d5c56SAnthony LiguoriF: hw/sun4m.c
438fd5d5c56SAnthony Liguori
439fd5d5c56SAnthony LiguoriSun4u
440fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
441fd5d5c56SAnthony LiguoriS: Maintained
442fd5d5c56SAnthony LiguoriF: hw/sun4u.c
443fd5d5c56SAnthony Liguori
444ce6c760cSFabien ChouteauLeon3
445ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
446ce6c760cSFabien ChouteauS: Maintained
447ce6c760cSFabien ChouteauF: hw/leon3.c
448ce6c760cSFabien ChouteauF: hw/grlib*
449ce6c760cSFabien Chouteau
450fd5d5c56SAnthony LiguoriS390 Machines
451fd5d5c56SAnthony Liguori-------------
452fd5d5c56SAnthony LiguoriS390 Virtio
453fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
454fd5d5c56SAnthony LiguoriS: Maintained
455fd5d5c56SAnthony LiguoriF: hw/s390-*.c
456fd5d5c56SAnthony Liguori
457*dd4ad64aSCornelia HuckS390 Virtio-ccw
458*dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
459*dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
460*dd4ad64aSCornelia HuckS: Supported
461*dd4ad64aSCornelia HuckF: hw/s390x/s390-virtio-ccw.c
462*dd4ad64aSCornelia HuckF: hw/s390x/css.[hc]
463*dd4ad64aSCornelia HuckT: git git://github.com/cohuck/qemu virtio-ccw-upstr
464*dd4ad64aSCornelia Huck
465ab9528caSGuan XuetaoUniCore32 Machines
466ab9528caSGuan Xuetao-------------
467ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
468ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
469ab9528caSGuan XuetaoS: Maintained
470ab9528caSGuan XuetaoF: hw/puv3*
471ab9528caSGuan XuetaoF: hw/unicore32/
472ab9528caSGuan Xuetao
473fd5d5c56SAnthony LiguoriX86 Machines
474fd5d5c56SAnthony Liguori------------
475fd5d5c56SAnthony LiguoriPC
476fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
477fd5d5c56SAnthony LiguoriS: Supported
4782df6dabbSAndreas FärberF: hw/pc.[ch]
4792df6dabbSAndreas FärberF: hw/pc_piix.c
480fd5d5c56SAnthony Liguori
48116e7caaeSMax FilippovXtensa Machines
48216e7caaeSMax Filippov---------------
483375847a6SMax Filippovsim
48416e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
48516e7caaeSMax FilippovS: Maintained
486375847a6SMax FilippovF: hw/xtensa_sim.c
487375847a6SMax Filippov
488375847a6SMax FilippovAvnet LX60
489375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
490375847a6SMax FilippovS: Maintained
491375847a6SMax FilippovF: hw/xtensa_lx60.c
49216e7caaeSMax Filippov
493fd5d5c56SAnthony LiguoriDevices
494fd5d5c56SAnthony Liguori-------
495fd5d5c56SAnthony LiguoriIDE
496fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
497fd5d5c56SAnthony LiguoriS: Odd Fixes
498fd5d5c56SAnthony LiguoriF: hw/ide/
499fd5d5c56SAnthony Liguori
500f5f487b2SPeter MaydellOMAP
501f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
502f5f487b2SPeter MaydellS: Maintained
503f5f487b2SPeter MaydellF: hw/omap*
504f5f487b2SPeter Maydell
505fd5d5c56SAnthony LiguoriPCI
506fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
507fd5d5c56SAnthony LiguoriS: Supported
508ca818cfbSMichael S. TsirkinF: hw/pci/*
509fd5d5c56SAnthony LiguoriF: hw/pci*
510fd5d5c56SAnthony LiguoriF: hw/piix*
511fd5d5c56SAnthony Liguori
512aaade8d7SAndreas Färberppc4xx
513aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
514aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
515aaade8d7SAndreas FärberS: Odd Fixes
516aaade8d7SAndreas FärberF: hw/ppc4xx*.[hc]
517aaade8d7SAndreas Färber
51898cded3aSAndreas Färberppce500
51998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
52098cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
52198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
52298cded3aSAndreas FärberS: Supported
52398cded3aSAndreas FärberF: hw/ppce500_*
52498cded3aSAndreas Färber
525fd5d5c56SAnthony LiguoriSCSI
526de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
527de7724f7SPaolo BonziniS: Supported
528de7724f7SPaolo BonziniF: hw/virtio-scsi.*
529de7724f7SPaolo BonziniF: hw/scsi*
5301ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
531de7724f7SPaolo Bonzini
532de7724f7SPaolo BonziniLSI53C895A
533fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com>
534fd5d5c56SAnthony LiguoriS: Odd Fixes
535fd5d5c56SAnthony LiguoriF: hw/lsi53c895a.c
536fd5d5c56SAnthony Liguori
537fcb5629dSPeter A. G. CrosthwaiteSSI
538fcb5629dSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
539fcb5629dSPeter A. G. CrosthwaiteS: Maintained
540fcb5629dSPeter A. G. CrosthwaiteF: hw/ssi.*
541fcb5629dSPeter A. G. CrosthwaiteF: hw/m25p80.c
542fcb5629dSPeter A. G. Crosthwaite
543fd5d5c56SAnthony LiguoriUSB
5445d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
5455d0d62feSGerd HoffmannS: Maintained
546fd5d5c56SAnthony LiguoriF: hw/usb*
547fd5d5c56SAnthony Liguori
54892e1fb5eSAlex WilliamsonVFIO
54992e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
55092e1fb5eSAlex WilliamsonS: Supported
55192e1fb5eSAlex WilliamsonF: hw/vfio*
55292e1fb5eSAlex Williamson
553fd5d5c56SAnthony Liguorivhost
554fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
555fd5d5c56SAnthony LiguoriS: Supported
556fd5d5c56SAnthony LiguoriF: hw/vhost*
557fd5d5c56SAnthony Liguori
558fd5d5c56SAnthony Liguorivirtio
559fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
560fd5d5c56SAnthony LiguoriS: Supported
561fd5d5c56SAnthony LiguoriF: hw/virtio*
562fd5d5c56SAnthony Liguori
563fd5d5c56SAnthony Liguorivirtio-9p
56423704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
565fd5d5c56SAnthony LiguoriS: Supported
566aebeca25SAndreas FärberF: hw/9pfs/
567aebeca25SAndreas FärberF: fsdev/
5683f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
569fd5d5c56SAnthony Liguori
570fd5d5c56SAnthony Liguorivirtio-blk
571fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
57254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
573fd5d5c56SAnthony LiguoriS: Supported
574fd5d5c56SAnthony LiguoriF: hw/virtio-blk*
575fd5d5c56SAnthony Liguori
576*dd4ad64aSCornelia Huckvirtio-ccw
577*dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
578*dd4ad64aSCornelia HuckS: Supported
579*dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
580*dd4ad64aSCornelia HuckT: git git://github.com/cohuck/qemu virtio-ccw-upstr
581*dd4ad64aSCornelia Huck
582fd5d5c56SAnthony Liguorivirtio-serial
583fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
584fd5d5c56SAnthony LiguoriS: Supported
585fd5d5c56SAnthony LiguoriF: hw/virtio-serial*
586fd5d5c56SAnthony LiguoriF: hw/virtio-console*
587fd5d5c56SAnthony Liguori
588ab61d240SPeter A. G. CrosthwaiteXilinx EDK
589ab61d240SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
590ab61d240SPeter A. G. CrosthwaiteM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
591ab61d240SPeter A. G. CrosthwaiteS: Maintained
592ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_axi*
593ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_uartlite.c
594ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_intc.c
595ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_ethlite.c
596ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_timer.c
597ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx.h
598fcb5629dSPeter A. G. CrosthwaiteF: hw/xilinx_spi.c
599ab61d240SPeter A. G. Crosthwaite
600fd5d5c56SAnthony LiguoriSubsystems
601fd5d5c56SAnthony Liguori----------
602fd5d5c56SAnthony LiguoriAudio
603fd5d5c56SAnthony LiguoriM: Vassili Karpov (malc) <av1474@comtv.ru>
604fd5d5c56SAnthony LiguoriS: Maintained
605fd5d5c56SAnthony LiguoriF: audio/
606fd5d5c56SAnthony Liguori
607fd5d5c56SAnthony LiguoriBlock
608fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
60954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
610fd5d5c56SAnthony LiguoriS: Supported
611fd5d5c56SAnthony LiguoriF: block*
612fd5d5c56SAnthony LiguoriF: block/
613fd5d5c56SAnthony Liguori
614fd5d5c56SAnthony LiguoriCharacter Devices
615fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
616fd5d5c56SAnthony LiguoriS: Maintained
617fd5d5c56SAnthony LiguoriF: qemu-char.c
618fd5d5c56SAnthony Liguori
619f2ca0524SAndreas FärberCPU
620f2ca0524SAndreas FärberM: Andreas Färber <afaerber@suse.de>
621f2ca0524SAndreas FärberS: Supported
622f2ca0524SAndreas FärberF: qom/cpu.c
623f2ca0524SAndreas FärberF: include/qemu/cpu.h
62462e0c095SAndreas FärberF: target-i386/cpu.c
625f2ca0524SAndreas Färber
626d24b569aSPeter A. G. CrosthwaiteDevice Tree
627d24b569aSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
628d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
629d24b569aSPeter A. G. CrosthwaiteS: Maintained
630d24b569aSPeter A. G. CrosthwaiteF: device-tree.[ch]
631d24b569aSPeter A. G. Crosthwaite
632fd5d5c56SAnthony LiguoriGDB stub
633fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
634fd5d5c56SAnthony LiguoriS: Odd Fixes
635fd5d5c56SAnthony LiguoriF: gdbstub*
636fd5d5c56SAnthony LiguoriF: gdb-xml/
637fd5d5c56SAnthony Liguori
6387ee3bf03SGerd HoffmannSPICE
6397ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
6407ee3bf03SGerd HoffmannS: Supported
6417ee3bf03SGerd HoffmannF: ui/qemu-spice.h
6427ee3bf03SGerd HoffmannF: ui/spice-*.c
6437ee3bf03SGerd HoffmannF: audio/spiceaudio.c
6447ee3bf03SGerd HoffmannF: hw/qxl*
6457ee3bf03SGerd Hoffmann
646fd5d5c56SAnthony LiguoriGraphics
647fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
648fd5d5c56SAnthony LiguoriS: Maintained
649fd5d5c56SAnthony LiguoriF: ui/
650fd5d5c56SAnthony Liguori
651351f1bf6SAndreas FärberCocoa graphics
652351f1bf6SAndreas FärberM: Andreas Färber <andreas.faerber@web.de>
653351f1bf6SAndreas FärberS: Odd Fixes
654351f1bf6SAndreas FärberF: ui/cocoa.m
655351f1bf6SAndreas Färber
656fd5d5c56SAnthony LiguoriMain loop
657fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
658fd5d5c56SAnthony LiguoriS: Supported
659fd5d5c56SAnthony LiguoriF: vl.c
660fd5d5c56SAnthony Liguori
661fd5d5c56SAnthony LiguoriMonitor (QMP/HMP)
662fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com>
663fd5d5c56SAnthony LiguoriM: Markus Armbruster <armbru@redhat.com>
664fd5d5c56SAnthony LiguoriS: Supported
665fd5d5c56SAnthony LiguoriF: monitor.c
666fd5d5c56SAnthony Liguori
667fd5d5c56SAnthony LiguoriNetwork device layer
668fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com>
6691cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
670fd5d5c56SAnthony LiguoriS: Maintained
671fd5d5c56SAnthony LiguoriF: net/
672837c36e7SStefan HajnocziT: git git://github.com/stefanha/qemu.git net
673fd5d5c56SAnthony Liguori
67444f76b28SPaolo BonziniNetwork Block Device (NBD)
67544f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
67644f76b28SPaolo BonziniS: Odd Fixes
67744f76b28SPaolo BonziniF: block/nbd.c
67844f76b28SPaolo BonziniF: nbd.*
67944f76b28SPaolo BonziniF: qemu-nbd.c
6801ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
68144f76b28SPaolo Bonzini
682fd5d5c56SAnthony LiguoriSLIRP
683bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
684bafc72abSJan KiszkaS: Maintained
685fd5d5c56SAnthony LiguoriF: slirp/
6861ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
687fd5d5c56SAnthony Liguori
688598a3f35SStefan HajnocziTracing
6891cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
690598a3f35SStefan HajnocziS: Maintained
691598a3f35SStefan HajnocziF: trace/
692f70fd8fdSLluís VilanovaF: scripts/tracetool.py
693f70fd8fdSLluís VilanovaF: scripts/tracetool/
694f922ea46SAndreas FärberF: docs/tracing.txt
6951ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
696598a3f35SStefan Hajnoczi
69714f40fdcSBlue SwirlCheckpatch
69814f40fdcSBlue SwirlM: Blue Swirl <blauwirbel@gmail.com>
69914f40fdcSBlue SwirlS: Odd Fixes
70014f40fdcSBlue SwirlF: scripts/checkpatch.pl
70114f40fdcSBlue Swirl
702fd5d5c56SAnthony LiguoriUsermode Emulation
703fd5d5c56SAnthony Liguori------------------
704fd5d5c56SAnthony LiguoriBSD user
705fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
706fd5d5c56SAnthony LiguoriS: Maintained
707fd5d5c56SAnthony LiguoriF: bsd-user/
708fd5d5c56SAnthony Liguori
709fd5d5c56SAnthony LiguoriLinux user
710fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
711fd5d5c56SAnthony LiguoriS: Maintained
712fd5d5c56SAnthony LiguoriF: linux-user/
71342f5a7e9SAurelien Jarno
71442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
71542f5a7e9SAurelien Jarno-------------------------
71642f5a7e9SAurelien JarnoCommon code
71742f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org
71842f5a7e9SAurelien JarnoS: Maintained
71942f5a7e9SAurelien JarnoF: tcg/
72042f5a7e9SAurelien Jarno
72142f5a7e9SAurelien JarnoARM target
72242f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
72342f5a7e9SAurelien JarnoS: Maintained
72442f5a7e9SAurelien JarnoF: tcg/arm/
72542f5a7e9SAurelien Jarno
72642f5a7e9SAurelien JarnoHPPA target
72742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
72842f5a7e9SAurelien JarnoS: Maintained
72942f5a7e9SAurelien JarnoF: tcg/hppa/
73042f5a7e9SAurelien Jarno
73142f5a7e9SAurelien Jarnoi386 target
73242f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org
73342f5a7e9SAurelien JarnoS: Maintained
73442f5a7e9SAurelien JarnoF: tcg/i386/
73542f5a7e9SAurelien Jarno
73642f5a7e9SAurelien JarnoIA64 target
73742f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
73842f5a7e9SAurelien JarnoS: Maintained
73942f5a7e9SAurelien JarnoF: tcg/ia64/
74042f5a7e9SAurelien Jarno
74142f5a7e9SAurelien JarnoMIPS target
742d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
74342f5a7e9SAurelien JarnoS: Maintained
74442f5a7e9SAurelien JarnoF: tcg/mips/
74542f5a7e9SAurelien Jarno
74642f5a7e9SAurelien JarnoPPC
74742f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
74842f5a7e9SAurelien JarnoS: Maintained
74942f5a7e9SAurelien JarnoF: tcg/ppc/
75042f5a7e9SAurelien Jarno
75142f5a7e9SAurelien JarnoPPC64 target
75242f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
75342f5a7e9SAurelien JarnoS: Maintained
75442f5a7e9SAurelien JarnoF: tcg/ppc64/
75542f5a7e9SAurelien Jarno
75642f5a7e9SAurelien JarnoS390 target
75742f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
75842f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
75942f5a7e9SAurelien JarnoS: Maintained
76042f5a7e9SAurelien JarnoF: tcg/s390/
76142f5a7e9SAurelien Jarno
76242f5a7e9SAurelien JarnoSPARC target
76342f5a7e9SAurelien JarnoM: Blue Swirl <blauwirbel@gmail.com>
76442f5a7e9SAurelien JarnoS: Maintained
76542f5a7e9SAurelien JarnoF: tcg/sparc/
766bc75c9e5SStefan Weil
767bc75c9e5SStefan WeilTCI target
768bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
769bc75c9e5SStefan WeilS: Maintained
7708ef9cd55SAndreas FärberF: tcg/tci/
771aa09c951SAndreas Färber
772aa09c951SAndreas FärberStable branches
773aa09c951SAndreas Färber---------------
774aa09c951SAndreas FärberStable 1.0
775aa09c951SAndreas FärberL: qemu-stable@nongnu.org
776aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-1.0.git
777aa09c951SAndreas FärberS: Orphan
778aa09c951SAndreas Färber
779aa09c951SAndreas FärberStable 0.15
780aa09c951SAndreas FärberL: qemu-stable@nongnu.org
781aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.15.git
782aa09c951SAndreas FärberS: Orphan
783aa09c951SAndreas Färber
784aa09c951SAndreas FärberStable 0.14
785aa09c951SAndreas FärberL: qemu-stable@nongnu.org
786aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.14.git
787aa09c951SAndreas FärberS: Orphan
788aa09c951SAndreas Färber
789aa09c951SAndreas FärberStable 0.10
790aa09c951SAndreas FärberL: qemu-stable@nongnu.org
791aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.10.git
792aa09c951SAndreas FärberS: Orphan
793