xref: /openbmc/qemu/MAINTAINERS (revision c833fb4a)
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>
14878851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@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/
175b5d55020SThomas HuthF: include/hw/ppc/
176c17652eeSPaolo BonziniF: disas/ppc.c
177fd5d5c56SAnthony Liguori
178749717a0SAlexander GrafS390
1792b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
180fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
181fd5d5c56SAnthony LiguoriS: Maintained
182fd5d5c56SAnthony LiguoriF: target-s390x/
1838d8b636dSPaolo BonziniF: hw/s390x/
184c17652eeSPaolo BonziniF: disas/s390.c
185b6f97c14Sbellard
186fd5d5c56SAnthony LiguoriSH4
187ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1882c9b7d1aSAndreas FärberS: Odd Fixes
189fd5d5c56SAnthony LiguoriF: target-sh4/
1908d8b636dSPaolo BonziniF: hw/sh4/
191c17652eeSPaolo BonziniF: disas/sh4.c
1928a90f900SThomas HuthF: include/hw/sh4/
193fd5d5c56SAnthony Liguori
194fd5d5c56SAnthony LiguoriSPARC
195f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1962c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
197fd5d5c56SAnthony LiguoriS: Maintained
198fd5d5c56SAnthony LiguoriF: target-sparc/
1998d8b636dSPaolo BonziniF: hw/sparc/
2008d8b636dSPaolo BonziniF: hw/sparc64/
201c17652eeSPaolo BonziniF: disas/sparc.c
202fd5d5c56SAnthony Liguori
203a6ea7b4cSAndreas FärberUniCore32
204a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
205a6ea7b4cSAndreas FärberS: Maintained
206a6ea7b4cSAndreas FärberF: target-unicore32/
2078d8b636dSPaolo BonziniF: hw/unicore32/
20847b98d59SThomas HuthF: include/hw/unicore32/
209a6ea7b4cSAndreas Färber
210fd5d5c56SAnthony LiguoriX86
211d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
212d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
213e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
214b203a4baSEduardo HabkostS: Maintained
215fd5d5c56SAnthony LiguoriF: target-i386/
2168d8b636dSPaolo BonziniF: hw/i386/
217c17652eeSPaolo BonziniF: disas/i386.c
218fd5d5c56SAnthony Liguori
21916e7caaeSMax FilippovXtensa
22016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
221375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
22216e7caaeSMax FilippovS: Maintained
22316e7caaeSMax FilippovF: target-xtensa/
2248d8b636dSPaolo BonziniF: hw/xtensa/
225c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
22616e7caaeSMax Filippov
22748e06fe0SBastian KoppelmannTriCore
22848e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
22948e06fe0SBastian KoppelmannS: Maintained
23048e06fe0SBastian KoppelmannF: target-tricore/
23148e06fe0SBastian KoppelmannF: hw/tricore/
232d46d14e6SThomas HuthF: include/hw/tricore/
23348e06fe0SBastian Koppelmann
234fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
235fd5d5c56SAnthony Liguori----------------------
236fd5d5c56SAnthony Liguori
237fd5d5c56SAnthony LiguoriOverall
238c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
239fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
240fd5d5c56SAnthony LiguoriS: Supported
241fd5d5c56SAnthony LiguoriF: kvm-*
242fd5d5c56SAnthony LiguoriF: */kvm.*
243a95e9a48SThomas HuthF: include/sysemu/kvm*.h
244fd5d5c56SAnthony Liguori
245ed4659d1SPeter MaydellARM
246ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
247b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
248ed4659d1SPeter MaydellS: Maintained
249ed4659d1SPeter MaydellF: target-arm/kvm.c
250ed4659d1SPeter Maydell
251a31896c4SJames HoganMIPS
252a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
253a31896c4SJames HoganS: Maintained
254a31896c4SJames HoganF: target-mips/kvm.c
255a31896c4SJames Hogan
256fd5d5c56SAnthony LiguoriPPC
257fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
258fd5d5c56SAnthony LiguoriS: Maintained
259fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
260fd5d5c56SAnthony Liguori
261fd5d5c56SAnthony LiguoriS390
262b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
263b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
264fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
265fd5d5c56SAnthony LiguoriS: Maintained
266fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
267c5bfb202SCornelia HuckF: target-s390x/ioinst.[ch]
268c5bfb202SCornelia HuckF: target-s390x/machine.c
2694277af19SCornelia HuckF: hw/intc/s390_flic.c
2704277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
2714277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
272c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
2733e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
2743e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
275fd5d5c56SAnthony Liguori
276fd5d5c56SAnthony LiguoriX86
277d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
278fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
279fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
280fd5d5c56SAnthony LiguoriS: Supported
281fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
282fd5d5c56SAnthony Liguori
2838a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
2848a6b0cd7SStefano Stabellini----------------------
2858a6b0cd7SStefano Stabellini
2868a6b0cd7SStefano StabelliniX86
2873623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
2883623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
2898a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
2908a6b0cd7SStefano StabelliniS: Supported
2918a6b0cd7SStefano StabelliniF: xen-*
2928a6b0cd7SStefano StabelliniF: */xen*
293c92451c2SPaolo BonziniF: hw/char/xen_console.c
294c92451c2SPaolo BonziniF: hw/display/xenfb.c
295c92451c2SPaolo BonziniF: hw/net/xen_nic.c
2969027ac50SStefano StabelliniF: hw/block/xen_*
297c92451c2SPaolo BonziniF: hw/xen/
298c92451c2SPaolo BonziniF: hw/xenpv/
2999027ac50SStefano StabelliniF: hw/i386/xen/
300c92451c2SPaolo BonziniF: include/hw/xen/
3019027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3028a6b0cd7SStefano Stabellini
3031bdd6874SStefan WeilHosts:
3041bdd6874SStefan Weil------
3051bdd6874SStefan Weil
3061bdd6874SStefan WeilLINUX
3071bdd6874SStefan WeilL: qemu-devel@nongnu.org
3081bdd6874SStefan WeilS: Maintained
3091bdd6874SStefan WeilF: linux-*
3101bdd6874SStefan WeilF: linux-headers/
3111bdd6874SStefan Weil
3121bdd6874SStefan WeilPOSIX
3131bdd6874SStefan WeilL: qemu-devel@nongnu.org
3141bdd6874SStefan WeilS: Maintained
3151bdd6874SStefan WeilF: *posix*
3161bdd6874SStefan Weil
3171bdd6874SStefan WeilW32, W64
3181bdd6874SStefan WeilL: qemu-devel@nongnu.org
3191bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3201bdd6874SStefan WeilS: Maintained
3211bdd6874SStefan WeilF: *win32*
322885bdc95SStefan WeilF: qemu.nsi
3231bdd6874SStefan Weil
324fd5d5c56SAnthony LiguoriARM Machines
325fd5d5c56SAnthony Liguori------------
32684291fe7SliguangAllwinner-a10
32785b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
328b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
32984291fe7SliguangS: Maintained
33085b4d5daSBeniamino GalvaniF: hw/*/allwinner*
33185b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
33284291fe7SliguangF: hw/arm/cubieboard.c
33384291fe7Sliguang
33406271000SPaolo BonziniARM PrimeCell
33506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
336b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
33706271000SPaolo BonziniS: Maintained
33806271000SPaolo BonziniF: hw/char/pl011.c
33906271000SPaolo BonziniF: hw/display/pl110*
34006271000SPaolo BonziniF: hw/dma/pl080.c
34106271000SPaolo BonziniF: hw/dma/pl330.c
34206271000SPaolo BonziniF: hw/gpio/pl061.c
34306271000SPaolo BonziniF: hw/input/pl050.c
34406271000SPaolo BonziniF: hw/intc/pl190.c
34506271000SPaolo BonziniF: hw/sd/pl181.c
34606271000SPaolo BonziniF: hw/timer/pl031.c
34706271000SPaolo BonziniF: include/hw/arm/primecell.h
34806271000SPaolo Bonzini
34906271000SPaolo BonziniARM cores
35006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
351b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
35206271000SPaolo BonziniS: Maintained
35306271000SPaolo BonziniF: hw/intc/arm*
35406271000SPaolo BonziniF: hw/intc/gic_internal.h
35506271000SPaolo BonziniF: hw/misc/a9scu.c
35606271000SPaolo BonziniF: hw/misc/arm11scu.c
35706271000SPaolo BonziniF: hw/timer/a9gtimer*
35806271000SPaolo BonziniF: hw/timer/arm_*
35906271000SPaolo BonziniF: include/hw/arm/arm.h
36006271000SPaolo BonziniF: include/hw/intc/arm*
36106271000SPaolo BonziniF: include/hw/misc/a9scu.h
36206271000SPaolo BonziniF: include/hw/misc/arm11scu.h
36306271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
36406271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
36506271000SPaolo Bonzini
366fc63dcffSEvgeny VoevodinExynos
367f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
368b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
369fc63dcffSEvgeny VoevodinS: Maintained
3708d8b636dSPaolo BonziniF: hw/*/exynos*
371ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
372fc63dcffSEvgeny Voevodin
373766fd09fSMark LangsdorfCalxeda Highbank
3749ef137caSRob HerringM: Rob Herring <robh@kernel.org>
375b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3769ef137caSRob HerringS: Maintained
3778d8b636dSPaolo BonziniF: hw/arm/highbank.c
3788d8b636dSPaolo BonziniF: hw/net/xgmac.c
379766fd09fSMark Langsdorf
3809082f121SAntony PavlovCanon DIGIC
3819082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
382b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3839082f121SAntony PavlovS: Maintained
3849082f121SAntony PavlovF: include/hw/arm/digic.h
3859082f121SAntony PavlovF: hw/*/digic*
3869082f121SAntony Pavlov
387fd5d5c56SAnthony LiguoriGumstix
3885dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
389b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
390fd5d5c56SAnthony LiguoriS: Orphan
3918d8b636dSPaolo BonziniF: hw/arm/gumstix.c
392fd5d5c56SAnthony Liguori
3930325559dSPeter Chubbi.MX31
3940325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
395b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3960325559dSPeter ChubbS: Odd fixes
3978d8b636dSPaolo BonziniF: hw/*/imx*
3988d8b636dSPaolo BonziniF: hw/arm/kzm.c
399ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4000325559dSPeter Chubb
401fd5d5c56SAnthony LiguoriIntegrator CP
4021ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
403b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
404fd5d5c56SAnthony LiguoriS: Maintained
4058d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
406fd5d5c56SAnthony Liguori
407fd5d5c56SAnthony LiguoriMusicpal
408fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
409b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
410fd5d5c56SAnthony LiguoriS: Maintained
4118d8b636dSPaolo BonziniF: hw/arm/musicpal.c
412fd5d5c56SAnthony Liguori
413fd5d5c56SAnthony LiguorinSeries
414fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
415b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
416fd5d5c56SAnthony LiguoriS: Maintained
4178d8b636dSPaolo BonziniF: hw/arm/nseries.c
418fd5d5c56SAnthony Liguori
419fd5d5c56SAnthony LiguoriPalm
420fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
421b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
422fd5d5c56SAnthony LiguoriS: Maintained
4238d8b636dSPaolo BonziniF: hw/arm/palm.c
424fd5d5c56SAnthony Liguori
425fd5d5c56SAnthony LiguoriReal View
4261ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
427b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
428fd5d5c56SAnthony LiguoriS: Maintained
4298d8b636dSPaolo BonziniF: hw/arm/realview*
4305ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4315ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
432fd5d5c56SAnthony Liguori
4339b31bff0SPaolo BonziniPXA2XX
434fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
435b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
436fd5d5c56SAnthony LiguoriS: Maintained
4379b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4388d8b636dSPaolo BonziniF: hw/arm/spitz.c
4399b31bff0SPaolo BonziniF: hw/arm/tosa.c
4409b31bff0SPaolo BonziniF: hw/arm/z2.c
4419b31bff0SPaolo BonziniF: hw/*/pxa2xx*
442ed0db866SThomas HuthF: include/hw/arm/pxa.h
443fd5d5c56SAnthony Liguori
444fd5d5c56SAnthony LiguoriStellaris
4451ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
446b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
447fd5d5c56SAnthony LiguoriS: Maintained
4488d8b636dSPaolo BonziniF: hw/*/stellaris*
449fd5d5c56SAnthony Liguori
450fd5d5c56SAnthony LiguoriVersatile PB
4511ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
452b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
453fd5d5c56SAnthony LiguoriS: Maintained
4548d8b636dSPaolo BonziniF: hw/*/versatile*
455fd5d5c56SAnthony Liguori
456e3260506SPeter A. G. CrosthwaiteXilinx Zynq
457cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4584b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
459b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
460e3260506SPeter A. G. CrosthwaiteS: Maintained
461cc0100f4SAlistair FrancisF: hw/*/xilinx_*
4628d8b636dSPaolo BonziniF: hw/*/cadence_*
463cc0100f4SAlistair FrancisF: hw/misc/zynq_slcr.c
464cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
465e3260506SPeter A. G. Crosthwaite
466137805f5SAlistair FrancisXilinx ZynqMP
467137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
468cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
469b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
470137805f5SAlistair FrancisS: Maintained
471cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
472f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
473137805f5SAlistair Francis
4748f4d260eSShannon ZhaoARM ACPI Subsystem
4758f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
4768f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
477b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4788f4d260eSShannon ZhaoS: Maintained
4798f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
4808f4d260eSShannon ZhaoF: include/hw/arm/virt-acpi-build.h
4818f4d260eSShannon Zhao
482a1f8193bSAlistair FrancisSTM32F205
483a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
484a1f8193bSAlistair FrancisS: Maintained
485a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
486a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
487a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
488a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
489a1f8193bSAlistair FrancisF: hw/adc/*
490a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
491a1f8193bSAlistair Francis
492a1f8193bSAlistair FrancisNetduino 2
493a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
494a1f8193bSAlistair FrancisS: Maintained
495a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
496a1f8193bSAlistair Francis
497fd5d5c56SAnthony LiguoriCRIS Machines
498fd5d5c56SAnthony Liguori-------------
499fd5d5c56SAnthony LiguoriAxis Dev88
500fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
501fd5d5c56SAnthony LiguoriS: Maintained
5028d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5036e481d57SPeter MaydellF: hw/*/etraxfs_*.c
504fd5d5c56SAnthony Liguori
50507bf23a7SMichael WalleLM32 Machines
50607bf23a7SMichael Walle-------------
50707bf23a7SMichael WalleEVR32 and uclinux BSP
50807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
50907bf23a7SMichael WalleS: Maintained
5108d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
51107bf23a7SMichael Walle
512d118aa6bSMichael Wallemilkymist
513d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
514d118aa6bSMichael WalleS: Maintained
5158d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
516d118aa6bSMichael Walle
517afcacd53SAurelien JarnoM68K Machines
518fd5d5c56SAnthony Liguori-------------
519fd5d5c56SAnthony Liguorian5206
5200e19885eSAnthony LiguoriS: Orphan
5218d8b636dSPaolo BonziniF: hw/m68k/an5206.c
522fd5d5c56SAnthony Liguori
523fd5d5c56SAnthony Liguoridummy_m68k
5240e19885eSAnthony LiguoriS: Orphan
5258d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
526fd5d5c56SAnthony Liguori
527fd5d5c56SAnthony Liguorimcf5208
5280e19885eSAnthony LiguoriS: Orphan
5298d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
530fd5d5c56SAnthony Liguori
531fd5d5c56SAnthony LiguoriMicroBlaze Machines
532b6f97c14Sbellard-------------------
533fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
534fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
535fd5d5c56SAnthony LiguoriS: Maintained
5366e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
537b6f97c14Sbellard
538d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5394b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
540d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5418d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
542d36e8ce7SPeter A. G. Crosthwaite
543fd5d5c56SAnthony LiguoriMIPS Machines
544fd5d5c56SAnthony Liguori-------------
545fd5d5c56SAnthony LiguoriJazz
546fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
547fd5d5c56SAnthony LiguoriS: Maintained
5488d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
549fd5d5c56SAnthony Liguori
550fd5d5c56SAnthony LiguoriMalta
551fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
552fd5d5c56SAnthony LiguoriS: Maintained
5538d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
554fd5d5c56SAnthony Liguori
555fd5d5c56SAnthony LiguoriMipssim
5565dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
557fd5d5c56SAnthony LiguoriS: Orphan
5588d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
559fd5d5c56SAnthony Liguori
560fd5d5c56SAnthony LiguoriR4000
561fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
562fd5d5c56SAnthony LiguoriS: Maintained
5638d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
564fd5d5c56SAnthony Liguori
565945dad6dSJia LiuOpenRISC Machines
566945dad6dSJia Liu-----------------
567945dad6dSJia Liuor1k-sim
568945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
569945dad6dSJia LiuS: Maintained
570945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
571945dad6dSJia Liu
572fd5d5c56SAnthony LiguoriPowerPC Machines
573fd5d5c56SAnthony Liguori----------------
574fd5d5c56SAnthony Liguori405
575fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
576a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
5779b9fe135SAndreas FärberS: Odd Fixes
5788d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
579fd5d5c56SAnthony Liguori
580aaade8d7SAndreas FärberBamboo
581aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
582aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
583aaade8d7SAndreas FärberS: Odd Fixes
5848d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
585aaade8d7SAndreas Färber
58698cded3aSAndreas Färbere500
58798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
58898cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
58998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
59098cded3aSAndreas FärberS: Supported
59198cded3aSAndreas FärberF: hw/ppc/e500.[hc]
59298cded3aSAndreas FärberF: hw/ppc/e500plat.c
593b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
594b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
595b5d55020SThomas HuthF: pc-bios/u-boot.e500
59698cded3aSAndreas Färber
59798cded3aSAndreas Färbermpc8544ds
59898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
59998cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
60098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
60198cded3aSAndreas FärberS: Supported
60298cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6038d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
60498cded3aSAndreas Färber
605fd5d5c56SAnthony LiguoriNew World
606fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
607a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
608fd5d5c56SAnthony LiguoriS: Maintained
609baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6106e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6116e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6128d8b636dSPaolo BonziniF: hw/misc/macio/
613b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
614b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
615fd5d5c56SAnthony Liguori
616fd5d5c56SAnthony LiguoriOld World
617fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
618a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
619fd5d5c56SAnthony LiguoriS: Maintained
620baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6216e481d57SPeter MaydellF: hw/pci-host/grackle.c
6228d8b636dSPaolo BonziniF: hw/misc/macio/
623fd5d5c56SAnthony Liguori
624ec38d398SAndreas FärberPReP
6259f38774dSAndreas FärberL: qemu-devel@nongnu.org
626a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
627ec38d398SAndreas FärberS: Odd Fixes
62875610155SAndreas FärberF: hw/ppc/prep.c
6296e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6308d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
631fd5d5c56SAnthony Liguori
632300b115cSAndreas FärbersPAPR
633085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6348a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6358a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6368a269ca4SAndreas FärberS: Supported
6378d8b636dSPaolo BonziniF: hw/*/spapr*
638f9de2da7SDavid GibsonF: include/hw/*/spapr*
639f9de2da7SDavid GibsonF: hw/*/xics*
640f9de2da7SDavid GibsonF: include/hw/*/xics*
641f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
642b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
643b5d55020SThomas HuthF: pc-bios/slof.bin
644b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
645b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
646a70ab357SGreg KurzF: tests/spapr*
647a70ab357SGreg KurzF: tests/libqos/*spapr*
648a70ab357SGreg KurzF: tests/rtas*
649a70ab357SGreg KurzF: tests/libqos/rtas*
6508a269ca4SAndreas Färber
651794d00bfSAndreas Färbervirtex_ml507
652794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
653794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
654794d00bfSAndreas FärberS: Odd Fixes
6556e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
656794d00bfSAndreas Färber
657fd5d5c56SAnthony LiguoriSH4 Machines
658fd5d5c56SAnthony Liguori------------
659fd5d5c56SAnthony LiguoriR2D
660fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
661fd5d5c56SAnthony LiguoriS: Maintained
6626e481d57SPeter MaydellF: hw/sh4/r2d.c
663fd5d5c56SAnthony Liguori
664fd5d5c56SAnthony LiguoriShix
665fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
666afcacd53SAurelien JarnoS: Orphan
6676e481d57SPeter MaydellF: hw/sh4/shix.c
668fd5d5c56SAnthony Liguori
669fd5d5c56SAnthony LiguoriSPARC Machines
670fd5d5c56SAnthony Liguori--------------
671fd5d5c56SAnthony LiguoriSun4m
672fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
673f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
674fd5d5c56SAnthony LiguoriS: Maintained
6758d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
676fd5d5c56SAnthony Liguori
677fd5d5c56SAnthony LiguoriSun4u
678fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com>
679f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
680fd5d5c56SAnthony LiguoriS: Maintained
6818d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
682fd5d5c56SAnthony Liguori
683ce6c760cSFabien ChouteauLeon3
684ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
685ce6c760cSFabien ChouteauS: Maintained
6868d8b636dSPaolo BonziniF: hw/sparc/leon3.c
6878d8b636dSPaolo BonziniF: hw/*/grlib*
688ce6c760cSFabien Chouteau
689fd5d5c56SAnthony LiguoriS390 Machines
690fd5d5c56SAnthony Liguori-------------
691dd4ad64aSCornelia HuckS390 Virtio-ccw
692dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
693b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
694dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
695dd4ad64aSCornelia HuckS: Supported
6960c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
697c5bfb202SCornelia HuckF: hw/s390x/
6984277af19SCornelia HuckF: include/hw/s390x/
6994277af19SCornelia HuckF: pc-bios/s390-ccw/
700c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7011e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7021e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7031e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7043e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7053e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
706dd4ad64aSCornelia Huck
707ab9528caSGuan XuetaoUniCore32 Machines
708ab9528caSGuan Xuetao-------------
709ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
710ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
711ab9528caSGuan XuetaoS: Maintained
7128d8b636dSPaolo BonziniF: hw/*/puv3*
713ab9528caSGuan XuetaoF: hw/unicore32/
714ab9528caSGuan Xuetao
715fd5d5c56SAnthony LiguoriX86 Machines
716fd5d5c56SAnthony Liguori------------
717fd5d5c56SAnthony LiguoriPC
718046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
719fd5d5c56SAnthony LiguoriS: Supported
720046a6486SMichael S. TsirkinF: include/hw/i386/
721046a6486SMichael S. TsirkinF: hw/i386/
722046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
723046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
724046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
725046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
726046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
727046a6486SMichael S. TsirkinF: hw/isa/piix4.c
728046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
729046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
730046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
731046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
732046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
733f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7349cc3b73cSPaolo BonziniF: hw/misc/sga.c
7359cc3b73cSPaolo Bonzini
7369cc3b73cSPaolo BonziniPC Chipset
7379cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7389cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7399cc3b73cSPaolo BonziniS: Support
7409cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7419cc3b73cSPaolo BonziniF: hw/char/parallel.c
7429cc3b73cSPaolo BonziniF: hw/char/serial*
7439cc3b73cSPaolo BonziniF: hw/dma/i8257*
7449cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7459cc3b73cSPaolo BonziniF: hw/intc/apic*
7469cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7479cc3b73cSPaolo BonziniF: hw/intc/i8259*
7489cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7499cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7509cc3b73cSPaolo BonziniF: hw/timer/hpet*
7519cc3b73cSPaolo BonziniF: hw/timer/i8254*
7529cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
753a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
754a2feb348SThomas HuthF: include/hw/timer/hpet.h
755a2feb348SThomas HuthF: include/hw/timer/i8254*
756a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
757046a6486SMichael S. Tsirkin
7585da4fb00SMichael S. TsirkinMachine core
7595da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
7605da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
7615da4fb00SMichael S. TsirkinS: Supported
7625da4fb00SMichael S. TsirkinF: hw/core/machine.c
7635da4fb00SMichael S. TsirkinF: include/hw/boards.h
764fd5d5c56SAnthony Liguori
76516e7caaeSMax FilippovXtensa Machines
76616e7caaeSMax Filippov---------------
767375847a6SMax Filippovsim
76816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
76916e7caaeSMax FilippovS: Maintained
770437a8c11SMax FilippovF: hw/xtensa/sim.c
771375847a6SMax Filippov
772437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
773375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
774375847a6SMax FilippovS: Maintained
775437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
776437a8c11SMax FilippovF: hw/net/opencores_eth.c
77716e7caaeSMax Filippov
778fd5d5c56SAnthony LiguoriDevices
779fd5d5c56SAnthony Liguori-------
780b30934cbSJiri SlabyEDU
781b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
782b30934cbSJiri SlabyS: Maintained
783b30934cbSJiri SlabyF: hw/misc/edu.c
784b30934cbSJiri Slaby
785fd5d5c56SAnthony LiguoriIDE
786c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
787c095348bSJohn SnowL: qemu-block@nongnu.org
788c095348bSJohn SnowS: Supported
7898d8b636dSPaolo BonziniF: include/hw/ide.h
790c9f7acd5SThomas HuthF: include/hw/ide/
791fd5d5c56SAnthony LiguoriF: hw/ide/
792c095348bSJohn SnowF: hw/block/block.c
793c095348bSJohn SnowF: hw/block/cdrom.c
794c095348bSJohn SnowF: hw/block/hd-geometry.c
795c095348bSJohn SnowF: tests/ide-test.c
796c095348bSJohn SnowF: tests/ahci-test.c
797aee50319SJohn SnowF: tests/libqos/ahci*
798c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
799c095348bSJohn Snow
800c095348bSJohn SnowFloppy
801c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
802c095348bSJohn SnowL: qemu-block@nongnu.org
803c095348bSJohn SnowS: Supported
804c095348bSJohn SnowF: hw/block/fdc.c
805c095348bSJohn SnowF: include/hw/block/fdc.h
806aee50319SJohn SnowF: tests/fdc-test.c
807c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
808fd5d5c56SAnthony Liguori
809f5f487b2SPeter MaydellOMAP
810f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
811f5f487b2SPeter MaydellS: Maintained
8128d8b636dSPaolo BonziniF: hw/*/omap*
813ed0db866SThomas HuthF: include/hw/arm/omap.h
814f5f487b2SPeter Maydell
81528d54e58SPaolo BonziniIPack
81628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
81728d54e58SPaolo BonziniS: Odd Fixes
81828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
81928d54e58SPaolo BonziniF: hw/ipack/
82028d54e58SPaolo Bonzini
821fd5d5c56SAnthony LiguoriPCI
822fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
823874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
824fd5d5c56SAnthony LiguoriS: Supported
8258d8b636dSPaolo BonziniF: include/hw/pci/*
826f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
827ca818cfbSMichael S. TsirkinF: hw/pci/*
828f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8290e0b3592SMichael S. Tsirkin
830d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8310e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8320e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8330e0b3592SMichael S. TsirkinS: Supported
8340e0b3592SMichael S. TsirkinF: include/hw/acpi/*
835d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8360e0b3592SMichael S. TsirkinF: hw/mem/*
8378d8b636dSPaolo BonziniF: hw/acpi/*
838d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8390e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8400e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
8410e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h
842fd5d5c56SAnthony Liguori
843aaade8d7SAndreas Färberppc4xx
844aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
845aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
846aaade8d7SAndreas FärberS: Odd Fixes
8478d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
848b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
849aaade8d7SAndreas Färber
85098cded3aSAndreas Färberppce500
85198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
85298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
85398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
85498cded3aSAndreas FärberS: Supported
8556e481d57SPeter MaydellF: hw/ppc/e500*
856566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
857566dd236SPaolo BonziniF: hw/net/fsl_etsec/
85898cded3aSAndreas Färber
85961af0ee6SPaolo BonziniCharacter devices
86061af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
86161af0ee6SPaolo BonziniS: Odd Fixes
86261af0ee6SPaolo BonziniF: hw/char/
86361af0ee6SPaolo Bonzini
864f536f112SPaolo BonziniNetwork devices
865f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
866f536f112SPaolo BonziniS: Odd Fixes
867f536f112SPaolo BonziniF: hw/net/
8686bd7776cSGreg KurzF: tests/virtio-net-test.c
869f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
870f536f112SPaolo Bonzini
871fd5d5c56SAnthony LiguoriSCSI
872de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
873de7724f7SPaolo BonziniS: Supported
87474460f34SThomas HuthF: include/hw/scsi/*
8758d8b636dSPaolo BonziniF: hw/scsi/*
8766bd7776cSGreg KurzF: tests/virtio-scsi-test.c
8771ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
878de7724f7SPaolo Bonzini
879de7724f7SPaolo BonziniLSI53C895A
8800e19885eSAnthony LiguoriS: Orphan
8818d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
882fd5d5c56SAnthony Liguori
883fcb5629dSPeter A. G. CrosthwaiteSSI
8844b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
885fcb5629dSPeter A. G. CrosthwaiteS: Maintained
8868d8b636dSPaolo BonziniF: hw/ssi/*
8878d8b636dSPaolo BonziniF: hw/block/m25p80.c
8884b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
8894b46ba61SAlistair Francis
8904b46ba61SAlistair FrancisXilinx SPI
8914b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
8924b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
8934b46ba61SAlistair FrancisS: Maintained
8944b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
895fcb5629dSPeter A. G. Crosthwaite
896fd5d5c56SAnthony LiguoriUSB
8975d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
8985d0d62feSGerd HoffmannS: Maintained
8998d8b636dSPaolo BonziniF: hw/usb/*
90028edfce0SGongleiF: tests/usb-*-test.c
901beded0ffSThomas HuthF: docs/usb2.txt
902beded0ffSThomas HuthF: docs/usb-storage.txt
903beded0ffSThomas HuthF: include/hw/usb.h
904beded0ffSThomas HuthF: include/hw/usb/
905fd5d5c56SAnthony Liguori
906e26082fdSPaolo BonziniUSB (serial adapter)
907e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
908e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
909e26082fdSPaolo BonziniS: Maintained
910e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
911e26082fdSPaolo Bonzini
91292e1fb5eSAlex WilliamsonVFIO
91392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
91492e1fb5eSAlex WilliamsonS: Supported
915cf7087dbSKim PhillipsF: hw/vfio/*
91699b88c6dSThomas HuthF: include/hw/vfio/
91792e1fb5eSAlex Williamson
918fd5d5c56SAnthony Liguorivhost
919fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
920fd5d5c56SAnthony LiguoriS: Supported
9218d8b636dSPaolo BonziniF: hw/*/*vhost*
922fd5d5c56SAnthony Liguori
923fd5d5c56SAnthony Liguorivirtio
924a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
925fd5d5c56SAnthony LiguoriS: Supported
9268d8b636dSPaolo BonziniF: hw/*/virtio*
9276a084ea3SMichael S. TsirkinF: net/vhost-user.c
928494f7b57SThomas HuthF: include/hw/virtio/
9296bd7776cSGreg KurzF: tests/virtio-balloon-test.c
930fd5d5c56SAnthony Liguori
931fd5d5c56SAnthony Liguorivirtio-9p
93223704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9338c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
934fd5d5c56SAnthony LiguoriS: Supported
935aebeca25SAndreas FärberF: hw/9pfs/
936aebeca25SAndreas FärberF: fsdev/
9372d888c09SAndreas FärberF: tests/virtio-9p-test.c
9383f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9398c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
940fd5d5c56SAnthony Liguori
941fd5d5c56SAnthony Liguorivirtio-blk
94254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
943b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
944fd5d5c56SAnthony LiguoriS: Supported
9458d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
946b457a5f5SStefan HajnocziF: hw/block/dataplane/*
9476bd7776cSGreg KurzF: tests/virtio-blk-test.c
948b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
949fd5d5c56SAnthony Liguori
950dd4ad64aSCornelia Huckvirtio-ccw
951dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
952b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
953dd4ad64aSCornelia HuckS: Supported
954dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
9553e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9563e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
957dd4ad64aSCornelia Huck
958a5d4d7b5SGerd Hoffmannvirtio-input
959a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
960a5d4d7b5SGerd HoffmannS: Maintained
961a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
962a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
963a5d4d7b5SGerd Hoffmann
964fd5d5c56SAnthony Liguorivirtio-serial
965fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
966fd5d5c56SAnthony LiguoriS: Supported
9678d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
9688d8b636dSPaolo BonziniF: hw/char/virtio-console.c
96968a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
9706bd7776cSGreg KurzF: tests/virtio-console-test.c
9716bd7776cSGreg KurzF: tests/virtio-serial-test.c
972fd5d5c56SAnthony Liguori
9731f51a5cbSAmit Shahvirtio-rng
9741f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
9751f51a5cbSAmit ShahS: Supported
9761f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
9771f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
978750cf869SThomas HuthF: include/sysemu/rng*.h
9791f51a5cbSAmit ShahF: backends/rng*.c
9806bd7776cSGreg KurzF: tests/virtio-rng-test.c
9811f51a5cbSAmit Shah
982f3c507adSKeith Buschnvme
983f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
984c95e4c0eSKevin WolfL: qemu-block@nongnu.org
985f3c507adSKeith BuschS: Supported
986f3c507adSKeith BuschF: hw/block/nvme*
987fc967791SAndreas FärberF: tests/nvme-test.c
988f3c507adSKeith Busch
989d383c625SHannes Reineckemegasas
990d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
991c95e4c0eSKevin WolfL: qemu-block@nongnu.org
992d383c625SHannes ReineckeS: Supported
993d383c625SHannes ReineckeF: hw/scsi/megasas.c
994d383c625SHannes ReineckeF: hw/scsi/mfi.h
995d383c625SHannes Reinecke
996605d52e6SDmitry FleytmanNetwork packet abstractions
997605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
998605d52e6SDmitry FleytmanS: Maintained
999605d52e6SDmitry FleytmanF: include/net/eth.h
1000605d52e6SDmitry FleytmanF: net/eth.c
1001605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1002605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1003605d52e6SDmitry Fleytman
1004622fb504SDmitry FleytmanVmware
1005622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1006622fb504SDmitry FleytmanS: Maintained
1007622fb504SDmitry FleytmanF: hw/net/vmxnet*
1008622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1009622fb504SDmitry Fleytman
1010de24d3f1SScott FeldmanRocker
1011de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1012de24d3f1SScott FeldmanS: Maintained
1013de24d3f1SScott FeldmanF: hw/net/rocker/
1014de24d3f1SScott Feldman
101570d1fb9cSXiao GuangrongNVDIMM
101670d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
101770d1fb9cSXiao GuangrongS: Maintained
101870d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
101970d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
102070d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
102170d1fb9cSXiao Guangrong
1022093454e2SDmitry Fleytmane1000x
1023093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1024093454e2SDmitry FleytmanS: Maintained
1025093454e2SDmitry FleytmanF: hw/net/e1000x*
1026093454e2SDmitry Fleytman
10276f3fbe4eSDmitry Fleytmane1000e
10286f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10296f3fbe4eSDmitry FleytmanS: Maintained
10306f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10316f3fbe4eSDmitry Fleytman
1032e481a1f6SAlistair FrancisGeneric Loader
1033e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1034e481a1f6SAlistair FrancisS: Maintained
1035e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1036e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1037e481a1f6SAlistair Francis
1038fd5d5c56SAnthony LiguoriSubsystems
1039fd5d5c56SAnthony Liguori----------
1040fd5d5c56SAnthony LiguoriAudio
10419f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1042fd5d5c56SAnthony LiguoriS: Maintained
1043fd5d5c56SAnthony LiguoriF: audio/
10448d8b636dSPaolo BonziniF: hw/audio/
1045d7b50c0cSAndreas FärberF: tests/ac97-test.c
10468fa74c94SAndreas FärberF: tests/es1370-test.c
1047fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1048fd5d5c56SAnthony Liguori
104917f1e8f5SStefan HajnocziBlock layer core
1050fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1051c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1052c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1053fd5d5c56SAnthony LiguoriS: Supported
1054fd5d5c56SAnthony LiguoriF: block*
1055fd5d5c56SAnthony LiguoriF: block/
10568d8b636dSPaolo BonziniF: hw/block/
10574c346e0bSKevin WolfF: include/block/
105846078760SKevin WolfF: qemu-img*
105946078760SKevin WolfF: qemu-io*
106029242091SKevin WolfF: tests/qemu-iotests/
1061d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1062fd5d5c56SAnthony Liguori
1063d55053b1SStefan HajnocziBlock I/O path
1064d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
10659ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1066d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1067d55053b1SStefan HajnocziS: Supported
1068d55053b1SStefan HajnocziF: async.c
1069d55053b1SStefan HajnocziF: aio-*.c
1070d55053b1SStefan HajnocziF: block/io.c
1071d55053b1SStefan HajnocziF: migration/block*
1072e1029ae2SFam ZhengF: include/block/aio.h
1073d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1074d55053b1SStefan Hajnoczi
1075280458a3SJeff CodyBlock Jobs
1076280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1077280458a3SJeff CodyL: qemu-block@nongnu.org
1078280458a3SJeff CodyS: Supported
1079280458a3SJeff CodyF: blockjob.c
1080280458a3SJeff CodyF: include/block/blockjob.h
1081280458a3SJeff CodyF: block/backup.c
1082280458a3SJeff CodyF: block/commit.c
108377346025SJeff CodyF: block/stream.c
1084280458a3SJeff CodyF: block/mirror.c
1085280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1086280458a3SJeff Cody
10874120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
10884120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
10894120201dSMarkus ArmbrusterS: Supported
10904120201dSMarkus ArmbrusterF: blockdev.c
10914120201dSMarkus ArmbrusterF: block/qapi.c
10924120201dSMarkus ArmbrusterF: qapi/block*.json
10934120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
10944120201dSMarkus Armbruster
109561af0ee6SPaolo BonziniCharacter device backends
1096da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1097fd5d5c56SAnthony LiguoriS: Maintained
1098fd5d5c56SAnthony LiguoriF: qemu-char.c
1099da26f37aSPaolo BonziniF: backends/msmouse.c
1100da26f37aSPaolo BonziniF: backends/testdev.c
1101fd5d5c56SAnthony Liguori
1102e26082fdSPaolo BonziniCharacter Devices (Braille)
1103e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1104e26082fdSPaolo BonziniS: Maintained
1105e26082fdSPaolo BonziniF: backends/baum.c
1106fd5d5c56SAnthony Liguori
11078c413e79SMarkus ArmbrusterCoverity model
11088c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11098c413e79SMarkus ArmbrusterS: Supported
11108c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11118c413e79SMarkus Armbruster
1112f2ca0524SAndreas FärberCPU
111312b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1114f2ca0524SAndreas FärberS: Supported
1115f2ca0524SAndreas FärberF: qom/cpu.c
11166e481d57SPeter MaydellF: include/qom/cpu.h
1117f2ca0524SAndreas Färber
1118d24b569aSPeter A. G. CrosthwaiteDevice Tree
11194b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1120d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1121d24b569aSPeter A. G. CrosthwaiteS: Maintained
112282407515SThomas HuthF: device_tree.c
112382407515SThomas HuthF: include/sysemu/device_tree.h
1124d24b569aSPeter A. G. Crosthwaite
11254f966768SMarkus ArmbrusterError reporting
11264f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11274f966768SMarkus ArmbrusterS: Supported
11284f966768SMarkus ArmbrusterF: include/qapi/error.h
11294f966768SMarkus ArmbrusterF: include/qemu/error-report.h
11304f966768SMarkus ArmbrusterF: util/error.c
11314f966768SMarkus ArmbrusterF: util/qemu-error.c
11324f966768SMarkus Armbruster
1133fd5d5c56SAnthony LiguoriGDB stub
11345dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1135fd5d5c56SAnthony LiguoriS: Odd Fixes
1136fd5d5c56SAnthony LiguoriF: gdbstub*
1137fd5d5c56SAnthony LiguoriF: gdb-xml/
1138fd5d5c56SAnthony Liguori
113901a9c03cSPaolo BonziniMemory API
114001a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
114101a9c03cSPaolo BonziniS: Supported
114201a9c03cSPaolo BonziniF: include/exec/ioport.h
114301a9c03cSPaolo BonziniF: ioport.c
114401a9c03cSPaolo BonziniF: include/exec/memory.h
11452b1641d0SPaolo BonziniF: include/exec/ram_addr.h
114601a9c03cSPaolo BonziniF: memory.c
114701a9c03cSPaolo BonziniF: include/exec/memory-internal.h
114801a9c03cSPaolo BonziniF: exec.c
114901a9c03cSPaolo Bonzini
11507ee3bf03SGerd HoffmannSPICE
11517ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11527ee3bf03SGerd HoffmannS: Supported
11536e481d57SPeter MaydellF: include/ui/qemu-spice.h
1154438528a3SThomas HuthF: include/ui/spice-display.h
11557ee3bf03SGerd HoffmannF: ui/spice-*.c
11567ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11578d8b636dSPaolo BonziniF: hw/display/qxl*
11587ee3bf03SGerd Hoffmann
1159fd5d5c56SAnthony LiguoriGraphics
116025eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
116125eccc37SGerd HoffmannS: Odd Fixes
1162fd5d5c56SAnthony LiguoriF: ui/
1163e220656cSThomas HuthF: include/ui/
1164fd5d5c56SAnthony Liguori
1165351f1bf6SAndreas FärberCocoa graphics
116630ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1167351f1bf6SAndreas FärberS: Odd Fixes
1168351f1bf6SAndreas FärberF: ui/cocoa.m
1169351f1bf6SAndreas Färber
1170fd5d5c56SAnthony LiguoriMain loop
1171da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1172da26f37aSPaolo BonziniS: Maintained
1173da26f37aSPaolo BonziniF: cpus.c
1174da26f37aSPaolo BonziniF: main-loop.c
1175da26f37aSPaolo BonziniF: qemu-timer.c
1176fd5d5c56SAnthony LiguoriF: vl.c
1177fd5d5c56SAnthony Liguori
11788899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1179*c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1180fbb0621aSLuiz CapitulinoS: Maintained
1181fd5d5c56SAnthony LiguoriF: monitor.c
11828899b4aeSLuiz CapitulinoF: hmp.c
11838899b4aeSLuiz CapitulinoF: hmp-commands.hx
1184fd5d5c56SAnthony Liguori
1185f536f112SPaolo BonziniNetwork device backends
1186442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1187fd5d5c56SAnthony LiguoriS: Maintained
1188fd5d5c56SAnthony LiguoriF: net/
1189d24b2b1cSThomas HuthF: include/net/
11905fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1191fd5d5c56SAnthony Liguori
1192aee09bafSVincenzo MaffioneNetmap network backend
1193aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1194aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1195aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1196aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1197aee09bafSVincenzo MaffioneS: Maintained
1198aee09bafSVincenzo MaffioneF: net/netmap.c
1199aee09bafSVincenzo Maffione
120044f76b28SPaolo BonziniNetwork Block Device (NBD)
120144f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
120244f76b28SPaolo BonziniS: Odd Fixes
1203798bfe00SFam ZhengF: block/nbd*
1204798bfe00SFam ZhengF: nbd/
1205798bfe00SFam ZhengF: include/block/nbd*
120644f76b28SPaolo BonziniF: qemu-nbd.c
12071ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
120844f76b28SPaolo Bonzini
12092f54eb98SEduardo HabkostNUMA
12102f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12112f54eb98SEduardo HabkostS: Maintained
12122f54eb98SEduardo HabkostF: numa.c
12132f54eb98SEduardo HabkostF: include/sysemu/numa.h
12142f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12152f54eb98SEduardo Habkost
12164fc264f4SEduardo HabkostHost Memory Backends
12174fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12184fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12194fc264f4SEduardo HabkostS: Maintained
12204fc264f4SEduardo HabkostF: backends/hostmem*.c
12214fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
12224fc264f4SEduardo Habkost
12238899b4aeSLuiz CapitulinoQAPI
12249740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12258899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
12269740618cSLuiz CapitulinoS: Supported
12278899b4aeSLuiz CapitulinoF: qapi/
12280311c5bdSMarkus ArmbrusterX: qapi/*.json
1229ac4abb9aSMarkus ArmbrusterF: include/qapi/
1230ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1231ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1232c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1233ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1234ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
12350311c5bdSMarkus ArmbrusterF: scripts/qapi*
12360311c5bdSMarkus ArmbrusterF: docs/qapi*
12379740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12388899b4aeSLuiz Capitulino
12397810d291SLuiz CapitulinoQAPI Schema
12407810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
12417810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12427810d291SLuiz CapitulinoS: Supported
12437810d291SLuiz CapitulinoF: qapi-schema.json
12440311c5bdSMarkus ArmbrusterF: qapi/*.json
12459740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12467810d291SLuiz Capitulino
1247f3582ba4SLuiz CapitulinoQObject
1248f3582ba4SLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
1249f3582ba4SLuiz CapitulinoS: Maintained
1250f3582ba4SLuiz CapitulinoF: qobject/
12517735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12527735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12537735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12547735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12557735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12567735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
12577735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
12587735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1259f3582ba4SLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1260f3582ba4SLuiz Capitulino
1261f05d9999SMichael RothQEMU Guest Agent
1262f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1263f05d9999SMichael RothS: Maintained
1264f05d9999SMichael RothF: qga/
1265f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1266f05d9999SMichael Roth
12674688c94cSAndreas FärberQOM
12684688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
12694688c94cSAndreas FärberS: Supported
12704688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
12714688c94cSAndreas FärberF: include/qom/
12724688c94cSAndreas FärberX: include/qom/cpu.h
12734688c94cSAndreas FärberF: qom/
12744688c94cSAndreas FärberX: qom/cpu.c
12759f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
12769f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
12774688c94cSAndreas FärberF: tests/qom-test.c
12784688c94cSAndreas Färber
12798899b4aeSLuiz CapitulinoQMP
12809740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12819740618cSLuiz CapitulinoS: Supported
12828899b4aeSLuiz CapitulinoF: qmp.c
12838899b4aeSLuiz CapitulinoF: monitor.c
12849b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
12859740618cSLuiz CapitulinoF: scripts/qmp/
12869740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12878899b4aeSLuiz Capitulino
1288cc0100f4SAlistair FrancisRegister API
1289cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1290cc0100f4SAlistair FrancisS: Maintained
1291cc0100f4SAlistair FrancisF: hw/core/register.c
1292cc0100f4SAlistair FrancisF: include/hw/register.h
1293cc0100f4SAlistair Francis
1294fd5d5c56SAnthony LiguoriSLIRP
1295eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1296bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1297bafc72abSJan KiszkaS: Maintained
1298fd5d5c56SAnthony LiguoriF: slirp/
1299663fb1e1SThomas HuthF: net/slirp.c
1300d24b2b1cSThomas HuthF: include/net/slirp.h
13011ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1302fd5d5c56SAnthony Liguori
1303b1ed728aSPaolo BonziniStubs
1304b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1305b1ed728aSPaolo BonziniS: Maintained
1306b1ed728aSPaolo BonziniF: stubs/
1307b1ed728aSPaolo Bonzini
1308598a3f35SStefan HajnocziTracing
13091cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1310598a3f35SStefan HajnocziS: Maintained
1311598a3f35SStefan HajnocziF: trace/
1312f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1313f70fd8fdSLluís VilanovaF: scripts/tracetool/
1314f922ea46SAndreas FärberF: docs/tracing.txt
13151ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1316598a3f35SStefan Hajnoczi
131714f40fdcSBlue SwirlCheckpatch
131814f40fdcSBlue SwirlS: Odd Fixes
131914f40fdcSBlue SwirlF: scripts/checkpatch.pl
132014f40fdcSBlue Swirl
1321c0787c8dSJuan QuintelaMigration
1322c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
13237f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1324c0787c8dSJuan QuintelaS: Maintained
1325c0787c8dSJuan QuintelaF: include/migration/
132644a1f946SDr. David Alan GilbertF: migration/
1327c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1328c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1329a609ad8bSThomas HuthF: docs/migration.txt
1330c0787c8dSJuan Quintela
133192bfedb0SEduardo OtuboSeccomp
13329d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
133392bfedb0SEduardo OtuboS: Supported
133492bfedb0SEduardo OtuboF: qemu-seccomp.c
133592bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
133692bfedb0SEduardo Otubo
1337ddbb0d09SDaniel P. BerrangeCryptography
1338ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1339ddbb0d09SDaniel P. BerrangeS: Maintained
1340ddbb0d09SDaniel P. BerrangeF: crypto/
1341ddbb0d09SDaniel P. BerrangeF: include/crypto/
1342ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1343ddbb0d09SDaniel P. Berrange
134410817bf0SDaniel P. BerrangeCoroutines
134510817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
134610817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
134710817bf0SDaniel P. BerrangeF: util/*coroutine*
134810817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
134910817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
135010817bf0SDaniel P. Berrange
135188c5f205SDaniel P. BerrangeBuffers
135288c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
135388c5f205SDaniel P. BerrangeS: Odd fixes
135488c5f205SDaniel P. BerrangeF: util/buffer.c
135588c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
135688c5f205SDaniel P. Berrange
1357666a3af9SDaniel P. BerrangeI/O Channels
1358666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1359666a3af9SDaniel P. BerrangeS: Maintained
1360666a3af9SDaniel P. BerrangeF: io/
1361666a3af9SDaniel P. BerrangeF: include/io/
1362666a3af9SDaniel P. BerrangeF: tests/test-io-*
1363666a3af9SDaniel P. Berrange
13645614a283SGerd HoffmannSockets
13655614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
13665614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13675614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
13685614a283SGerd HoffmannS: Maintained
13695614a283SGerd HoffmannF: include/qemu/sockets.h
13705614a283SGerd HoffmannF: util/qemu-sockets.c
13715614a283SGerd Hoffmann
1372d310d85bSAlberto GarciaThrottling infrastructure
1373d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1374d310d85bSAlberto GarciaS: Supported
1375d310d85bSAlberto GarciaF: block/throttle-groups.c
1376d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1377d310d85bSAlberto GarciaF: include/qemu/throttle.h
1378d310d85bSAlberto GarciaF: util/throttle.c
1379d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1380d310d85bSAlberto Garcia
1381080d7aacSFam ZhengUUID
1382080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1383080d7aacSFam ZhengS: Supported
1384080d7aacSFam ZhengF: util/uuid.c
1385080d7aacSFam ZhengF: include/qemu/uuid.h
1386080d7aacSFam ZhengF: tests/test-uuid.c
1387080d7aacSFam Zheng
138888f82ed1SZhang ChenCOLO Proxy
138988f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
139088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
139188f82ed1SZhang ChenS: Supported
139288f82ed1SZhang ChenF: docs/colo-proxy.txt
139388f82ed1SZhang ChenF: net/colo*
139488f82ed1SZhang ChenF: net/filter-rewriter.c
139588f82ed1SZhang ChenF: net/filter-mirror.c
139688f82ed1SZhang Chen
1397fd5d5c56SAnthony LiguoriUsermode Emulation
1398fd5d5c56SAnthony Liguori------------------
1399486bbe5fSPaolo BonziniOverall
1400486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1401486bbe5fSPaolo BonziniS: Maintained
1402486bbe5fSPaolo BonziniF: thunk.c
1403486bbe5fSPaolo BonziniF: user-exec.c
1404486bbe5fSPaolo Bonzini
1405fd5d5c56SAnthony LiguoriBSD user
1406297e8005SMarkus ArmbrusterS: Orphan
1407fd5d5c56SAnthony LiguoriF: bsd-user/
1408fd5d5c56SAnthony Liguori
1409fd5d5c56SAnthony LiguoriLinux user
1410fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1411fd5d5c56SAnthony LiguoriS: Maintained
1412fd5d5c56SAnthony LiguoriF: linux-user/
141342f5a7e9SAurelien Jarno
141442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
141542f5a7e9SAurelien Jarno-------------------------
141642f5a7e9SAurelien JarnoCommon code
1417cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
141842f5a7e9SAurelien JarnoS: Maintained
141942f5a7e9SAurelien JarnoF: tcg/
142042f5a7e9SAurelien Jarno
1421b25a464cSClaudio FontanaAArch64 target
1422b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1423b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1424b25a464cSClaudio FontanaS: Maintained
1425b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1426b25a464cSClaudio FontanaF: tcg/aarch64/
1427c17652eeSPaolo BonziniF: disas/arm-a64.cc
1428c17652eeSPaolo BonziniF: disas/libvixl/
1429b25a464cSClaudio Fontana
143042f5a7e9SAurelien JarnoARM target
143142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
143242f5a7e9SAurelien JarnoS: Maintained
1433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
143442f5a7e9SAurelien JarnoF: tcg/arm/
1435c17652eeSPaolo BonziniF: disas/arm.c
143642f5a7e9SAurelien Jarno
143742f5a7e9SAurelien Jarnoi386 target
14385dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
143942f5a7e9SAurelien JarnoS: Maintained
144042f5a7e9SAurelien JarnoF: tcg/i386/
1441c17652eeSPaolo BonziniF: disas/i386.c
144242f5a7e9SAurelien Jarno
144342f5a7e9SAurelien JarnoIA64 target
144442f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
144542f5a7e9SAurelien JarnoS: Maintained
144642f5a7e9SAurelien JarnoF: tcg/ia64/
1447c17652eeSPaolo BonziniF: disas/ia64.c
144842f5a7e9SAurelien Jarno
144942f5a7e9SAurelien JarnoMIPS target
1450d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
145142f5a7e9SAurelien JarnoS: Maintained
145242f5a7e9SAurelien JarnoF: tcg/mips/
1453c17652eeSPaolo BonziniF: disas/mips.c
145442f5a7e9SAurelien Jarno
145542f5a7e9SAurelien JarnoPPC
145642f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
145742f5a7e9SAurelien JarnoS: Maintained
145842f5a7e9SAurelien JarnoF: tcg/ppc/
1459c17652eeSPaolo BonziniF: disas/ppc.c
146042f5a7e9SAurelien Jarno
146142f5a7e9SAurelien JarnoS390 target
146242f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
146342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
146442f5a7e9SAurelien JarnoS: Maintained
146542f5a7e9SAurelien JarnoF: tcg/s390/
1466c17652eeSPaolo BonziniF: disas/s390.c
146742f5a7e9SAurelien Jarno
146842f5a7e9SAurelien JarnoSPARC target
1469297e8005SMarkus ArmbrusterS: Odd Fixes
147042f5a7e9SAurelien JarnoF: tcg/sparc/
1471c17652eeSPaolo BonziniF: disas/sparc.c
1472bc75c9e5SStefan Weil
1473bc75c9e5SStefan WeilTCI target
1474bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1475bc75c9e5SStefan WeilS: Maintained
14768ef9cd55SAndreas FärberF: tcg/tci/
14772b7be8c8SStefan WeilF: tci.c
1478c17652eeSPaolo BonziniF: disas/tci.c
1479aa09c951SAndreas Färber
1480aa09c951SAndreas FärberStable branches
1481aa09c951SAndreas Färber---------------
1482aa09c951SAndreas FärberStable 1.0
1483aa09c951SAndreas FärberL: qemu-stable@nongnu.org
148485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1485aa09c951SAndreas FärberS: Orphan
1486aa09c951SAndreas Färber
1487aa09c951SAndreas FärberStable 0.15
1488aa09c951SAndreas FärberL: qemu-stable@nongnu.org
148985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1490211b76d1SAndreas FärberS: Orphan
1491aa09c951SAndreas Färber
1492aa09c951SAndreas FärberStable 0.14
1493aa09c951SAndreas FärberL: qemu-stable@nongnu.org
149485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1495aa09c951SAndreas FärberS: Orphan
1496aa09c951SAndreas Färber
1497aa09c951SAndreas FärberStable 0.10
1498aa09c951SAndreas FärberL: qemu-stable@nongnu.org
149985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1500aa09c951SAndreas FärberS: Orphan
1501f05b328cSStefan Hajnoczi
1502f05b328cSStefan HajnocziBlock drivers
1503f05b328cSStefan Hajnoczi-------------
1504f05b328cSStefan HajnocziVMDK
1505f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1506c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1507f05b328cSStefan HajnocziS: Supported
1508f05b328cSStefan HajnocziF: block/vmdk.c
1509f05b328cSStefan Hajnoczi
1510f05b328cSStefan HajnocziRBD
15115a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1512280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1513280458a3SJeff CodyL: qemu-block@nongnu.org
1514f05b328cSStefan HajnocziS: Supported
1515f05b328cSStefan HajnocziF: block/rbd.c
1516280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1517f05b328cSStefan Hajnoczi
1518f05b328cSStefan HajnocziSheepdog
151953b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1520f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1521280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1522280458a3SJeff CodyL: qemu-block@nongnu.org
1523dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1524f05b328cSStefan HajnocziS: Supported
1525f05b328cSStefan HajnocziF: block/sheepdog.c
1526280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1527f05b328cSStefan Hajnoczi
1528f05b328cSStefan HajnocziVHDX
1529f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1530280458a3SJeff CodyL: qemu-block@nongnu.org
1531f05b328cSStefan HajnocziS: Supported
1532f05b328cSStefan HajnocziF: block/vhdx*
1533280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1534f05b328cSStefan Hajnoczi
1535f05b328cSStefan HajnocziVDI
1536f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1537c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1538f05b328cSStefan HajnocziS: Maintained
1539f05b328cSStefan HajnocziF: block/vdi.c
1540f05b328cSStefan Hajnoczi
1541f05b328cSStefan HajnocziiSCSI
1542f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1543f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1544f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1545c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1546f05b328cSStefan HajnocziS: Supported
1547f05b328cSStefan HajnocziF: block/iscsi.c
1548f05b328cSStefan Hajnoczi
15496542aa9cSPeter LievenNFS
1550280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
15516542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1552280458a3SJeff CodyL: qemu-block@nongnu.org
15536542aa9cSPeter LievenS: Maintained
15546542aa9cSPeter LievenF: block/nfs.c
1555280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
15566542aa9cSPeter Lieven
1557f05b328cSStefan HajnocziSSH
1558f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1559280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1560280458a3SJeff CodyL: qemu-block@nongnu.org
1561f05b328cSStefan HajnocziS: Supported
1562f05b328cSStefan HajnocziF: block/ssh.c
1563280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1564c9a12e75SChrysostomos Nanakos
1565c9a12e75SChrysostomos NanakosARCHIPELAGO
1566c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1567280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1568280458a3SJeff CodyL: qemu-block@nongnu.org
1569c9a12e75SChrysostomos NanakosS: Maintained
1570c9a12e75SChrysostomos NanakosF: block/archipelago.c
1571280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1572280458a3SJeff Cody
1573280458a3SJeff CodyCURL
1574280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1575280458a3SJeff CodyL: qemu-block@nongnu.org
1576280458a3SJeff CodyS: Supported
1577280458a3SJeff CodyF: block/curl.c
1578280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1579280458a3SJeff Cody
1580280458a3SJeff CodyGLUSTER
1581280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1582280458a3SJeff CodyL: qemu-block@nongnu.org
1583280458a3SJeff CodyS: Supported
1584280458a3SJeff CodyF: block/gluster.c
1585280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1586b5e9476cSGonglei
1587199667a8SFam ZhengNull Block Driver
1588199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1589199667a8SFam ZhengL: qemu-block@nongnu.org
1590199667a8SFam ZhengS: Supported
1591199667a8SFam ZhengF: block/null.c
1592199667a8SFam Zheng
1593b5e9476cSGongleiBootdevice
1594b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1595b5e9476cSGongleiS: Maintained
1596b5e9476cSGongleiF: bootdevice.c
1597ecdda9e0SAlberto Garcia
1598ecdda9e0SAlberto GarciaQuorum
1599ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1600ecdda9e0SAlberto GarciaS: Supported
1601ecdda9e0SAlberto GarciaF: block/quorum.c
1602ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1603e7c6e631SStefan Hajnoczi
1604e7c6e631SStefan Hajnocziblkverify
1605e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1606e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1607e7c6e631SStefan HajnocziS: Supported
1608e7c6e631SStefan HajnocziF: block/blkverify.c
1609e7c6e631SStefan Hajnoczi
1610e7c6e631SStefan Hajnoczibochs
1611e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1612e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1613e7c6e631SStefan HajnocziS: Supported
1614e7c6e631SStefan HajnocziF: block/bochs.c
1615e7c6e631SStefan Hajnoczi
1616e7c6e631SStefan Hajnoczicloop
1617e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1618e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1619e7c6e631SStefan HajnocziS: Supported
1620e7c6e631SStefan HajnocziF: block/cloop.c
1621e7c6e631SStefan Hajnoczi
1622e7c6e631SStefan Hajnoczidmg
1623e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1624e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1625e7c6e631SStefan HajnocziS: Supported
1626e7c6e631SStefan HajnocziF: block/dmg.c
1627e7c6e631SStefan Hajnoczi
1628e7c6e631SStefan Hajnocziparallels
1629e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1630f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1631e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1632e7c6e631SStefan HajnocziS: Supported
1633e7c6e631SStefan HajnocziF: block/parallels.c
1634b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1635e7c6e631SStefan Hajnoczi
1636e7c6e631SStefan Hajnocziqed
1637e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1638e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1639e7c6e631SStefan HajnocziS: Supported
1640e7c6e631SStefan HajnocziF: block/qed.c
1641e7c6e631SStefan Hajnoczi
1642e7c6e631SStefan Hajnocziraw
1643e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1644e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1645e7c6e631SStefan HajnocziS: Supported
1646e7c6e631SStefan HajnocziF: block/linux-aio.c
1647f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1648e7c6e631SStefan HajnocziF: block/raw-posix.c
1649e7c6e631SStefan HajnocziF: block/raw-win32.c
1650e7c6e631SStefan HajnocziF: block/raw_bsd.c
1651e7c6e631SStefan HajnocziF: block/win32-aio.c
1652e7c6e631SStefan Hajnoczi
1653e7c6e631SStefan Hajnocziqcow2
1654e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1655c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1656e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1657e7c6e631SStefan HajnocziS: Supported
1658e7c6e631SStefan HajnocziF: block/qcow2*
1659e7c6e631SStefan Hajnoczi
1660e7c6e631SStefan Hajnocziqcow
1661e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1662e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1663e7c6e631SStefan HajnocziS: Supported
1664e7c6e631SStefan HajnocziF: block/qcow.c
1665e7c6e631SStefan Hajnoczi
1666e7c6e631SStefan Hajnocziblkdebug
1667e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1668c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1669e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1670e7c6e631SStefan HajnocziS: Supported
1671e7c6e631SStefan HajnocziF: block/blkdebug.c
1672e7c6e631SStefan Hajnoczi
1673e7c6e631SStefan Hajnoczivpc
1674e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1675e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1676e7c6e631SStefan HajnocziS: Supported
1677e7c6e631SStefan HajnocziF: block/vpc.c
1678e7c6e631SStefan Hajnoczi
1679e7c6e631SStefan Hajnoczivvfat
1680e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1681e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1682e7c6e631SStefan HajnocziS: Supported
1683e7c6e631SStefan HajnocziF: block/vvfat.c
1684abfe4e94SStefan Hajnoczi
1685abfe4e94SStefan HajnocziImage format fuzzer
1686abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1687abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1688abfe4e94SStefan HajnocziS: Supported
1689abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1690717171bdSDaniel P. Berrange
1691049105a3SChanglong XieReplication
1692049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1693049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1694049105a3SChanglong XieS: Supported
1695049105a3SChanglong XieF: replication*
1696049105a3SChanglong XieF: block/replication.c
1697049105a3SChanglong XieF: tests/test-replication.c
1698049105a3SChanglong XieF: docs/block-replication.txt
1699049105a3SChanglong Xie
1700b9e02c06SAlex BennéeBuild and test automation
1701b9e02c06SAlex Bennée-------------------------
1702b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1703b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1704b9e02c06SAlex BennéeS: Supported
1705b9e02c06SAlex BennéeF: .travis.yml
1706717171bdSDaniel P. Berrange
1707717171bdSDaniel P. BerrangeDocumentation
1708717171bdSDaniel P. Berrange-------------
1709717171bdSDaniel P. BerrangeBuild system architecture
1710717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1711717171bdSDaniel P. BerrangeS: Odd Fixes
1712717171bdSDaniel P. BerrangeF: docs/build-system.txt
17138a49e97fSFam Zheng
17148a49e97fSFam ZhengDocker testing
17158a49e97fSFam Zheng--------------
17168a49e97fSFam ZhengDocker based testing framework and cases
17178a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17188a49e97fSFam ZhengS: Maintained
17198a49e97fSFam ZhengF: tests/docker/
1720