xref: /openbmc/qemu/MAINTAINERS (revision 6034011c)
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
136595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
137595a926dSLaurent 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
660bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
661b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
662b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
663a70ab357SGreg KurzF: tests/spapr*
664a70ab357SGreg KurzF: tests/libqos/*spapr*
665a70ab357SGreg KurzF: tests/rtas*
666a70ab357SGreg KurzF: tests/libqos/rtas*
6678a269ca4SAndreas Färber
668794d00bfSAndreas Färbervirtex_ml507
669794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
670794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
671794d00bfSAndreas FärberS: Odd Fixes
6726e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
673794d00bfSAndreas Färber
674fd5d5c56SAnthony LiguoriSH4 Machines
675fd5d5c56SAnthony Liguori------------
676fd5d5c56SAnthony LiguoriR2D
677fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
678fd5d5c56SAnthony LiguoriS: Maintained
6796e481d57SPeter MaydellF: hw/sh4/r2d.c
68081527b94SThomas HuthF: hw/intc/sh_intc.c
68181527b94SThomas HuthF: hw/timer/sh_timer.c
682fd5d5c56SAnthony Liguori
683fd5d5c56SAnthony LiguoriShix
684fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
68581527b94SThomas HuthS: Odd Fixes
6866e481d57SPeter MaydellF: hw/sh4/shix.c
687fd5d5c56SAnthony Liguori
688fd5d5c56SAnthony LiguoriSPARC Machines
689fd5d5c56SAnthony Liguori--------------
690fd5d5c56SAnthony LiguoriSun4m
691f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
692fd5d5c56SAnthony LiguoriS: Maintained
6938d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
694c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
695c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
696c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
697c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
698c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
699fd5d5c56SAnthony Liguori
700fd5d5c56SAnthony LiguoriSun4u
701f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
702fd5d5c56SAnthony LiguoriS: Maintained
7038d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
704c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
705fd5d5c56SAnthony Liguori
706ce6c760cSFabien ChouteauLeon3
707ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
708ce6c760cSFabien ChouteauS: Maintained
7098d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7108d8b636dSPaolo BonziniF: hw/*/grlib*
711c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
712ce6c760cSFabien Chouteau
713fd5d5c56SAnthony LiguoriS390 Machines
714fd5d5c56SAnthony Liguori-------------
715dd4ad64aSCornelia HuckS390 Virtio-ccw
716dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
717b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
718dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
719dd4ad64aSCornelia HuckS: Supported
7200c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
721c5bfb202SCornelia HuckF: hw/s390x/
7224277af19SCornelia HuckF: include/hw/s390x/
7234277af19SCornelia HuckF: pc-bios/s390-ccw/
724c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7251e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7261e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7271e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7283e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7293e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
730dd4ad64aSCornelia Huck
731ab9528caSGuan XuetaoUniCore32 Machines
732ab9528caSGuan Xuetao-------------
733ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
734ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
735ab9528caSGuan XuetaoS: Maintained
7368d8b636dSPaolo BonziniF: hw/*/puv3*
737ab9528caSGuan XuetaoF: hw/unicore32/
738ab9528caSGuan Xuetao
739fd5d5c56SAnthony LiguoriX86 Machines
740fd5d5c56SAnthony Liguori------------
741fd5d5c56SAnthony LiguoriPC
742046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
743fd5d5c56SAnthony LiguoriS: Supported
744046a6486SMichael S. TsirkinF: include/hw/i386/
745046a6486SMichael S. TsirkinF: hw/i386/
746046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
747046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
748046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
749046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
750046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
751046a6486SMichael S. TsirkinF: hw/isa/piix4.c
752046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
753046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
754046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
755046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
756046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
757f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7589cc3b73cSPaolo BonziniF: hw/misc/sga.c
7599cc3b73cSPaolo Bonzini
7609cc3b73cSPaolo BonziniPC Chipset
7619cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7629cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7639cc3b73cSPaolo BonziniS: Support
7649cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7659cc3b73cSPaolo BonziniF: hw/char/parallel.c
7669cc3b73cSPaolo BonziniF: hw/char/serial*
7679cc3b73cSPaolo BonziniF: hw/dma/i8257*
7689cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7699cc3b73cSPaolo BonziniF: hw/intc/apic*
7709cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7719cc3b73cSPaolo BonziniF: hw/intc/i8259*
7729cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7739cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7749cc3b73cSPaolo BonziniF: hw/timer/hpet*
7759cc3b73cSPaolo BonziniF: hw/timer/i8254*
7769cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
777a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
778a2feb348SThomas HuthF: include/hw/timer/hpet.h
779a2feb348SThomas HuthF: include/hw/timer/i8254*
780a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
781046a6486SMichael S. Tsirkin
7825da4fb00SMichael S. TsirkinMachine core
7835da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
7845da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
7855da4fb00SMichael S. TsirkinS: Supported
7865da4fb00SMichael S. TsirkinF: hw/core/machine.c
7875da4fb00SMichael S. TsirkinF: include/hw/boards.h
788fd5d5c56SAnthony Liguori
78916e7caaeSMax FilippovXtensa Machines
79016e7caaeSMax Filippov---------------
791375847a6SMax Filippovsim
79216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
79316e7caaeSMax FilippovS: Maintained
794437a8c11SMax FilippovF: hw/xtensa/sim.c
795375847a6SMax Filippov
796437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
797375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
798375847a6SMax FilippovS: Maintained
799437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
800437a8c11SMax FilippovF: hw/net/opencores_eth.c
80116e7caaeSMax Filippov
802fd5d5c56SAnthony LiguoriDevices
803fd5d5c56SAnthony Liguori-------
804b30934cbSJiri SlabyEDU
805b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
806b30934cbSJiri SlabyS: Maintained
807b30934cbSJiri SlabyF: hw/misc/edu.c
808b30934cbSJiri Slaby
809fd5d5c56SAnthony LiguoriIDE
810c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
811c095348bSJohn SnowL: qemu-block@nongnu.org
812c095348bSJohn SnowS: Supported
8138d8b636dSPaolo BonziniF: include/hw/ide.h
814c9f7acd5SThomas HuthF: include/hw/ide/
815fd5d5c56SAnthony LiguoriF: hw/ide/
816c095348bSJohn SnowF: hw/block/block.c
817c095348bSJohn SnowF: hw/block/cdrom.c
818c095348bSJohn SnowF: hw/block/hd-geometry.c
819c095348bSJohn SnowF: tests/ide-test.c
820c095348bSJohn SnowF: tests/ahci-test.c
821aee50319SJohn SnowF: tests/libqos/ahci*
822c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
823c095348bSJohn Snow
824c095348bSJohn SnowFloppy
825c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
826c095348bSJohn SnowL: qemu-block@nongnu.org
827c095348bSJohn SnowS: Supported
828c095348bSJohn SnowF: hw/block/fdc.c
829c095348bSJohn SnowF: include/hw/block/fdc.h
830aee50319SJohn SnowF: tests/fdc-test.c
831c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
832fd5d5c56SAnthony Liguori
833f5f487b2SPeter MaydellOMAP
834f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
835f5f487b2SPeter MaydellS: Maintained
8368d8b636dSPaolo BonziniF: hw/*/omap*
837ed0db866SThomas HuthF: include/hw/arm/omap.h
838f5f487b2SPeter Maydell
83928d54e58SPaolo BonziniIPack
84028d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
84128d54e58SPaolo BonziniS: Odd Fixes
84228d54e58SPaolo BonziniF: hw/char/ipoctal232.c
84328d54e58SPaolo BonziniF: hw/ipack/
84428d54e58SPaolo Bonzini
845fd5d5c56SAnthony LiguoriPCI
846fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
847874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
848fd5d5c56SAnthony LiguoriS: Supported
8498d8b636dSPaolo BonziniF: include/hw/pci/*
850f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
851ca818cfbSMichael S. TsirkinF: hw/pci/*
852f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8530e0b3592SMichael S. Tsirkin
854d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8550e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8560e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8570e0b3592SMichael S. TsirkinS: Supported
8580e0b3592SMichael S. TsirkinF: include/hw/acpi/*
859d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8600e0b3592SMichael S. TsirkinF: hw/mem/*
8618d8b636dSPaolo BonziniF: hw/acpi/*
862d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8630e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8640e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
8650e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h
866fd5d5c56SAnthony Liguori
867aaade8d7SAndreas Färberppc4xx
868aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
869aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
870aaade8d7SAndreas FärberS: Odd Fixes
8718d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
872b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
873aaade8d7SAndreas Färber
87498cded3aSAndreas Färberppce500
87598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
87698cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
87798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
87898cded3aSAndreas FärberS: Supported
8796e481d57SPeter MaydellF: hw/ppc/e500*
880566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
881566dd236SPaolo BonziniF: hw/net/fsl_etsec/
88298cded3aSAndreas Färber
88361af0ee6SPaolo BonziniCharacter devices
88461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
88561af0ee6SPaolo BonziniS: Odd Fixes
88661af0ee6SPaolo BonziniF: hw/char/
88761af0ee6SPaolo Bonzini
888f536f112SPaolo BonziniNetwork devices
889f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
890f536f112SPaolo BonziniS: Odd Fixes
891f536f112SPaolo BonziniF: hw/net/
8926bd7776cSGreg KurzF: tests/virtio-net-test.c
893f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
894f536f112SPaolo Bonzini
895fd5d5c56SAnthony LiguoriSCSI
896de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
897de7724f7SPaolo BonziniS: Supported
89874460f34SThomas HuthF: include/hw/scsi/*
8998d8b636dSPaolo BonziniF: hw/scsi/*
9006bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9011ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
902de7724f7SPaolo Bonzini
903de7724f7SPaolo BonziniLSI53C895A
9040e19885eSAnthony LiguoriS: Orphan
9058d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
906fd5d5c56SAnthony Liguori
907fcb5629dSPeter A. G. CrosthwaiteSSI
9084b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
909fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9108d8b636dSPaolo BonziniF: hw/ssi/*
9118d8b636dSPaolo BonziniF: hw/block/m25p80.c
9124b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9134b46ba61SAlistair Francis
9144b46ba61SAlistair FrancisXilinx SPI
9154b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9164b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9174b46ba61SAlistair FrancisS: Maintained
9184b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
919fcb5629dSPeter A. G. Crosthwaite
920fd5d5c56SAnthony LiguoriUSB
9215d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9225d0d62feSGerd HoffmannS: Maintained
9238d8b636dSPaolo BonziniF: hw/usb/*
92428edfce0SGongleiF: tests/usb-*-test.c
925beded0ffSThomas HuthF: docs/usb2.txt
926beded0ffSThomas HuthF: docs/usb-storage.txt
927beded0ffSThomas HuthF: include/hw/usb.h
928beded0ffSThomas HuthF: include/hw/usb/
929fd5d5c56SAnthony Liguori
930e26082fdSPaolo BonziniUSB (serial adapter)
931e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
932e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
933e26082fdSPaolo BonziniS: Maintained
934e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
935e26082fdSPaolo Bonzini
93692e1fb5eSAlex WilliamsonVFIO
93792e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
93892e1fb5eSAlex WilliamsonS: Supported
939cf7087dbSKim PhillipsF: hw/vfio/*
94099b88c6dSThomas HuthF: include/hw/vfio/
94192e1fb5eSAlex Williamson
942fd5d5c56SAnthony Liguorivhost
943fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
944fd5d5c56SAnthony LiguoriS: Supported
9458d8b636dSPaolo BonziniF: hw/*/*vhost*
946fd5d5c56SAnthony Liguori
947fd5d5c56SAnthony Liguorivirtio
948a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
949fd5d5c56SAnthony LiguoriS: Supported
9508d8b636dSPaolo BonziniF: hw/*/virtio*
95172fa605dSThomas HuthF: hw/virtio/Makefile.objs
95272fa605dSThomas HuthF: hw/virtio/trace-events
9536a084ea3SMichael S. TsirkinF: net/vhost-user.c
954494f7b57SThomas HuthF: include/hw/virtio/
9556bd7776cSGreg KurzF: tests/virtio-balloon-test.c
956fd5d5c56SAnthony Liguori
957fd5d5c56SAnthony Liguorivirtio-9p
95823704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9598c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
960fd5d5c56SAnthony LiguoriS: Supported
961aebeca25SAndreas FärberF: hw/9pfs/
962aebeca25SAndreas FärberF: fsdev/
9632d888c09SAndreas FärberF: tests/virtio-9p-test.c
9643f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9658c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
966fd5d5c56SAnthony Liguori
967fd5d5c56SAnthony Liguorivirtio-blk
96854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
969b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
970fd5d5c56SAnthony LiguoriS: Supported
9718d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
972b457a5f5SStefan HajnocziF: hw/block/dataplane/*
9736bd7776cSGreg KurzF: tests/virtio-blk-test.c
974b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
975fd5d5c56SAnthony Liguori
976dd4ad64aSCornelia Huckvirtio-ccw
977dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
978b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
979dd4ad64aSCornelia HuckS: Supported
980dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
9813e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9823e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
983dd4ad64aSCornelia Huck
984a5d4d7b5SGerd Hoffmannvirtio-input
985a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
986a5d4d7b5SGerd HoffmannS: Maintained
987a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
988a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
989a5d4d7b5SGerd Hoffmann
990fd5d5c56SAnthony Liguorivirtio-serial
991fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
992fd5d5c56SAnthony LiguoriS: Supported
9938d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
9948d8b636dSPaolo BonziniF: hw/char/virtio-console.c
99568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
9966bd7776cSGreg KurzF: tests/virtio-console-test.c
9976bd7776cSGreg KurzF: tests/virtio-serial-test.c
998fd5d5c56SAnthony Liguori
9991f51a5cbSAmit Shahvirtio-rng
10001f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
10011f51a5cbSAmit ShahS: Supported
10021f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10031f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1004750cf869SThomas HuthF: include/sysemu/rng*.h
10051f51a5cbSAmit ShahF: backends/rng*.c
10066bd7776cSGreg KurzF: tests/virtio-rng-test.c
10071f51a5cbSAmit Shah
1008*6034011cSGongleivirtio-crypto
1009*6034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1010*6034011cSGongleiS: Supported
1011*6034011cSGongleiF: hw/virtio/virtio-crypto.c
1012*6034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
1013*6034011cSGongleiF: include/hw/virtio/virtio-crypto.h
1014*6034011cSGonglei
1015f3c507adSKeith Buschnvme
1016f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1017c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1018f3c507adSKeith BuschS: Supported
1019f3c507adSKeith BuschF: hw/block/nvme*
1020fc967791SAndreas FärberF: tests/nvme-test.c
1021f3c507adSKeith Busch
1022d383c625SHannes Reineckemegasas
1023d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1024c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1025d383c625SHannes ReineckeS: Supported
1026d383c625SHannes ReineckeF: hw/scsi/megasas.c
1027d383c625SHannes ReineckeF: hw/scsi/mfi.h
1028d383c625SHannes Reinecke
1029605d52e6SDmitry FleytmanNetwork packet abstractions
1030605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1031605d52e6SDmitry FleytmanS: Maintained
1032605d52e6SDmitry FleytmanF: include/net/eth.h
1033605d52e6SDmitry FleytmanF: net/eth.c
1034605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1035605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1036605d52e6SDmitry Fleytman
1037622fb504SDmitry FleytmanVmware
1038622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1039622fb504SDmitry FleytmanS: Maintained
1040622fb504SDmitry FleytmanF: hw/net/vmxnet*
1041622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1042622fb504SDmitry Fleytman
1043de24d3f1SScott FeldmanRocker
1044de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1045de24d3f1SScott FeldmanS: Maintained
1046de24d3f1SScott FeldmanF: hw/net/rocker/
1047de850948SThomas HuthF: tests/rocker/
1048de850948SThomas HuthF: docs/specs/rocker.txt
1049de24d3f1SScott Feldman
105070d1fb9cSXiao GuangrongNVDIMM
105170d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
105270d1fb9cSXiao GuangrongS: Maintained
105370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
105470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
105570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
105670d1fb9cSXiao Guangrong
1057093454e2SDmitry Fleytmane1000x
1058093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1059093454e2SDmitry FleytmanS: Maintained
1060093454e2SDmitry FleytmanF: hw/net/e1000x*
1061093454e2SDmitry Fleytman
10626f3fbe4eSDmitry Fleytmane1000e
10636f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10646f3fbe4eSDmitry FleytmanS: Maintained
10656f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10666f3fbe4eSDmitry Fleytman
1067e481a1f6SAlistair FrancisGeneric Loader
1068e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1069e481a1f6SAlistair FrancisS: Maintained
1070e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1071e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1072e481a1f6SAlistair Francis
1073fd5d5c56SAnthony LiguoriSubsystems
1074fd5d5c56SAnthony Liguori----------
1075fd5d5c56SAnthony LiguoriAudio
10769f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1077fd5d5c56SAnthony LiguoriS: Maintained
1078fd5d5c56SAnthony LiguoriF: audio/
10798d8b636dSPaolo BonziniF: hw/audio/
1080a2b245aeSThomas HuthF: include/hw/audio/
1081d7b50c0cSAndreas FärberF: tests/ac97-test.c
10828fa74c94SAndreas FärberF: tests/es1370-test.c
1083fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1084fd5d5c56SAnthony Liguori
108517f1e8f5SStefan HajnocziBlock layer core
1086fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1087c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1088c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1089fd5d5c56SAnthony LiguoriS: Supported
1090fd5d5c56SAnthony LiguoriF: block*
1091fd5d5c56SAnthony LiguoriF: block/
10928d8b636dSPaolo BonziniF: hw/block/
10934c346e0bSKevin WolfF: include/block/
109446078760SKevin WolfF: qemu-img*
109546078760SKevin WolfF: qemu-io*
109629242091SKevin WolfF: tests/qemu-iotests/
1097d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1098fd5d5c56SAnthony Liguori
1099d55053b1SStefan HajnocziBlock I/O path
1100d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11019ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1102d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1103d55053b1SStefan HajnocziS: Supported
1104d55053b1SStefan HajnocziF: async.c
1105d55053b1SStefan HajnocziF: aio-*.c
1106d55053b1SStefan HajnocziF: block/io.c
1107d55053b1SStefan HajnocziF: migration/block*
1108e1029ae2SFam ZhengF: include/block/aio.h
1109d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1110d55053b1SStefan Hajnoczi
1111280458a3SJeff CodyBlock Jobs
1112280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1113280458a3SJeff CodyL: qemu-block@nongnu.org
1114280458a3SJeff CodyS: Supported
1115280458a3SJeff CodyF: blockjob.c
1116280458a3SJeff CodyF: include/block/blockjob.h
1117280458a3SJeff CodyF: block/backup.c
1118280458a3SJeff CodyF: block/commit.c
111977346025SJeff CodyF: block/stream.c
1120280458a3SJeff CodyF: block/mirror.c
1121280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1122280458a3SJeff Cody
11234120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11244120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11254120201dSMarkus ArmbrusterS: Supported
11264120201dSMarkus ArmbrusterF: blockdev.c
11274120201dSMarkus ArmbrusterF: block/qapi.c
11284120201dSMarkus ArmbrusterF: qapi/block*.json
11294120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11304120201dSMarkus Armbruster
113161af0ee6SPaolo BonziniCharacter device backends
1132da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1133fd5d5c56SAnthony LiguoriS: Maintained
1134fd5d5c56SAnthony LiguoriF: qemu-char.c
1135da26f37aSPaolo BonziniF: backends/msmouse.c
1136da26f37aSPaolo BonziniF: backends/testdev.c
1137fd5d5c56SAnthony Liguori
1138e26082fdSPaolo BonziniCharacter Devices (Braille)
1139e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1140e26082fdSPaolo BonziniS: Maintained
1141e26082fdSPaolo BonziniF: backends/baum.c
1142fd5d5c56SAnthony Liguori
11438c413e79SMarkus ArmbrusterCoverity model
11448c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11458c413e79SMarkus ArmbrusterS: Supported
11468c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11478c413e79SMarkus Armbruster
1148f2ca0524SAndreas FärberCPU
114912b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1150f2ca0524SAndreas FärberS: Supported
1151f2ca0524SAndreas FärberF: qom/cpu.c
11526e481d57SPeter MaydellF: include/qom/cpu.h
1153f2ca0524SAndreas Färber
1154d24b569aSPeter A. G. CrosthwaiteDevice Tree
11554b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1156d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1157d24b569aSPeter A. G. CrosthwaiteS: Maintained
115882407515SThomas HuthF: device_tree.c
115982407515SThomas HuthF: include/sysemu/device_tree.h
1160d24b569aSPeter A. G. Crosthwaite
11614f966768SMarkus ArmbrusterError reporting
11624f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11634f966768SMarkus ArmbrusterS: Supported
11644f966768SMarkus ArmbrusterF: include/qapi/error.h
11654f966768SMarkus ArmbrusterF: include/qemu/error-report.h
11664f966768SMarkus ArmbrusterF: util/error.c
11674f966768SMarkus ArmbrusterF: util/qemu-error.c
11684f966768SMarkus Armbruster
1169fd5d5c56SAnthony LiguoriGDB stub
11705dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1171fd5d5c56SAnthony LiguoriS: Odd Fixes
1172fd5d5c56SAnthony LiguoriF: gdbstub*
1173fd5d5c56SAnthony LiguoriF: gdb-xml/
1174fd5d5c56SAnthony Liguori
117501a9c03cSPaolo BonziniMemory API
117601a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
117701a9c03cSPaolo BonziniS: Supported
117801a9c03cSPaolo BonziniF: include/exec/ioport.h
117901a9c03cSPaolo BonziniF: ioport.c
118001a9c03cSPaolo BonziniF: include/exec/memory.h
11812b1641d0SPaolo BonziniF: include/exec/ram_addr.h
118201a9c03cSPaolo BonziniF: memory.c
118301a9c03cSPaolo BonziniF: include/exec/memory-internal.h
118401a9c03cSPaolo BonziniF: exec.c
118501a9c03cSPaolo Bonzini
11867ee3bf03SGerd HoffmannSPICE
11877ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11887ee3bf03SGerd HoffmannS: Supported
11896e481d57SPeter MaydellF: include/ui/qemu-spice.h
1190438528a3SThomas HuthF: include/ui/spice-display.h
11917ee3bf03SGerd HoffmannF: ui/spice-*.c
11927ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11938d8b636dSPaolo BonziniF: hw/display/qxl*
11947ee3bf03SGerd Hoffmann
1195fd5d5c56SAnthony LiguoriGraphics
119625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
119725eccc37SGerd HoffmannS: Odd Fixes
1198fd5d5c56SAnthony LiguoriF: ui/
1199e220656cSThomas HuthF: include/ui/
1200fd5d5c56SAnthony Liguori
1201351f1bf6SAndreas FärberCocoa graphics
120230ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1203351f1bf6SAndreas FärberS: Odd Fixes
1204351f1bf6SAndreas FärberF: ui/cocoa.m
1205351f1bf6SAndreas Färber
1206fd5d5c56SAnthony LiguoriMain loop
1207da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1208da26f37aSPaolo BonziniS: Maintained
1209da26f37aSPaolo BonziniF: cpus.c
1210da26f37aSPaolo BonziniF: main-loop.c
1211da26f37aSPaolo BonziniF: qemu-timer.c
1212fd5d5c56SAnthony LiguoriF: vl.c
1213fd5d5c56SAnthony Liguori
12148899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1215c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1216fbb0621aSLuiz CapitulinoS: Maintained
1217fd5d5c56SAnthony LiguoriF: monitor.c
1218c13e9912SThomas HuthF: hmp.[ch]
1219c13e9912SThomas HuthF: hmp-commands*.hx
1220c13e9912SThomas HuthF: include/monitor/hmp-target.h
1221fd5d5c56SAnthony Liguori
1222f536f112SPaolo BonziniNetwork device backends
1223442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1224fd5d5c56SAnthony LiguoriS: Maintained
1225fd5d5c56SAnthony LiguoriF: net/
1226d24b2b1cSThomas HuthF: include/net/
12275fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1228fd5d5c56SAnthony Liguori
1229aee09bafSVincenzo MaffioneNetmap network backend
1230aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1231aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1232aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1233aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1234aee09bafSVincenzo MaffioneS: Maintained
1235aee09bafSVincenzo MaffioneF: net/netmap.c
1236aee09bafSVincenzo Maffione
123744f76b28SPaolo BonziniNetwork Block Device (NBD)
123844f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
123944f76b28SPaolo BonziniS: Odd Fixes
1240798bfe00SFam ZhengF: block/nbd*
1241798bfe00SFam ZhengF: nbd/
1242798bfe00SFam ZhengF: include/block/nbd*
124344f76b28SPaolo BonziniF: qemu-nbd.c
12441ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
124544f76b28SPaolo Bonzini
12462f54eb98SEduardo HabkostNUMA
12472f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12482f54eb98SEduardo HabkostS: Maintained
12492f54eb98SEduardo HabkostF: numa.c
12502f54eb98SEduardo HabkostF: include/sysemu/numa.h
12512f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12522f54eb98SEduardo Habkost
12534fc264f4SEduardo HabkostHost Memory Backends
12544fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12554fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12564fc264f4SEduardo HabkostS: Maintained
12574fc264f4SEduardo HabkostF: backends/hostmem*.c
12584fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
12594fc264f4SEduardo Habkost
1260*6034011cSGongleiCryptodev Backends
1261*6034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1262*6034011cSGongleiS: Maintained
1263*6034011cSGongleiF: include/sysemu/cryptodev*.h
1264*6034011cSGongleiF: backends/cryptodev*.c
1265*6034011cSGonglei
12668899b4aeSLuiz CapitulinoQAPI
12679740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12688899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
12699740618cSLuiz CapitulinoS: Supported
12708899b4aeSLuiz CapitulinoF: qapi/
12710311c5bdSMarkus ArmbrusterX: qapi/*.json
1272ac4abb9aSMarkus ArmbrusterF: include/qapi/
1273ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1274ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1275c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1276ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1277ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
12780311c5bdSMarkus ArmbrusterF: scripts/qapi*
12790311c5bdSMarkus ArmbrusterF: docs/qapi*
12809740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12818899b4aeSLuiz Capitulino
12827810d291SLuiz CapitulinoQAPI Schema
12837810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
12847810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12857810d291SLuiz CapitulinoS: Supported
12867810d291SLuiz CapitulinoF: qapi-schema.json
12870311c5bdSMarkus ArmbrusterF: qapi/*.json
12889740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12897810d291SLuiz Capitulino
1290f3582ba4SLuiz CapitulinoQObject
1291daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1292daf5dc78SMarkus ArmbrusterS: Supported
1293f3582ba4SLuiz CapitulinoF: qobject/
12947735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12957735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12967735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12977735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12987735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12997735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
13007735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
13017735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1302daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1303f3582ba4SLuiz Capitulino
1304f05d9999SMichael RothQEMU Guest Agent
1305f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1306f05d9999SMichael RothS: Maintained
1307f05d9999SMichael RothF: qga/
1308f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1309f05d9999SMichael Roth
13104688c94cSAndreas FärberQOM
13114688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
13124688c94cSAndreas FärberS: Supported
13134688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
13144688c94cSAndreas FärberF: include/qom/
13154688c94cSAndreas FärberX: include/qom/cpu.h
13164688c94cSAndreas FärberF: qom/
13174688c94cSAndreas FärberX: qom/cpu.c
13189f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
13199f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
13204688c94cSAndreas FärberF: tests/qom-test.c
13214688c94cSAndreas Färber
13228899b4aeSLuiz CapitulinoQMP
13239740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13249740618cSLuiz CapitulinoS: Supported
13258899b4aeSLuiz CapitulinoF: qmp.c
13268899b4aeSLuiz CapitulinoF: monitor.c
13279b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13289740618cSLuiz CapitulinoF: scripts/qmp/
13299740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13308899b4aeSLuiz Capitulino
1331cc0100f4SAlistair FrancisRegister API
1332cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1333cc0100f4SAlistair FrancisS: Maintained
1334cc0100f4SAlistair FrancisF: hw/core/register.c
1335cc0100f4SAlistair FrancisF: include/hw/register.h
1336cc0100f4SAlistair Francis
1337fd5d5c56SAnthony LiguoriSLIRP
1338eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1339bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1340bafc72abSJan KiszkaS: Maintained
1341fd5d5c56SAnthony LiguoriF: slirp/
1342663fb1e1SThomas HuthF: net/slirp.c
1343d24b2b1cSThomas HuthF: include/net/slirp.h
13441ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1345fd5d5c56SAnthony Liguori
1346b1ed728aSPaolo BonziniStubs
1347b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1348b1ed728aSPaolo BonziniS: Maintained
1349b1ed728aSPaolo BonziniF: stubs/
1350b1ed728aSPaolo Bonzini
1351598a3f35SStefan HajnocziTracing
13521cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1353598a3f35SStefan HajnocziS: Maintained
1354598a3f35SStefan HajnocziF: trace/
1355f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1356f70fd8fdSLluís VilanovaF: scripts/tracetool/
1357f922ea46SAndreas FärberF: docs/tracing.txt
13581ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1359598a3f35SStefan Hajnoczi
136014f40fdcSBlue SwirlCheckpatch
136114f40fdcSBlue SwirlS: Odd Fixes
136214f40fdcSBlue SwirlF: scripts/checkpatch.pl
136314f40fdcSBlue Swirl
1364c0787c8dSJuan QuintelaMigration
1365c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
13667f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1367c0787c8dSJuan QuintelaS: Maintained
1368c0787c8dSJuan QuintelaF: include/migration/
136944a1f946SDr. David Alan GilbertF: migration/
1370c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1371c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1372a609ad8bSThomas HuthF: docs/migration.txt
1373c0787c8dSJuan Quintela
137492bfedb0SEduardo OtuboSeccomp
13759d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
137692bfedb0SEduardo OtuboS: Supported
137792bfedb0SEduardo OtuboF: qemu-seccomp.c
137892bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
137992bfedb0SEduardo Otubo
1380ddbb0d09SDaniel P. BerrangeCryptography
1381ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1382ddbb0d09SDaniel P. BerrangeS: Maintained
1383ddbb0d09SDaniel P. BerrangeF: crypto/
1384ddbb0d09SDaniel P. BerrangeF: include/crypto/
1385ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1386ddbb0d09SDaniel P. Berrange
138710817bf0SDaniel P. BerrangeCoroutines
138810817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
138910817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
139010817bf0SDaniel P. BerrangeF: util/*coroutine*
139110817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
139210817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
139310817bf0SDaniel P. Berrange
139488c5f205SDaniel P. BerrangeBuffers
139588c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
139688c5f205SDaniel P. BerrangeS: Odd fixes
139788c5f205SDaniel P. BerrangeF: util/buffer.c
139888c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
139988c5f205SDaniel P. Berrange
1400666a3af9SDaniel P. BerrangeI/O Channels
1401666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1402666a3af9SDaniel P. BerrangeS: Maintained
1403666a3af9SDaniel P. BerrangeF: io/
1404666a3af9SDaniel P. BerrangeF: include/io/
1405666a3af9SDaniel P. BerrangeF: tests/test-io-*
1406666a3af9SDaniel P. Berrange
14075614a283SGerd HoffmannSockets
14085614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
14095614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14105614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
14115614a283SGerd HoffmannS: Maintained
14125614a283SGerd HoffmannF: include/qemu/sockets.h
14135614a283SGerd HoffmannF: util/qemu-sockets.c
14145614a283SGerd Hoffmann
1415d310d85bSAlberto GarciaThrottling infrastructure
1416d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1417d310d85bSAlberto GarciaS: Supported
1418d310d85bSAlberto GarciaF: block/throttle-groups.c
1419d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1420d310d85bSAlberto GarciaF: include/qemu/throttle.h
1421d310d85bSAlberto GarciaF: util/throttle.c
1422d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1423d310d85bSAlberto Garcia
1424080d7aacSFam ZhengUUID
1425080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1426080d7aacSFam ZhengS: Supported
1427080d7aacSFam ZhengF: util/uuid.c
1428080d7aacSFam ZhengF: include/qemu/uuid.h
1429080d7aacSFam ZhengF: tests/test-uuid.c
1430080d7aacSFam Zheng
143188f82ed1SZhang ChenCOLO Proxy
143288f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
143388f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
143488f82ed1SZhang ChenS: Supported
143588f82ed1SZhang ChenF: docs/colo-proxy.txt
143688f82ed1SZhang ChenF: net/colo*
143788f82ed1SZhang ChenF: net/filter-rewriter.c
143888f82ed1SZhang ChenF: net/filter-mirror.c
143988f82ed1SZhang Chen
1440fd5d5c56SAnthony LiguoriUsermode Emulation
1441fd5d5c56SAnthony Liguori------------------
1442486bbe5fSPaolo BonziniOverall
1443486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1444486bbe5fSPaolo BonziniS: Maintained
1445486bbe5fSPaolo BonziniF: thunk.c
1446486bbe5fSPaolo BonziniF: user-exec.c
1447486bbe5fSPaolo Bonzini
1448fd5d5c56SAnthony LiguoriBSD user
1449297e8005SMarkus ArmbrusterS: Orphan
1450fd5d5c56SAnthony LiguoriF: bsd-user/
1451ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1452fd5d5c56SAnthony Liguori
1453fd5d5c56SAnthony LiguoriLinux user
1454fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1455fd5d5c56SAnthony LiguoriS: Maintained
1456fd5d5c56SAnthony LiguoriF: linux-user/
1457ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
145842f5a7e9SAurelien Jarno
145942f5a7e9SAurelien JarnoTiny Code Generator (TCG)
146042f5a7e9SAurelien Jarno-------------------------
146142f5a7e9SAurelien JarnoCommon code
1462cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
146342f5a7e9SAurelien JarnoS: Maintained
146442f5a7e9SAurelien JarnoF: tcg/
146542f5a7e9SAurelien Jarno
1466b25a464cSClaudio FontanaAArch64 target
1467b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1468b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1469b25a464cSClaudio FontanaS: Maintained
1470b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1471b25a464cSClaudio FontanaF: tcg/aarch64/
1472c17652eeSPaolo BonziniF: disas/arm-a64.cc
1473c17652eeSPaolo BonziniF: disas/libvixl/
1474b25a464cSClaudio Fontana
147542f5a7e9SAurelien JarnoARM target
147642f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
147742f5a7e9SAurelien JarnoS: Maintained
1478b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
147942f5a7e9SAurelien JarnoF: tcg/arm/
1480c17652eeSPaolo BonziniF: disas/arm.c
148142f5a7e9SAurelien Jarno
148242f5a7e9SAurelien Jarnoi386 target
14835dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
148442f5a7e9SAurelien JarnoS: Maintained
148542f5a7e9SAurelien JarnoF: tcg/i386/
1486c17652eeSPaolo BonziniF: disas/i386.c
148742f5a7e9SAurelien Jarno
148842f5a7e9SAurelien JarnoIA64 target
148942f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
149042f5a7e9SAurelien JarnoS: Maintained
149142f5a7e9SAurelien JarnoF: tcg/ia64/
1492c17652eeSPaolo BonziniF: disas/ia64.c
149342f5a7e9SAurelien Jarno
149442f5a7e9SAurelien JarnoMIPS target
1495d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
149642f5a7e9SAurelien JarnoS: Maintained
149742f5a7e9SAurelien JarnoF: tcg/mips/
1498c17652eeSPaolo BonziniF: disas/mips.c
149942f5a7e9SAurelien Jarno
150042f5a7e9SAurelien JarnoPPC
150142f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
150242f5a7e9SAurelien JarnoS: Maintained
150342f5a7e9SAurelien JarnoF: tcg/ppc/
1504c17652eeSPaolo BonziniF: disas/ppc.c
150542f5a7e9SAurelien Jarno
150642f5a7e9SAurelien JarnoS390 target
150742f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
150842f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
150942f5a7e9SAurelien JarnoS: Maintained
151042f5a7e9SAurelien JarnoF: tcg/s390/
1511c17652eeSPaolo BonziniF: disas/s390.c
151242f5a7e9SAurelien Jarno
151342f5a7e9SAurelien JarnoSPARC target
1514297e8005SMarkus ArmbrusterS: Odd Fixes
151542f5a7e9SAurelien JarnoF: tcg/sparc/
1516c17652eeSPaolo BonziniF: disas/sparc.c
1517bc75c9e5SStefan Weil
1518bc75c9e5SStefan WeilTCI target
1519bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1520bc75c9e5SStefan WeilS: Maintained
15218ef9cd55SAndreas FärberF: tcg/tci/
15222b7be8c8SStefan WeilF: tci.c
1523c17652eeSPaolo BonziniF: disas/tci.c
1524aa09c951SAndreas Färber
1525aa09c951SAndreas FärberStable branches
1526aa09c951SAndreas Färber---------------
1527aa09c951SAndreas FärberStable 1.0
1528aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1530aa09c951SAndreas FärberS: Orphan
1531aa09c951SAndreas Färber
1532aa09c951SAndreas FärberStable 0.15
1533aa09c951SAndreas FärberL: qemu-stable@nongnu.org
153485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1535211b76d1SAndreas FärberS: Orphan
1536aa09c951SAndreas Färber
1537aa09c951SAndreas FärberStable 0.14
1538aa09c951SAndreas FärberL: qemu-stable@nongnu.org
153985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1540aa09c951SAndreas FärberS: Orphan
1541aa09c951SAndreas Färber
1542aa09c951SAndreas FärberStable 0.10
1543aa09c951SAndreas FärberL: qemu-stable@nongnu.org
154485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1545aa09c951SAndreas FärberS: Orphan
1546f05b328cSStefan Hajnoczi
1547f05b328cSStefan HajnocziBlock drivers
1548f05b328cSStefan Hajnoczi-------------
1549f05b328cSStefan HajnocziVMDK
1550f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1551c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1552f05b328cSStefan HajnocziS: Supported
1553f05b328cSStefan HajnocziF: block/vmdk.c
1554f05b328cSStefan Hajnoczi
1555f05b328cSStefan HajnocziRBD
15565a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1557280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1558280458a3SJeff CodyL: qemu-block@nongnu.org
1559f05b328cSStefan HajnocziS: Supported
1560f05b328cSStefan HajnocziF: block/rbd.c
1561280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1562f05b328cSStefan Hajnoczi
1563f05b328cSStefan HajnocziSheepdog
156453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1565f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1566280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1567280458a3SJeff CodyL: qemu-block@nongnu.org
1568dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1569f05b328cSStefan HajnocziS: Supported
1570f05b328cSStefan HajnocziF: block/sheepdog.c
1571280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1572f05b328cSStefan Hajnoczi
1573f05b328cSStefan HajnocziVHDX
1574f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1575280458a3SJeff CodyL: qemu-block@nongnu.org
1576f05b328cSStefan HajnocziS: Supported
1577f05b328cSStefan HajnocziF: block/vhdx*
1578280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1579f05b328cSStefan Hajnoczi
1580f05b328cSStefan HajnocziVDI
1581f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1582c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1583f05b328cSStefan HajnocziS: Maintained
1584f05b328cSStefan HajnocziF: block/vdi.c
1585f05b328cSStefan Hajnoczi
1586f05b328cSStefan HajnocziiSCSI
1587f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1588f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1589f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1590c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1591f05b328cSStefan HajnocziS: Supported
1592f05b328cSStefan HajnocziF: block/iscsi.c
1593f05b328cSStefan Hajnoczi
15946542aa9cSPeter LievenNFS
1595280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
15966542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1597280458a3SJeff CodyL: qemu-block@nongnu.org
15986542aa9cSPeter LievenS: Maintained
15996542aa9cSPeter LievenF: block/nfs.c
1600280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
16016542aa9cSPeter Lieven
1602f05b328cSStefan HajnocziSSH
1603f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1604280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1605280458a3SJeff CodyL: qemu-block@nongnu.org
1606f05b328cSStefan HajnocziS: Supported
1607f05b328cSStefan HajnocziF: block/ssh.c
1608280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1609c9a12e75SChrysostomos Nanakos
1610c9a12e75SChrysostomos NanakosARCHIPELAGO
1611c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1612280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1613280458a3SJeff CodyL: qemu-block@nongnu.org
1614c9a12e75SChrysostomos NanakosS: Maintained
1615c9a12e75SChrysostomos NanakosF: block/archipelago.c
1616280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1617280458a3SJeff Cody
1618280458a3SJeff CodyCURL
1619280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1620280458a3SJeff CodyL: qemu-block@nongnu.org
1621280458a3SJeff CodyS: Supported
1622280458a3SJeff CodyF: block/curl.c
1623280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1624280458a3SJeff Cody
1625280458a3SJeff CodyGLUSTER
1626280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1627280458a3SJeff CodyL: qemu-block@nongnu.org
1628280458a3SJeff CodyS: Supported
1629280458a3SJeff CodyF: block/gluster.c
1630280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1631b5e9476cSGonglei
1632199667a8SFam ZhengNull Block Driver
1633199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1634199667a8SFam ZhengL: qemu-block@nongnu.org
1635199667a8SFam ZhengS: Supported
1636199667a8SFam ZhengF: block/null.c
1637199667a8SFam Zheng
1638b5e9476cSGongleiBootdevice
1639b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1640b5e9476cSGongleiS: Maintained
1641b5e9476cSGongleiF: bootdevice.c
1642ecdda9e0SAlberto Garcia
1643ecdda9e0SAlberto GarciaQuorum
1644ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1645ecdda9e0SAlberto GarciaS: Supported
1646ecdda9e0SAlberto GarciaF: block/quorum.c
1647ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1648e7c6e631SStefan Hajnoczi
1649e7c6e631SStefan Hajnocziblkverify
1650e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1651e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1652e7c6e631SStefan HajnocziS: Supported
1653e7c6e631SStefan HajnocziF: block/blkverify.c
1654e7c6e631SStefan Hajnoczi
1655e7c6e631SStefan Hajnoczibochs
1656e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1657e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1658e7c6e631SStefan HajnocziS: Supported
1659e7c6e631SStefan HajnocziF: block/bochs.c
1660e7c6e631SStefan Hajnoczi
1661e7c6e631SStefan Hajnoczicloop
1662e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1663e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1664e7c6e631SStefan HajnocziS: Supported
1665e7c6e631SStefan HajnocziF: block/cloop.c
1666e7c6e631SStefan Hajnoczi
1667e7c6e631SStefan Hajnoczidmg
1668e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1669e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1670e7c6e631SStefan HajnocziS: Supported
1671e7c6e631SStefan HajnocziF: block/dmg.c
1672e7c6e631SStefan Hajnoczi
1673e7c6e631SStefan Hajnocziparallels
1674e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1675f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1676e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1677e7c6e631SStefan HajnocziS: Supported
1678e7c6e631SStefan HajnocziF: block/parallels.c
1679b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1680e7c6e631SStefan Hajnoczi
1681e7c6e631SStefan Hajnocziqed
1682e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1683e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1684e7c6e631SStefan HajnocziS: Supported
1685e7c6e631SStefan HajnocziF: block/qed.c
1686e7c6e631SStefan Hajnoczi
1687e7c6e631SStefan Hajnocziraw
1688e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1689e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1690e7c6e631SStefan HajnocziS: Supported
1691e7c6e631SStefan HajnocziF: block/linux-aio.c
1692f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1693e7c6e631SStefan HajnocziF: block/raw-posix.c
1694e7c6e631SStefan HajnocziF: block/raw-win32.c
1695e7c6e631SStefan HajnocziF: block/raw_bsd.c
1696e7c6e631SStefan HajnocziF: block/win32-aio.c
1697e7c6e631SStefan Hajnoczi
1698e7c6e631SStefan Hajnocziqcow2
1699e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1700c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1701e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1702e7c6e631SStefan HajnocziS: Supported
1703e7c6e631SStefan HajnocziF: block/qcow2*
1704e7c6e631SStefan Hajnoczi
1705e7c6e631SStefan Hajnocziqcow
1706e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1707e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1708e7c6e631SStefan HajnocziS: Supported
1709e7c6e631SStefan HajnocziF: block/qcow.c
1710e7c6e631SStefan Hajnoczi
1711e7c6e631SStefan Hajnocziblkdebug
1712e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1713c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1714e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1715e7c6e631SStefan HajnocziS: Supported
1716e7c6e631SStefan HajnocziF: block/blkdebug.c
1717e7c6e631SStefan Hajnoczi
1718e7c6e631SStefan Hajnoczivpc
1719e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1720e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1721e7c6e631SStefan HajnocziS: Supported
1722e7c6e631SStefan HajnocziF: block/vpc.c
1723e7c6e631SStefan Hajnoczi
1724e7c6e631SStefan Hajnoczivvfat
1725e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1726e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1727e7c6e631SStefan HajnocziS: Supported
1728e7c6e631SStefan HajnocziF: block/vvfat.c
1729abfe4e94SStefan Hajnoczi
1730abfe4e94SStefan HajnocziImage format fuzzer
1731abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1732abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1733abfe4e94SStefan HajnocziS: Supported
1734abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1735717171bdSDaniel P. Berrange
1736049105a3SChanglong XieReplication
1737049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1738049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1739049105a3SChanglong XieS: Supported
1740049105a3SChanglong XieF: replication*
1741049105a3SChanglong XieF: block/replication.c
1742049105a3SChanglong XieF: tests/test-replication.c
1743049105a3SChanglong XieF: docs/block-replication.txt
1744049105a3SChanglong Xie
1745b9e02c06SAlex BennéeBuild and test automation
1746b9e02c06SAlex Bennée-------------------------
1747b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1748b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1749b9e02c06SAlex BennéeS: Supported
1750b9e02c06SAlex BennéeF: .travis.yml
1751717171bdSDaniel P. Berrange
1752717171bdSDaniel P. BerrangeDocumentation
1753717171bdSDaniel P. Berrange-------------
1754717171bdSDaniel P. BerrangeBuild system architecture
1755717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1756717171bdSDaniel P. BerrangeS: Odd Fixes
1757717171bdSDaniel P. BerrangeF: docs/build-system.txt
17588a49e97fSFam Zheng
17598a49e97fSFam ZhengDocker testing
17608a49e97fSFam Zheng--------------
17618a49e97fSFam ZhengDocker based testing framework and cases
17628a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17638a49e97fSFam ZhengS: Maintained
17648a49e97fSFam ZhengF: tests/docker/
1765