xref: /openbmc/qemu/MAINTAINERS (revision ccf0a57b45c1ff49d21d5b8c0322ea40b5f4f2c7)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
16fd5d5c56SAnthony Liguori	W: Web-page with status/info
17fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
18fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19fd5d5c56SAnthony Liguori	S: Status, one of the following:
20fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
21fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
22fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
23c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
24fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
25fd5d5c56SAnthony Liguori			role as you write your new code].
26fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
27fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
28fd5d5c56SAnthony Liguori			should be using that.
29fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
30fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
31fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
32fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
33fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
34fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
35fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
36fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
37fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
38fd5d5c56SAnthony Liguori	   F:	net/
39fd5d5c56SAnthony Liguori	   X:	net/ipv6/
40fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
41fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
42fd5d5c56SAnthony Liguori	   patch or file.  For instance:
43fd5d5c56SAnthony Liguori	   K: of_get_profile
44fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
45fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
46fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
47fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
48fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
49b6f97c14Sbellard
50b6f97c14Sbellard
51fd5d5c56SAnthony LiguoriGeneral Project Administration
52fd5d5c56SAnthony Liguori------------------------------
53ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
54fd5d5c56SAnthony Liguori
55c9a19d5bSStephen WarrenAll patches CC here
56c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
57c9a19d5bSStephen WarrenF: *
58c9a19d5bSStephen WarrenF: */
59c9a19d5bSStephen Warren
6062622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6162622c11SMichael S. Tsirkin------------------------------
6262622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess
6362622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6462622c11SMichael S. TsirkinL: secalert@redhat.com
6562622c11SMichael S. Tsirkin
66fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
67fd5d5c56SAnthony Liguori----------------------
68486bbe5fSPaolo BonziniOverall
695dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
702b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
712b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
722b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
732b1641d0SPaolo BonziniS: Maintained
74486bbe5fSPaolo BonziniF: cpu-exec.c
752b1641d0SPaolo BonziniF: cpu-exec-common.c
762b1641d0SPaolo BonziniF: cpus.c
77486bbe5fSPaolo BonziniF: cputlb.c
782b1641d0SPaolo BonziniF: exec.c
79486bbe5fSPaolo BonziniF: softmmu_template.h
802b1641d0SPaolo BonziniF: translate-all.*
812b1641d0SPaolo BonziniF: translate-common.c
822b1641d0SPaolo BonziniF: include/exec/cpu*.h
832b1641d0SPaolo BonziniF: include/exec/exec-all.h
84486bbe5fSPaolo BonziniF: include/exec/helper*.h
852b1641d0SPaolo BonziniF: include/exec/tb-hash.h
86460423d3SThomas HuthF: include/sysemu/cpus.h
87486bbe5fSPaolo Bonzini
881badb586SPeter MaydellFPU emulation
891badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
901badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
911badb586SPeter MaydellS: Odd Fixes
921badb586SPeter MaydellF: fpu/
931badb586SPeter MaydellF: include/fpu/
941badb586SPeter Maydell
95b6f97c14SbellardAlpha
968d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
978d6df264SRichard HendersonS: Maintained
98fd5d5c56SAnthony LiguoriF: target-alpha/
998d8b636dSPaolo BonziniF: hw/alpha/
100c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
101c17652eeSPaolo BonziniF: disas/alpha.c
102fd5d5c56SAnthony Liguori
103fd5d5c56SAnthony LiguoriARM
1041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
105b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
106fd5d5c56SAnthony LiguoriS: Maintained
107fd5d5c56SAnthony LiguoriF: target-arm/
1088d8b636dSPaolo BonziniF: hw/arm/
1098d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
110c17652eeSPaolo BonziniF: disas/arm.c
111c17652eeSPaolo BonziniF: disas/arm-a64.cc
112c17652eeSPaolo BonziniF: disas/libvixl/
113fd5d5c56SAnthony Liguori
114fd5d5c56SAnthony LiguoriCRIS
115fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116fd5d5c56SAnthony LiguoriS: Maintained
117fd5d5c56SAnthony LiguoriF: target-cris/
1188d8b636dSPaolo BonziniF: hw/cris/
119c9b90090SThomas HuthF: include/hw/cris/
120c0bd0b50SPaolo BonziniF: tests/tcg/cris/
121c17652eeSPaolo BonziniF: disas/cris.c
122fd5d5c56SAnthony Liguori
12307bf23a7SMichael WalleLM32
12407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
12507bf23a7SMichael WalleS: Maintained
12607bf23a7SMichael WalleF: target-lm32/
1274eab7a0aSMichael WalleF: disas/lm32.c
1288d8b636dSPaolo BonziniF: hw/lm32/
1294eab7a0aSMichael WalleF: hw/*/lm32_*
1304eab7a0aSMichael WalleF: hw/*/milkymist-*
1314eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1324eab7a0aSMichael WalleF: include/hw/lm32/
133c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
13407bf23a7SMichael Walle
135fd5d5c56SAnthony LiguoriM68K
1360e19885eSAnthony LiguoriS: Orphan
137fd5d5c56SAnthony LiguoriF: target-m68k/
1388d8b636dSPaolo BonziniF: hw/m68k/
139fd5d5c56SAnthony Liguori
140abc07545SEdgar E. IglesiasMicroBlaze
141fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
142fd5d5c56SAnthony LiguoriS: Maintained
143fd5d5c56SAnthony LiguoriF: target-microblaze/
1448d8b636dSPaolo BonziniF: hw/microblaze/
145c17652eeSPaolo BonziniF: disas/microblaze.c
146fd5d5c56SAnthony Liguori
147fd5d5c56SAnthony LiguoriMIPS
148ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
14978851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1506f640917SLeon AlraeS: Maintained
151fd5d5c56SAnthony LiguoriF: target-mips/
1528d8b636dSPaolo BonziniF: hw/mips/
153c0bd0b50SPaolo BonziniF: tests/tcg/mips/
154c17652eeSPaolo BonziniF: disas/mips.c
155fd5d5c56SAnthony Liguori
156d15a9c23SAnthony GreenMoxie
157d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
158d15a9c23SAnthony GreenS: Maintained
159d15a9c23SAnthony GreenF: target-moxie/
160c17652eeSPaolo BonziniF: disas/moxie.c
161a3ccdfb5SThomas HuthF: hw/moxie/
162a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
163d15a9c23SAnthony Green
164945dad6dSJia LiuOpenRISC
165945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
166945dad6dSJia LiuS: Maintained
167945dad6dSJia LiuF: target-openrisc/
168945dad6dSJia LiuF: hw/openrisc/
169c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
170945dad6dSJia Liu
171fd5d5c56SAnthony LiguoriPowerPC
172b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
173fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
174a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
175fd5d5c56SAnthony LiguoriS: Maintained
176fd5d5c56SAnthony LiguoriF: target-ppc/
1778d8b636dSPaolo BonziniF: hw/ppc/
178b5d55020SThomas HuthF: include/hw/ppc/
179c17652eeSPaolo BonziniF: disas/ppc.c
180fd5d5c56SAnthony Liguori
181749717a0SAlexander GrafS390
1822b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
183fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
184fd5d5c56SAnthony LiguoriS: Maintained
185fd5d5c56SAnthony LiguoriF: target-s390x/
1868d8b636dSPaolo BonziniF: hw/s390x/
187c17652eeSPaolo BonziniF: disas/s390.c
188b6f97c14Sbellard
189fd5d5c56SAnthony LiguoriSH4
190ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1912c9b7d1aSAndreas FärberS: Odd Fixes
192fd5d5c56SAnthony LiguoriF: target-sh4/
1938d8b636dSPaolo BonziniF: hw/sh4/
194c17652eeSPaolo BonziniF: disas/sh4.c
1958a90f900SThomas HuthF: include/hw/sh4/
196fd5d5c56SAnthony Liguori
197fd5d5c56SAnthony LiguoriSPARC
198f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1992c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
200fd5d5c56SAnthony LiguoriS: Maintained
201fd5d5c56SAnthony LiguoriF: target-sparc/
2028d8b636dSPaolo BonziniF: hw/sparc/
2038d8b636dSPaolo BonziniF: hw/sparc64/
204c17652eeSPaolo BonziniF: disas/sparc.c
205fd5d5c56SAnthony Liguori
206a6ea7b4cSAndreas FärberUniCore32
207a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
208a6ea7b4cSAndreas FärberS: Maintained
209a6ea7b4cSAndreas FärberF: target-unicore32/
2108d8b636dSPaolo BonziniF: hw/unicore32/
21147b98d59SThomas HuthF: include/hw/unicore32/
212a6ea7b4cSAndreas Färber
213fd5d5c56SAnthony LiguoriX86
214d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
215d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
216e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
217b203a4baSEduardo HabkostS: Maintained
218fd5d5c56SAnthony LiguoriF: target-i386/
2198d8b636dSPaolo BonziniF: hw/i386/
220c17652eeSPaolo BonziniF: disas/i386.c
221fd5d5c56SAnthony Liguori
22216e7caaeSMax FilippovXtensa
22316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
224375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
22516e7caaeSMax FilippovS: Maintained
22616e7caaeSMax FilippovF: target-xtensa/
2278d8b636dSPaolo BonziniF: hw/xtensa/
228c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
22916e7caaeSMax Filippov
23048e06fe0SBastian KoppelmannTriCore
23148e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
23248e06fe0SBastian KoppelmannS: Maintained
23348e06fe0SBastian KoppelmannF: target-tricore/
23448e06fe0SBastian KoppelmannF: hw/tricore/
235d46d14e6SThomas HuthF: include/hw/tricore/
23648e06fe0SBastian Koppelmann
237fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
238fd5d5c56SAnthony Liguori----------------------
239fd5d5c56SAnthony Liguori
240fd5d5c56SAnthony LiguoriOverall
241c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
242fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
243fd5d5c56SAnthony LiguoriS: Supported
244fd5d5c56SAnthony LiguoriF: kvm-*
245fd5d5c56SAnthony LiguoriF: */kvm.*
246a95e9a48SThomas HuthF: include/sysemu/kvm*.h
247fd5d5c56SAnthony Liguori
248ed4659d1SPeter MaydellARM
249ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
250b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
251ed4659d1SPeter MaydellS: Maintained
252ed4659d1SPeter MaydellF: target-arm/kvm.c
253ed4659d1SPeter Maydell
254a31896c4SJames HoganMIPS
255a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
256a31896c4SJames HoganS: Maintained
257a31896c4SJames HoganF: target-mips/kvm.c
258a31896c4SJames Hogan
259fd5d5c56SAnthony LiguoriPPC
260fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
261fd5d5c56SAnthony LiguoriS: Maintained
262fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c
263fd5d5c56SAnthony Liguori
264fd5d5c56SAnthony LiguoriS390
265b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
266b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
267fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
268fd5d5c56SAnthony LiguoriS: Maintained
269fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c
270c5bfb202SCornelia HuckF: target-s390x/ioinst.[ch]
271c5bfb202SCornelia HuckF: target-s390x/machine.c
2724277af19SCornelia HuckF: hw/intc/s390_flic.c
2734277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
2744277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
275c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
2763e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
2773e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
278fd5d5c56SAnthony Liguori
279fd5d5c56SAnthony LiguoriX86
280d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
281fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
282fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
283fd5d5c56SAnthony LiguoriS: Supported
284fd5d5c56SAnthony LiguoriF: target-i386/kvm.c
285fd5d5c56SAnthony Liguori
2868a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
2878a6b0cd7SStefano Stabellini----------------------
2888a6b0cd7SStefano Stabellini
2898a6b0cd7SStefano StabelliniX86
2903623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
2913623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
2928a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
2938a6b0cd7SStefano StabelliniS: Supported
2948a6b0cd7SStefano StabelliniF: xen-*
2958a6b0cd7SStefano StabelliniF: */xen*
296c92451c2SPaolo BonziniF: hw/char/xen_console.c
297c92451c2SPaolo BonziniF: hw/display/xenfb.c
298c92451c2SPaolo BonziniF: hw/net/xen_nic.c
2999027ac50SStefano StabelliniF: hw/block/xen_*
300c92451c2SPaolo BonziniF: hw/xen/
301c92451c2SPaolo BonziniF: hw/xenpv/
3029027ac50SStefano StabelliniF: hw/i386/xen/
303c92451c2SPaolo BonziniF: include/hw/xen/
3049027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3058a6b0cd7SStefano Stabellini
3061bdd6874SStefan WeilHosts:
3071bdd6874SStefan Weil------
3081bdd6874SStefan Weil
3091bdd6874SStefan WeilLINUX
3101bdd6874SStefan WeilL: qemu-devel@nongnu.org
3111bdd6874SStefan WeilS: Maintained
3121bdd6874SStefan WeilF: linux-*
3131bdd6874SStefan WeilF: linux-headers/
3141bdd6874SStefan Weil
3151bdd6874SStefan WeilPOSIX
3161bdd6874SStefan WeilL: qemu-devel@nongnu.org
3171bdd6874SStefan WeilS: Maintained
3181bdd6874SStefan WeilF: *posix*
3191bdd6874SStefan Weil
3201bdd6874SStefan WeilW32, W64
3211bdd6874SStefan WeilL: qemu-devel@nongnu.org
3221bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3231bdd6874SStefan WeilS: Maintained
3241bdd6874SStefan WeilF: *win32*
32503972660SThomas HuthF: */*win32*
32603972660SThomas HuthF: include/*/*win32*
32703972660SThomas HuthX: qga/*win32*
328885bdc95SStefan WeilF: qemu.nsi
3291bdd6874SStefan Weil
330fd5d5c56SAnthony LiguoriARM Machines
331fd5d5c56SAnthony Liguori------------
33284291fe7SliguangAllwinner-a10
33385b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
334b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
33584291fe7SliguangS: Maintained
33685b4d5daSBeniamino GalvaniF: hw/*/allwinner*
33785b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
33884291fe7SliguangF: hw/arm/cubieboard.c
33984291fe7Sliguang
34006271000SPaolo BonziniARM PrimeCell
34106271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
342b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
34306271000SPaolo BonziniS: Maintained
34406271000SPaolo BonziniF: hw/char/pl011.c
34506271000SPaolo BonziniF: hw/display/pl110*
34606271000SPaolo BonziniF: hw/dma/pl080.c
34706271000SPaolo BonziniF: hw/dma/pl330.c
34806271000SPaolo BonziniF: hw/gpio/pl061.c
34906271000SPaolo BonziniF: hw/input/pl050.c
35006271000SPaolo BonziniF: hw/intc/pl190.c
35106271000SPaolo BonziniF: hw/sd/pl181.c
35206271000SPaolo BonziniF: hw/timer/pl031.c
35306271000SPaolo BonziniF: include/hw/arm/primecell.h
35406271000SPaolo Bonzini
35506271000SPaolo BonziniARM cores
35606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
357b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
35806271000SPaolo BonziniS: Maintained
35906271000SPaolo BonziniF: hw/intc/arm*
36006271000SPaolo BonziniF: hw/intc/gic_internal.h
36106271000SPaolo BonziniF: hw/misc/a9scu.c
36206271000SPaolo BonziniF: hw/misc/arm11scu.c
36306271000SPaolo BonziniF: hw/timer/a9gtimer*
36406271000SPaolo BonziniF: hw/timer/arm_*
36506271000SPaolo BonziniF: include/hw/arm/arm.h
36606271000SPaolo BonziniF: include/hw/intc/arm*
36706271000SPaolo BonziniF: include/hw/misc/a9scu.h
36806271000SPaolo BonziniF: include/hw/misc/arm11scu.h
36906271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
37006271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
37106271000SPaolo Bonzini
372fc63dcffSEvgeny VoevodinExynos
373f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
374b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
375fc63dcffSEvgeny VoevodinS: Maintained
3768d8b636dSPaolo BonziniF: hw/*/exynos*
377ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
378fc63dcffSEvgeny Voevodin
379766fd09fSMark LangsdorfCalxeda Highbank
3809ef137caSRob HerringM: Rob Herring <robh@kernel.org>
381b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3829ef137caSRob HerringS: Maintained
3838d8b636dSPaolo BonziniF: hw/arm/highbank.c
3848d8b636dSPaolo BonziniF: hw/net/xgmac.c
385766fd09fSMark Langsdorf
3869082f121SAntony PavlovCanon DIGIC
3879082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
388b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
3899082f121SAntony PavlovS: Maintained
3909082f121SAntony PavlovF: include/hw/arm/digic.h
3919082f121SAntony PavlovF: hw/*/digic*
3929082f121SAntony Pavlov
393fd5d5c56SAnthony LiguoriGumstix
3945dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
395b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
396fd5d5c56SAnthony LiguoriS: Orphan
3978d8b636dSPaolo BonziniF: hw/arm/gumstix.c
398fd5d5c56SAnthony Liguori
3990325559dSPeter Chubbi.MX31
4000325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
401b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4020325559dSPeter ChubbS: Odd fixes
4038d8b636dSPaolo BonziniF: hw/*/imx*
4048d8b636dSPaolo BonziniF: hw/arm/kzm.c
405ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4060325559dSPeter Chubb
407fd5d5c56SAnthony LiguoriIntegrator CP
4081ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
409b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
410fd5d5c56SAnthony LiguoriS: Maintained
4118d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
412fd5d5c56SAnthony Liguori
413fd5d5c56SAnthony LiguoriMusicpal
414fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
415b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
416fd5d5c56SAnthony LiguoriS: Maintained
4178d8b636dSPaolo BonziniF: hw/arm/musicpal.c
418fd5d5c56SAnthony Liguori
419fd5d5c56SAnthony LiguorinSeries
420fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
421b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
422fd5d5c56SAnthony LiguoriS: Maintained
4238d8b636dSPaolo BonziniF: hw/arm/nseries.c
424fd5d5c56SAnthony Liguori
425fd5d5c56SAnthony LiguoriPalm
426fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
427b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
428fd5d5c56SAnthony LiguoriS: Maintained
4298d8b636dSPaolo BonziniF: hw/arm/palm.c
430fd5d5c56SAnthony Liguori
431fd5d5c56SAnthony LiguoriReal View
4321ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
434fd5d5c56SAnthony LiguoriS: Maintained
4358d8b636dSPaolo BonziniF: hw/arm/realview*
4365ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4375ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
438fd5d5c56SAnthony Liguori
4399b31bff0SPaolo BonziniPXA2XX
440fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
441b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
442fd5d5c56SAnthony LiguoriS: Maintained
4439b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4448d8b636dSPaolo BonziniF: hw/arm/spitz.c
4459b31bff0SPaolo BonziniF: hw/arm/tosa.c
4469b31bff0SPaolo BonziniF: hw/arm/z2.c
4479b31bff0SPaolo BonziniF: hw/*/pxa2xx*
448ed0db866SThomas HuthF: include/hw/arm/pxa.h
449fd5d5c56SAnthony Liguori
450fd5d5c56SAnthony LiguoriStellaris
4511ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
452b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
453fd5d5c56SAnthony LiguoriS: Maintained
4548d8b636dSPaolo BonziniF: hw/*/stellaris*
455fd5d5c56SAnthony Liguori
456fd5d5c56SAnthony LiguoriVersatile PB
4571ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
458b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
459fd5d5c56SAnthony LiguoriS: Maintained
4608d8b636dSPaolo BonziniF: hw/*/versatile*
461fd5d5c56SAnthony Liguori
462e3260506SPeter A. G. CrosthwaiteXilinx Zynq
463cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4644b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
465b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
466e3260506SPeter A. G. CrosthwaiteS: Maintained
467cc0100f4SAlistair FrancisF: hw/*/xilinx_*
4688d8b636dSPaolo BonziniF: hw/*/cadence_*
469cc0100f4SAlistair FrancisF: hw/misc/zynq_slcr.c
470cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
471e3260506SPeter A. G. Crosthwaite
472137805f5SAlistair FrancisXilinx ZynqMP
473137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
474cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
475b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
476137805f5SAlistair FrancisS: Maintained
477cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
478f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
479137805f5SAlistair Francis
4808f4d260eSShannon ZhaoARM ACPI Subsystem
4818f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
4828f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
483b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4848f4d260eSShannon ZhaoS: Maintained
4858f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
4868f4d260eSShannon ZhaoF: include/hw/arm/virt-acpi-build.h
4878f4d260eSShannon Zhao
488a1f8193bSAlistair FrancisSTM32F205
489a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
490a1f8193bSAlistair FrancisS: Maintained
491a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
492a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
493a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
494a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
495a1f8193bSAlistair FrancisF: hw/adc/*
496a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
497a1f8193bSAlistair Francis
498a1f8193bSAlistair FrancisNetduino 2
499a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
500a1f8193bSAlistair FrancisS: Maintained
501a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
502a1f8193bSAlistair Francis
503fd5d5c56SAnthony LiguoriCRIS Machines
504fd5d5c56SAnthony Liguori-------------
505fd5d5c56SAnthony LiguoriAxis Dev88
506fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
507fd5d5c56SAnthony LiguoriS: Maintained
5088d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5096e481d57SPeter MaydellF: hw/*/etraxfs_*.c
510fd5d5c56SAnthony Liguori
51107bf23a7SMichael WalleLM32 Machines
51207bf23a7SMichael Walle-------------
51307bf23a7SMichael WalleEVR32 and uclinux BSP
51407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
51507bf23a7SMichael WalleS: Maintained
5168d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
51707bf23a7SMichael Walle
518d118aa6bSMichael Wallemilkymist
519d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
520d118aa6bSMichael WalleS: Maintained
5218d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
522d118aa6bSMichael Walle
523afcacd53SAurelien JarnoM68K Machines
524fd5d5c56SAnthony Liguori-------------
525fd5d5c56SAnthony Liguorian5206
5260e19885eSAnthony LiguoriS: Orphan
5278d8b636dSPaolo BonziniF: hw/m68k/an5206.c
528fd5d5c56SAnthony Liguori
529fd5d5c56SAnthony Liguoridummy_m68k
5300e19885eSAnthony LiguoriS: Orphan
5318d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
532fd5d5c56SAnthony Liguori
533fd5d5c56SAnthony Liguorimcf5208
5340e19885eSAnthony LiguoriS: Orphan
5358d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
536fd5d5c56SAnthony Liguori
537fd5d5c56SAnthony LiguoriMicroBlaze Machines
538b6f97c14Sbellard-------------------
539fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
540fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
541fd5d5c56SAnthony LiguoriS: Maintained
5426e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
543b6f97c14Sbellard
544d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5454b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
546d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5478d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
548d36e8ce7SPeter A. G. Crosthwaite
549fd5d5c56SAnthony LiguoriMIPS Machines
550fd5d5c56SAnthony Liguori-------------
551fd5d5c56SAnthony LiguoriJazz
552fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
553fd5d5c56SAnthony LiguoriS: Maintained
5548d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
555fd5d5c56SAnthony Liguori
556fd5d5c56SAnthony LiguoriMalta
557fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
558fd5d5c56SAnthony LiguoriS: Maintained
5598d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
560fd5d5c56SAnthony Liguori
561fd5d5c56SAnthony LiguoriMipssim
5625dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
563fd5d5c56SAnthony LiguoriS: Orphan
5648d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
565fd5d5c56SAnthony Liguori
566fd5d5c56SAnthony LiguoriR4000
567fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
568fd5d5c56SAnthony LiguoriS: Maintained
5698d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
570fd5d5c56SAnthony Liguori
571945dad6dSJia LiuOpenRISC Machines
572945dad6dSJia Liu-----------------
573945dad6dSJia Liuor1k-sim
574945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
575945dad6dSJia LiuS: Maintained
576945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
577945dad6dSJia Liu
578fd5d5c56SAnthony LiguoriPowerPC Machines
579fd5d5c56SAnthony Liguori----------------
580fd5d5c56SAnthony Liguori405
581fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
582a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
5839b9fe135SAndreas FärberS: Odd Fixes
5848d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
585fd5d5c56SAnthony Liguori
586aaade8d7SAndreas FärberBamboo
587aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
588aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
589aaade8d7SAndreas FärberS: Odd Fixes
5908d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
591aaade8d7SAndreas Färber
59298cded3aSAndreas Färbere500
59398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
59498cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
59598cded3aSAndreas FärberL: qemu-ppc@nongnu.org
59698cded3aSAndreas FärberS: Supported
59798cded3aSAndreas FärberF: hw/ppc/e500.[hc]
59898cded3aSAndreas FärberF: hw/ppc/e500plat.c
599b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
600b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
601b5d55020SThomas HuthF: pc-bios/u-boot.e500
60298cded3aSAndreas Färber
60398cded3aSAndreas Färbermpc8544ds
60498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
60598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
60698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
60798cded3aSAndreas FärberS: Supported
60898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6098d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
61098cded3aSAndreas Färber
611fd5d5c56SAnthony LiguoriNew World
612fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
613a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
614fd5d5c56SAnthony LiguoriS: Maintained
615baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6166e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6176e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6188d8b636dSPaolo BonziniF: hw/misc/macio/
619b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
620b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
621fd5d5c56SAnthony Liguori
622fd5d5c56SAnthony LiguoriOld World
623fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
624a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
625fd5d5c56SAnthony LiguoriS: Maintained
626baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6276e481d57SPeter MaydellF: hw/pci-host/grackle.c
6288d8b636dSPaolo BonziniF: hw/misc/macio/
629835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
630fd5d5c56SAnthony Liguori
631ec38d398SAndreas FärberPReP
6329f38774dSAndreas FärberL: qemu-devel@nongnu.org
633a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
634ec38d398SAndreas FärberS: Odd Fixes
63575610155SAndreas FärberF: hw/ppc/prep.c
6366e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6378d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
638835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
639fd5d5c56SAnthony Liguori
640300b115cSAndreas FärbersPAPR
641085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6428a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6438a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6448a269ca4SAndreas FärberS: Supported
6458d8b636dSPaolo BonziniF: hw/*/spapr*
646f9de2da7SDavid GibsonF: include/hw/*/spapr*
647f9de2da7SDavid GibsonF: hw/*/xics*
648f9de2da7SDavid GibsonF: include/hw/*/xics*
649f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
650b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
651b5d55020SThomas HuthF: pc-bios/slof.bin
652b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
653b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
654a70ab357SGreg KurzF: tests/spapr*
655a70ab357SGreg KurzF: tests/libqos/*spapr*
656a70ab357SGreg KurzF: tests/rtas*
657a70ab357SGreg KurzF: tests/libqos/rtas*
6588a269ca4SAndreas Färber
659794d00bfSAndreas Färbervirtex_ml507
660794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
661794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
662794d00bfSAndreas FärberS: Odd Fixes
6636e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
664794d00bfSAndreas Färber
665fd5d5c56SAnthony LiguoriSH4 Machines
666fd5d5c56SAnthony Liguori------------
667fd5d5c56SAnthony LiguoriR2D
668fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
669fd5d5c56SAnthony LiguoriS: Maintained
6706e481d57SPeter MaydellF: hw/sh4/r2d.c
671fd5d5c56SAnthony Liguori
672fd5d5c56SAnthony LiguoriShix
673fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
674afcacd53SAurelien JarnoS: Orphan
6756e481d57SPeter MaydellF: hw/sh4/shix.c
676fd5d5c56SAnthony Liguori
677fd5d5c56SAnthony LiguoriSPARC Machines
678fd5d5c56SAnthony Liguori--------------
679fd5d5c56SAnthony LiguoriSun4m
680f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
681fd5d5c56SAnthony LiguoriS: Maintained
6828d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
683c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
684c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
685c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
686c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
687c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
688fd5d5c56SAnthony Liguori
689fd5d5c56SAnthony LiguoriSun4u
690f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
691fd5d5c56SAnthony LiguoriS: Maintained
6928d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
693c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
694fd5d5c56SAnthony Liguori
695ce6c760cSFabien ChouteauLeon3
696ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
697ce6c760cSFabien ChouteauS: Maintained
6988d8b636dSPaolo BonziniF: hw/sparc/leon3.c
6998d8b636dSPaolo BonziniF: hw/*/grlib*
700c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
701ce6c760cSFabien Chouteau
702fd5d5c56SAnthony LiguoriS390 Machines
703fd5d5c56SAnthony Liguori-------------
704dd4ad64aSCornelia HuckS390 Virtio-ccw
705dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
706b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
707dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
708dd4ad64aSCornelia HuckS: Supported
7090c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
710c5bfb202SCornelia HuckF: hw/s390x/
7114277af19SCornelia HuckF: include/hw/s390x/
7124277af19SCornelia HuckF: pc-bios/s390-ccw/
713c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7141e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7151e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7161e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7173e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7183e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
719dd4ad64aSCornelia Huck
720ab9528caSGuan XuetaoUniCore32 Machines
721ab9528caSGuan Xuetao-------------
722ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
723ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
724ab9528caSGuan XuetaoS: Maintained
7258d8b636dSPaolo BonziniF: hw/*/puv3*
726ab9528caSGuan XuetaoF: hw/unicore32/
727ab9528caSGuan Xuetao
728fd5d5c56SAnthony LiguoriX86 Machines
729fd5d5c56SAnthony Liguori------------
730fd5d5c56SAnthony LiguoriPC
731046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
732fd5d5c56SAnthony LiguoriS: Supported
733046a6486SMichael S. TsirkinF: include/hw/i386/
734046a6486SMichael S. TsirkinF: hw/i386/
735046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
736046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
737046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
738046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
739046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
740046a6486SMichael S. TsirkinF: hw/isa/piix4.c
741046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
742046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
743046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
744046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
745046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
746f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7479cc3b73cSPaolo BonziniF: hw/misc/sga.c
7489cc3b73cSPaolo Bonzini
7499cc3b73cSPaolo BonziniPC Chipset
7509cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7519cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7529cc3b73cSPaolo BonziniS: Support
7539cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7549cc3b73cSPaolo BonziniF: hw/char/parallel.c
7559cc3b73cSPaolo BonziniF: hw/char/serial*
7569cc3b73cSPaolo BonziniF: hw/dma/i8257*
7579cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7589cc3b73cSPaolo BonziniF: hw/intc/apic*
7599cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7609cc3b73cSPaolo BonziniF: hw/intc/i8259*
7619cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7629cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7639cc3b73cSPaolo BonziniF: hw/timer/hpet*
7649cc3b73cSPaolo BonziniF: hw/timer/i8254*
7659cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
766a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
767a2feb348SThomas HuthF: include/hw/timer/hpet.h
768a2feb348SThomas HuthF: include/hw/timer/i8254*
769a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
770046a6486SMichael S. Tsirkin
7715da4fb00SMichael S. TsirkinMachine core
7725da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
7735da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
7745da4fb00SMichael S. TsirkinS: Supported
7755da4fb00SMichael S. TsirkinF: hw/core/machine.c
7765da4fb00SMichael S. TsirkinF: include/hw/boards.h
777fd5d5c56SAnthony Liguori
77816e7caaeSMax FilippovXtensa Machines
77916e7caaeSMax Filippov---------------
780375847a6SMax Filippovsim
78116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
78216e7caaeSMax FilippovS: Maintained
783437a8c11SMax FilippovF: hw/xtensa/sim.c
784375847a6SMax Filippov
785437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
786375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
787375847a6SMax FilippovS: Maintained
788437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
789437a8c11SMax FilippovF: hw/net/opencores_eth.c
79016e7caaeSMax Filippov
791fd5d5c56SAnthony LiguoriDevices
792fd5d5c56SAnthony Liguori-------
793b30934cbSJiri SlabyEDU
794b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
795b30934cbSJiri SlabyS: Maintained
796b30934cbSJiri SlabyF: hw/misc/edu.c
797b30934cbSJiri Slaby
798fd5d5c56SAnthony LiguoriIDE
799c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
800c095348bSJohn SnowL: qemu-block@nongnu.org
801c095348bSJohn SnowS: Supported
8028d8b636dSPaolo BonziniF: include/hw/ide.h
803c9f7acd5SThomas HuthF: include/hw/ide/
804fd5d5c56SAnthony LiguoriF: hw/ide/
805c095348bSJohn SnowF: hw/block/block.c
806c095348bSJohn SnowF: hw/block/cdrom.c
807c095348bSJohn SnowF: hw/block/hd-geometry.c
808c095348bSJohn SnowF: tests/ide-test.c
809c095348bSJohn SnowF: tests/ahci-test.c
810aee50319SJohn SnowF: tests/libqos/ahci*
811c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
812c095348bSJohn Snow
813c095348bSJohn SnowFloppy
814c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
815c095348bSJohn SnowL: qemu-block@nongnu.org
816c095348bSJohn SnowS: Supported
817c095348bSJohn SnowF: hw/block/fdc.c
818c095348bSJohn SnowF: include/hw/block/fdc.h
819aee50319SJohn SnowF: tests/fdc-test.c
820c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
821fd5d5c56SAnthony Liguori
822f5f487b2SPeter MaydellOMAP
823f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
824f5f487b2SPeter MaydellS: Maintained
8258d8b636dSPaolo BonziniF: hw/*/omap*
826ed0db866SThomas HuthF: include/hw/arm/omap.h
827f5f487b2SPeter Maydell
82828d54e58SPaolo BonziniIPack
82928d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
83028d54e58SPaolo BonziniS: Odd Fixes
83128d54e58SPaolo BonziniF: hw/char/ipoctal232.c
83228d54e58SPaolo BonziniF: hw/ipack/
83328d54e58SPaolo Bonzini
834fd5d5c56SAnthony LiguoriPCI
835fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
836874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
837fd5d5c56SAnthony LiguoriS: Supported
8388d8b636dSPaolo BonziniF: include/hw/pci/*
839f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
840ca818cfbSMichael S. TsirkinF: hw/pci/*
841f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8420e0b3592SMichael S. Tsirkin
843d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8440e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8450e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8460e0b3592SMichael S. TsirkinS: Supported
8470e0b3592SMichael S. TsirkinF: include/hw/acpi/*
848d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8490e0b3592SMichael S. TsirkinF: hw/mem/*
8508d8b636dSPaolo BonziniF: hw/acpi/*
851d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8520e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8530e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
8540e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h
855fd5d5c56SAnthony Liguori
856aaade8d7SAndreas Färberppc4xx
857aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
858aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
859aaade8d7SAndreas FärberS: Odd Fixes
8608d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
861b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
862aaade8d7SAndreas Färber
86398cded3aSAndreas Färberppce500
86498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
86598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
86698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
86798cded3aSAndreas FärberS: Supported
8686e481d57SPeter MaydellF: hw/ppc/e500*
869566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
870566dd236SPaolo BonziniF: hw/net/fsl_etsec/
87198cded3aSAndreas Färber
87261af0ee6SPaolo BonziniCharacter devices
87361af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
87461af0ee6SPaolo BonziniS: Odd Fixes
87561af0ee6SPaolo BonziniF: hw/char/
87661af0ee6SPaolo Bonzini
877f536f112SPaolo BonziniNetwork devices
878f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
879f536f112SPaolo BonziniS: Odd Fixes
880f536f112SPaolo BonziniF: hw/net/
8816bd7776cSGreg KurzF: tests/virtio-net-test.c
882f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
883f536f112SPaolo Bonzini
884fd5d5c56SAnthony LiguoriSCSI
885de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
886de7724f7SPaolo BonziniS: Supported
88774460f34SThomas HuthF: include/hw/scsi/*
8888d8b636dSPaolo BonziniF: hw/scsi/*
8896bd7776cSGreg KurzF: tests/virtio-scsi-test.c
8901ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
891de7724f7SPaolo Bonzini
892de7724f7SPaolo BonziniLSI53C895A
8930e19885eSAnthony LiguoriS: Orphan
8948d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
895fd5d5c56SAnthony Liguori
896fcb5629dSPeter A. G. CrosthwaiteSSI
8974b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
898fcb5629dSPeter A. G. CrosthwaiteS: Maintained
8998d8b636dSPaolo BonziniF: hw/ssi/*
9008d8b636dSPaolo BonziniF: hw/block/m25p80.c
9014b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9024b46ba61SAlistair Francis
9034b46ba61SAlistair FrancisXilinx SPI
9044b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9054b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9064b46ba61SAlistair FrancisS: Maintained
9074b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
908fcb5629dSPeter A. G. Crosthwaite
909fd5d5c56SAnthony LiguoriUSB
9105d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9115d0d62feSGerd HoffmannS: Maintained
9128d8b636dSPaolo BonziniF: hw/usb/*
91328edfce0SGongleiF: tests/usb-*-test.c
914beded0ffSThomas HuthF: docs/usb2.txt
915beded0ffSThomas HuthF: docs/usb-storage.txt
916beded0ffSThomas HuthF: include/hw/usb.h
917beded0ffSThomas HuthF: include/hw/usb/
918fd5d5c56SAnthony Liguori
919e26082fdSPaolo BonziniUSB (serial adapter)
920e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
921e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
922e26082fdSPaolo BonziniS: Maintained
923e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
924e26082fdSPaolo Bonzini
92592e1fb5eSAlex WilliamsonVFIO
92692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
92792e1fb5eSAlex WilliamsonS: Supported
928cf7087dbSKim PhillipsF: hw/vfio/*
92999b88c6dSThomas HuthF: include/hw/vfio/
93092e1fb5eSAlex Williamson
931fd5d5c56SAnthony Liguorivhost
932fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
933fd5d5c56SAnthony LiguoriS: Supported
9348d8b636dSPaolo BonziniF: hw/*/*vhost*
935fd5d5c56SAnthony Liguori
936fd5d5c56SAnthony Liguorivirtio
937a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
938fd5d5c56SAnthony LiguoriS: Supported
9398d8b636dSPaolo BonziniF: hw/*/virtio*
94072fa605dSThomas HuthF: hw/virtio/Makefile.objs
94172fa605dSThomas HuthF: hw/virtio/trace-events
9426a084ea3SMichael S. TsirkinF: net/vhost-user.c
943494f7b57SThomas HuthF: include/hw/virtio/
9446bd7776cSGreg KurzF: tests/virtio-balloon-test.c
945fd5d5c56SAnthony Liguori
946fd5d5c56SAnthony Liguorivirtio-9p
94723704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9488c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
949fd5d5c56SAnthony LiguoriS: Supported
950aebeca25SAndreas FärberF: hw/9pfs/
951aebeca25SAndreas FärberF: fsdev/
9522d888c09SAndreas FärberF: tests/virtio-9p-test.c
9533f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9548c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
955fd5d5c56SAnthony Liguori
956fd5d5c56SAnthony Liguorivirtio-blk
95754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
958b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
959fd5d5c56SAnthony LiguoriS: Supported
9608d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
961b457a5f5SStefan HajnocziF: hw/block/dataplane/*
9626bd7776cSGreg KurzF: tests/virtio-blk-test.c
963b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
964fd5d5c56SAnthony Liguori
965dd4ad64aSCornelia Huckvirtio-ccw
966dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
967b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
968dd4ad64aSCornelia HuckS: Supported
969dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
9703e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9713e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
972dd4ad64aSCornelia Huck
973a5d4d7b5SGerd Hoffmannvirtio-input
974a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
975a5d4d7b5SGerd HoffmannS: Maintained
976a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
977a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
978a5d4d7b5SGerd Hoffmann
979fd5d5c56SAnthony Liguorivirtio-serial
980fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
981fd5d5c56SAnthony LiguoriS: Supported
9828d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
9838d8b636dSPaolo BonziniF: hw/char/virtio-console.c
98468a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
9856bd7776cSGreg KurzF: tests/virtio-console-test.c
9866bd7776cSGreg KurzF: tests/virtio-serial-test.c
987fd5d5c56SAnthony Liguori
9881f51a5cbSAmit Shahvirtio-rng
9891f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
9901f51a5cbSAmit ShahS: Supported
9911f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
9921f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
993750cf869SThomas HuthF: include/sysemu/rng*.h
9941f51a5cbSAmit ShahF: backends/rng*.c
9956bd7776cSGreg KurzF: tests/virtio-rng-test.c
9961f51a5cbSAmit Shah
997f3c507adSKeith Buschnvme
998f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
999c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1000f3c507adSKeith BuschS: Supported
1001f3c507adSKeith BuschF: hw/block/nvme*
1002fc967791SAndreas FärberF: tests/nvme-test.c
1003f3c507adSKeith Busch
1004d383c625SHannes Reineckemegasas
1005d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1006c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1007d383c625SHannes ReineckeS: Supported
1008d383c625SHannes ReineckeF: hw/scsi/megasas.c
1009d383c625SHannes ReineckeF: hw/scsi/mfi.h
1010d383c625SHannes Reinecke
1011605d52e6SDmitry FleytmanNetwork packet abstractions
1012605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1013605d52e6SDmitry FleytmanS: Maintained
1014605d52e6SDmitry FleytmanF: include/net/eth.h
1015605d52e6SDmitry FleytmanF: net/eth.c
1016605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1017605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1018605d52e6SDmitry Fleytman
1019622fb504SDmitry FleytmanVmware
1020622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1021622fb504SDmitry FleytmanS: Maintained
1022622fb504SDmitry FleytmanF: hw/net/vmxnet*
1023622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1024622fb504SDmitry Fleytman
1025de24d3f1SScott FeldmanRocker
1026de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1027de24d3f1SScott FeldmanS: Maintained
1028de24d3f1SScott FeldmanF: hw/net/rocker/
1029de850948SThomas HuthF: tests/rocker/
1030de850948SThomas HuthF: docs/specs/rocker.txt
1031de24d3f1SScott Feldman
103270d1fb9cSXiao GuangrongNVDIMM
103370d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
103470d1fb9cSXiao GuangrongS: Maintained
103570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
103670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
103770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
103870d1fb9cSXiao Guangrong
1039093454e2SDmitry Fleytmane1000x
1040093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1041093454e2SDmitry FleytmanS: Maintained
1042093454e2SDmitry FleytmanF: hw/net/e1000x*
1043093454e2SDmitry Fleytman
10446f3fbe4eSDmitry Fleytmane1000e
10456f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10466f3fbe4eSDmitry FleytmanS: Maintained
10476f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10486f3fbe4eSDmitry Fleytman
1049e481a1f6SAlistair FrancisGeneric Loader
1050e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1051e481a1f6SAlistair FrancisS: Maintained
1052e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1053e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1054e481a1f6SAlistair Francis
1055fd5d5c56SAnthony LiguoriSubsystems
1056fd5d5c56SAnthony Liguori----------
1057fd5d5c56SAnthony LiguoriAudio
10589f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1059fd5d5c56SAnthony LiguoriS: Maintained
1060fd5d5c56SAnthony LiguoriF: audio/
10618d8b636dSPaolo BonziniF: hw/audio/
1062a2b245aeSThomas HuthF: include/hw/audio/
1063d7b50c0cSAndreas FärberF: tests/ac97-test.c
10648fa74c94SAndreas FärberF: tests/es1370-test.c
1065fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1066fd5d5c56SAnthony Liguori
106717f1e8f5SStefan HajnocziBlock layer core
1068fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1069c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1070c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1071fd5d5c56SAnthony LiguoriS: Supported
1072fd5d5c56SAnthony LiguoriF: block*
1073fd5d5c56SAnthony LiguoriF: block/
10748d8b636dSPaolo BonziniF: hw/block/
10754c346e0bSKevin WolfF: include/block/
107646078760SKevin WolfF: qemu-img*
107746078760SKevin WolfF: qemu-io*
107829242091SKevin WolfF: tests/qemu-iotests/
1079d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1080fd5d5c56SAnthony Liguori
1081d55053b1SStefan HajnocziBlock I/O path
1082d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
10839ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1084d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1085d55053b1SStefan HajnocziS: Supported
1086d55053b1SStefan HajnocziF: async.c
1087d55053b1SStefan HajnocziF: aio-*.c
1088d55053b1SStefan HajnocziF: block/io.c
1089d55053b1SStefan HajnocziF: migration/block*
1090e1029ae2SFam ZhengF: include/block/aio.h
1091d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1092d55053b1SStefan Hajnoczi
1093280458a3SJeff CodyBlock Jobs
1094280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1095280458a3SJeff CodyL: qemu-block@nongnu.org
1096280458a3SJeff CodyS: Supported
1097280458a3SJeff CodyF: blockjob.c
1098280458a3SJeff CodyF: include/block/blockjob.h
1099280458a3SJeff CodyF: block/backup.c
1100280458a3SJeff CodyF: block/commit.c
110177346025SJeff CodyF: block/stream.c
1102280458a3SJeff CodyF: block/mirror.c
1103280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1104280458a3SJeff Cody
11054120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11064120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11074120201dSMarkus ArmbrusterS: Supported
11084120201dSMarkus ArmbrusterF: blockdev.c
11094120201dSMarkus ArmbrusterF: block/qapi.c
11104120201dSMarkus ArmbrusterF: qapi/block*.json
11114120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11124120201dSMarkus Armbruster
111361af0ee6SPaolo BonziniCharacter device backends
1114da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1115fd5d5c56SAnthony LiguoriS: Maintained
1116fd5d5c56SAnthony LiguoriF: qemu-char.c
1117da26f37aSPaolo BonziniF: backends/msmouse.c
1118da26f37aSPaolo BonziniF: backends/testdev.c
1119fd5d5c56SAnthony Liguori
1120e26082fdSPaolo BonziniCharacter Devices (Braille)
1121e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1122e26082fdSPaolo BonziniS: Maintained
1123e26082fdSPaolo BonziniF: backends/baum.c
1124fd5d5c56SAnthony Liguori
11258c413e79SMarkus ArmbrusterCoverity model
11268c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11278c413e79SMarkus ArmbrusterS: Supported
11288c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11298c413e79SMarkus Armbruster
1130f2ca0524SAndreas FärberCPU
113112b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1132f2ca0524SAndreas FärberS: Supported
1133f2ca0524SAndreas FärberF: qom/cpu.c
11346e481d57SPeter MaydellF: include/qom/cpu.h
1135f2ca0524SAndreas Färber
1136d24b569aSPeter A. G. CrosthwaiteDevice Tree
11374b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1138d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1139d24b569aSPeter A. G. CrosthwaiteS: Maintained
114082407515SThomas HuthF: device_tree.c
114182407515SThomas HuthF: include/sysemu/device_tree.h
1142d24b569aSPeter A. G. Crosthwaite
11434f966768SMarkus ArmbrusterError reporting
11444f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11454f966768SMarkus ArmbrusterS: Supported
11464f966768SMarkus ArmbrusterF: include/qapi/error.h
11474f966768SMarkus ArmbrusterF: include/qemu/error-report.h
11484f966768SMarkus ArmbrusterF: util/error.c
11494f966768SMarkus ArmbrusterF: util/qemu-error.c
11504f966768SMarkus Armbruster
1151fd5d5c56SAnthony LiguoriGDB stub
11525dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1153fd5d5c56SAnthony LiguoriS: Odd Fixes
1154fd5d5c56SAnthony LiguoriF: gdbstub*
1155fd5d5c56SAnthony LiguoriF: gdb-xml/
1156fd5d5c56SAnthony Liguori
115701a9c03cSPaolo BonziniMemory API
115801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
115901a9c03cSPaolo BonziniS: Supported
116001a9c03cSPaolo BonziniF: include/exec/ioport.h
116101a9c03cSPaolo BonziniF: ioport.c
116201a9c03cSPaolo BonziniF: include/exec/memory.h
11632b1641d0SPaolo BonziniF: include/exec/ram_addr.h
116401a9c03cSPaolo BonziniF: memory.c
116501a9c03cSPaolo BonziniF: include/exec/memory-internal.h
116601a9c03cSPaolo BonziniF: exec.c
116701a9c03cSPaolo Bonzini
11687ee3bf03SGerd HoffmannSPICE
11697ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11707ee3bf03SGerd HoffmannS: Supported
11716e481d57SPeter MaydellF: include/ui/qemu-spice.h
1172438528a3SThomas HuthF: include/ui/spice-display.h
11737ee3bf03SGerd HoffmannF: ui/spice-*.c
11747ee3bf03SGerd HoffmannF: audio/spiceaudio.c
11758d8b636dSPaolo BonziniF: hw/display/qxl*
11767ee3bf03SGerd Hoffmann
1177fd5d5c56SAnthony LiguoriGraphics
117825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
117925eccc37SGerd HoffmannS: Odd Fixes
1180fd5d5c56SAnthony LiguoriF: ui/
1181e220656cSThomas HuthF: include/ui/
1182fd5d5c56SAnthony Liguori
1183351f1bf6SAndreas FärberCocoa graphics
118430ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1185351f1bf6SAndreas FärberS: Odd Fixes
1186351f1bf6SAndreas FärberF: ui/cocoa.m
1187351f1bf6SAndreas Färber
1188fd5d5c56SAnthony LiguoriMain loop
1189da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1190da26f37aSPaolo BonziniS: Maintained
1191da26f37aSPaolo BonziniF: cpus.c
1192da26f37aSPaolo BonziniF: main-loop.c
1193da26f37aSPaolo BonziniF: qemu-timer.c
1194fd5d5c56SAnthony LiguoriF: vl.c
1195fd5d5c56SAnthony Liguori
11968899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1197fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com>
1198fbb0621aSLuiz CapitulinoS: Maintained
1199fd5d5c56SAnthony LiguoriF: monitor.c
1200c13e9912SThomas HuthF: hmp.[ch]
1201c13e9912SThomas HuthF: hmp-commands*.hx
1202c13e9912SThomas HuthF: include/monitor/hmp-target.h
1203dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1204fd5d5c56SAnthony Liguori
1205f536f112SPaolo BonziniNetwork device backends
1206442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1207fd5d5c56SAnthony LiguoriS: Maintained
1208fd5d5c56SAnthony LiguoriF: net/
1209d24b2b1cSThomas HuthF: include/net/
12105fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1211fd5d5c56SAnthony Liguori
1212aee09bafSVincenzo MaffioneNetmap network backend
1213aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1214aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1215aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1216aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1217aee09bafSVincenzo MaffioneS: Maintained
1218aee09bafSVincenzo MaffioneF: net/netmap.c
1219aee09bafSVincenzo Maffione
122044f76b28SPaolo BonziniNetwork Block Device (NBD)
122144f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
122244f76b28SPaolo BonziniS: Odd Fixes
1223798bfe00SFam ZhengF: block/nbd*
1224798bfe00SFam ZhengF: nbd/
1225798bfe00SFam ZhengF: include/block/nbd*
122644f76b28SPaolo BonziniF: qemu-nbd.c
12271ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
122844f76b28SPaolo Bonzini
12292f54eb98SEduardo HabkostNUMA
12302f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12312f54eb98SEduardo HabkostS: Maintained
12322f54eb98SEduardo HabkostF: numa.c
12332f54eb98SEduardo HabkostF: include/sysemu/numa.h
12342f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12352f54eb98SEduardo Habkost
12364fc264f4SEduardo HabkostHost Memory Backends
12374fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12384fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12394fc264f4SEduardo HabkostS: Maintained
12404fc264f4SEduardo HabkostF: backends/hostmem*.c
12414fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
12424fc264f4SEduardo Habkost
12438899b4aeSLuiz CapitulinoQAPI
12449740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12458899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
12469740618cSLuiz CapitulinoS: Supported
12478899b4aeSLuiz CapitulinoF: qapi/
12480311c5bdSMarkus ArmbrusterX: qapi/*.json
1249ac4abb9aSMarkus ArmbrusterF: include/qapi/
1250ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1251ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1252c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1253ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1254ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
12550311c5bdSMarkus ArmbrusterF: scripts/qapi*
12560311c5bdSMarkus ArmbrusterF: docs/qapi*
12579740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12588899b4aeSLuiz Capitulino
12597810d291SLuiz CapitulinoQAPI Schema
12607810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
12617810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
12627810d291SLuiz CapitulinoS: Supported
12637810d291SLuiz CapitulinoF: qapi-schema.json
12640311c5bdSMarkus ArmbrusterF: qapi/*.json
12659740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
12667810d291SLuiz Capitulino
1267f3582ba4SLuiz CapitulinoQObject
1268f3582ba4SLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com>
1269f3582ba4SLuiz CapitulinoS: Maintained
1270f3582ba4SLuiz CapitulinoF: qobject/
12717735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
12727735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
12737735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
12747735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
12757735d2b5SMarkus ArmbrusterF: tests/check-qint.c
12767735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
12777735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
12787735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1279f3582ba4SLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1280f3582ba4SLuiz Capitulino
1281f05d9999SMichael RothQEMU Guest Agent
1282f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1283f05d9999SMichael RothS: Maintained
1284f05d9999SMichael RothF: qga/
1285f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1286f05d9999SMichael Roth
12874688c94cSAndreas FärberQOM
12884688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
12894688c94cSAndreas FärberS: Supported
12904688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
12914688c94cSAndreas FärberF: include/qom/
12924688c94cSAndreas FärberX: include/qom/cpu.h
12934688c94cSAndreas FärberF: qom/
12944688c94cSAndreas FärberX: qom/cpu.c
12959f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
12969f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
12974688c94cSAndreas FärberF: tests/qom-test.c
12984688c94cSAndreas Färber
12998899b4aeSLuiz CapitulinoQMP
13009740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13019740618cSLuiz CapitulinoS: Supported
13028899b4aeSLuiz CapitulinoF: qmp.c
13038899b4aeSLuiz CapitulinoF: monitor.c
13049b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13059740618cSLuiz CapitulinoF: scripts/qmp/
13069740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13078899b4aeSLuiz Capitulino
1308cc0100f4SAlistair FrancisRegister API
1309cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1310cc0100f4SAlistair FrancisS: Maintained
1311cc0100f4SAlistair FrancisF: hw/core/register.c
1312cc0100f4SAlistair FrancisF: include/hw/register.h
1313cc0100f4SAlistair Francis
1314fd5d5c56SAnthony LiguoriSLIRP
1315eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1316bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1317bafc72abSJan KiszkaS: Maintained
1318fd5d5c56SAnthony LiguoriF: slirp/
1319663fb1e1SThomas HuthF: net/slirp.c
1320d24b2b1cSThomas HuthF: include/net/slirp.h
13211ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1322fd5d5c56SAnthony Liguori
1323b1ed728aSPaolo BonziniStubs
1324b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1325b1ed728aSPaolo BonziniS: Maintained
1326b1ed728aSPaolo BonziniF: stubs/
1327b1ed728aSPaolo Bonzini
1328598a3f35SStefan HajnocziTracing
13291cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1330598a3f35SStefan HajnocziS: Maintained
1331598a3f35SStefan HajnocziF: trace/
1332f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1333f70fd8fdSLluís VilanovaF: scripts/tracetool/
1334f922ea46SAndreas FärberF: docs/tracing.txt
13351ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1336598a3f35SStefan Hajnoczi
133714f40fdcSBlue SwirlCheckpatch
133814f40fdcSBlue SwirlS: Odd Fixes
133914f40fdcSBlue SwirlF: scripts/checkpatch.pl
134014f40fdcSBlue Swirl
1341c0787c8dSJuan QuintelaMigration
1342c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
13437f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1344c0787c8dSJuan QuintelaS: Maintained
1345c0787c8dSJuan QuintelaF: include/migration/
134644a1f946SDr. David Alan GilbertF: migration/
1347c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1348c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1349a609ad8bSThomas HuthF: docs/migration.txt
1350c0787c8dSJuan Quintela
135192bfedb0SEduardo OtuboSeccomp
13529d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
135392bfedb0SEduardo OtuboS: Supported
135492bfedb0SEduardo OtuboF: qemu-seccomp.c
135592bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
135692bfedb0SEduardo Otubo
1357ddbb0d09SDaniel P. BerrangeCryptography
1358ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1359ddbb0d09SDaniel P. BerrangeS: Maintained
1360ddbb0d09SDaniel P. BerrangeF: crypto/
1361ddbb0d09SDaniel P. BerrangeF: include/crypto/
1362ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1363ddbb0d09SDaniel P. Berrange
136410817bf0SDaniel P. BerrangeCoroutines
136510817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
136610817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
136710817bf0SDaniel P. BerrangeF: util/*coroutine*
136810817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
136910817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
137010817bf0SDaniel P. Berrange
137188c5f205SDaniel P. BerrangeBuffers
137288c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
137388c5f205SDaniel P. BerrangeS: Odd fixes
137488c5f205SDaniel P. BerrangeF: util/buffer.c
137588c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
137688c5f205SDaniel P. Berrange
1377666a3af9SDaniel P. BerrangeI/O Channels
1378666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1379666a3af9SDaniel P. BerrangeS: Maintained
1380666a3af9SDaniel P. BerrangeF: io/
1381666a3af9SDaniel P. BerrangeF: include/io/
1382666a3af9SDaniel P. BerrangeF: tests/test-io-*
1383666a3af9SDaniel P. Berrange
13845614a283SGerd HoffmannSockets
13855614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
13865614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13875614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
13885614a283SGerd HoffmannS: Maintained
13895614a283SGerd HoffmannF: include/qemu/sockets.h
13905614a283SGerd HoffmannF: util/qemu-sockets.c
13915614a283SGerd Hoffmann
1392d310d85bSAlberto GarciaThrottling infrastructure
1393d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1394d310d85bSAlberto GarciaS: Supported
1395d310d85bSAlberto GarciaF: block/throttle-groups.c
1396d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1397d310d85bSAlberto GarciaF: include/qemu/throttle.h
1398d310d85bSAlberto GarciaF: util/throttle.c
1399d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1400d310d85bSAlberto Garcia
1401080d7aacSFam ZhengUUID
1402080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1403080d7aacSFam ZhengS: Supported
1404080d7aacSFam ZhengF: util/uuid.c
1405080d7aacSFam ZhengF: include/qemu/uuid.h
1406080d7aacSFam ZhengF: tests/test-uuid.c
1407080d7aacSFam Zheng
140888f82ed1SZhang ChenCOLO Proxy
140988f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
141088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
141188f82ed1SZhang ChenS: Supported
141288f82ed1SZhang ChenF: docs/colo-proxy.txt
141388f82ed1SZhang ChenF: net/colo*
141488f82ed1SZhang ChenF: net/filter-rewriter.c
141588f82ed1SZhang ChenF: net/filter-mirror.c
141688f82ed1SZhang Chen
1417fd5d5c56SAnthony LiguoriUsermode Emulation
1418fd5d5c56SAnthony Liguori------------------
1419486bbe5fSPaolo BonziniOverall
1420486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1421486bbe5fSPaolo BonziniS: Maintained
1422486bbe5fSPaolo BonziniF: thunk.c
1423486bbe5fSPaolo BonziniF: user-exec.c
1424486bbe5fSPaolo Bonzini
1425fd5d5c56SAnthony LiguoriBSD user
1426297e8005SMarkus ArmbrusterS: Orphan
1427fd5d5c56SAnthony LiguoriF: bsd-user/
1428*ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1429fd5d5c56SAnthony Liguori
1430fd5d5c56SAnthony LiguoriLinux user
1431fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1432fd5d5c56SAnthony LiguoriS: Maintained
1433fd5d5c56SAnthony LiguoriF: linux-user/
1434*ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
143542f5a7e9SAurelien Jarno
143642f5a7e9SAurelien JarnoTiny Code Generator (TCG)
143742f5a7e9SAurelien Jarno-------------------------
143842f5a7e9SAurelien JarnoCommon code
1439cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
144042f5a7e9SAurelien JarnoS: Maintained
144142f5a7e9SAurelien JarnoF: tcg/
144242f5a7e9SAurelien Jarno
1443b25a464cSClaudio FontanaAArch64 target
1444b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1445b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1446b25a464cSClaudio FontanaS: Maintained
1447b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1448b25a464cSClaudio FontanaF: tcg/aarch64/
1449c17652eeSPaolo BonziniF: disas/arm-a64.cc
1450c17652eeSPaolo BonziniF: disas/libvixl/
1451b25a464cSClaudio Fontana
145242f5a7e9SAurelien JarnoARM target
145342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
145442f5a7e9SAurelien JarnoS: Maintained
1455b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
145642f5a7e9SAurelien JarnoF: tcg/arm/
1457c17652eeSPaolo BonziniF: disas/arm.c
145842f5a7e9SAurelien Jarno
145942f5a7e9SAurelien Jarnoi386 target
14605dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
146142f5a7e9SAurelien JarnoS: Maintained
146242f5a7e9SAurelien JarnoF: tcg/i386/
1463c17652eeSPaolo BonziniF: disas/i386.c
146442f5a7e9SAurelien Jarno
146542f5a7e9SAurelien JarnoIA64 target
146642f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
146742f5a7e9SAurelien JarnoS: Maintained
146842f5a7e9SAurelien JarnoF: tcg/ia64/
1469c17652eeSPaolo BonziniF: disas/ia64.c
147042f5a7e9SAurelien Jarno
147142f5a7e9SAurelien JarnoMIPS target
1472d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
147342f5a7e9SAurelien JarnoS: Maintained
147442f5a7e9SAurelien JarnoF: tcg/mips/
1475c17652eeSPaolo BonziniF: disas/mips.c
147642f5a7e9SAurelien Jarno
147742f5a7e9SAurelien JarnoPPC
147842f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru>
147942f5a7e9SAurelien JarnoS: Maintained
148042f5a7e9SAurelien JarnoF: tcg/ppc/
1481c17652eeSPaolo BonziniF: disas/ppc.c
148242f5a7e9SAurelien Jarno
148342f5a7e9SAurelien JarnoS390 target
148442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
148542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
148642f5a7e9SAurelien JarnoS: Maintained
148742f5a7e9SAurelien JarnoF: tcg/s390/
1488c17652eeSPaolo BonziniF: disas/s390.c
148942f5a7e9SAurelien Jarno
149042f5a7e9SAurelien JarnoSPARC target
1491297e8005SMarkus ArmbrusterS: Odd Fixes
149242f5a7e9SAurelien JarnoF: tcg/sparc/
1493c17652eeSPaolo BonziniF: disas/sparc.c
1494bc75c9e5SStefan Weil
1495bc75c9e5SStefan WeilTCI target
1496bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1497bc75c9e5SStefan WeilS: Maintained
14988ef9cd55SAndreas FärberF: tcg/tci/
14992b7be8c8SStefan WeilF: tci.c
1500c17652eeSPaolo BonziniF: disas/tci.c
1501aa09c951SAndreas Färber
1502aa09c951SAndreas FärberStable branches
1503aa09c951SAndreas Färber---------------
1504aa09c951SAndreas FärberStable 1.0
1505aa09c951SAndreas FärberL: qemu-stable@nongnu.org
150685938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git
1507aa09c951SAndreas FärberS: Orphan
1508aa09c951SAndreas Färber
1509aa09c951SAndreas FärberStable 0.15
1510aa09c951SAndreas FärberL: qemu-stable@nongnu.org
151185938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git
1512211b76d1SAndreas FärberS: Orphan
1513aa09c951SAndreas Färber
1514aa09c951SAndreas FärberStable 0.14
1515aa09c951SAndreas FärberL: qemu-stable@nongnu.org
151685938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git
1517aa09c951SAndreas FärberS: Orphan
1518aa09c951SAndreas Färber
1519aa09c951SAndreas FärberStable 0.10
1520aa09c951SAndreas FärberL: qemu-stable@nongnu.org
152185938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git
1522aa09c951SAndreas FärberS: Orphan
1523f05b328cSStefan Hajnoczi
1524f05b328cSStefan HajnocziBlock drivers
1525f05b328cSStefan Hajnoczi-------------
1526f05b328cSStefan HajnocziVMDK
1527f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1528c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1529f05b328cSStefan HajnocziS: Supported
1530f05b328cSStefan HajnocziF: block/vmdk.c
1531f05b328cSStefan Hajnoczi
1532f05b328cSStefan HajnocziRBD
15335a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1534280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1535280458a3SJeff CodyL: qemu-block@nongnu.org
1536f05b328cSStefan HajnocziS: Supported
1537f05b328cSStefan HajnocziF: block/rbd.c
1538280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1539f05b328cSStefan Hajnoczi
1540f05b328cSStefan HajnocziSheepdog
154153b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1542f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1543280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1544280458a3SJeff CodyL: qemu-block@nongnu.org
1545dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1546f05b328cSStefan HajnocziS: Supported
1547f05b328cSStefan HajnocziF: block/sheepdog.c
1548280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1549f05b328cSStefan Hajnoczi
1550f05b328cSStefan HajnocziVHDX
1551f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1552280458a3SJeff CodyL: qemu-block@nongnu.org
1553f05b328cSStefan HajnocziS: Supported
1554f05b328cSStefan HajnocziF: block/vhdx*
1555280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1556f05b328cSStefan Hajnoczi
1557f05b328cSStefan HajnocziVDI
1558f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1559c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1560f05b328cSStefan HajnocziS: Maintained
1561f05b328cSStefan HajnocziF: block/vdi.c
1562f05b328cSStefan Hajnoczi
1563f05b328cSStefan HajnocziiSCSI
1564f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1565f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1566f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1567c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1568f05b328cSStefan HajnocziS: Supported
1569f05b328cSStefan HajnocziF: block/iscsi.c
1570f05b328cSStefan Hajnoczi
15716542aa9cSPeter LievenNFS
1572280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
15736542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1574280458a3SJeff CodyL: qemu-block@nongnu.org
15756542aa9cSPeter LievenS: Maintained
15766542aa9cSPeter LievenF: block/nfs.c
1577280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
15786542aa9cSPeter Lieven
1579f05b328cSStefan HajnocziSSH
1580f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1581280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1582280458a3SJeff CodyL: qemu-block@nongnu.org
1583f05b328cSStefan HajnocziS: Supported
1584f05b328cSStefan HajnocziF: block/ssh.c
1585280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1586c9a12e75SChrysostomos Nanakos
1587c9a12e75SChrysostomos NanakosARCHIPELAGO
1588c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1589280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1590280458a3SJeff CodyL: qemu-block@nongnu.org
1591c9a12e75SChrysostomos NanakosS: Maintained
1592c9a12e75SChrysostomos NanakosF: block/archipelago.c
1593280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1594280458a3SJeff Cody
1595280458a3SJeff CodyCURL
1596280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1597280458a3SJeff CodyL: qemu-block@nongnu.org
1598280458a3SJeff CodyS: Supported
1599280458a3SJeff CodyF: block/curl.c
1600280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1601280458a3SJeff Cody
1602280458a3SJeff CodyGLUSTER
1603280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1604280458a3SJeff CodyL: qemu-block@nongnu.org
1605280458a3SJeff CodyS: Supported
1606280458a3SJeff CodyF: block/gluster.c
1607280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1608b5e9476cSGonglei
1609199667a8SFam ZhengNull Block Driver
1610199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1611199667a8SFam ZhengL: qemu-block@nongnu.org
1612199667a8SFam ZhengS: Supported
1613199667a8SFam ZhengF: block/null.c
1614199667a8SFam Zheng
1615b5e9476cSGongleiBootdevice
1616b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1617b5e9476cSGongleiS: Maintained
1618b5e9476cSGongleiF: bootdevice.c
1619ecdda9e0SAlberto Garcia
1620ecdda9e0SAlberto GarciaQuorum
1621ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1622ecdda9e0SAlberto GarciaS: Supported
1623ecdda9e0SAlberto GarciaF: block/quorum.c
1624ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1625e7c6e631SStefan Hajnoczi
1626e7c6e631SStefan Hajnocziblkverify
1627e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1628e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1629e7c6e631SStefan HajnocziS: Supported
1630e7c6e631SStefan HajnocziF: block/blkverify.c
1631e7c6e631SStefan Hajnoczi
1632e7c6e631SStefan Hajnoczibochs
1633e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1634e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1635e7c6e631SStefan HajnocziS: Supported
1636e7c6e631SStefan HajnocziF: block/bochs.c
1637e7c6e631SStefan Hajnoczi
1638e7c6e631SStefan Hajnoczicloop
1639e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1640e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1641e7c6e631SStefan HajnocziS: Supported
1642e7c6e631SStefan HajnocziF: block/cloop.c
1643e7c6e631SStefan Hajnoczi
1644e7c6e631SStefan Hajnoczidmg
1645e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1646e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1647e7c6e631SStefan HajnocziS: Supported
1648e7c6e631SStefan HajnocziF: block/dmg.c
1649e7c6e631SStefan Hajnoczi
1650e7c6e631SStefan Hajnocziparallels
1651e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1652f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1653e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1654e7c6e631SStefan HajnocziS: Supported
1655e7c6e631SStefan HajnocziF: block/parallels.c
1656b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1657e7c6e631SStefan Hajnoczi
1658e7c6e631SStefan Hajnocziqed
1659e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1660e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1661e7c6e631SStefan HajnocziS: Supported
1662e7c6e631SStefan HajnocziF: block/qed.c
1663e7c6e631SStefan Hajnoczi
1664e7c6e631SStefan Hajnocziraw
1665e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1666e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1667e7c6e631SStefan HajnocziS: Supported
1668e7c6e631SStefan HajnocziF: block/linux-aio.c
1669f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
1670e7c6e631SStefan HajnocziF: block/raw-posix.c
1671e7c6e631SStefan HajnocziF: block/raw-win32.c
1672e7c6e631SStefan HajnocziF: block/raw_bsd.c
1673e7c6e631SStefan HajnocziF: block/win32-aio.c
1674e7c6e631SStefan Hajnoczi
1675e7c6e631SStefan Hajnocziqcow2
1676e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1677c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1678e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1679e7c6e631SStefan HajnocziS: Supported
1680e7c6e631SStefan HajnocziF: block/qcow2*
1681e7c6e631SStefan Hajnoczi
1682e7c6e631SStefan Hajnocziqcow
1683e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1684e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1685e7c6e631SStefan HajnocziS: Supported
1686e7c6e631SStefan HajnocziF: block/qcow.c
1687e7c6e631SStefan Hajnoczi
1688e7c6e631SStefan Hajnocziblkdebug
1689e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1690c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1691e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1692e7c6e631SStefan HajnocziS: Supported
1693e7c6e631SStefan HajnocziF: block/blkdebug.c
1694e7c6e631SStefan Hajnoczi
1695e7c6e631SStefan Hajnoczivpc
1696e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1697e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1698e7c6e631SStefan HajnocziS: Supported
1699e7c6e631SStefan HajnocziF: block/vpc.c
1700e7c6e631SStefan Hajnoczi
1701e7c6e631SStefan Hajnoczivvfat
1702e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1703e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1704e7c6e631SStefan HajnocziS: Supported
1705e7c6e631SStefan HajnocziF: block/vvfat.c
1706abfe4e94SStefan Hajnoczi
1707abfe4e94SStefan HajnocziImage format fuzzer
1708abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1709abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1710abfe4e94SStefan HajnocziS: Supported
1711abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1712717171bdSDaniel P. Berrange
1713049105a3SChanglong XieReplication
1714049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1715049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1716049105a3SChanglong XieS: Supported
1717049105a3SChanglong XieF: replication*
1718049105a3SChanglong XieF: block/replication.c
1719049105a3SChanglong XieF: tests/test-replication.c
1720049105a3SChanglong XieF: docs/block-replication.txt
1721049105a3SChanglong Xie
1722b9e02c06SAlex BennéeBuild and test automation
1723b9e02c06SAlex Bennée-------------------------
1724b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1725b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1726b9e02c06SAlex BennéeS: Supported
1727b9e02c06SAlex BennéeF: .travis.yml
1728717171bdSDaniel P. Berrange
1729717171bdSDaniel P. BerrangeDocumentation
1730717171bdSDaniel P. Berrange-------------
1731717171bdSDaniel P. BerrangeBuild system architecture
1732717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1733717171bdSDaniel P. BerrangeS: Odd Fixes
1734717171bdSDaniel P. BerrangeF: docs/build-system.txt
17358a49e97fSFam Zheng
17368a49e97fSFam ZhengDocker testing
17378a49e97fSFam Zheng--------------
17388a49e97fSFam ZhengDocker based testing framework and cases
17398a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17408a49e97fSFam ZhengS: Maintained
17418a49e97fSFam ZhengF: tests/docker/
1742