xref: /openbmc/qemu/MAINTAINERS (revision 304584bf)
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
79daf14ce3SCornelia HuckArchitecture support
80daf14ce3SCornelia Huck--------------------
81daf14ce3SCornelia HuckS390
82daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
83daf14ce3SCornelia HuckS: Supported
84daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.mak
85daf14ce3SCornelia HuckF: gdb-xml/s390*.xml
86daf14ce3SCornelia HuckF: hw/char/sclp*.[hc]
87daf14ce3SCornelia HuckF: hw/char/terminal3270.c
88daf14ce3SCornelia HuckF: hw/intc/s390_flic.c
89daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c
90daf14ce3SCornelia HuckF: hw/s390x/
91daf14ce3SCornelia HuckF: hw/vfio/ccw.c
92daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c
93daf14ce3SCornelia HuckF: include/hw/s390x/
94daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h
95daf14ce3SCornelia HuckF: pc-bios/s390-ccw/
96daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img
97daf14ce3SCornelia HuckF: target/s390x/
98daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x?
99daf14ce3SCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
100daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org
101daf14ce3SCornelia 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/
858c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8591e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8601e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8613e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8623e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
863146bd283SCornelia HuckL: qemu-s390x@nongnu.org
864dd4ad64aSCornelia Huck
865*304584bfSCornelia HuckS390-ccw Bios
866*304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
867*304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
868*304584bfSCornelia HuckS: Supported
869*304584bfSCornelia HuckF: pc-bios/s390-ccw/
870*304584bfSCornelia HuckF: pc-bios/s390-ccw.img
871*304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
872*304584bfSCornelia HuckL: qemu-s390x@nongnu.org
873*304584bfSCornelia Huck
874ab9528caSGuan XuetaoUniCore32 Machines
875ab9528caSGuan Xuetao-------------
876ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
877ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
878ab9528caSGuan XuetaoS: Maintained
8798d8b636dSPaolo BonziniF: hw/*/puv3*
880ab9528caSGuan XuetaoF: hw/unicore32/
881ab9528caSGuan Xuetao
882fd5d5c56SAnthony LiguoriX86 Machines
883fd5d5c56SAnthony Liguori------------
884fd5d5c56SAnthony LiguoriPC
885046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8861bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
887fd5d5c56SAnthony LiguoriS: Supported
888046a6486SMichael S. TsirkinF: include/hw/i386/
889046a6486SMichael S. TsirkinF: hw/i386/
890046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
891046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
892046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
893046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
894046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
895046a6486SMichael S. TsirkinF: hw/isa/piix4.c
896046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
897046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
898046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
899046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
900046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
901f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9029cc3b73cSPaolo BonziniF: hw/misc/sga.c
9039cc3b73cSPaolo Bonzini
9049cc3b73cSPaolo BonziniPC Chipset
9059cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9069cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9071732be86SPhilippe Mathieu-DaudéS: Supported
9089cc3b73cSPaolo BonziniF: hw/char/debugcon.c
9099cc3b73cSPaolo BonziniF: hw/char/parallel.c
9109cc3b73cSPaolo BonziniF: hw/char/serial*
9119cc3b73cSPaolo BonziniF: hw/dma/i8257*
9129cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9131732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9149cc3b73cSPaolo BonziniF: hw/intc/apic*
9159cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9169cc3b73cSPaolo BonziniF: hw/intc/i8259*
9179cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9189cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9199cc3b73cSPaolo BonziniF: hw/timer/hpet*
9209cc3b73cSPaolo BonziniF: hw/timer/i8254*
9219cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
922edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
923866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
924a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
925ea638a45SPhilippe Mathieu-DaudéF: include/hw/isa/i8257.h
926a2feb348SThomas HuthF: include/hw/timer/hpet.h
927a2feb348SThomas HuthF: include/hw/timer/i8254*
928a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
929046a6486SMichael S. Tsirkin
9305da4fb00SMichael S. TsirkinMachine core
9315da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9325da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9335da4fb00SMichael S. TsirkinS: Supported
9345da4fb00SMichael S. TsirkinF: hw/core/machine.c
935c1629c5cSThomas HuthF: hw/core/null-machine.c
9365da4fb00SMichael S. TsirkinF: include/hw/boards.h
937e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
938fd5d5c56SAnthony Liguori
93916e7caaeSMax FilippovXtensa Machines
94016e7caaeSMax Filippov---------------
941375847a6SMax Filippovsim
94216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
94316e7caaeSMax FilippovS: Maintained
944437a8c11SMax FilippovF: hw/xtensa/sim.c
945375847a6SMax Filippov
946437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
947375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
948375847a6SMax FilippovS: Maintained
949437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
950437a8c11SMax FilippovF: hw/net/opencores_eth.c
95116e7caaeSMax Filippov
952fd5d5c56SAnthony LiguoriDevices
953fd5d5c56SAnthony Liguori-------
954b30934cbSJiri SlabyEDU
955b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
956b30934cbSJiri SlabyS: Maintained
957b30934cbSJiri SlabyF: hw/misc/edu.c
958b30934cbSJiri Slaby
959fd5d5c56SAnthony LiguoriIDE
960c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
961c095348bSJohn SnowL: qemu-block@nongnu.org
962c095348bSJohn SnowS: Supported
9638d8b636dSPaolo BonziniF: include/hw/ide.h
964c9f7acd5SThomas HuthF: include/hw/ide/
965fd5d5c56SAnthony LiguoriF: hw/ide/
966c095348bSJohn SnowF: hw/block/block.c
967c095348bSJohn SnowF: hw/block/cdrom.c
968c095348bSJohn SnowF: hw/block/hd-geometry.c
969c095348bSJohn SnowF: tests/ide-test.c
970c095348bSJohn SnowF: tests/ahci-test.c
971aee50319SJohn SnowF: tests/libqos/ahci*
972c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
973c095348bSJohn Snow
974caf316baSCorey MinyardIPMI
975caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
976caf316baSCorey MinyardS: Maintained
977caf316baSCorey MinyardF: include/hw/ipmi/*
978caf316baSCorey MinyardF: hw/ipmi/*
979caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
980caf316baSCorey MinyardF: tests/ipmi*
981caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
982caf316baSCorey Minyard
983c095348bSJohn SnowFloppy
984c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
985c095348bSJohn SnowL: qemu-block@nongnu.org
986c095348bSJohn SnowS: Supported
987c095348bSJohn SnowF: hw/block/fdc.c
988c095348bSJohn SnowF: include/hw/block/fdc.h
989aee50319SJohn SnowF: tests/fdc-test.c
990c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
991fd5d5c56SAnthony Liguori
992f5f487b2SPeter MaydellOMAP
993f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
994f5f487b2SPeter MaydellS: Maintained
9958d8b636dSPaolo BonziniF: hw/*/omap*
996ed0db866SThomas HuthF: include/hw/arm/omap.h
997f5f487b2SPeter Maydell
99828d54e58SPaolo BonziniIPack
99928d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
100028d54e58SPaolo BonziniS: Odd Fixes
100128d54e58SPaolo BonziniF: hw/char/ipoctal232.c
100228d54e58SPaolo BonziniF: hw/ipack/
100328d54e58SPaolo Bonzini
1004fd5d5c56SAnthony LiguoriPCI
1005fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1006874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
1007fd5d5c56SAnthony LiguoriS: Supported
10088d8b636dSPaolo BonziniF: include/hw/pci/*
1009f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1010ca818cfbSMichael S. TsirkinF: hw/pci/*
1011f178bc6bSPaolo BonziniF: hw/pci-bridge/*
101268179923SPhilippe Mathieu-DaudéF: docs/pci*
101368179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1014534fd814SFam ZhengF: default-configs/pci.mak
10150e0b3592SMichael S. Tsirkin
1016d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10170e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10180e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10190e0b3592SMichael S. TsirkinS: Supported
10200e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1021d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10220e0b3592SMichael S. TsirkinF: hw/mem/*
10238d8b636dSPaolo BonziniF: hw/acpi/*
1024d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10250e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10260e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10273248f1b4SBen WarrenF: tests/bios-tables-test.c
10283248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1029fd5d5c56SAnthony Liguori
1030aaade8d7SAndreas Färberppc4xx
1031aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1032aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1033aaade8d7SAndreas FärberS: Odd Fixes
10348d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1035aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1036b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1037aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1038aaade8d7SAndreas Färber
103998cded3aSAndreas Färberppce500
104098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
104198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
104298cded3aSAndreas FärberS: Supported
10436e481d57SPeter MaydellF: hw/ppc/e500*
1044566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1045566dd236SPaolo BonziniF: hw/net/fsl_etsec/
104698cded3aSAndreas Färber
104761af0ee6SPaolo BonziniCharacter devices
104861af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
104961af0ee6SPaolo BonziniS: Odd Fixes
105061af0ee6SPaolo BonziniF: hw/char/
105161af0ee6SPaolo Bonzini
1052f536f112SPaolo BonziniNetwork devices
1053f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1054f536f112SPaolo BonziniS: Odd Fixes
1055f536f112SPaolo BonziniF: hw/net/
10566061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10576bd7776cSGreg KurzF: tests/virtio-net-test.c
1058f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1059f536f112SPaolo Bonzini
1060fd5d5c56SAnthony LiguoriSCSI
1061de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1062c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1063de7724f7SPaolo BonziniS: Supported
106474460f34SThomas HuthF: include/hw/scsi/*
10658d8b636dSPaolo BonziniF: hw/scsi/*
10666bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10671ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1068de7724f7SPaolo Bonzini
1069fcb5629dSPeter A. G. CrosthwaiteSSI
10704b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1071982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
1072fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10738d8b636dSPaolo BonziniF: hw/ssi/*
10748d8b636dSPaolo BonziniF: hw/block/m25p80.c
1075982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10764b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1077982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10784b46ba61SAlistair Francis
10794b46ba61SAlistair FrancisXilinx SPI
10804b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10814b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10824b46ba61SAlistair FrancisS: Maintained
10834b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1084fcb5629dSPeter A. G. Crosthwaite
1085fd5d5c56SAnthony LiguoriUSB
10865d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10875d0d62feSGerd HoffmannS: Maintained
10888d8b636dSPaolo BonziniF: hw/usb/*
108928edfce0SGongleiF: tests/usb-*-test.c
1090beded0ffSThomas HuthF: docs/usb2.txt
1091beded0ffSThomas HuthF: docs/usb-storage.txt
1092beded0ffSThomas HuthF: include/hw/usb.h
1093beded0ffSThomas HuthF: include/hw/usb/
1094104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1095fd5d5c56SAnthony Liguori
1096e26082fdSPaolo BonziniUSB (serial adapter)
1097e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1098e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1099e26082fdSPaolo BonziniS: Maintained
1100e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1101e26082fdSPaolo Bonzini
110292e1fb5eSAlex WilliamsonVFIO
110392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
110492e1fb5eSAlex WilliamsonS: Supported
1105cf7087dbSKim PhillipsF: hw/vfio/*
110699b88c6dSThomas HuthF: include/hw/vfio/
110792e1fb5eSAlex Williamson
11085eb74557SDong Jia Shivfio-ccw
1109c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11105eb74557SDong Jia ShiS: Supported
11115eb74557SDong Jia ShiF: hw/vfio/ccw.c
11125eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11135eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11145eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1115146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11165eb74557SDong Jia Shi
1117fd5d5c56SAnthony Liguorivhost
1118fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1119fd5d5c56SAnthony LiguoriS: Supported
11208d8b636dSPaolo BonziniF: hw/*/*vhost*
112137f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1122fd5d5c56SAnthony Liguori
1123fd5d5c56SAnthony Liguorivirtio
1124a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1125fd5d5c56SAnthony LiguoriS: Supported
11268d8b636dSPaolo BonziniF: hw/*/virtio*
112772fa605dSThomas HuthF: hw/virtio/Makefile.objs
112872fa605dSThomas HuthF: hw/virtio/trace-events
11296a084ea3SMichael S. TsirkinF: net/vhost-user.c
1130494f7b57SThomas HuthF: include/hw/virtio/
11316bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1132fd5d5c56SAnthony Liguori
1133fd5d5c56SAnthony Liguorivirtio-9p
11348c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1135fd5d5c56SAnthony LiguoriS: Supported
1136aebeca25SAndreas FärberF: hw/9pfs/
1137aebeca25SAndreas FärberF: fsdev/
11382d888c09SAndreas FärberF: tests/virtio-9p-test.c
11398c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1140fd5d5c56SAnthony Liguori
1141fd5d5c56SAnthony Liguorivirtio-blk
114254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1143b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1144fd5d5c56SAnthony LiguoriS: Supported
11458d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1146b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11476bd7776cSGreg KurzF: tests/virtio-blk-test.c
1148b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1149fd5d5c56SAnthony Liguori
1150dd4ad64aSCornelia Huckvirtio-ccw
1151c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1152b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1153dd4ad64aSCornelia HuckS: Supported
1154dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11553e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11563e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1157146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1158dd4ad64aSCornelia Huck
1159a5d4d7b5SGerd Hoffmannvirtio-input
1160a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1161a5d4d7b5SGerd HoffmannS: Maintained
1162a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1163a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1164a5d4d7b5SGerd Hoffmann
1165fd5d5c56SAnthony Liguorivirtio-serial
1166cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1167fd5d5c56SAnthony LiguoriS: Supported
11688d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11698d8b636dSPaolo BonziniF: hw/char/virtio-console.c
117068a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11716bd7776cSGreg KurzF: tests/virtio-console-test.c
11726bd7776cSGreg KurzF: tests/virtio-serial-test.c
1173fd5d5c56SAnthony Liguori
11741f51a5cbSAmit Shahvirtio-rng
1175cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11761f51a5cbSAmit ShahS: Supported
11771f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11781f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1179750cf869SThomas HuthF: include/sysemu/rng*.h
11801f51a5cbSAmit ShahF: backends/rng*.c
11816bd7776cSGreg KurzF: tests/virtio-rng-test.c
11821f51a5cbSAmit Shah
11836034011cSGongleivirtio-crypto
11846034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11856034011cSGongleiS: Supported
11866034011cSGongleiF: hw/virtio/virtio-crypto.c
11876034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11886034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11896034011cSGonglei
1190f3c507adSKeith Buschnvme
1191f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1192c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1193f3c507adSKeith BuschS: Supported
1194f3c507adSKeith BuschF: hw/block/nvme*
1195fc967791SAndreas FärberF: tests/nvme-test.c
1196f3c507adSKeith Busch
1197d383c625SHannes Reineckemegasas
11983fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1199c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1200d383c625SHannes ReineckeS: Supported
1201d383c625SHannes ReineckeF: hw/scsi/megasas.c
1202d383c625SHannes ReineckeF: hw/scsi/mfi.h
12033fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1204d383c625SHannes Reinecke
1205605d52e6SDmitry FleytmanNetwork packet abstractions
1206bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1207605d52e6SDmitry FleytmanS: Maintained
1208605d52e6SDmitry FleytmanF: include/net/eth.h
1209605d52e6SDmitry FleytmanF: net/eth.c
1210605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1211605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1212605d52e6SDmitry Fleytman
1213622fb504SDmitry FleytmanVmware
1214bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1215622fb504SDmitry FleytmanS: Maintained
1216622fb504SDmitry FleytmanF: hw/net/vmxnet*
1217622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12185a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1219622fb504SDmitry Fleytman
1220de24d3f1SScott FeldmanRocker
1221de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1222de24d3f1SScott FeldmanS: Maintained
1223de24d3f1SScott FeldmanF: hw/net/rocker/
1224de850948SThomas HuthF: tests/rocker/
1225de850948SThomas HuthF: docs/specs/rocker.txt
1226de24d3f1SScott Feldman
122770d1fb9cSXiao GuangrongNVDIMM
12287a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
122970d1fb9cSXiao GuangrongS: Maintained
123070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
123170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
123270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
123370d1fb9cSXiao Guangrong
1234093454e2SDmitry Fleytmane1000x
1235bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1236093454e2SDmitry FleytmanS: Maintained
1237093454e2SDmitry FleytmanF: hw/net/e1000x*
1238093454e2SDmitry Fleytman
12396f3fbe4eSDmitry Fleytmane1000e
1240bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12416f3fbe4eSDmitry FleytmanS: Maintained
12426f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12436f3fbe4eSDmitry Fleytman
1244ebc2327fSStefan Weileepro100
1245ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1246ebc2327fSStefan WeilS: Maintained
1247ebc2327fSStefan WeilF: hw/net/eepro100.c
1248ebc2327fSStefan Weil
1249e481a1f6SAlistair FrancisGeneric Loader
1250e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1251e481a1f6SAlistair FrancisS: Maintained
1252e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1253e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1254c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1255e481a1f6SAlistair Francis
125687a9023aSThomas HuthCHRP NVRAM
125787a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
125887a9023aSThomas HuthS: Maintained
125987a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
126087a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
126187a9023aSThomas HuthF: tests/prom-env-test.c
126287a9023aSThomas Huth
126342697d88SBen WarrenVM Generation ID
126442697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
126542697d88SBen WarrenS: Maintained
126642697d88SBen WarrenF: hw/acpi/vmgenid.c
126742697d88SBen WarrenF: include/hw/acpi/vmgenid.h
126842697d88SBen WarrenF: docs/specs/vmgenid.txt
126942697d88SBen WarrenF: tests/vmgenid-test.c
127042697d88SBen WarrenF: stubs/vmgenid.c
127142697d88SBen Warren
1272747969dbSPhilippe Mathieu-DaudéUnimplemented device
1273747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1274747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1275747969dbSPhilippe Mathieu-DaudéS: Maintained
1276747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1277747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1278747969dbSPhilippe Mathieu-Daudé
1279fd5d5c56SAnthony LiguoriSubsystems
1280fd5d5c56SAnthony Liguori----------
1281fd5d5c56SAnthony LiguoriAudio
12829f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1283fd5d5c56SAnthony LiguoriS: Maintained
1284fd5d5c56SAnthony LiguoriF: audio/
12858d8b636dSPaolo BonziniF: hw/audio/
1286a2b245aeSThomas HuthF: include/hw/audio/
1287d7b50c0cSAndreas FärberF: tests/ac97-test.c
12888fa74c94SAndreas FärberF: tests/es1370-test.c
1289fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1290fd5d5c56SAnthony Liguori
129117f1e8f5SStefan HajnocziBlock layer core
1292fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1293c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1294c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1295fd5d5c56SAnthony LiguoriS: Supported
1296fd5d5c56SAnthony LiguoriF: block*
1297fd5d5c56SAnthony LiguoriF: block/
12988d8b636dSPaolo BonziniF: hw/block/
12994c346e0bSKevin WolfF: include/block/
130046078760SKevin WolfF: qemu-img*
130146078760SKevin WolfF: qemu-io*
130229242091SKevin WolfF: tests/qemu-iotests/
13038dd30c86SMax ReitzF: util/qemu-progress.c
1304d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1305fd5d5c56SAnthony Liguori
1306d55053b1SStefan HajnocziBlock I/O path
1307d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13089ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1309d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1310d55053b1SStefan HajnocziS: Supported
131136c697bdSPaolo BonziniF: util/async.c
131236c697bdSPaolo BonziniF: util/aio-*.c
1313d55053b1SStefan HajnocziF: block/io.c
1314d55053b1SStefan HajnocziF: migration/block*
1315e1029ae2SFam ZhengF: include/block/aio.h
13160a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1317d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1318d55053b1SStefan Hajnoczi
1319e5b5728cSPaolo BonziniBlock SCSI subsystem
1320e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1321c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1322e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1323e5b5728cSPaolo BonziniS: Supported
1324e5b5728cSPaolo BonziniF: include/scsi/*
1325e5b5728cSPaolo BonziniF: scsi/*
1326e5b5728cSPaolo Bonzini
1327280458a3SJeff CodyBlock Jobs
1328280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1329280458a3SJeff CodyL: qemu-block@nongnu.org
1330280458a3SJeff CodyS: Supported
1331280458a3SJeff CodyF: blockjob.c
1332280458a3SJeff CodyF: include/block/blockjob.h
1333280458a3SJeff CodyF: block/backup.c
1334280458a3SJeff CodyF: block/commit.c
133577346025SJeff CodyF: block/stream.c
1336280458a3SJeff CodyF: block/mirror.c
1337280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1338280458a3SJeff Cody
13394120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13404120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13414120201dSMarkus ArmbrusterS: Supported
13424120201dSMarkus ArmbrusterF: blockdev.c
13434120201dSMarkus ArmbrusterF: block/qapi.c
13444120201dSMarkus ArmbrusterF: qapi/block*.json
1345fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13464120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13474120201dSMarkus Armbruster
1348538193bcSJohn SnowDirty Bitmaps
1349538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1350538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1351538193bcSJohn SnowL: qemu-block@nongnu.org
1352538193bcSJohn SnowS: Supported
1353538193bcSJohn SnowF: util/hbitmap.c
1354538193bcSJohn SnowF: block/dirty-bitmap.c
1355538193bcSJohn SnowF: include/qemu/hbitmap.h
1356538193bcSJohn SnowF: include/block/dirty-bitmap.h
1357538193bcSJohn SnowF: tests/test-hbitmap.c
13585746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1359538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1360538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1361538193bcSJohn Snow
136261af0ee6SPaolo BonziniCharacter device backends
1363da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
136455fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1365fd5d5c56SAnthony LiguoriS: Maintained
1366178fe0aeSMarc-André LureauF: chardev/
13678228e353SMarc-André LureauF: include/chardev/
1368dbeee392SMarkus ArmbrusterF: qapi/char.json
1369fd5d5c56SAnthony Liguori
1370e26082fdSPaolo BonziniCharacter Devices (Braille)
1371e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1372e26082fdSPaolo BonziniS: Maintained
13736b10e573SMarc-André LureauF: chardev/baum.c
1374fd5d5c56SAnthony Liguori
1375e94630d3SMarkus ArmbrusterCommand line option argument parsing
1376e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1377e94630d3SMarkus ArmbrusterS: Supported
1378e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1379e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1380e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1381e94630d3SMarkus ArmbrusterF: util/keyval.c
1382e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1383e94630d3SMarkus Armbruster
13848c413e79SMarkus ArmbrusterCoverity model
13858c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13868c413e79SMarkus ArmbrusterS: Supported
13878c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13888c413e79SMarkus Armbruster
1389f2ca0524SAndreas FärberCPU
139012b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1391f2ca0524SAndreas FärberS: Supported
1392f2ca0524SAndreas FärberF: qom/cpu.c
13936e481d57SPeter MaydellF: include/qom/cpu.h
1394f2ca0524SAndreas Färber
1395d24b569aSPeter A. G. CrosthwaiteDevice Tree
13964b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1397d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1398d24b569aSPeter A. G. CrosthwaiteS: Maintained
139982407515SThomas HuthF: device_tree.c
140082407515SThomas HuthF: include/sysemu/device_tree.h
1401d24b569aSPeter A. G. Crosthwaite
14023505a22bSMarc-André LureauDump
14033505a22bSMarc-André LureauS: Supported
14043505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14053505a22bSMarc-André LureauF: dump.c
14063505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14073505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14083505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14093505a22bSMarc-André LureauF: include/sysemu/dump.h
14103505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14113505a22bSMarc-André LureauF: stubs/dump.c
14123505a22bSMarc-André Lureau
14134f966768SMarkus ArmbrusterError reporting
14144f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14154f966768SMarkus ArmbrusterS: Supported
14164f966768SMarkus ArmbrusterF: include/qapi/error.h
14174f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14184f966768SMarkus ArmbrusterF: util/error.c
14194f966768SMarkus ArmbrusterF: util/qemu-error.c
14204f966768SMarkus Armbruster
1421fd5d5c56SAnthony LiguoriGDB stub
14225dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1423fd5d5c56SAnthony LiguoriS: Odd Fixes
1424fd5d5c56SAnthony LiguoriF: gdbstub*
1425fd5d5c56SAnthony LiguoriF: gdb-xml/
1426fd5d5c56SAnthony Liguori
142701a9c03cSPaolo BonziniMemory API
142801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
142901a9c03cSPaolo BonziniS: Supported
143001a9c03cSPaolo BonziniF: include/exec/ioport.h
143101a9c03cSPaolo BonziniF: ioport.c
143201a9c03cSPaolo BonziniF: include/exec/memory.h
14332b1641d0SPaolo BonziniF: include/exec/ram_addr.h
143401a9c03cSPaolo BonziniF: memory.c
143501a9c03cSPaolo BonziniF: include/exec/memory-internal.h
143601a9c03cSPaolo BonziniF: exec.c
143701a9c03cSPaolo Bonzini
14387ee3bf03SGerd HoffmannSPICE
14397ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14407ee3bf03SGerd HoffmannS: Supported
14416e481d57SPeter MaydellF: include/ui/qemu-spice.h
1442438528a3SThomas HuthF: include/ui/spice-display.h
14437ee3bf03SGerd HoffmannF: ui/spice-*.c
14447ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14458d8b636dSPaolo BonziniF: hw/display/qxl*
1446608cfed6SMarkus ArmbrusterF: qapi/ui.json
14477ee3bf03SGerd Hoffmann
1448fd5d5c56SAnthony LiguoriGraphics
144925eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
145025eccc37SGerd HoffmannS: Odd Fixes
1451fd5d5c56SAnthony LiguoriF: ui/
1452e220656cSThomas HuthF: include/ui/
1453608cfed6SMarkus ArmbrusterF: qapi/ui.json
1454fd5d5c56SAnthony Liguori
1455351f1bf6SAndreas FärberCocoa graphics
145630ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1457351f1bf6SAndreas FärberS: Odd Fixes
1458351f1bf6SAndreas FärberF: ui/cocoa.m
1459351f1bf6SAndreas Färber
1460fd5d5c56SAnthony LiguoriMain loop
1461da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1462da26f37aSPaolo BonziniS: Maintained
1463da26f37aSPaolo BonziniF: cpus.c
14643ecb29a3SPaolo BonziniF: util/main-loop.c
14653ecb29a3SPaolo BonziniF: util/qemu-timer.c
1466fd5d5c56SAnthony LiguoriF: vl.c
14670e201d34SMarkus ArmbrusterF: qapi/run-state.json
1468fd5d5c56SAnthony Liguori
14698899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1470c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1471fbb0621aSLuiz CapitulinoS: Maintained
1472fd5d5c56SAnthony LiguoriF: monitor.c
1473c13e9912SThomas HuthF: hmp.[ch]
1474c13e9912SThomas HuthF: hmp-commands*.hx
1475c13e9912SThomas HuthF: include/monitor/hmp-target.h
1476bbcee372SThomas HuthF: tests/test-hmp.c
1477fd5d5c56SAnthony Liguori
1478f536f112SPaolo BonziniNetwork device backends
1479442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1480fd5d5c56SAnthony LiguoriS: Maintained
1481fd5d5c56SAnthony LiguoriF: net/
1482d24b2b1cSThomas HuthF: include/net/
14835fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14843c0bd37dSMarkus ArmbrusterF: qapi/net.json
1485fd5d5c56SAnthony Liguori
1486aee09bafSVincenzo MaffioneNetmap network backend
1487aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1488aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1489aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1490aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1491aee09bafSVincenzo MaffioneS: Maintained
1492aee09bafSVincenzo MaffioneF: net/netmap.c
1493aee09bafSVincenzo Maffione
14942f54eb98SEduardo HabkostNUMA
14952f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14962f54eb98SEduardo HabkostS: Maintained
14972f54eb98SEduardo HabkostF: numa.c
14982f54eb98SEduardo HabkostF: include/sysemu/numa.h
1499e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15002f54eb98SEduardo Habkost
15014fc264f4SEduardo HabkostHost Memory Backends
15024fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15034fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15044fc264f4SEduardo HabkostS: Maintained
15054fc264f4SEduardo HabkostF: backends/hostmem*.c
15064fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1507e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15084fc264f4SEduardo Habkost
15096034011cSGongleiCryptodev Backends
15106034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15116034011cSGongleiS: Maintained
15126034011cSGongleiF: include/sysemu/cryptodev*.h
15136034011cSGongleiF: backends/cryptodev*.c
15146034011cSGonglei
1515ad904f66SEduardo HabkostPython scripts
1516ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1517ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1518ad904f66SEduardo HabkostS: Odd fixes
1519ad904f66SEduardo HabkostF: scripts/qmp/*
1520ad904f66SEduardo HabkostF: scripts/*.py
1521ad904f66SEduardo HabkostF: tests/*.py
1522ad904f66SEduardo Habkost
15238899b4aeSLuiz CapitulinoQAPI
15249740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15258899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
15269740618cSLuiz CapitulinoS: Supported
15278899b4aeSLuiz CapitulinoF: qapi/
15280311c5bdSMarkus ArmbrusterX: qapi/*.json
1529ac4abb9aSMarkus ArmbrusterF: include/qapi/
1530ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1531ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1532c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1533ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1534e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1535ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1536e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15370311c5bdSMarkus ArmbrusterF: scripts/qapi*
1538c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15399740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15408899b4aeSLuiz Capitulino
15417810d291SLuiz CapitulinoQAPI Schema
15427810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15437810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15447810d291SLuiz CapitulinoS: Supported
15457810d291SLuiz CapitulinoF: qapi-schema.json
15460311c5bdSMarkus ArmbrusterF: qapi/*.json
15479740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15487810d291SLuiz Capitulino
1549f3582ba4SLuiz CapitulinoQObject
1550daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1551daf5dc78SMarkus ArmbrusterS: Supported
1552f3582ba4SLuiz CapitulinoF: qobject/
15537735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15547735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1555a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15567735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
155701b2ffceSMarc-André LureauF: tests/check-qnum.c
15587735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15597735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15607735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1561daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1562f3582ba4SLuiz Capitulino
1563f05d9999SMichael RothQEMU Guest Agent
1564f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1565f05d9999SMichael RothS: Maintained
1566f05d9999SMichael RothF: qga/
1567ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1568ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1569ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1570ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1571f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1572f05d9999SMichael Roth
15734688c94cSAndreas FärberQOM
15744688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15754688c94cSAndreas FärberS: Supported
15764688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15774688c94cSAndreas FärberF: include/qom/
15784688c94cSAndreas FärberX: include/qom/cpu.h
15794688c94cSAndreas FärberF: qom/
15804688c94cSAndreas FärberX: qom/cpu.c
15819f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15829f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15834688c94cSAndreas FärberF: tests/qom-test.c
15844688c94cSAndreas Färber
15858899b4aeSLuiz CapitulinoQMP
15869740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15879740618cSLuiz CapitulinoS: Supported
15888899b4aeSLuiz CapitulinoF: qmp.c
15898899b4aeSLuiz CapitulinoF: monitor.c
1590c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15919740618cSLuiz CapitulinoF: scripts/qmp/
1592f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15939740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15948899b4aeSLuiz Capitulino
1595cc0100f4SAlistair FrancisRegister API
1596cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1597cc0100f4SAlistair FrancisS: Maintained
1598cc0100f4SAlistair FrancisF: hw/core/register.c
1599cc0100f4SAlistair FrancisF: include/hw/register.h
160006a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1601cc0100f4SAlistair Francis
1602fd5d5c56SAnthony LiguoriSLIRP
1603eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1604bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1605bafc72abSJan KiszkaS: Maintained
1606fd5d5c56SAnthony LiguoriF: slirp/
1607663fb1e1SThomas HuthF: net/slirp.c
1608d24b2b1cSThomas HuthF: include/net/slirp.h
16091ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1610fd5d5c56SAnthony Liguori
1611b1ed728aSPaolo BonziniStubs
1612b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1613b1ed728aSPaolo BonziniS: Maintained
1614b1ed728aSPaolo BonziniF: stubs/
1615b1ed728aSPaolo Bonzini
1616598a3f35SStefan HajnocziTracing
16171cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1618598a3f35SStefan HajnocziS: Maintained
1619598a3f35SStefan HajnocziF: trace/
1620f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1621f70fd8fdSLluís VilanovaF: scripts/tracetool/
1622c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
16231ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1624598a3f35SStefan Hajnoczi
16253859b6cfSMarkus ArmbrusterTPM
16266b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
16276b4f250bSStefan BergerS: Maintained
16283859b6cfSMarkus ArmbrusterF: tpm.c
1629c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16303859b6cfSMarkus ArmbrusterF: hw/tpm/*
16313859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16323859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16333859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16346b4f250bSStefan BergerF: backends/tpm.c
1635d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16363859b6cfSMarkus Armbruster
163714f40fdcSBlue SwirlCheckpatch
163814f40fdcSBlue SwirlS: Odd Fixes
163914f40fdcSBlue SwirlF: scripts/checkpatch.pl
164014f40fdcSBlue Swirl
1641c0787c8dSJuan QuintelaMigration
1642c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1643d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1644c0787c8dSJuan QuintelaS: Maintained
1645c0787c8dSJuan QuintelaF: include/migration/
164644a1f946SDr. David Alan GilbertF: migration/
1647c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1648c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16492656bfd9SJuan QuintelaF: tests/migration-test.c
1650c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
165148685a8eSMarkus ArmbrusterF: qapi/migration.json
1652c0787c8dSJuan Quintela
165392bfedb0SEduardo OtuboSeccomp
1654064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
165592bfedb0SEduardo OtuboS: Supported
165692bfedb0SEduardo OtuboF: qemu-seccomp.c
165792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
165892bfedb0SEduardo Otubo
1659ddbb0d09SDaniel P. BerrangeCryptography
1660ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1661ddbb0d09SDaniel P. BerrangeS: Maintained
1662ddbb0d09SDaniel P. BerrangeF: crypto/
1663ddbb0d09SDaniel P. BerrangeF: include/crypto/
1664ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16653947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1666899833cdSDaniel P. BerrangeF: qemu.sasl
1667ddbb0d09SDaniel P. Berrange
166810817bf0SDaniel P. BerrangeCoroutines
166910817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
167010817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
167110817bf0SDaniel P. BerrangeF: util/*coroutine*
167210817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
167310817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
167410817bf0SDaniel P. Berrange
167588c5f205SDaniel P. BerrangeBuffers
167688c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
167788c5f205SDaniel P. BerrangeS: Odd fixes
167888c5f205SDaniel P. BerrangeF: util/buffer.c
167988c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
168088c5f205SDaniel P. Berrange
1681666a3af9SDaniel P. BerrangeI/O Channels
1682666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1683666a3af9SDaniel P. BerrangeS: Maintained
1684666a3af9SDaniel P. BerrangeF: io/
1685666a3af9SDaniel P. BerrangeF: include/io/
1686666a3af9SDaniel P. BerrangeF: tests/test-io-*
1687666a3af9SDaniel P. Berrange
16885614a283SGerd HoffmannSockets
16895614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16905614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16915614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16925614a283SGerd HoffmannS: Maintained
16935614a283SGerd HoffmannF: include/qemu/sockets.h
16945614a283SGerd HoffmannF: util/qemu-sockets.c
1695a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16965614a283SGerd Hoffmann
1697d310d85bSAlberto GarciaThrottling infrastructure
1698d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1699d310d85bSAlberto GarciaS: Supported
1700d310d85bSAlberto GarciaF: block/throttle-groups.c
1701d310d85bSAlberto GarciaF: include/block/throttle-groups.h
170289603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1703d310d85bSAlberto GarciaF: util/throttle.c
170489603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
170589603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1706d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1707d310d85bSAlberto Garcia
1708080d7aacSFam ZhengUUID
1709080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1710080d7aacSFam ZhengS: Supported
1711080d7aacSFam ZhengF: util/uuid.c
1712080d7aacSFam ZhengF: include/qemu/uuid.h
1713080d7aacSFam ZhengF: tests/test-uuid.c
1714080d7aacSFam Zheng
1715a4cc318eSzhanghailiangCOLO Framework
1716a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1717a4cc318eSzhanghailiangS: Maintained
1718a4cc318eSzhanghailiangF: migration/colo*
1719a4cc318eSzhanghailiangF: include/migration/colo.h
1720a4cc318eSzhanghailiangF: include/migration/failover.h
1721a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1722a4cc318eSzhanghailiang
172388f82ed1SZhang ChenCOLO Proxy
1724b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
172588f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
172688f82ed1SZhang ChenS: Supported
172788f82ed1SZhang ChenF: docs/colo-proxy.txt
172888f82ed1SZhang ChenF: net/colo*
172988f82ed1SZhang ChenF: net/filter-rewriter.c
173088f82ed1SZhang ChenF: net/filter-mirror.c
173188f82ed1SZhang Chen
173262258201SPavel DovgalyukRecord/replay
173362258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
173462258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
173570b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
173662258201SPavel DovgalyukS: Supported
173762258201SPavel DovgalyukF: replay/*
173862258201SPavel DovgalyukF: block/blkreplay.c
173962258201SPavel DovgalyukF: net/filter-replay.c
174062258201SPavel DovgalyukF: include/sysemu/replay.h
174162258201SPavel DovgalyukF: docs/replay.txt
174262258201SPavel DovgalyukF: stubs/replay.c
174362258201SPavel Dovgalyuk
1744fd5d5c56SAnthony LiguoriUsermode Emulation
1745fd5d5c56SAnthony Liguori------------------
1746486bbe5fSPaolo BonziniOverall
1747486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1748486bbe5fSPaolo BonziniS: Maintained
1749486bbe5fSPaolo BonziniF: thunk.c
175058410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1751486bbe5fSPaolo Bonzini
1752fd5d5c56SAnthony LiguoriBSD user
1753297e8005SMarkus ArmbrusterS: Orphan
1754fd5d5c56SAnthony LiguoriF: bsd-user/
1755ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1756fd5d5c56SAnthony Liguori
1757fd5d5c56SAnthony LiguoriLinux user
1758fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1759ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1760fd5d5c56SAnthony LiguoriS: Maintained
1761fd5d5c56SAnthony LiguoriF: linux-user/
1762ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
176342f5a7e9SAurelien Jarno
176442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
176542f5a7e9SAurelien Jarno-------------------------
176642f5a7e9SAurelien JarnoCommon code
1767cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
176842f5a7e9SAurelien JarnoS: Maintained
176942f5a7e9SAurelien JarnoF: tcg/
177042f5a7e9SAurelien Jarno
1771b25a464cSClaudio FontanaAArch64 target
1772b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1773b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1774b25a464cSClaudio FontanaS: Maintained
1775b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1776b25a464cSClaudio FontanaF: tcg/aarch64/
1777c17652eeSPaolo BonziniF: disas/arm-a64.cc
1778c17652eeSPaolo BonziniF: disas/libvixl/
1779b25a464cSClaudio Fontana
178042f5a7e9SAurelien JarnoARM target
178142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
178242f5a7e9SAurelien JarnoS: Maintained
1783b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
178442f5a7e9SAurelien JarnoF: tcg/arm/
1785c17652eeSPaolo BonziniF: disas/arm.c
178642f5a7e9SAurelien Jarno
178742f5a7e9SAurelien Jarnoi386 target
17885dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
178942f5a7e9SAurelien JarnoS: Maintained
179042f5a7e9SAurelien JarnoF: tcg/i386/
1791c17652eeSPaolo BonziniF: disas/i386.c
179242f5a7e9SAurelien Jarno
179342f5a7e9SAurelien JarnoMIPS target
1794d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
179542f5a7e9SAurelien JarnoS: Maintained
179642f5a7e9SAurelien JarnoF: tcg/mips/
1797c17652eeSPaolo BonziniF: disas/mips.c
179842f5a7e9SAurelien Jarno
179942f5a7e9SAurelien JarnoPPC
180015610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
180115610d42SPranith KumarS: Odd Fixes
180242f5a7e9SAurelien JarnoF: tcg/ppc/
1803c17652eeSPaolo BonziniF: disas/ppc.c
180442f5a7e9SAurelien Jarno
180542f5a7e9SAurelien JarnoS390 target
180642f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
180742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
180842f5a7e9SAurelien JarnoS: Maintained
180942f5a7e9SAurelien JarnoF: tcg/s390/
1810c17652eeSPaolo BonziniF: disas/s390.c
1811146bd283SCornelia HuckL: qemu-s390x@nongnu.org
181242f5a7e9SAurelien Jarno
181342f5a7e9SAurelien JarnoSPARC target
1814297e8005SMarkus ArmbrusterS: Odd Fixes
181542f5a7e9SAurelien JarnoF: tcg/sparc/
1816c17652eeSPaolo BonziniF: disas/sparc.c
1817bc75c9e5SStefan Weil
1818bc75c9e5SStefan WeilTCI target
1819bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1820bc75c9e5SStefan WeilS: Maintained
18218ef9cd55SAndreas FärberF: tcg/tci/
1822752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1823c17652eeSPaolo BonziniF: disas/tci.c
1824aa09c951SAndreas Färber
1825f05b328cSStefan HajnocziBlock drivers
1826f05b328cSStefan Hajnoczi-------------
1827f05b328cSStefan HajnocziVMDK
1828f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1829c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1830f05b328cSStefan HajnocziS: Supported
1831f05b328cSStefan HajnocziF: block/vmdk.c
1832f05b328cSStefan Hajnoczi
1833f05b328cSStefan HajnocziRBD
18345a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1835280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1836280458a3SJeff CodyL: qemu-block@nongnu.org
1837f05b328cSStefan HajnocziS: Supported
1838f05b328cSStefan HajnocziF: block/rbd.c
1839280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1840f05b328cSStefan Hajnoczi
1841f05b328cSStefan HajnocziSheepdog
184253b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1843f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1844280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1845280458a3SJeff CodyL: qemu-block@nongnu.org
1846dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1847f05b328cSStefan HajnocziS: Supported
1848f05b328cSStefan HajnocziF: block/sheepdog.c
1849280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1850f05b328cSStefan Hajnoczi
1851f05b328cSStefan HajnocziVHDX
1852f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1853280458a3SJeff CodyL: qemu-block@nongnu.org
1854f05b328cSStefan HajnocziS: Supported
1855f05b328cSStefan HajnocziF: block/vhdx*
1856280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1857f05b328cSStefan Hajnoczi
1858f05b328cSStefan HajnocziVDI
1859f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1860c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1861f05b328cSStefan HajnocziS: Maintained
1862f05b328cSStefan HajnocziF: block/vdi.c
1863f05b328cSStefan Hajnoczi
1864f05b328cSStefan HajnocziiSCSI
1865f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1866f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1867f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1868c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1869f05b328cSStefan HajnocziS: Supported
1870f05b328cSStefan HajnocziF: block/iscsi.c
18712deb63c2SPeter LievenF: block/iscsi-opts.c
1872f05b328cSStefan Hajnoczi
187399c62e70SEric BlakeNetwork Block Device (NBD)
187499c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
187599c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
187699c62e70SEric BlakeL: qemu-block@nongnu.org
187799c62e70SEric BlakeS: Maintained
187899c62e70SEric BlakeF: block/nbd*
187999c62e70SEric BlakeF: nbd/
188099c62e70SEric BlakeF: include/block/nbd*
188199c62e70SEric BlakeF: qemu-nbd.*
188299c62e70SEric BlakeF: blockdev-nbd.c
188399c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
188499c62e70SEric Blake
18856542aa9cSPeter LievenNFS
1886280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18876542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1888280458a3SJeff CodyL: qemu-block@nongnu.org
18896542aa9cSPeter LievenS: Maintained
18906542aa9cSPeter LievenF: block/nfs.c
1891280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18926542aa9cSPeter Lieven
1893f05b328cSStefan HajnocziSSH
1894f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1895280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1896280458a3SJeff CodyL: qemu-block@nongnu.org
1897f05b328cSStefan HajnocziS: Supported
1898f05b328cSStefan HajnocziF: block/ssh.c
1899280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1900c9a12e75SChrysostomos Nanakos
1901280458a3SJeff CodyCURL
1902280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1903280458a3SJeff CodyL: qemu-block@nongnu.org
1904280458a3SJeff CodyS: Supported
1905280458a3SJeff CodyF: block/curl.c
1906280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1907280458a3SJeff Cody
1908280458a3SJeff CodyGLUSTER
1909280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1910280458a3SJeff CodyL: qemu-block@nongnu.org
1911280458a3SJeff CodyS: Supported
1912280458a3SJeff CodyF: block/gluster.c
1913280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1914b5e9476cSGonglei
1915199667a8SFam ZhengNull Block Driver
1916199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1917199667a8SFam ZhengL: qemu-block@nongnu.org
1918199667a8SFam ZhengS: Supported
1919199667a8SFam ZhengF: block/null.c
1920199667a8SFam Zheng
1921bdd6a90aSFam ZhengNVMe Block Driver
1922bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1923bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1924bdd6a90aSFam ZhengS: Supported
1925bdd6a90aSFam ZhengF: block/nvme*
1926bdd6a90aSFam Zheng
1927b5e9476cSGongleiBootdevice
1928b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1929b5e9476cSGongleiS: Maintained
1930b5e9476cSGongleiF: bootdevice.c
1931ecdda9e0SAlberto Garcia
1932ecdda9e0SAlberto GarciaQuorum
1933ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1934ecdda9e0SAlberto GarciaS: Supported
1935ecdda9e0SAlberto GarciaF: block/quorum.c
1936ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1937e7c6e631SStefan Hajnoczi
1938e7c6e631SStefan Hajnocziblkverify
1939e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1940e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1941e7c6e631SStefan HajnocziS: Supported
1942e7c6e631SStefan HajnocziF: block/blkverify.c
1943e7c6e631SStefan Hajnoczi
1944e7c6e631SStefan Hajnoczibochs
1945e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1946e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1947e7c6e631SStefan HajnocziS: Supported
1948e7c6e631SStefan HajnocziF: block/bochs.c
1949e7c6e631SStefan Hajnoczi
1950e7c6e631SStefan Hajnoczicloop
1951e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1952e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1953e7c6e631SStefan HajnocziS: Supported
1954e7c6e631SStefan HajnocziF: block/cloop.c
1955e7c6e631SStefan Hajnoczi
1956e7c6e631SStefan Hajnoczidmg
1957e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1958e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1959e7c6e631SStefan HajnocziS: Supported
1960e7c6e631SStefan HajnocziF: block/dmg.c
1961e7c6e631SStefan Hajnoczi
1962e7c6e631SStefan Hajnocziparallels
1963e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1964f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1965e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1966e7c6e631SStefan HajnocziS: Supported
1967e7c6e631SStefan HajnocziF: block/parallels.c
19685746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1969e7c6e631SStefan Hajnoczi
1970e7c6e631SStefan Hajnocziqed
1971e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1972e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1973e7c6e631SStefan HajnocziS: Supported
1974e7c6e631SStefan HajnocziF: block/qed.c
1975e7c6e631SStefan Hajnoczi
1976e7c6e631SStefan Hajnocziraw
1977e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1978e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1979e7c6e631SStefan HajnocziS: Supported
1980e7c6e631SStefan HajnocziF: block/linux-aio.c
1981f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19822e6fc7ebSEric BlakeF: block/raw-format.c
1983c1bb86cdSEric BlakeF: block/file-posix.c
1984c1bb86cdSEric BlakeF: block/file-win32.c
1985e7c6e631SStefan HajnocziF: block/win32-aio.c
1986e7c6e631SStefan Hajnoczi
1987e7c6e631SStefan Hajnocziqcow2
1988e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1989c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1990e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1991e7c6e631SStefan HajnocziS: Supported
1992e7c6e631SStefan HajnocziF: block/qcow2*
1993b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1994e7c6e631SStefan Hajnoczi
1995e7c6e631SStefan Hajnocziqcow
1996e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1997e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1998e7c6e631SStefan HajnocziS: Supported
1999e7c6e631SStefan HajnocziF: block/qcow.c
2000e7c6e631SStefan Hajnoczi
2001e7c6e631SStefan Hajnocziblkdebug
2002e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2003c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2004e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2005e7c6e631SStefan HajnocziS: Supported
2006e7c6e631SStefan HajnocziF: block/blkdebug.c
2007e7c6e631SStefan Hajnoczi
2008e7c6e631SStefan Hajnoczivpc
2009e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2010e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2011e7c6e631SStefan HajnocziS: Supported
2012e7c6e631SStefan HajnocziF: block/vpc.c
2013e7c6e631SStefan Hajnoczi
2014e7c6e631SStefan Hajnoczivvfat
2015e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2016e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2017e7c6e631SStefan HajnocziS: Supported
2018e7c6e631SStefan HajnocziF: block/vvfat.c
2019abfe4e94SStefan Hajnoczi
2020abfe4e94SStefan HajnocziImage format fuzzer
2021abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2022abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2023abfe4e94SStefan HajnocziS: Supported
2024abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2025717171bdSDaniel P. Berrange
2026049105a3SChanglong XieReplication
2027205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
20283ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2029049105a3SChanglong XieS: Supported
2030049105a3SChanglong XieF: replication*
2031049105a3SChanglong XieF: block/replication.c
2032049105a3SChanglong XieF: tests/test-replication.c
2033049105a3SChanglong XieF: docs/block-replication.txt
2034049105a3SChanglong Xie
2035b9e02c06SAlex BennéeBuild and test automation
2036b9e02c06SAlex Bennée-------------------------
20370475a03eSEduardo HabkostBuild and test automation
2038b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2039e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
204032b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2041b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2042e70dc7f8SAlex BennéeS: Maintained
2043b9e02c06SAlex BennéeF: .travis.yml
2044d92d886aSAlex BennéeF: .shippable.yml
2045e70dc7f8SAlex BennéeF: tests/docker/
204618023821SFam ZhengF: tests/vm/
2047e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20482a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2049e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2050717171bdSDaniel P. Berrange
2051717171bdSDaniel P. BerrangeDocumentation
2052717171bdSDaniel P. Berrange-------------
2053717171bdSDaniel P. BerrangeBuild system architecture
2054717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2055717171bdSDaniel P. BerrangeS: Odd Fixes
2056c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
20578a49e97fSFam Zheng
2058aef45d51SDaniel P. BerrangeBuild System
2059aef45d51SDaniel P. Berrange------------
2060aef45d51SDaniel P. BerrangeGIT submodules
2061aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2062aef45d51SDaniel P. BerrangeS: Odd Fixes
2063aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2064