xref: /openbmc/qemu/MAINTAINERS (revision c22e580c)
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>
239ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
240fd5d5c56SAnthony LiguoriS: Maintained
241fcf5ef2aSThomas HuthF: target/s390x/
2428d8b636dSPaolo BonziniF: hw/s390x/
243c17652eeSPaolo BonziniF: disas/s390.c
244146bd283SCornelia HuckL: qemu-s390x@nongnu.org
245b6f97c14Sbellard
246fd5d5c56SAnthony LiguoriSH4
247ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2482c9b7d1aSAndreas FärberS: Odd Fixes
249fcf5ef2aSThomas HuthF: target/sh4/
2508d8b636dSPaolo BonziniF: hw/sh4/
251c17652eeSPaolo BonziniF: disas/sh4.c
2528a90f900SThomas HuthF: include/hw/sh4/
253fd5d5c56SAnthony Liguori
254fd5d5c56SAnthony LiguoriSPARC
255f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2562c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
257fd5d5c56SAnthony LiguoriS: Maintained
258fcf5ef2aSThomas HuthF: target/sparc/
2598d8b636dSPaolo BonziniF: hw/sparc/
2608d8b636dSPaolo BonziniF: hw/sparc64/
261c17652eeSPaolo BonziniF: disas/sparc.c
262fd5d5c56SAnthony Liguori
263a6ea7b4cSAndreas FärberUniCore32
264a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
265a6ea7b4cSAndreas FärberS: Maintained
266fcf5ef2aSThomas HuthF: target/unicore32/
2678d8b636dSPaolo BonziniF: hw/unicore32/
26847b98d59SThomas HuthF: include/hw/unicore32/
269a6ea7b4cSAndreas Färber
270fd5d5c56SAnthony LiguoriX86
271d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
272d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
273e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
274b203a4baSEduardo HabkostS: Maintained
275fcf5ef2aSThomas HuthF: target/i386/
2768d8b636dSPaolo BonziniF: hw/i386/
277c17652eeSPaolo BonziniF: disas/i386.c
278e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
279fd5d5c56SAnthony Liguori
28016e7caaeSMax FilippovXtensa
28116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
282375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
28316e7caaeSMax FilippovS: Maintained
284fcf5ef2aSThomas HuthF: target/xtensa/
2858d8b636dSPaolo BonziniF: hw/xtensa/
286c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2875a6539e6SMax FilippovF: disas/xtensa.c
28816e7caaeSMax Filippov
28948e06fe0SBastian KoppelmannTriCore
29048e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
29148e06fe0SBastian KoppelmannS: Maintained
292fcf5ef2aSThomas HuthF: target/tricore/
29348e06fe0SBastian KoppelmannF: hw/tricore/
294d46d14e6SThomas HuthF: include/hw/tricore/
29548e06fe0SBastian Koppelmann
296fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
297fd5d5c56SAnthony Liguori----------------------
298fd5d5c56SAnthony Liguori
299fd5d5c56SAnthony LiguoriOverall
300c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
301fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
302fd5d5c56SAnthony LiguoriS: Supported
303fd5d5c56SAnthony LiguoriF: */kvm.*
3041962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
305a95e9a48SThomas HuthF: include/sysemu/kvm*.h
306fd5d5c56SAnthony Liguori
307ed4659d1SPeter MaydellARM
308ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
309b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
310ed4659d1SPeter MaydellS: Maintained
311fcf5ef2aSThomas HuthF: target/arm/kvm.c
312ed4659d1SPeter Maydell
313a31896c4SJames HoganMIPS
314a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
315a31896c4SJames HoganS: Maintained
316fcf5ef2aSThomas HuthF: target/mips/kvm.c
317a31896c4SJames Hogan
318fd5d5c56SAnthony LiguoriPPC
319fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
320fd5d5c56SAnthony LiguoriS: Maintained
321fcf5ef2aSThomas HuthF: target/ppc/kvm.c
322fd5d5c56SAnthony Liguori
323fd5d5c56SAnthony LiguoriS390
324b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
325c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
326fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
327fd5d5c56SAnthony LiguoriS: Maintained
328fcf5ef2aSThomas HuthF: target/s390x/kvm.c
329040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
330040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
331fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
332fcf5ef2aSThomas HuthF: target/s390x/machine.c
33374b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3344277af19SCornelia HuckF: hw/intc/s390_flic.c
3354277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3364277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
337c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3383e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3393e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
340146bd283SCornelia HuckL: qemu-s390x@nongnu.org
341fd5d5c56SAnthony Liguori
342fd5d5c56SAnthony LiguoriX86
343d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
344fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
345fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
346fd5d5c56SAnthony LiguoriS: Supported
347fcf5ef2aSThomas HuthF: target/i386/kvm.c
348fd5d5c56SAnthony Liguori
3498a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3508a6b0cd7SStefano Stabellini----------------------
3518a6b0cd7SStefano Stabellini
3528a6b0cd7SStefano StabelliniX86
3533623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3543623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3556d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3568a6b0cd7SStefano StabelliniS: Supported
3578a6b0cd7SStefano StabelliniF: */xen*
358d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
359c92451c2SPaolo BonziniF: hw/char/xen_console.c
360c92451c2SPaolo BonziniF: hw/display/xenfb.c
361c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3629027ac50SStefano StabelliniF: hw/block/xen_*
363c92451c2SPaolo BonziniF: hw/xen/
364c92451c2SPaolo BonziniF: hw/xenpv/
3659027ac50SStefano StabelliniF: hw/i386/xen/
366c92451c2SPaolo BonziniF: include/hw/xen/
3679027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3688a6b0cd7SStefano Stabellini
3691bdd6874SStefan WeilHosts:
3701bdd6874SStefan Weil------
3711bdd6874SStefan Weil
3721bdd6874SStefan WeilLINUX
3731bdd6874SStefan WeilL: qemu-devel@nongnu.org
3741bdd6874SStefan WeilS: Maintained
3751bdd6874SStefan WeilF: linux-*
3761bdd6874SStefan WeilF: linux-headers/
3771bdd6874SStefan Weil
3781bdd6874SStefan WeilPOSIX
3791bdd6874SStefan WeilL: qemu-devel@nongnu.org
3801bdd6874SStefan WeilS: Maintained
3811bdd6874SStefan WeilF: *posix*
3821bdd6874SStefan Weil
3833c2bdbc1SKamil RytarowskiNETBSD
3843c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3853c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3863c2bdbc1SKamil RytarowskiS: Maintained
3871b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3883c2bdbc1SKamil Rytarowski
3890a773d55SBrad SmithOPENBSD
3900a773d55SBrad SmithL: qemu-devel@nongnu.org
3910a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
3920a773d55SBrad SmithS: Maintained
3930a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
3940a773d55SBrad Smith
3951bdd6874SStefan WeilW32, W64
3961bdd6874SStefan WeilL: qemu-devel@nongnu.org
3971bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3981bdd6874SStefan WeilS: Maintained
3991bdd6874SStefan WeilF: *win32*
40003972660SThomas HuthF: */*win32*
40103972660SThomas HuthF: include/*/*win32*
40203972660SThomas HuthX: qga/*win32*
403885bdc95SStefan WeilF: qemu.nsi
4041bdd6874SStefan Weil
405fd5d5c56SAnthony LiguoriARM Machines
406fd5d5c56SAnthony Liguori------------
40784291fe7SliguangAllwinner-a10
40885b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
409b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
41084291fe7SliguangS: Maintained
41185b4d5daSBeniamino GalvaniF: hw/*/allwinner*
41285b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
41384291fe7SliguangF: hw/arm/cubieboard.c
41484291fe7Sliguang
415e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
41606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
417b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
41806271000SPaolo BonziniS: Maintained
41906271000SPaolo BonziniF: hw/char/pl011.c
420c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
42106271000SPaolo BonziniF: hw/display/pl110*
42206271000SPaolo BonziniF: hw/dma/pl080.c
42306271000SPaolo BonziniF: hw/dma/pl330.c
42406271000SPaolo BonziniF: hw/gpio/pl061.c
42506271000SPaolo BonziniF: hw/input/pl050.c
42606271000SPaolo BonziniF: hw/intc/pl190.c
42706271000SPaolo BonziniF: hw/sd/pl181.c
42806271000SPaolo BonziniF: hw/timer/pl031.c
42906271000SPaolo BonziniF: include/hw/arm/primecell.h
430e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
431e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
432e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
433e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
43406271000SPaolo Bonzini
43506271000SPaolo BonziniARM cores
43606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
437b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43806271000SPaolo BonziniS: Maintained
43906271000SPaolo BonziniF: hw/intc/arm*
44006271000SPaolo BonziniF: hw/intc/gic_internal.h
44106271000SPaolo BonziniF: hw/misc/a9scu.c
44206271000SPaolo BonziniF: hw/misc/arm11scu.c
44306271000SPaolo BonziniF: hw/timer/a9gtimer*
444c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
445c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
44606271000SPaolo BonziniF: include/hw/intc/arm*
44706271000SPaolo BonziniF: include/hw/misc/a9scu.h
44806271000SPaolo BonziniF: include/hw/misc/arm11scu.h
44906271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
45006271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
451c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
452c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
45306271000SPaolo Bonzini
454fc63dcffSEvgeny VoevodinExynos
455f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
456b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
457fc63dcffSEvgeny VoevodinS: Maintained
4588d8b636dSPaolo BonziniF: hw/*/exynos*
459ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
460fc63dcffSEvgeny Voevodin
461766fd09fSMark LangsdorfCalxeda Highbank
4629ef137caSRob HerringM: Rob Herring <robh@kernel.org>
463b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4649ef137caSRob HerringS: Maintained
4658d8b636dSPaolo BonziniF: hw/arm/highbank.c
4668d8b636dSPaolo BonziniF: hw/net/xgmac.c
467766fd09fSMark Langsdorf
4689082f121SAntony PavlovCanon DIGIC
4699082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
470b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4719082f121SAntony PavlovS: Maintained
4729082f121SAntony PavlovF: include/hw/arm/digic.h
4739082f121SAntony PavlovF: hw/*/digic*
4749082f121SAntony Pavlov
475fd5d5c56SAnthony LiguoriGumstix
4765dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
477b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
478fd5d5c56SAnthony LiguoriS: Orphan
4798d8b636dSPaolo BonziniF: hw/arm/gumstix.c
480fd5d5c56SAnthony Liguori
4810325559dSPeter Chubbi.MX31
4820325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
483b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4840325559dSPeter ChubbS: Odd fixes
4858d8b636dSPaolo BonziniF: hw/*/imx*
486f7e242d6SThomas HuthF: include/hw/*/imx*
4878d8b636dSPaolo BonziniF: hw/arm/kzm.c
488ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4890325559dSPeter Chubb
490fd5d5c56SAnthony LiguoriIntegrator CP
4911ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
492b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
493fd5d5c56SAnthony LiguoriS: Maintained
4948d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
495f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
496fd5d5c56SAnthony Liguori
497e5a6a6e6SPeter MaydellMPS2
498e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
499e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
500e5a6a6e6SPeter MaydellS: Maintained
501e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
502e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
503e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
504e5a6a6e6SPeter Maydell
505fd5d5c56SAnthony LiguoriMusicpal
506fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
507b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
508fd5d5c56SAnthony LiguoriS: Maintained
5098d8b636dSPaolo BonziniF: hw/arm/musicpal.c
510fd5d5c56SAnthony Liguori
511fd5d5c56SAnthony LiguorinSeries
512fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
513b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
514fd5d5c56SAnthony LiguoriS: Maintained
5158d8b636dSPaolo BonziniF: hw/arm/nseries.c
516fd5d5c56SAnthony Liguori
517fd5d5c56SAnthony LiguoriPalm
518fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
519b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
520fd5d5c56SAnthony LiguoriS: Maintained
5218d8b636dSPaolo BonziniF: hw/arm/palm.c
522fd5d5c56SAnthony Liguori
523fd5d5c56SAnthony LiguoriReal View
5241ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
525b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
526fd5d5c56SAnthony LiguoriS: Maintained
5278d8b636dSPaolo BonziniF: hw/arm/realview*
528f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5295ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5305ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
531fd5d5c56SAnthony Liguori
5329b31bff0SPaolo BonziniPXA2XX
533fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
534b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
535fd5d5c56SAnthony LiguoriS: Maintained
5369b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5378d8b636dSPaolo BonziniF: hw/arm/spitz.c
5389b31bff0SPaolo BonziniF: hw/arm/tosa.c
5399b31bff0SPaolo BonziniF: hw/arm/z2.c
5409b31bff0SPaolo BonziniF: hw/*/pxa2xx*
541f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
542ed0db866SThomas HuthF: include/hw/arm/pxa.h
543fd5d5c56SAnthony Liguori
544fd5d5c56SAnthony LiguoriStellaris
5451ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
546b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
547fd5d5c56SAnthony LiguoriS: Maintained
5488d8b636dSPaolo BonziniF: hw/*/stellaris*
549fd5d5c56SAnthony Liguori
550fd5d5c56SAnthony LiguoriVersatile PB
5511ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
552b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
553fd5d5c56SAnthony LiguoriS: Maintained
5548d8b636dSPaolo BonziniF: hw/*/versatile*
555c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
556fd5d5c56SAnthony Liguori
557e3260506SPeter A. G. CrosthwaiteXilinx Zynq
558cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
559*c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
560b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
561e3260506SPeter A. G. CrosthwaiteS: Maintained
562cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5638d8b636dSPaolo BonziniF: hw/*/cadence_*
564f7e242d6SThomas HuthF: hw/misc/zynq*
565f7e242d6SThomas HuthF: include/hw/misc/zynq*
566cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
567e3260506SPeter A. G. Crosthwaite
568137805f5SAlistair FrancisXilinx ZynqMP
569*c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
570cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
571b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
572137805f5SAlistair FrancisS: Maintained
573cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
574f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
575137805f5SAlistair Francis
5768f4d260eSShannon ZhaoARM ACPI Subsystem
5778f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
578e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
579b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5808f4d260eSShannon ZhaoS: Maintained
5818f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5828f4d260eSShannon Zhao
583a1f8193bSAlistair FrancisSTM32F205
584a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
585a1f8193bSAlistair FrancisS: Maintained
586a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
587a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
588a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
589a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
590a1f8193bSAlistair FrancisF: hw/adc/*
591a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5920e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
593a1f8193bSAlistair Francis
594a1f8193bSAlistair FrancisNetduino 2
595a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
596a1f8193bSAlistair FrancisS: Maintained
597a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
598a1f8193bSAlistair Francis
599670bc4cbSSubbaraya SundeepSmartFusion2
600670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
601670bc4cbSSubbaraya SundeepS: Maintained
602670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
603670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
604670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
605670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
606670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
607670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
608670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
609670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
610670bc4cbSSubbaraya Sundeep
611670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
612670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
613670bc4cbSSubbaraya SundeepS: Maintained
614670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
615670bc4cbSSubbaraya Sundeep
616fd5d5c56SAnthony LiguoriCRIS Machines
617fd5d5c56SAnthony Liguori-------------
618fd5d5c56SAnthony LiguoriAxis Dev88
619fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
620fd5d5c56SAnthony LiguoriS: Maintained
6218d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6226e481d57SPeter MaydellF: hw/*/etraxfs_*.c
623fd5d5c56SAnthony Liguori
62407bf23a7SMichael WalleLM32 Machines
62507bf23a7SMichael Walle-------------
62607bf23a7SMichael WalleEVR32 and uclinux BSP
62707bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
62807bf23a7SMichael WalleS: Maintained
6298d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
63007bf23a7SMichael Walle
631d118aa6bSMichael Wallemilkymist
632d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
633d118aa6bSMichael WalleS: Maintained
6348d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
635d118aa6bSMichael Walle
636afcacd53SAurelien JarnoM68K Machines
637fd5d5c56SAnthony Liguori-------------
638fd5d5c56SAnthony Liguorian5206
6395baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6405baf2741SThomas HuthS: Odd Fixes
6418d8b636dSPaolo BonziniF: hw/m68k/an5206.c
642e9a56114SThomas HuthF: hw/m68k/mcf5206.c
643fd5d5c56SAnthony Liguori
644fd5d5c56SAnthony Liguorimcf5208
6455baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6465baf2741SThomas HuthS: Odd Fixes
6478d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
648e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
649e9a56114SThomas HuthF: hw/char/mcf_uart.c
650e9a56114SThomas HuthF: hw/net/mcf_fec.c
6515baf2741SThomas HuthF: include/hw/m68k/mcf*.h
652fd5d5c56SAnthony Liguori
653fd5d5c56SAnthony LiguoriMicroBlaze Machines
654b6f97c14Sbellard-------------------
655fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
656fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
657fd5d5c56SAnthony LiguoriS: Maintained
6586e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
659b6f97c14Sbellard
660d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6614b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
662d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6638d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
664d36e8ce7SPeter A. G. Crosthwaite
665fd5d5c56SAnthony LiguoriMIPS Machines
666fd5d5c56SAnthony Liguori-------------
667fd5d5c56SAnthony LiguoriJazz
668fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
669fd5d5c56SAnthony LiguoriS: Maintained
6708d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
671fd5d5c56SAnthony Liguori
672fd5d5c56SAnthony LiguoriMalta
673fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
674fd5d5c56SAnthony LiguoriS: Maintained
6758d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
676fd5d5c56SAnthony Liguori
677fd5d5c56SAnthony LiguoriMipssim
6780eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
679659f42d8SYongbok KimS: Odd Fixes
6808d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
681659f42d8SYongbok KimF: hw/net/mipsnet.c
682fd5d5c56SAnthony Liguori
683fd5d5c56SAnthony LiguoriR4000
684fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
685fd5d5c56SAnthony LiguoriS: Maintained
6868d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
687fd5d5c56SAnthony Liguori
688659f42d8SYongbok KimFulong 2E
6890eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
690659f42d8SYongbok KimS: Odd Fixes
691659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
692659f42d8SYongbok Kim
693659f42d8SYongbok KimBoston
69494d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
695659f42d8SYongbok KimS: Maintained
696659f42d8SYongbok KimF: hw/core/loader-fit.c
697659f42d8SYongbok KimF: hw/mips/boston.c
698659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
699659f42d8SYongbok Kim
700945dad6dSJia LiuOpenRISC Machines
701945dad6dSJia Liu-----------------
702945dad6dSJia Liuor1k-sim
703945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
704945dad6dSJia LiuS: Maintained
705945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
706945dad6dSJia Liu
707fd5d5c56SAnthony LiguoriPowerPC Machines
708fd5d5c56SAnthony Liguori----------------
709fd5d5c56SAnthony Liguori405
710fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
711a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7129b9fe135SAndreas FärberS: Odd Fixes
7138d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
714fd5d5c56SAnthony Liguori
715aaade8d7SAndreas FärberBamboo
716aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
717aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
718aaade8d7SAndreas FärberS: Odd Fixes
7198d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
720aaade8d7SAndreas Färber
72198cded3aSAndreas Färbere500
72298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
72398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
72498cded3aSAndreas FärberS: Supported
72598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
72698cded3aSAndreas FärberF: hw/ppc/e500plat.c
727b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
728b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
729b5d55020SThomas HuthF: pc-bios/u-boot.e500
73098cded3aSAndreas Färber
73198cded3aSAndreas Färbermpc8544ds
73298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
73398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
73498cded3aSAndreas FärberS: Supported
73598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7368d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
73798cded3aSAndreas Färber
738fd5d5c56SAnthony LiguoriNew World
739fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
740a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
741fd5d5c56SAnthony LiguoriS: Maintained
742baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7436e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7446e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7458d8b636dSPaolo BonziniF: hw/misc/macio/
746b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
747b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
748fd5d5c56SAnthony Liguori
749fd5d5c56SAnthony LiguoriOld World
750fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
751a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
752fd5d5c56SAnthony LiguoriS: Maintained
753baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7546e481d57SPeter MaydellF: hw/pci-host/grackle.c
7558d8b636dSPaolo BonziniF: hw/misc/macio/
756835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
757fd5d5c56SAnthony Liguori
758ec38d398SAndreas FärberPReP
7598178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7609f38774dSAndreas FärberL: qemu-devel@nongnu.org
761a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7628178e89cSHervé PoussineauS: Maintained
76375610155SAndreas FärberF: hw/ppc/prep.c
7648178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7658178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7666e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7670a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
7688d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
7691cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
770cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
771cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
772835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
773fd5d5c56SAnthony Liguori
774300b115cSAndreas FärbersPAPR
775085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7768a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7778a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7788a269ca4SAndreas FärberS: Supported
7798d8b636dSPaolo BonziniF: hw/*/spapr*
780f9de2da7SDavid GibsonF: include/hw/*/spapr*
781f9de2da7SDavid GibsonF: hw/*/xics*
782f9de2da7SDavid GibsonF: include/hw/*/xics*
783f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
784b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
785b5d55020SThomas HuthF: pc-bios/slof.bin
786bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
787b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
788b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
789a70ab357SGreg KurzF: tests/spapr*
790a70ab357SGreg KurzF: tests/libqos/*spapr*
791a70ab357SGreg KurzF: tests/rtas*
792a70ab357SGreg KurzF: tests/libqos/rtas*
7938a269ca4SAndreas Färber
794794d00bfSAndreas Färbervirtex_ml507
795794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
796794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
797794d00bfSAndreas FärberS: Odd Fixes
7986e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
799794d00bfSAndreas Färber
800a9dd6604SBALATON Zoltansam460ex
801a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
802a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
803a9dd6604SBALATON ZoltanS: Maintained
804a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
805a9dd6604SBALATON Zoltan
806fd5d5c56SAnthony LiguoriSH4 Machines
807fd5d5c56SAnthony Liguori------------
808fd5d5c56SAnthony LiguoriR2D
809fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
810fd5d5c56SAnthony LiguoriS: Maintained
8116e481d57SPeter MaydellF: hw/sh4/r2d.c
81281527b94SThomas HuthF: hw/intc/sh_intc.c
81381527b94SThomas HuthF: hw/timer/sh_timer.c
814fd5d5c56SAnthony Liguori
815fd5d5c56SAnthony LiguoriShix
816fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
81781527b94SThomas HuthS: Odd Fixes
8186e481d57SPeter MaydellF: hw/sh4/shix.c
819fd5d5c56SAnthony Liguori
820fd5d5c56SAnthony LiguoriSPARC Machines
821fd5d5c56SAnthony Liguori--------------
822fd5d5c56SAnthony LiguoriSun4m
823f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
824fd5d5c56SAnthony LiguoriS: Maintained
8258d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
826c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
827c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8287098b79eSThomas HuthF: hw/misc/eccmemctl.c
8297098b79eSThomas HuthF: hw/misc/slavio_misc.c
830c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
831c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
832c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
833fd5d5c56SAnthony Liguori
834fd5d5c56SAnthony LiguoriSun4u
835f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
836fd5d5c56SAnthony LiguoriS: Maintained
8378d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
838c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
839fd5d5c56SAnthony Liguori
840a2664ca0SArtyom TarasenkoSun4v
841a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
842a2664ca0SArtyom TarasenkoS: Maintained
843626e4a4bSFam ZhengF: hw/sparc64/niagara.c
844a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
845a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
846a2664ca0SArtyom Tarasenko
847ce6c760cSFabien ChouteauLeon3
848ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
849ce6c760cSFabien ChouteauS: Maintained
8508d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8518d8b636dSPaolo BonziniF: hw/*/grlib*
852c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
853ce6c760cSFabien Chouteau
854fd5d5c56SAnthony LiguoriS390 Machines
855fd5d5c56SAnthony Liguori-------------
856dd4ad64aSCornelia HuckS390 Virtio-ccw
857c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
858b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
859dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
860dd4ad64aSCornelia HuckS: Supported
8610c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8629d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
863c5bfb202SCornelia HuckF: hw/s390x/
8644277af19SCornelia HuckF: include/hw/s390x/
865c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8661e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8671e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8683e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8693e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
870146bd283SCornelia HuckL: qemu-s390x@nongnu.org
871dd4ad64aSCornelia Huck
872304584bfSCornelia HuckS390-ccw Bios
873304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
874304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
875304584bfSCornelia HuckS: Supported
876304584bfSCornelia HuckF: pc-bios/s390-ccw/
877304584bfSCornelia HuckF: pc-bios/s390-ccw.img
878304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
879304584bfSCornelia HuckL: qemu-s390x@nongnu.org
880304584bfSCornelia Huck
881ab9528caSGuan XuetaoUniCore32 Machines
882ab9528caSGuan Xuetao-------------
883ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
884ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
885ab9528caSGuan XuetaoS: Maintained
8868d8b636dSPaolo BonziniF: hw/*/puv3*
887ab9528caSGuan XuetaoF: hw/unicore32/
888ab9528caSGuan Xuetao
889fd5d5c56SAnthony LiguoriX86 Machines
890fd5d5c56SAnthony Liguori------------
891fd5d5c56SAnthony LiguoriPC
892046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8931bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
894fd5d5c56SAnthony LiguoriS: Supported
895046a6486SMichael S. TsirkinF: include/hw/i386/
896046a6486SMichael S. TsirkinF: hw/i386/
897046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
898046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
899046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
900046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
901046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
902046a6486SMichael S. TsirkinF: hw/isa/piix4.c
903046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
904046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
905046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
906046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
907046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
908f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9099cc3b73cSPaolo BonziniF: hw/misc/sga.c
9109cc3b73cSPaolo Bonzini
9119cc3b73cSPaolo BonziniPC Chipset
9129cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9139cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9141732be86SPhilippe Mathieu-DaudéS: Supported
9159cc3b73cSPaolo BonziniF: hw/char/debugcon.c
9169cc3b73cSPaolo BonziniF: hw/char/parallel.c
9179cc3b73cSPaolo BonziniF: hw/char/serial*
9189cc3b73cSPaolo BonziniF: hw/dma/i8257*
9199cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9201732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9219cc3b73cSPaolo BonziniF: hw/intc/apic*
9229cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9239cc3b73cSPaolo BonziniF: hw/intc/i8259*
9249cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9259cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9269cc3b73cSPaolo BonziniF: hw/timer/hpet*
9279cc3b73cSPaolo BonziniF: hw/timer/i8254*
9289cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
929edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
930866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
931a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
932ea638a45SPhilippe Mathieu-DaudéF: include/hw/isa/i8257.h
933a2feb348SThomas HuthF: include/hw/timer/hpet.h
934a2feb348SThomas HuthF: include/hw/timer/i8254*
935a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
936046a6486SMichael S. Tsirkin
9375da4fb00SMichael S. TsirkinMachine core
9385da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9395da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9405da4fb00SMichael S. TsirkinS: Supported
9415da4fb00SMichael S. TsirkinF: hw/core/machine.c
942c1629c5cSThomas HuthF: hw/core/null-machine.c
9435da4fb00SMichael S. TsirkinF: include/hw/boards.h
944e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
945fd5d5c56SAnthony Liguori
94616e7caaeSMax FilippovXtensa Machines
94716e7caaeSMax Filippov---------------
948375847a6SMax Filippovsim
94916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
95016e7caaeSMax FilippovS: Maintained
951437a8c11SMax FilippovF: hw/xtensa/sim.c
952375847a6SMax Filippov
953437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
954375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
955375847a6SMax FilippovS: Maintained
956437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
957437a8c11SMax FilippovF: hw/net/opencores_eth.c
95816e7caaeSMax Filippov
959fd5d5c56SAnthony LiguoriDevices
960fd5d5c56SAnthony Liguori-------
961b30934cbSJiri SlabyEDU
962b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
963b30934cbSJiri SlabyS: Maintained
964b30934cbSJiri SlabyF: hw/misc/edu.c
965b30934cbSJiri Slaby
966fd5d5c56SAnthony LiguoriIDE
967c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
968c095348bSJohn SnowL: qemu-block@nongnu.org
969c095348bSJohn SnowS: Supported
9708d8b636dSPaolo BonziniF: include/hw/ide.h
971c9f7acd5SThomas HuthF: include/hw/ide/
972fd5d5c56SAnthony LiguoriF: hw/ide/
973c095348bSJohn SnowF: hw/block/block.c
974c095348bSJohn SnowF: hw/block/cdrom.c
975c095348bSJohn SnowF: hw/block/hd-geometry.c
976c095348bSJohn SnowF: tests/ide-test.c
977c095348bSJohn SnowF: tests/ahci-test.c
978aee50319SJohn SnowF: tests/libqos/ahci*
979c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
980c095348bSJohn Snow
981caf316baSCorey MinyardIPMI
982caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
983caf316baSCorey MinyardS: Maintained
984caf316baSCorey MinyardF: include/hw/ipmi/*
985caf316baSCorey MinyardF: hw/ipmi/*
986caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
987caf316baSCorey MinyardF: tests/ipmi*
988caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
989caf316baSCorey Minyard
990c095348bSJohn SnowFloppy
991c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
992c095348bSJohn SnowL: qemu-block@nongnu.org
993c095348bSJohn SnowS: Supported
994c095348bSJohn SnowF: hw/block/fdc.c
995c095348bSJohn SnowF: include/hw/block/fdc.h
996aee50319SJohn SnowF: tests/fdc-test.c
997c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
998fd5d5c56SAnthony Liguori
999f5f487b2SPeter MaydellOMAP
1000f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1001f5f487b2SPeter MaydellS: Maintained
10028d8b636dSPaolo BonziniF: hw/*/omap*
1003ed0db866SThomas HuthF: include/hw/arm/omap.h
1004f5f487b2SPeter Maydell
100528d54e58SPaolo BonziniIPack
100628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
100728d54e58SPaolo BonziniS: Odd Fixes
100828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
100928d54e58SPaolo BonziniF: hw/ipack/
101028d54e58SPaolo Bonzini
1011fd5d5c56SAnthony LiguoriPCI
1012fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1013874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
1014fd5d5c56SAnthony LiguoriS: Supported
10158d8b636dSPaolo BonziniF: include/hw/pci/*
1016f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1017ca818cfbSMichael S. TsirkinF: hw/pci/*
1018f178bc6bSPaolo BonziniF: hw/pci-bridge/*
101968179923SPhilippe Mathieu-DaudéF: docs/pci*
102068179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1021534fd814SFam ZhengF: default-configs/pci.mak
10220e0b3592SMichael S. Tsirkin
1023d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10240e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10250e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10260e0b3592SMichael S. TsirkinS: Supported
10270e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1028d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10290e0b3592SMichael S. TsirkinF: hw/mem/*
10308d8b636dSPaolo BonziniF: hw/acpi/*
1031d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10320e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10330e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10343248f1b4SBen WarrenF: tests/bios-tables-test.c
10353248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1036fd5d5c56SAnthony Liguori
1037aaade8d7SAndreas Färberppc4xx
1038aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1039aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1040aaade8d7SAndreas FärberS: Odd Fixes
10418d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1042aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1043b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1044aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1045aaade8d7SAndreas Färber
104698cded3aSAndreas Färberppce500
104798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
104898cded3aSAndreas FärberL: qemu-ppc@nongnu.org
104998cded3aSAndreas FärberS: Supported
10506e481d57SPeter MaydellF: hw/ppc/e500*
1051566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1052566dd236SPaolo BonziniF: hw/net/fsl_etsec/
105398cded3aSAndreas Färber
105461af0ee6SPaolo BonziniCharacter devices
105561af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
105661af0ee6SPaolo BonziniS: Odd Fixes
105761af0ee6SPaolo BonziniF: hw/char/
105861af0ee6SPaolo Bonzini
1059f536f112SPaolo BonziniNetwork devices
1060f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1061f536f112SPaolo BonziniS: Odd Fixes
1062f536f112SPaolo BonziniF: hw/net/
10636061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10646bd7776cSGreg KurzF: tests/virtio-net-test.c
1065f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1066f536f112SPaolo Bonzini
1067fd5d5c56SAnthony LiguoriSCSI
1068de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1069c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1070de7724f7SPaolo BonziniS: Supported
107174460f34SThomas HuthF: include/hw/scsi/*
10728d8b636dSPaolo BonziniF: hw/scsi/*
10736bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10741ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1075de7724f7SPaolo Bonzini
1076fcb5629dSPeter A. G. CrosthwaiteSSI
10774b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1078*c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1079fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10808d8b636dSPaolo BonziniF: hw/ssi/*
10818d8b636dSPaolo BonziniF: hw/block/m25p80.c
1082982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10834b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1084982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10854b46ba61SAlistair Francis
10864b46ba61SAlistair FrancisXilinx SPI
1087*c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
10884b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10894b46ba61SAlistair FrancisS: Maintained
10904b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1091fcb5629dSPeter A. G. Crosthwaite
1092fd5d5c56SAnthony LiguoriUSB
10935d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10945d0d62feSGerd HoffmannS: Maintained
10958d8b636dSPaolo BonziniF: hw/usb/*
109628edfce0SGongleiF: tests/usb-*-test.c
1097beded0ffSThomas HuthF: docs/usb2.txt
1098beded0ffSThomas HuthF: docs/usb-storage.txt
1099beded0ffSThomas HuthF: include/hw/usb.h
1100beded0ffSThomas HuthF: include/hw/usb/
1101104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1102fd5d5c56SAnthony Liguori
1103e26082fdSPaolo BonziniUSB (serial adapter)
1104e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1105e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1106e26082fdSPaolo BonziniS: Maintained
1107e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1108e26082fdSPaolo Bonzini
110992e1fb5eSAlex WilliamsonVFIO
111092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
111192e1fb5eSAlex WilliamsonS: Supported
1112cf7087dbSKim PhillipsF: hw/vfio/*
111399b88c6dSThomas HuthF: include/hw/vfio/
111492e1fb5eSAlex Williamson
11155eb74557SDong Jia Shivfio-ccw
1116c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11175eb74557SDong Jia ShiS: Supported
11185eb74557SDong Jia ShiF: hw/vfio/ccw.c
11195eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11205eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11215eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1122146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11235eb74557SDong Jia Shi
1124fd5d5c56SAnthony Liguorivhost
1125fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1126fd5d5c56SAnthony LiguoriS: Supported
11278d8b636dSPaolo BonziniF: hw/*/*vhost*
112837f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1129fd5d5c56SAnthony Liguori
1130fd5d5c56SAnthony Liguorivirtio
1131a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1132fd5d5c56SAnthony LiguoriS: Supported
11338d8b636dSPaolo BonziniF: hw/*/virtio*
113472fa605dSThomas HuthF: hw/virtio/Makefile.objs
113572fa605dSThomas HuthF: hw/virtio/trace-events
11366a084ea3SMichael S. TsirkinF: net/vhost-user.c
1137494f7b57SThomas HuthF: include/hw/virtio/
11386bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1139fd5d5c56SAnthony Liguori
1140fd5d5c56SAnthony Liguorivirtio-9p
11418c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1142fd5d5c56SAnthony LiguoriS: Supported
1143aebeca25SAndreas FärberF: hw/9pfs/
1144aebeca25SAndreas FärberF: fsdev/
11452d888c09SAndreas FärberF: tests/virtio-9p-test.c
11468c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1147fd5d5c56SAnthony Liguori
1148fd5d5c56SAnthony Liguorivirtio-blk
114954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1150b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1151fd5d5c56SAnthony LiguoriS: Supported
11528d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1153b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11546bd7776cSGreg KurzF: tests/virtio-blk-test.c
1155b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1156fd5d5c56SAnthony Liguori
1157dd4ad64aSCornelia Huckvirtio-ccw
1158c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1159b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1160dd4ad64aSCornelia HuckS: Supported
1161dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11623e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11633e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1164146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1165dd4ad64aSCornelia Huck
1166a5d4d7b5SGerd Hoffmannvirtio-input
1167a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1168a5d4d7b5SGerd HoffmannS: Maintained
1169a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1170a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1171a5d4d7b5SGerd Hoffmann
1172fd5d5c56SAnthony Liguorivirtio-serial
1173cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1174fd5d5c56SAnthony LiguoriS: Supported
11758d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11768d8b636dSPaolo BonziniF: hw/char/virtio-console.c
117768a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11786bd7776cSGreg KurzF: tests/virtio-console-test.c
11796bd7776cSGreg KurzF: tests/virtio-serial-test.c
1180fd5d5c56SAnthony Liguori
11811f51a5cbSAmit Shahvirtio-rng
1182cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11831f51a5cbSAmit ShahS: Supported
11841f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11851f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1186750cf869SThomas HuthF: include/sysemu/rng*.h
11871f51a5cbSAmit ShahF: backends/rng*.c
11886bd7776cSGreg KurzF: tests/virtio-rng-test.c
11891f51a5cbSAmit Shah
11906034011cSGongleivirtio-crypto
11916034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11926034011cSGongleiS: Supported
11936034011cSGongleiF: hw/virtio/virtio-crypto.c
11946034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11956034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11966034011cSGonglei
1197f3c507adSKeith Buschnvme
1198f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1199c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1200f3c507adSKeith BuschS: Supported
1201f3c507adSKeith BuschF: hw/block/nvme*
1202fc967791SAndreas FärberF: tests/nvme-test.c
1203f3c507adSKeith Busch
1204d383c625SHannes Reineckemegasas
12053fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1206c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1207d383c625SHannes ReineckeS: Supported
1208d383c625SHannes ReineckeF: hw/scsi/megasas.c
1209d383c625SHannes ReineckeF: hw/scsi/mfi.h
12103fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1211d383c625SHannes Reinecke
1212605d52e6SDmitry FleytmanNetwork packet abstractions
1213bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1214605d52e6SDmitry FleytmanS: Maintained
1215605d52e6SDmitry FleytmanF: include/net/eth.h
1216605d52e6SDmitry FleytmanF: net/eth.c
1217605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1218605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1219605d52e6SDmitry Fleytman
1220622fb504SDmitry FleytmanVmware
1221bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1222622fb504SDmitry FleytmanS: Maintained
1223622fb504SDmitry FleytmanF: hw/net/vmxnet*
1224622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12255a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1226622fb504SDmitry Fleytman
1227de24d3f1SScott FeldmanRocker
1228de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1229de24d3f1SScott FeldmanS: Maintained
1230de24d3f1SScott FeldmanF: hw/net/rocker/
1231de850948SThomas HuthF: tests/rocker/
1232de850948SThomas HuthF: docs/specs/rocker.txt
1233de24d3f1SScott Feldman
123470d1fb9cSXiao GuangrongNVDIMM
12357a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
123670d1fb9cSXiao GuangrongS: Maintained
123770d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
123870d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
123970d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
124070d1fb9cSXiao Guangrong
1241093454e2SDmitry Fleytmane1000x
1242bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1243093454e2SDmitry FleytmanS: Maintained
1244093454e2SDmitry FleytmanF: hw/net/e1000x*
1245093454e2SDmitry Fleytman
12466f3fbe4eSDmitry Fleytmane1000e
1247bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12486f3fbe4eSDmitry FleytmanS: Maintained
12496f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12506f3fbe4eSDmitry Fleytman
1251ebc2327fSStefan Weileepro100
1252ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1253ebc2327fSStefan WeilS: Maintained
1254ebc2327fSStefan WeilF: hw/net/eepro100.c
1255ebc2327fSStefan Weil
1256e481a1f6SAlistair FrancisGeneric Loader
1257*c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1258e481a1f6SAlistair FrancisS: Maintained
1259e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1260e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1261c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1262e481a1f6SAlistair Francis
126387a9023aSThomas HuthCHRP NVRAM
126487a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
126587a9023aSThomas HuthS: Maintained
126687a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
126787a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
126887a9023aSThomas HuthF: tests/prom-env-test.c
126987a9023aSThomas Huth
127042697d88SBen WarrenVM Generation ID
127142697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
127242697d88SBen WarrenS: Maintained
127342697d88SBen WarrenF: hw/acpi/vmgenid.c
127442697d88SBen WarrenF: include/hw/acpi/vmgenid.h
127542697d88SBen WarrenF: docs/specs/vmgenid.txt
127642697d88SBen WarrenF: tests/vmgenid-test.c
127742697d88SBen WarrenF: stubs/vmgenid.c
127842697d88SBen Warren
1279747969dbSPhilippe Mathieu-DaudéUnimplemented device
1280747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1281747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1282747969dbSPhilippe Mathieu-DaudéS: Maintained
1283747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1284747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1285747969dbSPhilippe Mathieu-Daudé
1286fd5d5c56SAnthony LiguoriSubsystems
1287fd5d5c56SAnthony Liguori----------
1288fd5d5c56SAnthony LiguoriAudio
12899f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1290fd5d5c56SAnthony LiguoriS: Maintained
1291fd5d5c56SAnthony LiguoriF: audio/
12928d8b636dSPaolo BonziniF: hw/audio/
1293a2b245aeSThomas HuthF: include/hw/audio/
1294d7b50c0cSAndreas FärberF: tests/ac97-test.c
12958fa74c94SAndreas FärberF: tests/es1370-test.c
1296fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1297fd5d5c56SAnthony Liguori
129817f1e8f5SStefan HajnocziBlock layer core
1299fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1300c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1301c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1302fd5d5c56SAnthony LiguoriS: Supported
1303fd5d5c56SAnthony LiguoriF: block*
1304fd5d5c56SAnthony LiguoriF: block/
13058d8b636dSPaolo BonziniF: hw/block/
13064c346e0bSKevin WolfF: include/block/
130746078760SKevin WolfF: qemu-img*
130846078760SKevin WolfF: qemu-io*
130929242091SKevin WolfF: tests/qemu-iotests/
13108dd30c86SMax ReitzF: util/qemu-progress.c
1311d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1312fd5d5c56SAnthony Liguori
1313d55053b1SStefan HajnocziBlock I/O path
1314d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13159ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1316d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1317d55053b1SStefan HajnocziS: Supported
131836c697bdSPaolo BonziniF: util/async.c
131936c697bdSPaolo BonziniF: util/aio-*.c
1320d55053b1SStefan HajnocziF: block/io.c
1321d55053b1SStefan HajnocziF: migration/block*
1322e1029ae2SFam ZhengF: include/block/aio.h
13230a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1324d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1325d55053b1SStefan Hajnoczi
1326e5b5728cSPaolo BonziniBlock SCSI subsystem
1327e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1328c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1329e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1330e5b5728cSPaolo BonziniS: Supported
1331e5b5728cSPaolo BonziniF: include/scsi/*
1332e5b5728cSPaolo BonziniF: scsi/*
1333e5b5728cSPaolo Bonzini
1334280458a3SJeff CodyBlock Jobs
1335280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1336280458a3SJeff CodyL: qemu-block@nongnu.org
1337280458a3SJeff CodyS: Supported
1338280458a3SJeff CodyF: blockjob.c
1339280458a3SJeff CodyF: include/block/blockjob.h
1340280458a3SJeff CodyF: block/backup.c
1341280458a3SJeff CodyF: block/commit.c
134277346025SJeff CodyF: block/stream.c
1343280458a3SJeff CodyF: block/mirror.c
1344280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1345280458a3SJeff Cody
13464120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13474120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13484120201dSMarkus ArmbrusterS: Supported
13494120201dSMarkus ArmbrusterF: blockdev.c
13504120201dSMarkus ArmbrusterF: block/qapi.c
13514120201dSMarkus ArmbrusterF: qapi/block*.json
1352fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13534120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13544120201dSMarkus Armbruster
1355538193bcSJohn SnowDirty Bitmaps
1356538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1357538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1358538193bcSJohn SnowL: qemu-block@nongnu.org
1359538193bcSJohn SnowS: Supported
1360538193bcSJohn SnowF: util/hbitmap.c
1361538193bcSJohn SnowF: block/dirty-bitmap.c
1362538193bcSJohn SnowF: include/qemu/hbitmap.h
1363538193bcSJohn SnowF: include/block/dirty-bitmap.h
1364538193bcSJohn SnowF: tests/test-hbitmap.c
13655746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1366538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1367538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1368538193bcSJohn Snow
136961af0ee6SPaolo BonziniCharacter device backends
1370da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
137155fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1372fd5d5c56SAnthony LiguoriS: Maintained
1373178fe0aeSMarc-André LureauF: chardev/
13748228e353SMarc-André LureauF: include/chardev/
1375dbeee392SMarkus ArmbrusterF: qapi/char.json
1376fd5d5c56SAnthony Liguori
1377e26082fdSPaolo BonziniCharacter Devices (Braille)
1378e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1379e26082fdSPaolo BonziniS: Maintained
13806b10e573SMarc-André LureauF: chardev/baum.c
1381fd5d5c56SAnthony Liguori
1382e94630d3SMarkus ArmbrusterCommand line option argument parsing
1383e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1384e94630d3SMarkus ArmbrusterS: Supported
1385e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1386e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1387e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1388e94630d3SMarkus ArmbrusterF: util/keyval.c
1389e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1390e94630d3SMarkus Armbruster
13918c413e79SMarkus ArmbrusterCoverity model
13928c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13938c413e79SMarkus ArmbrusterS: Supported
13948c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13958c413e79SMarkus Armbruster
1396f2ca0524SAndreas FärberCPU
139712b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1398f2ca0524SAndreas FärberS: Supported
1399f2ca0524SAndreas FärberF: qom/cpu.c
14006e481d57SPeter MaydellF: include/qom/cpu.h
1401f2ca0524SAndreas Färber
1402d24b569aSPeter A. G. CrosthwaiteDevice Tree
14034b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1404d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1405d24b569aSPeter A. G. CrosthwaiteS: Maintained
140682407515SThomas HuthF: device_tree.c
140782407515SThomas HuthF: include/sysemu/device_tree.h
1408d24b569aSPeter A. G. Crosthwaite
14093505a22bSMarc-André LureauDump
14103505a22bSMarc-André LureauS: Supported
14113505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14123505a22bSMarc-André LureauF: dump.c
14133505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14143505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14153505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14163505a22bSMarc-André LureauF: include/sysemu/dump.h
14173505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14183505a22bSMarc-André LureauF: stubs/dump.c
14193505a22bSMarc-André Lureau
14204f966768SMarkus ArmbrusterError reporting
14214f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14224f966768SMarkus ArmbrusterS: Supported
14234f966768SMarkus ArmbrusterF: include/qapi/error.h
14244f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14254f966768SMarkus ArmbrusterF: util/error.c
14264f966768SMarkus ArmbrusterF: util/qemu-error.c
14274f966768SMarkus Armbruster
1428fd5d5c56SAnthony LiguoriGDB stub
14295dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1430fd5d5c56SAnthony LiguoriS: Odd Fixes
1431fd5d5c56SAnthony LiguoriF: gdbstub*
1432fd5d5c56SAnthony LiguoriF: gdb-xml/
1433fd5d5c56SAnthony Liguori
143401a9c03cSPaolo BonziniMemory API
143501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
143601a9c03cSPaolo BonziniS: Supported
143701a9c03cSPaolo BonziniF: include/exec/ioport.h
143801a9c03cSPaolo BonziniF: ioport.c
143901a9c03cSPaolo BonziniF: include/exec/memory.h
14402b1641d0SPaolo BonziniF: include/exec/ram_addr.h
144101a9c03cSPaolo BonziniF: memory.c
144201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
144301a9c03cSPaolo BonziniF: exec.c
144401a9c03cSPaolo Bonzini
14457ee3bf03SGerd HoffmannSPICE
14467ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14477ee3bf03SGerd HoffmannS: Supported
14486e481d57SPeter MaydellF: include/ui/qemu-spice.h
1449438528a3SThomas HuthF: include/ui/spice-display.h
14507ee3bf03SGerd HoffmannF: ui/spice-*.c
14517ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14528d8b636dSPaolo BonziniF: hw/display/qxl*
1453608cfed6SMarkus ArmbrusterF: qapi/ui.json
14547ee3bf03SGerd Hoffmann
1455fd5d5c56SAnthony LiguoriGraphics
145625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
145725eccc37SGerd HoffmannS: Odd Fixes
1458fd5d5c56SAnthony LiguoriF: ui/
1459e220656cSThomas HuthF: include/ui/
1460608cfed6SMarkus ArmbrusterF: qapi/ui.json
1461fd5d5c56SAnthony Liguori
1462351f1bf6SAndreas FärberCocoa graphics
146330ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1464351f1bf6SAndreas FärberS: Odd Fixes
1465351f1bf6SAndreas FärberF: ui/cocoa.m
1466351f1bf6SAndreas Färber
1467fd5d5c56SAnthony LiguoriMain loop
1468da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1469da26f37aSPaolo BonziniS: Maintained
1470da26f37aSPaolo BonziniF: cpus.c
14713ecb29a3SPaolo BonziniF: util/main-loop.c
14723ecb29a3SPaolo BonziniF: util/qemu-timer.c
1473fd5d5c56SAnthony LiguoriF: vl.c
14740e201d34SMarkus ArmbrusterF: qapi/run-state.json
1475fd5d5c56SAnthony Liguori
14768899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1477c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1478fbb0621aSLuiz CapitulinoS: Maintained
1479fd5d5c56SAnthony LiguoriF: monitor.c
1480c13e9912SThomas HuthF: hmp.[ch]
1481c13e9912SThomas HuthF: hmp-commands*.hx
1482c13e9912SThomas HuthF: include/monitor/hmp-target.h
1483bbcee372SThomas HuthF: tests/test-hmp.c
1484fd5d5c56SAnthony Liguori
1485f536f112SPaolo BonziniNetwork device backends
1486442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1487fd5d5c56SAnthony LiguoriS: Maintained
1488fd5d5c56SAnthony LiguoriF: net/
1489d24b2b1cSThomas HuthF: include/net/
14905fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14913c0bd37dSMarkus ArmbrusterF: qapi/net.json
1492fd5d5c56SAnthony Liguori
1493aee09bafSVincenzo MaffioneNetmap network backend
1494aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1495aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1496aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1497aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1498aee09bafSVincenzo MaffioneS: Maintained
1499aee09bafSVincenzo MaffioneF: net/netmap.c
1500aee09bafSVincenzo Maffione
15012f54eb98SEduardo HabkostNUMA
15022f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15032f54eb98SEduardo HabkostS: Maintained
15042f54eb98SEduardo HabkostF: numa.c
15052f54eb98SEduardo HabkostF: include/sysemu/numa.h
1506e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15072f54eb98SEduardo Habkost
15084fc264f4SEduardo HabkostHost Memory Backends
15094fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15104fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15114fc264f4SEduardo HabkostS: Maintained
15124fc264f4SEduardo HabkostF: backends/hostmem*.c
15134fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1514e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15154fc264f4SEduardo Habkost
15166034011cSGongleiCryptodev Backends
15176034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15186034011cSGongleiS: Maintained
15196034011cSGongleiF: include/sysemu/cryptodev*.h
15206034011cSGongleiF: backends/cryptodev*.c
15216034011cSGonglei
1522ad904f66SEduardo HabkostPython scripts
1523ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1524ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1525ad904f66SEduardo HabkostS: Odd fixes
1526ad904f66SEduardo HabkostF: scripts/qmp/*
1527ad904f66SEduardo HabkostF: scripts/*.py
1528ad904f66SEduardo HabkostF: tests/*.py
1529ad904f66SEduardo Habkost
15308899b4aeSLuiz CapitulinoQAPI
15319740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15328899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
15339740618cSLuiz CapitulinoS: Supported
15348899b4aeSLuiz CapitulinoF: qapi/
15350311c5bdSMarkus ArmbrusterX: qapi/*.json
1536ac4abb9aSMarkus ArmbrusterF: include/qapi/
1537ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1538ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1539c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1540ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1541e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1542ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1543e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15440311c5bdSMarkus ArmbrusterF: scripts/qapi*
1545c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15469740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15478899b4aeSLuiz Capitulino
15487810d291SLuiz CapitulinoQAPI Schema
15497810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15507810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15517810d291SLuiz CapitulinoS: Supported
15527810d291SLuiz CapitulinoF: qapi-schema.json
15530311c5bdSMarkus ArmbrusterF: qapi/*.json
15549740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15557810d291SLuiz Capitulino
1556f3582ba4SLuiz CapitulinoQObject
1557daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1558daf5dc78SMarkus ArmbrusterS: Supported
1559f3582ba4SLuiz CapitulinoF: qobject/
15607735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15617735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1562a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15637735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
156401b2ffceSMarc-André LureauF: tests/check-qnum.c
15657735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15667735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15677735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1568daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1569f3582ba4SLuiz Capitulino
1570f05d9999SMichael RothQEMU Guest Agent
1571f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1572f05d9999SMichael RothS: Maintained
1573f05d9999SMichael RothF: qga/
1574ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1575ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1576ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1577ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1578f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1579f05d9999SMichael Roth
15804688c94cSAndreas FärberQOM
15814688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15824688c94cSAndreas FärberS: Supported
15834688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15844688c94cSAndreas FärberF: include/qom/
15854688c94cSAndreas FärberX: include/qom/cpu.h
15864688c94cSAndreas FärberF: qom/
15874688c94cSAndreas FärberX: qom/cpu.c
15889f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15899f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15904688c94cSAndreas FärberF: tests/qom-test.c
15914688c94cSAndreas Färber
15928899b4aeSLuiz CapitulinoQMP
15939740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15949740618cSLuiz CapitulinoS: Supported
15958899b4aeSLuiz CapitulinoF: qmp.c
15968899b4aeSLuiz CapitulinoF: monitor.c
1597c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15989740618cSLuiz CapitulinoF: scripts/qmp/
1599f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
16009740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16018899b4aeSLuiz Capitulino
1602cc0100f4SAlistair FrancisRegister API
1603*c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1604cc0100f4SAlistair FrancisS: Maintained
1605cc0100f4SAlistair FrancisF: hw/core/register.c
1606cc0100f4SAlistair FrancisF: include/hw/register.h
160706a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1608cc0100f4SAlistair Francis
1609fd5d5c56SAnthony LiguoriSLIRP
1610eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1611bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1612bafc72abSJan KiszkaS: Maintained
1613fd5d5c56SAnthony LiguoriF: slirp/
1614663fb1e1SThomas HuthF: net/slirp.c
1615d24b2b1cSThomas HuthF: include/net/slirp.h
16161ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1617fd5d5c56SAnthony Liguori
1618b1ed728aSPaolo BonziniStubs
1619b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1620b1ed728aSPaolo BonziniS: Maintained
1621b1ed728aSPaolo BonziniF: stubs/
1622b1ed728aSPaolo Bonzini
1623598a3f35SStefan HajnocziTracing
16241cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1625598a3f35SStefan HajnocziS: Maintained
1626598a3f35SStefan HajnocziF: trace/
1627f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1628f70fd8fdSLluís VilanovaF: scripts/tracetool/
1629c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
16301ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1631598a3f35SStefan Hajnoczi
16323859b6cfSMarkus ArmbrusterTPM
16336b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
16346b4f250bSStefan BergerS: Maintained
16353859b6cfSMarkus ArmbrusterF: tpm.c
1636c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16373859b6cfSMarkus ArmbrusterF: hw/tpm/*
16383859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16393859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16403859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16416b4f250bSStefan BergerF: backends/tpm.c
1642d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16433859b6cfSMarkus Armbruster
164414f40fdcSBlue SwirlCheckpatch
164514f40fdcSBlue SwirlS: Odd Fixes
164614f40fdcSBlue SwirlF: scripts/checkpatch.pl
164714f40fdcSBlue Swirl
1648c0787c8dSJuan QuintelaMigration
1649c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1650d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1651c0787c8dSJuan QuintelaS: Maintained
1652c0787c8dSJuan QuintelaF: include/migration/
165344a1f946SDr. David Alan GilbertF: migration/
1654c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1655c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16562656bfd9SJuan QuintelaF: tests/migration-test.c
1657c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
165848685a8eSMarkus ArmbrusterF: qapi/migration.json
1659c0787c8dSJuan Quintela
166092bfedb0SEduardo OtuboSeccomp
1661064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
166292bfedb0SEduardo OtuboS: Supported
166392bfedb0SEduardo OtuboF: qemu-seccomp.c
166492bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
166592bfedb0SEduardo Otubo
1666ddbb0d09SDaniel P. BerrangeCryptography
1667ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1668ddbb0d09SDaniel P. BerrangeS: Maintained
1669ddbb0d09SDaniel P. BerrangeF: crypto/
1670ddbb0d09SDaniel P. BerrangeF: include/crypto/
1671ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16723947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1673899833cdSDaniel P. BerrangeF: qemu.sasl
1674ddbb0d09SDaniel P. Berrange
167510817bf0SDaniel P. BerrangeCoroutines
167610817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
167710817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
167810817bf0SDaniel P. BerrangeF: util/*coroutine*
167910817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
168010817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
168110817bf0SDaniel P. Berrange
168288c5f205SDaniel P. BerrangeBuffers
168388c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
168488c5f205SDaniel P. BerrangeS: Odd fixes
168588c5f205SDaniel P. BerrangeF: util/buffer.c
168688c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
168788c5f205SDaniel P. Berrange
1688666a3af9SDaniel P. BerrangeI/O Channels
1689666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1690666a3af9SDaniel P. BerrangeS: Maintained
1691666a3af9SDaniel P. BerrangeF: io/
1692666a3af9SDaniel P. BerrangeF: include/io/
1693666a3af9SDaniel P. BerrangeF: tests/test-io-*
1694666a3af9SDaniel P. Berrange
16955614a283SGerd HoffmannSockets
16965614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16975614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16985614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16995614a283SGerd HoffmannS: Maintained
17005614a283SGerd HoffmannF: include/qemu/sockets.h
17015614a283SGerd HoffmannF: util/qemu-sockets.c
1702a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
17035614a283SGerd Hoffmann
1704d310d85bSAlberto GarciaThrottling infrastructure
1705d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1706d310d85bSAlberto GarciaS: Supported
1707d310d85bSAlberto GarciaF: block/throttle-groups.c
1708d310d85bSAlberto GarciaF: include/block/throttle-groups.h
170989603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1710d310d85bSAlberto GarciaF: util/throttle.c
171189603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
171289603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1713d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1714d310d85bSAlberto Garcia
1715080d7aacSFam ZhengUUID
1716080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1717080d7aacSFam ZhengS: Supported
1718080d7aacSFam ZhengF: util/uuid.c
1719080d7aacSFam ZhengF: include/qemu/uuid.h
1720080d7aacSFam ZhengF: tests/test-uuid.c
1721080d7aacSFam Zheng
1722a4cc318eSzhanghailiangCOLO Framework
1723a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1724a4cc318eSzhanghailiangS: Maintained
1725a4cc318eSzhanghailiangF: migration/colo*
1726a4cc318eSzhanghailiangF: include/migration/colo.h
1727a4cc318eSzhanghailiangF: include/migration/failover.h
1728a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1729a4cc318eSzhanghailiang
173088f82ed1SZhang ChenCOLO Proxy
1731b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
173288f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
173388f82ed1SZhang ChenS: Supported
173488f82ed1SZhang ChenF: docs/colo-proxy.txt
173588f82ed1SZhang ChenF: net/colo*
173688f82ed1SZhang ChenF: net/filter-rewriter.c
173788f82ed1SZhang ChenF: net/filter-mirror.c
173888f82ed1SZhang Chen
173962258201SPavel DovgalyukRecord/replay
174062258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
174162258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
174270b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
174362258201SPavel DovgalyukS: Supported
174462258201SPavel DovgalyukF: replay/*
174562258201SPavel DovgalyukF: block/blkreplay.c
174662258201SPavel DovgalyukF: net/filter-replay.c
174762258201SPavel DovgalyukF: include/sysemu/replay.h
174862258201SPavel DovgalyukF: docs/replay.txt
174962258201SPavel DovgalyukF: stubs/replay.c
175062258201SPavel Dovgalyuk
1751fd5d5c56SAnthony LiguoriUsermode Emulation
1752fd5d5c56SAnthony Liguori------------------
1753486bbe5fSPaolo BonziniOverall
1754486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1755486bbe5fSPaolo BonziniS: Maintained
1756486bbe5fSPaolo BonziniF: thunk.c
175758410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1758486bbe5fSPaolo Bonzini
1759fd5d5c56SAnthony LiguoriBSD user
1760297e8005SMarkus ArmbrusterS: Orphan
1761fd5d5c56SAnthony LiguoriF: bsd-user/
1762ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1763fd5d5c56SAnthony Liguori
1764fd5d5c56SAnthony LiguoriLinux user
1765fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1766ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1767fd5d5c56SAnthony LiguoriS: Maintained
1768fd5d5c56SAnthony LiguoriF: linux-user/
1769ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1770e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
177142f5a7e9SAurelien Jarno
177242f5a7e9SAurelien JarnoTiny Code Generator (TCG)
177342f5a7e9SAurelien Jarno-------------------------
177442f5a7e9SAurelien JarnoCommon code
1775cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
177642f5a7e9SAurelien JarnoS: Maintained
177742f5a7e9SAurelien JarnoF: tcg/
177842f5a7e9SAurelien Jarno
1779b25a464cSClaudio FontanaAArch64 target
1780b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1781b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1782b25a464cSClaudio FontanaS: Maintained
1783b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1784b25a464cSClaudio FontanaF: tcg/aarch64/
1785c17652eeSPaolo BonziniF: disas/arm-a64.cc
1786c17652eeSPaolo BonziniF: disas/libvixl/
1787b25a464cSClaudio Fontana
178842f5a7e9SAurelien JarnoARM target
178942f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
179042f5a7e9SAurelien JarnoS: Maintained
1791b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
179242f5a7e9SAurelien JarnoF: tcg/arm/
1793c17652eeSPaolo BonziniF: disas/arm.c
179442f5a7e9SAurelien Jarno
179542f5a7e9SAurelien Jarnoi386 target
17965dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
179742f5a7e9SAurelien JarnoS: Maintained
179842f5a7e9SAurelien JarnoF: tcg/i386/
1799c17652eeSPaolo BonziniF: disas/i386.c
180042f5a7e9SAurelien Jarno
180142f5a7e9SAurelien JarnoMIPS target
1802d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
180342f5a7e9SAurelien JarnoS: Maintained
180442f5a7e9SAurelien JarnoF: tcg/mips/
1805c17652eeSPaolo BonziniF: disas/mips.c
180642f5a7e9SAurelien Jarno
180742f5a7e9SAurelien JarnoPPC
180815610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
180915610d42SPranith KumarS: Odd Fixes
181042f5a7e9SAurelien JarnoF: tcg/ppc/
1811c17652eeSPaolo BonziniF: disas/ppc.c
181242f5a7e9SAurelien Jarno
181342f5a7e9SAurelien JarnoS390 target
181442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
181542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
181642f5a7e9SAurelien JarnoS: Maintained
181742f5a7e9SAurelien JarnoF: tcg/s390/
1818c17652eeSPaolo BonziniF: disas/s390.c
1819146bd283SCornelia HuckL: qemu-s390x@nongnu.org
182042f5a7e9SAurelien Jarno
182142f5a7e9SAurelien JarnoSPARC target
1822297e8005SMarkus ArmbrusterS: Odd Fixes
182342f5a7e9SAurelien JarnoF: tcg/sparc/
1824c17652eeSPaolo BonziniF: disas/sparc.c
1825bc75c9e5SStefan Weil
1826bc75c9e5SStefan WeilTCI target
1827bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1828bc75c9e5SStefan WeilS: Maintained
18298ef9cd55SAndreas FärberF: tcg/tci/
1830752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1831c17652eeSPaolo BonziniF: disas/tci.c
1832aa09c951SAndreas Färber
1833f05b328cSStefan HajnocziBlock drivers
1834f05b328cSStefan Hajnoczi-------------
1835f05b328cSStefan HajnocziVMDK
1836f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1837c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1838f05b328cSStefan HajnocziS: Supported
1839f05b328cSStefan HajnocziF: block/vmdk.c
1840f05b328cSStefan Hajnoczi
1841f05b328cSStefan HajnocziRBD
18425a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1843280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1844280458a3SJeff CodyL: qemu-block@nongnu.org
1845f05b328cSStefan HajnocziS: Supported
1846f05b328cSStefan HajnocziF: block/rbd.c
1847280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1848f05b328cSStefan Hajnoczi
1849f05b328cSStefan HajnocziSheepdog
185053b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1851f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1852280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1853280458a3SJeff CodyL: qemu-block@nongnu.org
1854dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1855f05b328cSStefan HajnocziS: Supported
1856f05b328cSStefan HajnocziF: block/sheepdog.c
1857280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1858f05b328cSStefan Hajnoczi
1859f05b328cSStefan HajnocziVHDX
1860f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1861280458a3SJeff CodyL: qemu-block@nongnu.org
1862f05b328cSStefan HajnocziS: Supported
1863f05b328cSStefan HajnocziF: block/vhdx*
1864280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1865f05b328cSStefan Hajnoczi
1866f05b328cSStefan HajnocziVDI
1867f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1868c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1869f05b328cSStefan HajnocziS: Maintained
1870f05b328cSStefan HajnocziF: block/vdi.c
1871f05b328cSStefan Hajnoczi
1872f05b328cSStefan HajnocziiSCSI
1873f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1874f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1875f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1876c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1877f05b328cSStefan HajnocziS: Supported
1878f05b328cSStefan HajnocziF: block/iscsi.c
18792deb63c2SPeter LievenF: block/iscsi-opts.c
1880f05b328cSStefan Hajnoczi
188199c62e70SEric BlakeNetwork Block Device (NBD)
188299c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
188399c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
188499c62e70SEric BlakeL: qemu-block@nongnu.org
188599c62e70SEric BlakeS: Maintained
188699c62e70SEric BlakeF: block/nbd*
188799c62e70SEric BlakeF: nbd/
188899c62e70SEric BlakeF: include/block/nbd*
188999c62e70SEric BlakeF: qemu-nbd.*
189099c62e70SEric BlakeF: blockdev-nbd.c
189199c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
189299c62e70SEric Blake
18936542aa9cSPeter LievenNFS
1894280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18956542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1896280458a3SJeff CodyL: qemu-block@nongnu.org
18976542aa9cSPeter LievenS: Maintained
18986542aa9cSPeter LievenF: block/nfs.c
1899280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
19006542aa9cSPeter Lieven
1901f05b328cSStefan HajnocziSSH
1902f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1903280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1904280458a3SJeff CodyL: qemu-block@nongnu.org
1905f05b328cSStefan HajnocziS: Supported
1906f05b328cSStefan HajnocziF: block/ssh.c
1907280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1908c9a12e75SChrysostomos Nanakos
1909280458a3SJeff CodyCURL
1910280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1911280458a3SJeff CodyL: qemu-block@nongnu.org
1912280458a3SJeff CodyS: Supported
1913280458a3SJeff CodyF: block/curl.c
1914280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1915280458a3SJeff Cody
1916280458a3SJeff CodyGLUSTER
1917280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1918280458a3SJeff CodyL: qemu-block@nongnu.org
1919280458a3SJeff CodyS: Supported
1920280458a3SJeff CodyF: block/gluster.c
1921280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1922b5e9476cSGonglei
1923199667a8SFam ZhengNull Block Driver
1924199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1925199667a8SFam ZhengL: qemu-block@nongnu.org
1926199667a8SFam ZhengS: Supported
1927199667a8SFam ZhengF: block/null.c
1928199667a8SFam Zheng
1929bdd6a90aSFam ZhengNVMe Block Driver
1930bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1931bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1932bdd6a90aSFam ZhengS: Supported
1933bdd6a90aSFam ZhengF: block/nvme*
1934bdd6a90aSFam Zheng
1935b5e9476cSGongleiBootdevice
1936b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1937b5e9476cSGongleiS: Maintained
1938b5e9476cSGongleiF: bootdevice.c
1939ecdda9e0SAlberto Garcia
1940ecdda9e0SAlberto GarciaQuorum
1941ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1942ecdda9e0SAlberto GarciaS: Supported
1943ecdda9e0SAlberto GarciaF: block/quorum.c
1944ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1945e7c6e631SStefan Hajnoczi
1946e7c6e631SStefan Hajnocziblkverify
1947e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1948e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1949e7c6e631SStefan HajnocziS: Supported
1950e7c6e631SStefan HajnocziF: block/blkverify.c
1951e7c6e631SStefan Hajnoczi
1952e7c6e631SStefan Hajnoczibochs
1953e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1954e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1955e7c6e631SStefan HajnocziS: Supported
1956e7c6e631SStefan HajnocziF: block/bochs.c
1957e7c6e631SStefan Hajnoczi
1958e7c6e631SStefan Hajnoczicloop
1959e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1960e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1961e7c6e631SStefan HajnocziS: Supported
1962e7c6e631SStefan HajnocziF: block/cloop.c
1963e7c6e631SStefan Hajnoczi
1964e7c6e631SStefan Hajnoczidmg
1965e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1966e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1967e7c6e631SStefan HajnocziS: Supported
1968e7c6e631SStefan HajnocziF: block/dmg.c
1969e7c6e631SStefan Hajnoczi
1970e7c6e631SStefan Hajnocziparallels
1971e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1972f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1973e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1974e7c6e631SStefan HajnocziS: Supported
1975e7c6e631SStefan HajnocziF: block/parallels.c
19765746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1977e7c6e631SStefan Hajnoczi
1978e7c6e631SStefan Hajnocziqed
1979e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1980e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1981e7c6e631SStefan HajnocziS: Supported
1982e7c6e631SStefan HajnocziF: block/qed.c
1983e7c6e631SStefan Hajnoczi
1984e7c6e631SStefan Hajnocziraw
1985e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1986e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1987e7c6e631SStefan HajnocziS: Supported
1988e7c6e631SStefan HajnocziF: block/linux-aio.c
1989f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19902e6fc7ebSEric BlakeF: block/raw-format.c
1991c1bb86cdSEric BlakeF: block/file-posix.c
1992c1bb86cdSEric BlakeF: block/file-win32.c
1993e7c6e631SStefan HajnocziF: block/win32-aio.c
1994e7c6e631SStefan Hajnoczi
1995e7c6e631SStefan Hajnocziqcow2
1996e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1997c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1998e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1999e7c6e631SStefan HajnocziS: Supported
2000e7c6e631SStefan HajnocziF: block/qcow2*
2001b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2002e7c6e631SStefan Hajnoczi
2003e7c6e631SStefan Hajnocziqcow
2004e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2005e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2006e7c6e631SStefan HajnocziS: Supported
2007e7c6e631SStefan HajnocziF: block/qcow.c
2008e7c6e631SStefan Hajnoczi
2009e7c6e631SStefan Hajnocziblkdebug
2010e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2011c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2012e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2013e7c6e631SStefan HajnocziS: Supported
2014e7c6e631SStefan HajnocziF: block/blkdebug.c
2015e7c6e631SStefan Hajnoczi
2016e7c6e631SStefan Hajnoczivpc
2017e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2018e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2019e7c6e631SStefan HajnocziS: Supported
2020e7c6e631SStefan HajnocziF: block/vpc.c
2021e7c6e631SStefan Hajnoczi
2022e7c6e631SStefan Hajnoczivvfat
2023e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2024e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2025e7c6e631SStefan HajnocziS: Supported
2026e7c6e631SStefan HajnocziF: block/vvfat.c
2027abfe4e94SStefan Hajnoczi
2028abfe4e94SStefan HajnocziImage format fuzzer
2029abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2030abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2031abfe4e94SStefan HajnocziS: Supported
2032abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2033717171bdSDaniel P. Berrange
2034049105a3SChanglong XieReplication
2035205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
20363ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2037049105a3SChanglong XieS: Supported
2038049105a3SChanglong XieF: replication*
2039049105a3SChanglong XieF: block/replication.c
2040049105a3SChanglong XieF: tests/test-replication.c
2041049105a3SChanglong XieF: docs/block-replication.txt
2042049105a3SChanglong Xie
2043a3defabbSMarcel ApfelbaumPVRDMA
2044a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2045a3defabbSMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
2046a3defabbSMarcel ApfelbaumS: Maintained
2047a3defabbSMarcel ApfelbaumF: hw/rdma/*
2048a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2049a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2050a3defabbSMarcel Apfelbaum
2051b9e02c06SAlex BennéeBuild and test automation
2052b9e02c06SAlex Bennée-------------------------
20530475a03eSEduardo HabkostBuild and test automation
2054b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2055e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
205632b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2057b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2058e70dc7f8SAlex BennéeS: Maintained
2059b9e02c06SAlex BennéeF: .travis.yml
2060d92d886aSAlex BennéeF: .shippable.yml
2061e70dc7f8SAlex BennéeF: tests/docker/
206218023821SFam ZhengF: tests/vm/
2063e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20642a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2065e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2066717171bdSDaniel P. Berrange
2067717171bdSDaniel P. BerrangeDocumentation
2068717171bdSDaniel P. Berrange-------------
2069717171bdSDaniel P. BerrangeBuild system architecture
2070717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2071717171bdSDaniel P. BerrangeS: Odd Fixes
2072c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
20738a49e97fSFam Zheng
2074aef45d51SDaniel P. BerrangeBuild System
2075aef45d51SDaniel P. Berrange------------
2076aef45d51SDaniel P. BerrangeGIT submodules
2077aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2078aef45d51SDaniel P. BerrangeS: Odd Fixes
2079aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2080