xref: /openbmc/qemu/MAINTAINERS (revision 5995db887161ec74a7b43f4969de8a0c06e70cc0)
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------------------------------
53ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
54fd5d5c56SAnthony Liguori
55c9a19d5bSStephen WarrenAll patches CC here
56c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
57c9a19d5bSStephen WarrenF: *
58c9a19d5bSStephen WarrenF: */
59c9a19d5bSStephen Warren
6062622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6162622c11SMichael S. Tsirkin------------------------------
6262622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess
6362622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6462622c11SMichael S. TsirkinL: secalert@redhat.com
6562622c11SMichael S. Tsirkin
66fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
67fd5d5c56SAnthony Liguori----------------------
68486bbe5fSPaolo BonziniOverall
695dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
702b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
712b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
722b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
732b1641d0SPaolo BonziniS: Maintained
74486bbe5fSPaolo BonziniF: cpu-exec.c
752b1641d0SPaolo BonziniF: cpu-exec-common.c
762b1641d0SPaolo BonziniF: cpus.c
77486bbe5fSPaolo BonziniF: cputlb.c
782b1641d0SPaolo BonziniF: exec.c
79486bbe5fSPaolo BonziniF: softmmu_template.h
802b1641d0SPaolo BonziniF: translate-all.*
812b1641d0SPaolo BonziniF: translate-common.c
822b1641d0SPaolo BonziniF: include/exec/cpu*.h
832b1641d0SPaolo BonziniF: include/exec/exec-all.h
84486bbe5fSPaolo BonziniF: include/exec/helper*.h
852b1641d0SPaolo BonziniF: include/exec/tb-hash.h
86460423d3SThomas HuthF: include/sysemu/cpus.h
87486bbe5fSPaolo Bonzini
881badb586SPeter MaydellFPU emulation
891badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
901badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
911badb586SPeter MaydellS: Odd Fixes
921badb586SPeter MaydellF: fpu/
931badb586SPeter MaydellF: include/fpu/
941badb586SPeter Maydell
95b6f97c14SbellardAlpha
968d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
978d6df264SRichard HendersonS: Maintained
98fd5d5c56SAnthony LiguoriF: target-alpha/
998d8b636dSPaolo BonziniF: hw/alpha/
100c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
101c17652eeSPaolo BonziniF: disas/alpha.c
102fd5d5c56SAnthony Liguori
103fd5d5c56SAnthony LiguoriARM
1041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
105b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
106fd5d5c56SAnthony LiguoriS: Maintained
107fd5d5c56SAnthony LiguoriF: target-arm/
1088d8b636dSPaolo BonziniF: hw/arm/
1098d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
110c17652eeSPaolo BonziniF: disas/arm.c
111c17652eeSPaolo BonziniF: disas/arm-a64.cc
112c17652eeSPaolo BonziniF: disas/libvixl/
113fd5d5c56SAnthony Liguori
114fd5d5c56SAnthony LiguoriCRIS
115fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116fd5d5c56SAnthony LiguoriS: Maintained
117fd5d5c56SAnthony LiguoriF: target-cris/
1188d8b636dSPaolo BonziniF: hw/cris/
119c9b90090SThomas HuthF: include/hw/cris/
120c0bd0b50SPaolo BonziniF: tests/tcg/cris/
121c17652eeSPaolo BonziniF: disas/cris.c
122fd5d5c56SAnthony Liguori
12307bf23a7SMichael WalleLM32
12407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
12507bf23a7SMichael WalleS: Maintained
12607bf23a7SMichael WalleF: target-lm32/
1274eab7a0aSMichael WalleF: disas/lm32.c
1288d8b636dSPaolo BonziniF: hw/lm32/
1294eab7a0aSMichael WalleF: hw/*/lm32_*
1304eab7a0aSMichael WalleF: hw/*/milkymist-*
1314eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1324eab7a0aSMichael WalleF: include/hw/lm32/
133c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
13407bf23a7SMichael Walle
135fd5d5c56SAnthony LiguoriM68K
1360e19885eSAnthony LiguoriS: Orphan
137fd5d5c56SAnthony LiguoriF: target-m68k/
1388d8b636dSPaolo BonziniF: hw/m68k/
139fd5d5c56SAnthony Liguori
140abc07545SEdgar E. IglesiasMicroBlaze
141fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
142fd5d5c56SAnthony LiguoriS: Maintained
143fd5d5c56SAnthony LiguoriF: target-microblaze/
1448d8b636dSPaolo BonziniF: hw/microblaze/
145c17652eeSPaolo BonziniF: disas/microblaze.c
146fd5d5c56SAnthony Liguori
147fd5d5c56SAnthony LiguoriMIPS
148ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
14978851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1506f640917SLeon AlraeS: Maintained
151fd5d5c56SAnthony LiguoriF: target-mips/
1528d8b636dSPaolo BonziniF: hw/mips/
153*5995db88SThomas HuthF: hw/misc/mips_*
154*5995db88SThomas HuthF: hw/intc/mips_gic.c
155*5995db88SThomas HuthF: hw/timer/mips_gictimer.c
156*5995db88SThomas HuthF: include/hw/mips/
157*5995db88SThomas HuthF: include/hw/misc/mips_*
158*5995db88SThomas HuthF: include/hw/intc/mips_gic.h
159*5995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
160c0bd0b50SPaolo BonziniF: tests/tcg/mips/
161c17652eeSPaolo BonziniF: disas/mips.c
162fd5d5c56SAnthony Liguori
163d15a9c23SAnthony GreenMoxie
164d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
165d15a9c23SAnthony GreenS: Maintained
166d15a9c23SAnthony GreenF: target-moxie/
167c17652eeSPaolo BonziniF: disas/moxie.c
168a3ccdfb5SThomas HuthF: hw/moxie/
169a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
170d15a9c23SAnthony Green
171945dad6dSJia LiuOpenRISC
172945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
173945dad6dSJia LiuS: Maintained
174945dad6dSJia LiuF: target-openrisc/
175945dad6dSJia LiuF: hw/openrisc/
176c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
177945dad6dSJia Liu
178fd5d5c56SAnthony LiguoriPowerPC
179b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
180fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
181a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
182fd5d5c56SAnthony LiguoriS: Maintained
183fd5d5c56SAnthony LiguoriF: target-ppc/
1848d8b636dSPaolo BonziniF: hw/ppc/
185b5d55020SThomas HuthF: include/hw/ppc/
186c17652eeSPaolo BonziniF: disas/ppc.c
187fd5d5c56SAnthony Liguori
188749717a0SAlexander GrafS390
1892b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
190fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
191fd5d5c56SAnthony LiguoriS: Maintained
192fd5d5c56SAnthony LiguoriF: target-s390x/
1938d8b636dSPaolo BonziniF: hw/s390x/
194c17652eeSPaolo BonziniF: disas/s390.c
195b6f97c14Sbellard
196fd5d5c56SAnthony LiguoriSH4
197ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1982c9b7d1aSAndreas FärberS: Odd Fixes
199fd5d5c56SAnthony LiguoriF: target-sh4/
2008d8b636dSPaolo BonziniF: hw/sh4/
201c17652eeSPaolo BonziniF: disas/sh4.c
2028a90f900SThomas HuthF: include/hw/sh4/
203fd5d5c56SAnthony Liguori
204fd5d5c56SAnthony LiguoriSPARC
205f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2062c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
207fd5d5c56SAnthony LiguoriS: Maintained
208fd5d5c56SAnthony LiguoriF: target-sparc/
2098d8b636dSPaolo BonziniF: hw/sparc/
2108d8b636dSPaolo BonziniF: hw/sparc64/
211c17652eeSPaolo BonziniF: disas/sparc.c
212fd5d5c56SAnthony Liguori
213a6ea7b4cSAndreas FärberUniCore32
214a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
215a6ea7b4cSAndreas FärberS: Maintained
216a6ea7b4cSAndreas FärberF: target-unicore32/
2178d8b636dSPaolo BonziniF: hw/unicore32/
21847b98d59SThomas HuthF: include/hw/unicore32/
219a6ea7b4cSAndreas Färber
220fd5d5c56SAnthony LiguoriX86
221d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
222d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
223e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
224b203a4baSEduardo HabkostS: Maintained
225fd5d5c56SAnthony LiguoriF: target-i386/
2268d8b636dSPaolo BonziniF: hw/i386/
227c17652eeSPaolo BonziniF: disas/i386.c
228fd5d5c56SAnthony Liguori
22916e7caaeSMax FilippovXtensa
23016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
231375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
23216e7caaeSMax FilippovS: Maintained
23316e7caaeSMax FilippovF: target-xtensa/
2348d8b636dSPaolo BonziniF: hw/xtensa/
235c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
23616e7caaeSMax Filippov
23748e06fe0SBastian KoppelmannTriCore
23848e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
23948e06fe0SBastian KoppelmannS: Maintained
24048e06fe0SBastian KoppelmannF: target-tricore/
24148e06fe0SBastian KoppelmannF: hw/tricore/
242d46d14e6SThomas HuthF: include/hw/tricore/
24348e06fe0SBastian Koppelmann
244fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
245fd5d5c56SAnthony Liguori----------------------
246fd5d5c56SAnthony Liguori
247fd5d5c56SAnthony LiguoriOverall
248c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
249fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
250fd5d5c56SAnthony LiguoriS: Supported
251fd5d5c56SAnthony LiguoriF: kvm-*
252fd5d5c56SAnthony LiguoriF: */kvm.*
253a95e9a48SThomas HuthF: include/sysemu/kvm*.h
254fd5d5c56SAnthony Liguori
255ed4659d1SPeter MaydellARM
256ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
257b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
258ed4659d1SPeter MaydellS: Maintained
259ed4659d1SPeter MaydellF: target-arm/kvm.c
260ed4659d1SPeter Maydell
261a31896c4SJames HoganMIPS
262a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
263a31896c4SJames HoganS: Maintained
264a31896c4SJames HoganF: target-mips/kvm.c
265a31896c4SJames Hogan
266fd5d5c56SAnthony LiguoriPPC
267fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
268fd5d5c56SAnthony LiguoriS: Maintained
269fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
270fd5d5c56SAnthony Liguori
271fd5d5c56SAnthony LiguoriS390
272b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
273b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
274fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
275fd5d5c56SAnthony LiguoriS: Maintained
276fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
277c5bfb202SCornelia HuckF: target-s390x/ioinst.[ch]
278c5bfb202SCornelia HuckF: target-s390x/machine.c
2794277af19SCornelia HuckF: hw/intc/s390_flic.c
2804277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
2814277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
282c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
2833e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
2843e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
285fd5d5c56SAnthony Liguori
286fd5d5c56SAnthony LiguoriX86
287d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
288fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
289fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
290fd5d5c56SAnthony LiguoriS: Supported
291fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
292fd5d5c56SAnthony Liguori
2938a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
2948a6b0cd7SStefano Stabellini----------------------
2958a6b0cd7SStefano Stabellini
2968a6b0cd7SStefano StabelliniX86
2973623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
2983623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
2998a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
3008a6b0cd7SStefano StabelliniS: Supported
3018a6b0cd7SStefano StabelliniF: xen-*
3028a6b0cd7SStefano StabelliniF: */xen*
303c92451c2SPaolo BonziniF: hw/char/xen_console.c
304c92451c2SPaolo BonziniF: hw/display/xenfb.c
305c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3069027ac50SStefano StabelliniF: hw/block/xen_*
307c92451c2SPaolo BonziniF: hw/xen/
308c92451c2SPaolo BonziniF: hw/xenpv/
3099027ac50SStefano StabelliniF: hw/i386/xen/
310c92451c2SPaolo BonziniF: include/hw/xen/
3119027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3128a6b0cd7SStefano Stabellini
3131bdd6874SStefan WeilHosts:
3141bdd6874SStefan Weil------
3151bdd6874SStefan Weil
3161bdd6874SStefan WeilLINUX
3171bdd6874SStefan WeilL: qemu-devel@nongnu.org
3181bdd6874SStefan WeilS: Maintained
3191bdd6874SStefan WeilF: linux-*
3201bdd6874SStefan WeilF: linux-headers/
3211bdd6874SStefan Weil
3221bdd6874SStefan WeilPOSIX
3231bdd6874SStefan WeilL: qemu-devel@nongnu.org
3241bdd6874SStefan WeilS: Maintained
3251bdd6874SStefan WeilF: *posix*
3261bdd6874SStefan Weil
3271bdd6874SStefan WeilW32, W64
3281bdd6874SStefan WeilL: qemu-devel@nongnu.org
3291bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3301bdd6874SStefan WeilS: Maintained
3311bdd6874SStefan WeilF: *win32*
33203972660SThomas HuthF: */*win32*
33303972660SThomas HuthF: include/*/*win32*
33403972660SThomas HuthX: qga/*win32*
335885bdc95SStefan WeilF: qemu.nsi
3361bdd6874SStefan Weil
337fd5d5c56SAnthony LiguoriARM Machines
338fd5d5c56SAnthony Liguori------------
33984291fe7SliguangAllwinner-a10
34085b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
341b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
34284291fe7SliguangS: Maintained
34385b4d5daSBeniamino GalvaniF: hw/*/allwinner*
34485b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
34584291fe7SliguangF: hw/arm/cubieboard.c
34684291fe7Sliguang
34706271000SPaolo BonziniARM PrimeCell
34806271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
349b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
35006271000SPaolo BonziniS: Maintained
35106271000SPaolo BonziniF: hw/char/pl011.c
35206271000SPaolo BonziniF: hw/display/pl110*
35306271000SPaolo BonziniF: hw/dma/pl080.c
35406271000SPaolo BonziniF: hw/dma/pl330.c
35506271000SPaolo BonziniF: hw/gpio/pl061.c
35606271000SPaolo BonziniF: hw/input/pl050.c
35706271000SPaolo BonziniF: hw/intc/pl190.c
35806271000SPaolo BonziniF: hw/sd/pl181.c
35906271000SPaolo BonziniF: hw/timer/pl031.c
36006271000SPaolo BonziniF: include/hw/arm/primecell.h
36106271000SPaolo Bonzini
36206271000SPaolo BonziniARM cores
36306271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
364b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
36506271000SPaolo BonziniS: Maintained
36606271000SPaolo BonziniF: hw/intc/arm*
36706271000SPaolo BonziniF: hw/intc/gic_internal.h
36806271000SPaolo BonziniF: hw/misc/a9scu.c
36906271000SPaolo BonziniF: hw/misc/arm11scu.c
37006271000SPaolo BonziniF: hw/timer/a9gtimer*
37106271000SPaolo BonziniF: hw/timer/arm_*
37206271000SPaolo BonziniF: include/hw/arm/arm.h
37306271000SPaolo BonziniF: include/hw/intc/arm*
37406271000SPaolo BonziniF: include/hw/misc/a9scu.h
37506271000SPaolo BonziniF: include/hw/misc/arm11scu.h
37606271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
37706271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
37806271000SPaolo Bonzini
379fc63dcffSEvgeny VoevodinExynos
380f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
381b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
382fc63dcffSEvgeny VoevodinS: Maintained
3838d8b636dSPaolo BonziniF: hw/*/exynos*
384ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
385fc63dcffSEvgeny Voevodin
386766fd09fSMark LangsdorfCalxeda Highbank
3879ef137caSRob HerringM: Rob Herring <robh@kernel.org>
388b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3899ef137caSRob HerringS: Maintained
3908d8b636dSPaolo BonziniF: hw/arm/highbank.c
3918d8b636dSPaolo BonziniF: hw/net/xgmac.c
392766fd09fSMark Langsdorf
3939082f121SAntony PavlovCanon DIGIC
3949082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
395b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3969082f121SAntony PavlovS: Maintained
3979082f121SAntony PavlovF: include/hw/arm/digic.h
3989082f121SAntony PavlovF: hw/*/digic*
3999082f121SAntony Pavlov
400fd5d5c56SAnthony LiguoriGumstix
4015dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
402b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
403fd5d5c56SAnthony LiguoriS: Orphan
4048d8b636dSPaolo BonziniF: hw/arm/gumstix.c
405fd5d5c56SAnthony Liguori
4060325559dSPeter Chubbi.MX31
4070325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
408b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4090325559dSPeter ChubbS: Odd fixes
4108d8b636dSPaolo BonziniF: hw/*/imx*
4118d8b636dSPaolo BonziniF: hw/arm/kzm.c
412ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4130325559dSPeter Chubb
414fd5d5c56SAnthony LiguoriIntegrator CP
4151ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
416b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
417fd5d5c56SAnthony LiguoriS: Maintained
4188d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
419fd5d5c56SAnthony Liguori
420fd5d5c56SAnthony LiguoriMusicpal
421fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
422b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
423fd5d5c56SAnthony LiguoriS: Maintained
4248d8b636dSPaolo BonziniF: hw/arm/musicpal.c
425fd5d5c56SAnthony Liguori
426fd5d5c56SAnthony LiguorinSeries
427fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
428b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
429fd5d5c56SAnthony LiguoriS: Maintained
4308d8b636dSPaolo BonziniF: hw/arm/nseries.c
431fd5d5c56SAnthony Liguori
432fd5d5c56SAnthony LiguoriPalm
433fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
434b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
435fd5d5c56SAnthony LiguoriS: Maintained
4368d8b636dSPaolo BonziniF: hw/arm/palm.c
437fd5d5c56SAnthony Liguori
438fd5d5c56SAnthony LiguoriReal View
4391ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
440b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
441fd5d5c56SAnthony LiguoriS: Maintained
4428d8b636dSPaolo BonziniF: hw/arm/realview*
4435ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4445ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
445fd5d5c56SAnthony Liguori
4469b31bff0SPaolo BonziniPXA2XX
447fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
448b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
449fd5d5c56SAnthony LiguoriS: Maintained
4509b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4518d8b636dSPaolo BonziniF: hw/arm/spitz.c
4529b31bff0SPaolo BonziniF: hw/arm/tosa.c
4539b31bff0SPaolo BonziniF: hw/arm/z2.c
4549b31bff0SPaolo BonziniF: hw/*/pxa2xx*
455ed0db866SThomas HuthF: include/hw/arm/pxa.h
456fd5d5c56SAnthony Liguori
457fd5d5c56SAnthony LiguoriStellaris
4581ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
459b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
460fd5d5c56SAnthony LiguoriS: Maintained
4618d8b636dSPaolo BonziniF: hw/*/stellaris*
462fd5d5c56SAnthony Liguori
463fd5d5c56SAnthony LiguoriVersatile PB
4641ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
465b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
466fd5d5c56SAnthony LiguoriS: Maintained
4678d8b636dSPaolo BonziniF: hw/*/versatile*
468fd5d5c56SAnthony Liguori
469e3260506SPeter A. G. CrosthwaiteXilinx Zynq
470cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4714b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
472b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
473e3260506SPeter A. G. CrosthwaiteS: Maintained
474cc0100f4SAlistair FrancisF: hw/*/xilinx_*
4758d8b636dSPaolo BonziniF: hw/*/cadence_*
476cc0100f4SAlistair FrancisF: hw/misc/zynq_slcr.c
477cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
478e3260506SPeter A. G. Crosthwaite
479137805f5SAlistair FrancisXilinx ZynqMP
480137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
481cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
482b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
483137805f5SAlistair FrancisS: Maintained
484cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
485f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
486137805f5SAlistair Francis
4878f4d260eSShannon ZhaoARM ACPI Subsystem
4888f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
4898f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
490b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4918f4d260eSShannon ZhaoS: Maintained
4928f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
4938f4d260eSShannon ZhaoF: include/hw/arm/virt-acpi-build.h
4948f4d260eSShannon Zhao
495a1f8193bSAlistair FrancisSTM32F205
496a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
497a1f8193bSAlistair FrancisS: Maintained
498a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
499a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
500a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
501a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
502a1f8193bSAlistair FrancisF: hw/adc/*
503a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
504a1f8193bSAlistair Francis
505a1f8193bSAlistair FrancisNetduino 2
506a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
507a1f8193bSAlistair FrancisS: Maintained
508a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
509a1f8193bSAlistair Francis
510fd5d5c56SAnthony LiguoriCRIS Machines
511fd5d5c56SAnthony Liguori-------------
512fd5d5c56SAnthony LiguoriAxis Dev88
513fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
514fd5d5c56SAnthony LiguoriS: Maintained
5158d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5166e481d57SPeter MaydellF: hw/*/etraxfs_*.c
517fd5d5c56SAnthony Liguori
51807bf23a7SMichael WalleLM32 Machines
51907bf23a7SMichael Walle-------------
52007bf23a7SMichael WalleEVR32 and uclinux BSP
52107bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
52207bf23a7SMichael WalleS: Maintained
5238d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
52407bf23a7SMichael Walle
525d118aa6bSMichael Wallemilkymist
526d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
527d118aa6bSMichael WalleS: Maintained
5288d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
529d118aa6bSMichael Walle
530afcacd53SAurelien JarnoM68K Machines
531fd5d5c56SAnthony Liguori-------------
532fd5d5c56SAnthony Liguorian5206
5330e19885eSAnthony LiguoriS: Orphan
5348d8b636dSPaolo BonziniF: hw/m68k/an5206.c
535fd5d5c56SAnthony Liguori
536fd5d5c56SAnthony Liguoridummy_m68k
5370e19885eSAnthony LiguoriS: Orphan
5388d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
539fd5d5c56SAnthony Liguori
540fd5d5c56SAnthony Liguorimcf5208
5410e19885eSAnthony LiguoriS: Orphan
5428d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
543fd5d5c56SAnthony Liguori
544fd5d5c56SAnthony LiguoriMicroBlaze Machines
545b6f97c14Sbellard-------------------
546fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
547fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
548fd5d5c56SAnthony LiguoriS: Maintained
5496e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
550b6f97c14Sbellard
551d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5524b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
553d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5548d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
555d36e8ce7SPeter A. G. Crosthwaite
556fd5d5c56SAnthony LiguoriMIPS Machines
557fd5d5c56SAnthony Liguori-------------
558fd5d5c56SAnthony LiguoriJazz
559fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
560fd5d5c56SAnthony LiguoriS: Maintained
5618d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
562fd5d5c56SAnthony Liguori
563fd5d5c56SAnthony LiguoriMalta
564fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
565fd5d5c56SAnthony LiguoriS: Maintained
5668d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
567fd5d5c56SAnthony Liguori
568fd5d5c56SAnthony LiguoriMipssim
5695dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
570fd5d5c56SAnthony LiguoriS: Orphan
5718d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
572fd5d5c56SAnthony Liguori
573fd5d5c56SAnthony LiguoriR4000
574fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
575fd5d5c56SAnthony LiguoriS: Maintained
5768d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
577fd5d5c56SAnthony Liguori
578945dad6dSJia LiuOpenRISC Machines
579945dad6dSJia Liu-----------------
580945dad6dSJia Liuor1k-sim
581945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
582945dad6dSJia LiuS: Maintained
583945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
584945dad6dSJia Liu
585fd5d5c56SAnthony LiguoriPowerPC Machines
586fd5d5c56SAnthony Liguori----------------
587fd5d5c56SAnthony Liguori405
588fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
589a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
5909b9fe135SAndreas FärberS: Odd Fixes
5918d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
592fd5d5c56SAnthony Liguori
593aaade8d7SAndreas FärberBamboo
594aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
595aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
596aaade8d7SAndreas FärberS: Odd Fixes
5978d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
598aaade8d7SAndreas Färber
59998cded3aSAndreas Färbere500
60098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
60198cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
60298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
60398cded3aSAndreas FärberS: Supported
60498cded3aSAndreas FärberF: hw/ppc/e500.[hc]
60598cded3aSAndreas FärberF: hw/ppc/e500plat.c
606b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
607b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
608b5d55020SThomas HuthF: pc-bios/u-boot.e500
60998cded3aSAndreas Färber
61098cded3aSAndreas Färbermpc8544ds
61198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
61298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
61398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
61498cded3aSAndreas FärberS: Supported
61598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6168d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
61798cded3aSAndreas Färber
618fd5d5c56SAnthony LiguoriNew World
619fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
620a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
621fd5d5c56SAnthony LiguoriS: Maintained
622baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6236e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6246e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6258d8b636dSPaolo BonziniF: hw/misc/macio/
626b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
627b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
628fd5d5c56SAnthony Liguori
629fd5d5c56SAnthony LiguoriOld World
630fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
631a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
632fd5d5c56SAnthony LiguoriS: Maintained
633baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6346e481d57SPeter MaydellF: hw/pci-host/grackle.c
6358d8b636dSPaolo BonziniF: hw/misc/macio/
636835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
637fd5d5c56SAnthony Liguori
638ec38d398SAndreas FärberPReP
6399f38774dSAndreas FärberL: qemu-devel@nongnu.org
640a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
641ec38d398SAndreas FärberS: Odd Fixes
64275610155SAndreas FärberF: hw/ppc/prep.c
6436e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6448d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
645835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
646fd5d5c56SAnthony Liguori
647300b115cSAndreas FärbersPAPR
648085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6498a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6508a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6518a269ca4SAndreas FärberS: Supported
6528d8b636dSPaolo BonziniF: hw/*/spapr*
653f9de2da7SDavid GibsonF: include/hw/*/spapr*
654f9de2da7SDavid GibsonF: hw/*/xics*
655f9de2da7SDavid GibsonF: include/hw/*/xics*
656f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
657b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
658b5d55020SThomas HuthF: pc-bios/slof.bin
659b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
660b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
661a70ab357SGreg KurzF: tests/spapr*
662a70ab357SGreg KurzF: tests/libqos/*spapr*
663a70ab357SGreg KurzF: tests/rtas*
664a70ab357SGreg KurzF: tests/libqos/rtas*
6658a269ca4SAndreas Färber
666794d00bfSAndreas Färbervirtex_ml507
667794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
669794d00bfSAndreas FärberS: Odd Fixes
6706e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
671794d00bfSAndreas Färber
672fd5d5c56SAnthony LiguoriSH4 Machines
673fd5d5c56SAnthony Liguori------------
674fd5d5c56SAnthony LiguoriR2D
675fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
676fd5d5c56SAnthony LiguoriS: Maintained
6776e481d57SPeter MaydellF: hw/sh4/r2d.c
678fd5d5c56SAnthony Liguori
679fd5d5c56SAnthony LiguoriShix
680fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
681afcacd53SAurelien JarnoS: Orphan
6826e481d57SPeter MaydellF: hw/sh4/shix.c
683fd5d5c56SAnthony Liguori
684fd5d5c56SAnthony LiguoriSPARC Machines
685fd5d5c56SAnthony Liguori--------------
686fd5d5c56SAnthony LiguoriSun4m
687f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
688fd5d5c56SAnthony LiguoriS: Maintained
6898d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
690c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
691c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
692c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
693c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
694c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
695fd5d5c56SAnthony Liguori
696fd5d5c56SAnthony LiguoriSun4u
697f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
698fd5d5c56SAnthony LiguoriS: Maintained
6998d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
700c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
701fd5d5c56SAnthony Liguori
702ce6c760cSFabien ChouteauLeon3
703ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
704ce6c760cSFabien ChouteauS: Maintained
7058d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7068d8b636dSPaolo BonziniF: hw/*/grlib*
707c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
708ce6c760cSFabien Chouteau
709fd5d5c56SAnthony LiguoriS390 Machines
710fd5d5c56SAnthony Liguori-------------
711dd4ad64aSCornelia HuckS390 Virtio-ccw
712dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
713b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
714dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
715dd4ad64aSCornelia HuckS: Supported
7160c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
717c5bfb202SCornelia HuckF: hw/s390x/
7184277af19SCornelia HuckF: include/hw/s390x/
7194277af19SCornelia HuckF: pc-bios/s390-ccw/
720c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7211e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7221e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7231e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7243e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7253e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
726dd4ad64aSCornelia Huck
727ab9528caSGuan XuetaoUniCore32 Machines
728ab9528caSGuan Xuetao-------------
729ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
730ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
731ab9528caSGuan XuetaoS: Maintained
7328d8b636dSPaolo BonziniF: hw/*/puv3*
733ab9528caSGuan XuetaoF: hw/unicore32/
734ab9528caSGuan Xuetao
735fd5d5c56SAnthony LiguoriX86 Machines
736fd5d5c56SAnthony Liguori------------
737fd5d5c56SAnthony LiguoriPC
738046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
739fd5d5c56SAnthony LiguoriS: Supported
740046a6486SMichael S. TsirkinF: include/hw/i386/
741046a6486SMichael S. TsirkinF: hw/i386/
742046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
743046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
744046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
745046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
746046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
747046a6486SMichael S. TsirkinF: hw/isa/piix4.c
748046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
749046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
750046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
751046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
752046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
753f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7549cc3b73cSPaolo BonziniF: hw/misc/sga.c
7559cc3b73cSPaolo Bonzini
7569cc3b73cSPaolo BonziniPC Chipset
7579cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7589cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7599cc3b73cSPaolo BonziniS: Support
7609cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7619cc3b73cSPaolo BonziniF: hw/char/parallel.c
7629cc3b73cSPaolo BonziniF: hw/char/serial*
7639cc3b73cSPaolo BonziniF: hw/dma/i8257*
7649cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7659cc3b73cSPaolo BonziniF: hw/intc/apic*
7669cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7679cc3b73cSPaolo BonziniF: hw/intc/i8259*
7689cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7699cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7709cc3b73cSPaolo BonziniF: hw/timer/hpet*
7719cc3b73cSPaolo BonziniF: hw/timer/i8254*
7729cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
773a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
774a2feb348SThomas HuthF: include/hw/timer/hpet.h
775a2feb348SThomas HuthF: include/hw/timer/i8254*
776a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
777046a6486SMichael S. Tsirkin
7785da4fb00SMichael S. TsirkinMachine core
7795da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
7805da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
7815da4fb00SMichael S. TsirkinS: Supported
7825da4fb00SMichael S. TsirkinF: hw/core/machine.c
7835da4fb00SMichael S. TsirkinF: include/hw/boards.h
784fd5d5c56SAnthony Liguori
78516e7caaeSMax FilippovXtensa Machines
78616e7caaeSMax Filippov---------------
787375847a6SMax Filippovsim
78816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
78916e7caaeSMax FilippovS: Maintained
790437a8c11SMax FilippovF: hw/xtensa/sim.c
791375847a6SMax Filippov
792437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
793375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
794375847a6SMax FilippovS: Maintained
795437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
796437a8c11SMax FilippovF: hw/net/opencores_eth.c
79716e7caaeSMax Filippov
798fd5d5c56SAnthony LiguoriDevices
799fd5d5c56SAnthony Liguori-------
800b30934cbSJiri SlabyEDU
801b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
802b30934cbSJiri SlabyS: Maintained
803b30934cbSJiri SlabyF: hw/misc/edu.c
804b30934cbSJiri Slaby
805fd5d5c56SAnthony LiguoriIDE
806c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
807c095348bSJohn SnowL: qemu-block@nongnu.org
808c095348bSJohn SnowS: Supported
8098d8b636dSPaolo BonziniF: include/hw/ide.h
810c9f7acd5SThomas HuthF: include/hw/ide/
811fd5d5c56SAnthony LiguoriF: hw/ide/
812c095348bSJohn SnowF: hw/block/block.c
813c095348bSJohn SnowF: hw/block/cdrom.c
814c095348bSJohn SnowF: hw/block/hd-geometry.c
815c095348bSJohn SnowF: tests/ide-test.c
816c095348bSJohn SnowF: tests/ahci-test.c
817aee50319SJohn SnowF: tests/libqos/ahci*
818c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
819c095348bSJohn Snow
820c095348bSJohn SnowFloppy
821c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
822c095348bSJohn SnowL: qemu-block@nongnu.org
823c095348bSJohn SnowS: Supported
824c095348bSJohn SnowF: hw/block/fdc.c
825c095348bSJohn SnowF: include/hw/block/fdc.h
826aee50319SJohn SnowF: tests/fdc-test.c
827c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
828fd5d5c56SAnthony Liguori
829f5f487b2SPeter MaydellOMAP
830f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
831f5f487b2SPeter MaydellS: Maintained
8328d8b636dSPaolo BonziniF: hw/*/omap*
833ed0db866SThomas HuthF: include/hw/arm/omap.h
834f5f487b2SPeter Maydell
83528d54e58SPaolo BonziniIPack
83628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
83728d54e58SPaolo BonziniS: Odd Fixes
83828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
83928d54e58SPaolo BonziniF: hw/ipack/
84028d54e58SPaolo Bonzini
841fd5d5c56SAnthony LiguoriPCI
842fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
843874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
844fd5d5c56SAnthony LiguoriS: Supported
8458d8b636dSPaolo BonziniF: include/hw/pci/*
846f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
847ca818cfbSMichael S. TsirkinF: hw/pci/*
848f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8490e0b3592SMichael S. Tsirkin
850d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8510e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8520e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8530e0b3592SMichael S. TsirkinS: Supported
8540e0b3592SMichael S. TsirkinF: include/hw/acpi/*
855d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8560e0b3592SMichael S. TsirkinF: hw/mem/*
8578d8b636dSPaolo BonziniF: hw/acpi/*
858d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8590e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8600e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
8610e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h
862fd5d5c56SAnthony Liguori
863aaade8d7SAndreas Färberppc4xx
864aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
865aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
866aaade8d7SAndreas FärberS: Odd Fixes
8678d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
868b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
869aaade8d7SAndreas Färber
87098cded3aSAndreas Färberppce500
87198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
87298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
87398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
87498cded3aSAndreas FärberS: Supported
8756e481d57SPeter MaydellF: hw/ppc/e500*
876566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
877566dd236SPaolo BonziniF: hw/net/fsl_etsec/
87898cded3aSAndreas Färber
87961af0ee6SPaolo BonziniCharacter devices
88061af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
88161af0ee6SPaolo BonziniS: Odd Fixes
88261af0ee6SPaolo BonziniF: hw/char/
88361af0ee6SPaolo Bonzini
884f536f112SPaolo BonziniNetwork devices
885f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
886f536f112SPaolo BonziniS: Odd Fixes
887f536f112SPaolo BonziniF: hw/net/
8886bd7776cSGreg KurzF: tests/virtio-net-test.c
889f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
890f536f112SPaolo Bonzini
891fd5d5c56SAnthony LiguoriSCSI
892de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
893de7724f7SPaolo BonziniS: Supported
89474460f34SThomas HuthF: include/hw/scsi/*
8958d8b636dSPaolo BonziniF: hw/scsi/*
8966bd7776cSGreg KurzF: tests/virtio-scsi-test.c
8971ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
898de7724f7SPaolo Bonzini
899de7724f7SPaolo BonziniLSI53C895A
9000e19885eSAnthony LiguoriS: Orphan
9018d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
902fd5d5c56SAnthony Liguori
903fcb5629dSPeter A. G. CrosthwaiteSSI
9044b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
905fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9068d8b636dSPaolo BonziniF: hw/ssi/*
9078d8b636dSPaolo BonziniF: hw/block/m25p80.c
9084b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9094b46ba61SAlistair Francis
9104b46ba61SAlistair FrancisXilinx SPI
9114b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9124b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9134b46ba61SAlistair FrancisS: Maintained
9144b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
915fcb5629dSPeter A. G. Crosthwaite
916fd5d5c56SAnthony LiguoriUSB
9175d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9185d0d62feSGerd HoffmannS: Maintained
9198d8b636dSPaolo BonziniF: hw/usb/*
92028edfce0SGongleiF: tests/usb-*-test.c
921beded0ffSThomas HuthF: docs/usb2.txt
922beded0ffSThomas HuthF: docs/usb-storage.txt
923beded0ffSThomas HuthF: include/hw/usb.h
924beded0ffSThomas HuthF: include/hw/usb/
925fd5d5c56SAnthony Liguori
926e26082fdSPaolo BonziniUSB (serial adapter)
927e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
928e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
929e26082fdSPaolo BonziniS: Maintained
930e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
931e26082fdSPaolo Bonzini
93292e1fb5eSAlex WilliamsonVFIO
93392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
93492e1fb5eSAlex WilliamsonS: Supported
935cf7087dbSKim PhillipsF: hw/vfio/*
93699b88c6dSThomas HuthF: include/hw/vfio/
93792e1fb5eSAlex Williamson
938fd5d5c56SAnthony Liguorivhost
939fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
940fd5d5c56SAnthony LiguoriS: Supported
9418d8b636dSPaolo BonziniF: hw/*/*vhost*
942fd5d5c56SAnthony Liguori
943fd5d5c56SAnthony Liguorivirtio
944a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
945fd5d5c56SAnthony LiguoriS: Supported
9468d8b636dSPaolo BonziniF: hw/*/virtio*
94772fa605dSThomas HuthF: hw/virtio/Makefile.objs
94872fa605dSThomas HuthF: hw/virtio/trace-events
9496a084ea3SMichael S. TsirkinF: net/vhost-user.c
950494f7b57SThomas HuthF: include/hw/virtio/
9516bd7776cSGreg KurzF: tests/virtio-balloon-test.c
952fd5d5c56SAnthony Liguori
953fd5d5c56SAnthony Liguorivirtio-9p
95423704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9558c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
956fd5d5c56SAnthony LiguoriS: Supported
957aebeca25SAndreas FärberF: hw/9pfs/
958aebeca25SAndreas FärberF: fsdev/
9592d888c09SAndreas FärberF: tests/virtio-9p-test.c
9603f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9618c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
962fd5d5c56SAnthony Liguori
963fd5d5c56SAnthony Liguorivirtio-blk
96454d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
965b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
966fd5d5c56SAnthony LiguoriS: Supported
9678d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
968b457a5f5SStefan HajnocziF: hw/block/dataplane/*
9696bd7776cSGreg KurzF: tests/virtio-blk-test.c
970b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
971fd5d5c56SAnthony Liguori
972dd4ad64aSCornelia Huckvirtio-ccw
973dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
974b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
975dd4ad64aSCornelia HuckS: Supported
976dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
9773e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9783e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
979dd4ad64aSCornelia Huck
980a5d4d7b5SGerd Hoffmannvirtio-input
981a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
982a5d4d7b5SGerd HoffmannS: Maintained
983a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
984a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
985a5d4d7b5SGerd Hoffmann
986fd5d5c56SAnthony Liguorivirtio-serial
987fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
988fd5d5c56SAnthony LiguoriS: Supported
9898d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
9908d8b636dSPaolo BonziniF: hw/char/virtio-console.c
99168a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
9926bd7776cSGreg KurzF: tests/virtio-console-test.c
9936bd7776cSGreg KurzF: tests/virtio-serial-test.c
994fd5d5c56SAnthony Liguori
9951f51a5cbSAmit Shahvirtio-rng
9961f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
9971f51a5cbSAmit ShahS: Supported
9981f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
9991f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1000750cf869SThomas HuthF: include/sysemu/rng*.h
10011f51a5cbSAmit ShahF: backends/rng*.c
10026bd7776cSGreg KurzF: tests/virtio-rng-test.c
10031f51a5cbSAmit Shah
1004f3c507adSKeith Buschnvme
1005f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1006c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1007f3c507adSKeith BuschS: Supported
1008f3c507adSKeith BuschF: hw/block/nvme*
1009fc967791SAndreas FärberF: tests/nvme-test.c
1010f3c507adSKeith Busch
1011d383c625SHannes Reineckemegasas
1012d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1013c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1014d383c625SHannes ReineckeS: Supported
1015d383c625SHannes ReineckeF: hw/scsi/megasas.c
1016d383c625SHannes ReineckeF: hw/scsi/mfi.h
1017d383c625SHannes Reinecke
1018605d52e6SDmitry FleytmanNetwork packet abstractions
1019605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1020605d52e6SDmitry FleytmanS: Maintained
1021605d52e6SDmitry FleytmanF: include/net/eth.h
1022605d52e6SDmitry FleytmanF: net/eth.c
1023605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1024605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1025605d52e6SDmitry Fleytman
1026622fb504SDmitry FleytmanVmware
1027622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1028622fb504SDmitry FleytmanS: Maintained
1029622fb504SDmitry FleytmanF: hw/net/vmxnet*
1030622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1031622fb504SDmitry Fleytman
1032de24d3f1SScott FeldmanRocker
1033de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1034de24d3f1SScott FeldmanS: Maintained
1035de24d3f1SScott FeldmanF: hw/net/rocker/
1036de850948SThomas HuthF: tests/rocker/
1037de850948SThomas HuthF: docs/specs/rocker.txt
1038de24d3f1SScott Feldman
103970d1fb9cSXiao GuangrongNVDIMM
104070d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
104170d1fb9cSXiao GuangrongS: Maintained
104270d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
104370d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
104470d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
104570d1fb9cSXiao Guangrong
1046093454e2SDmitry Fleytmane1000x
1047093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1048093454e2SDmitry FleytmanS: Maintained
1049093454e2SDmitry FleytmanF: hw/net/e1000x*
1050093454e2SDmitry Fleytman
10516f3fbe4eSDmitry Fleytmane1000e
10526f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10536f3fbe4eSDmitry FleytmanS: Maintained
10546f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10556f3fbe4eSDmitry Fleytman
1056e481a1f6SAlistair FrancisGeneric Loader
1057e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1058e481a1f6SAlistair FrancisS: Maintained
1059e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1060e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1061e481a1f6SAlistair Francis
1062fd5d5c56SAnthony LiguoriSubsystems
1063fd5d5c56SAnthony Liguori----------
1064fd5d5c56SAnthony LiguoriAudio
10659f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1066fd5d5c56SAnthony LiguoriS: Maintained
1067fd5d5c56SAnthony LiguoriF: audio/
10688d8b636dSPaolo BonziniF: hw/audio/
1069a2b245aeSThomas HuthF: include/hw/audio/
1070d7b50c0cSAndreas FärberF: tests/ac97-test.c
10718fa74c94SAndreas FärberF: tests/es1370-test.c
1072fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1073fd5d5c56SAnthony Liguori
107417f1e8f5SStefan HajnocziBlock layer core
1075fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1076c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1077c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1078fd5d5c56SAnthony LiguoriS: Supported
1079fd5d5c56SAnthony LiguoriF: block*
1080fd5d5c56SAnthony LiguoriF: block/
10818d8b636dSPaolo BonziniF: hw/block/
10824c346e0bSKevin WolfF: include/block/
108346078760SKevin WolfF: qemu-img*
108446078760SKevin WolfF: qemu-io*
108529242091SKevin WolfF: tests/qemu-iotests/
1086d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1087fd5d5c56SAnthony Liguori
1088d55053b1SStefan HajnocziBlock I/O path
1089d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
10909ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1091d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1092d55053b1SStefan HajnocziS: Supported
1093d55053b1SStefan HajnocziF: async.c
1094d55053b1SStefan HajnocziF: aio-*.c
1095d55053b1SStefan HajnocziF: block/io.c
1096d55053b1SStefan HajnocziF: migration/block*
1097e1029ae2SFam ZhengF: include/block/aio.h
1098d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1099d55053b1SStefan Hajnoczi
1100280458a3SJeff CodyBlock Jobs
1101280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1102280458a3SJeff CodyL: qemu-block@nongnu.org
1103280458a3SJeff CodyS: Supported
1104280458a3SJeff CodyF: blockjob.c
1105280458a3SJeff CodyF: include/block/blockjob.h
1106280458a3SJeff CodyF: block/backup.c
1107280458a3SJeff CodyF: block/commit.c
110877346025SJeff CodyF: block/stream.c
1109280458a3SJeff CodyF: block/mirror.c
1110280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1111280458a3SJeff Cody
11124120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11134120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11144120201dSMarkus ArmbrusterS: Supported
11154120201dSMarkus ArmbrusterF: blockdev.c
11164120201dSMarkus ArmbrusterF: block/qapi.c
11174120201dSMarkus ArmbrusterF: qapi/block*.json
11184120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11194120201dSMarkus Armbruster
112061af0ee6SPaolo BonziniCharacter device backends
1121da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1122fd5d5c56SAnthony LiguoriS: Maintained
1123fd5d5c56SAnthony LiguoriF: qemu-char.c
1124da26f37aSPaolo BonziniF: backends/msmouse.c
1125da26f37aSPaolo BonziniF: backends/testdev.c
1126fd5d5c56SAnthony Liguori
1127e26082fdSPaolo BonziniCharacter Devices (Braille)
1128e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1129e26082fdSPaolo BonziniS: Maintained
1130e26082fdSPaolo BonziniF: backends/baum.c
1131fd5d5c56SAnthony Liguori
11328c413e79SMarkus ArmbrusterCoverity model
11338c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11348c413e79SMarkus ArmbrusterS: Supported
11358c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11368c413e79SMarkus Armbruster
1137f2ca0524SAndreas FärberCPU
113812b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1139f2ca0524SAndreas FärberS: Supported
1140f2ca0524SAndreas FärberF: qom/cpu.c
11416e481d57SPeter MaydellF: include/qom/cpu.h
1142f2ca0524SAndreas Färber
1143d24b569aSPeter A. G. CrosthwaiteDevice Tree
11444b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1145d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1146d24b569aSPeter A. G. CrosthwaiteS: Maintained
114782407515SThomas HuthF: device_tree.c
114882407515SThomas HuthF: include/sysemu/device_tree.h
1149d24b569aSPeter A. G. Crosthwaite
11504f966768SMarkus ArmbrusterError reporting
11514f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11524f966768SMarkus ArmbrusterS: Supported
11534f966768SMarkus ArmbrusterF: include/qapi/error.h
11544f966768SMarkus ArmbrusterF: include/qemu/error-report.h
11554f966768SMarkus ArmbrusterF: util/error.c
11564f966768SMarkus ArmbrusterF: util/qemu-error.c
11574f966768SMarkus Armbruster
1158fd5d5c56SAnthony LiguoriGDB stub
11595dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1160fd5d5c56SAnthony LiguoriS: Odd Fixes
1161fd5d5c56SAnthony LiguoriF: gdbstub*
1162fd5d5c56SAnthony LiguoriF: gdb-xml/
1163fd5d5c56SAnthony Liguori
116401a9c03cSPaolo BonziniMemory API
116501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
116601a9c03cSPaolo BonziniS: Supported
116701a9c03cSPaolo BonziniF: include/exec/ioport.h
116801a9c03cSPaolo BonziniF: ioport.c
116901a9c03cSPaolo BonziniF: include/exec/memory.h
11702b1641d0SPaolo BonziniF: include/exec/ram_addr.h
117101a9c03cSPaolo BonziniF: memory.c
117201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
117301a9c03cSPaolo BonziniF: exec.c
117401a9c03cSPaolo Bonzini
11757ee3bf03SGerd HoffmannSPICE
11767ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11777ee3bf03SGerd HoffmannS: Supported
11786e481d57SPeter MaydellF: include/ui/qemu-spice.h
1179438528a3SThomas HuthF: include/ui/spice-display.h
11807ee3bf03SGerd HoffmannF: ui/spice-*.c
11817ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11828d8b636dSPaolo BonziniF: hw/display/qxl*
11837ee3bf03SGerd Hoffmann
1184fd5d5c56SAnthony LiguoriGraphics
118525eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
118625eccc37SGerd HoffmannS: Odd Fixes
1187fd5d5c56SAnthony LiguoriF: ui/
1188e220656cSThomas HuthF: include/ui/
1189fd5d5c56SAnthony Liguori
1190351f1bf6SAndreas FärberCocoa graphics
119130ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1192351f1bf6SAndreas FärberS: Odd Fixes
1193351f1bf6SAndreas FärberF: ui/cocoa.m
1194351f1bf6SAndreas Färber
1195fd5d5c56SAnthony LiguoriMain loop
1196da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1197da26f37aSPaolo BonziniS: Maintained
1198da26f37aSPaolo BonziniF: cpus.c
1199da26f37aSPaolo BonziniF: main-loop.c
1200da26f37aSPaolo BonziniF: qemu-timer.c
1201fd5d5c56SAnthony LiguoriF: vl.c
1202fd5d5c56SAnthony Liguori
12038899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1204fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com>
1205fbb0621aSLuiz CapitulinoS: Maintained
1206fd5d5c56SAnthony LiguoriF: monitor.c
1207c13e9912SThomas HuthF: hmp.[ch]
1208c13e9912SThomas HuthF: hmp-commands*.hx
1209c13e9912SThomas HuthF: include/monitor/hmp-target.h
1210dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1211fd5d5c56SAnthony Liguori
1212f536f112SPaolo BonziniNetwork device backends
1213442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1214fd5d5c56SAnthony LiguoriS: Maintained
1215fd5d5c56SAnthony LiguoriF: net/
1216d24b2b1cSThomas HuthF: include/net/
12175fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1218fd5d5c56SAnthony Liguori
1219aee09bafSVincenzo MaffioneNetmap network backend
1220aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1221aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1222aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1223aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1224aee09bafSVincenzo MaffioneS: Maintained
1225aee09bafSVincenzo MaffioneF: net/netmap.c
1226aee09bafSVincenzo Maffione
122744f76b28SPaolo BonziniNetwork Block Device (NBD)
122844f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
122944f76b28SPaolo BonziniS: Odd Fixes
1230798bfe00SFam ZhengF: block/nbd*
1231798bfe00SFam ZhengF: nbd/
1232798bfe00SFam ZhengF: include/block/nbd*
123344f76b28SPaolo BonziniF: qemu-nbd.c
12341ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
123544f76b28SPaolo Bonzini
12362f54eb98SEduardo HabkostNUMA
12372f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12382f54eb98SEduardo HabkostS: Maintained
12392f54eb98SEduardo HabkostF: numa.c
12402f54eb98SEduardo HabkostF: include/sysemu/numa.h
12412f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12422f54eb98SEduardo Habkost
12434fc264f4SEduardo HabkostHost Memory Backends
12444fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12454fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12464fc264f4SEduardo HabkostS: Maintained
12474fc264f4SEduardo HabkostF: backends/hostmem*.c
12484fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
12494fc264f4SEduardo Habkost
12508899b4aeSLuiz CapitulinoQAPI
12519740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12528899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
12539740618cSLuiz CapitulinoS: Supported
12548899b4aeSLuiz CapitulinoF: qapi/
12550311c5bdSMarkus ArmbrusterX: qapi/*.json
1256ac4abb9aSMarkus ArmbrusterF: include/qapi/
1257ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1258ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1259c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1260ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1261ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
12620311c5bdSMarkus ArmbrusterF: scripts/qapi*
12630311c5bdSMarkus ArmbrusterF: docs/qapi*
12649740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12658899b4aeSLuiz Capitulino
12667810d291SLuiz CapitulinoQAPI Schema
12677810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
12687810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12697810d291SLuiz CapitulinoS: Supported
12707810d291SLuiz CapitulinoF: qapi-schema.json
12710311c5bdSMarkus ArmbrusterF: qapi/*.json
12729740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12737810d291SLuiz Capitulino
1274f3582ba4SLuiz CapitulinoQObject
1275f3582ba4SLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
1276f3582ba4SLuiz CapitulinoS: Maintained
1277f3582ba4SLuiz CapitulinoF: qobject/
12787735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12797735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12807735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12817735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12827735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12837735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
12847735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
12857735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1286f3582ba4SLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1287f3582ba4SLuiz Capitulino
1288f05d9999SMichael RothQEMU Guest Agent
1289f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1290f05d9999SMichael RothS: Maintained
1291f05d9999SMichael RothF: qga/
1292f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1293f05d9999SMichael Roth
12944688c94cSAndreas FärberQOM
12954688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
12964688c94cSAndreas FärberS: Supported
12974688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
12984688c94cSAndreas FärberF: include/qom/
12994688c94cSAndreas FärberX: include/qom/cpu.h
13004688c94cSAndreas FärberF: qom/
13014688c94cSAndreas FärberX: qom/cpu.c
13029f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
13039f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
13044688c94cSAndreas FärberF: tests/qom-test.c
13054688c94cSAndreas Färber
13068899b4aeSLuiz CapitulinoQMP
13079740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13089740618cSLuiz CapitulinoS: Supported
13098899b4aeSLuiz CapitulinoF: qmp.c
13108899b4aeSLuiz CapitulinoF: monitor.c
13119b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13129740618cSLuiz CapitulinoF: scripts/qmp/
13139740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13148899b4aeSLuiz Capitulino
1315cc0100f4SAlistair FrancisRegister API
1316cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1317cc0100f4SAlistair FrancisS: Maintained
1318cc0100f4SAlistair FrancisF: hw/core/register.c
1319cc0100f4SAlistair FrancisF: include/hw/register.h
1320cc0100f4SAlistair Francis
1321fd5d5c56SAnthony LiguoriSLIRP
1322eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1323bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1324bafc72abSJan KiszkaS: Maintained
1325fd5d5c56SAnthony LiguoriF: slirp/
1326663fb1e1SThomas HuthF: net/slirp.c
1327d24b2b1cSThomas HuthF: include/net/slirp.h
13281ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1329fd5d5c56SAnthony Liguori
1330b1ed728aSPaolo BonziniStubs
1331b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1332b1ed728aSPaolo BonziniS: Maintained
1333b1ed728aSPaolo BonziniF: stubs/
1334b1ed728aSPaolo Bonzini
1335598a3f35SStefan HajnocziTracing
13361cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1337598a3f35SStefan HajnocziS: Maintained
1338598a3f35SStefan HajnocziF: trace/
1339f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1340f70fd8fdSLluís VilanovaF: scripts/tracetool/
1341f922ea46SAndreas FärberF: docs/tracing.txt
13421ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1343598a3f35SStefan Hajnoczi
134414f40fdcSBlue SwirlCheckpatch
134514f40fdcSBlue SwirlS: Odd Fixes
134614f40fdcSBlue SwirlF: scripts/checkpatch.pl
134714f40fdcSBlue Swirl
1348c0787c8dSJuan QuintelaMigration
1349c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
13507f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1351c0787c8dSJuan QuintelaS: Maintained
1352c0787c8dSJuan QuintelaF: include/migration/
135344a1f946SDr. David Alan GilbertF: migration/
1354c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1355c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1356a609ad8bSThomas HuthF: docs/migration.txt
1357c0787c8dSJuan Quintela
135892bfedb0SEduardo OtuboSeccomp
13599d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
136092bfedb0SEduardo OtuboS: Supported
136192bfedb0SEduardo OtuboF: qemu-seccomp.c
136292bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
136392bfedb0SEduardo Otubo
1364ddbb0d09SDaniel P. BerrangeCryptography
1365ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1366ddbb0d09SDaniel P. BerrangeS: Maintained
1367ddbb0d09SDaniel P. BerrangeF: crypto/
1368ddbb0d09SDaniel P. BerrangeF: include/crypto/
1369ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1370ddbb0d09SDaniel P. Berrange
137110817bf0SDaniel P. BerrangeCoroutines
137210817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
137310817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
137410817bf0SDaniel P. BerrangeF: util/*coroutine*
137510817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
137610817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
137710817bf0SDaniel P. Berrange
137888c5f205SDaniel P. BerrangeBuffers
137988c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
138088c5f205SDaniel P. BerrangeS: Odd fixes
138188c5f205SDaniel P. BerrangeF: util/buffer.c
138288c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
138388c5f205SDaniel P. Berrange
1384666a3af9SDaniel P. BerrangeI/O Channels
1385666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1386666a3af9SDaniel P. BerrangeS: Maintained
1387666a3af9SDaniel P. BerrangeF: io/
1388666a3af9SDaniel P. BerrangeF: include/io/
1389666a3af9SDaniel P. BerrangeF: tests/test-io-*
1390666a3af9SDaniel P. Berrange
13915614a283SGerd HoffmannSockets
13925614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
13935614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13945614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
13955614a283SGerd HoffmannS: Maintained
13965614a283SGerd HoffmannF: include/qemu/sockets.h
13975614a283SGerd HoffmannF: util/qemu-sockets.c
13985614a283SGerd Hoffmann
1399d310d85bSAlberto GarciaThrottling infrastructure
1400d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1401d310d85bSAlberto GarciaS: Supported
1402d310d85bSAlberto GarciaF: block/throttle-groups.c
1403d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1404d310d85bSAlberto GarciaF: include/qemu/throttle.h
1405d310d85bSAlberto GarciaF: util/throttle.c
1406d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1407d310d85bSAlberto Garcia
1408080d7aacSFam ZhengUUID
1409080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1410080d7aacSFam ZhengS: Supported
1411080d7aacSFam ZhengF: util/uuid.c
1412080d7aacSFam ZhengF: include/qemu/uuid.h
1413080d7aacSFam ZhengF: tests/test-uuid.c
1414080d7aacSFam Zheng
141588f82ed1SZhang ChenCOLO Proxy
141688f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
141788f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
141888f82ed1SZhang ChenS: Supported
141988f82ed1SZhang ChenF: docs/colo-proxy.txt
142088f82ed1SZhang ChenF: net/colo*
142188f82ed1SZhang ChenF: net/filter-rewriter.c
142288f82ed1SZhang ChenF: net/filter-mirror.c
142388f82ed1SZhang Chen
1424fd5d5c56SAnthony LiguoriUsermode Emulation
1425fd5d5c56SAnthony Liguori------------------
1426486bbe5fSPaolo BonziniOverall
1427486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1428486bbe5fSPaolo BonziniS: Maintained
1429486bbe5fSPaolo BonziniF: thunk.c
1430486bbe5fSPaolo BonziniF: user-exec.c
1431486bbe5fSPaolo Bonzini
1432fd5d5c56SAnthony LiguoriBSD user
1433297e8005SMarkus ArmbrusterS: Orphan
1434fd5d5c56SAnthony LiguoriF: bsd-user/
1435ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1436fd5d5c56SAnthony Liguori
1437fd5d5c56SAnthony LiguoriLinux user
1438fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1439fd5d5c56SAnthony LiguoriS: Maintained
1440fd5d5c56SAnthony LiguoriF: linux-user/
1441ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
144242f5a7e9SAurelien Jarno
144342f5a7e9SAurelien JarnoTiny Code Generator (TCG)
144442f5a7e9SAurelien Jarno-------------------------
144542f5a7e9SAurelien JarnoCommon code
1446cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
144742f5a7e9SAurelien JarnoS: Maintained
144842f5a7e9SAurelien JarnoF: tcg/
144942f5a7e9SAurelien Jarno
1450b25a464cSClaudio FontanaAArch64 target
1451b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1452b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1453b25a464cSClaudio FontanaS: Maintained
1454b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1455b25a464cSClaudio FontanaF: tcg/aarch64/
1456c17652eeSPaolo BonziniF: disas/arm-a64.cc
1457c17652eeSPaolo BonziniF: disas/libvixl/
1458b25a464cSClaudio Fontana
145942f5a7e9SAurelien JarnoARM target
146042f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
146142f5a7e9SAurelien JarnoS: Maintained
1462b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
146342f5a7e9SAurelien JarnoF: tcg/arm/
1464c17652eeSPaolo BonziniF: disas/arm.c
146542f5a7e9SAurelien Jarno
146642f5a7e9SAurelien Jarnoi386 target
14675dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
146842f5a7e9SAurelien JarnoS: Maintained
146942f5a7e9SAurelien JarnoF: tcg/i386/
1470c17652eeSPaolo BonziniF: disas/i386.c
147142f5a7e9SAurelien Jarno
147242f5a7e9SAurelien JarnoIA64 target
147342f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
147442f5a7e9SAurelien JarnoS: Maintained
147542f5a7e9SAurelien JarnoF: tcg/ia64/
1476c17652eeSPaolo BonziniF: disas/ia64.c
147742f5a7e9SAurelien Jarno
147842f5a7e9SAurelien JarnoMIPS target
1479d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
148042f5a7e9SAurelien JarnoS: Maintained
148142f5a7e9SAurelien JarnoF: tcg/mips/
1482c17652eeSPaolo BonziniF: disas/mips.c
148342f5a7e9SAurelien Jarno
148442f5a7e9SAurelien JarnoPPC
148542f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
148642f5a7e9SAurelien JarnoS: Maintained
148742f5a7e9SAurelien JarnoF: tcg/ppc/
1488c17652eeSPaolo BonziniF: disas/ppc.c
148942f5a7e9SAurelien Jarno
149042f5a7e9SAurelien JarnoS390 target
149142f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
149242f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
149342f5a7e9SAurelien JarnoS: Maintained
149442f5a7e9SAurelien JarnoF: tcg/s390/
1495c17652eeSPaolo BonziniF: disas/s390.c
149642f5a7e9SAurelien Jarno
149742f5a7e9SAurelien JarnoSPARC target
1498297e8005SMarkus ArmbrusterS: Odd Fixes
149942f5a7e9SAurelien JarnoF: tcg/sparc/
1500c17652eeSPaolo BonziniF: disas/sparc.c
1501bc75c9e5SStefan Weil
1502bc75c9e5SStefan WeilTCI target
1503bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1504bc75c9e5SStefan WeilS: Maintained
15058ef9cd55SAndreas FärberF: tcg/tci/
15062b7be8c8SStefan WeilF: tci.c
1507c17652eeSPaolo BonziniF: disas/tci.c
1508aa09c951SAndreas Färber
1509aa09c951SAndreas FärberStable branches
1510aa09c951SAndreas Färber---------------
1511aa09c951SAndreas FärberStable 1.0
1512aa09c951SAndreas FärberL: qemu-stable@nongnu.org
151385938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1514aa09c951SAndreas FärberS: Orphan
1515aa09c951SAndreas Färber
1516aa09c951SAndreas FärberStable 0.15
1517aa09c951SAndreas FärberL: qemu-stable@nongnu.org
151885938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1519211b76d1SAndreas FärberS: Orphan
1520aa09c951SAndreas Färber
1521aa09c951SAndreas FärberStable 0.14
1522aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152385938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1524aa09c951SAndreas FärberS: Orphan
1525aa09c951SAndreas Färber
1526aa09c951SAndreas FärberStable 0.10
1527aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152885938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1529aa09c951SAndreas FärberS: Orphan
1530f05b328cSStefan Hajnoczi
1531f05b328cSStefan HajnocziBlock drivers
1532f05b328cSStefan Hajnoczi-------------
1533f05b328cSStefan HajnocziVMDK
1534f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1535c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1536f05b328cSStefan HajnocziS: Supported
1537f05b328cSStefan HajnocziF: block/vmdk.c
1538f05b328cSStefan Hajnoczi
1539f05b328cSStefan HajnocziRBD
15405a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1541280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1542280458a3SJeff CodyL: qemu-block@nongnu.org
1543f05b328cSStefan HajnocziS: Supported
1544f05b328cSStefan HajnocziF: block/rbd.c
1545280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1546f05b328cSStefan Hajnoczi
1547f05b328cSStefan HajnocziSheepdog
154853b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1549f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1550280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1551280458a3SJeff CodyL: qemu-block@nongnu.org
1552dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1553f05b328cSStefan HajnocziS: Supported
1554f05b328cSStefan HajnocziF: block/sheepdog.c
1555280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1556f05b328cSStefan Hajnoczi
1557f05b328cSStefan HajnocziVHDX
1558f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1559280458a3SJeff CodyL: qemu-block@nongnu.org
1560f05b328cSStefan HajnocziS: Supported
1561f05b328cSStefan HajnocziF: block/vhdx*
1562280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1563f05b328cSStefan Hajnoczi
1564f05b328cSStefan HajnocziVDI
1565f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1566c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1567f05b328cSStefan HajnocziS: Maintained
1568f05b328cSStefan HajnocziF: block/vdi.c
1569f05b328cSStefan Hajnoczi
1570f05b328cSStefan HajnocziiSCSI
1571f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1572f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1573f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1574c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1575f05b328cSStefan HajnocziS: Supported
1576f05b328cSStefan HajnocziF: block/iscsi.c
1577f05b328cSStefan Hajnoczi
15786542aa9cSPeter LievenNFS
1579280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
15806542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1581280458a3SJeff CodyL: qemu-block@nongnu.org
15826542aa9cSPeter LievenS: Maintained
15836542aa9cSPeter LievenF: block/nfs.c
1584280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
15856542aa9cSPeter Lieven
1586f05b328cSStefan HajnocziSSH
1587f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1588280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1589280458a3SJeff CodyL: qemu-block@nongnu.org
1590f05b328cSStefan HajnocziS: Supported
1591f05b328cSStefan HajnocziF: block/ssh.c
1592280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1593c9a12e75SChrysostomos Nanakos
1594c9a12e75SChrysostomos NanakosARCHIPELAGO
1595c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1596280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1597280458a3SJeff CodyL: qemu-block@nongnu.org
1598c9a12e75SChrysostomos NanakosS: Maintained
1599c9a12e75SChrysostomos NanakosF: block/archipelago.c
1600280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1601280458a3SJeff Cody
1602280458a3SJeff CodyCURL
1603280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1604280458a3SJeff CodyL: qemu-block@nongnu.org
1605280458a3SJeff CodyS: Supported
1606280458a3SJeff CodyF: block/curl.c
1607280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1608280458a3SJeff Cody
1609280458a3SJeff CodyGLUSTER
1610280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1611280458a3SJeff CodyL: qemu-block@nongnu.org
1612280458a3SJeff CodyS: Supported
1613280458a3SJeff CodyF: block/gluster.c
1614280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1615b5e9476cSGonglei
1616199667a8SFam ZhengNull Block Driver
1617199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1618199667a8SFam ZhengL: qemu-block@nongnu.org
1619199667a8SFam ZhengS: Supported
1620199667a8SFam ZhengF: block/null.c
1621199667a8SFam Zheng
1622b5e9476cSGongleiBootdevice
1623b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1624b5e9476cSGongleiS: Maintained
1625b5e9476cSGongleiF: bootdevice.c
1626ecdda9e0SAlberto Garcia
1627ecdda9e0SAlberto GarciaQuorum
1628ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1629ecdda9e0SAlberto GarciaS: Supported
1630ecdda9e0SAlberto GarciaF: block/quorum.c
1631ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1632e7c6e631SStefan Hajnoczi
1633e7c6e631SStefan Hajnocziblkverify
1634e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1635e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1636e7c6e631SStefan HajnocziS: Supported
1637e7c6e631SStefan HajnocziF: block/blkverify.c
1638e7c6e631SStefan Hajnoczi
1639e7c6e631SStefan Hajnoczibochs
1640e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1641e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1642e7c6e631SStefan HajnocziS: Supported
1643e7c6e631SStefan HajnocziF: block/bochs.c
1644e7c6e631SStefan Hajnoczi
1645e7c6e631SStefan Hajnoczicloop
1646e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1647e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1648e7c6e631SStefan HajnocziS: Supported
1649e7c6e631SStefan HajnocziF: block/cloop.c
1650e7c6e631SStefan Hajnoczi
1651e7c6e631SStefan Hajnoczidmg
1652e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1653e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1654e7c6e631SStefan HajnocziS: Supported
1655e7c6e631SStefan HajnocziF: block/dmg.c
1656e7c6e631SStefan Hajnoczi
1657e7c6e631SStefan Hajnocziparallels
1658e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1659f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1660e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1661e7c6e631SStefan HajnocziS: Supported
1662e7c6e631SStefan HajnocziF: block/parallels.c
1663b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1664e7c6e631SStefan Hajnoczi
1665e7c6e631SStefan Hajnocziqed
1666e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1667e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1668e7c6e631SStefan HajnocziS: Supported
1669e7c6e631SStefan HajnocziF: block/qed.c
1670e7c6e631SStefan Hajnoczi
1671e7c6e631SStefan Hajnocziraw
1672e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1673e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1674e7c6e631SStefan HajnocziS: Supported
1675e7c6e631SStefan HajnocziF: block/linux-aio.c
1676f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1677e7c6e631SStefan HajnocziF: block/raw-posix.c
1678e7c6e631SStefan HajnocziF: block/raw-win32.c
1679e7c6e631SStefan HajnocziF: block/raw_bsd.c
1680e7c6e631SStefan HajnocziF: block/win32-aio.c
1681e7c6e631SStefan Hajnoczi
1682e7c6e631SStefan Hajnocziqcow2
1683e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1684c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1685e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1686e7c6e631SStefan HajnocziS: Supported
1687e7c6e631SStefan HajnocziF: block/qcow2*
1688e7c6e631SStefan Hajnoczi
1689e7c6e631SStefan Hajnocziqcow
1690e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1691e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1692e7c6e631SStefan HajnocziS: Supported
1693e7c6e631SStefan HajnocziF: block/qcow.c
1694e7c6e631SStefan Hajnoczi
1695e7c6e631SStefan Hajnocziblkdebug
1696e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1697c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1698e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1699e7c6e631SStefan HajnocziS: Supported
1700e7c6e631SStefan HajnocziF: block/blkdebug.c
1701e7c6e631SStefan Hajnoczi
1702e7c6e631SStefan Hajnoczivpc
1703e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1704e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1705e7c6e631SStefan HajnocziS: Supported
1706e7c6e631SStefan HajnocziF: block/vpc.c
1707e7c6e631SStefan Hajnoczi
1708e7c6e631SStefan Hajnoczivvfat
1709e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1710e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1711e7c6e631SStefan HajnocziS: Supported
1712e7c6e631SStefan HajnocziF: block/vvfat.c
1713abfe4e94SStefan Hajnoczi
1714abfe4e94SStefan HajnocziImage format fuzzer
1715abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1716abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1717abfe4e94SStefan HajnocziS: Supported
1718abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1719717171bdSDaniel P. Berrange
1720049105a3SChanglong XieReplication
1721049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1722049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1723049105a3SChanglong XieS: Supported
1724049105a3SChanglong XieF: replication*
1725049105a3SChanglong XieF: block/replication.c
1726049105a3SChanglong XieF: tests/test-replication.c
1727049105a3SChanglong XieF: docs/block-replication.txt
1728049105a3SChanglong Xie
1729b9e02c06SAlex BennéeBuild and test automation
1730b9e02c06SAlex Bennée-------------------------
1731b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1732b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1733b9e02c06SAlex BennéeS: Supported
1734b9e02c06SAlex BennéeF: .travis.yml
1735717171bdSDaniel P. Berrange
1736717171bdSDaniel P. BerrangeDocumentation
1737717171bdSDaniel P. Berrange-------------
1738717171bdSDaniel P. BerrangeBuild system architecture
1739717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1740717171bdSDaniel P. BerrangeS: Odd Fixes
1741717171bdSDaniel P. BerrangeF: docs/build-system.txt
17428a49e97fSFam Zheng
17438a49e97fSFam ZhengDocker testing
17448a49e97fSFam Zheng--------------
17458a49e97fSFam ZhengDocker based testing framework and cases
17468a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17478a49e97fSFam ZhengS: Maintained
17488a49e97fSFam ZhengF: tests/docker/
1749