xref: /openbmc/qemu/MAINTAINERS (revision a4cc318e)
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
1008f3c507adSKeith Buschnvme
1009f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1010c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1011f3c507adSKeith BuschS: Supported
1012f3c507adSKeith BuschF: hw/block/nvme*
1013fc967791SAndreas FärberF: tests/nvme-test.c
1014f3c507adSKeith Busch
1015d383c625SHannes Reineckemegasas
1016d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1017c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1018d383c625SHannes ReineckeS: Supported
1019d383c625SHannes ReineckeF: hw/scsi/megasas.c
1020d383c625SHannes ReineckeF: hw/scsi/mfi.h
1021d383c625SHannes Reinecke
1022605d52e6SDmitry FleytmanNetwork packet abstractions
1023605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1024605d52e6SDmitry FleytmanS: Maintained
1025605d52e6SDmitry FleytmanF: include/net/eth.h
1026605d52e6SDmitry FleytmanF: net/eth.c
1027605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1028605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1029605d52e6SDmitry Fleytman
1030622fb504SDmitry FleytmanVmware
1031622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1032622fb504SDmitry FleytmanS: Maintained
1033622fb504SDmitry FleytmanF: hw/net/vmxnet*
1034622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1035622fb504SDmitry Fleytman
1036de24d3f1SScott FeldmanRocker
1037de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1038de24d3f1SScott FeldmanS: Maintained
1039de24d3f1SScott FeldmanF: hw/net/rocker/
1040de850948SThomas HuthF: tests/rocker/
1041de850948SThomas HuthF: docs/specs/rocker.txt
1042de24d3f1SScott Feldman
104370d1fb9cSXiao GuangrongNVDIMM
104470d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
104570d1fb9cSXiao GuangrongS: Maintained
104670d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
104770d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
104870d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
104970d1fb9cSXiao Guangrong
1050093454e2SDmitry Fleytmane1000x
1051093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1052093454e2SDmitry FleytmanS: Maintained
1053093454e2SDmitry FleytmanF: hw/net/e1000x*
1054093454e2SDmitry Fleytman
10556f3fbe4eSDmitry Fleytmane1000e
10566f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10576f3fbe4eSDmitry FleytmanS: Maintained
10586f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10596f3fbe4eSDmitry Fleytman
1060e481a1f6SAlistair FrancisGeneric Loader
1061e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1062e481a1f6SAlistair FrancisS: Maintained
1063e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1064e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1065e481a1f6SAlistair Francis
1066fd5d5c56SAnthony LiguoriSubsystems
1067fd5d5c56SAnthony Liguori----------
1068fd5d5c56SAnthony LiguoriAudio
10699f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1070fd5d5c56SAnthony LiguoriS: Maintained
1071fd5d5c56SAnthony LiguoriF: audio/
10728d8b636dSPaolo BonziniF: hw/audio/
1073a2b245aeSThomas HuthF: include/hw/audio/
1074d7b50c0cSAndreas FärberF: tests/ac97-test.c
10758fa74c94SAndreas FärberF: tests/es1370-test.c
1076fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1077fd5d5c56SAnthony Liguori
107817f1e8f5SStefan HajnocziBlock layer core
1079fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1080c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1081c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1082fd5d5c56SAnthony LiguoriS: Supported
1083fd5d5c56SAnthony LiguoriF: block*
1084fd5d5c56SAnthony LiguoriF: block/
10858d8b636dSPaolo BonziniF: hw/block/
10864c346e0bSKevin WolfF: include/block/
108746078760SKevin WolfF: qemu-img*
108846078760SKevin WolfF: qemu-io*
108929242091SKevin WolfF: tests/qemu-iotests/
1090d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1091fd5d5c56SAnthony Liguori
1092d55053b1SStefan HajnocziBlock I/O path
1093d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
10949ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1095d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1096d55053b1SStefan HajnocziS: Supported
1097d55053b1SStefan HajnocziF: async.c
1098d55053b1SStefan HajnocziF: aio-*.c
1099d55053b1SStefan HajnocziF: block/io.c
1100d55053b1SStefan HajnocziF: migration/block*
1101e1029ae2SFam ZhengF: include/block/aio.h
1102d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1103d55053b1SStefan Hajnoczi
1104280458a3SJeff CodyBlock Jobs
1105280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1106280458a3SJeff CodyL: qemu-block@nongnu.org
1107280458a3SJeff CodyS: Supported
1108280458a3SJeff CodyF: blockjob.c
1109280458a3SJeff CodyF: include/block/blockjob.h
1110280458a3SJeff CodyF: block/backup.c
1111280458a3SJeff CodyF: block/commit.c
111277346025SJeff CodyF: block/stream.c
1113280458a3SJeff CodyF: block/mirror.c
1114280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1115280458a3SJeff Cody
11164120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11174120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11184120201dSMarkus ArmbrusterS: Supported
11194120201dSMarkus ArmbrusterF: blockdev.c
11204120201dSMarkus ArmbrusterF: block/qapi.c
11214120201dSMarkus ArmbrusterF: qapi/block*.json
11224120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11234120201dSMarkus Armbruster
112461af0ee6SPaolo BonziniCharacter device backends
1125da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1126fd5d5c56SAnthony LiguoriS: Maintained
1127fd5d5c56SAnthony LiguoriF: qemu-char.c
1128da26f37aSPaolo BonziniF: backends/msmouse.c
1129da26f37aSPaolo BonziniF: backends/testdev.c
1130fd5d5c56SAnthony Liguori
1131e26082fdSPaolo BonziniCharacter Devices (Braille)
1132e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1133e26082fdSPaolo BonziniS: Maintained
1134e26082fdSPaolo BonziniF: backends/baum.c
1135fd5d5c56SAnthony Liguori
11368c413e79SMarkus ArmbrusterCoverity model
11378c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11388c413e79SMarkus ArmbrusterS: Supported
11398c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11408c413e79SMarkus Armbruster
1141f2ca0524SAndreas FärberCPU
114212b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1143f2ca0524SAndreas FärberS: Supported
1144f2ca0524SAndreas FärberF: qom/cpu.c
11456e481d57SPeter MaydellF: include/qom/cpu.h
1146f2ca0524SAndreas Färber
1147d24b569aSPeter A. G. CrosthwaiteDevice Tree
11484b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1149d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1150d24b569aSPeter A. G. CrosthwaiteS: Maintained
115182407515SThomas HuthF: device_tree.c
115282407515SThomas HuthF: include/sysemu/device_tree.h
1153d24b569aSPeter A. G. Crosthwaite
11544f966768SMarkus ArmbrusterError reporting
11554f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11564f966768SMarkus ArmbrusterS: Supported
11574f966768SMarkus ArmbrusterF: include/qapi/error.h
11584f966768SMarkus ArmbrusterF: include/qemu/error-report.h
11594f966768SMarkus ArmbrusterF: util/error.c
11604f966768SMarkus ArmbrusterF: util/qemu-error.c
11614f966768SMarkus Armbruster
1162fd5d5c56SAnthony LiguoriGDB stub
11635dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1164fd5d5c56SAnthony LiguoriS: Odd Fixes
1165fd5d5c56SAnthony LiguoriF: gdbstub*
1166fd5d5c56SAnthony LiguoriF: gdb-xml/
1167fd5d5c56SAnthony Liguori
116801a9c03cSPaolo BonziniMemory API
116901a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
117001a9c03cSPaolo BonziniS: Supported
117101a9c03cSPaolo BonziniF: include/exec/ioport.h
117201a9c03cSPaolo BonziniF: ioport.c
117301a9c03cSPaolo BonziniF: include/exec/memory.h
11742b1641d0SPaolo BonziniF: include/exec/ram_addr.h
117501a9c03cSPaolo BonziniF: memory.c
117601a9c03cSPaolo BonziniF: include/exec/memory-internal.h
117701a9c03cSPaolo BonziniF: exec.c
117801a9c03cSPaolo Bonzini
11797ee3bf03SGerd HoffmannSPICE
11807ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11817ee3bf03SGerd HoffmannS: Supported
11826e481d57SPeter MaydellF: include/ui/qemu-spice.h
1183438528a3SThomas HuthF: include/ui/spice-display.h
11847ee3bf03SGerd HoffmannF: ui/spice-*.c
11857ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11868d8b636dSPaolo BonziniF: hw/display/qxl*
11877ee3bf03SGerd Hoffmann
1188fd5d5c56SAnthony LiguoriGraphics
118925eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
119025eccc37SGerd HoffmannS: Odd Fixes
1191fd5d5c56SAnthony LiguoriF: ui/
1192e220656cSThomas HuthF: include/ui/
1193fd5d5c56SAnthony Liguori
1194351f1bf6SAndreas FärberCocoa graphics
119530ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1196351f1bf6SAndreas FärberS: Odd Fixes
1197351f1bf6SAndreas FärberF: ui/cocoa.m
1198351f1bf6SAndreas Färber
1199fd5d5c56SAnthony LiguoriMain loop
1200da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1201da26f37aSPaolo BonziniS: Maintained
1202da26f37aSPaolo BonziniF: cpus.c
1203da26f37aSPaolo BonziniF: main-loop.c
1204da26f37aSPaolo BonziniF: qemu-timer.c
1205fd5d5c56SAnthony LiguoriF: vl.c
1206fd5d5c56SAnthony Liguori
12078899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1208c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1209fbb0621aSLuiz CapitulinoS: Maintained
1210fd5d5c56SAnthony LiguoriF: monitor.c
1211c13e9912SThomas HuthF: hmp.[ch]
1212c13e9912SThomas HuthF: hmp-commands*.hx
1213c13e9912SThomas HuthF: include/monitor/hmp-target.h
1214fd5d5c56SAnthony Liguori
1215f536f112SPaolo BonziniNetwork device backends
1216442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1217fd5d5c56SAnthony LiguoriS: Maintained
1218fd5d5c56SAnthony LiguoriF: net/
1219d24b2b1cSThomas HuthF: include/net/
12205fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1221fd5d5c56SAnthony Liguori
1222aee09bafSVincenzo MaffioneNetmap network backend
1223aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1224aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1225aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1226aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1227aee09bafSVincenzo MaffioneS: Maintained
1228aee09bafSVincenzo MaffioneF: net/netmap.c
1229aee09bafSVincenzo Maffione
123044f76b28SPaolo BonziniNetwork Block Device (NBD)
123144f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
123244f76b28SPaolo BonziniS: Odd Fixes
1233798bfe00SFam ZhengF: block/nbd*
1234798bfe00SFam ZhengF: nbd/
1235798bfe00SFam ZhengF: include/block/nbd*
123644f76b28SPaolo BonziniF: qemu-nbd.c
12371ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
123844f76b28SPaolo Bonzini
12392f54eb98SEduardo HabkostNUMA
12402f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12412f54eb98SEduardo HabkostS: Maintained
12422f54eb98SEduardo HabkostF: numa.c
12432f54eb98SEduardo HabkostF: include/sysemu/numa.h
12442f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12452f54eb98SEduardo Habkost
12464fc264f4SEduardo HabkostHost Memory Backends
12474fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12484fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12494fc264f4SEduardo HabkostS: Maintained
12504fc264f4SEduardo HabkostF: backends/hostmem*.c
12514fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
12524fc264f4SEduardo Habkost
12538899b4aeSLuiz CapitulinoQAPI
12549740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12558899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
12569740618cSLuiz CapitulinoS: Supported
12578899b4aeSLuiz CapitulinoF: qapi/
12580311c5bdSMarkus ArmbrusterX: qapi/*.json
1259ac4abb9aSMarkus ArmbrusterF: include/qapi/
1260ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1261ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1262c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1263ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1264ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
12650311c5bdSMarkus ArmbrusterF: scripts/qapi*
12660311c5bdSMarkus ArmbrusterF: docs/qapi*
12679740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12688899b4aeSLuiz Capitulino
12697810d291SLuiz CapitulinoQAPI Schema
12707810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
12717810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12727810d291SLuiz CapitulinoS: Supported
12737810d291SLuiz CapitulinoF: qapi-schema.json
12740311c5bdSMarkus ArmbrusterF: qapi/*.json
12759740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12767810d291SLuiz Capitulino
1277f3582ba4SLuiz CapitulinoQObject
1278daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1279daf5dc78SMarkus ArmbrusterS: Supported
1280f3582ba4SLuiz CapitulinoF: qobject/
12817735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12827735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12837735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12847735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12857735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12867735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
12877735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
12887735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1289daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1290f3582ba4SLuiz Capitulino
1291f05d9999SMichael RothQEMU Guest Agent
1292f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1293f05d9999SMichael RothS: Maintained
1294f05d9999SMichael RothF: qga/
1295f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1296f05d9999SMichael Roth
12974688c94cSAndreas FärberQOM
12984688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
12994688c94cSAndreas FärberS: Supported
13004688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
13014688c94cSAndreas FärberF: include/qom/
13024688c94cSAndreas FärberX: include/qom/cpu.h
13034688c94cSAndreas FärberF: qom/
13044688c94cSAndreas FärberX: qom/cpu.c
13059f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
13069f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
13074688c94cSAndreas FärberF: tests/qom-test.c
13084688c94cSAndreas Färber
13098899b4aeSLuiz CapitulinoQMP
13109740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13119740618cSLuiz CapitulinoS: Supported
13128899b4aeSLuiz CapitulinoF: qmp.c
13138899b4aeSLuiz CapitulinoF: monitor.c
13149b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13159740618cSLuiz CapitulinoF: scripts/qmp/
13169740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13178899b4aeSLuiz Capitulino
1318cc0100f4SAlistair FrancisRegister API
1319cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1320cc0100f4SAlistair FrancisS: Maintained
1321cc0100f4SAlistair FrancisF: hw/core/register.c
1322cc0100f4SAlistair FrancisF: include/hw/register.h
1323cc0100f4SAlistair Francis
1324fd5d5c56SAnthony LiguoriSLIRP
1325eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1326bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1327bafc72abSJan KiszkaS: Maintained
1328fd5d5c56SAnthony LiguoriF: slirp/
1329663fb1e1SThomas HuthF: net/slirp.c
1330d24b2b1cSThomas HuthF: include/net/slirp.h
13311ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1332fd5d5c56SAnthony Liguori
1333b1ed728aSPaolo BonziniStubs
1334b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1335b1ed728aSPaolo BonziniS: Maintained
1336b1ed728aSPaolo BonziniF: stubs/
1337b1ed728aSPaolo Bonzini
1338598a3f35SStefan HajnocziTracing
13391cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1340598a3f35SStefan HajnocziS: Maintained
1341598a3f35SStefan HajnocziF: trace/
1342f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1343f70fd8fdSLluís VilanovaF: scripts/tracetool/
1344f922ea46SAndreas FärberF: docs/tracing.txt
13451ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1346598a3f35SStefan Hajnoczi
134714f40fdcSBlue SwirlCheckpatch
134814f40fdcSBlue SwirlS: Odd Fixes
134914f40fdcSBlue SwirlF: scripts/checkpatch.pl
135014f40fdcSBlue Swirl
1351c0787c8dSJuan QuintelaMigration
1352c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
13537f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1354c0787c8dSJuan QuintelaS: Maintained
1355c0787c8dSJuan QuintelaF: include/migration/
135644a1f946SDr. David Alan GilbertF: migration/
1357c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1358c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1359a609ad8bSThomas HuthF: docs/migration.txt
1360c0787c8dSJuan Quintela
136192bfedb0SEduardo OtuboSeccomp
13629d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
136392bfedb0SEduardo OtuboS: Supported
136492bfedb0SEduardo OtuboF: qemu-seccomp.c
136592bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
136692bfedb0SEduardo Otubo
1367ddbb0d09SDaniel P. BerrangeCryptography
1368ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1369ddbb0d09SDaniel P. BerrangeS: Maintained
1370ddbb0d09SDaniel P. BerrangeF: crypto/
1371ddbb0d09SDaniel P. BerrangeF: include/crypto/
1372ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1373ddbb0d09SDaniel P. Berrange
137410817bf0SDaniel P. BerrangeCoroutines
137510817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
137610817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
137710817bf0SDaniel P. BerrangeF: util/*coroutine*
137810817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
137910817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
138010817bf0SDaniel P. Berrange
138188c5f205SDaniel P. BerrangeBuffers
138288c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
138388c5f205SDaniel P. BerrangeS: Odd fixes
138488c5f205SDaniel P. BerrangeF: util/buffer.c
138588c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
138688c5f205SDaniel P. Berrange
1387666a3af9SDaniel P. BerrangeI/O Channels
1388666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1389666a3af9SDaniel P. BerrangeS: Maintained
1390666a3af9SDaniel P. BerrangeF: io/
1391666a3af9SDaniel P. BerrangeF: include/io/
1392666a3af9SDaniel P. BerrangeF: tests/test-io-*
1393666a3af9SDaniel P. Berrange
13945614a283SGerd HoffmannSockets
13955614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
13965614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13975614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
13985614a283SGerd HoffmannS: Maintained
13995614a283SGerd HoffmannF: include/qemu/sockets.h
14005614a283SGerd HoffmannF: util/qemu-sockets.c
14015614a283SGerd Hoffmann
1402d310d85bSAlberto GarciaThrottling infrastructure
1403d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1404d310d85bSAlberto GarciaS: Supported
1405d310d85bSAlberto GarciaF: block/throttle-groups.c
1406d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1407d310d85bSAlberto GarciaF: include/qemu/throttle.h
1408d310d85bSAlberto GarciaF: util/throttle.c
1409d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1410d310d85bSAlberto Garcia
1411080d7aacSFam ZhengUUID
1412080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1413080d7aacSFam ZhengS: Supported
1414080d7aacSFam ZhengF: util/uuid.c
1415080d7aacSFam ZhengF: include/qemu/uuid.h
1416080d7aacSFam ZhengF: tests/test-uuid.c
1417080d7aacSFam Zheng
1418*a4cc318eSzhanghailiangCOLO Framework
1419*a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1420*a4cc318eSzhanghailiangS: Maintained
1421*a4cc318eSzhanghailiangF: migration/colo*
1422*a4cc318eSzhanghailiangF: include/migration/colo.h
1423*a4cc318eSzhanghailiangF: include/migration/failover.h
1424*a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1425*a4cc318eSzhanghailiang
142688f82ed1SZhang ChenCOLO Proxy
142788f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
142888f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
142988f82ed1SZhang ChenS: Supported
143088f82ed1SZhang ChenF: docs/colo-proxy.txt
143188f82ed1SZhang ChenF: net/colo*
143288f82ed1SZhang ChenF: net/filter-rewriter.c
143388f82ed1SZhang ChenF: net/filter-mirror.c
143488f82ed1SZhang Chen
1435fd5d5c56SAnthony LiguoriUsermode Emulation
1436fd5d5c56SAnthony Liguori------------------
1437486bbe5fSPaolo BonziniOverall
1438486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1439486bbe5fSPaolo BonziniS: Maintained
1440486bbe5fSPaolo BonziniF: thunk.c
1441486bbe5fSPaolo BonziniF: user-exec.c
1442486bbe5fSPaolo Bonzini
1443fd5d5c56SAnthony LiguoriBSD user
1444297e8005SMarkus ArmbrusterS: Orphan
1445fd5d5c56SAnthony LiguoriF: bsd-user/
1446ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1447fd5d5c56SAnthony Liguori
1448fd5d5c56SAnthony LiguoriLinux user
1449fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1450fd5d5c56SAnthony LiguoriS: Maintained
1451fd5d5c56SAnthony LiguoriF: linux-user/
1452ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
145342f5a7e9SAurelien Jarno
145442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
145542f5a7e9SAurelien Jarno-------------------------
145642f5a7e9SAurelien JarnoCommon code
1457cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
145842f5a7e9SAurelien JarnoS: Maintained
145942f5a7e9SAurelien JarnoF: tcg/
146042f5a7e9SAurelien Jarno
1461b25a464cSClaudio FontanaAArch64 target
1462b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1463b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1464b25a464cSClaudio FontanaS: Maintained
1465b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1466b25a464cSClaudio FontanaF: tcg/aarch64/
1467c17652eeSPaolo BonziniF: disas/arm-a64.cc
1468c17652eeSPaolo BonziniF: disas/libvixl/
1469b25a464cSClaudio Fontana
147042f5a7e9SAurelien JarnoARM target
147142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
147242f5a7e9SAurelien JarnoS: Maintained
1473b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
147442f5a7e9SAurelien JarnoF: tcg/arm/
1475c17652eeSPaolo BonziniF: disas/arm.c
147642f5a7e9SAurelien Jarno
147742f5a7e9SAurelien Jarnoi386 target
14785dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
147942f5a7e9SAurelien JarnoS: Maintained
148042f5a7e9SAurelien JarnoF: tcg/i386/
1481c17652eeSPaolo BonziniF: disas/i386.c
148242f5a7e9SAurelien Jarno
148342f5a7e9SAurelien JarnoIA64 target
148442f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
148542f5a7e9SAurelien JarnoS: Maintained
148642f5a7e9SAurelien JarnoF: tcg/ia64/
1487c17652eeSPaolo BonziniF: disas/ia64.c
148842f5a7e9SAurelien Jarno
148942f5a7e9SAurelien JarnoMIPS target
1490d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
149142f5a7e9SAurelien JarnoS: Maintained
149242f5a7e9SAurelien JarnoF: tcg/mips/
1493c17652eeSPaolo BonziniF: disas/mips.c
149442f5a7e9SAurelien Jarno
149542f5a7e9SAurelien JarnoPPC
149642f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
149742f5a7e9SAurelien JarnoS: Maintained
149842f5a7e9SAurelien JarnoF: tcg/ppc/
1499c17652eeSPaolo BonziniF: disas/ppc.c
150042f5a7e9SAurelien Jarno
150142f5a7e9SAurelien JarnoS390 target
150242f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
150342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
150442f5a7e9SAurelien JarnoS: Maintained
150542f5a7e9SAurelien JarnoF: tcg/s390/
1506c17652eeSPaolo BonziniF: disas/s390.c
150742f5a7e9SAurelien Jarno
150842f5a7e9SAurelien JarnoSPARC target
1509297e8005SMarkus ArmbrusterS: Odd Fixes
151042f5a7e9SAurelien JarnoF: tcg/sparc/
1511c17652eeSPaolo BonziniF: disas/sparc.c
1512bc75c9e5SStefan Weil
1513bc75c9e5SStefan WeilTCI target
1514bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1515bc75c9e5SStefan WeilS: Maintained
15168ef9cd55SAndreas FärberF: tcg/tci/
15172b7be8c8SStefan WeilF: tci.c
1518c17652eeSPaolo BonziniF: disas/tci.c
1519aa09c951SAndreas Färber
1520aa09c951SAndreas FärberStable branches
1521aa09c951SAndreas Färber---------------
1522aa09c951SAndreas FärberStable 1.0
1523aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1525aa09c951SAndreas FärberS: Orphan
1526aa09c951SAndreas Färber
1527aa09c951SAndreas FärberStable 0.15
1528aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1530211b76d1SAndreas FärberS: Orphan
1531aa09c951SAndreas Färber
1532aa09c951SAndreas FärberStable 0.14
1533aa09c951SAndreas FärberL: qemu-stable@nongnu.org
153485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1535aa09c951SAndreas FärberS: Orphan
1536aa09c951SAndreas Färber
1537aa09c951SAndreas FärberStable 0.10
1538aa09c951SAndreas FärberL: qemu-stable@nongnu.org
153985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1540aa09c951SAndreas FärberS: Orphan
1541f05b328cSStefan Hajnoczi
1542f05b328cSStefan HajnocziBlock drivers
1543f05b328cSStefan Hajnoczi-------------
1544f05b328cSStefan HajnocziVMDK
1545f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1546c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1547f05b328cSStefan HajnocziS: Supported
1548f05b328cSStefan HajnocziF: block/vmdk.c
1549f05b328cSStefan Hajnoczi
1550f05b328cSStefan HajnocziRBD
15515a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1552280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1553280458a3SJeff CodyL: qemu-block@nongnu.org
1554f05b328cSStefan HajnocziS: Supported
1555f05b328cSStefan HajnocziF: block/rbd.c
1556280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1557f05b328cSStefan Hajnoczi
1558f05b328cSStefan HajnocziSheepdog
155953b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1560f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1561280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1562280458a3SJeff CodyL: qemu-block@nongnu.org
1563dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1564f05b328cSStefan HajnocziS: Supported
1565f05b328cSStefan HajnocziF: block/sheepdog.c
1566280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1567f05b328cSStefan Hajnoczi
1568f05b328cSStefan HajnocziVHDX
1569f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1570280458a3SJeff CodyL: qemu-block@nongnu.org
1571f05b328cSStefan HajnocziS: Supported
1572f05b328cSStefan HajnocziF: block/vhdx*
1573280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1574f05b328cSStefan Hajnoczi
1575f05b328cSStefan HajnocziVDI
1576f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1577c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1578f05b328cSStefan HajnocziS: Maintained
1579f05b328cSStefan HajnocziF: block/vdi.c
1580f05b328cSStefan Hajnoczi
1581f05b328cSStefan HajnocziiSCSI
1582f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1583f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1584f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1585c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1586f05b328cSStefan HajnocziS: Supported
1587f05b328cSStefan HajnocziF: block/iscsi.c
1588f05b328cSStefan Hajnoczi
15896542aa9cSPeter LievenNFS
1590280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
15916542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1592280458a3SJeff CodyL: qemu-block@nongnu.org
15936542aa9cSPeter LievenS: Maintained
15946542aa9cSPeter LievenF: block/nfs.c
1595280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
15966542aa9cSPeter Lieven
1597f05b328cSStefan HajnocziSSH
1598f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1599280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1600280458a3SJeff CodyL: qemu-block@nongnu.org
1601f05b328cSStefan HajnocziS: Supported
1602f05b328cSStefan HajnocziF: block/ssh.c
1603280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1604c9a12e75SChrysostomos Nanakos
1605c9a12e75SChrysostomos NanakosARCHIPELAGO
1606c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1607280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1608280458a3SJeff CodyL: qemu-block@nongnu.org
1609c9a12e75SChrysostomos NanakosS: Maintained
1610c9a12e75SChrysostomos NanakosF: block/archipelago.c
1611280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1612280458a3SJeff Cody
1613280458a3SJeff CodyCURL
1614280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1615280458a3SJeff CodyL: qemu-block@nongnu.org
1616280458a3SJeff CodyS: Supported
1617280458a3SJeff CodyF: block/curl.c
1618280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1619280458a3SJeff Cody
1620280458a3SJeff CodyGLUSTER
1621280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1622280458a3SJeff CodyL: qemu-block@nongnu.org
1623280458a3SJeff CodyS: Supported
1624280458a3SJeff CodyF: block/gluster.c
1625280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1626b5e9476cSGonglei
1627199667a8SFam ZhengNull Block Driver
1628199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1629199667a8SFam ZhengL: qemu-block@nongnu.org
1630199667a8SFam ZhengS: Supported
1631199667a8SFam ZhengF: block/null.c
1632199667a8SFam Zheng
1633b5e9476cSGongleiBootdevice
1634b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1635b5e9476cSGongleiS: Maintained
1636b5e9476cSGongleiF: bootdevice.c
1637ecdda9e0SAlberto Garcia
1638ecdda9e0SAlberto GarciaQuorum
1639ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1640ecdda9e0SAlberto GarciaS: Supported
1641ecdda9e0SAlberto GarciaF: block/quorum.c
1642ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1643e7c6e631SStefan Hajnoczi
1644e7c6e631SStefan Hajnocziblkverify
1645e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1646e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1647e7c6e631SStefan HajnocziS: Supported
1648e7c6e631SStefan HajnocziF: block/blkverify.c
1649e7c6e631SStefan Hajnoczi
1650e7c6e631SStefan Hajnoczibochs
1651e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1652e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1653e7c6e631SStefan HajnocziS: Supported
1654e7c6e631SStefan HajnocziF: block/bochs.c
1655e7c6e631SStefan Hajnoczi
1656e7c6e631SStefan Hajnoczicloop
1657e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1658e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1659e7c6e631SStefan HajnocziS: Supported
1660e7c6e631SStefan HajnocziF: block/cloop.c
1661e7c6e631SStefan Hajnoczi
1662e7c6e631SStefan Hajnoczidmg
1663e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1664e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1665e7c6e631SStefan HajnocziS: Supported
1666e7c6e631SStefan HajnocziF: block/dmg.c
1667e7c6e631SStefan Hajnoczi
1668e7c6e631SStefan Hajnocziparallels
1669e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1670f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1671e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1672e7c6e631SStefan HajnocziS: Supported
1673e7c6e631SStefan HajnocziF: block/parallels.c
1674b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1675e7c6e631SStefan Hajnoczi
1676e7c6e631SStefan Hajnocziqed
1677e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1678e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1679e7c6e631SStefan HajnocziS: Supported
1680e7c6e631SStefan HajnocziF: block/qed.c
1681e7c6e631SStefan Hajnoczi
1682e7c6e631SStefan Hajnocziraw
1683e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1684e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1685e7c6e631SStefan HajnocziS: Supported
1686e7c6e631SStefan HajnocziF: block/linux-aio.c
1687f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1688e7c6e631SStefan HajnocziF: block/raw-posix.c
1689e7c6e631SStefan HajnocziF: block/raw-win32.c
1690e7c6e631SStefan HajnocziF: block/raw_bsd.c
1691e7c6e631SStefan HajnocziF: block/win32-aio.c
1692e7c6e631SStefan Hajnoczi
1693e7c6e631SStefan Hajnocziqcow2
1694e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1695c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1696e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1697e7c6e631SStefan HajnocziS: Supported
1698e7c6e631SStefan HajnocziF: block/qcow2*
1699e7c6e631SStefan Hajnoczi
1700e7c6e631SStefan Hajnocziqcow
1701e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1702e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1703e7c6e631SStefan HajnocziS: Supported
1704e7c6e631SStefan HajnocziF: block/qcow.c
1705e7c6e631SStefan Hajnoczi
1706e7c6e631SStefan Hajnocziblkdebug
1707e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1708c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1709e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1710e7c6e631SStefan HajnocziS: Supported
1711e7c6e631SStefan HajnocziF: block/blkdebug.c
1712e7c6e631SStefan Hajnoczi
1713e7c6e631SStefan Hajnoczivpc
1714e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1715e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1716e7c6e631SStefan HajnocziS: Supported
1717e7c6e631SStefan HajnocziF: block/vpc.c
1718e7c6e631SStefan Hajnoczi
1719e7c6e631SStefan Hajnoczivvfat
1720e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1721e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1722e7c6e631SStefan HajnocziS: Supported
1723e7c6e631SStefan HajnocziF: block/vvfat.c
1724abfe4e94SStefan Hajnoczi
1725abfe4e94SStefan HajnocziImage format fuzzer
1726abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1727abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1728abfe4e94SStefan HajnocziS: Supported
1729abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1730717171bdSDaniel P. Berrange
1731049105a3SChanglong XieReplication
1732049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1733049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1734049105a3SChanglong XieS: Supported
1735049105a3SChanglong XieF: replication*
1736049105a3SChanglong XieF: block/replication.c
1737049105a3SChanglong XieF: tests/test-replication.c
1738049105a3SChanglong XieF: docs/block-replication.txt
1739049105a3SChanglong Xie
1740b9e02c06SAlex BennéeBuild and test automation
1741b9e02c06SAlex Bennée-------------------------
1742b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1743b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1744b9e02c06SAlex BennéeS: Supported
1745b9e02c06SAlex BennéeF: .travis.yml
1746717171bdSDaniel P. Berrange
1747717171bdSDaniel P. BerrangeDocumentation
1748717171bdSDaniel P. Berrange-------------
1749717171bdSDaniel P. BerrangeBuild system architecture
1750717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1751717171bdSDaniel P. BerrangeS: Odd Fixes
1752717171bdSDaniel P. BerrangeF: docs/build-system.txt
17538a49e97fSFam Zheng
17548a49e97fSFam ZhengDocker testing
17558a49e97fSFam Zheng--------------
17568a49e97fSFam ZhengDocker based testing framework and cases
17578a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17588a49e97fSFam ZhengS: Maintained
17598a49e97fSFam ZhengF: tests/docker/
1760