xref: /openbmc/qemu/MAINTAINERS (revision adb0e917)
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
3891bdd6874SStefan WeilW32, W64
3901bdd6874SStefan WeilL: qemu-devel@nongnu.org
3911bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3921bdd6874SStefan WeilS: Maintained
3931bdd6874SStefan WeilF: *win32*
39403972660SThomas HuthF: */*win32*
39503972660SThomas HuthF: include/*/*win32*
39603972660SThomas HuthX: qga/*win32*
397885bdc95SStefan WeilF: qemu.nsi
3981bdd6874SStefan Weil
399fd5d5c56SAnthony LiguoriARM Machines
400fd5d5c56SAnthony Liguori------------
40184291fe7SliguangAllwinner-a10
40285b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
403b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40484291fe7SliguangS: Maintained
40585b4d5daSBeniamino GalvaniF: hw/*/allwinner*
40685b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
40784291fe7SliguangF: hw/arm/cubieboard.c
40884291fe7Sliguang
409e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
41006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
411b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
41206271000SPaolo BonziniS: Maintained
41306271000SPaolo BonziniF: hw/char/pl011.c
414c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
41506271000SPaolo BonziniF: hw/display/pl110*
41606271000SPaolo BonziniF: hw/dma/pl080.c
41706271000SPaolo BonziniF: hw/dma/pl330.c
41806271000SPaolo BonziniF: hw/gpio/pl061.c
41906271000SPaolo BonziniF: hw/input/pl050.c
42006271000SPaolo BonziniF: hw/intc/pl190.c
42106271000SPaolo BonziniF: hw/sd/pl181.c
42206271000SPaolo BonziniF: hw/timer/pl031.c
42306271000SPaolo BonziniF: include/hw/arm/primecell.h
424e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
425e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
426e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
427e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
42806271000SPaolo Bonzini
42906271000SPaolo BonziniARM cores
43006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
431b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43206271000SPaolo BonziniS: Maintained
43306271000SPaolo BonziniF: hw/intc/arm*
43406271000SPaolo BonziniF: hw/intc/gic_internal.h
43506271000SPaolo BonziniF: hw/misc/a9scu.c
43606271000SPaolo BonziniF: hw/misc/arm11scu.c
43706271000SPaolo BonziniF: hw/timer/a9gtimer*
438c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
439c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
44006271000SPaolo BonziniF: include/hw/intc/arm*
44106271000SPaolo BonziniF: include/hw/misc/a9scu.h
44206271000SPaolo BonziniF: include/hw/misc/arm11scu.h
44306271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
44406271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
445c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
446c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
44706271000SPaolo Bonzini
448fc63dcffSEvgeny VoevodinExynos
449f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
450b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
451fc63dcffSEvgeny VoevodinS: Maintained
4528d8b636dSPaolo BonziniF: hw/*/exynos*
453ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
454fc63dcffSEvgeny Voevodin
455766fd09fSMark LangsdorfCalxeda Highbank
4569ef137caSRob HerringM: Rob Herring <robh@kernel.org>
457b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4589ef137caSRob HerringS: Maintained
4598d8b636dSPaolo BonziniF: hw/arm/highbank.c
4608d8b636dSPaolo BonziniF: hw/net/xgmac.c
461766fd09fSMark Langsdorf
4629082f121SAntony PavlovCanon DIGIC
4639082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
464b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4659082f121SAntony PavlovS: Maintained
4669082f121SAntony PavlovF: include/hw/arm/digic.h
4679082f121SAntony PavlovF: hw/*/digic*
4689082f121SAntony Pavlov
469fd5d5c56SAnthony LiguoriGumstix
4705dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
471b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
472fd5d5c56SAnthony LiguoriS: Orphan
4738d8b636dSPaolo BonziniF: hw/arm/gumstix.c
474fd5d5c56SAnthony Liguori
4750325559dSPeter Chubbi.MX31
4760325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
477b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4780325559dSPeter ChubbS: Odd fixes
4798d8b636dSPaolo BonziniF: hw/*/imx*
480f7e242d6SThomas HuthF: include/hw/*/imx*
4818d8b636dSPaolo BonziniF: hw/arm/kzm.c
482ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4830325559dSPeter Chubb
484fd5d5c56SAnthony LiguoriIntegrator CP
4851ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
486b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
487fd5d5c56SAnthony LiguoriS: Maintained
4888d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
489f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
490fd5d5c56SAnthony Liguori
491e5a6a6e6SPeter MaydellMPS2
492e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
493e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
494e5a6a6e6SPeter MaydellS: Maintained
495e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
496e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
497e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
498e5a6a6e6SPeter Maydell
499fd5d5c56SAnthony LiguoriMusicpal
500fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
501b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
502fd5d5c56SAnthony LiguoriS: Maintained
5038d8b636dSPaolo BonziniF: hw/arm/musicpal.c
504fd5d5c56SAnthony Liguori
505fd5d5c56SAnthony LiguorinSeries
506fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
507b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
508fd5d5c56SAnthony LiguoriS: Maintained
5098d8b636dSPaolo BonziniF: hw/arm/nseries.c
510fd5d5c56SAnthony Liguori
511fd5d5c56SAnthony LiguoriPalm
512fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
513b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
514fd5d5c56SAnthony LiguoriS: Maintained
5158d8b636dSPaolo BonziniF: hw/arm/palm.c
516fd5d5c56SAnthony Liguori
517fd5d5c56SAnthony LiguoriReal View
5181ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
519b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
520fd5d5c56SAnthony LiguoriS: Maintained
5218d8b636dSPaolo BonziniF: hw/arm/realview*
522f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5235ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5245ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
525fd5d5c56SAnthony Liguori
5269b31bff0SPaolo BonziniPXA2XX
527fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
528b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
529fd5d5c56SAnthony LiguoriS: Maintained
5309b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5318d8b636dSPaolo BonziniF: hw/arm/spitz.c
5329b31bff0SPaolo BonziniF: hw/arm/tosa.c
5339b31bff0SPaolo BonziniF: hw/arm/z2.c
5349b31bff0SPaolo BonziniF: hw/*/pxa2xx*
535f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
536ed0db866SThomas HuthF: include/hw/arm/pxa.h
537fd5d5c56SAnthony Liguori
538fd5d5c56SAnthony LiguoriStellaris
5391ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
540b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
541fd5d5c56SAnthony LiguoriS: Maintained
5428d8b636dSPaolo BonziniF: hw/*/stellaris*
543fd5d5c56SAnthony Liguori
544fd5d5c56SAnthony LiguoriVersatile PB
5451ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
546b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
547fd5d5c56SAnthony LiguoriS: Maintained
5488d8b636dSPaolo BonziniF: hw/*/versatile*
549c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
550fd5d5c56SAnthony Liguori
551e3260506SPeter A. G. CrosthwaiteXilinx Zynq
552cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5534b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
554b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
555e3260506SPeter A. G. CrosthwaiteS: Maintained
556cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5578d8b636dSPaolo BonziniF: hw/*/cadence_*
558f7e242d6SThomas HuthF: hw/misc/zynq*
559f7e242d6SThomas HuthF: include/hw/misc/zynq*
560cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
561e3260506SPeter A. G. Crosthwaite
562137805f5SAlistair FrancisXilinx ZynqMP
563137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
564cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
565b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
566137805f5SAlistair FrancisS: Maintained
567cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
568f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
569137805f5SAlistair Francis
5708f4d260eSShannon ZhaoARM ACPI Subsystem
5718f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
572e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
573b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5748f4d260eSShannon ZhaoS: Maintained
5758f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5768f4d260eSShannon Zhao
577a1f8193bSAlistair FrancisSTM32F205
578a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
579a1f8193bSAlistair FrancisS: Maintained
580a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
581a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
582a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
583a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
584a1f8193bSAlistair FrancisF: hw/adc/*
585a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5860e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
587a1f8193bSAlistair Francis
588a1f8193bSAlistair FrancisNetduino 2
589a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
590a1f8193bSAlistair FrancisS: Maintained
591a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
592a1f8193bSAlistair Francis
593670bc4cbSSubbaraya SundeepSmartFusion2
594670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
595670bc4cbSSubbaraya SundeepS: Maintained
596670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
597670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
598670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
599670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
600670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
601670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
602670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
603670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
604670bc4cbSSubbaraya Sundeep
605670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
606670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
607670bc4cbSSubbaraya SundeepS: Maintained
608670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
609670bc4cbSSubbaraya Sundeep
610fd5d5c56SAnthony LiguoriCRIS Machines
611fd5d5c56SAnthony Liguori-------------
612fd5d5c56SAnthony LiguoriAxis Dev88
613fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
614fd5d5c56SAnthony LiguoriS: Maintained
6158d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6166e481d57SPeter MaydellF: hw/*/etraxfs_*.c
617fd5d5c56SAnthony Liguori
61807bf23a7SMichael WalleLM32 Machines
61907bf23a7SMichael Walle-------------
62007bf23a7SMichael WalleEVR32 and uclinux BSP
62107bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
62207bf23a7SMichael WalleS: Maintained
6238d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
62407bf23a7SMichael Walle
625d118aa6bSMichael Wallemilkymist
626d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
627d118aa6bSMichael WalleS: Maintained
6288d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
629d118aa6bSMichael Walle
630afcacd53SAurelien JarnoM68K Machines
631fd5d5c56SAnthony Liguori-------------
632fd5d5c56SAnthony Liguorian5206
6335baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6345baf2741SThomas HuthS: Odd Fixes
6358d8b636dSPaolo BonziniF: hw/m68k/an5206.c
636e9a56114SThomas HuthF: hw/m68k/mcf5206.c
637fd5d5c56SAnthony Liguori
638fd5d5c56SAnthony Liguorimcf5208
6395baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6405baf2741SThomas HuthS: Odd Fixes
6418d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
642e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
643e9a56114SThomas HuthF: hw/char/mcf_uart.c
644e9a56114SThomas HuthF: hw/net/mcf_fec.c
6455baf2741SThomas HuthF: include/hw/m68k/mcf*.h
646fd5d5c56SAnthony Liguori
647fd5d5c56SAnthony LiguoriMicroBlaze Machines
648b6f97c14Sbellard-------------------
649fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
650fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
651fd5d5c56SAnthony LiguoriS: Maintained
6526e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
653b6f97c14Sbellard
654d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6554b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
656d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6578d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
658d36e8ce7SPeter A. G. Crosthwaite
659fd5d5c56SAnthony LiguoriMIPS Machines
660fd5d5c56SAnthony Liguori-------------
661fd5d5c56SAnthony LiguoriJazz
662fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
663fd5d5c56SAnthony LiguoriS: Maintained
6648d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
665fd5d5c56SAnthony Liguori
666fd5d5c56SAnthony LiguoriMalta
667fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
668fd5d5c56SAnthony LiguoriS: Maintained
6698d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
670fd5d5c56SAnthony Liguori
671fd5d5c56SAnthony LiguoriMipssim
6720eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
673659f42d8SYongbok KimS: Odd Fixes
6748d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
675659f42d8SYongbok KimF: hw/net/mipsnet.c
676fd5d5c56SAnthony Liguori
677fd5d5c56SAnthony LiguoriR4000
678fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
679fd5d5c56SAnthony LiguoriS: Maintained
6808d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
681fd5d5c56SAnthony Liguori
682659f42d8SYongbok KimFulong 2E
6830eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
684659f42d8SYongbok KimS: Odd Fixes
685659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
686659f42d8SYongbok Kim
687659f42d8SYongbok KimBoston
68894d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
689659f42d8SYongbok KimS: Maintained
690659f42d8SYongbok KimF: hw/core/loader-fit.c
691659f42d8SYongbok KimF: hw/mips/boston.c
692659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
693659f42d8SYongbok Kim
694945dad6dSJia LiuOpenRISC Machines
695945dad6dSJia Liu-----------------
696945dad6dSJia Liuor1k-sim
697945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
698945dad6dSJia LiuS: Maintained
699945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
700945dad6dSJia Liu
701fd5d5c56SAnthony LiguoriPowerPC Machines
702fd5d5c56SAnthony Liguori----------------
703fd5d5c56SAnthony Liguori405
704fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
705a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7069b9fe135SAndreas FärberS: Odd Fixes
7078d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
708fd5d5c56SAnthony Liguori
709aaade8d7SAndreas FärberBamboo
710aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
711aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
712aaade8d7SAndreas FärberS: Odd Fixes
7138d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
714aaade8d7SAndreas Färber
71598cded3aSAndreas Färbere500
71698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
71798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
71898cded3aSAndreas FärberS: Supported
71998cded3aSAndreas FärberF: hw/ppc/e500.[hc]
72098cded3aSAndreas FärberF: hw/ppc/e500plat.c
721b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
722b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
723b5d55020SThomas HuthF: pc-bios/u-boot.e500
72498cded3aSAndreas Färber
72598cded3aSAndreas Färbermpc8544ds
72698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
72798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
72898cded3aSAndreas FärberS: Supported
72998cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7308d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
73198cded3aSAndreas Färber
732fd5d5c56SAnthony LiguoriNew World
733fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
734a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
735fd5d5c56SAnthony LiguoriS: Maintained
736baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7376e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7386e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7398d8b636dSPaolo BonziniF: hw/misc/macio/
740b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
741b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
742fd5d5c56SAnthony Liguori
743fd5d5c56SAnthony LiguoriOld World
744fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
745a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
746fd5d5c56SAnthony LiguoriS: Maintained
747baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7486e481d57SPeter MaydellF: hw/pci-host/grackle.c
7498d8b636dSPaolo BonziniF: hw/misc/macio/
750835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
751fd5d5c56SAnthony Liguori
752ec38d398SAndreas FärberPReP
7538178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7549f38774dSAndreas FärberL: qemu-devel@nongnu.org
755a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7568178e89cSHervé PoussineauS: Maintained
75775610155SAndreas FärberF: hw/ppc/prep.c
7588178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7598178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7606e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7610a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
7628d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
7631cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
764cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
765cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
766835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
767fd5d5c56SAnthony Liguori
768300b115cSAndreas FärbersPAPR
769085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7708a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7718a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7728a269ca4SAndreas FärberS: Supported
7738d8b636dSPaolo BonziniF: hw/*/spapr*
774f9de2da7SDavid GibsonF: include/hw/*/spapr*
775f9de2da7SDavid GibsonF: hw/*/xics*
776f9de2da7SDavid GibsonF: include/hw/*/xics*
777f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
778b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
779b5d55020SThomas HuthF: pc-bios/slof.bin
780bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
781b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
782b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
783a70ab357SGreg KurzF: tests/spapr*
784a70ab357SGreg KurzF: tests/libqos/*spapr*
785a70ab357SGreg KurzF: tests/rtas*
786a70ab357SGreg KurzF: tests/libqos/rtas*
7878a269ca4SAndreas Färber
788794d00bfSAndreas Färbervirtex_ml507
789794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
790794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
791794d00bfSAndreas FärberS: Odd Fixes
7926e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
793794d00bfSAndreas Färber
794a9dd6604SBALATON Zoltansam460ex
795a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
796a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
797a9dd6604SBALATON ZoltanS: Maintained
798a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
799a9dd6604SBALATON Zoltan
800fd5d5c56SAnthony LiguoriSH4 Machines
801fd5d5c56SAnthony Liguori------------
802fd5d5c56SAnthony LiguoriR2D
803fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
804fd5d5c56SAnthony LiguoriS: Maintained
8056e481d57SPeter MaydellF: hw/sh4/r2d.c
80681527b94SThomas HuthF: hw/intc/sh_intc.c
80781527b94SThomas HuthF: hw/timer/sh_timer.c
808fd5d5c56SAnthony Liguori
809fd5d5c56SAnthony LiguoriShix
810fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
81181527b94SThomas HuthS: Odd Fixes
8126e481d57SPeter MaydellF: hw/sh4/shix.c
813fd5d5c56SAnthony Liguori
814fd5d5c56SAnthony LiguoriSPARC Machines
815fd5d5c56SAnthony Liguori--------------
816fd5d5c56SAnthony LiguoriSun4m
817f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
818fd5d5c56SAnthony LiguoriS: Maintained
8198d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
820c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
821c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8227098b79eSThomas HuthF: hw/misc/eccmemctl.c
8237098b79eSThomas HuthF: hw/misc/slavio_misc.c
824c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
825c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
826c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
827fd5d5c56SAnthony Liguori
828fd5d5c56SAnthony LiguoriSun4u
829f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
830fd5d5c56SAnthony LiguoriS: Maintained
8318d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
832c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
833fd5d5c56SAnthony Liguori
834a2664ca0SArtyom TarasenkoSun4v
835a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
836a2664ca0SArtyom TarasenkoS: Maintained
837626e4a4bSFam ZhengF: hw/sparc64/niagara.c
838a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
839a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
840a2664ca0SArtyom Tarasenko
841ce6c760cSFabien ChouteauLeon3
842ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
843ce6c760cSFabien ChouteauS: Maintained
8448d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8458d8b636dSPaolo BonziniF: hw/*/grlib*
846c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
847ce6c760cSFabien Chouteau
848fd5d5c56SAnthony LiguoriS390 Machines
849fd5d5c56SAnthony Liguori-------------
850dd4ad64aSCornelia HuckS390 Virtio-ccw
851c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
852b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
853dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
854dd4ad64aSCornelia HuckS: Supported
8550c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8569d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
857c5bfb202SCornelia HuckF: hw/s390x/
8584277af19SCornelia HuckF: include/hw/s390x/
859c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8601e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8611e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8623e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8633e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
864146bd283SCornelia HuckL: qemu-s390x@nongnu.org
865dd4ad64aSCornelia Huck
866304584bfSCornelia HuckS390-ccw Bios
867304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
868304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
869304584bfSCornelia HuckS: Supported
870304584bfSCornelia HuckF: pc-bios/s390-ccw/
871304584bfSCornelia HuckF: pc-bios/s390-ccw.img
872304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
873304584bfSCornelia HuckL: qemu-s390x@nongnu.org
874304584bfSCornelia Huck
875ab9528caSGuan XuetaoUniCore32 Machines
876ab9528caSGuan Xuetao-------------
877ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
878ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
879ab9528caSGuan XuetaoS: Maintained
8808d8b636dSPaolo BonziniF: hw/*/puv3*
881ab9528caSGuan XuetaoF: hw/unicore32/
882ab9528caSGuan Xuetao
883fd5d5c56SAnthony LiguoriX86 Machines
884fd5d5c56SAnthony Liguori------------
885fd5d5c56SAnthony LiguoriPC
886046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8871bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
888fd5d5c56SAnthony LiguoriS: Supported
889046a6486SMichael S. TsirkinF: include/hw/i386/
890046a6486SMichael S. TsirkinF: hw/i386/
891046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
892046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
893046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
894046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
895046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
896046a6486SMichael S. TsirkinF: hw/isa/piix4.c
897046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
898046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
899046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
900046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
901046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
902f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9039cc3b73cSPaolo BonziniF: hw/misc/sga.c
9049cc3b73cSPaolo Bonzini
9059cc3b73cSPaolo BonziniPC Chipset
9069cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9079cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9081732be86SPhilippe Mathieu-DaudéS: Supported
9099cc3b73cSPaolo BonziniF: hw/char/debugcon.c
9109cc3b73cSPaolo BonziniF: hw/char/parallel.c
9119cc3b73cSPaolo BonziniF: hw/char/serial*
9129cc3b73cSPaolo BonziniF: hw/dma/i8257*
9139cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9141732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9159cc3b73cSPaolo BonziniF: hw/intc/apic*
9169cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9179cc3b73cSPaolo BonziniF: hw/intc/i8259*
9189cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9199cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9209cc3b73cSPaolo BonziniF: hw/timer/hpet*
9219cc3b73cSPaolo BonziniF: hw/timer/i8254*
9229cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
923edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
924866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
925a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
926ea638a45SPhilippe Mathieu-DaudéF: include/hw/isa/i8257.h
927a2feb348SThomas HuthF: include/hw/timer/hpet.h
928a2feb348SThomas HuthF: include/hw/timer/i8254*
929a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
930046a6486SMichael S. Tsirkin
9315da4fb00SMichael S. TsirkinMachine core
9325da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9335da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9345da4fb00SMichael S. TsirkinS: Supported
9355da4fb00SMichael S. TsirkinF: hw/core/machine.c
936c1629c5cSThomas HuthF: hw/core/null-machine.c
9375da4fb00SMichael S. TsirkinF: include/hw/boards.h
938e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
939fd5d5c56SAnthony Liguori
94016e7caaeSMax FilippovXtensa Machines
94116e7caaeSMax Filippov---------------
942375847a6SMax Filippovsim
94316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
94416e7caaeSMax FilippovS: Maintained
945437a8c11SMax FilippovF: hw/xtensa/sim.c
946375847a6SMax Filippov
947437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
948375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
949375847a6SMax FilippovS: Maintained
950437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
951437a8c11SMax FilippovF: hw/net/opencores_eth.c
95216e7caaeSMax Filippov
953fd5d5c56SAnthony LiguoriDevices
954fd5d5c56SAnthony Liguori-------
955b30934cbSJiri SlabyEDU
956b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
957b30934cbSJiri SlabyS: Maintained
958b30934cbSJiri SlabyF: hw/misc/edu.c
959b30934cbSJiri Slaby
960fd5d5c56SAnthony LiguoriIDE
961c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
962c095348bSJohn SnowL: qemu-block@nongnu.org
963c095348bSJohn SnowS: Supported
9648d8b636dSPaolo BonziniF: include/hw/ide.h
965c9f7acd5SThomas HuthF: include/hw/ide/
966fd5d5c56SAnthony LiguoriF: hw/ide/
967c095348bSJohn SnowF: hw/block/block.c
968c095348bSJohn SnowF: hw/block/cdrom.c
969c095348bSJohn SnowF: hw/block/hd-geometry.c
970c095348bSJohn SnowF: tests/ide-test.c
971c095348bSJohn SnowF: tests/ahci-test.c
972aee50319SJohn SnowF: tests/libqos/ahci*
973c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
974c095348bSJohn Snow
975caf316baSCorey MinyardIPMI
976caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
977caf316baSCorey MinyardS: Maintained
978caf316baSCorey MinyardF: include/hw/ipmi/*
979caf316baSCorey MinyardF: hw/ipmi/*
980caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
981caf316baSCorey MinyardF: tests/ipmi*
982caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
983caf316baSCorey Minyard
984c095348bSJohn SnowFloppy
985c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
986c095348bSJohn SnowL: qemu-block@nongnu.org
987c095348bSJohn SnowS: Supported
988c095348bSJohn SnowF: hw/block/fdc.c
989c095348bSJohn SnowF: include/hw/block/fdc.h
990aee50319SJohn SnowF: tests/fdc-test.c
991c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
992fd5d5c56SAnthony Liguori
993f5f487b2SPeter MaydellOMAP
994f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
995f5f487b2SPeter MaydellS: Maintained
9968d8b636dSPaolo BonziniF: hw/*/omap*
997ed0db866SThomas HuthF: include/hw/arm/omap.h
998f5f487b2SPeter Maydell
99928d54e58SPaolo BonziniIPack
100028d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
100128d54e58SPaolo BonziniS: Odd Fixes
100228d54e58SPaolo BonziniF: hw/char/ipoctal232.c
100328d54e58SPaolo BonziniF: hw/ipack/
100428d54e58SPaolo Bonzini
1005fd5d5c56SAnthony LiguoriPCI
1006fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1007874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
1008fd5d5c56SAnthony LiguoriS: Supported
10098d8b636dSPaolo BonziniF: include/hw/pci/*
1010f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1011ca818cfbSMichael S. TsirkinF: hw/pci/*
1012f178bc6bSPaolo BonziniF: hw/pci-bridge/*
101368179923SPhilippe Mathieu-DaudéF: docs/pci*
101468179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1015534fd814SFam ZhengF: default-configs/pci.mak
10160e0b3592SMichael S. Tsirkin
1017d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10180e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10190e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10200e0b3592SMichael S. TsirkinS: Supported
10210e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1022d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10230e0b3592SMichael S. TsirkinF: hw/mem/*
10248d8b636dSPaolo BonziniF: hw/acpi/*
1025d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10260e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10270e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10283248f1b4SBen WarrenF: tests/bios-tables-test.c
10293248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1030fd5d5c56SAnthony Liguori
1031aaade8d7SAndreas Färberppc4xx
1032aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1033aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1034aaade8d7SAndreas FärberS: Odd Fixes
10358d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1036aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1037b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1038aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1039aaade8d7SAndreas Färber
104098cded3aSAndreas Färberppce500
104198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
104298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
104398cded3aSAndreas FärberS: Supported
10446e481d57SPeter MaydellF: hw/ppc/e500*
1045566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1046566dd236SPaolo BonziniF: hw/net/fsl_etsec/
104798cded3aSAndreas Färber
104861af0ee6SPaolo BonziniCharacter devices
104961af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
105061af0ee6SPaolo BonziniS: Odd Fixes
105161af0ee6SPaolo BonziniF: hw/char/
105261af0ee6SPaolo Bonzini
1053f536f112SPaolo BonziniNetwork devices
1054f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1055f536f112SPaolo BonziniS: Odd Fixes
1056f536f112SPaolo BonziniF: hw/net/
10576061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10586bd7776cSGreg KurzF: tests/virtio-net-test.c
1059f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1060f536f112SPaolo Bonzini
1061fd5d5c56SAnthony LiguoriSCSI
1062de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1063c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1064de7724f7SPaolo BonziniS: Supported
106574460f34SThomas HuthF: include/hw/scsi/*
10668d8b636dSPaolo BonziniF: hw/scsi/*
10676bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10681ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1069de7724f7SPaolo Bonzini
1070fcb5629dSPeter A. G. CrosthwaiteSSI
10714b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1072982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
1073fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10748d8b636dSPaolo BonziniF: hw/ssi/*
10758d8b636dSPaolo BonziniF: hw/block/m25p80.c
1076982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10774b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1078982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10794b46ba61SAlistair Francis
10804b46ba61SAlistair FrancisXilinx SPI
10814b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10824b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10834b46ba61SAlistair FrancisS: Maintained
10844b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1085fcb5629dSPeter A. G. Crosthwaite
1086fd5d5c56SAnthony LiguoriUSB
10875d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10885d0d62feSGerd HoffmannS: Maintained
10898d8b636dSPaolo BonziniF: hw/usb/*
109028edfce0SGongleiF: tests/usb-*-test.c
1091beded0ffSThomas HuthF: docs/usb2.txt
1092beded0ffSThomas HuthF: docs/usb-storage.txt
1093beded0ffSThomas HuthF: include/hw/usb.h
1094beded0ffSThomas HuthF: include/hw/usb/
1095104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1096fd5d5c56SAnthony Liguori
1097e26082fdSPaolo BonziniUSB (serial adapter)
1098e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1099e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1100e26082fdSPaolo BonziniS: Maintained
1101e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1102e26082fdSPaolo Bonzini
110392e1fb5eSAlex WilliamsonVFIO
110492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
110592e1fb5eSAlex WilliamsonS: Supported
1106cf7087dbSKim PhillipsF: hw/vfio/*
110799b88c6dSThomas HuthF: include/hw/vfio/
110892e1fb5eSAlex Williamson
11095eb74557SDong Jia Shivfio-ccw
1110c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11115eb74557SDong Jia ShiS: Supported
11125eb74557SDong Jia ShiF: hw/vfio/ccw.c
11135eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11145eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11155eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1116146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11175eb74557SDong Jia Shi
1118fd5d5c56SAnthony Liguorivhost
1119fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1120fd5d5c56SAnthony LiguoriS: Supported
11218d8b636dSPaolo BonziniF: hw/*/*vhost*
112237f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1123fd5d5c56SAnthony Liguori
1124fd5d5c56SAnthony Liguorivirtio
1125a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1126fd5d5c56SAnthony LiguoriS: Supported
11278d8b636dSPaolo BonziniF: hw/*/virtio*
112872fa605dSThomas HuthF: hw/virtio/Makefile.objs
112972fa605dSThomas HuthF: hw/virtio/trace-events
11306a084ea3SMichael S. TsirkinF: net/vhost-user.c
1131494f7b57SThomas HuthF: include/hw/virtio/
11326bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1133fd5d5c56SAnthony Liguori
1134fd5d5c56SAnthony Liguorivirtio-9p
11358c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1136fd5d5c56SAnthony LiguoriS: Supported
1137aebeca25SAndreas FärberF: hw/9pfs/
1138aebeca25SAndreas FärberF: fsdev/
11392d888c09SAndreas FärberF: tests/virtio-9p-test.c
11408c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1141fd5d5c56SAnthony Liguori
1142fd5d5c56SAnthony Liguorivirtio-blk
114354d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1144b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1145fd5d5c56SAnthony LiguoriS: Supported
11468d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1147b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11486bd7776cSGreg KurzF: tests/virtio-blk-test.c
1149b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1150fd5d5c56SAnthony Liguori
1151dd4ad64aSCornelia Huckvirtio-ccw
1152c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1153b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1154dd4ad64aSCornelia HuckS: Supported
1155dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11563e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11573e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1158146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1159dd4ad64aSCornelia Huck
1160a5d4d7b5SGerd Hoffmannvirtio-input
1161a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1162a5d4d7b5SGerd HoffmannS: Maintained
1163a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1164a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1165a5d4d7b5SGerd Hoffmann
1166fd5d5c56SAnthony Liguorivirtio-serial
1167cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1168fd5d5c56SAnthony LiguoriS: Supported
11698d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11708d8b636dSPaolo BonziniF: hw/char/virtio-console.c
117168a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11726bd7776cSGreg KurzF: tests/virtio-console-test.c
11736bd7776cSGreg KurzF: tests/virtio-serial-test.c
1174fd5d5c56SAnthony Liguori
11751f51a5cbSAmit Shahvirtio-rng
1176cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11771f51a5cbSAmit ShahS: Supported
11781f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11791f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1180750cf869SThomas HuthF: include/sysemu/rng*.h
11811f51a5cbSAmit ShahF: backends/rng*.c
11826bd7776cSGreg KurzF: tests/virtio-rng-test.c
11831f51a5cbSAmit Shah
11846034011cSGongleivirtio-crypto
11856034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11866034011cSGongleiS: Supported
11876034011cSGongleiF: hw/virtio/virtio-crypto.c
11886034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11896034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11906034011cSGonglei
1191f3c507adSKeith Buschnvme
1192f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1193c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1194f3c507adSKeith BuschS: Supported
1195f3c507adSKeith BuschF: hw/block/nvme*
1196fc967791SAndreas FärberF: tests/nvme-test.c
1197f3c507adSKeith Busch
1198d383c625SHannes Reineckemegasas
11993fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1200c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1201d383c625SHannes ReineckeS: Supported
1202d383c625SHannes ReineckeF: hw/scsi/megasas.c
1203d383c625SHannes ReineckeF: hw/scsi/mfi.h
12043fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1205d383c625SHannes Reinecke
1206605d52e6SDmitry FleytmanNetwork packet abstractions
1207bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1208605d52e6SDmitry FleytmanS: Maintained
1209605d52e6SDmitry FleytmanF: include/net/eth.h
1210605d52e6SDmitry FleytmanF: net/eth.c
1211605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1212605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1213605d52e6SDmitry Fleytman
1214622fb504SDmitry FleytmanVmware
1215bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1216622fb504SDmitry FleytmanS: Maintained
1217622fb504SDmitry FleytmanF: hw/net/vmxnet*
1218622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12195a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1220622fb504SDmitry Fleytman
1221de24d3f1SScott FeldmanRocker
1222de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1223de24d3f1SScott FeldmanS: Maintained
1224de24d3f1SScott FeldmanF: hw/net/rocker/
1225de850948SThomas HuthF: tests/rocker/
1226de850948SThomas HuthF: docs/specs/rocker.txt
1227de24d3f1SScott Feldman
122870d1fb9cSXiao GuangrongNVDIMM
12297a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
123070d1fb9cSXiao GuangrongS: Maintained
123170d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
123270d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
123370d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
123470d1fb9cSXiao Guangrong
1235093454e2SDmitry Fleytmane1000x
1236bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1237093454e2SDmitry FleytmanS: Maintained
1238093454e2SDmitry FleytmanF: hw/net/e1000x*
1239093454e2SDmitry Fleytman
12406f3fbe4eSDmitry Fleytmane1000e
1241bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12426f3fbe4eSDmitry FleytmanS: Maintained
12436f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12446f3fbe4eSDmitry Fleytman
1245ebc2327fSStefan Weileepro100
1246ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1247ebc2327fSStefan WeilS: Maintained
1248ebc2327fSStefan WeilF: hw/net/eepro100.c
1249ebc2327fSStefan Weil
1250e481a1f6SAlistair FrancisGeneric Loader
1251e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1252e481a1f6SAlistair FrancisS: Maintained
1253e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1254e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1255c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1256e481a1f6SAlistair Francis
125787a9023aSThomas HuthCHRP NVRAM
125887a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
125987a9023aSThomas HuthS: Maintained
126087a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
126187a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
126287a9023aSThomas HuthF: tests/prom-env-test.c
126387a9023aSThomas Huth
126442697d88SBen WarrenVM Generation ID
126542697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
126642697d88SBen WarrenS: Maintained
126742697d88SBen WarrenF: hw/acpi/vmgenid.c
126842697d88SBen WarrenF: include/hw/acpi/vmgenid.h
126942697d88SBen WarrenF: docs/specs/vmgenid.txt
127042697d88SBen WarrenF: tests/vmgenid-test.c
127142697d88SBen WarrenF: stubs/vmgenid.c
127242697d88SBen Warren
1273747969dbSPhilippe Mathieu-DaudéUnimplemented device
1274747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1275747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1276747969dbSPhilippe Mathieu-DaudéS: Maintained
1277747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1278747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1279747969dbSPhilippe Mathieu-Daudé
1280fd5d5c56SAnthony LiguoriSubsystems
1281fd5d5c56SAnthony Liguori----------
1282fd5d5c56SAnthony LiguoriAudio
12839f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1284fd5d5c56SAnthony LiguoriS: Maintained
1285fd5d5c56SAnthony LiguoriF: audio/
12868d8b636dSPaolo BonziniF: hw/audio/
1287a2b245aeSThomas HuthF: include/hw/audio/
1288d7b50c0cSAndreas FärberF: tests/ac97-test.c
12898fa74c94SAndreas FärberF: tests/es1370-test.c
1290fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1291fd5d5c56SAnthony Liguori
129217f1e8f5SStefan HajnocziBlock layer core
1293fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1294c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1295c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1296fd5d5c56SAnthony LiguoriS: Supported
1297fd5d5c56SAnthony LiguoriF: block*
1298fd5d5c56SAnthony LiguoriF: block/
12998d8b636dSPaolo BonziniF: hw/block/
13004c346e0bSKevin WolfF: include/block/
130146078760SKevin WolfF: qemu-img*
130246078760SKevin WolfF: qemu-io*
130329242091SKevin WolfF: tests/qemu-iotests/
13048dd30c86SMax ReitzF: util/qemu-progress.c
1305d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1306fd5d5c56SAnthony Liguori
1307d55053b1SStefan HajnocziBlock I/O path
1308d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13099ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1310d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1311d55053b1SStefan HajnocziS: Supported
131236c697bdSPaolo BonziniF: util/async.c
131336c697bdSPaolo BonziniF: util/aio-*.c
1314d55053b1SStefan HajnocziF: block/io.c
1315d55053b1SStefan HajnocziF: migration/block*
1316e1029ae2SFam ZhengF: include/block/aio.h
13170a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1318d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1319d55053b1SStefan Hajnoczi
1320e5b5728cSPaolo BonziniBlock SCSI subsystem
1321e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1322c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1323e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1324e5b5728cSPaolo BonziniS: Supported
1325e5b5728cSPaolo BonziniF: include/scsi/*
1326e5b5728cSPaolo BonziniF: scsi/*
1327e5b5728cSPaolo Bonzini
1328280458a3SJeff CodyBlock Jobs
1329280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1330280458a3SJeff CodyL: qemu-block@nongnu.org
1331280458a3SJeff CodyS: Supported
1332280458a3SJeff CodyF: blockjob.c
1333280458a3SJeff CodyF: include/block/blockjob.h
1334280458a3SJeff CodyF: block/backup.c
1335280458a3SJeff CodyF: block/commit.c
133677346025SJeff CodyF: block/stream.c
1337280458a3SJeff CodyF: block/mirror.c
1338280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1339280458a3SJeff Cody
13404120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13414120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13424120201dSMarkus ArmbrusterS: Supported
13434120201dSMarkus ArmbrusterF: blockdev.c
13444120201dSMarkus ArmbrusterF: block/qapi.c
13454120201dSMarkus ArmbrusterF: qapi/block*.json
1346fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13474120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13484120201dSMarkus Armbruster
1349538193bcSJohn SnowDirty Bitmaps
1350538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1351538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1352538193bcSJohn SnowL: qemu-block@nongnu.org
1353538193bcSJohn SnowS: Supported
1354538193bcSJohn SnowF: util/hbitmap.c
1355538193bcSJohn SnowF: block/dirty-bitmap.c
1356538193bcSJohn SnowF: include/qemu/hbitmap.h
1357538193bcSJohn SnowF: include/block/dirty-bitmap.h
1358538193bcSJohn SnowF: tests/test-hbitmap.c
13595746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1360538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1361538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1362538193bcSJohn Snow
136361af0ee6SPaolo BonziniCharacter device backends
1364da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
136555fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1366fd5d5c56SAnthony LiguoriS: Maintained
1367178fe0aeSMarc-André LureauF: chardev/
13688228e353SMarc-André LureauF: include/chardev/
1369dbeee392SMarkus ArmbrusterF: qapi/char.json
1370fd5d5c56SAnthony Liguori
1371e26082fdSPaolo BonziniCharacter Devices (Braille)
1372e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1373e26082fdSPaolo BonziniS: Maintained
13746b10e573SMarc-André LureauF: chardev/baum.c
1375fd5d5c56SAnthony Liguori
1376e94630d3SMarkus ArmbrusterCommand line option argument parsing
1377e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1378e94630d3SMarkus ArmbrusterS: Supported
1379e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1380e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1381e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1382e94630d3SMarkus ArmbrusterF: util/keyval.c
1383e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1384e94630d3SMarkus Armbruster
13858c413e79SMarkus ArmbrusterCoverity model
13868c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13878c413e79SMarkus ArmbrusterS: Supported
13888c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13898c413e79SMarkus Armbruster
1390f2ca0524SAndreas FärberCPU
139112b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1392f2ca0524SAndreas FärberS: Supported
1393f2ca0524SAndreas FärberF: qom/cpu.c
13946e481d57SPeter MaydellF: include/qom/cpu.h
1395f2ca0524SAndreas Färber
1396d24b569aSPeter A. G. CrosthwaiteDevice Tree
13974b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1398d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1399d24b569aSPeter A. G. CrosthwaiteS: Maintained
140082407515SThomas HuthF: device_tree.c
140182407515SThomas HuthF: include/sysemu/device_tree.h
1402d24b569aSPeter A. G. Crosthwaite
14033505a22bSMarc-André LureauDump
14043505a22bSMarc-André LureauS: Supported
14053505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14063505a22bSMarc-André LureauF: dump.c
14073505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14083505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14093505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14103505a22bSMarc-André LureauF: include/sysemu/dump.h
14113505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14123505a22bSMarc-André LureauF: stubs/dump.c
14133505a22bSMarc-André Lureau
14144f966768SMarkus ArmbrusterError reporting
14154f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14164f966768SMarkus ArmbrusterS: Supported
14174f966768SMarkus ArmbrusterF: include/qapi/error.h
14184f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14194f966768SMarkus ArmbrusterF: util/error.c
14204f966768SMarkus ArmbrusterF: util/qemu-error.c
14214f966768SMarkus Armbruster
1422fd5d5c56SAnthony LiguoriGDB stub
14235dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1424fd5d5c56SAnthony LiguoriS: Odd Fixes
1425fd5d5c56SAnthony LiguoriF: gdbstub*
1426fd5d5c56SAnthony LiguoriF: gdb-xml/
1427fd5d5c56SAnthony Liguori
142801a9c03cSPaolo BonziniMemory API
142901a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
143001a9c03cSPaolo BonziniS: Supported
143101a9c03cSPaolo BonziniF: include/exec/ioport.h
143201a9c03cSPaolo BonziniF: ioport.c
143301a9c03cSPaolo BonziniF: include/exec/memory.h
14342b1641d0SPaolo BonziniF: include/exec/ram_addr.h
143501a9c03cSPaolo BonziniF: memory.c
143601a9c03cSPaolo BonziniF: include/exec/memory-internal.h
143701a9c03cSPaolo BonziniF: exec.c
143801a9c03cSPaolo Bonzini
14397ee3bf03SGerd HoffmannSPICE
14407ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14417ee3bf03SGerd HoffmannS: Supported
14426e481d57SPeter MaydellF: include/ui/qemu-spice.h
1443438528a3SThomas HuthF: include/ui/spice-display.h
14447ee3bf03SGerd HoffmannF: ui/spice-*.c
14457ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14468d8b636dSPaolo BonziniF: hw/display/qxl*
1447608cfed6SMarkus ArmbrusterF: qapi/ui.json
14487ee3bf03SGerd Hoffmann
1449fd5d5c56SAnthony LiguoriGraphics
145025eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
145125eccc37SGerd HoffmannS: Odd Fixes
1452fd5d5c56SAnthony LiguoriF: ui/
1453e220656cSThomas HuthF: include/ui/
1454608cfed6SMarkus ArmbrusterF: qapi/ui.json
1455fd5d5c56SAnthony Liguori
1456351f1bf6SAndreas FärberCocoa graphics
145730ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1458351f1bf6SAndreas FärberS: Odd Fixes
1459351f1bf6SAndreas FärberF: ui/cocoa.m
1460351f1bf6SAndreas Färber
1461fd5d5c56SAnthony LiguoriMain loop
1462da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1463da26f37aSPaolo BonziniS: Maintained
1464da26f37aSPaolo BonziniF: cpus.c
14653ecb29a3SPaolo BonziniF: util/main-loop.c
14663ecb29a3SPaolo BonziniF: util/qemu-timer.c
1467fd5d5c56SAnthony LiguoriF: vl.c
14680e201d34SMarkus ArmbrusterF: qapi/run-state.json
1469fd5d5c56SAnthony Liguori
14708899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1471c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1472fbb0621aSLuiz CapitulinoS: Maintained
1473fd5d5c56SAnthony LiguoriF: monitor.c
1474c13e9912SThomas HuthF: hmp.[ch]
1475c13e9912SThomas HuthF: hmp-commands*.hx
1476c13e9912SThomas HuthF: include/monitor/hmp-target.h
1477bbcee372SThomas HuthF: tests/test-hmp.c
1478fd5d5c56SAnthony Liguori
1479f536f112SPaolo BonziniNetwork device backends
1480442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1481fd5d5c56SAnthony LiguoriS: Maintained
1482fd5d5c56SAnthony LiguoriF: net/
1483d24b2b1cSThomas HuthF: include/net/
14845fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14853c0bd37dSMarkus ArmbrusterF: qapi/net.json
1486fd5d5c56SAnthony Liguori
1487aee09bafSVincenzo MaffioneNetmap network backend
1488aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1489aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1490aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1491aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1492aee09bafSVincenzo MaffioneS: Maintained
1493aee09bafSVincenzo MaffioneF: net/netmap.c
1494aee09bafSVincenzo Maffione
14952f54eb98SEduardo HabkostNUMA
14962f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14972f54eb98SEduardo HabkostS: Maintained
14982f54eb98SEduardo HabkostF: numa.c
14992f54eb98SEduardo HabkostF: include/sysemu/numa.h
1500e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15012f54eb98SEduardo Habkost
15024fc264f4SEduardo HabkostHost Memory Backends
15034fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15044fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15054fc264f4SEduardo HabkostS: Maintained
15064fc264f4SEduardo HabkostF: backends/hostmem*.c
15074fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1508e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15094fc264f4SEduardo Habkost
15106034011cSGongleiCryptodev Backends
15116034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15126034011cSGongleiS: Maintained
15136034011cSGongleiF: include/sysemu/cryptodev*.h
15146034011cSGongleiF: backends/cryptodev*.c
15156034011cSGonglei
1516ad904f66SEduardo HabkostPython scripts
1517ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1518ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1519ad904f66SEduardo HabkostS: Odd fixes
1520ad904f66SEduardo HabkostF: scripts/qmp/*
1521ad904f66SEduardo HabkostF: scripts/*.py
1522ad904f66SEduardo HabkostF: tests/*.py
1523ad904f66SEduardo Habkost
15248899b4aeSLuiz CapitulinoQAPI
15259740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15268899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
15279740618cSLuiz CapitulinoS: Supported
15288899b4aeSLuiz CapitulinoF: qapi/
15290311c5bdSMarkus ArmbrusterX: qapi/*.json
1530ac4abb9aSMarkus ArmbrusterF: include/qapi/
1531ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1532ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1533c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1534ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1535e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1536ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1537e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15380311c5bdSMarkus ArmbrusterF: scripts/qapi*
1539c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15409740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15418899b4aeSLuiz Capitulino
15427810d291SLuiz CapitulinoQAPI Schema
15437810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15447810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15457810d291SLuiz CapitulinoS: Supported
15467810d291SLuiz CapitulinoF: qapi-schema.json
15470311c5bdSMarkus ArmbrusterF: qapi/*.json
15489740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15497810d291SLuiz Capitulino
1550f3582ba4SLuiz CapitulinoQObject
1551daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1552daf5dc78SMarkus ArmbrusterS: Supported
1553f3582ba4SLuiz CapitulinoF: qobject/
15547735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15557735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1556a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15577735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
155801b2ffceSMarc-André LureauF: tests/check-qnum.c
15597735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15607735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15617735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1562daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1563f3582ba4SLuiz Capitulino
1564f05d9999SMichael RothQEMU Guest Agent
1565f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1566f05d9999SMichael RothS: Maintained
1567f05d9999SMichael RothF: qga/
1568ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1569ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1570ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1571ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1572f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1573f05d9999SMichael Roth
15744688c94cSAndreas FärberQOM
15754688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15764688c94cSAndreas FärberS: Supported
15774688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15784688c94cSAndreas FärberF: include/qom/
15794688c94cSAndreas FärberX: include/qom/cpu.h
15804688c94cSAndreas FärberF: qom/
15814688c94cSAndreas FärberX: qom/cpu.c
15829f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15839f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15844688c94cSAndreas FärberF: tests/qom-test.c
15854688c94cSAndreas Färber
15868899b4aeSLuiz CapitulinoQMP
15879740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15889740618cSLuiz CapitulinoS: Supported
15898899b4aeSLuiz CapitulinoF: qmp.c
15908899b4aeSLuiz CapitulinoF: monitor.c
1591c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15929740618cSLuiz CapitulinoF: scripts/qmp/
1593f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15949740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15958899b4aeSLuiz Capitulino
1596cc0100f4SAlistair FrancisRegister API
1597cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1598cc0100f4SAlistair FrancisS: Maintained
1599cc0100f4SAlistair FrancisF: hw/core/register.c
1600cc0100f4SAlistair FrancisF: include/hw/register.h
160106a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1602cc0100f4SAlistair Francis
1603fd5d5c56SAnthony LiguoriSLIRP
1604eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1605bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1606bafc72abSJan KiszkaS: Maintained
1607fd5d5c56SAnthony LiguoriF: slirp/
1608663fb1e1SThomas HuthF: net/slirp.c
1609d24b2b1cSThomas HuthF: include/net/slirp.h
16101ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1611fd5d5c56SAnthony Liguori
1612b1ed728aSPaolo BonziniStubs
1613b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1614b1ed728aSPaolo BonziniS: Maintained
1615b1ed728aSPaolo BonziniF: stubs/
1616b1ed728aSPaolo Bonzini
1617598a3f35SStefan HajnocziTracing
16181cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1619598a3f35SStefan HajnocziS: Maintained
1620598a3f35SStefan HajnocziF: trace/
1621f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1622f70fd8fdSLluís VilanovaF: scripts/tracetool/
1623c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
16241ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1625598a3f35SStefan Hajnoczi
16263859b6cfSMarkus ArmbrusterTPM
16276b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
16286b4f250bSStefan BergerS: Maintained
16293859b6cfSMarkus ArmbrusterF: tpm.c
1630c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16313859b6cfSMarkus ArmbrusterF: hw/tpm/*
16323859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16333859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16343859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16356b4f250bSStefan BergerF: backends/tpm.c
1636*adb0e917SStefan BergerF: tests/*tpm*
1637d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16383859b6cfSMarkus Armbruster
163914f40fdcSBlue SwirlCheckpatch
164014f40fdcSBlue SwirlS: Odd Fixes
164114f40fdcSBlue SwirlF: scripts/checkpatch.pl
164214f40fdcSBlue Swirl
1643c0787c8dSJuan QuintelaMigration
1644c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1645d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1646c0787c8dSJuan QuintelaS: Maintained
1647c0787c8dSJuan QuintelaF: include/migration/
164844a1f946SDr. David Alan GilbertF: migration/
1649c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1650c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16512656bfd9SJuan QuintelaF: tests/migration-test.c
1652c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
165348685a8eSMarkus ArmbrusterF: qapi/migration.json
1654c0787c8dSJuan Quintela
165592bfedb0SEduardo OtuboSeccomp
1656064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
165792bfedb0SEduardo OtuboS: Supported
165892bfedb0SEduardo OtuboF: qemu-seccomp.c
165992bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
166092bfedb0SEduardo Otubo
1661ddbb0d09SDaniel P. BerrangeCryptography
1662ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1663ddbb0d09SDaniel P. BerrangeS: Maintained
1664ddbb0d09SDaniel P. BerrangeF: crypto/
1665ddbb0d09SDaniel P. BerrangeF: include/crypto/
1666ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16673947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1668899833cdSDaniel P. BerrangeF: qemu.sasl
1669ddbb0d09SDaniel P. Berrange
167010817bf0SDaniel P. BerrangeCoroutines
167110817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
167210817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
167310817bf0SDaniel P. BerrangeF: util/*coroutine*
167410817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
167510817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
167610817bf0SDaniel P. Berrange
167788c5f205SDaniel P. BerrangeBuffers
167888c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
167988c5f205SDaniel P. BerrangeS: Odd fixes
168088c5f205SDaniel P. BerrangeF: util/buffer.c
168188c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
168288c5f205SDaniel P. Berrange
1683666a3af9SDaniel P. BerrangeI/O Channels
1684666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1685666a3af9SDaniel P. BerrangeS: Maintained
1686666a3af9SDaniel P. BerrangeF: io/
1687666a3af9SDaniel P. BerrangeF: include/io/
1688666a3af9SDaniel P. BerrangeF: tests/test-io-*
1689666a3af9SDaniel P. Berrange
16905614a283SGerd HoffmannSockets
16915614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16925614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16935614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16945614a283SGerd HoffmannS: Maintained
16955614a283SGerd HoffmannF: include/qemu/sockets.h
16965614a283SGerd HoffmannF: util/qemu-sockets.c
1697a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16985614a283SGerd Hoffmann
1699d310d85bSAlberto GarciaThrottling infrastructure
1700d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1701d310d85bSAlberto GarciaS: Supported
1702d310d85bSAlberto GarciaF: block/throttle-groups.c
1703d310d85bSAlberto GarciaF: include/block/throttle-groups.h
170489603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1705d310d85bSAlberto GarciaF: util/throttle.c
170689603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
170789603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1708d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1709d310d85bSAlberto Garcia
1710080d7aacSFam ZhengUUID
1711080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1712080d7aacSFam ZhengS: Supported
1713080d7aacSFam ZhengF: util/uuid.c
1714080d7aacSFam ZhengF: include/qemu/uuid.h
1715080d7aacSFam ZhengF: tests/test-uuid.c
1716080d7aacSFam Zheng
1717a4cc318eSzhanghailiangCOLO Framework
1718a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1719a4cc318eSzhanghailiangS: Maintained
1720a4cc318eSzhanghailiangF: migration/colo*
1721a4cc318eSzhanghailiangF: include/migration/colo.h
1722a4cc318eSzhanghailiangF: include/migration/failover.h
1723a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1724a4cc318eSzhanghailiang
172588f82ed1SZhang ChenCOLO Proxy
1726b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
172788f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
172888f82ed1SZhang ChenS: Supported
172988f82ed1SZhang ChenF: docs/colo-proxy.txt
173088f82ed1SZhang ChenF: net/colo*
173188f82ed1SZhang ChenF: net/filter-rewriter.c
173288f82ed1SZhang ChenF: net/filter-mirror.c
173388f82ed1SZhang Chen
173462258201SPavel DovgalyukRecord/replay
173562258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
173662258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
173770b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
173862258201SPavel DovgalyukS: Supported
173962258201SPavel DovgalyukF: replay/*
174062258201SPavel DovgalyukF: block/blkreplay.c
174162258201SPavel DovgalyukF: net/filter-replay.c
174262258201SPavel DovgalyukF: include/sysemu/replay.h
174362258201SPavel DovgalyukF: docs/replay.txt
174462258201SPavel DovgalyukF: stubs/replay.c
174562258201SPavel Dovgalyuk
1746fd5d5c56SAnthony LiguoriUsermode Emulation
1747fd5d5c56SAnthony Liguori------------------
1748486bbe5fSPaolo BonziniOverall
1749486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1750486bbe5fSPaolo BonziniS: Maintained
1751486bbe5fSPaolo BonziniF: thunk.c
175258410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1753486bbe5fSPaolo Bonzini
1754fd5d5c56SAnthony LiguoriBSD user
1755297e8005SMarkus ArmbrusterS: Orphan
1756fd5d5c56SAnthony LiguoriF: bsd-user/
1757ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1758fd5d5c56SAnthony Liguori
1759fd5d5c56SAnthony LiguoriLinux user
1760fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1761ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1762fd5d5c56SAnthony LiguoriS: Maintained
1763fd5d5c56SAnthony LiguoriF: linux-user/
1764ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1765e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
176642f5a7e9SAurelien Jarno
176742f5a7e9SAurelien JarnoTiny Code Generator (TCG)
176842f5a7e9SAurelien Jarno-------------------------
176942f5a7e9SAurelien JarnoCommon code
1770cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
177142f5a7e9SAurelien JarnoS: Maintained
177242f5a7e9SAurelien JarnoF: tcg/
177342f5a7e9SAurelien Jarno
1774b25a464cSClaudio FontanaAArch64 target
1775b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1776b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1777b25a464cSClaudio FontanaS: Maintained
1778b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1779b25a464cSClaudio FontanaF: tcg/aarch64/
1780c17652eeSPaolo BonziniF: disas/arm-a64.cc
1781c17652eeSPaolo BonziniF: disas/libvixl/
1782b25a464cSClaudio Fontana
178342f5a7e9SAurelien JarnoARM target
178442f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
178542f5a7e9SAurelien JarnoS: Maintained
1786b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
178742f5a7e9SAurelien JarnoF: tcg/arm/
1788c17652eeSPaolo BonziniF: disas/arm.c
178942f5a7e9SAurelien Jarno
179042f5a7e9SAurelien Jarnoi386 target
17915dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
179242f5a7e9SAurelien JarnoS: Maintained
179342f5a7e9SAurelien JarnoF: tcg/i386/
1794c17652eeSPaolo BonziniF: disas/i386.c
179542f5a7e9SAurelien Jarno
179642f5a7e9SAurelien JarnoMIPS target
1797d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
179842f5a7e9SAurelien JarnoS: Maintained
179942f5a7e9SAurelien JarnoF: tcg/mips/
1800c17652eeSPaolo BonziniF: disas/mips.c
180142f5a7e9SAurelien Jarno
180242f5a7e9SAurelien JarnoPPC
180315610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
180415610d42SPranith KumarS: Odd Fixes
180542f5a7e9SAurelien JarnoF: tcg/ppc/
1806c17652eeSPaolo BonziniF: disas/ppc.c
180742f5a7e9SAurelien Jarno
180842f5a7e9SAurelien JarnoS390 target
180942f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
181042f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
181142f5a7e9SAurelien JarnoS: Maintained
181242f5a7e9SAurelien JarnoF: tcg/s390/
1813c17652eeSPaolo BonziniF: disas/s390.c
1814146bd283SCornelia HuckL: qemu-s390x@nongnu.org
181542f5a7e9SAurelien Jarno
181642f5a7e9SAurelien JarnoSPARC target
1817297e8005SMarkus ArmbrusterS: Odd Fixes
181842f5a7e9SAurelien JarnoF: tcg/sparc/
1819c17652eeSPaolo BonziniF: disas/sparc.c
1820bc75c9e5SStefan Weil
1821bc75c9e5SStefan WeilTCI target
1822bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1823bc75c9e5SStefan WeilS: Maintained
18248ef9cd55SAndreas FärberF: tcg/tci/
1825752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1826c17652eeSPaolo BonziniF: disas/tci.c
1827aa09c951SAndreas Färber
1828f05b328cSStefan HajnocziBlock drivers
1829f05b328cSStefan Hajnoczi-------------
1830f05b328cSStefan HajnocziVMDK
1831f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1832c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1833f05b328cSStefan HajnocziS: Supported
1834f05b328cSStefan HajnocziF: block/vmdk.c
1835f05b328cSStefan Hajnoczi
1836f05b328cSStefan HajnocziRBD
18375a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1838280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1839280458a3SJeff CodyL: qemu-block@nongnu.org
1840f05b328cSStefan HajnocziS: Supported
1841f05b328cSStefan HajnocziF: block/rbd.c
1842280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1843f05b328cSStefan Hajnoczi
1844f05b328cSStefan HajnocziSheepdog
184553b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1846f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1847280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1848280458a3SJeff CodyL: qemu-block@nongnu.org
1849dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1850f05b328cSStefan HajnocziS: Supported
1851f05b328cSStefan HajnocziF: block/sheepdog.c
1852280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1853f05b328cSStefan Hajnoczi
1854f05b328cSStefan HajnocziVHDX
1855f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1856280458a3SJeff CodyL: qemu-block@nongnu.org
1857f05b328cSStefan HajnocziS: Supported
1858f05b328cSStefan HajnocziF: block/vhdx*
1859280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1860f05b328cSStefan Hajnoczi
1861f05b328cSStefan HajnocziVDI
1862f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1863c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1864f05b328cSStefan HajnocziS: Maintained
1865f05b328cSStefan HajnocziF: block/vdi.c
1866f05b328cSStefan Hajnoczi
1867f05b328cSStefan HajnocziiSCSI
1868f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1869f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1870f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1871c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1872f05b328cSStefan HajnocziS: Supported
1873f05b328cSStefan HajnocziF: block/iscsi.c
18742deb63c2SPeter LievenF: block/iscsi-opts.c
1875f05b328cSStefan Hajnoczi
187699c62e70SEric BlakeNetwork Block Device (NBD)
187799c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
187899c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
187999c62e70SEric BlakeL: qemu-block@nongnu.org
188099c62e70SEric BlakeS: Maintained
188199c62e70SEric BlakeF: block/nbd*
188299c62e70SEric BlakeF: nbd/
188399c62e70SEric BlakeF: include/block/nbd*
188499c62e70SEric BlakeF: qemu-nbd.*
188599c62e70SEric BlakeF: blockdev-nbd.c
188699c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
188799c62e70SEric Blake
18886542aa9cSPeter LievenNFS
1889280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18906542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1891280458a3SJeff CodyL: qemu-block@nongnu.org
18926542aa9cSPeter LievenS: Maintained
18936542aa9cSPeter LievenF: block/nfs.c
1894280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18956542aa9cSPeter Lieven
1896f05b328cSStefan HajnocziSSH
1897f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1898280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1899280458a3SJeff CodyL: qemu-block@nongnu.org
1900f05b328cSStefan HajnocziS: Supported
1901f05b328cSStefan HajnocziF: block/ssh.c
1902280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1903c9a12e75SChrysostomos Nanakos
1904280458a3SJeff CodyCURL
1905280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1906280458a3SJeff CodyL: qemu-block@nongnu.org
1907280458a3SJeff CodyS: Supported
1908280458a3SJeff CodyF: block/curl.c
1909280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1910280458a3SJeff Cody
1911280458a3SJeff CodyGLUSTER
1912280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1913280458a3SJeff CodyL: qemu-block@nongnu.org
1914280458a3SJeff CodyS: Supported
1915280458a3SJeff CodyF: block/gluster.c
1916280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1917b5e9476cSGonglei
1918199667a8SFam ZhengNull Block Driver
1919199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1920199667a8SFam ZhengL: qemu-block@nongnu.org
1921199667a8SFam ZhengS: Supported
1922199667a8SFam ZhengF: block/null.c
1923199667a8SFam Zheng
1924bdd6a90aSFam ZhengNVMe Block Driver
1925bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1926bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1927bdd6a90aSFam ZhengS: Supported
1928bdd6a90aSFam ZhengF: block/nvme*
1929bdd6a90aSFam Zheng
1930b5e9476cSGongleiBootdevice
1931b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1932b5e9476cSGongleiS: Maintained
1933b5e9476cSGongleiF: bootdevice.c
1934ecdda9e0SAlberto Garcia
1935ecdda9e0SAlberto GarciaQuorum
1936ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1937ecdda9e0SAlberto GarciaS: Supported
1938ecdda9e0SAlberto GarciaF: block/quorum.c
1939ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1940e7c6e631SStefan Hajnoczi
1941e7c6e631SStefan Hajnocziblkverify
1942e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1943e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1944e7c6e631SStefan HajnocziS: Supported
1945e7c6e631SStefan HajnocziF: block/blkverify.c
1946e7c6e631SStefan Hajnoczi
1947e7c6e631SStefan Hajnoczibochs
1948e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1949e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1950e7c6e631SStefan HajnocziS: Supported
1951e7c6e631SStefan HajnocziF: block/bochs.c
1952e7c6e631SStefan Hajnoczi
1953e7c6e631SStefan Hajnoczicloop
1954e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1955e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1956e7c6e631SStefan HajnocziS: Supported
1957e7c6e631SStefan HajnocziF: block/cloop.c
1958e7c6e631SStefan Hajnoczi
1959e7c6e631SStefan Hajnoczidmg
1960e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1961e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1962e7c6e631SStefan HajnocziS: Supported
1963e7c6e631SStefan HajnocziF: block/dmg.c
1964e7c6e631SStefan Hajnoczi
1965e7c6e631SStefan Hajnocziparallels
1966e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1967f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1968e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1969e7c6e631SStefan HajnocziS: Supported
1970e7c6e631SStefan HajnocziF: block/parallels.c
19715746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1972e7c6e631SStefan Hajnoczi
1973e7c6e631SStefan Hajnocziqed
1974e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1975e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1976e7c6e631SStefan HajnocziS: Supported
1977e7c6e631SStefan HajnocziF: block/qed.c
1978e7c6e631SStefan Hajnoczi
1979e7c6e631SStefan Hajnocziraw
1980e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1981e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1982e7c6e631SStefan HajnocziS: Supported
1983e7c6e631SStefan HajnocziF: block/linux-aio.c
1984f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19852e6fc7ebSEric BlakeF: block/raw-format.c
1986c1bb86cdSEric BlakeF: block/file-posix.c
1987c1bb86cdSEric BlakeF: block/file-win32.c
1988e7c6e631SStefan HajnocziF: block/win32-aio.c
1989e7c6e631SStefan Hajnoczi
1990e7c6e631SStefan Hajnocziqcow2
1991e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1992c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1993e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1994e7c6e631SStefan HajnocziS: Supported
1995e7c6e631SStefan HajnocziF: block/qcow2*
1996b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1997e7c6e631SStefan Hajnoczi
1998e7c6e631SStefan Hajnocziqcow
1999e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2000e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2001e7c6e631SStefan HajnocziS: Supported
2002e7c6e631SStefan HajnocziF: block/qcow.c
2003e7c6e631SStefan Hajnoczi
2004e7c6e631SStefan Hajnocziblkdebug
2005e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2006c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2007e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2008e7c6e631SStefan HajnocziS: Supported
2009e7c6e631SStefan HajnocziF: block/blkdebug.c
2010e7c6e631SStefan Hajnoczi
2011e7c6e631SStefan Hajnoczivpc
2012e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2013e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2014e7c6e631SStefan HajnocziS: Supported
2015e7c6e631SStefan HajnocziF: block/vpc.c
2016e7c6e631SStefan Hajnoczi
2017e7c6e631SStefan Hajnoczivvfat
2018e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2019e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2020e7c6e631SStefan HajnocziS: Supported
2021e7c6e631SStefan HajnocziF: block/vvfat.c
2022abfe4e94SStefan Hajnoczi
2023abfe4e94SStefan HajnocziImage format fuzzer
2024abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2025abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2026abfe4e94SStefan HajnocziS: Supported
2027abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2028717171bdSDaniel P. Berrange
2029049105a3SChanglong XieReplication
2030205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
20313ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2032049105a3SChanglong XieS: Supported
2033049105a3SChanglong XieF: replication*
2034049105a3SChanglong XieF: block/replication.c
2035049105a3SChanglong XieF: tests/test-replication.c
2036049105a3SChanglong XieF: docs/block-replication.txt
2037049105a3SChanglong Xie
2038a3defabbSMarcel ApfelbaumPVRDMA
2039a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2040a3defabbSMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
2041a3defabbSMarcel ApfelbaumS: Maintained
2042a3defabbSMarcel ApfelbaumF: hw/rdma/*
2043a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2044a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2045a3defabbSMarcel Apfelbaum
2046b9e02c06SAlex BennéeBuild and test automation
2047b9e02c06SAlex Bennée-------------------------
20480475a03eSEduardo HabkostBuild and test automation
2049b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2050e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
205132b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2052b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2053e70dc7f8SAlex BennéeS: Maintained
2054b9e02c06SAlex BennéeF: .travis.yml
2055d92d886aSAlex BennéeF: .shippable.yml
2056e70dc7f8SAlex BennéeF: tests/docker/
205718023821SFam ZhengF: tests/vm/
2058e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20592a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2060e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2061717171bdSDaniel P. Berrange
2062717171bdSDaniel P. BerrangeDocumentation
2063717171bdSDaniel P. Berrange-------------
2064717171bdSDaniel P. BerrangeBuild system architecture
2065717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2066717171bdSDaniel P. BerrangeS: Odd Fixes
2067c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
20688a49e97fSFam Zheng
2069aef45d51SDaniel P. BerrangeBuild System
2070aef45d51SDaniel P. Berrange------------
2071aef45d51SDaniel P. BerrangeGIT submodules
2072aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2073aef45d51SDaniel P. BerrangeS: Odd Fixes
2074aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2075