xref: /openbmc/qemu/MAINTAINERS (revision daf14ce3)
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>
15fdf6fab4SPaul E. McKenney	R: Designated reviewer: FullName <address@domain>
16fdf6fab4SPaul E. McKenney	   These reviewers should be CCed on patches.
17fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
18fd5d5c56SAnthony Liguori	W: Web-page with status/info
19fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
20fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21fd5d5c56SAnthony Liguori	S: Status, one of the following:
22fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
23fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
24fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
25c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
26fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
27fd5d5c56SAnthony Liguori			role as you write your new code].
28fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
29fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
30fd5d5c56SAnthony Liguori			should be using that.
31fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
32fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
33fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
34fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
35fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
36fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
37fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
38fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
39fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
40fd5d5c56SAnthony Liguori	   F:	net/
41fd5d5c56SAnthony Liguori	   X:	net/ipv6/
42fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
43fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
44fd5d5c56SAnthony Liguori	   patch or file.  For instance:
45fd5d5c56SAnthony Liguori	   K: of_get_profile
46fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
47fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
48fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
49fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
50fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
51b6f97c14Sbellard
52b6f97c14Sbellard
53fd5d5c56SAnthony LiguoriGeneral Project Administration
54fd5d5c56SAnthony Liguori------------------------------
55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
56fd5d5c56SAnthony Liguori
57c9a19d5bSStephen WarrenAll patches CC here
58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
59c9a19d5bSStephen WarrenF: *
60c9a19d5bSStephen WarrenF: */
61c9a19d5bSStephen Warren
6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6362622c11SMichael S. Tsirkin------------------------------
6470b7fba9SStefan HajnocziW: https://wiki.qemu.org/SecurityProcess
6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6662622c11SMichael S. TsirkinL: secalert@redhat.com
6762622c11SMichael S. Tsirkin
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent Vivier---------------
70936c2230SLaurent VivierTrivial patches
71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
73936c2230SLaurent VivierS: Maintained
74936c2230SLaurent VivierL: qemu-trivial@nongnu.org
75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
78936c2230SLaurent Vivier
79*daf14ce3SCornelia HuckArchitecture support
80*daf14ce3SCornelia Huck--------------------
81*daf14ce3SCornelia HuckS390
82*daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
83*daf14ce3SCornelia HuckS: Supported
84*daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.mak
85*daf14ce3SCornelia HuckF: gdb-xml/s390*.xml
86*daf14ce3SCornelia HuckF: hw/char/sclp*.[hc]
87*daf14ce3SCornelia HuckF: hw/char/terminal3270.c
88*daf14ce3SCornelia HuckF: hw/intc/s390_flic.c
89*daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c
90*daf14ce3SCornelia HuckF: hw/s390x/
91*daf14ce3SCornelia HuckF: hw/vfio/ccw.c
92*daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c
93*daf14ce3SCornelia HuckF: include/hw/s390x/
94*daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h
95*daf14ce3SCornelia HuckF: pc-bios/s390-ccw/
96*daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img
97*daf14ce3SCornelia HuckF: target/s390x/
98*daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x?
99*daf14ce3SCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
100*daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org
101*daf14ce3SCornelia Huck
102fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
103fd5d5c56SAnthony Liguori----------------------
104486bbe5fSPaolo BonziniOverall
1055dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1062b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1072b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1082b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
1092b1641d0SPaolo BonziniS: Maintained
1102b1641d0SPaolo BonziniF: cpus.c
1112b1641d0SPaolo BonziniF: exec.c
112c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
1132b1641d0SPaolo BonziniF: include/exec/cpu*.h
1142b1641d0SPaolo BonziniF: include/exec/exec-all.h
115486bbe5fSPaolo BonziniF: include/exec/helper*.h
1162b1641d0SPaolo BonziniF: include/exec/tb-hash.h
117460423d3SThomas HuthF: include/sysemu/cpus.h
118486bbe5fSPaolo Bonzini
1191badb586SPeter MaydellFPU emulation
1201badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1211badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1221badb586SPeter MaydellS: Odd Fixes
1231badb586SPeter MaydellF: fpu/
1241badb586SPeter MaydellF: include/fpu/
1251badb586SPeter Maydell
126b6f97c14SbellardAlpha
1278d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1288d6df264SRichard HendersonS: Maintained
129fcf5ef2aSThomas HuthF: target/alpha/
1308d8b636dSPaolo BonziniF: hw/alpha/
131c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
132c17652eeSPaolo BonziniF: disas/alpha.c
133fd5d5c56SAnthony Liguori
134fd5d5c56SAnthony LiguoriARM
1351ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
136b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
137fd5d5c56SAnthony LiguoriS: Maintained
138fcf5ef2aSThomas HuthF: target/arm/
1398d8b636dSPaolo BonziniF: hw/arm/
1408d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
141f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
142c17652eeSPaolo BonziniF: disas/arm.c
143c17652eeSPaolo BonziniF: disas/arm-a64.cc
144c17652eeSPaolo BonziniF: disas/libvixl/
145fd5d5c56SAnthony Liguori
146fd5d5c56SAnthony LiguoriCRIS
147fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
148fd5d5c56SAnthony LiguoriS: Maintained
149fcf5ef2aSThomas HuthF: target/cris/
1508d8b636dSPaolo BonziniF: hw/cris/
151c9b90090SThomas HuthF: include/hw/cris/
152c0bd0b50SPaolo BonziniF: tests/tcg/cris/
153c17652eeSPaolo BonziniF: disas/cris.c
154fd5d5c56SAnthony Liguori
15561766fe9SRichard HendersonHPPA (PA-RISC)
15661766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
15761766fe9SRichard HendersonS: Maintained
15861766fe9SRichard HendersonF: target/hppa/
15961461802SRichard HendersonF: hw/hppa/
16061766fe9SRichard HendersonF: disas/hppa.c
16161766fe9SRichard Henderson
16207bf23a7SMichael WalleLM32
16307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16407bf23a7SMichael WalleS: Maintained
165fcf5ef2aSThomas HuthF: target/lm32/
1664eab7a0aSMichael WalleF: disas/lm32.c
1678d8b636dSPaolo BonziniF: hw/lm32/
1684eab7a0aSMichael WalleF: hw/*/lm32_*
1694eab7a0aSMichael WalleF: hw/*/milkymist-*
1704eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1714eab7a0aSMichael WalleF: include/hw/lm32/
172c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17307bf23a7SMichael Walle
174fd5d5c56SAnthony LiguoriM68K
175595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
176595a926dSLaurent VivierS: Maintained
177fcf5ef2aSThomas HuthF: target/m68k/
178e9a56114SThomas HuthF: disas/m68k.c
179fd5d5c56SAnthony Liguori
180abc07545SEdgar E. IglesiasMicroBlaze
181fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
182fd5d5c56SAnthony LiguoriS: Maintained
183fcf5ef2aSThomas HuthF: target/microblaze/
1848d8b636dSPaolo BonziniF: hw/microblaze/
185c17652eeSPaolo BonziniF: disas/microblaze.c
186fd5d5c56SAnthony Liguori
187fd5d5c56SAnthony LiguoriMIPS
188ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1890eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
1906f640917SLeon AlraeS: Maintained
191fcf5ef2aSThomas HuthF: target/mips/
1928d8b636dSPaolo BonziniF: hw/mips/
1935995db88SThomas HuthF: hw/misc/mips_*
1945995db88SThomas HuthF: hw/intc/mips_gic.c
1955995db88SThomas HuthF: hw/timer/mips_gictimer.c
1965995db88SThomas HuthF: include/hw/mips/
1975995db88SThomas HuthF: include/hw/misc/mips_*
1985995db88SThomas HuthF: include/hw/intc/mips_gic.h
1995995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
200c0bd0b50SPaolo BonziniF: tests/tcg/mips/
201c17652eeSPaolo BonziniF: disas/mips.c
202fd5d5c56SAnthony Liguori
203d15a9c23SAnthony GreenMoxie
204d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
205d15a9c23SAnthony GreenS: Maintained
206fcf5ef2aSThomas HuthF: target/moxie/
207c17652eeSPaolo BonziniF: disas/moxie.c
208a3ccdfb5SThomas HuthF: hw/moxie/
209a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
210d15a9c23SAnthony Green
211e671711cSMarek VasutNiosII
212e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
213e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
214e671711cSMarek VasutS: Maintained
215e671711cSMarek VasutF: target/nios2/
216e671711cSMarek VasutF: hw/nios2/
217e671711cSMarek VasutF: disas/nios2.c
218e671711cSMarek Vasut
219945dad6dSJia LiuOpenRISC
2201d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2211d7cf18dSStafford HorneS: Odd Fixes
222fcf5ef2aSThomas HuthF: target/openrisc/
223945dad6dSJia LiuF: hw/openrisc/
224c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
225945dad6dSJia Liu
226fd5d5c56SAnthony LiguoriPowerPC
227b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
228fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
229a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
230fd5d5c56SAnthony LiguoriS: Maintained
231fcf5ef2aSThomas HuthF: target/ppc/
2328d8b636dSPaolo BonziniF: hw/ppc/
233b5d55020SThomas HuthF: include/hw/ppc/
234c17652eeSPaolo BonziniF: disas/ppc.c
235fd5d5c56SAnthony Liguori
236749717a0SAlexander GrafS390
2372b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
238fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
239fd5d5c56SAnthony LiguoriS: Maintained
240fcf5ef2aSThomas HuthF: target/s390x/
2418d8b636dSPaolo BonziniF: hw/s390x/
242c17652eeSPaolo BonziniF: disas/s390.c
243146bd283SCornelia HuckL: qemu-s390x@nongnu.org
244b6f97c14Sbellard
245fd5d5c56SAnthony LiguoriSH4
246ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2472c9b7d1aSAndreas FärberS: Odd Fixes
248fcf5ef2aSThomas HuthF: target/sh4/
2498d8b636dSPaolo BonziniF: hw/sh4/
250c17652eeSPaolo BonziniF: disas/sh4.c
2518a90f900SThomas HuthF: include/hw/sh4/
252fd5d5c56SAnthony Liguori
253fd5d5c56SAnthony LiguoriSPARC
254f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2552c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
256fd5d5c56SAnthony LiguoriS: Maintained
257fcf5ef2aSThomas HuthF: target/sparc/
2588d8b636dSPaolo BonziniF: hw/sparc/
2598d8b636dSPaolo BonziniF: hw/sparc64/
260c17652eeSPaolo BonziniF: disas/sparc.c
261fd5d5c56SAnthony Liguori
262a6ea7b4cSAndreas FärberUniCore32
263a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
264a6ea7b4cSAndreas FärberS: Maintained
265fcf5ef2aSThomas HuthF: target/unicore32/
2668d8b636dSPaolo BonziniF: hw/unicore32/
26747b98d59SThomas HuthF: include/hw/unicore32/
268a6ea7b4cSAndreas Färber
269fd5d5c56SAnthony LiguoriX86
270d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
271d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
272e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
273b203a4baSEduardo HabkostS: Maintained
274fcf5ef2aSThomas HuthF: target/i386/
2758d8b636dSPaolo BonziniF: hw/i386/
276c17652eeSPaolo BonziniF: disas/i386.c
277e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
278fd5d5c56SAnthony Liguori
27916e7caaeSMax FilippovXtensa
28016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
281375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
28216e7caaeSMax FilippovS: Maintained
283fcf5ef2aSThomas HuthF: target/xtensa/
2848d8b636dSPaolo BonziniF: hw/xtensa/
285c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2865a6539e6SMax FilippovF: disas/xtensa.c
28716e7caaeSMax Filippov
28848e06fe0SBastian KoppelmannTriCore
28948e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
29048e06fe0SBastian KoppelmannS: Maintained
291fcf5ef2aSThomas HuthF: target/tricore/
29248e06fe0SBastian KoppelmannF: hw/tricore/
293d46d14e6SThomas HuthF: include/hw/tricore/
29448e06fe0SBastian Koppelmann
295fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
296fd5d5c56SAnthony Liguori----------------------
297fd5d5c56SAnthony Liguori
298fd5d5c56SAnthony LiguoriOverall
299c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
300fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
301fd5d5c56SAnthony LiguoriS: Supported
302fd5d5c56SAnthony LiguoriF: */kvm.*
3031962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
304a95e9a48SThomas HuthF: include/sysemu/kvm*.h
305fd5d5c56SAnthony Liguori
306ed4659d1SPeter MaydellARM
307ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
308b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
309ed4659d1SPeter MaydellS: Maintained
310fcf5ef2aSThomas HuthF: target/arm/kvm.c
311ed4659d1SPeter Maydell
312a31896c4SJames HoganMIPS
313a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
314a31896c4SJames HoganS: Maintained
315fcf5ef2aSThomas HuthF: target/mips/kvm.c
316a31896c4SJames Hogan
317fd5d5c56SAnthony LiguoriPPC
318fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
319fd5d5c56SAnthony LiguoriS: Maintained
320fcf5ef2aSThomas HuthF: target/ppc/kvm.c
321fd5d5c56SAnthony Liguori
322fd5d5c56SAnthony LiguoriS390
323b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
324c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
325fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
326fd5d5c56SAnthony LiguoriS: Maintained
327fcf5ef2aSThomas HuthF: target/s390x/kvm.c
328040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
329040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
330fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
331fcf5ef2aSThomas HuthF: target/s390x/machine.c
33274b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3334277af19SCornelia HuckF: hw/intc/s390_flic.c
3344277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3354277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
336c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3373e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3383e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
339146bd283SCornelia HuckL: qemu-s390x@nongnu.org
340fd5d5c56SAnthony Liguori
341fd5d5c56SAnthony LiguoriX86
342d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
343fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
344fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
345fd5d5c56SAnthony LiguoriS: Supported
346fcf5ef2aSThomas HuthF: target/i386/kvm.c
347fd5d5c56SAnthony Liguori
3488a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3498a6b0cd7SStefano Stabellini----------------------
3508a6b0cd7SStefano Stabellini
3518a6b0cd7SStefano StabelliniX86
3523623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3533623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3546d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3558a6b0cd7SStefano StabelliniS: Supported
3568a6b0cd7SStefano StabelliniF: */xen*
357d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
358c92451c2SPaolo BonziniF: hw/char/xen_console.c
359c92451c2SPaolo BonziniF: hw/display/xenfb.c
360c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3619027ac50SStefano StabelliniF: hw/block/xen_*
362c92451c2SPaolo BonziniF: hw/xen/
363c92451c2SPaolo BonziniF: hw/xenpv/
3649027ac50SStefano StabelliniF: hw/i386/xen/
365c92451c2SPaolo BonziniF: include/hw/xen/
3669027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3678a6b0cd7SStefano Stabellini
3681bdd6874SStefan WeilHosts:
3691bdd6874SStefan Weil------
3701bdd6874SStefan Weil
3711bdd6874SStefan WeilLINUX
3721bdd6874SStefan WeilL: qemu-devel@nongnu.org
3731bdd6874SStefan WeilS: Maintained
3741bdd6874SStefan WeilF: linux-*
3751bdd6874SStefan WeilF: linux-headers/
3761bdd6874SStefan Weil
3771bdd6874SStefan WeilPOSIX
3781bdd6874SStefan WeilL: qemu-devel@nongnu.org
3791bdd6874SStefan WeilS: Maintained
3801bdd6874SStefan WeilF: *posix*
3811bdd6874SStefan Weil
3823c2bdbc1SKamil RytarowskiNETBSD
3833c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3843c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3853c2bdbc1SKamil RytarowskiS: Maintained
3861b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3873c2bdbc1SKamil Rytarowski
3881bdd6874SStefan WeilW32, W64
3891bdd6874SStefan WeilL: qemu-devel@nongnu.org
3901bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3911bdd6874SStefan WeilS: Maintained
3921bdd6874SStefan WeilF: *win32*
39303972660SThomas HuthF: */*win32*
39403972660SThomas HuthF: include/*/*win32*
39503972660SThomas HuthX: qga/*win32*
396885bdc95SStefan WeilF: qemu.nsi
3971bdd6874SStefan Weil
398fd5d5c56SAnthony LiguoriARM Machines
399fd5d5c56SAnthony Liguori------------
40084291fe7SliguangAllwinner-a10
40185b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
402b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40384291fe7SliguangS: Maintained
40485b4d5daSBeniamino GalvaniF: hw/*/allwinner*
40585b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
40684291fe7SliguangF: hw/arm/cubieboard.c
40784291fe7Sliguang
408e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
40906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
410b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
41106271000SPaolo BonziniS: Maintained
41206271000SPaolo BonziniF: hw/char/pl011.c
413c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
41406271000SPaolo BonziniF: hw/display/pl110*
41506271000SPaolo BonziniF: hw/dma/pl080.c
41606271000SPaolo BonziniF: hw/dma/pl330.c
41706271000SPaolo BonziniF: hw/gpio/pl061.c
41806271000SPaolo BonziniF: hw/input/pl050.c
41906271000SPaolo BonziniF: hw/intc/pl190.c
42006271000SPaolo BonziniF: hw/sd/pl181.c
42106271000SPaolo BonziniF: hw/timer/pl031.c
42206271000SPaolo BonziniF: include/hw/arm/primecell.h
423e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
424e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
425e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
426e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
42706271000SPaolo Bonzini
42806271000SPaolo BonziniARM cores
42906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
430b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43106271000SPaolo BonziniS: Maintained
43206271000SPaolo BonziniF: hw/intc/arm*
43306271000SPaolo BonziniF: hw/intc/gic_internal.h
43406271000SPaolo BonziniF: hw/misc/a9scu.c
43506271000SPaolo BonziniF: hw/misc/arm11scu.c
43606271000SPaolo BonziniF: hw/timer/a9gtimer*
437c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
438c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
43906271000SPaolo BonziniF: include/hw/intc/arm*
44006271000SPaolo BonziniF: include/hw/misc/a9scu.h
44106271000SPaolo BonziniF: include/hw/misc/arm11scu.h
44206271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
44306271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
444c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
445c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
44606271000SPaolo Bonzini
447fc63dcffSEvgeny VoevodinExynos
448f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
449b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
450fc63dcffSEvgeny VoevodinS: Maintained
4518d8b636dSPaolo BonziniF: hw/*/exynos*
452ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
453fc63dcffSEvgeny Voevodin
454766fd09fSMark LangsdorfCalxeda Highbank
4559ef137caSRob HerringM: Rob Herring <robh@kernel.org>
456b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4579ef137caSRob HerringS: Maintained
4588d8b636dSPaolo BonziniF: hw/arm/highbank.c
4598d8b636dSPaolo BonziniF: hw/net/xgmac.c
460766fd09fSMark Langsdorf
4619082f121SAntony PavlovCanon DIGIC
4629082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
463b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4649082f121SAntony PavlovS: Maintained
4659082f121SAntony PavlovF: include/hw/arm/digic.h
4669082f121SAntony PavlovF: hw/*/digic*
4679082f121SAntony Pavlov
468fd5d5c56SAnthony LiguoriGumstix
4695dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
470b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
471fd5d5c56SAnthony LiguoriS: Orphan
4728d8b636dSPaolo BonziniF: hw/arm/gumstix.c
473fd5d5c56SAnthony Liguori
4740325559dSPeter Chubbi.MX31
4750325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4770325559dSPeter ChubbS: Odd fixes
4788d8b636dSPaolo BonziniF: hw/*/imx*
479f7e242d6SThomas HuthF: include/hw/*/imx*
4808d8b636dSPaolo BonziniF: hw/arm/kzm.c
481ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4820325559dSPeter Chubb
483fd5d5c56SAnthony LiguoriIntegrator CP
4841ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
485b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
486fd5d5c56SAnthony LiguoriS: Maintained
4878d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
488f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
489fd5d5c56SAnthony Liguori
490e5a6a6e6SPeter MaydellMPS2
491e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
492e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
493e5a6a6e6SPeter MaydellS: Maintained
494e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
495e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
496e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
497e5a6a6e6SPeter Maydell
498fd5d5c56SAnthony LiguoriMusicpal
499fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
500b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
501fd5d5c56SAnthony LiguoriS: Maintained
5028d8b636dSPaolo BonziniF: hw/arm/musicpal.c
503fd5d5c56SAnthony Liguori
504fd5d5c56SAnthony LiguorinSeries
505fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
506b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
507fd5d5c56SAnthony LiguoriS: Maintained
5088d8b636dSPaolo BonziniF: hw/arm/nseries.c
509fd5d5c56SAnthony Liguori
510fd5d5c56SAnthony LiguoriPalm
511fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
513fd5d5c56SAnthony LiguoriS: Maintained
5148d8b636dSPaolo BonziniF: hw/arm/palm.c
515fd5d5c56SAnthony Liguori
516fd5d5c56SAnthony LiguoriReal View
5171ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
518b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
519fd5d5c56SAnthony LiguoriS: Maintained
5208d8b636dSPaolo BonziniF: hw/arm/realview*
521f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5225ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5235ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
524fd5d5c56SAnthony Liguori
5259b31bff0SPaolo BonziniPXA2XX
526fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
527b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
528fd5d5c56SAnthony LiguoriS: Maintained
5299b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5308d8b636dSPaolo BonziniF: hw/arm/spitz.c
5319b31bff0SPaolo BonziniF: hw/arm/tosa.c
5329b31bff0SPaolo BonziniF: hw/arm/z2.c
5339b31bff0SPaolo BonziniF: hw/*/pxa2xx*
534f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
535ed0db866SThomas HuthF: include/hw/arm/pxa.h
536fd5d5c56SAnthony Liguori
537fd5d5c56SAnthony LiguoriStellaris
5381ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
539b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
540fd5d5c56SAnthony LiguoriS: Maintained
5418d8b636dSPaolo BonziniF: hw/*/stellaris*
542fd5d5c56SAnthony Liguori
543fd5d5c56SAnthony LiguoriVersatile PB
5441ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
545b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
546fd5d5c56SAnthony LiguoriS: Maintained
5478d8b636dSPaolo BonziniF: hw/*/versatile*
548c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
549fd5d5c56SAnthony Liguori
550e3260506SPeter A. G. CrosthwaiteXilinx Zynq
551cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5524b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
553b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
554e3260506SPeter A. G. CrosthwaiteS: Maintained
555cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5568d8b636dSPaolo BonziniF: hw/*/cadence_*
557f7e242d6SThomas HuthF: hw/misc/zynq*
558f7e242d6SThomas HuthF: include/hw/misc/zynq*
559cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
560e3260506SPeter A. G. Crosthwaite
561137805f5SAlistair FrancisXilinx ZynqMP
562137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
563cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
564b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
565137805f5SAlistair FrancisS: Maintained
566cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
567f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
568137805f5SAlistair Francis
5698f4d260eSShannon ZhaoARM ACPI Subsystem
5708f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
571e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
572b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5738f4d260eSShannon ZhaoS: Maintained
5748f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5758f4d260eSShannon Zhao
576a1f8193bSAlistair FrancisSTM32F205
577a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
578a1f8193bSAlistair FrancisS: Maintained
579a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
580a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
581a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
582a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
583a1f8193bSAlistair FrancisF: hw/adc/*
584a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5850e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
586a1f8193bSAlistair Francis
587a1f8193bSAlistair FrancisNetduino 2
588a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
589a1f8193bSAlistair FrancisS: Maintained
590a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
591a1f8193bSAlistair Francis
592670bc4cbSSubbaraya SundeepSmartFusion2
593670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
594670bc4cbSSubbaraya SundeepS: Maintained
595670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
596670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
597670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
598670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
599670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
600670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
601670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
602670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
603670bc4cbSSubbaraya Sundeep
604670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
605670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
606670bc4cbSSubbaraya SundeepS: Maintained
607670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
608670bc4cbSSubbaraya Sundeep
609fd5d5c56SAnthony LiguoriCRIS Machines
610fd5d5c56SAnthony Liguori-------------
611fd5d5c56SAnthony LiguoriAxis Dev88
612fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
613fd5d5c56SAnthony LiguoriS: Maintained
6148d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6156e481d57SPeter MaydellF: hw/*/etraxfs_*.c
616fd5d5c56SAnthony Liguori
61707bf23a7SMichael WalleLM32 Machines
61807bf23a7SMichael Walle-------------
61907bf23a7SMichael WalleEVR32 and uclinux BSP
62007bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
62107bf23a7SMichael WalleS: Maintained
6228d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
62307bf23a7SMichael Walle
624d118aa6bSMichael Wallemilkymist
625d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
626d118aa6bSMichael WalleS: Maintained
6278d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
628d118aa6bSMichael Walle
629afcacd53SAurelien JarnoM68K Machines
630fd5d5c56SAnthony Liguori-------------
631fd5d5c56SAnthony Liguorian5206
6325baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6335baf2741SThomas HuthS: Odd Fixes
6348d8b636dSPaolo BonziniF: hw/m68k/an5206.c
635e9a56114SThomas HuthF: hw/m68k/mcf5206.c
636fd5d5c56SAnthony Liguori
637fd5d5c56SAnthony Liguorimcf5208
6385baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6395baf2741SThomas HuthS: Odd Fixes
6408d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
641e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
642e9a56114SThomas HuthF: hw/char/mcf_uart.c
643e9a56114SThomas HuthF: hw/net/mcf_fec.c
6445baf2741SThomas HuthF: include/hw/m68k/mcf*.h
645fd5d5c56SAnthony Liguori
646fd5d5c56SAnthony LiguoriMicroBlaze Machines
647b6f97c14Sbellard-------------------
648fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
649fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
650fd5d5c56SAnthony LiguoriS: Maintained
6516e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
652b6f97c14Sbellard
653d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6544b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
655d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6568d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
657d36e8ce7SPeter A. G. Crosthwaite
658fd5d5c56SAnthony LiguoriMIPS Machines
659fd5d5c56SAnthony Liguori-------------
660fd5d5c56SAnthony LiguoriJazz
661fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
662fd5d5c56SAnthony LiguoriS: Maintained
6638d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
664fd5d5c56SAnthony Liguori
665fd5d5c56SAnthony LiguoriMalta
666fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
667fd5d5c56SAnthony LiguoriS: Maintained
6688d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
669fd5d5c56SAnthony Liguori
670fd5d5c56SAnthony LiguoriMipssim
6710eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
672659f42d8SYongbok KimS: Odd Fixes
6738d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
674659f42d8SYongbok KimF: hw/net/mipsnet.c
675fd5d5c56SAnthony Liguori
676fd5d5c56SAnthony LiguoriR4000
677fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
678fd5d5c56SAnthony LiguoriS: Maintained
6798d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
680fd5d5c56SAnthony Liguori
681659f42d8SYongbok KimFulong 2E
6820eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
683659f42d8SYongbok KimS: Odd Fixes
684659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
685659f42d8SYongbok Kim
686659f42d8SYongbok KimBoston
68794d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
688659f42d8SYongbok KimS: Maintained
689659f42d8SYongbok KimF: hw/core/loader-fit.c
690659f42d8SYongbok KimF: hw/mips/boston.c
691659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
692659f42d8SYongbok Kim
693945dad6dSJia LiuOpenRISC Machines
694945dad6dSJia Liu-----------------
695945dad6dSJia Liuor1k-sim
696945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
697945dad6dSJia LiuS: Maintained
698945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
699945dad6dSJia Liu
700fd5d5c56SAnthony LiguoriPowerPC Machines
701fd5d5c56SAnthony Liguori----------------
702fd5d5c56SAnthony Liguori405
703fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
704a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7059b9fe135SAndreas FärberS: Odd Fixes
7068d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
707fd5d5c56SAnthony Liguori
708aaade8d7SAndreas FärberBamboo
709aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
710aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
711aaade8d7SAndreas FärberS: Odd Fixes
7128d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
713aaade8d7SAndreas Färber
71498cded3aSAndreas Färbere500
71598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
71698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
71798cded3aSAndreas FärberS: Supported
71898cded3aSAndreas FärberF: hw/ppc/e500.[hc]
71998cded3aSAndreas FärberF: hw/ppc/e500plat.c
720b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
721b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
722b5d55020SThomas HuthF: pc-bios/u-boot.e500
72398cded3aSAndreas Färber
72498cded3aSAndreas Färbermpc8544ds
72598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
72698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
72798cded3aSAndreas FärberS: Supported
72898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7298d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
73098cded3aSAndreas Färber
731fd5d5c56SAnthony LiguoriNew World
732fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
733a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
734fd5d5c56SAnthony LiguoriS: Maintained
735baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7366e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7376e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7388d8b636dSPaolo BonziniF: hw/misc/macio/
739b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
740b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
741fd5d5c56SAnthony Liguori
742fd5d5c56SAnthony LiguoriOld World
743fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
744a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
745fd5d5c56SAnthony LiguoriS: Maintained
746baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7476e481d57SPeter MaydellF: hw/pci-host/grackle.c
7488d8b636dSPaolo BonziniF: hw/misc/macio/
749835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
750fd5d5c56SAnthony Liguori
751ec38d398SAndreas FärberPReP
7528178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7539f38774dSAndreas FärberL: qemu-devel@nongnu.org
754a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7558178e89cSHervé PoussineauS: Maintained
75675610155SAndreas FärberF: hw/ppc/prep.c
7578178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7588178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7596e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7600a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
7618d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
7621cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
763cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
764cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
765835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
766fd5d5c56SAnthony Liguori
767300b115cSAndreas FärbersPAPR
768085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7698a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7708a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7718a269ca4SAndreas FärberS: Supported
7728d8b636dSPaolo BonziniF: hw/*/spapr*
773f9de2da7SDavid GibsonF: include/hw/*/spapr*
774f9de2da7SDavid GibsonF: hw/*/xics*
775f9de2da7SDavid GibsonF: include/hw/*/xics*
776f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
777b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
778b5d55020SThomas HuthF: pc-bios/slof.bin
779bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
780b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
781b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
782a70ab357SGreg KurzF: tests/spapr*
783a70ab357SGreg KurzF: tests/libqos/*spapr*
784a70ab357SGreg KurzF: tests/rtas*
785a70ab357SGreg KurzF: tests/libqos/rtas*
7868a269ca4SAndreas Färber
787794d00bfSAndreas Färbervirtex_ml507
788794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
789794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
790794d00bfSAndreas FärberS: Odd Fixes
7916e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
792794d00bfSAndreas Färber
793a9dd6604SBALATON Zoltansam460ex
794a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
795a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
796a9dd6604SBALATON ZoltanS: Maintained
797a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
798a9dd6604SBALATON Zoltan
799fd5d5c56SAnthony LiguoriSH4 Machines
800fd5d5c56SAnthony Liguori------------
801fd5d5c56SAnthony LiguoriR2D
802fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
803fd5d5c56SAnthony LiguoriS: Maintained
8046e481d57SPeter MaydellF: hw/sh4/r2d.c
80581527b94SThomas HuthF: hw/intc/sh_intc.c
80681527b94SThomas HuthF: hw/timer/sh_timer.c
807fd5d5c56SAnthony Liguori
808fd5d5c56SAnthony LiguoriShix
809fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
81081527b94SThomas HuthS: Odd Fixes
8116e481d57SPeter MaydellF: hw/sh4/shix.c
812fd5d5c56SAnthony Liguori
813fd5d5c56SAnthony LiguoriSPARC Machines
814fd5d5c56SAnthony Liguori--------------
815fd5d5c56SAnthony LiguoriSun4m
816f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
817fd5d5c56SAnthony LiguoriS: Maintained
8188d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
819c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
820c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8217098b79eSThomas HuthF: hw/misc/eccmemctl.c
8227098b79eSThomas HuthF: hw/misc/slavio_misc.c
823c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
824c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
825c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
826fd5d5c56SAnthony Liguori
827fd5d5c56SAnthony LiguoriSun4u
828f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
829fd5d5c56SAnthony LiguoriS: Maintained
8308d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
831c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
832fd5d5c56SAnthony Liguori
833a2664ca0SArtyom TarasenkoSun4v
834a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
835a2664ca0SArtyom TarasenkoS: Maintained
836626e4a4bSFam ZhengF: hw/sparc64/niagara.c
837a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
838a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
839a2664ca0SArtyom Tarasenko
840ce6c760cSFabien ChouteauLeon3
841ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
842ce6c760cSFabien ChouteauS: Maintained
8438d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8448d8b636dSPaolo BonziniF: hw/*/grlib*
845c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
846ce6c760cSFabien Chouteau
847fd5d5c56SAnthony LiguoriS390 Machines
848fd5d5c56SAnthony Liguori-------------
849dd4ad64aSCornelia HuckS390 Virtio-ccw
850c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
851b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
852dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
853dd4ad64aSCornelia HuckS: Supported
8540c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8559d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
856c5bfb202SCornelia HuckF: hw/s390x/
8574277af19SCornelia HuckF: include/hw/s390x/
8584277af19SCornelia HuckF: pc-bios/s390-ccw/
859c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8601e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8611e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
8621e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8633e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8643e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
865146bd283SCornelia HuckL: qemu-s390x@nongnu.org
866dd4ad64aSCornelia Huck
867ab9528caSGuan XuetaoUniCore32 Machines
868ab9528caSGuan Xuetao-------------
869ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
870ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
871ab9528caSGuan XuetaoS: Maintained
8728d8b636dSPaolo BonziniF: hw/*/puv3*
873ab9528caSGuan XuetaoF: hw/unicore32/
874ab9528caSGuan Xuetao
875fd5d5c56SAnthony LiguoriX86 Machines
876fd5d5c56SAnthony Liguori------------
877fd5d5c56SAnthony LiguoriPC
878046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8791bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
880fd5d5c56SAnthony LiguoriS: Supported
881046a6486SMichael S. TsirkinF: include/hw/i386/
882046a6486SMichael S. TsirkinF: hw/i386/
883046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
884046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
885046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
886046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
887046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
888046a6486SMichael S. TsirkinF: hw/isa/piix4.c
889046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
890046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
891046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
892046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
893046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
894f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8959cc3b73cSPaolo BonziniF: hw/misc/sga.c
8969cc3b73cSPaolo Bonzini
8979cc3b73cSPaolo BonziniPC Chipset
8989cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8999cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9001732be86SPhilippe Mathieu-DaudéS: Supported
9019cc3b73cSPaolo BonziniF: hw/char/debugcon.c
9029cc3b73cSPaolo BonziniF: hw/char/parallel.c
9039cc3b73cSPaolo BonziniF: hw/char/serial*
9049cc3b73cSPaolo BonziniF: hw/dma/i8257*
9059cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9061732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9079cc3b73cSPaolo BonziniF: hw/intc/apic*
9089cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9099cc3b73cSPaolo BonziniF: hw/intc/i8259*
9109cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9119cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9129cc3b73cSPaolo BonziniF: hw/timer/hpet*
9139cc3b73cSPaolo BonziniF: hw/timer/i8254*
9149cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
915edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
916866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
917a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
918ea638a45SPhilippe Mathieu-DaudéF: include/hw/isa/i8257.h
919a2feb348SThomas HuthF: include/hw/timer/hpet.h
920a2feb348SThomas HuthF: include/hw/timer/i8254*
921a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
922046a6486SMichael S. Tsirkin
9235da4fb00SMichael S. TsirkinMachine core
9245da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9255da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9265da4fb00SMichael S. TsirkinS: Supported
9275da4fb00SMichael S. TsirkinF: hw/core/machine.c
928c1629c5cSThomas HuthF: hw/core/null-machine.c
9295da4fb00SMichael S. TsirkinF: include/hw/boards.h
930e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
931fd5d5c56SAnthony Liguori
93216e7caaeSMax FilippovXtensa Machines
93316e7caaeSMax Filippov---------------
934375847a6SMax Filippovsim
93516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
93616e7caaeSMax FilippovS: Maintained
937437a8c11SMax FilippovF: hw/xtensa/sim.c
938375847a6SMax Filippov
939437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
940375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
941375847a6SMax FilippovS: Maintained
942437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
943437a8c11SMax FilippovF: hw/net/opencores_eth.c
94416e7caaeSMax Filippov
945fd5d5c56SAnthony LiguoriDevices
946fd5d5c56SAnthony Liguori-------
947b30934cbSJiri SlabyEDU
948b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
949b30934cbSJiri SlabyS: Maintained
950b30934cbSJiri SlabyF: hw/misc/edu.c
951b30934cbSJiri Slaby
952fd5d5c56SAnthony LiguoriIDE
953c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
954c095348bSJohn SnowL: qemu-block@nongnu.org
955c095348bSJohn SnowS: Supported
9568d8b636dSPaolo BonziniF: include/hw/ide.h
957c9f7acd5SThomas HuthF: include/hw/ide/
958fd5d5c56SAnthony LiguoriF: hw/ide/
959c095348bSJohn SnowF: hw/block/block.c
960c095348bSJohn SnowF: hw/block/cdrom.c
961c095348bSJohn SnowF: hw/block/hd-geometry.c
962c095348bSJohn SnowF: tests/ide-test.c
963c095348bSJohn SnowF: tests/ahci-test.c
964aee50319SJohn SnowF: tests/libqos/ahci*
965c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
966c095348bSJohn Snow
967caf316baSCorey MinyardIPMI
968caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
969caf316baSCorey MinyardS: Maintained
970caf316baSCorey MinyardF: include/hw/ipmi/*
971caf316baSCorey MinyardF: hw/ipmi/*
972caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
973caf316baSCorey MinyardF: tests/ipmi*
974caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
975caf316baSCorey Minyard
976c095348bSJohn SnowFloppy
977c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
978c095348bSJohn SnowL: qemu-block@nongnu.org
979c095348bSJohn SnowS: Supported
980c095348bSJohn SnowF: hw/block/fdc.c
981c095348bSJohn SnowF: include/hw/block/fdc.h
982aee50319SJohn SnowF: tests/fdc-test.c
983c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
984fd5d5c56SAnthony Liguori
985f5f487b2SPeter MaydellOMAP
986f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
987f5f487b2SPeter MaydellS: Maintained
9888d8b636dSPaolo BonziniF: hw/*/omap*
989ed0db866SThomas HuthF: include/hw/arm/omap.h
990f5f487b2SPeter Maydell
99128d54e58SPaolo BonziniIPack
99228d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
99328d54e58SPaolo BonziniS: Odd Fixes
99428d54e58SPaolo BonziniF: hw/char/ipoctal232.c
99528d54e58SPaolo BonziniF: hw/ipack/
99628d54e58SPaolo Bonzini
997fd5d5c56SAnthony LiguoriPCI
998fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
999874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
1000fd5d5c56SAnthony LiguoriS: Supported
10018d8b636dSPaolo BonziniF: include/hw/pci/*
1002f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1003ca818cfbSMichael S. TsirkinF: hw/pci/*
1004f178bc6bSPaolo BonziniF: hw/pci-bridge/*
100568179923SPhilippe Mathieu-DaudéF: docs/pci*
100668179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1007534fd814SFam ZhengF: default-configs/pci.mak
10080e0b3592SMichael S. Tsirkin
1009d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10100e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10110e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10120e0b3592SMichael S. TsirkinS: Supported
10130e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1014d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10150e0b3592SMichael S. TsirkinF: hw/mem/*
10168d8b636dSPaolo BonziniF: hw/acpi/*
1017d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10180e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10190e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10203248f1b4SBen WarrenF: tests/bios-tables-test.c
10213248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1022fd5d5c56SAnthony Liguori
1023aaade8d7SAndreas Färberppc4xx
1024aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1025aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1026aaade8d7SAndreas FärberS: Odd Fixes
10278d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1028aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1029b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1030aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1031aaade8d7SAndreas Färber
103298cded3aSAndreas Färberppce500
103398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
103498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
103598cded3aSAndreas FärberS: Supported
10366e481d57SPeter MaydellF: hw/ppc/e500*
1037566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1038566dd236SPaolo BonziniF: hw/net/fsl_etsec/
103998cded3aSAndreas Färber
104061af0ee6SPaolo BonziniCharacter devices
104161af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
104261af0ee6SPaolo BonziniS: Odd Fixes
104361af0ee6SPaolo BonziniF: hw/char/
104461af0ee6SPaolo Bonzini
1045f536f112SPaolo BonziniNetwork devices
1046f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1047f536f112SPaolo BonziniS: Odd Fixes
1048f536f112SPaolo BonziniF: hw/net/
10496061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10506bd7776cSGreg KurzF: tests/virtio-net-test.c
1051f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1052f536f112SPaolo Bonzini
1053fd5d5c56SAnthony LiguoriSCSI
1054de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1055c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1056de7724f7SPaolo BonziniS: Supported
105774460f34SThomas HuthF: include/hw/scsi/*
10588d8b636dSPaolo BonziniF: hw/scsi/*
10596bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10601ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1061de7724f7SPaolo Bonzini
1062fcb5629dSPeter A. G. CrosthwaiteSSI
10634b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1064982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
1065fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10668d8b636dSPaolo BonziniF: hw/ssi/*
10678d8b636dSPaolo BonziniF: hw/block/m25p80.c
1068982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10694b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1070982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10714b46ba61SAlistair Francis
10724b46ba61SAlistair FrancisXilinx SPI
10734b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10744b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10754b46ba61SAlistair FrancisS: Maintained
10764b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1077fcb5629dSPeter A. G. Crosthwaite
1078fd5d5c56SAnthony LiguoriUSB
10795d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10805d0d62feSGerd HoffmannS: Maintained
10818d8b636dSPaolo BonziniF: hw/usb/*
108228edfce0SGongleiF: tests/usb-*-test.c
1083beded0ffSThomas HuthF: docs/usb2.txt
1084beded0ffSThomas HuthF: docs/usb-storage.txt
1085beded0ffSThomas HuthF: include/hw/usb.h
1086beded0ffSThomas HuthF: include/hw/usb/
1087104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1088fd5d5c56SAnthony Liguori
1089e26082fdSPaolo BonziniUSB (serial adapter)
1090e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1091e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1092e26082fdSPaolo BonziniS: Maintained
1093e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1094e26082fdSPaolo Bonzini
109592e1fb5eSAlex WilliamsonVFIO
109692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
109792e1fb5eSAlex WilliamsonS: Supported
1098cf7087dbSKim PhillipsF: hw/vfio/*
109999b88c6dSThomas HuthF: include/hw/vfio/
110092e1fb5eSAlex Williamson
11015eb74557SDong Jia Shivfio-ccw
1102c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11035eb74557SDong Jia ShiS: Supported
11045eb74557SDong Jia ShiF: hw/vfio/ccw.c
11055eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11065eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11075eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1108146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11095eb74557SDong Jia Shi
1110fd5d5c56SAnthony Liguorivhost
1111fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1112fd5d5c56SAnthony LiguoriS: Supported
11138d8b636dSPaolo BonziniF: hw/*/*vhost*
111437f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1115fd5d5c56SAnthony Liguori
1116fd5d5c56SAnthony Liguorivirtio
1117a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1118fd5d5c56SAnthony LiguoriS: Supported
11198d8b636dSPaolo BonziniF: hw/*/virtio*
112072fa605dSThomas HuthF: hw/virtio/Makefile.objs
112172fa605dSThomas HuthF: hw/virtio/trace-events
11226a084ea3SMichael S. TsirkinF: net/vhost-user.c
1123494f7b57SThomas HuthF: include/hw/virtio/
11246bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1125fd5d5c56SAnthony Liguori
1126fd5d5c56SAnthony Liguorivirtio-9p
11278c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1128fd5d5c56SAnthony LiguoriS: Supported
1129aebeca25SAndreas FärberF: hw/9pfs/
1130aebeca25SAndreas FärberF: fsdev/
11312d888c09SAndreas FärberF: tests/virtio-9p-test.c
11328c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1133fd5d5c56SAnthony Liguori
1134fd5d5c56SAnthony Liguorivirtio-blk
113554d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1136b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1137fd5d5c56SAnthony LiguoriS: Supported
11388d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1139b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11406bd7776cSGreg KurzF: tests/virtio-blk-test.c
1141b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1142fd5d5c56SAnthony Liguori
1143dd4ad64aSCornelia Huckvirtio-ccw
1144c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1145b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1146dd4ad64aSCornelia HuckS: Supported
1147dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11483e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11493e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1150146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1151dd4ad64aSCornelia Huck
1152a5d4d7b5SGerd Hoffmannvirtio-input
1153a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1154a5d4d7b5SGerd HoffmannS: Maintained
1155a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1156a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1157a5d4d7b5SGerd Hoffmann
1158fd5d5c56SAnthony Liguorivirtio-serial
1159cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1160fd5d5c56SAnthony LiguoriS: Supported
11618d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11628d8b636dSPaolo BonziniF: hw/char/virtio-console.c
116368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11646bd7776cSGreg KurzF: tests/virtio-console-test.c
11656bd7776cSGreg KurzF: tests/virtio-serial-test.c
1166fd5d5c56SAnthony Liguori
11671f51a5cbSAmit Shahvirtio-rng
1168cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11691f51a5cbSAmit ShahS: Supported
11701f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11711f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1172750cf869SThomas HuthF: include/sysemu/rng*.h
11731f51a5cbSAmit ShahF: backends/rng*.c
11746bd7776cSGreg KurzF: tests/virtio-rng-test.c
11751f51a5cbSAmit Shah
11766034011cSGongleivirtio-crypto
11776034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11786034011cSGongleiS: Supported
11796034011cSGongleiF: hw/virtio/virtio-crypto.c
11806034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11816034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11826034011cSGonglei
1183f3c507adSKeith Buschnvme
1184f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1185c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1186f3c507adSKeith BuschS: Supported
1187f3c507adSKeith BuschF: hw/block/nvme*
1188fc967791SAndreas FärberF: tests/nvme-test.c
1189f3c507adSKeith Busch
1190d383c625SHannes Reineckemegasas
11913fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1192c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1193d383c625SHannes ReineckeS: Supported
1194d383c625SHannes ReineckeF: hw/scsi/megasas.c
1195d383c625SHannes ReineckeF: hw/scsi/mfi.h
11963fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1197d383c625SHannes Reinecke
1198605d52e6SDmitry FleytmanNetwork packet abstractions
1199bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1200605d52e6SDmitry FleytmanS: Maintained
1201605d52e6SDmitry FleytmanF: include/net/eth.h
1202605d52e6SDmitry FleytmanF: net/eth.c
1203605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1204605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1205605d52e6SDmitry Fleytman
1206622fb504SDmitry FleytmanVmware
1207bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1208622fb504SDmitry FleytmanS: Maintained
1209622fb504SDmitry FleytmanF: hw/net/vmxnet*
1210622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12115a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1212622fb504SDmitry Fleytman
1213de24d3f1SScott FeldmanRocker
1214de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1215de24d3f1SScott FeldmanS: Maintained
1216de24d3f1SScott FeldmanF: hw/net/rocker/
1217de850948SThomas HuthF: tests/rocker/
1218de850948SThomas HuthF: docs/specs/rocker.txt
1219de24d3f1SScott Feldman
122070d1fb9cSXiao GuangrongNVDIMM
12217a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
122270d1fb9cSXiao GuangrongS: Maintained
122370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
122470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
122570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
122670d1fb9cSXiao Guangrong
1227093454e2SDmitry Fleytmane1000x
1228bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1229093454e2SDmitry FleytmanS: Maintained
1230093454e2SDmitry FleytmanF: hw/net/e1000x*
1231093454e2SDmitry Fleytman
12326f3fbe4eSDmitry Fleytmane1000e
1233bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12346f3fbe4eSDmitry FleytmanS: Maintained
12356f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12366f3fbe4eSDmitry Fleytman
1237ebc2327fSStefan Weileepro100
1238ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1239ebc2327fSStefan WeilS: Maintained
1240ebc2327fSStefan WeilF: hw/net/eepro100.c
1241ebc2327fSStefan Weil
1242e481a1f6SAlistair FrancisGeneric Loader
1243e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1244e481a1f6SAlistair FrancisS: Maintained
1245e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1246e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1247c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1248e481a1f6SAlistair Francis
124987a9023aSThomas HuthCHRP NVRAM
125087a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
125187a9023aSThomas HuthS: Maintained
125287a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
125387a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
125487a9023aSThomas HuthF: tests/prom-env-test.c
125587a9023aSThomas Huth
125642697d88SBen WarrenVM Generation ID
125742697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
125842697d88SBen WarrenS: Maintained
125942697d88SBen WarrenF: hw/acpi/vmgenid.c
126042697d88SBen WarrenF: include/hw/acpi/vmgenid.h
126142697d88SBen WarrenF: docs/specs/vmgenid.txt
126242697d88SBen WarrenF: tests/vmgenid-test.c
126342697d88SBen WarrenF: stubs/vmgenid.c
126442697d88SBen Warren
1265747969dbSPhilippe Mathieu-DaudéUnimplemented device
1266747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1267747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1268747969dbSPhilippe Mathieu-DaudéS: Maintained
1269747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1270747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1271747969dbSPhilippe Mathieu-Daudé
1272fd5d5c56SAnthony LiguoriSubsystems
1273fd5d5c56SAnthony Liguori----------
1274fd5d5c56SAnthony LiguoriAudio
12759f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1276fd5d5c56SAnthony LiguoriS: Maintained
1277fd5d5c56SAnthony LiguoriF: audio/
12788d8b636dSPaolo BonziniF: hw/audio/
1279a2b245aeSThomas HuthF: include/hw/audio/
1280d7b50c0cSAndreas FärberF: tests/ac97-test.c
12818fa74c94SAndreas FärberF: tests/es1370-test.c
1282fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1283fd5d5c56SAnthony Liguori
128417f1e8f5SStefan HajnocziBlock layer core
1285fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1286c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1287c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1288fd5d5c56SAnthony LiguoriS: Supported
1289fd5d5c56SAnthony LiguoriF: block*
1290fd5d5c56SAnthony LiguoriF: block/
12918d8b636dSPaolo BonziniF: hw/block/
12924c346e0bSKevin WolfF: include/block/
129346078760SKevin WolfF: qemu-img*
129446078760SKevin WolfF: qemu-io*
129529242091SKevin WolfF: tests/qemu-iotests/
12968dd30c86SMax ReitzF: util/qemu-progress.c
1297d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1298fd5d5c56SAnthony Liguori
1299d55053b1SStefan HajnocziBlock I/O path
1300d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13019ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1302d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1303d55053b1SStefan HajnocziS: Supported
130436c697bdSPaolo BonziniF: util/async.c
130536c697bdSPaolo BonziniF: util/aio-*.c
1306d55053b1SStefan HajnocziF: block/io.c
1307d55053b1SStefan HajnocziF: migration/block*
1308e1029ae2SFam ZhengF: include/block/aio.h
13090a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1310d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1311d55053b1SStefan Hajnoczi
1312e5b5728cSPaolo BonziniBlock SCSI subsystem
1313e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1314c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1315e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1316e5b5728cSPaolo BonziniS: Supported
1317e5b5728cSPaolo BonziniF: include/scsi/*
1318e5b5728cSPaolo BonziniF: scsi/*
1319e5b5728cSPaolo Bonzini
1320280458a3SJeff CodyBlock Jobs
1321280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1322280458a3SJeff CodyL: qemu-block@nongnu.org
1323280458a3SJeff CodyS: Supported
1324280458a3SJeff CodyF: blockjob.c
1325280458a3SJeff CodyF: include/block/blockjob.h
1326280458a3SJeff CodyF: block/backup.c
1327280458a3SJeff CodyF: block/commit.c
132877346025SJeff CodyF: block/stream.c
1329280458a3SJeff CodyF: block/mirror.c
1330280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1331280458a3SJeff Cody
13324120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13334120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13344120201dSMarkus ArmbrusterS: Supported
13354120201dSMarkus ArmbrusterF: blockdev.c
13364120201dSMarkus ArmbrusterF: block/qapi.c
13374120201dSMarkus ArmbrusterF: qapi/block*.json
1338fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13394120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13404120201dSMarkus Armbruster
1341538193bcSJohn SnowDirty Bitmaps
1342538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1343538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1344538193bcSJohn SnowL: qemu-block@nongnu.org
1345538193bcSJohn SnowS: Supported
1346538193bcSJohn SnowF: util/hbitmap.c
1347538193bcSJohn SnowF: block/dirty-bitmap.c
1348538193bcSJohn SnowF: include/qemu/hbitmap.h
1349538193bcSJohn SnowF: include/block/dirty-bitmap.h
1350538193bcSJohn SnowF: tests/test-hbitmap.c
13515746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1352538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1353538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1354538193bcSJohn Snow
135561af0ee6SPaolo BonziniCharacter device backends
1356da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
135755fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1358fd5d5c56SAnthony LiguoriS: Maintained
1359178fe0aeSMarc-André LureauF: chardev/
13608228e353SMarc-André LureauF: include/chardev/
1361dbeee392SMarkus ArmbrusterF: qapi/char.json
1362fd5d5c56SAnthony Liguori
1363e26082fdSPaolo BonziniCharacter Devices (Braille)
1364e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1365e26082fdSPaolo BonziniS: Maintained
13666b10e573SMarc-André LureauF: chardev/baum.c
1367fd5d5c56SAnthony Liguori
1368e94630d3SMarkus ArmbrusterCommand line option argument parsing
1369e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1370e94630d3SMarkus ArmbrusterS: Supported
1371e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1372e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1373e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1374e94630d3SMarkus ArmbrusterF: util/keyval.c
1375e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1376e94630d3SMarkus Armbruster
13778c413e79SMarkus ArmbrusterCoverity model
13788c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13798c413e79SMarkus ArmbrusterS: Supported
13808c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13818c413e79SMarkus Armbruster
1382f2ca0524SAndreas FärberCPU
138312b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1384f2ca0524SAndreas FärberS: Supported
1385f2ca0524SAndreas FärberF: qom/cpu.c
13866e481d57SPeter MaydellF: include/qom/cpu.h
1387f2ca0524SAndreas Färber
1388d24b569aSPeter A. G. CrosthwaiteDevice Tree
13894b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1390d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1391d24b569aSPeter A. G. CrosthwaiteS: Maintained
139282407515SThomas HuthF: device_tree.c
139382407515SThomas HuthF: include/sysemu/device_tree.h
1394d24b569aSPeter A. G. Crosthwaite
13953505a22bSMarc-André LureauDump
13963505a22bSMarc-André LureauS: Supported
13973505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
13983505a22bSMarc-André LureauF: dump.c
13993505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14003505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14013505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14023505a22bSMarc-André LureauF: include/sysemu/dump.h
14033505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14043505a22bSMarc-André LureauF: stubs/dump.c
14053505a22bSMarc-André Lureau
14064f966768SMarkus ArmbrusterError reporting
14074f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14084f966768SMarkus ArmbrusterS: Supported
14094f966768SMarkus ArmbrusterF: include/qapi/error.h
14104f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14114f966768SMarkus ArmbrusterF: util/error.c
14124f966768SMarkus ArmbrusterF: util/qemu-error.c
14134f966768SMarkus Armbruster
1414fd5d5c56SAnthony LiguoriGDB stub
14155dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1416fd5d5c56SAnthony LiguoriS: Odd Fixes
1417fd5d5c56SAnthony LiguoriF: gdbstub*
1418fd5d5c56SAnthony LiguoriF: gdb-xml/
1419fd5d5c56SAnthony Liguori
142001a9c03cSPaolo BonziniMemory API
142101a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
142201a9c03cSPaolo BonziniS: Supported
142301a9c03cSPaolo BonziniF: include/exec/ioport.h
142401a9c03cSPaolo BonziniF: ioport.c
142501a9c03cSPaolo BonziniF: include/exec/memory.h
14262b1641d0SPaolo BonziniF: include/exec/ram_addr.h
142701a9c03cSPaolo BonziniF: memory.c
142801a9c03cSPaolo BonziniF: include/exec/memory-internal.h
142901a9c03cSPaolo BonziniF: exec.c
143001a9c03cSPaolo Bonzini
14317ee3bf03SGerd HoffmannSPICE
14327ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14337ee3bf03SGerd HoffmannS: Supported
14346e481d57SPeter MaydellF: include/ui/qemu-spice.h
1435438528a3SThomas HuthF: include/ui/spice-display.h
14367ee3bf03SGerd HoffmannF: ui/spice-*.c
14377ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14388d8b636dSPaolo BonziniF: hw/display/qxl*
1439608cfed6SMarkus ArmbrusterF: qapi/ui.json
14407ee3bf03SGerd Hoffmann
1441fd5d5c56SAnthony LiguoriGraphics
144225eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
144325eccc37SGerd HoffmannS: Odd Fixes
1444fd5d5c56SAnthony LiguoriF: ui/
1445e220656cSThomas HuthF: include/ui/
1446608cfed6SMarkus ArmbrusterF: qapi/ui.json
1447fd5d5c56SAnthony Liguori
1448351f1bf6SAndreas FärberCocoa graphics
144930ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1450351f1bf6SAndreas FärberS: Odd Fixes
1451351f1bf6SAndreas FärberF: ui/cocoa.m
1452351f1bf6SAndreas Färber
1453fd5d5c56SAnthony LiguoriMain loop
1454da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1455da26f37aSPaolo BonziniS: Maintained
1456da26f37aSPaolo BonziniF: cpus.c
14573ecb29a3SPaolo BonziniF: util/main-loop.c
14583ecb29a3SPaolo BonziniF: util/qemu-timer.c
1459fd5d5c56SAnthony LiguoriF: vl.c
14600e201d34SMarkus ArmbrusterF: qapi/run-state.json
1461fd5d5c56SAnthony Liguori
14628899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1463c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1464fbb0621aSLuiz CapitulinoS: Maintained
1465fd5d5c56SAnthony LiguoriF: monitor.c
1466c13e9912SThomas HuthF: hmp.[ch]
1467c13e9912SThomas HuthF: hmp-commands*.hx
1468c13e9912SThomas HuthF: include/monitor/hmp-target.h
1469bbcee372SThomas HuthF: tests/test-hmp.c
1470fd5d5c56SAnthony Liguori
1471f536f112SPaolo BonziniNetwork device backends
1472442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1473fd5d5c56SAnthony LiguoriS: Maintained
1474fd5d5c56SAnthony LiguoriF: net/
1475d24b2b1cSThomas HuthF: include/net/
14765fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14773c0bd37dSMarkus ArmbrusterF: qapi/net.json
1478fd5d5c56SAnthony Liguori
1479aee09bafSVincenzo MaffioneNetmap network backend
1480aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1481aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1482aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1483aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1484aee09bafSVincenzo MaffioneS: Maintained
1485aee09bafSVincenzo MaffioneF: net/netmap.c
1486aee09bafSVincenzo Maffione
14872f54eb98SEduardo HabkostNUMA
14882f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14892f54eb98SEduardo HabkostS: Maintained
14902f54eb98SEduardo HabkostF: numa.c
14912f54eb98SEduardo HabkostF: include/sysemu/numa.h
1492e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14932f54eb98SEduardo Habkost
14944fc264f4SEduardo HabkostHost Memory Backends
14954fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14964fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
14974fc264f4SEduardo HabkostS: Maintained
14984fc264f4SEduardo HabkostF: backends/hostmem*.c
14994fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1500e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15014fc264f4SEduardo Habkost
15026034011cSGongleiCryptodev Backends
15036034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15046034011cSGongleiS: Maintained
15056034011cSGongleiF: include/sysemu/cryptodev*.h
15066034011cSGongleiF: backends/cryptodev*.c
15076034011cSGonglei
1508ad904f66SEduardo HabkostPython scripts
1509ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1510ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1511ad904f66SEduardo HabkostS: Odd fixes
1512ad904f66SEduardo HabkostF: scripts/qmp/*
1513ad904f66SEduardo HabkostF: scripts/*.py
1514ad904f66SEduardo HabkostF: tests/*.py
1515ad904f66SEduardo Habkost
15168899b4aeSLuiz CapitulinoQAPI
15179740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15188899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
15199740618cSLuiz CapitulinoS: Supported
15208899b4aeSLuiz CapitulinoF: qapi/
15210311c5bdSMarkus ArmbrusterX: qapi/*.json
1522ac4abb9aSMarkus ArmbrusterF: include/qapi/
1523ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1524ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1525c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1526ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1527e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1528ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1529e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15300311c5bdSMarkus ArmbrusterF: scripts/qapi*
1531c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15329740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15338899b4aeSLuiz Capitulino
15347810d291SLuiz CapitulinoQAPI Schema
15357810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15367810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15377810d291SLuiz CapitulinoS: Supported
15387810d291SLuiz CapitulinoF: qapi-schema.json
15390311c5bdSMarkus ArmbrusterF: qapi/*.json
15409740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15417810d291SLuiz Capitulino
1542f3582ba4SLuiz CapitulinoQObject
1543daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1544daf5dc78SMarkus ArmbrusterS: Supported
1545f3582ba4SLuiz CapitulinoF: qobject/
15467735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15477735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1548a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15497735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
155001b2ffceSMarc-André LureauF: tests/check-qnum.c
15517735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15527735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15537735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1554daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1555f3582ba4SLuiz Capitulino
1556f05d9999SMichael RothQEMU Guest Agent
1557f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1558f05d9999SMichael RothS: Maintained
1559f05d9999SMichael RothF: qga/
1560ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1561ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1562ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1563ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1564f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1565f05d9999SMichael Roth
15664688c94cSAndreas FärberQOM
15674688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15684688c94cSAndreas FärberS: Supported
15694688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15704688c94cSAndreas FärberF: include/qom/
15714688c94cSAndreas FärberX: include/qom/cpu.h
15724688c94cSAndreas FärberF: qom/
15734688c94cSAndreas FärberX: qom/cpu.c
15749f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15759f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15764688c94cSAndreas FärberF: tests/qom-test.c
15774688c94cSAndreas Färber
15788899b4aeSLuiz CapitulinoQMP
15799740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15809740618cSLuiz CapitulinoS: Supported
15818899b4aeSLuiz CapitulinoF: qmp.c
15828899b4aeSLuiz CapitulinoF: monitor.c
1583c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15849740618cSLuiz CapitulinoF: scripts/qmp/
1585f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15869740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15878899b4aeSLuiz Capitulino
1588cc0100f4SAlistair FrancisRegister API
1589cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1590cc0100f4SAlistair FrancisS: Maintained
1591cc0100f4SAlistair FrancisF: hw/core/register.c
1592cc0100f4SAlistair FrancisF: include/hw/register.h
159306a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1594cc0100f4SAlistair Francis
1595fd5d5c56SAnthony LiguoriSLIRP
1596eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1597bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1598bafc72abSJan KiszkaS: Maintained
1599fd5d5c56SAnthony LiguoriF: slirp/
1600663fb1e1SThomas HuthF: net/slirp.c
1601d24b2b1cSThomas HuthF: include/net/slirp.h
16021ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1603fd5d5c56SAnthony Liguori
1604b1ed728aSPaolo BonziniStubs
1605b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1606b1ed728aSPaolo BonziniS: Maintained
1607b1ed728aSPaolo BonziniF: stubs/
1608b1ed728aSPaolo Bonzini
1609598a3f35SStefan HajnocziTracing
16101cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1611598a3f35SStefan HajnocziS: Maintained
1612598a3f35SStefan HajnocziF: trace/
1613f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1614f70fd8fdSLluís VilanovaF: scripts/tracetool/
1615c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
16161ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1617598a3f35SStefan Hajnoczi
16183859b6cfSMarkus ArmbrusterTPM
16196b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
16206b4f250bSStefan BergerS: Maintained
16213859b6cfSMarkus ArmbrusterF: tpm.c
1622c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16233859b6cfSMarkus ArmbrusterF: hw/tpm/*
16243859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16253859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16263859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16276b4f250bSStefan BergerF: backends/tpm.c
1628d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16293859b6cfSMarkus Armbruster
163014f40fdcSBlue SwirlCheckpatch
163114f40fdcSBlue SwirlS: Odd Fixes
163214f40fdcSBlue SwirlF: scripts/checkpatch.pl
163314f40fdcSBlue Swirl
1634c0787c8dSJuan QuintelaMigration
1635c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1636d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1637c0787c8dSJuan QuintelaS: Maintained
1638c0787c8dSJuan QuintelaF: include/migration/
163944a1f946SDr. David Alan GilbertF: migration/
1640c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1641c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16422656bfd9SJuan QuintelaF: tests/migration-test.c
1643c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
164448685a8eSMarkus ArmbrusterF: qapi/migration.json
1645c0787c8dSJuan Quintela
164692bfedb0SEduardo OtuboSeccomp
1647064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
164892bfedb0SEduardo OtuboS: Supported
164992bfedb0SEduardo OtuboF: qemu-seccomp.c
165092bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
165192bfedb0SEduardo Otubo
1652ddbb0d09SDaniel P. BerrangeCryptography
1653ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1654ddbb0d09SDaniel P. BerrangeS: Maintained
1655ddbb0d09SDaniel P. BerrangeF: crypto/
1656ddbb0d09SDaniel P. BerrangeF: include/crypto/
1657ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16583947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1659899833cdSDaniel P. BerrangeF: qemu.sasl
1660ddbb0d09SDaniel P. Berrange
166110817bf0SDaniel P. BerrangeCoroutines
166210817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
166310817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
166410817bf0SDaniel P. BerrangeF: util/*coroutine*
166510817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
166610817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
166710817bf0SDaniel P. Berrange
166888c5f205SDaniel P. BerrangeBuffers
166988c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
167088c5f205SDaniel P. BerrangeS: Odd fixes
167188c5f205SDaniel P. BerrangeF: util/buffer.c
167288c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
167388c5f205SDaniel P. Berrange
1674666a3af9SDaniel P. BerrangeI/O Channels
1675666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1676666a3af9SDaniel P. BerrangeS: Maintained
1677666a3af9SDaniel P. BerrangeF: io/
1678666a3af9SDaniel P. BerrangeF: include/io/
1679666a3af9SDaniel P. BerrangeF: tests/test-io-*
1680666a3af9SDaniel P. Berrange
16815614a283SGerd HoffmannSockets
16825614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16835614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16845614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16855614a283SGerd HoffmannS: Maintained
16865614a283SGerd HoffmannF: include/qemu/sockets.h
16875614a283SGerd HoffmannF: util/qemu-sockets.c
1688a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16895614a283SGerd Hoffmann
1690d310d85bSAlberto GarciaThrottling infrastructure
1691d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1692d310d85bSAlberto GarciaS: Supported
1693d310d85bSAlberto GarciaF: block/throttle-groups.c
1694d310d85bSAlberto GarciaF: include/block/throttle-groups.h
169589603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1696d310d85bSAlberto GarciaF: util/throttle.c
169789603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
169889603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1699d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1700d310d85bSAlberto Garcia
1701080d7aacSFam ZhengUUID
1702080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1703080d7aacSFam ZhengS: Supported
1704080d7aacSFam ZhengF: util/uuid.c
1705080d7aacSFam ZhengF: include/qemu/uuid.h
1706080d7aacSFam ZhengF: tests/test-uuid.c
1707080d7aacSFam Zheng
1708a4cc318eSzhanghailiangCOLO Framework
1709a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1710a4cc318eSzhanghailiangS: Maintained
1711a4cc318eSzhanghailiangF: migration/colo*
1712a4cc318eSzhanghailiangF: include/migration/colo.h
1713a4cc318eSzhanghailiangF: include/migration/failover.h
1714a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1715a4cc318eSzhanghailiang
171688f82ed1SZhang ChenCOLO Proxy
1717b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
171888f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
171988f82ed1SZhang ChenS: Supported
172088f82ed1SZhang ChenF: docs/colo-proxy.txt
172188f82ed1SZhang ChenF: net/colo*
172288f82ed1SZhang ChenF: net/filter-rewriter.c
172388f82ed1SZhang ChenF: net/filter-mirror.c
172488f82ed1SZhang Chen
172562258201SPavel DovgalyukRecord/replay
172662258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
172762258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
172870b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
172962258201SPavel DovgalyukS: Supported
173062258201SPavel DovgalyukF: replay/*
173162258201SPavel DovgalyukF: block/blkreplay.c
173262258201SPavel DovgalyukF: net/filter-replay.c
173362258201SPavel DovgalyukF: include/sysemu/replay.h
173462258201SPavel DovgalyukF: docs/replay.txt
173562258201SPavel DovgalyukF: stubs/replay.c
173662258201SPavel Dovgalyuk
1737fd5d5c56SAnthony LiguoriUsermode Emulation
1738fd5d5c56SAnthony Liguori------------------
1739486bbe5fSPaolo BonziniOverall
1740486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1741486bbe5fSPaolo BonziniS: Maintained
1742486bbe5fSPaolo BonziniF: thunk.c
174358410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1744486bbe5fSPaolo Bonzini
1745fd5d5c56SAnthony LiguoriBSD user
1746297e8005SMarkus ArmbrusterS: Orphan
1747fd5d5c56SAnthony LiguoriF: bsd-user/
1748ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1749fd5d5c56SAnthony Liguori
1750fd5d5c56SAnthony LiguoriLinux user
1751fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1752ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1753fd5d5c56SAnthony LiguoriS: Maintained
1754fd5d5c56SAnthony LiguoriF: linux-user/
1755ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
175642f5a7e9SAurelien Jarno
175742f5a7e9SAurelien JarnoTiny Code Generator (TCG)
175842f5a7e9SAurelien Jarno-------------------------
175942f5a7e9SAurelien JarnoCommon code
1760cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
176142f5a7e9SAurelien JarnoS: Maintained
176242f5a7e9SAurelien JarnoF: tcg/
176342f5a7e9SAurelien Jarno
1764b25a464cSClaudio FontanaAArch64 target
1765b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1766b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1767b25a464cSClaudio FontanaS: Maintained
1768b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1769b25a464cSClaudio FontanaF: tcg/aarch64/
1770c17652eeSPaolo BonziniF: disas/arm-a64.cc
1771c17652eeSPaolo BonziniF: disas/libvixl/
1772b25a464cSClaudio Fontana
177342f5a7e9SAurelien JarnoARM target
177442f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
177542f5a7e9SAurelien JarnoS: Maintained
1776b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
177742f5a7e9SAurelien JarnoF: tcg/arm/
1778c17652eeSPaolo BonziniF: disas/arm.c
177942f5a7e9SAurelien Jarno
178042f5a7e9SAurelien Jarnoi386 target
17815dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
178242f5a7e9SAurelien JarnoS: Maintained
178342f5a7e9SAurelien JarnoF: tcg/i386/
1784c17652eeSPaolo BonziniF: disas/i386.c
178542f5a7e9SAurelien Jarno
178642f5a7e9SAurelien JarnoMIPS target
1787d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
178842f5a7e9SAurelien JarnoS: Maintained
178942f5a7e9SAurelien JarnoF: tcg/mips/
1790c17652eeSPaolo BonziniF: disas/mips.c
179142f5a7e9SAurelien Jarno
179242f5a7e9SAurelien JarnoPPC
179315610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
179415610d42SPranith KumarS: Odd Fixes
179542f5a7e9SAurelien JarnoF: tcg/ppc/
1796c17652eeSPaolo BonziniF: disas/ppc.c
179742f5a7e9SAurelien Jarno
179842f5a7e9SAurelien JarnoS390 target
179942f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
180042f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
180142f5a7e9SAurelien JarnoS: Maintained
180242f5a7e9SAurelien JarnoF: tcg/s390/
1803c17652eeSPaolo BonziniF: disas/s390.c
1804146bd283SCornelia HuckL: qemu-s390x@nongnu.org
180542f5a7e9SAurelien Jarno
180642f5a7e9SAurelien JarnoSPARC target
1807297e8005SMarkus ArmbrusterS: Odd Fixes
180842f5a7e9SAurelien JarnoF: tcg/sparc/
1809c17652eeSPaolo BonziniF: disas/sparc.c
1810bc75c9e5SStefan Weil
1811bc75c9e5SStefan WeilTCI target
1812bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1813bc75c9e5SStefan WeilS: Maintained
18148ef9cd55SAndreas FärberF: tcg/tci/
1815752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1816c17652eeSPaolo BonziniF: disas/tci.c
1817aa09c951SAndreas Färber
1818f05b328cSStefan HajnocziBlock drivers
1819f05b328cSStefan Hajnoczi-------------
1820f05b328cSStefan HajnocziVMDK
1821f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1822c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1823f05b328cSStefan HajnocziS: Supported
1824f05b328cSStefan HajnocziF: block/vmdk.c
1825f05b328cSStefan Hajnoczi
1826f05b328cSStefan HajnocziRBD
18275a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1828280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1829280458a3SJeff CodyL: qemu-block@nongnu.org
1830f05b328cSStefan HajnocziS: Supported
1831f05b328cSStefan HajnocziF: block/rbd.c
1832280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1833f05b328cSStefan Hajnoczi
1834f05b328cSStefan HajnocziSheepdog
183553b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1836f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1837280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1838280458a3SJeff CodyL: qemu-block@nongnu.org
1839dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1840f05b328cSStefan HajnocziS: Supported
1841f05b328cSStefan HajnocziF: block/sheepdog.c
1842280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1843f05b328cSStefan Hajnoczi
1844f05b328cSStefan HajnocziVHDX
1845f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1846280458a3SJeff CodyL: qemu-block@nongnu.org
1847f05b328cSStefan HajnocziS: Supported
1848f05b328cSStefan HajnocziF: block/vhdx*
1849280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1850f05b328cSStefan Hajnoczi
1851f05b328cSStefan HajnocziVDI
1852f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1853c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1854f05b328cSStefan HajnocziS: Maintained
1855f05b328cSStefan HajnocziF: block/vdi.c
1856f05b328cSStefan Hajnoczi
1857f05b328cSStefan HajnocziiSCSI
1858f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1859f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1860f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1861c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1862f05b328cSStefan HajnocziS: Supported
1863f05b328cSStefan HajnocziF: block/iscsi.c
18642deb63c2SPeter LievenF: block/iscsi-opts.c
1865f05b328cSStefan Hajnoczi
186699c62e70SEric BlakeNetwork Block Device (NBD)
186799c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
186899c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
186999c62e70SEric BlakeL: qemu-block@nongnu.org
187099c62e70SEric BlakeS: Maintained
187199c62e70SEric BlakeF: block/nbd*
187299c62e70SEric BlakeF: nbd/
187399c62e70SEric BlakeF: include/block/nbd*
187499c62e70SEric BlakeF: qemu-nbd.*
187599c62e70SEric BlakeF: blockdev-nbd.c
187699c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
187799c62e70SEric Blake
18786542aa9cSPeter LievenNFS
1879280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18806542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1881280458a3SJeff CodyL: qemu-block@nongnu.org
18826542aa9cSPeter LievenS: Maintained
18836542aa9cSPeter LievenF: block/nfs.c
1884280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18856542aa9cSPeter Lieven
1886f05b328cSStefan HajnocziSSH
1887f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1888280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1889280458a3SJeff CodyL: qemu-block@nongnu.org
1890f05b328cSStefan HajnocziS: Supported
1891f05b328cSStefan HajnocziF: block/ssh.c
1892280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1893c9a12e75SChrysostomos Nanakos
1894280458a3SJeff CodyCURL
1895280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1896280458a3SJeff CodyL: qemu-block@nongnu.org
1897280458a3SJeff CodyS: Supported
1898280458a3SJeff CodyF: block/curl.c
1899280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1900280458a3SJeff Cody
1901280458a3SJeff CodyGLUSTER
1902280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1903280458a3SJeff CodyL: qemu-block@nongnu.org
1904280458a3SJeff CodyS: Supported
1905280458a3SJeff CodyF: block/gluster.c
1906280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1907b5e9476cSGonglei
1908199667a8SFam ZhengNull Block Driver
1909199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1910199667a8SFam ZhengL: qemu-block@nongnu.org
1911199667a8SFam ZhengS: Supported
1912199667a8SFam ZhengF: block/null.c
1913199667a8SFam Zheng
1914bdd6a90aSFam ZhengNVMe Block Driver
1915bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1916bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1917bdd6a90aSFam ZhengS: Supported
1918bdd6a90aSFam ZhengF: block/nvme*
1919bdd6a90aSFam Zheng
1920b5e9476cSGongleiBootdevice
1921b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1922b5e9476cSGongleiS: Maintained
1923b5e9476cSGongleiF: bootdevice.c
1924ecdda9e0SAlberto Garcia
1925ecdda9e0SAlberto GarciaQuorum
1926ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1927ecdda9e0SAlberto GarciaS: Supported
1928ecdda9e0SAlberto GarciaF: block/quorum.c
1929ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1930e7c6e631SStefan Hajnoczi
1931e7c6e631SStefan Hajnocziblkverify
1932e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1933e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1934e7c6e631SStefan HajnocziS: Supported
1935e7c6e631SStefan HajnocziF: block/blkverify.c
1936e7c6e631SStefan Hajnoczi
1937e7c6e631SStefan Hajnoczibochs
1938e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1939e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1940e7c6e631SStefan HajnocziS: Supported
1941e7c6e631SStefan HajnocziF: block/bochs.c
1942e7c6e631SStefan Hajnoczi
1943e7c6e631SStefan Hajnoczicloop
1944e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1945e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1946e7c6e631SStefan HajnocziS: Supported
1947e7c6e631SStefan HajnocziF: block/cloop.c
1948e7c6e631SStefan Hajnoczi
1949e7c6e631SStefan Hajnoczidmg
1950e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1951e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1952e7c6e631SStefan HajnocziS: Supported
1953e7c6e631SStefan HajnocziF: block/dmg.c
1954e7c6e631SStefan Hajnoczi
1955e7c6e631SStefan Hajnocziparallels
1956e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1957f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1958e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1959e7c6e631SStefan HajnocziS: Supported
1960e7c6e631SStefan HajnocziF: block/parallels.c
19615746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1962e7c6e631SStefan Hajnoczi
1963e7c6e631SStefan Hajnocziqed
1964e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1965e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1966e7c6e631SStefan HajnocziS: Supported
1967e7c6e631SStefan HajnocziF: block/qed.c
1968e7c6e631SStefan Hajnoczi
1969e7c6e631SStefan Hajnocziraw
1970e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1971e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1972e7c6e631SStefan HajnocziS: Supported
1973e7c6e631SStefan HajnocziF: block/linux-aio.c
1974f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19752e6fc7ebSEric BlakeF: block/raw-format.c
1976c1bb86cdSEric BlakeF: block/file-posix.c
1977c1bb86cdSEric BlakeF: block/file-win32.c
1978e7c6e631SStefan HajnocziF: block/win32-aio.c
1979e7c6e631SStefan Hajnoczi
1980e7c6e631SStefan Hajnocziqcow2
1981e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1982c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1983e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1984e7c6e631SStefan HajnocziS: Supported
1985e7c6e631SStefan HajnocziF: block/qcow2*
1986b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1987e7c6e631SStefan Hajnoczi
1988e7c6e631SStefan Hajnocziqcow
1989e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1990e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1991e7c6e631SStefan HajnocziS: Supported
1992e7c6e631SStefan HajnocziF: block/qcow.c
1993e7c6e631SStefan Hajnoczi
1994e7c6e631SStefan Hajnocziblkdebug
1995e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1996c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1997e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1998e7c6e631SStefan HajnocziS: Supported
1999e7c6e631SStefan HajnocziF: block/blkdebug.c
2000e7c6e631SStefan Hajnoczi
2001e7c6e631SStefan Hajnoczivpc
2002e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2003e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2004e7c6e631SStefan HajnocziS: Supported
2005e7c6e631SStefan HajnocziF: block/vpc.c
2006e7c6e631SStefan Hajnoczi
2007e7c6e631SStefan Hajnoczivvfat
2008e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2009e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2010e7c6e631SStefan HajnocziS: Supported
2011e7c6e631SStefan HajnocziF: block/vvfat.c
2012abfe4e94SStefan Hajnoczi
2013abfe4e94SStefan HajnocziImage format fuzzer
2014abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2015abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2016abfe4e94SStefan HajnocziS: Supported
2017abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2018717171bdSDaniel P. Berrange
2019049105a3SChanglong XieReplication
2020205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
20213ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2022049105a3SChanglong XieS: Supported
2023049105a3SChanglong XieF: replication*
2024049105a3SChanglong XieF: block/replication.c
2025049105a3SChanglong XieF: tests/test-replication.c
2026049105a3SChanglong XieF: docs/block-replication.txt
2027049105a3SChanglong Xie
2028b9e02c06SAlex BennéeBuild and test automation
2029b9e02c06SAlex Bennée-------------------------
20300475a03eSEduardo HabkostBuild and test automation
2031b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2032e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
203332b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2034b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2035e70dc7f8SAlex BennéeS: Maintained
2036b9e02c06SAlex BennéeF: .travis.yml
2037d92d886aSAlex BennéeF: .shippable.yml
2038e70dc7f8SAlex BennéeF: tests/docker/
203918023821SFam ZhengF: tests/vm/
2040e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20412a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2042e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2043717171bdSDaniel P. Berrange
2044717171bdSDaniel P. BerrangeDocumentation
2045717171bdSDaniel P. Berrange-------------
2046717171bdSDaniel P. BerrangeBuild system architecture
2047717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2048717171bdSDaniel P. BerrangeS: Odd Fixes
2049c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
20508a49e97fSFam Zheng
2051aef45d51SDaniel P. BerrangeBuild System
2052aef45d51SDaniel P. Berrange------------
2053aef45d51SDaniel P. BerrangeGIT submodules
2054aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2055aef45d51SDaniel P. BerrangeS: Odd Fixes
2056aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2057