xref: /openbmc/qemu/MAINTAINERS (revision 1e4738b2)
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/
119c0bd0b50SPaolo BonziniF: tests/tcg/cris/
120c17652eeSPaolo BonziniF: disas/cris.c
121fd5d5c56SAnthony Liguori
12207bf23a7SMichael WalleLM32
12307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
12407bf23a7SMichael WalleS: Maintained
12507bf23a7SMichael WalleF: target-lm32/
1264eab7a0aSMichael WalleF: disas/lm32.c
1278d8b636dSPaolo BonziniF: hw/lm32/
1284eab7a0aSMichael WalleF: hw/*/lm32_*
1294eab7a0aSMichael WalleF: hw/*/milkymist-*
1304eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1314eab7a0aSMichael WalleF: include/hw/lm32/
132c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
13307bf23a7SMichael Walle
134fd5d5c56SAnthony LiguoriM68K
1350e19885eSAnthony LiguoriS: Orphan
136fd5d5c56SAnthony LiguoriF: target-m68k/
1378d8b636dSPaolo BonziniF: hw/m68k/
138fd5d5c56SAnthony Liguori
139abc07545SEdgar E. IglesiasMicroBlaze
140fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
141fd5d5c56SAnthony LiguoriS: Maintained
142fd5d5c56SAnthony LiguoriF: target-microblaze/
1438d8b636dSPaolo BonziniF: hw/microblaze/
144c17652eeSPaolo BonziniF: disas/microblaze.c
145fd5d5c56SAnthony Liguori
146fd5d5c56SAnthony LiguoriMIPS
147ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1486f640917SLeon AlraeM: Leon Alrae <leon.alrae@imgtec.com>
1496f640917SLeon AlraeS: Maintained
150fd5d5c56SAnthony LiguoriF: target-mips/
1518d8b636dSPaolo BonziniF: hw/mips/
152c0bd0b50SPaolo BonziniF: tests/tcg/mips/
153c17652eeSPaolo BonziniF: disas/mips.c
154fd5d5c56SAnthony Liguori
155d15a9c23SAnthony GreenMoxie
156d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
157d15a9c23SAnthony GreenS: Maintained
158d15a9c23SAnthony GreenF: target-moxie/
159c17652eeSPaolo BonziniF: disas/moxie.c
160d15a9c23SAnthony Green
161945dad6dSJia LiuOpenRISC
162945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
163945dad6dSJia LiuS: Maintained
164945dad6dSJia LiuF: target-openrisc/
165945dad6dSJia LiuF: hw/openrisc/
166c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
167945dad6dSJia Liu
168fd5d5c56SAnthony LiguoriPowerPC
169b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
170fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
171a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
172fd5d5c56SAnthony LiguoriS: Maintained
173fd5d5c56SAnthony LiguoriF: target-ppc/
1748d8b636dSPaolo BonziniF: hw/ppc/
175c17652eeSPaolo BonziniF: disas/ppc.c
176fd5d5c56SAnthony Liguori
177749717a0SAlexander GrafS390
1782b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
179fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
180fd5d5c56SAnthony LiguoriS: Maintained
181fd5d5c56SAnthony LiguoriF: target-s390x/
1828d8b636dSPaolo BonziniF: hw/s390x/
183c17652eeSPaolo BonziniF: disas/s390.c
184b6f97c14Sbellard
185fd5d5c56SAnthony LiguoriSH4
186ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1872c9b7d1aSAndreas FärberS: Odd Fixes
188fd5d5c56SAnthony LiguoriF: target-sh4/
1898d8b636dSPaolo BonziniF: hw/sh4/
190c17652eeSPaolo BonziniF: disas/sh4.c
1918a90f900SThomas HuthF: include/hw/sh4/
192fd5d5c56SAnthony Liguori
193fd5d5c56SAnthony LiguoriSPARC
194f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1952c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
196fd5d5c56SAnthony LiguoriS: Maintained
197fd5d5c56SAnthony LiguoriF: target-sparc/
1988d8b636dSPaolo BonziniF: hw/sparc/
1998d8b636dSPaolo BonziniF: hw/sparc64/
200c17652eeSPaolo BonziniF: disas/sparc.c
201fd5d5c56SAnthony Liguori
202a6ea7b4cSAndreas FärberUniCore32
203a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
204a6ea7b4cSAndreas FärberS: Maintained
205a6ea7b4cSAndreas FärberF: target-unicore32/
2068d8b636dSPaolo BonziniF: hw/unicore32/
20747b98d59SThomas HuthF: include/hw/unicore32/
208a6ea7b4cSAndreas Färber
209fd5d5c56SAnthony LiguoriX86
210d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
211d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
212e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
213b203a4baSEduardo HabkostS: Maintained
214fd5d5c56SAnthony LiguoriF: target-i386/
2158d8b636dSPaolo BonziniF: hw/i386/
216c17652eeSPaolo BonziniF: disas/i386.c
217fd5d5c56SAnthony Liguori
21816e7caaeSMax FilippovXtensa
21916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
220375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
22116e7caaeSMax FilippovS: Maintained
22216e7caaeSMax FilippovF: target-xtensa/
2238d8b636dSPaolo BonziniF: hw/xtensa/
224c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
22516e7caaeSMax Filippov
22648e06fe0SBastian KoppelmannTriCore
22748e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
22848e06fe0SBastian KoppelmannS: Maintained
22948e06fe0SBastian KoppelmannF: target-tricore/
23048e06fe0SBastian KoppelmannF: hw/tricore/
231d46d14e6SThomas HuthF: include/hw/tricore/
23248e06fe0SBastian Koppelmann
233fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
234fd5d5c56SAnthony Liguori----------------------
235fd5d5c56SAnthony Liguori
236fd5d5c56SAnthony LiguoriOverall
237c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
238fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
239fd5d5c56SAnthony LiguoriS: Supported
240fd5d5c56SAnthony LiguoriF: kvm-*
241fd5d5c56SAnthony LiguoriF: */kvm.*
242a95e9a48SThomas HuthF: include/sysemu/kvm*.h
243fd5d5c56SAnthony Liguori
244ed4659d1SPeter MaydellARM
245ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
246b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
247ed4659d1SPeter MaydellS: Maintained
248ed4659d1SPeter MaydellF: target-arm/kvm.c
249ed4659d1SPeter Maydell
250a31896c4SJames HoganMIPS
251a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
252a31896c4SJames HoganS: Maintained
253a31896c4SJames HoganF: target-mips/kvm.c
254a31896c4SJames Hogan
255fd5d5c56SAnthony LiguoriPPC
256fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
257fd5d5c56SAnthony LiguoriS: Maintained
258fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
259fd5d5c56SAnthony Liguori
260fd5d5c56SAnthony LiguoriS390
261b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
262b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
263fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
264fd5d5c56SAnthony LiguoriS: Maintained
265fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
266c5bfb202SCornelia HuckF: target-s390x/ioinst.[ch]
267c5bfb202SCornelia HuckF: target-s390x/machine.c
2684277af19SCornelia HuckF: hw/intc/s390_flic.c
2694277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
2704277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
271c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
2723e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
2733e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
274fd5d5c56SAnthony Liguori
275fd5d5c56SAnthony LiguoriX86
276d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
277fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
278fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
279fd5d5c56SAnthony LiguoriS: Supported
280fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
281fd5d5c56SAnthony Liguori
2828a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
2838a6b0cd7SStefano Stabellini----------------------
2848a6b0cd7SStefano Stabellini
2858a6b0cd7SStefano StabelliniX86
2863623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
2873623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
2888a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
2898a6b0cd7SStefano StabelliniS: Supported
2908a6b0cd7SStefano StabelliniF: xen-*
2918a6b0cd7SStefano StabelliniF: */xen*
292c92451c2SPaolo BonziniF: hw/char/xen_console.c
293c92451c2SPaolo BonziniF: hw/display/xenfb.c
294c92451c2SPaolo BonziniF: hw/net/xen_nic.c
2959027ac50SStefano StabelliniF: hw/block/xen_*
296c92451c2SPaolo BonziniF: hw/xen/
297c92451c2SPaolo BonziniF: hw/xenpv/
2989027ac50SStefano StabelliniF: hw/i386/xen/
299c92451c2SPaolo BonziniF: include/hw/xen/
3009027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3018a6b0cd7SStefano Stabellini
3021bdd6874SStefan WeilHosts:
3031bdd6874SStefan Weil------
3041bdd6874SStefan Weil
3051bdd6874SStefan WeilLINUX
3061bdd6874SStefan WeilL: qemu-devel@nongnu.org
3071bdd6874SStefan WeilS: Maintained
3081bdd6874SStefan WeilF: linux-*
3091bdd6874SStefan WeilF: linux-headers/
3101bdd6874SStefan Weil
3111bdd6874SStefan WeilPOSIX
3121bdd6874SStefan WeilL: qemu-devel@nongnu.org
3131bdd6874SStefan WeilS: Maintained
3141bdd6874SStefan WeilF: *posix*
3151bdd6874SStefan Weil
3161bdd6874SStefan WeilW32, W64
3171bdd6874SStefan WeilL: qemu-devel@nongnu.org
3181bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3191bdd6874SStefan WeilS: Maintained
3201bdd6874SStefan WeilF: *win32*
321885bdc95SStefan WeilF: qemu.nsi
3221bdd6874SStefan Weil
323fd5d5c56SAnthony LiguoriARM Machines
324fd5d5c56SAnthony Liguori------------
32584291fe7SliguangAllwinner-a10
32685b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
327b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
32884291fe7SliguangS: Maintained
32985b4d5daSBeniamino GalvaniF: hw/*/allwinner*
33085b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
33184291fe7SliguangF: hw/arm/cubieboard.c
33284291fe7Sliguang
33306271000SPaolo BonziniARM PrimeCell
33406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
335b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
33606271000SPaolo BonziniS: Maintained
33706271000SPaolo BonziniF: hw/char/pl011.c
33806271000SPaolo BonziniF: hw/display/pl110*
33906271000SPaolo BonziniF: hw/dma/pl080.c
34006271000SPaolo BonziniF: hw/dma/pl330.c
34106271000SPaolo BonziniF: hw/gpio/pl061.c
34206271000SPaolo BonziniF: hw/input/pl050.c
34306271000SPaolo BonziniF: hw/intc/pl190.c
34406271000SPaolo BonziniF: hw/sd/pl181.c
34506271000SPaolo BonziniF: hw/timer/pl031.c
34606271000SPaolo BonziniF: include/hw/arm/primecell.h
34706271000SPaolo Bonzini
34806271000SPaolo BonziniARM cores
34906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
350b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
35106271000SPaolo BonziniS: Maintained
35206271000SPaolo BonziniF: hw/intc/arm*
35306271000SPaolo BonziniF: hw/intc/gic_internal.h
35406271000SPaolo BonziniF: hw/misc/a9scu.c
35506271000SPaolo BonziniF: hw/misc/arm11scu.c
35606271000SPaolo BonziniF: hw/timer/a9gtimer*
35706271000SPaolo BonziniF: hw/timer/arm_*
35806271000SPaolo BonziniF: include/hw/arm/arm.h
35906271000SPaolo BonziniF: include/hw/intc/arm*
36006271000SPaolo BonziniF: include/hw/misc/a9scu.h
36106271000SPaolo BonziniF: include/hw/misc/arm11scu.h
36206271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
36306271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
36406271000SPaolo Bonzini
365fc63dcffSEvgeny VoevodinExynos
366f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
367b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
368fc63dcffSEvgeny VoevodinS: Maintained
3698d8b636dSPaolo BonziniF: hw/*/exynos*
370ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
371fc63dcffSEvgeny Voevodin
372766fd09fSMark LangsdorfCalxeda Highbank
3739ef137caSRob HerringM: Rob Herring <robh@kernel.org>
374b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3759ef137caSRob HerringS: Maintained
3768d8b636dSPaolo BonziniF: hw/arm/highbank.c
3778d8b636dSPaolo BonziniF: hw/net/xgmac.c
378766fd09fSMark Langsdorf
3799082f121SAntony PavlovCanon DIGIC
3809082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
381b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3829082f121SAntony PavlovS: Maintained
3839082f121SAntony PavlovF: include/hw/arm/digic.h
3849082f121SAntony PavlovF: hw/*/digic*
3859082f121SAntony Pavlov
386fd5d5c56SAnthony LiguoriGumstix
3875dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
388b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
389fd5d5c56SAnthony LiguoriS: Orphan
3908d8b636dSPaolo BonziniF: hw/arm/gumstix.c
391fd5d5c56SAnthony Liguori
3920325559dSPeter Chubbi.MX31
3930325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
394b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3950325559dSPeter ChubbS: Odd fixes
3968d8b636dSPaolo BonziniF: hw/*/imx*
3978d8b636dSPaolo BonziniF: hw/arm/kzm.c
398ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
3990325559dSPeter Chubb
400fd5d5c56SAnthony LiguoriIntegrator CP
4011ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
402b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
403fd5d5c56SAnthony LiguoriS: Maintained
4048d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
405fd5d5c56SAnthony Liguori
406fd5d5c56SAnthony LiguoriMusicpal
407fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
408b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
409fd5d5c56SAnthony LiguoriS: Maintained
4108d8b636dSPaolo BonziniF: hw/arm/musicpal.c
411fd5d5c56SAnthony Liguori
412fd5d5c56SAnthony LiguorinSeries
413fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
414b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
415fd5d5c56SAnthony LiguoriS: Maintained
4168d8b636dSPaolo BonziniF: hw/arm/nseries.c
417fd5d5c56SAnthony Liguori
418fd5d5c56SAnthony LiguoriPalm
419fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
420b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
421fd5d5c56SAnthony LiguoriS: Maintained
4228d8b636dSPaolo BonziniF: hw/arm/palm.c
423fd5d5c56SAnthony Liguori
424fd5d5c56SAnthony LiguoriReal View
4251ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
426b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
427fd5d5c56SAnthony LiguoriS: Maintained
4288d8b636dSPaolo BonziniF: hw/arm/realview*
4295ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4305ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
431fd5d5c56SAnthony Liguori
4329b31bff0SPaolo BonziniPXA2XX
433fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
434b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
435fd5d5c56SAnthony LiguoriS: Maintained
4369b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4378d8b636dSPaolo BonziniF: hw/arm/spitz.c
4389b31bff0SPaolo BonziniF: hw/arm/tosa.c
4399b31bff0SPaolo BonziniF: hw/arm/z2.c
4409b31bff0SPaolo BonziniF: hw/*/pxa2xx*
441ed0db866SThomas HuthF: include/hw/arm/pxa.h
442fd5d5c56SAnthony Liguori
443fd5d5c56SAnthony LiguoriStellaris
4441ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
445b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
446fd5d5c56SAnthony LiguoriS: Maintained
4478d8b636dSPaolo BonziniF: hw/*/stellaris*
448fd5d5c56SAnthony Liguori
449fd5d5c56SAnthony LiguoriVersatile PB
4501ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
451b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
452fd5d5c56SAnthony LiguoriS: Maintained
4538d8b636dSPaolo BonziniF: hw/*/versatile*
454fd5d5c56SAnthony Liguori
455e3260506SPeter A. G. CrosthwaiteXilinx Zynq
456cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4574b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
458b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
459e3260506SPeter A. G. CrosthwaiteS: Maintained
460cc0100f4SAlistair FrancisF: hw/*/xilinx_*
4618d8b636dSPaolo BonziniF: hw/*/cadence_*
462cc0100f4SAlistair FrancisF: hw/misc/zynq_slcr.c
463cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
464e3260506SPeter A. G. Crosthwaite
465137805f5SAlistair FrancisXilinx ZynqMP
466137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
467cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
468b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
469137805f5SAlistair FrancisS: Maintained
470cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
471f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
472137805f5SAlistair Francis
4738f4d260eSShannon ZhaoARM ACPI Subsystem
4748f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
4758f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4778f4d260eSShannon ZhaoS: Maintained
4788f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
4798f4d260eSShannon ZhaoF: include/hw/arm/virt-acpi-build.h
4808f4d260eSShannon Zhao
481fd5d5c56SAnthony LiguoriCRIS Machines
482fd5d5c56SAnthony Liguori-------------
483fd5d5c56SAnthony LiguoriAxis Dev88
484fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
485fd5d5c56SAnthony LiguoriS: Maintained
4868d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
4876e481d57SPeter MaydellF: hw/*/etraxfs_*.c
488fd5d5c56SAnthony Liguori
48907bf23a7SMichael WalleLM32 Machines
49007bf23a7SMichael Walle-------------
49107bf23a7SMichael WalleEVR32 and uclinux BSP
49207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
49307bf23a7SMichael WalleS: Maintained
4948d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
49507bf23a7SMichael Walle
496d118aa6bSMichael Wallemilkymist
497d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
498d118aa6bSMichael WalleS: Maintained
4998d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
500d118aa6bSMichael Walle
501afcacd53SAurelien JarnoM68K Machines
502fd5d5c56SAnthony Liguori-------------
503fd5d5c56SAnthony Liguorian5206
5040e19885eSAnthony LiguoriS: Orphan
5058d8b636dSPaolo BonziniF: hw/m68k/an5206.c
506fd5d5c56SAnthony Liguori
507fd5d5c56SAnthony Liguoridummy_m68k
5080e19885eSAnthony LiguoriS: Orphan
5098d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
510fd5d5c56SAnthony Liguori
511fd5d5c56SAnthony Liguorimcf5208
5120e19885eSAnthony LiguoriS: Orphan
5138d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
514fd5d5c56SAnthony Liguori
515fd5d5c56SAnthony LiguoriMicroBlaze Machines
516b6f97c14Sbellard-------------------
517fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
518fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
519fd5d5c56SAnthony LiguoriS: Maintained
5206e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
521b6f97c14Sbellard
522d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5234b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
524d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5258d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
526d36e8ce7SPeter A. G. Crosthwaite
527fd5d5c56SAnthony LiguoriMIPS Machines
528fd5d5c56SAnthony Liguori-------------
529fd5d5c56SAnthony LiguoriJazz
530fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
531fd5d5c56SAnthony LiguoriS: Maintained
5328d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
533fd5d5c56SAnthony Liguori
534fd5d5c56SAnthony LiguoriMalta
535fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
536fd5d5c56SAnthony LiguoriS: Maintained
5378d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
538fd5d5c56SAnthony Liguori
539fd5d5c56SAnthony LiguoriMipssim
5405dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
541fd5d5c56SAnthony LiguoriS: Orphan
5428d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
543fd5d5c56SAnthony Liguori
544fd5d5c56SAnthony LiguoriR4000
545fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
546fd5d5c56SAnthony LiguoriS: Maintained
5478d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
548fd5d5c56SAnthony Liguori
549945dad6dSJia LiuOpenRISC Machines
550945dad6dSJia Liu-----------------
551945dad6dSJia Liuor1k-sim
552945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
553945dad6dSJia LiuS: Maintained
554945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
555945dad6dSJia Liu
556fd5d5c56SAnthony LiguoriPowerPC Machines
557fd5d5c56SAnthony Liguori----------------
558fd5d5c56SAnthony Liguori405
559fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
560a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
5619b9fe135SAndreas FärberS: Odd Fixes
5628d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
563fd5d5c56SAnthony Liguori
564aaade8d7SAndreas FärberBamboo
565aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
566aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
567aaade8d7SAndreas FärberS: Odd Fixes
5688d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
569aaade8d7SAndreas Färber
57098cded3aSAndreas Färbere500
57198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
57298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
57398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
57498cded3aSAndreas FärberS: Supported
57598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
57698cded3aSAndreas FärberF: hw/ppc/e500plat.c
57798cded3aSAndreas Färber
57898cded3aSAndreas Färbermpc8544ds
57998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
58098cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
58198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
58298cded3aSAndreas FärberS: Supported
58398cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
5848d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
58598cded3aSAndreas Färber
586fd5d5c56SAnthony LiguoriNew World
587fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
588a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
589fd5d5c56SAnthony LiguoriS: Maintained
590baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
5916e481d57SPeter MaydellF: hw/pci-host/uninorth.c
5926e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
5938d8b636dSPaolo BonziniF: hw/misc/macio/
594fd5d5c56SAnthony Liguori
595fd5d5c56SAnthony LiguoriOld World
596fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
597a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
598fd5d5c56SAnthony LiguoriS: Maintained
599baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6006e481d57SPeter MaydellF: hw/pci-host/grackle.c
6018d8b636dSPaolo BonziniF: hw/misc/macio/
602fd5d5c56SAnthony Liguori
603ec38d398SAndreas FärberPReP
6049f38774dSAndreas FärberL: qemu-devel@nongnu.org
605a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
606ec38d398SAndreas FärberS: Odd Fixes
60775610155SAndreas FärberF: hw/ppc/prep.c
6086e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6098d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
610fd5d5c56SAnthony Liguori
611300b115cSAndreas FärbersPAPR
612085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6138a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6148a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6158a269ca4SAndreas FärberS: Supported
6168d8b636dSPaolo BonziniF: hw/*/spapr*
617f9de2da7SDavid GibsonF: include/hw/*/spapr*
618f9de2da7SDavid GibsonF: hw/*/xics*
619f9de2da7SDavid GibsonF: include/hw/*/xics*
620f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
6218a269ca4SAndreas Färber
622794d00bfSAndreas Färbervirtex_ml507
623794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
624794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
625794d00bfSAndreas FärberS: Odd Fixes
6266e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
627794d00bfSAndreas Färber
628fd5d5c56SAnthony LiguoriSH4 Machines
629fd5d5c56SAnthony Liguori------------
630fd5d5c56SAnthony LiguoriR2D
631fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
632fd5d5c56SAnthony LiguoriS: Maintained
6336e481d57SPeter MaydellF: hw/sh4/r2d.c
634fd5d5c56SAnthony Liguori
635fd5d5c56SAnthony LiguoriShix
636fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
637afcacd53SAurelien JarnoS: Orphan
6386e481d57SPeter MaydellF: hw/sh4/shix.c
639fd5d5c56SAnthony Liguori
640fd5d5c56SAnthony LiguoriSPARC Machines
641fd5d5c56SAnthony Liguori--------------
642fd5d5c56SAnthony LiguoriSun4m
643fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
644f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
645fd5d5c56SAnthony LiguoriS: Maintained
6468d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
647fd5d5c56SAnthony Liguori
648fd5d5c56SAnthony LiguoriSun4u
649fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
650f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
651fd5d5c56SAnthony LiguoriS: Maintained
6528d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
653fd5d5c56SAnthony Liguori
654ce6c760cSFabien ChouteauLeon3
655ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
656ce6c760cSFabien ChouteauS: Maintained
6578d8b636dSPaolo BonziniF: hw/sparc/leon3.c
6588d8b636dSPaolo BonziniF: hw/*/grlib*
659ce6c760cSFabien Chouteau
660fd5d5c56SAnthony LiguoriS390 Machines
661fd5d5c56SAnthony Liguori-------------
662dd4ad64aSCornelia HuckS390 Virtio-ccw
663dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
664b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
665dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
666dd4ad64aSCornelia HuckS: Supported
6670c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
668c5bfb202SCornelia HuckF: hw/s390x/
6694277af19SCornelia HuckF: include/hw/s390x/
6704277af19SCornelia HuckF: pc-bios/s390-ccw/
671c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
672*1e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
673*1e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
674*1e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
6753e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
6763e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
677dd4ad64aSCornelia Huck
678ab9528caSGuan XuetaoUniCore32 Machines
679ab9528caSGuan Xuetao-------------
680ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
681ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
682ab9528caSGuan XuetaoS: Maintained
6838d8b636dSPaolo BonziniF: hw/*/puv3*
684ab9528caSGuan XuetaoF: hw/unicore32/
685ab9528caSGuan Xuetao
686fd5d5c56SAnthony LiguoriX86 Machines
687fd5d5c56SAnthony Liguori------------
688fd5d5c56SAnthony LiguoriPC
689046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
690fd5d5c56SAnthony LiguoriS: Supported
691046a6486SMichael S. TsirkinF: include/hw/i386/
692046a6486SMichael S. TsirkinF: hw/i386/
693046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
694046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
695046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
696046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
697046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
698046a6486SMichael S. TsirkinF: hw/isa/piix4.c
699046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
700046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
701046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
702046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
703046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
704f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7059cc3b73cSPaolo BonziniF: hw/misc/sga.c
7069cc3b73cSPaolo Bonzini
7079cc3b73cSPaolo BonziniPC Chipset
7089cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7099cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7109cc3b73cSPaolo BonziniS: Support
7119cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7129cc3b73cSPaolo BonziniF: hw/char/parallel.c
7139cc3b73cSPaolo BonziniF: hw/char/serial*
7149cc3b73cSPaolo BonziniF: hw/dma/i8257*
7159cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7169cc3b73cSPaolo BonziniF: hw/intc/apic*
7179cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7189cc3b73cSPaolo BonziniF: hw/intc/i8259*
7199cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7209cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7219cc3b73cSPaolo BonziniF: hw/timer/hpet*
7229cc3b73cSPaolo BonziniF: hw/timer/i8254*
7239cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
724a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
725a2feb348SThomas HuthF: include/hw/timer/hpet.h
726a2feb348SThomas HuthF: include/hw/timer/i8254*
727a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
728046a6486SMichael S. Tsirkin
7295da4fb00SMichael S. TsirkinMachine core
7305da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
7315da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
7325da4fb00SMichael S. TsirkinS: Supported
7335da4fb00SMichael S. TsirkinF: hw/core/machine.c
7345da4fb00SMichael S. TsirkinF: include/hw/boards.h
735fd5d5c56SAnthony Liguori
73616e7caaeSMax FilippovXtensa Machines
73716e7caaeSMax Filippov---------------
738375847a6SMax Filippovsim
73916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
74016e7caaeSMax FilippovS: Maintained
741437a8c11SMax FilippovF: hw/xtensa/sim.c
742375847a6SMax Filippov
743437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
744375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
745375847a6SMax FilippovS: Maintained
746437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
747437a8c11SMax FilippovF: hw/net/opencores_eth.c
74816e7caaeSMax Filippov
749fd5d5c56SAnthony LiguoriDevices
750fd5d5c56SAnthony Liguori-------
751b30934cbSJiri SlabyEDU
752b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
753b30934cbSJiri SlabyS: Maintained
754b30934cbSJiri SlabyF: hw/misc/edu.c
755b30934cbSJiri Slaby
756fd5d5c56SAnthony LiguoriIDE
757c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
758c095348bSJohn SnowL: qemu-block@nongnu.org
759c095348bSJohn SnowS: Supported
7608d8b636dSPaolo BonziniF: include/hw/ide.h
761fd5d5c56SAnthony LiguoriF: hw/ide/
762c095348bSJohn SnowF: hw/block/block.c
763c095348bSJohn SnowF: hw/block/cdrom.c
764c095348bSJohn SnowF: hw/block/hd-geometry.c
765c095348bSJohn SnowF: tests/ide-test.c
766c095348bSJohn SnowF: tests/ahci-test.c
767aee50319SJohn SnowF: tests/libqos/ahci*
768c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
769c095348bSJohn Snow
770c095348bSJohn SnowFloppy
771c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
772c095348bSJohn SnowL: qemu-block@nongnu.org
773c095348bSJohn SnowS: Supported
774c095348bSJohn SnowF: hw/block/fdc.c
775c095348bSJohn SnowF: include/hw/block/fdc.h
776aee50319SJohn SnowF: tests/fdc-test.c
777c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
778fd5d5c56SAnthony Liguori
779f5f487b2SPeter MaydellOMAP
780f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
781f5f487b2SPeter MaydellS: Maintained
7828d8b636dSPaolo BonziniF: hw/*/omap*
783ed0db866SThomas HuthF: include/hw/arm/omap.h
784f5f487b2SPeter Maydell
78528d54e58SPaolo BonziniIPack
78628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
78728d54e58SPaolo BonziniS: Odd Fixes
78828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
78928d54e58SPaolo BonziniF: hw/ipack/
79028d54e58SPaolo Bonzini
791fd5d5c56SAnthony LiguoriPCI
792fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
793874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
794fd5d5c56SAnthony LiguoriS: Supported
7958d8b636dSPaolo BonziniF: include/hw/pci/*
796f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
797ca818cfbSMichael S. TsirkinF: hw/pci/*
798f178bc6bSPaolo BonziniF: hw/pci-bridge/*
7990e0b3592SMichael S. Tsirkin
800d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8010e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8020e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8030e0b3592SMichael S. TsirkinS: Supported
8040e0b3592SMichael S. TsirkinF: include/hw/acpi/*
805d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8060e0b3592SMichael S. TsirkinF: hw/mem/*
8078d8b636dSPaolo BonziniF: hw/acpi/*
808d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8090e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8100e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
8110e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h
812fd5d5c56SAnthony Liguori
813aaade8d7SAndreas Färberppc4xx
814aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
815aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
816aaade8d7SAndreas FärberS: Odd Fixes
8178d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
818aaade8d7SAndreas Färber
81998cded3aSAndreas Färberppce500
82098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
82198cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
82298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
82398cded3aSAndreas FärberS: Supported
8246e481d57SPeter MaydellF: hw/ppc/e500*
825566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
826566dd236SPaolo BonziniF: hw/net/fsl_etsec/
82798cded3aSAndreas Färber
82861af0ee6SPaolo BonziniCharacter devices
82961af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
83061af0ee6SPaolo BonziniS: Odd Fixes
83161af0ee6SPaolo BonziniF: hw/char/
83261af0ee6SPaolo Bonzini
833f536f112SPaolo BonziniNetwork devices
834f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
835f536f112SPaolo BonziniS: Odd Fixes
836f536f112SPaolo BonziniF: hw/net/
837f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
838f536f112SPaolo Bonzini
839fd5d5c56SAnthony LiguoriSCSI
840de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
841de7724f7SPaolo BonziniS: Supported
84274460f34SThomas HuthF: include/hw/scsi/*
8438d8b636dSPaolo BonziniF: hw/scsi/*
8441ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
845de7724f7SPaolo Bonzini
846de7724f7SPaolo BonziniLSI53C895A
8470e19885eSAnthony LiguoriS: Orphan
8488d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
849fd5d5c56SAnthony Liguori
850fcb5629dSPeter A. G. CrosthwaiteSSI
8514b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852fcb5629dSPeter A. G. CrosthwaiteS: Maintained
8538d8b636dSPaolo BonziniF: hw/ssi/*
8548d8b636dSPaolo BonziniF: hw/block/m25p80.c
8554b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
8564b46ba61SAlistair Francis
8574b46ba61SAlistair FrancisXilinx SPI
8584b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
8594b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
8604b46ba61SAlistair FrancisS: Maintained
8614b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
862fcb5629dSPeter A. G. Crosthwaite
863fd5d5c56SAnthony LiguoriUSB
8645d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
8655d0d62feSGerd HoffmannS: Maintained
8668d8b636dSPaolo BonziniF: hw/usb/*
86728edfce0SGongleiF: tests/usb-*-test.c
868beded0ffSThomas HuthF: docs/usb2.txt
869beded0ffSThomas HuthF: docs/usb-storage.txt
870beded0ffSThomas HuthF: include/hw/usb.h
871beded0ffSThomas HuthF: include/hw/usb/
872fd5d5c56SAnthony Liguori
873e26082fdSPaolo BonziniUSB (serial adapter)
874e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
875e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
876e26082fdSPaolo BonziniS: Maintained
877e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
878e26082fdSPaolo Bonzini
87992e1fb5eSAlex WilliamsonVFIO
88092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
88192e1fb5eSAlex WilliamsonS: Supported
882cf7087dbSKim PhillipsF: hw/vfio/*
88399b88c6dSThomas HuthF: include/hw/vfio/
88492e1fb5eSAlex Williamson
885fd5d5c56SAnthony Liguorivhost
886fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
887fd5d5c56SAnthony LiguoriS: Supported
8888d8b636dSPaolo BonziniF: hw/*/*vhost*
889fd5d5c56SAnthony Liguori
890fd5d5c56SAnthony Liguorivirtio
891a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
892fd5d5c56SAnthony LiguoriS: Supported
8938d8b636dSPaolo BonziniF: hw/*/virtio*
8946a084ea3SMichael S. TsirkinF: net/vhost-user.c
895494f7b57SThomas HuthF: include/hw/virtio/
896fd5d5c56SAnthony Liguori
897fd5d5c56SAnthony Liguorivirtio-9p
89823704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8998c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
900fd5d5c56SAnthony LiguoriS: Supported
901aebeca25SAndreas FärberF: hw/9pfs/
902aebeca25SAndreas FärberF: fsdev/
9032d888c09SAndreas FärberF: tests/virtio-9p-test.c
9043f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9058c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
906fd5d5c56SAnthony Liguori
907fd5d5c56SAnthony Liguorivirtio-blk
90854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
909b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
910fd5d5c56SAnthony LiguoriS: Supported
9118d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
912b457a5f5SStefan HajnocziF: hw/block/dataplane/*
913b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
914fd5d5c56SAnthony Liguori
915dd4ad64aSCornelia Huckvirtio-ccw
916dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
917b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
918dd4ad64aSCornelia HuckS: Supported
919dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
9203e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9213e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
922dd4ad64aSCornelia Huck
923a5d4d7b5SGerd Hoffmannvirtio-input
924a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
925a5d4d7b5SGerd HoffmannS: Maintained
926a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
927a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
928a5d4d7b5SGerd Hoffmann
929fd5d5c56SAnthony Liguorivirtio-serial
930fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
931fd5d5c56SAnthony LiguoriS: Supported
9328d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
9338d8b636dSPaolo BonziniF: hw/char/virtio-console.c
93468a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
935fd5d5c56SAnthony Liguori
9361f51a5cbSAmit Shahvirtio-rng
9371f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
9381f51a5cbSAmit ShahS: Supported
9391f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
9401f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
941750cf869SThomas HuthF: include/sysemu/rng*.h
9421f51a5cbSAmit ShahF: backends/rng*.c
9431f51a5cbSAmit Shah
944f3c507adSKeith Buschnvme
945f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
946c95e4c0eSKevin WolfL: qemu-block@nongnu.org
947f3c507adSKeith BuschS: Supported
948f3c507adSKeith BuschF: hw/block/nvme*
949fc967791SAndreas FärberF: tests/nvme-test.c
950f3c507adSKeith Busch
951d383c625SHannes Reineckemegasas
952d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
953c95e4c0eSKevin WolfL: qemu-block@nongnu.org
954d383c625SHannes ReineckeS: Supported
955d383c625SHannes ReineckeF: hw/scsi/megasas.c
956d383c625SHannes ReineckeF: hw/scsi/mfi.h
957d383c625SHannes Reinecke
958605d52e6SDmitry FleytmanNetwork packet abstractions
959605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
960605d52e6SDmitry FleytmanS: Maintained
961605d52e6SDmitry FleytmanF: include/net/eth.h
962605d52e6SDmitry FleytmanF: net/eth.c
963605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
964605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
965605d52e6SDmitry Fleytman
966622fb504SDmitry FleytmanVmware
967622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
968622fb504SDmitry FleytmanS: Maintained
969622fb504SDmitry FleytmanF: hw/net/vmxnet*
970622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
971622fb504SDmitry Fleytman
972de24d3f1SScott FeldmanRocker
973de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
974de24d3f1SScott FeldmanS: Maintained
975de24d3f1SScott FeldmanF: hw/net/rocker/
976de24d3f1SScott Feldman
97770d1fb9cSXiao GuangrongNVDIMM
97870d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
97970d1fb9cSXiao GuangrongS: Maintained
98070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
98170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
98270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
98370d1fb9cSXiao Guangrong
984093454e2SDmitry Fleytmane1000x
985093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
986093454e2SDmitry FleytmanS: Maintained
987093454e2SDmitry FleytmanF: hw/net/e1000x*
988093454e2SDmitry Fleytman
9896f3fbe4eSDmitry Fleytmane1000e
9906f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
9916f3fbe4eSDmitry FleytmanS: Maintained
9926f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
9936f3fbe4eSDmitry Fleytman
994fd5d5c56SAnthony LiguoriSubsystems
995fd5d5c56SAnthony Liguori----------
996fd5d5c56SAnthony LiguoriAudio
9979f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
998fd5d5c56SAnthony LiguoriS: Maintained
999fd5d5c56SAnthony LiguoriF: audio/
10008d8b636dSPaolo BonziniF: hw/audio/
1001d7b50c0cSAndreas FärberF: tests/ac97-test.c
10028fa74c94SAndreas FärberF: tests/es1370-test.c
1003fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1004fd5d5c56SAnthony Liguori
100517f1e8f5SStefan HajnocziBlock layer core
1006fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1007c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1008c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1009fd5d5c56SAnthony LiguoriS: Supported
1010fd5d5c56SAnthony LiguoriF: block*
1011fd5d5c56SAnthony LiguoriF: block/
10128d8b636dSPaolo BonziniF: hw/block/
10134c346e0bSKevin WolfF: include/block/
101446078760SKevin WolfF: qemu-img*
101546078760SKevin WolfF: qemu-io*
101629242091SKevin WolfF: tests/qemu-iotests/
1017d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1018fd5d5c56SAnthony Liguori
1019d55053b1SStefan HajnocziBlock I/O path
1020d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
10219ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1022d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1023d55053b1SStefan HajnocziS: Supported
1024d55053b1SStefan HajnocziF: async.c
1025d55053b1SStefan HajnocziF: aio-*.c
1026d55053b1SStefan HajnocziF: block/io.c
1027d55053b1SStefan HajnocziF: migration/block*
1028e1029ae2SFam ZhengF: include/block/aio.h
1029d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1030d55053b1SStefan Hajnoczi
1031280458a3SJeff CodyBlock Jobs
1032280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1033280458a3SJeff CodyL: qemu-block@nongnu.org
1034280458a3SJeff CodyS: Supported
1035280458a3SJeff CodyF: blockjob.c
1036280458a3SJeff CodyF: include/block/blockjob.h
1037280458a3SJeff CodyF: block/backup.c
1038280458a3SJeff CodyF: block/commit.c
103977346025SJeff CodyF: block/stream.c
1040280458a3SJeff CodyF: block/mirror.c
1041280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1042280458a3SJeff Cody
10434120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
10444120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
10454120201dSMarkus ArmbrusterS: Supported
10464120201dSMarkus ArmbrusterF: blockdev.c
10474120201dSMarkus ArmbrusterF: block/qapi.c
10484120201dSMarkus ArmbrusterF: qapi/block*.json
10494120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
10504120201dSMarkus Armbruster
105161af0ee6SPaolo BonziniCharacter device backends
1052da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1053fd5d5c56SAnthony LiguoriS: Maintained
1054fd5d5c56SAnthony LiguoriF: qemu-char.c
1055da26f37aSPaolo BonziniF: backends/msmouse.c
1056da26f37aSPaolo BonziniF: backends/testdev.c
1057fd5d5c56SAnthony Liguori
1058e26082fdSPaolo BonziniCharacter Devices (Braille)
1059e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1060e26082fdSPaolo BonziniS: Maintained
1061e26082fdSPaolo BonziniF: backends/baum.c
1062fd5d5c56SAnthony Liguori
10638c413e79SMarkus ArmbrusterCoverity model
10648c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
10658c413e79SMarkus ArmbrusterS: Supported
10668c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
10678c413e79SMarkus Armbruster
1068f2ca0524SAndreas FärberCPU
106912b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1070f2ca0524SAndreas FärberS: Supported
1071f2ca0524SAndreas FärberF: qom/cpu.c
10726e481d57SPeter MaydellF: include/qom/cpu.h
1073f2ca0524SAndreas Färber
1074d24b569aSPeter A. G. CrosthwaiteDevice Tree
10754b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1076d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1077d24b569aSPeter A. G. CrosthwaiteS: Maintained
107882407515SThomas HuthF: device_tree.c
107982407515SThomas HuthF: include/sysemu/device_tree.h
1080d24b569aSPeter A. G. Crosthwaite
10814f966768SMarkus ArmbrusterError reporting
10824f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
10834f966768SMarkus ArmbrusterS: Supported
10844f966768SMarkus ArmbrusterF: include/qapi/error.h
10854f966768SMarkus ArmbrusterF: include/qemu/error-report.h
10864f966768SMarkus ArmbrusterF: util/error.c
10874f966768SMarkus ArmbrusterF: util/qemu-error.c
10884f966768SMarkus Armbruster
1089fd5d5c56SAnthony LiguoriGDB stub
10905dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1091fd5d5c56SAnthony LiguoriS: Odd Fixes
1092fd5d5c56SAnthony LiguoriF: gdbstub*
1093fd5d5c56SAnthony LiguoriF: gdb-xml/
1094fd5d5c56SAnthony Liguori
109501a9c03cSPaolo BonziniMemory API
109601a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
109701a9c03cSPaolo BonziniS: Supported
109801a9c03cSPaolo BonziniF: include/exec/ioport.h
109901a9c03cSPaolo BonziniF: ioport.c
110001a9c03cSPaolo BonziniF: include/exec/memory.h
11012b1641d0SPaolo BonziniF: include/exec/ram_addr.h
110201a9c03cSPaolo BonziniF: memory.c
110301a9c03cSPaolo BonziniF: include/exec/memory-internal.h
110401a9c03cSPaolo BonziniF: exec.c
110501a9c03cSPaolo Bonzini
11067ee3bf03SGerd HoffmannSPICE
11077ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11087ee3bf03SGerd HoffmannS: Supported
11096e481d57SPeter MaydellF: include/ui/qemu-spice.h
1110438528a3SThomas HuthF: include/ui/spice-display.h
11117ee3bf03SGerd HoffmannF: ui/spice-*.c
11127ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11138d8b636dSPaolo BonziniF: hw/display/qxl*
11147ee3bf03SGerd Hoffmann
1115fd5d5c56SAnthony LiguoriGraphics
111625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
111725eccc37SGerd HoffmannS: Odd Fixes
1118fd5d5c56SAnthony LiguoriF: ui/
1119e220656cSThomas HuthF: include/ui/
1120fd5d5c56SAnthony Liguori
1121351f1bf6SAndreas FärberCocoa graphics
112230ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1123351f1bf6SAndreas FärberS: Odd Fixes
1124351f1bf6SAndreas FärberF: ui/cocoa.m
1125351f1bf6SAndreas Färber
1126fd5d5c56SAnthony LiguoriMain loop
1127da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1128da26f37aSPaolo BonziniS: Maintained
1129da26f37aSPaolo BonziniF: cpus.c
1130da26f37aSPaolo BonziniF: main-loop.c
1131da26f37aSPaolo BonziniF: qemu-timer.c
1132fd5d5c56SAnthony LiguoriF: vl.c
1133fd5d5c56SAnthony Liguori
11348899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1135fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com>
1136fbb0621aSLuiz CapitulinoS: Maintained
1137fd5d5c56SAnthony LiguoriF: monitor.c
11388899b4aeSLuiz CapitulinoF: hmp.c
11398899b4aeSLuiz CapitulinoF: hmp-commands.hx
1140dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1141fd5d5c56SAnthony Liguori
1142f536f112SPaolo BonziniNetwork device backends
1143442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1144fd5d5c56SAnthony LiguoriS: Maintained
1145fd5d5c56SAnthony LiguoriF: net/
1146d24b2b1cSThomas HuthF: include/net/
11475fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1148fd5d5c56SAnthony Liguori
1149aee09bafSVincenzo MaffioneNetmap network backend
1150aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1151aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1152aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1153aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1154aee09bafSVincenzo MaffioneS: Maintained
1155aee09bafSVincenzo MaffioneF: net/netmap.c
1156aee09bafSVincenzo Maffione
115744f76b28SPaolo BonziniNetwork Block Device (NBD)
115844f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
115944f76b28SPaolo BonziniS: Odd Fixes
1160798bfe00SFam ZhengF: block/nbd*
1161798bfe00SFam ZhengF: nbd/
1162798bfe00SFam ZhengF: include/block/nbd*
116344f76b28SPaolo BonziniF: qemu-nbd.c
11641ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
116544f76b28SPaolo Bonzini
11662f54eb98SEduardo HabkostNUMA
11672f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
11682f54eb98SEduardo HabkostS: Maintained
11692f54eb98SEduardo HabkostF: numa.c
11702f54eb98SEduardo HabkostF: include/sysemu/numa.h
11712f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
11722f54eb98SEduardo Habkost
11734fc264f4SEduardo HabkostHost Memory Backends
11744fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
11754fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
11764fc264f4SEduardo HabkostS: Maintained
11774fc264f4SEduardo HabkostF: backends/hostmem*.c
11784fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
11794fc264f4SEduardo Habkost
11808899b4aeSLuiz CapitulinoQAPI
11819740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
11828899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
11839740618cSLuiz CapitulinoS: Supported
11848899b4aeSLuiz CapitulinoF: qapi/
11850311c5bdSMarkus ArmbrusterX: qapi/*.json
1186ac4abb9aSMarkus ArmbrusterF: include/qapi/
1187ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1188ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1189c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1190ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1191ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
11920311c5bdSMarkus ArmbrusterF: scripts/qapi*
11930311c5bdSMarkus ArmbrusterF: docs/qapi*
11949740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
11958899b4aeSLuiz Capitulino
11967810d291SLuiz CapitulinoQAPI Schema
11977810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
11987810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
11997810d291SLuiz CapitulinoS: Supported
12007810d291SLuiz CapitulinoF: qapi-schema.json
12010311c5bdSMarkus ArmbrusterF: qapi/*.json
12029740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12037810d291SLuiz Capitulino
1204f3582ba4SLuiz CapitulinoQObject
1205f3582ba4SLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
1206f3582ba4SLuiz CapitulinoS: Maintained
1207f3582ba4SLuiz CapitulinoF: qobject/
12087735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12097735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12107735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12117735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12127735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12137735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
12147735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
12157735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1216f3582ba4SLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1217f3582ba4SLuiz Capitulino
1218f05d9999SMichael RothQEMU Guest Agent
1219f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1220f05d9999SMichael RothS: Maintained
1221f05d9999SMichael RothF: qga/
1222f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1223f05d9999SMichael Roth
12244688c94cSAndreas FärberQOM
12254688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
12264688c94cSAndreas FärberS: Supported
12274688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
12284688c94cSAndreas FärberF: include/qom/
12294688c94cSAndreas FärberX: include/qom/cpu.h
12304688c94cSAndreas FärberF: qom/
12314688c94cSAndreas FärberX: qom/cpu.c
12329f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
12339f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
12344688c94cSAndreas FärberF: tests/qom-test.c
12354688c94cSAndreas Färber
12368899b4aeSLuiz CapitulinoQMP
12379740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12389740618cSLuiz CapitulinoS: Supported
12398899b4aeSLuiz CapitulinoF: qmp.c
12408899b4aeSLuiz CapitulinoF: monitor.c
12418899b4aeSLuiz CapitulinoF: qmp-commands.hx
12429b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
12439740618cSLuiz CapitulinoF: scripts/qmp/
12449740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12458899b4aeSLuiz Capitulino
1246cc0100f4SAlistair FrancisRegister API
1247cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1248cc0100f4SAlistair FrancisS: Maintained
1249cc0100f4SAlistair FrancisF: hw/core/register.c
1250cc0100f4SAlistair FrancisF: include/hw/register.h
1251cc0100f4SAlistair Francis
1252fd5d5c56SAnthony LiguoriSLIRP
1253eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1254bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1255bafc72abSJan KiszkaS: Maintained
1256fd5d5c56SAnthony LiguoriF: slirp/
1257663fb1e1SThomas HuthF: net/slirp.c
1258d24b2b1cSThomas HuthF: include/net/slirp.h
12591ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1260fd5d5c56SAnthony Liguori
1261b1ed728aSPaolo BonziniStubs
1262b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1263b1ed728aSPaolo BonziniS: Maintained
1264b1ed728aSPaolo BonziniF: stubs/
1265b1ed728aSPaolo Bonzini
1266598a3f35SStefan HajnocziTracing
12671cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1268598a3f35SStefan HajnocziS: Maintained
1269598a3f35SStefan HajnocziF: trace/
1270f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1271f70fd8fdSLluís VilanovaF: scripts/tracetool/
1272f922ea46SAndreas FärberF: docs/tracing.txt
12731ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1274598a3f35SStefan Hajnoczi
127514f40fdcSBlue SwirlCheckpatch
127614f40fdcSBlue SwirlS: Odd Fixes
127714f40fdcSBlue SwirlF: scripts/checkpatch.pl
127814f40fdcSBlue Swirl
1279c0787c8dSJuan QuintelaMigration
1280c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
12817f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1282c0787c8dSJuan QuintelaS: Maintained
1283c0787c8dSJuan QuintelaF: include/migration/
128444a1f946SDr. David Alan GilbertF: migration/
1285c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1286c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1287a609ad8bSThomas HuthF: docs/migration.txt
1288c0787c8dSJuan Quintela
128992bfedb0SEduardo OtuboSeccomp
12909d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
129192bfedb0SEduardo OtuboS: Supported
129292bfedb0SEduardo OtuboF: qemu-seccomp.c
129392bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
129492bfedb0SEduardo Otubo
1295ddbb0d09SDaniel P. BerrangeCryptography
1296ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1297ddbb0d09SDaniel P. BerrangeS: Maintained
1298ddbb0d09SDaniel P. BerrangeF: crypto/
1299ddbb0d09SDaniel P. BerrangeF: include/crypto/
1300ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1301ddbb0d09SDaniel P. Berrange
130210817bf0SDaniel P. BerrangeCoroutines
130310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
130410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
130510817bf0SDaniel P. BerrangeF: util/*coroutine*
130610817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
130710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
130810817bf0SDaniel P. Berrange
130988c5f205SDaniel P. BerrangeBuffers
131088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
131188c5f205SDaniel P. BerrangeS: Odd fixes
131288c5f205SDaniel P. BerrangeF: util/buffer.c
131388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
131488c5f205SDaniel P. Berrange
1315666a3af9SDaniel P. BerrangeI/O Channels
1316666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1317666a3af9SDaniel P. BerrangeS: Maintained
1318666a3af9SDaniel P. BerrangeF: io/
1319666a3af9SDaniel P. BerrangeF: include/io/
1320666a3af9SDaniel P. BerrangeF: tests/test-io-*
1321666a3af9SDaniel P. Berrange
13225614a283SGerd HoffmannSockets
13235614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
13245614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13255614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
13265614a283SGerd HoffmannS: Maintained
13275614a283SGerd HoffmannF: include/qemu/sockets.h
13285614a283SGerd HoffmannF: util/qemu-sockets.c
13295614a283SGerd Hoffmann
1330d310d85bSAlberto GarciaThrottling infrastructure
1331d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1332d310d85bSAlberto GarciaS: Supported
1333d310d85bSAlberto GarciaF: block/throttle-groups.c
1334d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1335d310d85bSAlberto GarciaF: include/qemu/throttle.h
1336d310d85bSAlberto GarciaF: util/throttle.c
1337d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1338d310d85bSAlberto Garcia
1339fd5d5c56SAnthony LiguoriUsermode Emulation
1340fd5d5c56SAnthony Liguori------------------
1341486bbe5fSPaolo BonziniOverall
1342486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1343486bbe5fSPaolo BonziniS: Maintained
1344486bbe5fSPaolo BonziniF: thunk.c
1345486bbe5fSPaolo BonziniF: user-exec.c
1346486bbe5fSPaolo Bonzini
1347fd5d5c56SAnthony LiguoriBSD user
1348297e8005SMarkus ArmbrusterS: Orphan
1349fd5d5c56SAnthony LiguoriF: bsd-user/
1350fd5d5c56SAnthony Liguori
1351fd5d5c56SAnthony LiguoriLinux user
1352fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1353fd5d5c56SAnthony LiguoriS: Maintained
1354fd5d5c56SAnthony LiguoriF: linux-user/
135542f5a7e9SAurelien Jarno
135642f5a7e9SAurelien JarnoTiny Code Generator (TCG)
135742f5a7e9SAurelien Jarno-------------------------
135842f5a7e9SAurelien JarnoCommon code
1359cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
136042f5a7e9SAurelien JarnoS: Maintained
136142f5a7e9SAurelien JarnoF: tcg/
136242f5a7e9SAurelien Jarno
1363b25a464cSClaudio FontanaAArch64 target
1364b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1365b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1366b25a464cSClaudio FontanaS: Maintained
1367b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1368b25a464cSClaudio FontanaF: tcg/aarch64/
1369c17652eeSPaolo BonziniF: disas/arm-a64.cc
1370c17652eeSPaolo BonziniF: disas/libvixl/
1371b25a464cSClaudio Fontana
137242f5a7e9SAurelien JarnoARM target
137342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
137442f5a7e9SAurelien JarnoS: Maintained
1375b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
137642f5a7e9SAurelien JarnoF: tcg/arm/
1377c17652eeSPaolo BonziniF: disas/arm.c
137842f5a7e9SAurelien Jarno
137942f5a7e9SAurelien Jarnoi386 target
13805dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
138142f5a7e9SAurelien JarnoS: Maintained
138242f5a7e9SAurelien JarnoF: tcg/i386/
1383c17652eeSPaolo BonziniF: disas/i386.c
138442f5a7e9SAurelien Jarno
138542f5a7e9SAurelien JarnoIA64 target
138642f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
138742f5a7e9SAurelien JarnoS: Maintained
138842f5a7e9SAurelien JarnoF: tcg/ia64/
1389c17652eeSPaolo BonziniF: disas/ia64.c
139042f5a7e9SAurelien Jarno
139142f5a7e9SAurelien JarnoMIPS target
1392d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
139342f5a7e9SAurelien JarnoS: Maintained
139442f5a7e9SAurelien JarnoF: tcg/mips/
1395c17652eeSPaolo BonziniF: disas/mips.c
139642f5a7e9SAurelien Jarno
139742f5a7e9SAurelien JarnoPPC
139842f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
139942f5a7e9SAurelien JarnoS: Maintained
140042f5a7e9SAurelien JarnoF: tcg/ppc/
1401c17652eeSPaolo BonziniF: disas/ppc.c
140242f5a7e9SAurelien Jarno
140342f5a7e9SAurelien JarnoS390 target
140442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
140542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
140642f5a7e9SAurelien JarnoS: Maintained
140742f5a7e9SAurelien JarnoF: tcg/s390/
1408c17652eeSPaolo BonziniF: disas/s390.c
140942f5a7e9SAurelien Jarno
141042f5a7e9SAurelien JarnoSPARC target
1411297e8005SMarkus ArmbrusterS: Odd Fixes
141242f5a7e9SAurelien JarnoF: tcg/sparc/
1413c17652eeSPaolo BonziniF: disas/sparc.c
1414bc75c9e5SStefan Weil
1415bc75c9e5SStefan WeilTCI target
1416bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1417bc75c9e5SStefan WeilS: Maintained
14188ef9cd55SAndreas FärberF: tcg/tci/
14192b7be8c8SStefan WeilF: tci.c
1420c17652eeSPaolo BonziniF: disas/tci.c
1421aa09c951SAndreas Färber
1422aa09c951SAndreas FärberStable branches
1423aa09c951SAndreas Färber---------------
1424aa09c951SAndreas FärberStable 1.0
1425aa09c951SAndreas FärberL: qemu-stable@nongnu.org
142685938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1427aa09c951SAndreas FärberS: Orphan
1428aa09c951SAndreas Färber
1429aa09c951SAndreas FärberStable 0.15
1430aa09c951SAndreas FärberL: qemu-stable@nongnu.org
143185938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1432211b76d1SAndreas FärberS: Orphan
1433aa09c951SAndreas Färber
1434aa09c951SAndreas FärberStable 0.14
1435aa09c951SAndreas FärberL: qemu-stable@nongnu.org
143685938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1437aa09c951SAndreas FärberS: Orphan
1438aa09c951SAndreas Färber
1439aa09c951SAndreas FärberStable 0.10
1440aa09c951SAndreas FärberL: qemu-stable@nongnu.org
144185938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1442aa09c951SAndreas FärberS: Orphan
1443f05b328cSStefan Hajnoczi
1444f05b328cSStefan HajnocziBlock drivers
1445f05b328cSStefan Hajnoczi-------------
1446f05b328cSStefan HajnocziVMDK
1447f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1448c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1449f05b328cSStefan HajnocziS: Supported
1450f05b328cSStefan HajnocziF: block/vmdk.c
1451f05b328cSStefan Hajnoczi
1452f05b328cSStefan HajnocziRBD
14535a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1454280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1455280458a3SJeff CodyL: qemu-block@nongnu.org
1456f05b328cSStefan HajnocziS: Supported
1457f05b328cSStefan HajnocziF: block/rbd.c
1458280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1459f05b328cSStefan Hajnoczi
1460f05b328cSStefan HajnocziSheepdog
146153b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1462f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1463280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1464280458a3SJeff CodyL: qemu-block@nongnu.org
1465dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1466f05b328cSStefan HajnocziS: Supported
1467f05b328cSStefan HajnocziF: block/sheepdog.c
1468280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1469f05b328cSStefan Hajnoczi
1470f05b328cSStefan HajnocziVHDX
1471f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1472280458a3SJeff CodyL: qemu-block@nongnu.org
1473f05b328cSStefan HajnocziS: Supported
1474f05b328cSStefan HajnocziF: block/vhdx*
1475280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1476f05b328cSStefan Hajnoczi
1477f05b328cSStefan HajnocziVDI
1478f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1479c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1480f05b328cSStefan HajnocziS: Maintained
1481f05b328cSStefan HajnocziF: block/vdi.c
1482f05b328cSStefan Hajnoczi
1483f05b328cSStefan HajnocziiSCSI
1484f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1485f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1486f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1487c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1488f05b328cSStefan HajnocziS: Supported
1489f05b328cSStefan HajnocziF: block/iscsi.c
1490f05b328cSStefan Hajnoczi
14916542aa9cSPeter LievenNFS
1492280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
14936542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1494280458a3SJeff CodyL: qemu-block@nongnu.org
14956542aa9cSPeter LievenS: Maintained
14966542aa9cSPeter LievenF: block/nfs.c
1497280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
14986542aa9cSPeter Lieven
1499f05b328cSStefan HajnocziSSH
1500f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1501280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1502280458a3SJeff CodyL: qemu-block@nongnu.org
1503f05b328cSStefan HajnocziS: Supported
1504f05b328cSStefan HajnocziF: block/ssh.c
1505280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1506c9a12e75SChrysostomos Nanakos
1507c9a12e75SChrysostomos NanakosARCHIPELAGO
1508c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1509280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1510280458a3SJeff CodyL: qemu-block@nongnu.org
1511c9a12e75SChrysostomos NanakosS: Maintained
1512c9a12e75SChrysostomos NanakosF: block/archipelago.c
1513280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1514280458a3SJeff Cody
1515280458a3SJeff CodyCURL
1516280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1517280458a3SJeff CodyL: qemu-block@nongnu.org
1518280458a3SJeff CodyS: Supported
1519280458a3SJeff CodyF: block/curl.c
1520280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1521280458a3SJeff Cody
1522280458a3SJeff CodyGLUSTER
1523280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1524280458a3SJeff CodyL: qemu-block@nongnu.org
1525280458a3SJeff CodyS: Supported
1526280458a3SJeff CodyF: block/gluster.c
1527280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1528b5e9476cSGonglei
1529199667a8SFam ZhengNull Block Driver
1530199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1531199667a8SFam ZhengL: qemu-block@nongnu.org
1532199667a8SFam ZhengS: Supported
1533199667a8SFam ZhengF: block/null.c
1534199667a8SFam Zheng
1535b5e9476cSGongleiBootdevice
1536b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1537b5e9476cSGongleiS: Maintained
1538b5e9476cSGongleiF: bootdevice.c
1539ecdda9e0SAlberto Garcia
1540ecdda9e0SAlberto GarciaQuorum
1541ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1542ecdda9e0SAlberto GarciaS: Supported
1543ecdda9e0SAlberto GarciaF: block/quorum.c
1544ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1545e7c6e631SStefan Hajnoczi
1546e7c6e631SStefan Hajnocziblkverify
1547e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1548e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1549e7c6e631SStefan HajnocziS: Supported
1550e7c6e631SStefan HajnocziF: block/blkverify.c
1551e7c6e631SStefan Hajnoczi
1552e7c6e631SStefan Hajnoczibochs
1553e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1554e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1555e7c6e631SStefan HajnocziS: Supported
1556e7c6e631SStefan HajnocziF: block/bochs.c
1557e7c6e631SStefan Hajnoczi
1558e7c6e631SStefan Hajnoczicloop
1559e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1560e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1561e7c6e631SStefan HajnocziS: Supported
1562e7c6e631SStefan HajnocziF: block/cloop.c
1563e7c6e631SStefan Hajnoczi
1564e7c6e631SStefan Hajnoczidmg
1565e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1566e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1567e7c6e631SStefan HajnocziS: Supported
1568e7c6e631SStefan HajnocziF: block/dmg.c
1569e7c6e631SStefan Hajnoczi
1570e7c6e631SStefan Hajnocziparallels
1571e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1572f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1573e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1574e7c6e631SStefan HajnocziS: Supported
1575e7c6e631SStefan HajnocziF: block/parallels.c
1576b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1577e7c6e631SStefan Hajnoczi
1578e7c6e631SStefan Hajnocziqed
1579e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1580e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1581e7c6e631SStefan HajnocziS: Supported
1582e7c6e631SStefan HajnocziF: block/qed.c
1583e7c6e631SStefan Hajnoczi
1584e7c6e631SStefan Hajnocziraw
1585e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1586e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1587e7c6e631SStefan HajnocziS: Supported
1588e7c6e631SStefan HajnocziF: block/linux-aio.c
1589f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1590e7c6e631SStefan HajnocziF: block/raw-posix.c
1591e7c6e631SStefan HajnocziF: block/raw-win32.c
1592e7c6e631SStefan HajnocziF: block/raw_bsd.c
1593e7c6e631SStefan HajnocziF: block/win32-aio.c
1594e7c6e631SStefan Hajnoczi
1595e7c6e631SStefan Hajnocziqcow2
1596e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1597c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1598e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1599e7c6e631SStefan HajnocziS: Supported
1600e7c6e631SStefan HajnocziF: block/qcow2*
1601e7c6e631SStefan Hajnoczi
1602e7c6e631SStefan Hajnocziqcow
1603e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1604e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1605e7c6e631SStefan HajnocziS: Supported
1606e7c6e631SStefan HajnocziF: block/qcow.c
1607e7c6e631SStefan Hajnoczi
1608e7c6e631SStefan Hajnocziblkdebug
1609e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1610c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1611e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1612e7c6e631SStefan HajnocziS: Supported
1613e7c6e631SStefan HajnocziF: block/blkdebug.c
1614e7c6e631SStefan Hajnoczi
1615e7c6e631SStefan Hajnoczivpc
1616e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1617e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1618e7c6e631SStefan HajnocziS: Supported
1619e7c6e631SStefan HajnocziF: block/vpc.c
1620e7c6e631SStefan Hajnoczi
1621e7c6e631SStefan Hajnoczivvfat
1622e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1623e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1624e7c6e631SStefan HajnocziS: Supported
1625e7c6e631SStefan HajnocziF: block/vvfat.c
1626abfe4e94SStefan Hajnoczi
1627abfe4e94SStefan HajnocziImage format fuzzer
1628abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1629abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1630abfe4e94SStefan HajnocziS: Supported
1631abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1632717171bdSDaniel P. Berrange
1633049105a3SChanglong XieReplication
1634049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1635049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1636049105a3SChanglong XieS: Supported
1637049105a3SChanglong XieF: replication*
1638049105a3SChanglong XieF: block/replication.c
1639049105a3SChanglong XieF: tests/test-replication.c
1640049105a3SChanglong XieF: docs/block-replication.txt
1641049105a3SChanglong Xie
1642b9e02c06SAlex BennéeBuild and test automation
1643b9e02c06SAlex Bennée-------------------------
1644b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1645b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1646b9e02c06SAlex BennéeS: Supported
1647b9e02c06SAlex BennéeF: .travis.yml
1648717171bdSDaniel P. Berrange
1649717171bdSDaniel P. BerrangeDocumentation
1650717171bdSDaniel P. Berrange-------------
1651717171bdSDaniel P. BerrangeBuild system architecture
1652717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1653717171bdSDaniel P. BerrangeS: Odd Fixes
1654717171bdSDaniel P. BerrangeF: docs/build-system.txt
16558a49e97fSFam Zheng
16568a49e97fSFam ZhengDocker testing
16578a49e97fSFam Zheng--------------
16588a49e97fSFam ZhengDocker based testing framework and cases
16598a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
16608a49e97fSFam ZhengS: Maintained
16618a49e97fSFam ZhengF: tests/docker/
1662