xref: /openbmc/qemu/MAINTAINERS (revision 9ef137ca)
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------------------------------
53c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
54fd5d5c56SAnthony Liguori
5562622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
5662622c11SMichael S. Tsirkin------------------------------
5762622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess
5862622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
5962622c11SMichael S. TsirkinM: Anthony Liguori <aliguori@amazon.com>
6062622c11SMichael S. TsirkinL: secalert@redhat.com
6162622c11SMichael S. Tsirkin
62fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
63fd5d5c56SAnthony Liguori----------------------
64b6f97c14SbellardAlpha
658d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
668d6df264SRichard HendersonS: Maintained
67fd5d5c56SAnthony LiguoriF: target-alpha/
688d8b636dSPaolo BonziniF: hw/alpha/
69fd5d5c56SAnthony Liguori
70fd5d5c56SAnthony LiguoriARM
711ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
72fd5d5c56SAnthony LiguoriS: Maintained
73fd5d5c56SAnthony LiguoriF: target-arm/
748d8b636dSPaolo BonziniF: hw/arm/
758d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
76fd5d5c56SAnthony Liguori
77fd5d5c56SAnthony LiguoriCRIS
78fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
79fd5d5c56SAnthony LiguoriS: Maintained
80fd5d5c56SAnthony LiguoriF: target-cris/
818d8b636dSPaolo BonziniF: hw/cris/
82fd5d5c56SAnthony Liguori
8307bf23a7SMichael WalleLM32
8407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
8507bf23a7SMichael WalleS: Maintained
8607bf23a7SMichael WalleF: target-lm32/
878d8b636dSPaolo BonziniF: hw/lm32/
880ee10242SAndreas FärberF: hw/char/lm32_*
8907bf23a7SMichael Walle
90fd5d5c56SAnthony LiguoriM68K
910e19885eSAnthony LiguoriS: Orphan
92fd5d5c56SAnthony LiguoriF: target-m68k/
938d8b636dSPaolo BonziniF: hw/m68k/
94fd5d5c56SAnthony Liguori
95abc07545SEdgar E. IglesiasMicroBlaze
96fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
97fd5d5c56SAnthony LiguoriS: Maintained
98fd5d5c56SAnthony LiguoriF: target-microblaze/
998d8b636dSPaolo BonziniF: hw/microblaze/
100fd5d5c56SAnthony Liguori
101fd5d5c56SAnthony LiguoriMIPS
102ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1032c9b7d1aSAndreas FärberS: Odd Fixes
104fd5d5c56SAnthony LiguoriF: target-mips/
1058d8b636dSPaolo BonziniF: hw/mips/
106fd5d5c56SAnthony Liguori
107d15a9c23SAnthony GreenMoxie
108d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
109d15a9c23SAnthony GreenS: Maintained
110d15a9c23SAnthony GreenF: target-moxie/
111d15a9c23SAnthony Green
112945dad6dSJia LiuOpenRISC
113945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
114945dad6dSJia LiuS: Maintained
115945dad6dSJia LiuF: target-openrisc/
116945dad6dSJia LiuF: hw/openrisc/
117945dad6dSJia Liu
118fd5d5c56SAnthony LiguoriPowerPC
119fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
120a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
121fd5d5c56SAnthony LiguoriS: Maintained
122fd5d5c56SAnthony LiguoriF: target-ppc/
1238d8b636dSPaolo BonziniF: hw/ppc/
124fd5d5c56SAnthony Liguori
125749717a0SAlexander GrafS390
1262b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
127fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
128fd5d5c56SAnthony LiguoriS: Maintained
129fd5d5c56SAnthony LiguoriF: target-s390x/
1308d8b636dSPaolo BonziniF: hw/s390x/
131b6f97c14Sbellard
132fd5d5c56SAnthony LiguoriSH4
133ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1342c9b7d1aSAndreas FärberS: Odd Fixes
135fd5d5c56SAnthony LiguoriF: target-sh4/
1368d8b636dSPaolo BonziniF: hw/sh4/
137fd5d5c56SAnthony Liguori
138fd5d5c56SAnthony LiguoriSPARC
139fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
140fd5d5c56SAnthony LiguoriS: Maintained
141fd5d5c56SAnthony LiguoriF: target-sparc/
1428d8b636dSPaolo BonziniF: hw/sparc/
1438d8b636dSPaolo BonziniF: hw/sparc64/
144fd5d5c56SAnthony Liguori
145a6ea7b4cSAndreas FärberUniCore32
146a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
147a6ea7b4cSAndreas FärberS: Maintained
148a6ea7b4cSAndreas FärberF: target-unicore32/
1498d8b636dSPaolo BonziniF: hw/unicore32/
150a6ea7b4cSAndreas Färber
151fd5d5c56SAnthony LiguoriX86
152fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
153fd5d5c56SAnthony LiguoriS: Odd Fixes
154fd5d5c56SAnthony LiguoriF: target-i386/
1558d8b636dSPaolo BonziniF: hw/i386/
156fd5d5c56SAnthony Liguori
15716e7caaeSMax FilippovXtensa
15816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
159375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16016e7caaeSMax FilippovS: Maintained
16116e7caaeSMax FilippovF: target-xtensa/
1628d8b636dSPaolo BonziniF: hw/xtensa/
16316e7caaeSMax Filippov
164fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
165fd5d5c56SAnthony Liguori----------------------
166fd5d5c56SAnthony Liguori
167fd5d5c56SAnthony LiguoriOverall
168c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
169fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
170fd5d5c56SAnthony LiguoriS: Supported
171fd5d5c56SAnthony LiguoriF: kvm-*
172fd5d5c56SAnthony LiguoriF: */kvm.*
173fd5d5c56SAnthony Liguori
174ed4659d1SPeter MaydellARM
175ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
176ed4659d1SPeter MaydellS: Maintained
177ed4659d1SPeter MaydellF: target-arm/kvm.c
178ed4659d1SPeter Maydell
179fd5d5c56SAnthony LiguoriPPC
180fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
181fd5d5c56SAnthony LiguoriS: Maintained
182fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
183fd5d5c56SAnthony Liguori
184fd5d5c56SAnthony LiguoriS390
185b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
186b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
187fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
188fd5d5c56SAnthony LiguoriS: Maintained
189fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
190b304bf00SChristian BorntraegerF: hw/intc/s390_flic.[hc]
191fd5d5c56SAnthony Liguori
192fd5d5c56SAnthony LiguoriX86
193fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
194fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
195fd5d5c56SAnthony LiguoriS: Supported
196fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
197fd5d5c56SAnthony Liguori
1988a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
1998a6b0cd7SStefano Stabellini----------------------
2008a6b0cd7SStefano Stabellini
2018a6b0cd7SStefano StabelliniX86
2028a6b0cd7SStefano StabelliniM: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
2038a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
2048a6b0cd7SStefano StabelliniS: Supported
2058a6b0cd7SStefano StabelliniF: xen-*
2068a6b0cd7SStefano StabelliniF: */xen*
2078a6b0cd7SStefano Stabellini
2081bdd6874SStefan WeilHosts:
2091bdd6874SStefan Weil------
2101bdd6874SStefan Weil
2111bdd6874SStefan WeilLINUX
2121bdd6874SStefan WeilL: qemu-devel@nongnu.org
2131bdd6874SStefan WeilS: Maintained
2141bdd6874SStefan WeilF: linux-*
2151bdd6874SStefan WeilF: linux-headers/
2161bdd6874SStefan Weil
2171bdd6874SStefan WeilPOSIX
2181bdd6874SStefan WeilL: qemu-devel@nongnu.org
2191bdd6874SStefan WeilS: Maintained
2201bdd6874SStefan WeilF: *posix*
2211bdd6874SStefan Weil
2221bdd6874SStefan WeilW32, W64
2231bdd6874SStefan WeilL: qemu-devel@nongnu.org
2241bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
2251bdd6874SStefan WeilS: Maintained
2261bdd6874SStefan WeilF: *win32*
2271bdd6874SStefan Weil
228fd5d5c56SAnthony LiguoriARM Machines
229fd5d5c56SAnthony Liguori------------
23084291fe7SliguangAllwinner-a10
23184291fe7SliguangM: Li Guang <lig.fnst@cn.fujitsu.com>
23284291fe7SliguangS: Maintained
23384291fe7SliguangF: hw/*/allwinner-a10*
23484291fe7SliguangF: include/hw/*/allwinner-a10*
23584291fe7SliguangF: hw/arm/cubieboard.c
23684291fe7Sliguang
237fc63dcffSEvgeny VoevodinExynos
238fc63dcffSEvgeny VoevodinM: Evgeny Voevodin <e.voevodin@samsung.com>
239fc63dcffSEvgeny VoevodinM: Maksim Kozlov <m.kozlov@samsung.com>
240f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
241fc63dcffSEvgeny VoevodinM: Dmitry Solodkiy <d.solodkiy@samsung.com>
242fc63dcffSEvgeny VoevodinS: Maintained
2438d8b636dSPaolo BonziniF: hw/*/exynos*
244fc63dcffSEvgeny Voevodin
245766fd09fSMark LangsdorfCalxeda Highbank
246*9ef137caSRob HerringM: Rob Herring <robh@kernel.org>
247*9ef137caSRob HerringS: Maintained
2488d8b636dSPaolo BonziniF: hw/arm/highbank.c
2498d8b636dSPaolo BonziniF: hw/net/xgmac.c
250766fd09fSMark Langsdorf
2519082f121SAntony PavlovCanon DIGIC
2529082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
2539082f121SAntony PavlovS: Maintained
2549082f121SAntony PavlovF: include/hw/arm/digic.h
2559082f121SAntony PavlovF: hw/*/digic*
2569082f121SAntony Pavlov
257fd5d5c56SAnthony LiguoriGumstix
258fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
259fd5d5c56SAnthony LiguoriS: Orphan
2608d8b636dSPaolo BonziniF: hw/arm/gumstix.c
261fd5d5c56SAnthony Liguori
2620325559dSPeter Chubbi.MX31
2630325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
2640325559dSPeter ChubbS: Odd fixes
2658d8b636dSPaolo BonziniF: hw/*/imx*
2668d8b636dSPaolo BonziniF: hw/arm/kzm.c
2670325559dSPeter Chubb
268fd5d5c56SAnthony LiguoriIntegrator CP
2691ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
270fd5d5c56SAnthony LiguoriS: Maintained
2718d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
272fd5d5c56SAnthony Liguori
273fd5d5c56SAnthony LiguoriMainstone
274fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
275fd5d5c56SAnthony LiguoriS: Orphan
2768d8b636dSPaolo BonziniF: hw/arm/mainstone.c
277fd5d5c56SAnthony Liguori
278fd5d5c56SAnthony LiguoriMusicpal
279fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
280fd5d5c56SAnthony LiguoriS: Maintained
2818d8b636dSPaolo BonziniF: hw/arm/musicpal.c
282fd5d5c56SAnthony Liguori
283fd5d5c56SAnthony LiguorinSeries
284fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
285fd5d5c56SAnthony LiguoriS: Maintained
2868d8b636dSPaolo BonziniF: hw/arm/nseries.c
287fd5d5c56SAnthony Liguori
288fd5d5c56SAnthony LiguoriPalm
289fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
290fd5d5c56SAnthony LiguoriS: Maintained
2918d8b636dSPaolo BonziniF: hw/arm/palm.c
292fd5d5c56SAnthony Liguori
293fd5d5c56SAnthony LiguoriReal View
2941ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
295fd5d5c56SAnthony LiguoriS: Maintained
2968d8b636dSPaolo BonziniF: hw/arm/realview*
297fd5d5c56SAnthony Liguori
298fd5d5c56SAnthony LiguoriSpitz
299fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
300fd5d5c56SAnthony LiguoriS: Maintained
3018d8b636dSPaolo BonziniF: hw/arm/spitz.c
302fd5d5c56SAnthony Liguori
303fd5d5c56SAnthony LiguoriStellaris
3041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
305fd5d5c56SAnthony LiguoriS: Maintained
3068d8b636dSPaolo BonziniF: hw/*/stellaris*
307fd5d5c56SAnthony Liguori
308fd5d5c56SAnthony LiguoriVersatile PB
3091ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
310fd5d5c56SAnthony LiguoriS: Maintained
3118d8b636dSPaolo BonziniF: hw/*/versatile*
312fd5d5c56SAnthony Liguori
313e3260506SPeter A. G. CrosthwaiteXilinx Zynq
31497891afaSPeter CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
315e3260506SPeter A. G. CrosthwaiteS: Maintained
3168d8b636dSPaolo BonziniF: hw/arm/xilinx_zynq.c
3178d8b636dSPaolo BonziniF: hw/misc/zynq_slcr.c
3188d8b636dSPaolo BonziniF: hw/*/cadence_*
3198d8b636dSPaolo BonziniF: hw/ssi/xilinx_spips.c
320e3260506SPeter A. G. Crosthwaite
321fd5d5c56SAnthony LiguoriCRIS Machines
322fd5d5c56SAnthony Liguori-------------
323fd5d5c56SAnthony LiguoriAxis Dev88
324fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
325fd5d5c56SAnthony LiguoriS: Maintained
3268d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
3276e481d57SPeter MaydellF: hw/*/etraxfs_*.c
328fd5d5c56SAnthony Liguori
32907bf23a7SMichael WalleLM32 Machines
33007bf23a7SMichael Walle-------------
33107bf23a7SMichael WalleEVR32 and uclinux BSP
33207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
33307bf23a7SMichael WalleS: Maintained
3348d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
33507bf23a7SMichael Walle
336d118aa6bSMichael Wallemilkymist
337d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
338d118aa6bSMichael WalleS: Maintained
3398d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
340d118aa6bSMichael Walle
341afcacd53SAurelien JarnoM68K Machines
342fd5d5c56SAnthony Liguori-------------
343fd5d5c56SAnthony Liguorian5206
3440e19885eSAnthony LiguoriS: Orphan
3458d8b636dSPaolo BonziniF: hw/m68k/an5206.c
346fd5d5c56SAnthony Liguori
347fd5d5c56SAnthony Liguoridummy_m68k
3480e19885eSAnthony LiguoriS: Orphan
3498d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
350fd5d5c56SAnthony Liguori
351fd5d5c56SAnthony Liguorimcf5208
3520e19885eSAnthony LiguoriS: Orphan
3538d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
354fd5d5c56SAnthony Liguori
355fd5d5c56SAnthony LiguoriMicroBlaze Machines
356b6f97c14Sbellard-------------------
357fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
358fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
359fd5d5c56SAnthony LiguoriS: Maintained
3606e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
361b6f97c14Sbellard
362d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
36397891afaSPeter CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
364d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
3658d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
366d36e8ce7SPeter A. G. Crosthwaite
367fd5d5c56SAnthony LiguoriMIPS Machines
368fd5d5c56SAnthony Liguori-------------
369fd5d5c56SAnthony LiguoriJazz
370fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
371fd5d5c56SAnthony LiguoriS: Maintained
3728d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
373fd5d5c56SAnthony Liguori
374fd5d5c56SAnthony LiguoriMalta
375fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
376fd5d5c56SAnthony LiguoriS: Maintained
3778d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
378fd5d5c56SAnthony Liguori
379fd5d5c56SAnthony LiguoriMipssim
380fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
381fd5d5c56SAnthony LiguoriS: Orphan
3828d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
383fd5d5c56SAnthony Liguori
384fd5d5c56SAnthony LiguoriR4000
385fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
386fd5d5c56SAnthony LiguoriS: Maintained
3878d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
388fd5d5c56SAnthony Liguori
389945dad6dSJia LiuOpenRISC Machines
390945dad6dSJia Liu-----------------
391945dad6dSJia Liuor1k-sim
392945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
393945dad6dSJia LiuS: Maintained
394945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
395945dad6dSJia Liu
396fd5d5c56SAnthony LiguoriPowerPC Machines
397fd5d5c56SAnthony Liguori----------------
398fd5d5c56SAnthony Liguori405
399fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
400a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
4019b9fe135SAndreas FärberS: Odd Fixes
4028d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
403fd5d5c56SAnthony Liguori
404aaade8d7SAndreas FärberBamboo
405aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
406aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
407aaade8d7SAndreas FärberS: Odd Fixes
4088d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
409aaade8d7SAndreas Färber
41098cded3aSAndreas Färbere500
41198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
41298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
41398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
41498cded3aSAndreas FärberS: Supported
41598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
41698cded3aSAndreas FärberF: hw/ppc/e500plat.c
41798cded3aSAndreas Färber
41898cded3aSAndreas Färbermpc8544ds
41998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
42098cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
42198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
42298cded3aSAndreas FärberS: Supported
42398cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
4248d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
42598cded3aSAndreas Färber
426fd5d5c56SAnthony LiguoriNew World
427fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
428a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
429fd5d5c56SAnthony LiguoriS: Maintained
430baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
4316e481d57SPeter MaydellF: hw/pci-host/uninorth.c
4326e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
4338d8b636dSPaolo BonziniF: hw/misc/macio/
434fd5d5c56SAnthony Liguori
435fd5d5c56SAnthony LiguoriOld World
436fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
437a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
438fd5d5c56SAnthony LiguoriS: Maintained
439baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
4406e481d57SPeter MaydellF: hw/pci-host/grackle.c
4418d8b636dSPaolo BonziniF: hw/misc/macio/
442fd5d5c56SAnthony Liguori
443ec38d398SAndreas FärberPReP
444ec38d398SAndreas FärberM: Andreas Färber <andreas.faerber@web.de>
445a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
446ec38d398SAndreas FärberS: Odd Fixes
44775610155SAndreas FärberF: hw/ppc/prep.c
4486e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
4498d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
450fd5d5c56SAnthony Liguori
4518a269ca4SAndreas FärbersPAPR
4528a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
4538a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
4548a269ca4SAndreas FärberS: Supported
4558d8b636dSPaolo BonziniF: hw/*/spapr*
456f9de2da7SDavid GibsonF: include/hw/*/spapr*
457f9de2da7SDavid GibsonF: hw/*/xics*
458f9de2da7SDavid GibsonF: include/hw/*/xics*
459f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
4608a269ca4SAndreas Färber
461794d00bfSAndreas Färbervirtex_ml507
462794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
463794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
464794d00bfSAndreas FärberS: Odd Fixes
4656e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
466794d00bfSAndreas Färber
467fd5d5c56SAnthony LiguoriSH4 Machines
468fd5d5c56SAnthony Liguori------------
469fd5d5c56SAnthony LiguoriR2D
470fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
471fd5d5c56SAnthony LiguoriS: Maintained
4726e481d57SPeter MaydellF: hw/sh4/r2d.c
473fd5d5c56SAnthony Liguori
474fd5d5c56SAnthony LiguoriShix
475fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
476afcacd53SAurelien JarnoS: Orphan
4776e481d57SPeter MaydellF: hw/sh4/shix.c
478fd5d5c56SAnthony Liguori
479fd5d5c56SAnthony LiguoriSPARC Machines
480fd5d5c56SAnthony Liguori--------------
481fd5d5c56SAnthony LiguoriSun4m
482fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
483fd5d5c56SAnthony LiguoriS: Maintained
4848d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
485fd5d5c56SAnthony Liguori
486fd5d5c56SAnthony LiguoriSun4u
487fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
488fd5d5c56SAnthony LiguoriS: Maintained
4898d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
490fd5d5c56SAnthony Liguori
491ce6c760cSFabien ChouteauLeon3
492ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
493ce6c760cSFabien ChouteauS: Maintained
4948d8b636dSPaolo BonziniF: hw/sparc/leon3.c
4958d8b636dSPaolo BonziniF: hw/*/grlib*
496ce6c760cSFabien Chouteau
497fd5d5c56SAnthony LiguoriS390 Machines
498fd5d5c56SAnthony Liguori-------------
499fd5d5c56SAnthony LiguoriS390 Virtio
500fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
501fd5d5c56SAnthony LiguoriS: Maintained
5026e481d57SPeter MaydellF: hw/s390x/s390-*.c
503fd5d5c56SAnthony Liguori
504dd4ad64aSCornelia HuckS390 Virtio-ccw
505dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
506b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
507dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
508dd4ad64aSCornelia HuckS: Supported
509dd4ad64aSCornelia HuckF: hw/s390x/s390-virtio-ccw.c
510dd4ad64aSCornelia HuckF: hw/s390x/css.[hc]
511b304bf00SChristian BorntraegerF: hw/s390x/sclp*.[hc]
512b304bf00SChristian BorntraegerF: hw/s390x/ipl*.[hc]
513dd4ad64aSCornelia HuckT: git git://github.com/cohuck/qemu virtio-ccw-upstr
514dd4ad64aSCornelia Huck
515ab9528caSGuan XuetaoUniCore32 Machines
516ab9528caSGuan Xuetao-------------
517ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
518ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
519ab9528caSGuan XuetaoS: Maintained
5208d8b636dSPaolo BonziniF: hw/*/puv3*
521ab9528caSGuan XuetaoF: hw/unicore32/
522ab9528caSGuan Xuetao
523fd5d5c56SAnthony LiguoriX86 Machines
524fd5d5c56SAnthony Liguori------------
525fd5d5c56SAnthony LiguoriPC
526c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
527046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
528fd5d5c56SAnthony LiguoriS: Supported
529046a6486SMichael S. TsirkinF: include/hw/i386/
530046a6486SMichael S. TsirkinF: hw/i386/
531046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
532046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
533046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
534046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
535046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
536046a6486SMichael S. TsirkinF: hw/isa/piix4.c
537046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
538046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
539046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
540046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
541046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
542046a6486SMichael S. TsirkinF: include/hw/acpi/piix.h
543046a6486SMichael S. Tsirkin
544fd5d5c56SAnthony Liguori
54516e7caaeSMax FilippovXtensa Machines
54616e7caaeSMax Filippov---------------
547375847a6SMax Filippovsim
54816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
54916e7caaeSMax FilippovS: Maintained
5508d8b636dSPaolo BonziniF: hw/xtensa/xtensa_sim.c
551375847a6SMax Filippov
552375847a6SMax FilippovAvnet LX60
553375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
554375847a6SMax FilippovS: Maintained
5558d8b636dSPaolo BonziniF: hw/xtensa/xtensa_lx60.c
55616e7caaeSMax Filippov
557fd5d5c56SAnthony LiguoriDevices
558fd5d5c56SAnthony Liguori-------
559fd5d5c56SAnthony LiguoriIDE
560fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
561fd5d5c56SAnthony LiguoriS: Odd Fixes
5628d8b636dSPaolo BonziniF: include/hw/ide.h
563fd5d5c56SAnthony LiguoriF: hw/ide/
564fd5d5c56SAnthony Liguori
565f5f487b2SPeter MaydellOMAP
566f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
567f5f487b2SPeter MaydellS: Maintained
5688d8b636dSPaolo BonziniF: hw/*/omap*
569f5f487b2SPeter Maydell
570fd5d5c56SAnthony LiguoriPCI
571fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
572fd5d5c56SAnthony LiguoriS: Supported
5738d8b636dSPaolo BonziniF: include/hw/pci/*
574ca818cfbSMichael S. TsirkinF: hw/pci/*
5758d8b636dSPaolo BonziniF: hw/acpi/*
576fd5d5c56SAnthony Liguori
577aaade8d7SAndreas Färberppc4xx
578aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
579aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
580aaade8d7SAndreas FärberS: Odd Fixes
5818d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
582aaade8d7SAndreas Färber
58398cded3aSAndreas Färberppce500
58498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
58598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
58698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
58798cded3aSAndreas FärberS: Supported
5886e481d57SPeter MaydellF: hw/ppc/e500*
58998cded3aSAndreas Färber
590fd5d5c56SAnthony LiguoriSCSI
591de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
592de7724f7SPaolo BonziniS: Supported
5938d8b636dSPaolo BonziniF: include/hw/scsi*
5948d8b636dSPaolo BonziniF: hw/scsi/*
5951ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
596de7724f7SPaolo Bonzini
597de7724f7SPaolo BonziniLSI53C895A
5980e19885eSAnthony LiguoriS: Orphan
5998d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
600fd5d5c56SAnthony Liguori
601fcb5629dSPeter A. G. CrosthwaiteSSI
60297891afaSPeter CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
603fcb5629dSPeter A. G. CrosthwaiteS: Maintained
6048d8b636dSPaolo BonziniF: hw/ssi/*
6058d8b636dSPaolo BonziniF: hw/block/m25p80.c
606fcb5629dSPeter A. G. Crosthwaite
607fd5d5c56SAnthony LiguoriUSB
6085d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
6095d0d62feSGerd HoffmannS: Maintained
6108d8b636dSPaolo BonziniF: hw/usb/*
611cc900d34SAndreas FärberF: tests/usb-hcd-ehci-test.c
612fd5d5c56SAnthony Liguori
61392e1fb5eSAlex WilliamsonVFIO
61492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
61592e1fb5eSAlex WilliamsonS: Supported
6166e481d57SPeter MaydellF: hw/misc/vfio.c
61792e1fb5eSAlex Williamson
618fd5d5c56SAnthony Liguorivhost
619fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
620fd5d5c56SAnthony LiguoriS: Supported
6218d8b636dSPaolo BonziniF: hw/*/*vhost*
622fd5d5c56SAnthony Liguori
623fd5d5c56SAnthony Liguorivirtio
624c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
625a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
626fd5d5c56SAnthony LiguoriS: Supported
6278d8b636dSPaolo BonziniF: hw/*/virtio*
628fd5d5c56SAnthony Liguori
629fd5d5c56SAnthony Liguorivirtio-9p
63023704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
631fd5d5c56SAnthony LiguoriS: Supported
632aebeca25SAndreas FärberF: hw/9pfs/
633aebeca25SAndreas FärberF: fsdev/
6342d888c09SAndreas FärberF: tests/virtio-9p-test.c
6353f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
636fd5d5c56SAnthony Liguori
637fd5d5c56SAnthony Liguorivirtio-blk
638fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
63954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
640fd5d5c56SAnthony LiguoriS: Supported
6418d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
642fd5d5c56SAnthony Liguori
643dd4ad64aSCornelia Huckvirtio-ccw
644dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
645b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
646dd4ad64aSCornelia HuckS: Supported
647dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
648dd4ad64aSCornelia HuckT: git git://github.com/cohuck/qemu virtio-ccw-upstr
649dd4ad64aSCornelia Huck
650fd5d5c56SAnthony Liguorivirtio-serial
651fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
652fd5d5c56SAnthony LiguoriS: Supported
6538d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
6548d8b636dSPaolo BonziniF: hw/char/virtio-console.c
655fd5d5c56SAnthony Liguori
656f3c507adSKeith Buschnvme
657f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
658f3c507adSKeith BuschS: Supported
659f3c507adSKeith BuschF: hw/block/nvme*
660fc967791SAndreas FärberF: tests/nvme-test.c
661f3c507adSKeith Busch
662d383c625SHannes Reineckemegasas
663d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
664d383c625SHannes ReineckeS: Supported
665d383c625SHannes ReineckeF: hw/scsi/megasas.c
666d383c625SHannes ReineckeF: hw/scsi/mfi.h
667d383c625SHannes Reinecke
668ab61d240SPeter A. G. CrosthwaiteXilinx EDK
66997891afaSPeter CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
670ab61d240SPeter A. G. CrosthwaiteM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
671ab61d240SPeter A. G. CrosthwaiteS: Maintained
6728d8b636dSPaolo BonziniF: hw/*/xilinx_*
6738d8b636dSPaolo BonziniF: include/hw/xilinx.h
674ab61d240SPeter A. G. Crosthwaite
675fd5d5c56SAnthony LiguoriSubsystems
676fd5d5c56SAnthony Liguori----------
677fd5d5c56SAnthony LiguoriAudio
678fd5d5c56SAnthony LiguoriM: Vassili Karpov (malc) <av1474@comtv.ru>
6799f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
680fd5d5c56SAnthony LiguoriS: Maintained
681fd5d5c56SAnthony LiguoriF: audio/
6828d8b636dSPaolo BonziniF: hw/audio/
683d7b50c0cSAndreas FärberF: tests/ac97-test.c
6848fa74c94SAndreas FärberF: tests/es1370-test.c
685fbaf445aSAndreas FärberF: tests/intel-hda-test.c
686fd5d5c56SAnthony Liguori
687fd5d5c56SAnthony LiguoriBlock
688fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
68954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
690fd5d5c56SAnthony LiguoriS: Supported
691fd5d5c56SAnthony LiguoriF: block*
692fd5d5c56SAnthony LiguoriF: block/
6938d8b636dSPaolo BonziniF: hw/block/
69446078760SKevin WolfF: qemu-img*
69546078760SKevin WolfF: qemu-io*
696d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
697d48adddaSStefan HajnocziT: git git://github.com/stefanha/qemu.git block
698fd5d5c56SAnthony Liguori
699fd5d5c56SAnthony LiguoriCharacter Devices
700c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
701fd5d5c56SAnthony LiguoriS: Maintained
702fd5d5c56SAnthony LiguoriF: qemu-char.c
703fd5d5c56SAnthony Liguori
704f2ca0524SAndreas FärberCPU
705f2ca0524SAndreas FärberM: Andreas Färber <afaerber@suse.de>
706f2ca0524SAndreas FärberS: Supported
707f2ca0524SAndreas FärberF: qom/cpu.c
7086e481d57SPeter MaydellF: include/qom/cpu.h
70962e0c095SAndreas FärberF: target-i386/cpu.c
710f2ca0524SAndreas Färber
711f0513d2cSIgor MammedovICC Bus
712f0513d2cSIgor MammedovM: Igor Mammedov <imammedo@redhat.com>
713f0513d2cSIgor MammedovS: Supported
714f0513d2cSIgor MammedovF: include/hw/cpu/icc_bus.h
715f0513d2cSIgor MammedovF: hw/cpu/icc_bus.c
716f0513d2cSIgor Mammedov
717d24b569aSPeter A. G. CrosthwaiteDevice Tree
71897891afaSPeter CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
719d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
720d24b569aSPeter A. G. CrosthwaiteS: Maintained
7216e481d57SPeter MaydellF: device_tree.[ch]
722d24b569aSPeter A. G. Crosthwaite
723fd5d5c56SAnthony LiguoriGDB stub
724fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org
725fd5d5c56SAnthony LiguoriS: Odd Fixes
726fd5d5c56SAnthony LiguoriF: gdbstub*
727fd5d5c56SAnthony LiguoriF: gdb-xml/
728fd5d5c56SAnthony Liguori
7297ee3bf03SGerd HoffmannSPICE
7307ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
7317ee3bf03SGerd HoffmannS: Supported
7326e481d57SPeter MaydellF: include/ui/qemu-spice.h
7337ee3bf03SGerd HoffmannF: ui/spice-*.c
7347ee3bf03SGerd HoffmannF: audio/spiceaudio.c
7358d8b636dSPaolo BonziniF: hw/display/qxl*
7367ee3bf03SGerd Hoffmann
737fd5d5c56SAnthony LiguoriGraphics
738c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
73925eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
74025eccc37SGerd HoffmannS: Odd Fixes
741fd5d5c56SAnthony LiguoriF: ui/
742fd5d5c56SAnthony Liguori
743351f1bf6SAndreas FärberCocoa graphics
744351f1bf6SAndreas FärberM: Andreas Färber <andreas.faerber@web.de>
74530ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
746351f1bf6SAndreas FärberS: Odd Fixes
747351f1bf6SAndreas FärberF: ui/cocoa.m
748351f1bf6SAndreas Färber
749fd5d5c56SAnthony LiguoriMain loop
750c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
751fd5d5c56SAnthony LiguoriS: Supported
752fd5d5c56SAnthony LiguoriF: vl.c
753fd5d5c56SAnthony Liguori
7548899b4aeSLuiz CapitulinoHuman Monitor (HMP)
755fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com>
756fbb0621aSLuiz CapitulinoS: Maintained
757fd5d5c56SAnthony LiguoriF: monitor.c
7588899b4aeSLuiz CapitulinoF: hmp.c
7598899b4aeSLuiz CapitulinoF: hmp-commands.hx
760dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
761fd5d5c56SAnthony Liguori
762fd5d5c56SAnthony LiguoriNetwork device layer
763c4ca6901SAnthony LiguoriM: Anthony Liguori <aliguori@amazon.com>
7641cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
765fd5d5c56SAnthony LiguoriS: Maintained
766fd5d5c56SAnthony LiguoriF: net/
767837c36e7SStefan HajnocziT: git git://github.com/stefanha/qemu.git net
768fd5d5c56SAnthony Liguori
769aee09bafSVincenzo MaffioneNetmap network backend
770aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
771aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
772aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
773aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
774aee09bafSVincenzo MaffioneS: Maintained
775aee09bafSVincenzo MaffioneF: net/netmap.c
776aee09bafSVincenzo Maffione
77744f76b28SPaolo BonziniNetwork Block Device (NBD)
77844f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
77944f76b28SPaolo BonziniS: Odd Fixes
78044f76b28SPaolo BonziniF: block/nbd.c
78144f76b28SPaolo BonziniF: nbd.*
78244f76b28SPaolo BonziniF: qemu-nbd.c
7831ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
78444f76b28SPaolo Bonzini
7858899b4aeSLuiz CapitulinoQAPI
7868899b4aeSLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
7878899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
788fbb0621aSLuiz CapitulinoS: Maintained
7898899b4aeSLuiz CapitulinoF: qapi/
790dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
7918899b4aeSLuiz Capitulino
7927810d291SLuiz CapitulinoQAPI Schema
7937810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
7947810d291SLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
7957810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
7967810d291SLuiz CapitulinoS: Supported
7977810d291SLuiz CapitulinoF: qapi-schema.json
798dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
7997810d291SLuiz Capitulino
8004688c94cSAndreas FärberQOM
8014688c94cSAndreas FärberM: Anthony Liguori <aliguori@amazon.com>
8024688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
8034688c94cSAndreas FärberS: Supported
8044688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
8054688c94cSAndreas FärberF: include/qom/
8064688c94cSAndreas FärberX: include/qom/cpu.h
8074688c94cSAndreas FärberF: qom/
8084688c94cSAndreas FärberX: qom/cpu.c
8094688c94cSAndreas FärberF: tests/qom-test.c
8104688c94cSAndreas Färber
8118899b4aeSLuiz CapitulinoQMP
8128899b4aeSLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
813fbb0621aSLuiz CapitulinoS: Maintained
8148899b4aeSLuiz CapitulinoF: qmp.c
8158899b4aeSLuiz CapitulinoF: monitor.c
8168899b4aeSLuiz CapitulinoF: qmp-commands.hx
8178899b4aeSLuiz CapitulinoF: QMP/
818dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8198899b4aeSLuiz Capitulino
820fd5d5c56SAnthony LiguoriSLIRP
821bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
822bafc72abSJan KiszkaS: Maintained
823fd5d5c56SAnthony LiguoriF: slirp/
8241ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
825fd5d5c56SAnthony Liguori
826598a3f35SStefan HajnocziTracing
8271cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
828598a3f35SStefan HajnocziS: Maintained
829598a3f35SStefan HajnocziF: trace/
830f70fd8fdSLluís VilanovaF: scripts/tracetool.py
831f70fd8fdSLluís VilanovaF: scripts/tracetool/
832f922ea46SAndreas FärberF: docs/tracing.txt
8331ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
834598a3f35SStefan Hajnoczi
83514f40fdcSBlue SwirlCheckpatch
83614f40fdcSBlue SwirlM: Blue Swirl <blauwirbel@gmail.com>
83714f40fdcSBlue SwirlS: Odd Fixes
83814f40fdcSBlue SwirlF: scripts/checkpatch.pl
83914f40fdcSBlue Swirl
84092bfedb0SEduardo OtuboSeccomp
84192bfedb0SEduardo OtuboM: Eduardo Otubo <otubo@linux.vnet.ibm.com>
84292bfedb0SEduardo OtuboS: Supported
84392bfedb0SEduardo OtuboF: qemu-seccomp.c
84492bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
84592bfedb0SEduardo Otubo
846fd5d5c56SAnthony LiguoriUsermode Emulation
847fd5d5c56SAnthony Liguori------------------
848fd5d5c56SAnthony LiguoriBSD user
849fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
850fd5d5c56SAnthony LiguoriS: Maintained
851fd5d5c56SAnthony LiguoriF: bsd-user/
852fd5d5c56SAnthony Liguori
853fd5d5c56SAnthony LiguoriLinux user
854fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
855fd5d5c56SAnthony LiguoriS: Maintained
856fd5d5c56SAnthony LiguoriF: linux-user/
85742f5a7e9SAurelien Jarno
85842f5a7e9SAurelien JarnoTiny Code Generator (TCG)
85942f5a7e9SAurelien Jarno-------------------------
86042f5a7e9SAurelien JarnoCommon code
86142f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org
862cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
86342f5a7e9SAurelien JarnoS: Maintained
86442f5a7e9SAurelien JarnoF: tcg/
86542f5a7e9SAurelien Jarno
866b25a464cSClaudio FontanaAArch64 target
867b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
868b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
869b25a464cSClaudio FontanaS: Maintained
870b25a464cSClaudio FontanaF: tcg/aarch64/
871b25a464cSClaudio Fontana
87242f5a7e9SAurelien JarnoARM target
87342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
87442f5a7e9SAurelien JarnoS: Maintained
87542f5a7e9SAurelien JarnoF: tcg/arm/
87642f5a7e9SAurelien Jarno
87742f5a7e9SAurelien Jarnoi386 target
87842f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org
87942f5a7e9SAurelien JarnoS: Maintained
88042f5a7e9SAurelien JarnoF: tcg/i386/
88142f5a7e9SAurelien Jarno
88242f5a7e9SAurelien JarnoIA64 target
88342f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
88442f5a7e9SAurelien JarnoS: Maintained
88542f5a7e9SAurelien JarnoF: tcg/ia64/
88642f5a7e9SAurelien Jarno
88742f5a7e9SAurelien JarnoMIPS target
888d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
88942f5a7e9SAurelien JarnoS: Maintained
89042f5a7e9SAurelien JarnoF: tcg/mips/
89142f5a7e9SAurelien Jarno
89242f5a7e9SAurelien JarnoPPC
89342f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
89442f5a7e9SAurelien JarnoS: Maintained
89542f5a7e9SAurelien JarnoF: tcg/ppc/
89642f5a7e9SAurelien Jarno
89742f5a7e9SAurelien JarnoPPC64 target
89842f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
89942f5a7e9SAurelien JarnoS: Maintained
90042f5a7e9SAurelien JarnoF: tcg/ppc64/
90142f5a7e9SAurelien Jarno
90242f5a7e9SAurelien JarnoS390 target
90342f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
90442f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
90542f5a7e9SAurelien JarnoS: Maintained
90642f5a7e9SAurelien JarnoF: tcg/s390/
90742f5a7e9SAurelien Jarno
90842f5a7e9SAurelien JarnoSPARC target
90942f5a7e9SAurelien JarnoM: Blue Swirl <blauwirbel@gmail.com>
91042f5a7e9SAurelien JarnoS: Maintained
91142f5a7e9SAurelien JarnoF: tcg/sparc/
912bc75c9e5SStefan Weil
913bc75c9e5SStefan WeilTCI target
914bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
915bc75c9e5SStefan WeilS: Maintained
9168ef9cd55SAndreas FärberF: tcg/tci/
9172b7be8c8SStefan WeilF: tci.c
918aa09c951SAndreas Färber
919aa09c951SAndreas FärberStable branches
920aa09c951SAndreas Färber---------------
921aa09c951SAndreas FärberStable 1.0
922aa09c951SAndreas FärberL: qemu-stable@nongnu.org
92385938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
924aa09c951SAndreas FärberS: Orphan
925aa09c951SAndreas Färber
926aa09c951SAndreas FärberStable 0.15
927aa09c951SAndreas FärberL: qemu-stable@nongnu.org
92873c30df6SAndreas FärberM: Andreas Färber <afaerber@suse.de>
92985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
93073c30df6SAndreas FärberS: Supported
931aa09c951SAndreas Färber
932aa09c951SAndreas FärberStable 0.14
933aa09c951SAndreas FärberL: qemu-stable@nongnu.org
93485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
935aa09c951SAndreas FärberS: Orphan
936aa09c951SAndreas Färber
937aa09c951SAndreas FärberStable 0.10
938aa09c951SAndreas FärberL: qemu-stable@nongnu.org
93985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
940aa09c951SAndreas FärberS: Orphan
941f05b328cSStefan Hajnoczi
942f05b328cSStefan HajnocziBlock drivers
943f05b328cSStefan Hajnoczi-------------
944f05b328cSStefan HajnocziVMDK
945f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
946f05b328cSStefan HajnocziS: Supported
947f05b328cSStefan HajnocziF: block/vmdk.c
948f05b328cSStefan Hajnoczi
949f05b328cSStefan HajnocziRBD
950f05b328cSStefan HajnocziM: Josh Durgin <josh.durgin@inktank.com>
951f05b328cSStefan HajnocziS: Supported
952f05b328cSStefan HajnocziF: block/rbd.c
953f05b328cSStefan Hajnoczi
954f05b328cSStefan HajnocziSheepdog
955f05b328cSStefan HajnocziM: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
956f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
957dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
958f05b328cSStefan HajnocziS: Supported
959f05b328cSStefan HajnocziF: block/sheepdog.c
960f05b328cSStefan Hajnoczi
961f05b328cSStefan HajnocziVHDX
962f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
963f05b328cSStefan HajnocziS: Supported
964f05b328cSStefan HajnocziF: block/vhdx*
965f05b328cSStefan Hajnoczi
966f05b328cSStefan HajnocziVDI
967f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
968f05b328cSStefan HajnocziS: Maintained
969f05b328cSStefan HajnocziF: block/vdi.c
970f05b328cSStefan Hajnoczi
971f05b328cSStefan HajnocziiSCSI
972f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
973f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
974f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
975f05b328cSStefan HajnocziS: Supported
976f05b328cSStefan HajnocziF: block/iscsi.c
977f05b328cSStefan Hajnoczi
9786542aa9cSPeter LievenNFS
9796542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
9806542aa9cSPeter LievenS: Maintained
9816542aa9cSPeter LievenF: block/nfs.c
9826542aa9cSPeter Lieven
983f05b328cSStefan HajnocziSSH
984f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
985f05b328cSStefan HajnocziS: Supported
986f05b328cSStefan HajnocziF: block/ssh.c
987