xref: /openbmc/qemu/MAINTAINERS (revision 595a926d)
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
136*595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
137*595a926dSLaurent VivierS: Maintained
138fd5d5c56SAnthony LiguoriF: target-m68k/
1398d8b636dSPaolo BonziniF: hw/m68k/
140fd5d5c56SAnthony Liguori
141abc07545SEdgar E. IglesiasMicroBlaze
142fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
143fd5d5c56SAnthony LiguoriS: Maintained
144fd5d5c56SAnthony LiguoriF: target-microblaze/
1458d8b636dSPaolo BonziniF: hw/microblaze/
146c17652eeSPaolo BonziniF: disas/microblaze.c
147fd5d5c56SAnthony Liguori
148fd5d5c56SAnthony LiguoriMIPS
149ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
15078851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1516f640917SLeon AlraeS: Maintained
152fd5d5c56SAnthony LiguoriF: target-mips/
1538d8b636dSPaolo BonziniF: hw/mips/
1545995db88SThomas HuthF: hw/misc/mips_*
1555995db88SThomas HuthF: hw/intc/mips_gic.c
1565995db88SThomas HuthF: hw/timer/mips_gictimer.c
1575995db88SThomas HuthF: include/hw/mips/
1585995db88SThomas HuthF: include/hw/misc/mips_*
1595995db88SThomas HuthF: include/hw/intc/mips_gic.h
1605995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
161c0bd0b50SPaolo BonziniF: tests/tcg/mips/
162c17652eeSPaolo BonziniF: disas/mips.c
163fd5d5c56SAnthony Liguori
164d15a9c23SAnthony GreenMoxie
165d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
166d15a9c23SAnthony GreenS: Maintained
167d15a9c23SAnthony GreenF: target-moxie/
168c17652eeSPaolo BonziniF: disas/moxie.c
169a3ccdfb5SThomas HuthF: hw/moxie/
170a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
171d15a9c23SAnthony Green
172945dad6dSJia LiuOpenRISC
173945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
174945dad6dSJia LiuS: Maintained
175945dad6dSJia LiuF: target-openrisc/
176945dad6dSJia LiuF: hw/openrisc/
177c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
178945dad6dSJia Liu
179fd5d5c56SAnthony LiguoriPowerPC
180b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
181fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
182a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
183fd5d5c56SAnthony LiguoriS: Maintained
184fd5d5c56SAnthony LiguoriF: target-ppc/
1858d8b636dSPaolo BonziniF: hw/ppc/
186b5d55020SThomas HuthF: include/hw/ppc/
187c17652eeSPaolo BonziniF: disas/ppc.c
188fd5d5c56SAnthony Liguori
189749717a0SAlexander GrafS390
1902b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
191fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
192fd5d5c56SAnthony LiguoriS: Maintained
193fd5d5c56SAnthony LiguoriF: target-s390x/
1948d8b636dSPaolo BonziniF: hw/s390x/
195c17652eeSPaolo BonziniF: disas/s390.c
196b6f97c14Sbellard
197fd5d5c56SAnthony LiguoriSH4
198ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1992c9b7d1aSAndreas FärberS: Odd Fixes
200fd5d5c56SAnthony LiguoriF: target-sh4/
2018d8b636dSPaolo BonziniF: hw/sh4/
202c17652eeSPaolo BonziniF: disas/sh4.c
2038a90f900SThomas HuthF: include/hw/sh4/
204fd5d5c56SAnthony Liguori
205fd5d5c56SAnthony LiguoriSPARC
206f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2072c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
208fd5d5c56SAnthony LiguoriS: Maintained
209fd5d5c56SAnthony LiguoriF: target-sparc/
2108d8b636dSPaolo BonziniF: hw/sparc/
2118d8b636dSPaolo BonziniF: hw/sparc64/
212c17652eeSPaolo BonziniF: disas/sparc.c
213fd5d5c56SAnthony Liguori
214a6ea7b4cSAndreas FärberUniCore32
215a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
216a6ea7b4cSAndreas FärberS: Maintained
217a6ea7b4cSAndreas FärberF: target-unicore32/
2188d8b636dSPaolo BonziniF: hw/unicore32/
21947b98d59SThomas HuthF: include/hw/unicore32/
220a6ea7b4cSAndreas Färber
221fd5d5c56SAnthony LiguoriX86
222d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
223d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
224e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
225b203a4baSEduardo HabkostS: Maintained
226fd5d5c56SAnthony LiguoriF: target-i386/
2278d8b636dSPaolo BonziniF: hw/i386/
228c17652eeSPaolo BonziniF: disas/i386.c
229fd5d5c56SAnthony Liguori
23016e7caaeSMax FilippovXtensa
23116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
232375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
23316e7caaeSMax FilippovS: Maintained
23416e7caaeSMax FilippovF: target-xtensa/
2358d8b636dSPaolo BonziniF: hw/xtensa/
236c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
23716e7caaeSMax Filippov
23848e06fe0SBastian KoppelmannTriCore
23948e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
24048e06fe0SBastian KoppelmannS: Maintained
24148e06fe0SBastian KoppelmannF: target-tricore/
24248e06fe0SBastian KoppelmannF: hw/tricore/
243d46d14e6SThomas HuthF: include/hw/tricore/
24448e06fe0SBastian Koppelmann
245fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
246fd5d5c56SAnthony Liguori----------------------
247fd5d5c56SAnthony Liguori
248fd5d5c56SAnthony LiguoriOverall
249c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
250fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
251fd5d5c56SAnthony LiguoriS: Supported
252fd5d5c56SAnthony LiguoriF: kvm-*
253fd5d5c56SAnthony LiguoriF: */kvm.*
254a95e9a48SThomas HuthF: include/sysemu/kvm*.h
255fd5d5c56SAnthony Liguori
256ed4659d1SPeter MaydellARM
257ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
258b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
259ed4659d1SPeter MaydellS: Maintained
260ed4659d1SPeter MaydellF: target-arm/kvm.c
261ed4659d1SPeter Maydell
262a31896c4SJames HoganMIPS
263a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
264a31896c4SJames HoganS: Maintained
265a31896c4SJames HoganF: target-mips/kvm.c
266a31896c4SJames Hogan
267fd5d5c56SAnthony LiguoriPPC
268fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
269fd5d5c56SAnthony LiguoriS: Maintained
270fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
271fd5d5c56SAnthony Liguori
272fd5d5c56SAnthony LiguoriS390
273b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
274b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
275fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
276fd5d5c56SAnthony LiguoriS: Maintained
277fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
278c5bfb202SCornelia HuckF: target-s390x/ioinst.[ch]
279c5bfb202SCornelia HuckF: target-s390x/machine.c
2804277af19SCornelia HuckF: hw/intc/s390_flic.c
2814277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
2824277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
283c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
2843e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
2853e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
286fd5d5c56SAnthony Liguori
287fd5d5c56SAnthony LiguoriX86
288d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
289fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
290fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
291fd5d5c56SAnthony LiguoriS: Supported
292fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
293fd5d5c56SAnthony Liguori
2948a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
2958a6b0cd7SStefano Stabellini----------------------
2968a6b0cd7SStefano Stabellini
2978a6b0cd7SStefano StabelliniX86
2983623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
2993623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3008a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
3018a6b0cd7SStefano StabelliniS: Supported
3028a6b0cd7SStefano StabelliniF: xen-*
3038a6b0cd7SStefano StabelliniF: */xen*
304c92451c2SPaolo BonziniF: hw/char/xen_console.c
305c92451c2SPaolo BonziniF: hw/display/xenfb.c
306c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3079027ac50SStefano StabelliniF: hw/block/xen_*
308c92451c2SPaolo BonziniF: hw/xen/
309c92451c2SPaolo BonziniF: hw/xenpv/
3109027ac50SStefano StabelliniF: hw/i386/xen/
311c92451c2SPaolo BonziniF: include/hw/xen/
3129027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3138a6b0cd7SStefano Stabellini
3141bdd6874SStefan WeilHosts:
3151bdd6874SStefan Weil------
3161bdd6874SStefan Weil
3171bdd6874SStefan WeilLINUX
3181bdd6874SStefan WeilL: qemu-devel@nongnu.org
3191bdd6874SStefan WeilS: Maintained
3201bdd6874SStefan WeilF: linux-*
3211bdd6874SStefan WeilF: linux-headers/
3221bdd6874SStefan Weil
3231bdd6874SStefan WeilPOSIX
3241bdd6874SStefan WeilL: qemu-devel@nongnu.org
3251bdd6874SStefan WeilS: Maintained
3261bdd6874SStefan WeilF: *posix*
3271bdd6874SStefan Weil
3281bdd6874SStefan WeilW32, W64
3291bdd6874SStefan WeilL: qemu-devel@nongnu.org
3301bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3311bdd6874SStefan WeilS: Maintained
3321bdd6874SStefan WeilF: *win32*
33303972660SThomas HuthF: */*win32*
33403972660SThomas HuthF: include/*/*win32*
33503972660SThomas HuthX: qga/*win32*
336885bdc95SStefan WeilF: qemu.nsi
3371bdd6874SStefan Weil
338fd5d5c56SAnthony LiguoriARM Machines
339fd5d5c56SAnthony Liguori------------
34084291fe7SliguangAllwinner-a10
34185b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
342b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
34384291fe7SliguangS: Maintained
34485b4d5daSBeniamino GalvaniF: hw/*/allwinner*
34585b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
34684291fe7SliguangF: hw/arm/cubieboard.c
34784291fe7Sliguang
34806271000SPaolo BonziniARM PrimeCell
34906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
350b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
35106271000SPaolo BonziniS: Maintained
35206271000SPaolo BonziniF: hw/char/pl011.c
35306271000SPaolo BonziniF: hw/display/pl110*
35406271000SPaolo BonziniF: hw/dma/pl080.c
35506271000SPaolo BonziniF: hw/dma/pl330.c
35606271000SPaolo BonziniF: hw/gpio/pl061.c
35706271000SPaolo BonziniF: hw/input/pl050.c
35806271000SPaolo BonziniF: hw/intc/pl190.c
35906271000SPaolo BonziniF: hw/sd/pl181.c
36006271000SPaolo BonziniF: hw/timer/pl031.c
36106271000SPaolo BonziniF: include/hw/arm/primecell.h
36206271000SPaolo Bonzini
36306271000SPaolo BonziniARM cores
36406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
365b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
36606271000SPaolo BonziniS: Maintained
36706271000SPaolo BonziniF: hw/intc/arm*
36806271000SPaolo BonziniF: hw/intc/gic_internal.h
36906271000SPaolo BonziniF: hw/misc/a9scu.c
37006271000SPaolo BonziniF: hw/misc/arm11scu.c
37106271000SPaolo BonziniF: hw/timer/a9gtimer*
37206271000SPaolo BonziniF: hw/timer/arm_*
37306271000SPaolo BonziniF: include/hw/arm/arm.h
37406271000SPaolo BonziniF: include/hw/intc/arm*
37506271000SPaolo BonziniF: include/hw/misc/a9scu.h
37606271000SPaolo BonziniF: include/hw/misc/arm11scu.h
37706271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
37806271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
37906271000SPaolo Bonzini
380fc63dcffSEvgeny VoevodinExynos
381f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
382b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
383fc63dcffSEvgeny VoevodinS: Maintained
3848d8b636dSPaolo BonziniF: hw/*/exynos*
385ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
386fc63dcffSEvgeny Voevodin
387766fd09fSMark LangsdorfCalxeda Highbank
3889ef137caSRob HerringM: Rob Herring <robh@kernel.org>
389b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3909ef137caSRob HerringS: Maintained
3918d8b636dSPaolo BonziniF: hw/arm/highbank.c
3928d8b636dSPaolo BonziniF: hw/net/xgmac.c
393766fd09fSMark Langsdorf
3949082f121SAntony PavlovCanon DIGIC
3959082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
396b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3979082f121SAntony PavlovS: Maintained
3989082f121SAntony PavlovF: include/hw/arm/digic.h
3999082f121SAntony PavlovF: hw/*/digic*
4009082f121SAntony Pavlov
401fd5d5c56SAnthony LiguoriGumstix
4025dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
403b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
404fd5d5c56SAnthony LiguoriS: Orphan
4058d8b636dSPaolo BonziniF: hw/arm/gumstix.c
406fd5d5c56SAnthony Liguori
4070325559dSPeter Chubbi.MX31
4080325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
409b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4100325559dSPeter ChubbS: Odd fixes
4118d8b636dSPaolo BonziniF: hw/*/imx*
4128d8b636dSPaolo BonziniF: hw/arm/kzm.c
413ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4140325559dSPeter Chubb
415fd5d5c56SAnthony LiguoriIntegrator CP
4161ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
417b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
418fd5d5c56SAnthony LiguoriS: Maintained
4198d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
420fd5d5c56SAnthony Liguori
421fd5d5c56SAnthony LiguoriMusicpal
422fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
423b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
424fd5d5c56SAnthony LiguoriS: Maintained
4258d8b636dSPaolo BonziniF: hw/arm/musicpal.c
426fd5d5c56SAnthony Liguori
427fd5d5c56SAnthony LiguorinSeries
428fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
429b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
430fd5d5c56SAnthony LiguoriS: Maintained
4318d8b636dSPaolo BonziniF: hw/arm/nseries.c
432fd5d5c56SAnthony Liguori
433fd5d5c56SAnthony LiguoriPalm
434fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
435b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
436fd5d5c56SAnthony LiguoriS: Maintained
4378d8b636dSPaolo BonziniF: hw/arm/palm.c
438fd5d5c56SAnthony Liguori
439fd5d5c56SAnthony LiguoriReal View
4401ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
441b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
442fd5d5c56SAnthony LiguoriS: Maintained
4438d8b636dSPaolo BonziniF: hw/arm/realview*
4445ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4455ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
446fd5d5c56SAnthony Liguori
4479b31bff0SPaolo BonziniPXA2XX
448fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
449b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
450fd5d5c56SAnthony LiguoriS: Maintained
4519b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4528d8b636dSPaolo BonziniF: hw/arm/spitz.c
4539b31bff0SPaolo BonziniF: hw/arm/tosa.c
4549b31bff0SPaolo BonziniF: hw/arm/z2.c
4559b31bff0SPaolo BonziniF: hw/*/pxa2xx*
456ed0db866SThomas HuthF: include/hw/arm/pxa.h
457fd5d5c56SAnthony Liguori
458fd5d5c56SAnthony LiguoriStellaris
4591ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
460b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
461fd5d5c56SAnthony LiguoriS: Maintained
4628d8b636dSPaolo BonziniF: hw/*/stellaris*
463fd5d5c56SAnthony Liguori
464fd5d5c56SAnthony LiguoriVersatile PB
4651ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
466b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
467fd5d5c56SAnthony LiguoriS: Maintained
4688d8b636dSPaolo BonziniF: hw/*/versatile*
469fd5d5c56SAnthony Liguori
470e3260506SPeter A. G. CrosthwaiteXilinx Zynq
471cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4724b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
473b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
474e3260506SPeter A. G. CrosthwaiteS: Maintained
475cc0100f4SAlistair FrancisF: hw/*/xilinx_*
4768d8b636dSPaolo BonziniF: hw/*/cadence_*
477cc0100f4SAlistair FrancisF: hw/misc/zynq_slcr.c
478cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
479e3260506SPeter A. G. Crosthwaite
480137805f5SAlistair FrancisXilinx ZynqMP
481137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
482cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
483b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
484137805f5SAlistair FrancisS: Maintained
485cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
486f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
487137805f5SAlistair Francis
4888f4d260eSShannon ZhaoARM ACPI Subsystem
4898f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
4908f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
491b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4928f4d260eSShannon ZhaoS: Maintained
4938f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
4948f4d260eSShannon ZhaoF: include/hw/arm/virt-acpi-build.h
4958f4d260eSShannon Zhao
496a1f8193bSAlistair FrancisSTM32F205
497a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
498a1f8193bSAlistair FrancisS: Maintained
499a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
500a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
501a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
502a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
503a1f8193bSAlistair FrancisF: hw/adc/*
504a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
505a1f8193bSAlistair Francis
506a1f8193bSAlistair FrancisNetduino 2
507a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
508a1f8193bSAlistair FrancisS: Maintained
509a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
510a1f8193bSAlistair Francis
511fd5d5c56SAnthony LiguoriCRIS Machines
512fd5d5c56SAnthony Liguori-------------
513fd5d5c56SAnthony LiguoriAxis Dev88
514fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
515fd5d5c56SAnthony LiguoriS: Maintained
5168d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5176e481d57SPeter MaydellF: hw/*/etraxfs_*.c
518fd5d5c56SAnthony Liguori
51907bf23a7SMichael WalleLM32 Machines
52007bf23a7SMichael Walle-------------
52107bf23a7SMichael WalleEVR32 and uclinux BSP
52207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
52307bf23a7SMichael WalleS: Maintained
5248d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
52507bf23a7SMichael Walle
526d118aa6bSMichael Wallemilkymist
527d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
528d118aa6bSMichael WalleS: Maintained
5298d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
530d118aa6bSMichael Walle
531afcacd53SAurelien JarnoM68K Machines
532fd5d5c56SAnthony Liguori-------------
533fd5d5c56SAnthony Liguorian5206
5340e19885eSAnthony LiguoriS: Orphan
5358d8b636dSPaolo BonziniF: hw/m68k/an5206.c
536fd5d5c56SAnthony Liguori
537fd5d5c56SAnthony Liguoridummy_m68k
5380e19885eSAnthony LiguoriS: Orphan
5398d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
540fd5d5c56SAnthony Liguori
541fd5d5c56SAnthony Liguorimcf5208
5420e19885eSAnthony LiguoriS: Orphan
5438d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
544fd5d5c56SAnthony Liguori
545fd5d5c56SAnthony LiguoriMicroBlaze Machines
546b6f97c14Sbellard-------------------
547fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
548fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
549fd5d5c56SAnthony LiguoriS: Maintained
5506e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
551b6f97c14Sbellard
552d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5534b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
554d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5558d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
556d36e8ce7SPeter A. G. Crosthwaite
557fd5d5c56SAnthony LiguoriMIPS Machines
558fd5d5c56SAnthony Liguori-------------
559fd5d5c56SAnthony LiguoriJazz
560fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
561fd5d5c56SAnthony LiguoriS: Maintained
5628d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
563fd5d5c56SAnthony Liguori
564fd5d5c56SAnthony LiguoriMalta
565fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
566fd5d5c56SAnthony LiguoriS: Maintained
5678d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
568fd5d5c56SAnthony Liguori
569fd5d5c56SAnthony LiguoriMipssim
5705dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
571fd5d5c56SAnthony LiguoriS: Orphan
5728d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
573fd5d5c56SAnthony Liguori
574fd5d5c56SAnthony LiguoriR4000
575fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
576fd5d5c56SAnthony LiguoriS: Maintained
5778d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
578fd5d5c56SAnthony Liguori
579945dad6dSJia LiuOpenRISC Machines
580945dad6dSJia Liu-----------------
581945dad6dSJia Liuor1k-sim
582945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
583945dad6dSJia LiuS: Maintained
584945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
585945dad6dSJia Liu
586fd5d5c56SAnthony LiguoriPowerPC Machines
587fd5d5c56SAnthony Liguori----------------
588fd5d5c56SAnthony Liguori405
589fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
590a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
5919b9fe135SAndreas FärberS: Odd Fixes
5928d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
593fd5d5c56SAnthony Liguori
594aaade8d7SAndreas FärberBamboo
595aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
596aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
597aaade8d7SAndreas FärberS: Odd Fixes
5988d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
599aaade8d7SAndreas Färber
60098cded3aSAndreas Färbere500
60198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
60298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
60398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
60498cded3aSAndreas FärberS: Supported
60598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
60698cded3aSAndreas FärberF: hw/ppc/e500plat.c
607b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
608b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
609b5d55020SThomas HuthF: pc-bios/u-boot.e500
61098cded3aSAndreas Färber
61198cded3aSAndreas Färbermpc8544ds
61298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
61398cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
61498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
61598cded3aSAndreas FärberS: Supported
61698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6178d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
61898cded3aSAndreas Färber
619fd5d5c56SAnthony LiguoriNew World
620fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
621a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
622fd5d5c56SAnthony LiguoriS: Maintained
623baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6246e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6256e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6268d8b636dSPaolo BonziniF: hw/misc/macio/
627b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
628b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
629fd5d5c56SAnthony Liguori
630fd5d5c56SAnthony LiguoriOld World
631fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
632a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
633fd5d5c56SAnthony LiguoriS: Maintained
634baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6356e481d57SPeter MaydellF: hw/pci-host/grackle.c
6368d8b636dSPaolo BonziniF: hw/misc/macio/
637835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
638fd5d5c56SAnthony Liguori
639ec38d398SAndreas FärberPReP
6409f38774dSAndreas FärberL: qemu-devel@nongnu.org
641a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
642ec38d398SAndreas FärberS: Odd Fixes
64375610155SAndreas FärberF: hw/ppc/prep.c
6446e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6458d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
646835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
647fd5d5c56SAnthony Liguori
648300b115cSAndreas FärbersPAPR
649085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6508a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6518a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6528a269ca4SAndreas FärberS: Supported
6538d8b636dSPaolo BonziniF: hw/*/spapr*
654f9de2da7SDavid GibsonF: include/hw/*/spapr*
655f9de2da7SDavid GibsonF: hw/*/xics*
656f9de2da7SDavid GibsonF: include/hw/*/xics*
657f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
658b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
659b5d55020SThomas HuthF: pc-bios/slof.bin
660b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
661b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
662a70ab357SGreg KurzF: tests/spapr*
663a70ab357SGreg KurzF: tests/libqos/*spapr*
664a70ab357SGreg KurzF: tests/rtas*
665a70ab357SGreg KurzF: tests/libqos/rtas*
6668a269ca4SAndreas Färber
667794d00bfSAndreas Färbervirtex_ml507
668794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
669794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
670794d00bfSAndreas FärberS: Odd Fixes
6716e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
672794d00bfSAndreas Färber
673fd5d5c56SAnthony LiguoriSH4 Machines
674fd5d5c56SAnthony Liguori------------
675fd5d5c56SAnthony LiguoriR2D
676fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
677fd5d5c56SAnthony LiguoriS: Maintained
6786e481d57SPeter MaydellF: hw/sh4/r2d.c
67981527b94SThomas HuthF: hw/intc/sh_intc.c
68081527b94SThomas HuthF: hw/timer/sh_timer.c
681fd5d5c56SAnthony Liguori
682fd5d5c56SAnthony LiguoriShix
683fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
68481527b94SThomas HuthS: Odd Fixes
6856e481d57SPeter MaydellF: hw/sh4/shix.c
686fd5d5c56SAnthony Liguori
687fd5d5c56SAnthony LiguoriSPARC Machines
688fd5d5c56SAnthony Liguori--------------
689fd5d5c56SAnthony LiguoriSun4m
690f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
691fd5d5c56SAnthony LiguoriS: Maintained
6928d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
693c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
694c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
695c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
696c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
697c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
698fd5d5c56SAnthony Liguori
699fd5d5c56SAnthony LiguoriSun4u
700f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
701fd5d5c56SAnthony LiguoriS: Maintained
7028d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
703c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
704fd5d5c56SAnthony Liguori
705ce6c760cSFabien ChouteauLeon3
706ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
707ce6c760cSFabien ChouteauS: Maintained
7088d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7098d8b636dSPaolo BonziniF: hw/*/grlib*
710c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
711ce6c760cSFabien Chouteau
712fd5d5c56SAnthony LiguoriS390 Machines
713fd5d5c56SAnthony Liguori-------------
714dd4ad64aSCornelia HuckS390 Virtio-ccw
715dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
716b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
717dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
718dd4ad64aSCornelia HuckS: Supported
7190c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
720c5bfb202SCornelia HuckF: hw/s390x/
7214277af19SCornelia HuckF: include/hw/s390x/
7224277af19SCornelia HuckF: pc-bios/s390-ccw/
723c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7241e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7251e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7261e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7273e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7283e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
729dd4ad64aSCornelia Huck
730ab9528caSGuan XuetaoUniCore32 Machines
731ab9528caSGuan Xuetao-------------
732ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
733ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
734ab9528caSGuan XuetaoS: Maintained
7358d8b636dSPaolo BonziniF: hw/*/puv3*
736ab9528caSGuan XuetaoF: hw/unicore32/
737ab9528caSGuan Xuetao
738fd5d5c56SAnthony LiguoriX86 Machines
739fd5d5c56SAnthony Liguori------------
740fd5d5c56SAnthony LiguoriPC
741046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
742fd5d5c56SAnthony LiguoriS: Supported
743046a6486SMichael S. TsirkinF: include/hw/i386/
744046a6486SMichael S. TsirkinF: hw/i386/
745046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
746046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
747046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
748046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
749046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
750046a6486SMichael S. TsirkinF: hw/isa/piix4.c
751046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
752046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
753046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
754046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
755046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
756f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7579cc3b73cSPaolo BonziniF: hw/misc/sga.c
7589cc3b73cSPaolo Bonzini
7599cc3b73cSPaolo BonziniPC Chipset
7609cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7619cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7629cc3b73cSPaolo BonziniS: Support
7639cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7649cc3b73cSPaolo BonziniF: hw/char/parallel.c
7659cc3b73cSPaolo BonziniF: hw/char/serial*
7669cc3b73cSPaolo BonziniF: hw/dma/i8257*
7679cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7689cc3b73cSPaolo BonziniF: hw/intc/apic*
7699cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7709cc3b73cSPaolo BonziniF: hw/intc/i8259*
7719cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7729cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7739cc3b73cSPaolo BonziniF: hw/timer/hpet*
7749cc3b73cSPaolo BonziniF: hw/timer/i8254*
7759cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
776a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
777a2feb348SThomas HuthF: include/hw/timer/hpet.h
778a2feb348SThomas HuthF: include/hw/timer/i8254*
779a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
780046a6486SMichael S. Tsirkin
7815da4fb00SMichael S. TsirkinMachine core
7825da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
7835da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
7845da4fb00SMichael S. TsirkinS: Supported
7855da4fb00SMichael S. TsirkinF: hw/core/machine.c
7865da4fb00SMichael S. TsirkinF: include/hw/boards.h
787fd5d5c56SAnthony Liguori
78816e7caaeSMax FilippovXtensa Machines
78916e7caaeSMax Filippov---------------
790375847a6SMax Filippovsim
79116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
79216e7caaeSMax FilippovS: Maintained
793437a8c11SMax FilippovF: hw/xtensa/sim.c
794375847a6SMax Filippov
795437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
796375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
797375847a6SMax FilippovS: Maintained
798437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
799437a8c11SMax FilippovF: hw/net/opencores_eth.c
80016e7caaeSMax Filippov
801fd5d5c56SAnthony LiguoriDevices
802fd5d5c56SAnthony Liguori-------
803b30934cbSJiri SlabyEDU
804b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
805b30934cbSJiri SlabyS: Maintained
806b30934cbSJiri SlabyF: hw/misc/edu.c
807b30934cbSJiri Slaby
808fd5d5c56SAnthony LiguoriIDE
809c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
810c095348bSJohn SnowL: qemu-block@nongnu.org
811c095348bSJohn SnowS: Supported
8128d8b636dSPaolo BonziniF: include/hw/ide.h
813c9f7acd5SThomas HuthF: include/hw/ide/
814fd5d5c56SAnthony LiguoriF: hw/ide/
815c095348bSJohn SnowF: hw/block/block.c
816c095348bSJohn SnowF: hw/block/cdrom.c
817c095348bSJohn SnowF: hw/block/hd-geometry.c
818c095348bSJohn SnowF: tests/ide-test.c
819c095348bSJohn SnowF: tests/ahci-test.c
820aee50319SJohn SnowF: tests/libqos/ahci*
821c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
822c095348bSJohn Snow
823c095348bSJohn SnowFloppy
824c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
825c095348bSJohn SnowL: qemu-block@nongnu.org
826c095348bSJohn SnowS: Supported
827c095348bSJohn SnowF: hw/block/fdc.c
828c095348bSJohn SnowF: include/hw/block/fdc.h
829aee50319SJohn SnowF: tests/fdc-test.c
830c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
831fd5d5c56SAnthony Liguori
832f5f487b2SPeter MaydellOMAP
833f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
834f5f487b2SPeter MaydellS: Maintained
8358d8b636dSPaolo BonziniF: hw/*/omap*
836ed0db866SThomas HuthF: include/hw/arm/omap.h
837f5f487b2SPeter Maydell
83828d54e58SPaolo BonziniIPack
83928d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
84028d54e58SPaolo BonziniS: Odd Fixes
84128d54e58SPaolo BonziniF: hw/char/ipoctal232.c
84228d54e58SPaolo BonziniF: hw/ipack/
84328d54e58SPaolo Bonzini
844fd5d5c56SAnthony LiguoriPCI
845fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
846874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
847fd5d5c56SAnthony LiguoriS: Supported
8488d8b636dSPaolo BonziniF: include/hw/pci/*
849f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
850ca818cfbSMichael S. TsirkinF: hw/pci/*
851f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8520e0b3592SMichael S. Tsirkin
853d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8540e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8550e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8560e0b3592SMichael S. TsirkinS: Supported
8570e0b3592SMichael S. TsirkinF: include/hw/acpi/*
858d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8590e0b3592SMichael S. TsirkinF: hw/mem/*
8608d8b636dSPaolo BonziniF: hw/acpi/*
861d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8620e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8630e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
8640e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h
865fd5d5c56SAnthony Liguori
866aaade8d7SAndreas Färberppc4xx
867aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
868aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
869aaade8d7SAndreas FärberS: Odd Fixes
8708d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
871b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
872aaade8d7SAndreas Färber
87398cded3aSAndreas Färberppce500
87498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
87598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
87698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
87798cded3aSAndreas FärberS: Supported
8786e481d57SPeter MaydellF: hw/ppc/e500*
879566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
880566dd236SPaolo BonziniF: hw/net/fsl_etsec/
88198cded3aSAndreas Färber
88261af0ee6SPaolo BonziniCharacter devices
88361af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
88461af0ee6SPaolo BonziniS: Odd Fixes
88561af0ee6SPaolo BonziniF: hw/char/
88661af0ee6SPaolo Bonzini
887f536f112SPaolo BonziniNetwork devices
888f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
889f536f112SPaolo BonziniS: Odd Fixes
890f536f112SPaolo BonziniF: hw/net/
8916bd7776cSGreg KurzF: tests/virtio-net-test.c
892f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
893f536f112SPaolo Bonzini
894fd5d5c56SAnthony LiguoriSCSI
895de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
896de7724f7SPaolo BonziniS: Supported
89774460f34SThomas HuthF: include/hw/scsi/*
8988d8b636dSPaolo BonziniF: hw/scsi/*
8996bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9001ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
901de7724f7SPaolo Bonzini
902de7724f7SPaolo BonziniLSI53C895A
9030e19885eSAnthony LiguoriS: Orphan
9048d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
905fd5d5c56SAnthony Liguori
906fcb5629dSPeter A. G. CrosthwaiteSSI
9074b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
908fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9098d8b636dSPaolo BonziniF: hw/ssi/*
9108d8b636dSPaolo BonziniF: hw/block/m25p80.c
9114b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9124b46ba61SAlistair Francis
9134b46ba61SAlistair FrancisXilinx SPI
9144b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9154b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9164b46ba61SAlistair FrancisS: Maintained
9174b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
918fcb5629dSPeter A. G. Crosthwaite
919fd5d5c56SAnthony LiguoriUSB
9205d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9215d0d62feSGerd HoffmannS: Maintained
9228d8b636dSPaolo BonziniF: hw/usb/*
92328edfce0SGongleiF: tests/usb-*-test.c
924beded0ffSThomas HuthF: docs/usb2.txt
925beded0ffSThomas HuthF: docs/usb-storage.txt
926beded0ffSThomas HuthF: include/hw/usb.h
927beded0ffSThomas HuthF: include/hw/usb/
928fd5d5c56SAnthony Liguori
929e26082fdSPaolo BonziniUSB (serial adapter)
930e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
931e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
932e26082fdSPaolo BonziniS: Maintained
933e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
934e26082fdSPaolo Bonzini
93592e1fb5eSAlex WilliamsonVFIO
93692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
93792e1fb5eSAlex WilliamsonS: Supported
938cf7087dbSKim PhillipsF: hw/vfio/*
93999b88c6dSThomas HuthF: include/hw/vfio/
94092e1fb5eSAlex Williamson
941fd5d5c56SAnthony Liguorivhost
942fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
943fd5d5c56SAnthony LiguoriS: Supported
9448d8b636dSPaolo BonziniF: hw/*/*vhost*
945fd5d5c56SAnthony Liguori
946fd5d5c56SAnthony Liguorivirtio
947a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
948fd5d5c56SAnthony LiguoriS: Supported
9498d8b636dSPaolo BonziniF: hw/*/virtio*
95072fa605dSThomas HuthF: hw/virtio/Makefile.objs
95172fa605dSThomas HuthF: hw/virtio/trace-events
9526a084ea3SMichael S. TsirkinF: net/vhost-user.c
953494f7b57SThomas HuthF: include/hw/virtio/
9546bd7776cSGreg KurzF: tests/virtio-balloon-test.c
955fd5d5c56SAnthony Liguori
956fd5d5c56SAnthony Liguorivirtio-9p
95723704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9588c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
959fd5d5c56SAnthony LiguoriS: Supported
960aebeca25SAndreas FärberF: hw/9pfs/
961aebeca25SAndreas FärberF: fsdev/
9622d888c09SAndreas FärberF: tests/virtio-9p-test.c
9633f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9648c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
965fd5d5c56SAnthony Liguori
966fd5d5c56SAnthony Liguorivirtio-blk
96754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
968b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
969fd5d5c56SAnthony LiguoriS: Supported
9708d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
971b457a5f5SStefan HajnocziF: hw/block/dataplane/*
9726bd7776cSGreg KurzF: tests/virtio-blk-test.c
973b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
974fd5d5c56SAnthony Liguori
975dd4ad64aSCornelia Huckvirtio-ccw
976dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
977b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
978dd4ad64aSCornelia HuckS: Supported
979dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
9803e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9813e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
982dd4ad64aSCornelia Huck
983a5d4d7b5SGerd Hoffmannvirtio-input
984a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
985a5d4d7b5SGerd HoffmannS: Maintained
986a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
987a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
988a5d4d7b5SGerd Hoffmann
989fd5d5c56SAnthony Liguorivirtio-serial
990fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
991fd5d5c56SAnthony LiguoriS: Supported
9928d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
9938d8b636dSPaolo BonziniF: hw/char/virtio-console.c
99468a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
9956bd7776cSGreg KurzF: tests/virtio-console-test.c
9966bd7776cSGreg KurzF: tests/virtio-serial-test.c
997fd5d5c56SAnthony Liguori
9981f51a5cbSAmit Shahvirtio-rng
9991f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
10001f51a5cbSAmit ShahS: Supported
10011f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10021f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1003750cf869SThomas HuthF: include/sysemu/rng*.h
10041f51a5cbSAmit ShahF: backends/rng*.c
10056bd7776cSGreg KurzF: tests/virtio-rng-test.c
10061f51a5cbSAmit Shah
1007f3c507adSKeith Buschnvme
1008f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1009c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1010f3c507adSKeith BuschS: Supported
1011f3c507adSKeith BuschF: hw/block/nvme*
1012fc967791SAndreas FärberF: tests/nvme-test.c
1013f3c507adSKeith Busch
1014d383c625SHannes Reineckemegasas
1015d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1016c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1017d383c625SHannes ReineckeS: Supported
1018d383c625SHannes ReineckeF: hw/scsi/megasas.c
1019d383c625SHannes ReineckeF: hw/scsi/mfi.h
1020d383c625SHannes Reinecke
1021605d52e6SDmitry FleytmanNetwork packet abstractions
1022605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1023605d52e6SDmitry FleytmanS: Maintained
1024605d52e6SDmitry FleytmanF: include/net/eth.h
1025605d52e6SDmitry FleytmanF: net/eth.c
1026605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1027605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1028605d52e6SDmitry Fleytman
1029622fb504SDmitry FleytmanVmware
1030622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1031622fb504SDmitry FleytmanS: Maintained
1032622fb504SDmitry FleytmanF: hw/net/vmxnet*
1033622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1034622fb504SDmitry Fleytman
1035de24d3f1SScott FeldmanRocker
1036de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1037de24d3f1SScott FeldmanS: Maintained
1038de24d3f1SScott FeldmanF: hw/net/rocker/
1039de850948SThomas HuthF: tests/rocker/
1040de850948SThomas HuthF: docs/specs/rocker.txt
1041de24d3f1SScott Feldman
104270d1fb9cSXiao GuangrongNVDIMM
104370d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
104470d1fb9cSXiao GuangrongS: Maintained
104570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
104670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
104770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
104870d1fb9cSXiao Guangrong
1049093454e2SDmitry Fleytmane1000x
1050093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1051093454e2SDmitry FleytmanS: Maintained
1052093454e2SDmitry FleytmanF: hw/net/e1000x*
1053093454e2SDmitry Fleytman
10546f3fbe4eSDmitry Fleytmane1000e
10556f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10566f3fbe4eSDmitry FleytmanS: Maintained
10576f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10586f3fbe4eSDmitry Fleytman
1059e481a1f6SAlistair FrancisGeneric Loader
1060e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1061e481a1f6SAlistair FrancisS: Maintained
1062e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1063e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1064e481a1f6SAlistair Francis
1065fd5d5c56SAnthony LiguoriSubsystems
1066fd5d5c56SAnthony Liguori----------
1067fd5d5c56SAnthony LiguoriAudio
10689f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1069fd5d5c56SAnthony LiguoriS: Maintained
1070fd5d5c56SAnthony LiguoriF: audio/
10718d8b636dSPaolo BonziniF: hw/audio/
1072a2b245aeSThomas HuthF: include/hw/audio/
1073d7b50c0cSAndreas FärberF: tests/ac97-test.c
10748fa74c94SAndreas FärberF: tests/es1370-test.c
1075fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1076fd5d5c56SAnthony Liguori
107717f1e8f5SStefan HajnocziBlock layer core
1078fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1079c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1080c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1081fd5d5c56SAnthony LiguoriS: Supported
1082fd5d5c56SAnthony LiguoriF: block*
1083fd5d5c56SAnthony LiguoriF: block/
10848d8b636dSPaolo BonziniF: hw/block/
10854c346e0bSKevin WolfF: include/block/
108646078760SKevin WolfF: qemu-img*
108746078760SKevin WolfF: qemu-io*
108829242091SKevin WolfF: tests/qemu-iotests/
1089d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1090fd5d5c56SAnthony Liguori
1091d55053b1SStefan HajnocziBlock I/O path
1092d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
10939ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1094d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1095d55053b1SStefan HajnocziS: Supported
1096d55053b1SStefan HajnocziF: async.c
1097d55053b1SStefan HajnocziF: aio-*.c
1098d55053b1SStefan HajnocziF: block/io.c
1099d55053b1SStefan HajnocziF: migration/block*
1100e1029ae2SFam ZhengF: include/block/aio.h
1101d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1102d55053b1SStefan Hajnoczi
1103280458a3SJeff CodyBlock Jobs
1104280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1105280458a3SJeff CodyL: qemu-block@nongnu.org
1106280458a3SJeff CodyS: Supported
1107280458a3SJeff CodyF: blockjob.c
1108280458a3SJeff CodyF: include/block/blockjob.h
1109280458a3SJeff CodyF: block/backup.c
1110280458a3SJeff CodyF: block/commit.c
111177346025SJeff CodyF: block/stream.c
1112280458a3SJeff CodyF: block/mirror.c
1113280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1114280458a3SJeff Cody
11154120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11164120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11174120201dSMarkus ArmbrusterS: Supported
11184120201dSMarkus ArmbrusterF: blockdev.c
11194120201dSMarkus ArmbrusterF: block/qapi.c
11204120201dSMarkus ArmbrusterF: qapi/block*.json
11214120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11224120201dSMarkus Armbruster
112361af0ee6SPaolo BonziniCharacter device backends
1124da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1125fd5d5c56SAnthony LiguoriS: Maintained
1126fd5d5c56SAnthony LiguoriF: qemu-char.c
1127da26f37aSPaolo BonziniF: backends/msmouse.c
1128da26f37aSPaolo BonziniF: backends/testdev.c
1129fd5d5c56SAnthony Liguori
1130e26082fdSPaolo BonziniCharacter Devices (Braille)
1131e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1132e26082fdSPaolo BonziniS: Maintained
1133e26082fdSPaolo BonziniF: backends/baum.c
1134fd5d5c56SAnthony Liguori
11358c413e79SMarkus ArmbrusterCoverity model
11368c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11378c413e79SMarkus ArmbrusterS: Supported
11388c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11398c413e79SMarkus Armbruster
1140f2ca0524SAndreas FärberCPU
114112b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1142f2ca0524SAndreas FärberS: Supported
1143f2ca0524SAndreas FärberF: qom/cpu.c
11446e481d57SPeter MaydellF: include/qom/cpu.h
1145f2ca0524SAndreas Färber
1146d24b569aSPeter A. G. CrosthwaiteDevice Tree
11474b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1148d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1149d24b569aSPeter A. G. CrosthwaiteS: Maintained
115082407515SThomas HuthF: device_tree.c
115182407515SThomas HuthF: include/sysemu/device_tree.h
1152d24b569aSPeter A. G. Crosthwaite
11534f966768SMarkus ArmbrusterError reporting
11544f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11554f966768SMarkus ArmbrusterS: Supported
11564f966768SMarkus ArmbrusterF: include/qapi/error.h
11574f966768SMarkus ArmbrusterF: include/qemu/error-report.h
11584f966768SMarkus ArmbrusterF: util/error.c
11594f966768SMarkus ArmbrusterF: util/qemu-error.c
11604f966768SMarkus Armbruster
1161fd5d5c56SAnthony LiguoriGDB stub
11625dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1163fd5d5c56SAnthony LiguoriS: Odd Fixes
1164fd5d5c56SAnthony LiguoriF: gdbstub*
1165fd5d5c56SAnthony LiguoriF: gdb-xml/
1166fd5d5c56SAnthony Liguori
116701a9c03cSPaolo BonziniMemory API
116801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
116901a9c03cSPaolo BonziniS: Supported
117001a9c03cSPaolo BonziniF: include/exec/ioport.h
117101a9c03cSPaolo BonziniF: ioport.c
117201a9c03cSPaolo BonziniF: include/exec/memory.h
11732b1641d0SPaolo BonziniF: include/exec/ram_addr.h
117401a9c03cSPaolo BonziniF: memory.c
117501a9c03cSPaolo BonziniF: include/exec/memory-internal.h
117601a9c03cSPaolo BonziniF: exec.c
117701a9c03cSPaolo Bonzini
11787ee3bf03SGerd HoffmannSPICE
11797ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11807ee3bf03SGerd HoffmannS: Supported
11816e481d57SPeter MaydellF: include/ui/qemu-spice.h
1182438528a3SThomas HuthF: include/ui/spice-display.h
11837ee3bf03SGerd HoffmannF: ui/spice-*.c
11847ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11858d8b636dSPaolo BonziniF: hw/display/qxl*
11867ee3bf03SGerd Hoffmann
1187fd5d5c56SAnthony LiguoriGraphics
118825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
118925eccc37SGerd HoffmannS: Odd Fixes
1190fd5d5c56SAnthony LiguoriF: ui/
1191e220656cSThomas HuthF: include/ui/
1192fd5d5c56SAnthony Liguori
1193351f1bf6SAndreas FärberCocoa graphics
119430ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1195351f1bf6SAndreas FärberS: Odd Fixes
1196351f1bf6SAndreas FärberF: ui/cocoa.m
1197351f1bf6SAndreas Färber
1198fd5d5c56SAnthony LiguoriMain loop
1199da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1200da26f37aSPaolo BonziniS: Maintained
1201da26f37aSPaolo BonziniF: cpus.c
1202da26f37aSPaolo BonziniF: main-loop.c
1203da26f37aSPaolo BonziniF: qemu-timer.c
1204fd5d5c56SAnthony LiguoriF: vl.c
1205fd5d5c56SAnthony Liguori
12068899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1207c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1208fbb0621aSLuiz CapitulinoS: Maintained
1209fd5d5c56SAnthony LiguoriF: monitor.c
1210c13e9912SThomas HuthF: hmp.[ch]
1211c13e9912SThomas HuthF: hmp-commands*.hx
1212c13e9912SThomas HuthF: include/monitor/hmp-target.h
1213fd5d5c56SAnthony Liguori
1214f536f112SPaolo BonziniNetwork device backends
1215442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1216fd5d5c56SAnthony LiguoriS: Maintained
1217fd5d5c56SAnthony LiguoriF: net/
1218d24b2b1cSThomas HuthF: include/net/
12195fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1220fd5d5c56SAnthony Liguori
1221aee09bafSVincenzo MaffioneNetmap network backend
1222aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1223aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1224aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1225aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1226aee09bafSVincenzo MaffioneS: Maintained
1227aee09bafSVincenzo MaffioneF: net/netmap.c
1228aee09bafSVincenzo Maffione
122944f76b28SPaolo BonziniNetwork Block Device (NBD)
123044f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
123144f76b28SPaolo BonziniS: Odd Fixes
1232798bfe00SFam ZhengF: block/nbd*
1233798bfe00SFam ZhengF: nbd/
1234798bfe00SFam ZhengF: include/block/nbd*
123544f76b28SPaolo BonziniF: qemu-nbd.c
12361ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
123744f76b28SPaolo Bonzini
12382f54eb98SEduardo HabkostNUMA
12392f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12402f54eb98SEduardo HabkostS: Maintained
12412f54eb98SEduardo HabkostF: numa.c
12422f54eb98SEduardo HabkostF: include/sysemu/numa.h
12432f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12442f54eb98SEduardo Habkost
12454fc264f4SEduardo HabkostHost Memory Backends
12464fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12474fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12484fc264f4SEduardo HabkostS: Maintained
12494fc264f4SEduardo HabkostF: backends/hostmem*.c
12504fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
12514fc264f4SEduardo Habkost
12528899b4aeSLuiz CapitulinoQAPI
12539740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12548899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
12559740618cSLuiz CapitulinoS: Supported
12568899b4aeSLuiz CapitulinoF: qapi/
12570311c5bdSMarkus ArmbrusterX: qapi/*.json
1258ac4abb9aSMarkus ArmbrusterF: include/qapi/
1259ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1260ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1261c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1262ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1263ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
12640311c5bdSMarkus ArmbrusterF: scripts/qapi*
12650311c5bdSMarkus ArmbrusterF: docs/qapi*
12669740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12678899b4aeSLuiz Capitulino
12687810d291SLuiz CapitulinoQAPI Schema
12697810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
12707810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12717810d291SLuiz CapitulinoS: Supported
12727810d291SLuiz CapitulinoF: qapi-schema.json
12730311c5bdSMarkus ArmbrusterF: qapi/*.json
12749740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12757810d291SLuiz Capitulino
1276f3582ba4SLuiz CapitulinoQObject
1277daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1278daf5dc78SMarkus ArmbrusterS: Supported
1279f3582ba4SLuiz CapitulinoF: qobject/
12807735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12817735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12827735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12837735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12847735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12857735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
12867735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
12877735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1288daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1289f3582ba4SLuiz Capitulino
1290f05d9999SMichael RothQEMU Guest Agent
1291f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1292f05d9999SMichael RothS: Maintained
1293f05d9999SMichael RothF: qga/
1294f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1295f05d9999SMichael Roth
12964688c94cSAndreas FärberQOM
12974688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
12984688c94cSAndreas FärberS: Supported
12994688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
13004688c94cSAndreas FärberF: include/qom/
13014688c94cSAndreas FärberX: include/qom/cpu.h
13024688c94cSAndreas FärberF: qom/
13034688c94cSAndreas FärberX: qom/cpu.c
13049f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
13059f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
13064688c94cSAndreas FärberF: tests/qom-test.c
13074688c94cSAndreas Färber
13088899b4aeSLuiz CapitulinoQMP
13099740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13109740618cSLuiz CapitulinoS: Supported
13118899b4aeSLuiz CapitulinoF: qmp.c
13128899b4aeSLuiz CapitulinoF: monitor.c
13139b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13149740618cSLuiz CapitulinoF: scripts/qmp/
13159740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13168899b4aeSLuiz Capitulino
1317cc0100f4SAlistair FrancisRegister API
1318cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1319cc0100f4SAlistair FrancisS: Maintained
1320cc0100f4SAlistair FrancisF: hw/core/register.c
1321cc0100f4SAlistair FrancisF: include/hw/register.h
1322cc0100f4SAlistair Francis
1323fd5d5c56SAnthony LiguoriSLIRP
1324eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1325bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1326bafc72abSJan KiszkaS: Maintained
1327fd5d5c56SAnthony LiguoriF: slirp/
1328663fb1e1SThomas HuthF: net/slirp.c
1329d24b2b1cSThomas HuthF: include/net/slirp.h
13301ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1331fd5d5c56SAnthony Liguori
1332b1ed728aSPaolo BonziniStubs
1333b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1334b1ed728aSPaolo BonziniS: Maintained
1335b1ed728aSPaolo BonziniF: stubs/
1336b1ed728aSPaolo Bonzini
1337598a3f35SStefan HajnocziTracing
13381cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1339598a3f35SStefan HajnocziS: Maintained
1340598a3f35SStefan HajnocziF: trace/
1341f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1342f70fd8fdSLluís VilanovaF: scripts/tracetool/
1343f922ea46SAndreas FärberF: docs/tracing.txt
13441ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1345598a3f35SStefan Hajnoczi
134614f40fdcSBlue SwirlCheckpatch
134714f40fdcSBlue SwirlS: Odd Fixes
134814f40fdcSBlue SwirlF: scripts/checkpatch.pl
134914f40fdcSBlue Swirl
1350c0787c8dSJuan QuintelaMigration
1351c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
13527f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1353c0787c8dSJuan QuintelaS: Maintained
1354c0787c8dSJuan QuintelaF: include/migration/
135544a1f946SDr. David Alan GilbertF: migration/
1356c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1357c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1358a609ad8bSThomas HuthF: docs/migration.txt
1359c0787c8dSJuan Quintela
136092bfedb0SEduardo OtuboSeccomp
13619d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
136292bfedb0SEduardo OtuboS: Supported
136392bfedb0SEduardo OtuboF: qemu-seccomp.c
136492bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
136592bfedb0SEduardo Otubo
1366ddbb0d09SDaniel P. BerrangeCryptography
1367ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1368ddbb0d09SDaniel P. BerrangeS: Maintained
1369ddbb0d09SDaniel P. BerrangeF: crypto/
1370ddbb0d09SDaniel P. BerrangeF: include/crypto/
1371ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1372ddbb0d09SDaniel P. Berrange
137310817bf0SDaniel P. BerrangeCoroutines
137410817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
137510817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
137610817bf0SDaniel P. BerrangeF: util/*coroutine*
137710817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
137810817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
137910817bf0SDaniel P. Berrange
138088c5f205SDaniel P. BerrangeBuffers
138188c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
138288c5f205SDaniel P. BerrangeS: Odd fixes
138388c5f205SDaniel P. BerrangeF: util/buffer.c
138488c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
138588c5f205SDaniel P. Berrange
1386666a3af9SDaniel P. BerrangeI/O Channels
1387666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1388666a3af9SDaniel P. BerrangeS: Maintained
1389666a3af9SDaniel P. BerrangeF: io/
1390666a3af9SDaniel P. BerrangeF: include/io/
1391666a3af9SDaniel P. BerrangeF: tests/test-io-*
1392666a3af9SDaniel P. Berrange
13935614a283SGerd HoffmannSockets
13945614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
13955614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13965614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
13975614a283SGerd HoffmannS: Maintained
13985614a283SGerd HoffmannF: include/qemu/sockets.h
13995614a283SGerd HoffmannF: util/qemu-sockets.c
14005614a283SGerd Hoffmann
1401d310d85bSAlberto GarciaThrottling infrastructure
1402d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1403d310d85bSAlberto GarciaS: Supported
1404d310d85bSAlberto GarciaF: block/throttle-groups.c
1405d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1406d310d85bSAlberto GarciaF: include/qemu/throttle.h
1407d310d85bSAlberto GarciaF: util/throttle.c
1408d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1409d310d85bSAlberto Garcia
1410080d7aacSFam ZhengUUID
1411080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1412080d7aacSFam ZhengS: Supported
1413080d7aacSFam ZhengF: util/uuid.c
1414080d7aacSFam ZhengF: include/qemu/uuid.h
1415080d7aacSFam ZhengF: tests/test-uuid.c
1416080d7aacSFam Zheng
141788f82ed1SZhang ChenCOLO Proxy
141888f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
141988f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
142088f82ed1SZhang ChenS: Supported
142188f82ed1SZhang ChenF: docs/colo-proxy.txt
142288f82ed1SZhang ChenF: net/colo*
142388f82ed1SZhang ChenF: net/filter-rewriter.c
142488f82ed1SZhang ChenF: net/filter-mirror.c
142588f82ed1SZhang Chen
1426fd5d5c56SAnthony LiguoriUsermode Emulation
1427fd5d5c56SAnthony Liguori------------------
1428486bbe5fSPaolo BonziniOverall
1429486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1430486bbe5fSPaolo BonziniS: Maintained
1431486bbe5fSPaolo BonziniF: thunk.c
1432486bbe5fSPaolo BonziniF: user-exec.c
1433486bbe5fSPaolo Bonzini
1434fd5d5c56SAnthony LiguoriBSD user
1435297e8005SMarkus ArmbrusterS: Orphan
1436fd5d5c56SAnthony LiguoriF: bsd-user/
1437ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1438fd5d5c56SAnthony Liguori
1439fd5d5c56SAnthony LiguoriLinux user
1440fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1441fd5d5c56SAnthony LiguoriS: Maintained
1442fd5d5c56SAnthony LiguoriF: linux-user/
1443ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
144442f5a7e9SAurelien Jarno
144542f5a7e9SAurelien JarnoTiny Code Generator (TCG)
144642f5a7e9SAurelien Jarno-------------------------
144742f5a7e9SAurelien JarnoCommon code
1448cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
144942f5a7e9SAurelien JarnoS: Maintained
145042f5a7e9SAurelien JarnoF: tcg/
145142f5a7e9SAurelien Jarno
1452b25a464cSClaudio FontanaAArch64 target
1453b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1454b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1455b25a464cSClaudio FontanaS: Maintained
1456b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1457b25a464cSClaudio FontanaF: tcg/aarch64/
1458c17652eeSPaolo BonziniF: disas/arm-a64.cc
1459c17652eeSPaolo BonziniF: disas/libvixl/
1460b25a464cSClaudio Fontana
146142f5a7e9SAurelien JarnoARM target
146242f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
146342f5a7e9SAurelien JarnoS: Maintained
1464b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
146542f5a7e9SAurelien JarnoF: tcg/arm/
1466c17652eeSPaolo BonziniF: disas/arm.c
146742f5a7e9SAurelien Jarno
146842f5a7e9SAurelien Jarnoi386 target
14695dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
147042f5a7e9SAurelien JarnoS: Maintained
147142f5a7e9SAurelien JarnoF: tcg/i386/
1472c17652eeSPaolo BonziniF: disas/i386.c
147342f5a7e9SAurelien Jarno
147442f5a7e9SAurelien JarnoIA64 target
147542f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
147642f5a7e9SAurelien JarnoS: Maintained
147742f5a7e9SAurelien JarnoF: tcg/ia64/
1478c17652eeSPaolo BonziniF: disas/ia64.c
147942f5a7e9SAurelien Jarno
148042f5a7e9SAurelien JarnoMIPS target
1481d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
148242f5a7e9SAurelien JarnoS: Maintained
148342f5a7e9SAurelien JarnoF: tcg/mips/
1484c17652eeSPaolo BonziniF: disas/mips.c
148542f5a7e9SAurelien Jarno
148642f5a7e9SAurelien JarnoPPC
148742f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
148842f5a7e9SAurelien JarnoS: Maintained
148942f5a7e9SAurelien JarnoF: tcg/ppc/
1490c17652eeSPaolo BonziniF: disas/ppc.c
149142f5a7e9SAurelien Jarno
149242f5a7e9SAurelien JarnoS390 target
149342f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
149442f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
149542f5a7e9SAurelien JarnoS: Maintained
149642f5a7e9SAurelien JarnoF: tcg/s390/
1497c17652eeSPaolo BonziniF: disas/s390.c
149842f5a7e9SAurelien Jarno
149942f5a7e9SAurelien JarnoSPARC target
1500297e8005SMarkus ArmbrusterS: Odd Fixes
150142f5a7e9SAurelien JarnoF: tcg/sparc/
1502c17652eeSPaolo BonziniF: disas/sparc.c
1503bc75c9e5SStefan Weil
1504bc75c9e5SStefan WeilTCI target
1505bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1506bc75c9e5SStefan WeilS: Maintained
15078ef9cd55SAndreas FärberF: tcg/tci/
15082b7be8c8SStefan WeilF: tci.c
1509c17652eeSPaolo BonziniF: disas/tci.c
1510aa09c951SAndreas Färber
1511aa09c951SAndreas FärberStable branches
1512aa09c951SAndreas Färber---------------
1513aa09c951SAndreas FärberStable 1.0
1514aa09c951SAndreas FärberL: qemu-stable@nongnu.org
151585938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1516aa09c951SAndreas FärberS: Orphan
1517aa09c951SAndreas Färber
1518aa09c951SAndreas FärberStable 0.15
1519aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152085938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1521211b76d1SAndreas FärberS: Orphan
1522aa09c951SAndreas Färber
1523aa09c951SAndreas FärberStable 0.14
1524aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152585938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1526aa09c951SAndreas FärberS: Orphan
1527aa09c951SAndreas Färber
1528aa09c951SAndreas FärberStable 0.10
1529aa09c951SAndreas FärberL: qemu-stable@nongnu.org
153085938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1531aa09c951SAndreas FärberS: Orphan
1532f05b328cSStefan Hajnoczi
1533f05b328cSStefan HajnocziBlock drivers
1534f05b328cSStefan Hajnoczi-------------
1535f05b328cSStefan HajnocziVMDK
1536f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1537c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1538f05b328cSStefan HajnocziS: Supported
1539f05b328cSStefan HajnocziF: block/vmdk.c
1540f05b328cSStefan Hajnoczi
1541f05b328cSStefan HajnocziRBD
15425a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1543280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1544280458a3SJeff CodyL: qemu-block@nongnu.org
1545f05b328cSStefan HajnocziS: Supported
1546f05b328cSStefan HajnocziF: block/rbd.c
1547280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1548f05b328cSStefan Hajnoczi
1549f05b328cSStefan HajnocziSheepdog
155053b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1551f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1552280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1553280458a3SJeff CodyL: qemu-block@nongnu.org
1554dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1555f05b328cSStefan HajnocziS: Supported
1556f05b328cSStefan HajnocziF: block/sheepdog.c
1557280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1558f05b328cSStefan Hajnoczi
1559f05b328cSStefan HajnocziVHDX
1560f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1561280458a3SJeff CodyL: qemu-block@nongnu.org
1562f05b328cSStefan HajnocziS: Supported
1563f05b328cSStefan HajnocziF: block/vhdx*
1564280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1565f05b328cSStefan Hajnoczi
1566f05b328cSStefan HajnocziVDI
1567f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1568c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1569f05b328cSStefan HajnocziS: Maintained
1570f05b328cSStefan HajnocziF: block/vdi.c
1571f05b328cSStefan Hajnoczi
1572f05b328cSStefan HajnocziiSCSI
1573f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1574f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1575f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1576c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1577f05b328cSStefan HajnocziS: Supported
1578f05b328cSStefan HajnocziF: block/iscsi.c
1579f05b328cSStefan Hajnoczi
15806542aa9cSPeter LievenNFS
1581280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
15826542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1583280458a3SJeff CodyL: qemu-block@nongnu.org
15846542aa9cSPeter LievenS: Maintained
15856542aa9cSPeter LievenF: block/nfs.c
1586280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
15876542aa9cSPeter Lieven
1588f05b328cSStefan HajnocziSSH
1589f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1590280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1591280458a3SJeff CodyL: qemu-block@nongnu.org
1592f05b328cSStefan HajnocziS: Supported
1593f05b328cSStefan HajnocziF: block/ssh.c
1594280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1595c9a12e75SChrysostomos Nanakos
1596c9a12e75SChrysostomos NanakosARCHIPELAGO
1597c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1598280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1599280458a3SJeff CodyL: qemu-block@nongnu.org
1600c9a12e75SChrysostomos NanakosS: Maintained
1601c9a12e75SChrysostomos NanakosF: block/archipelago.c
1602280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1603280458a3SJeff Cody
1604280458a3SJeff CodyCURL
1605280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1606280458a3SJeff CodyL: qemu-block@nongnu.org
1607280458a3SJeff CodyS: Supported
1608280458a3SJeff CodyF: block/curl.c
1609280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1610280458a3SJeff Cody
1611280458a3SJeff CodyGLUSTER
1612280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1613280458a3SJeff CodyL: qemu-block@nongnu.org
1614280458a3SJeff CodyS: Supported
1615280458a3SJeff CodyF: block/gluster.c
1616280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1617b5e9476cSGonglei
1618199667a8SFam ZhengNull Block Driver
1619199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1620199667a8SFam ZhengL: qemu-block@nongnu.org
1621199667a8SFam ZhengS: Supported
1622199667a8SFam ZhengF: block/null.c
1623199667a8SFam Zheng
1624b5e9476cSGongleiBootdevice
1625b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1626b5e9476cSGongleiS: Maintained
1627b5e9476cSGongleiF: bootdevice.c
1628ecdda9e0SAlberto Garcia
1629ecdda9e0SAlberto GarciaQuorum
1630ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1631ecdda9e0SAlberto GarciaS: Supported
1632ecdda9e0SAlberto GarciaF: block/quorum.c
1633ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1634e7c6e631SStefan Hajnoczi
1635e7c6e631SStefan Hajnocziblkverify
1636e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1637e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1638e7c6e631SStefan HajnocziS: Supported
1639e7c6e631SStefan HajnocziF: block/blkverify.c
1640e7c6e631SStefan Hajnoczi
1641e7c6e631SStefan Hajnoczibochs
1642e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1643e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1644e7c6e631SStefan HajnocziS: Supported
1645e7c6e631SStefan HajnocziF: block/bochs.c
1646e7c6e631SStefan Hajnoczi
1647e7c6e631SStefan Hajnoczicloop
1648e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1649e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1650e7c6e631SStefan HajnocziS: Supported
1651e7c6e631SStefan HajnocziF: block/cloop.c
1652e7c6e631SStefan Hajnoczi
1653e7c6e631SStefan Hajnoczidmg
1654e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1655e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1656e7c6e631SStefan HajnocziS: Supported
1657e7c6e631SStefan HajnocziF: block/dmg.c
1658e7c6e631SStefan Hajnoczi
1659e7c6e631SStefan Hajnocziparallels
1660e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1661f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1662e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1663e7c6e631SStefan HajnocziS: Supported
1664e7c6e631SStefan HajnocziF: block/parallels.c
1665b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1666e7c6e631SStefan Hajnoczi
1667e7c6e631SStefan Hajnocziqed
1668e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1669e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1670e7c6e631SStefan HajnocziS: Supported
1671e7c6e631SStefan HajnocziF: block/qed.c
1672e7c6e631SStefan Hajnoczi
1673e7c6e631SStefan Hajnocziraw
1674e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1675e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1676e7c6e631SStefan HajnocziS: Supported
1677e7c6e631SStefan HajnocziF: block/linux-aio.c
1678f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1679e7c6e631SStefan HajnocziF: block/raw-posix.c
1680e7c6e631SStefan HajnocziF: block/raw-win32.c
1681e7c6e631SStefan HajnocziF: block/raw_bsd.c
1682e7c6e631SStefan HajnocziF: block/win32-aio.c
1683e7c6e631SStefan Hajnoczi
1684e7c6e631SStefan Hajnocziqcow2
1685e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1686c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1687e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1688e7c6e631SStefan HajnocziS: Supported
1689e7c6e631SStefan HajnocziF: block/qcow2*
1690e7c6e631SStefan Hajnoczi
1691e7c6e631SStefan Hajnocziqcow
1692e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1693e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1694e7c6e631SStefan HajnocziS: Supported
1695e7c6e631SStefan HajnocziF: block/qcow.c
1696e7c6e631SStefan Hajnoczi
1697e7c6e631SStefan Hajnocziblkdebug
1698e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1699c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1700e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1701e7c6e631SStefan HajnocziS: Supported
1702e7c6e631SStefan HajnocziF: block/blkdebug.c
1703e7c6e631SStefan Hajnoczi
1704e7c6e631SStefan Hajnoczivpc
1705e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1706e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1707e7c6e631SStefan HajnocziS: Supported
1708e7c6e631SStefan HajnocziF: block/vpc.c
1709e7c6e631SStefan Hajnoczi
1710e7c6e631SStefan Hajnoczivvfat
1711e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1712e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1713e7c6e631SStefan HajnocziS: Supported
1714e7c6e631SStefan HajnocziF: block/vvfat.c
1715abfe4e94SStefan Hajnoczi
1716abfe4e94SStefan HajnocziImage format fuzzer
1717abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1718abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1719abfe4e94SStefan HajnocziS: Supported
1720abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1721717171bdSDaniel P. Berrange
1722049105a3SChanglong XieReplication
1723049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1724049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1725049105a3SChanglong XieS: Supported
1726049105a3SChanglong XieF: replication*
1727049105a3SChanglong XieF: block/replication.c
1728049105a3SChanglong XieF: tests/test-replication.c
1729049105a3SChanglong XieF: docs/block-replication.txt
1730049105a3SChanglong Xie
1731b9e02c06SAlex BennéeBuild and test automation
1732b9e02c06SAlex Bennée-------------------------
1733b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1734b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1735b9e02c06SAlex BennéeS: Supported
1736b9e02c06SAlex BennéeF: .travis.yml
1737717171bdSDaniel P. Berrange
1738717171bdSDaniel P. BerrangeDocumentation
1739717171bdSDaniel P. Berrange-------------
1740717171bdSDaniel P. BerrangeBuild system architecture
1741717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1742717171bdSDaniel P. BerrangeS: Odd Fixes
1743717171bdSDaniel P. BerrangeF: docs/build-system.txt
17448a49e97fSFam Zheng
17458a49e97fSFam ZhengDocker testing
17468a49e97fSFam Zheng--------------
17478a49e97fSFam ZhengDocker based testing framework and cases
17488a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17498a49e97fSFam ZhengS: Maintained
17508a49e97fSFam ZhengF: tests/docker/
1751