xref: /openbmc/qemu/MAINTAINERS (revision 0170a3fc)
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
2364dc62b15SMichael ClarkRISC-V
2374dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2384dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2394dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2404dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2414dc62b15SMichael ClarkS: Maintained
2424dc62b15SMichael ClarkF: target/riscv/
2434dc62b15SMichael ClarkF: hw/riscv/
2444dc62b15SMichael ClarkF: include/hw/riscv/
2454dc62b15SMichael ClarkF: disas/riscv.c
2464dc62b15SMichael Clark
247749717a0SAlexander GrafS390
2482b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
249fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
250ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
251fd5d5c56SAnthony LiguoriS: Maintained
252fcf5ef2aSThomas HuthF: target/s390x/
2538d8b636dSPaolo BonziniF: hw/s390x/
254c17652eeSPaolo BonziniF: disas/s390.c
255146bd283SCornelia HuckL: qemu-s390x@nongnu.org
256b6f97c14Sbellard
257fd5d5c56SAnthony LiguoriSH4
258ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2592c9b7d1aSAndreas FärberS: Odd Fixes
260fcf5ef2aSThomas HuthF: target/sh4/
2618d8b636dSPaolo BonziniF: hw/sh4/
262c17652eeSPaolo BonziniF: disas/sh4.c
2638a90f900SThomas HuthF: include/hw/sh4/
264fd5d5c56SAnthony Liguori
265fd5d5c56SAnthony LiguoriSPARC
266f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2672c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
268fd5d5c56SAnthony LiguoriS: Maintained
269fcf5ef2aSThomas HuthF: target/sparc/
2708d8b636dSPaolo BonziniF: hw/sparc/
2718d8b636dSPaolo BonziniF: hw/sparc64/
272c17652eeSPaolo BonziniF: disas/sparc.c
273fd5d5c56SAnthony Liguori
274a6ea7b4cSAndreas FärberUniCore32
275a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
276a6ea7b4cSAndreas FärberS: Maintained
277fcf5ef2aSThomas HuthF: target/unicore32/
2788d8b636dSPaolo BonziniF: hw/unicore32/
27947b98d59SThomas HuthF: include/hw/unicore32/
280a6ea7b4cSAndreas Färber
281fd5d5c56SAnthony LiguoriX86
282d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
283d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
284e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
285b203a4baSEduardo HabkostS: Maintained
286fcf5ef2aSThomas HuthF: target/i386/
2878d8b636dSPaolo BonziniF: hw/i386/
288c17652eeSPaolo BonziniF: disas/i386.c
289e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
290fd5d5c56SAnthony Liguori
29116e7caaeSMax FilippovXtensa
29216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
293375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29416e7caaeSMax FilippovS: Maintained
295fcf5ef2aSThomas HuthF: target/xtensa/
2968d8b636dSPaolo BonziniF: hw/xtensa/
297c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2985a6539e6SMax FilippovF: disas/xtensa.c
29916e7caaeSMax Filippov
30048e06fe0SBastian KoppelmannTriCore
30148e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30248e06fe0SBastian KoppelmannS: Maintained
303fcf5ef2aSThomas HuthF: target/tricore/
30448e06fe0SBastian KoppelmannF: hw/tricore/
305d46d14e6SThomas HuthF: include/hw/tricore/
30648e06fe0SBastian Koppelmann
307fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
308fd5d5c56SAnthony Liguori----------------------
309fd5d5c56SAnthony Liguori
310fd5d5c56SAnthony LiguoriOverall
311c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
312fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
313fd5d5c56SAnthony LiguoriS: Supported
314fd5d5c56SAnthony LiguoriF: */kvm.*
3151962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
316a95e9a48SThomas HuthF: include/sysemu/kvm*.h
317fd5d5c56SAnthony Liguori
318ed4659d1SPeter MaydellARM
319ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
320b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
321ed4659d1SPeter MaydellS: Maintained
322fcf5ef2aSThomas HuthF: target/arm/kvm.c
323ed4659d1SPeter Maydell
324a31896c4SJames HoganMIPS
325a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
326a31896c4SJames HoganS: Maintained
327fcf5ef2aSThomas HuthF: target/mips/kvm.c
328a31896c4SJames Hogan
329fd5d5c56SAnthony LiguoriPPC
330fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
331fd5d5c56SAnthony LiguoriS: Maintained
332fcf5ef2aSThomas HuthF: target/ppc/kvm.c
333fd5d5c56SAnthony Liguori
334fd5d5c56SAnthony LiguoriS390
335b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
336c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
337fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
338fd5d5c56SAnthony LiguoriS: Maintained
339fcf5ef2aSThomas HuthF: target/s390x/kvm.c
340040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
341040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
342fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
343fcf5ef2aSThomas HuthF: target/s390x/machine.c
34474b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3454277af19SCornelia HuckF: hw/intc/s390_flic.c
3464277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3474277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
348c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3493e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3503e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
351146bd283SCornelia HuckL: qemu-s390x@nongnu.org
352fd5d5c56SAnthony Liguori
353fd5d5c56SAnthony LiguoriX86
354d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
355fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
356fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
357fd5d5c56SAnthony LiguoriS: Supported
358fcf5ef2aSThomas HuthF: target/i386/kvm.c
359fd5d5c56SAnthony Liguori
3608a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3618a6b0cd7SStefano Stabellini----------------------
3628a6b0cd7SStefano Stabellini
3638a6b0cd7SStefano StabelliniX86
3643623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3653623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3666d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3678a6b0cd7SStefano StabelliniS: Supported
3688a6b0cd7SStefano StabelliniF: */xen*
369d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
370c92451c2SPaolo BonziniF: hw/char/xen_console.c
371c92451c2SPaolo BonziniF: hw/display/xenfb.c
372c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3739027ac50SStefano StabelliniF: hw/block/xen_*
374c92451c2SPaolo BonziniF: hw/xen/
375c92451c2SPaolo BonziniF: hw/xenpv/
3769027ac50SStefano StabelliniF: hw/i386/xen/
377c92451c2SPaolo BonziniF: include/hw/xen/
3789027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3798a6b0cd7SStefano Stabellini
3801bdd6874SStefan WeilHosts:
3811bdd6874SStefan Weil------
3821bdd6874SStefan Weil
3831bdd6874SStefan WeilLINUX
3841bdd6874SStefan WeilL: qemu-devel@nongnu.org
3851bdd6874SStefan WeilS: Maintained
3861bdd6874SStefan WeilF: linux-*
3871bdd6874SStefan WeilF: linux-headers/
3881bdd6874SStefan Weil
3891bdd6874SStefan WeilPOSIX
3901bdd6874SStefan WeilL: qemu-devel@nongnu.org
3911bdd6874SStefan WeilS: Maintained
3921bdd6874SStefan WeilF: *posix*
3931bdd6874SStefan Weil
3943c2bdbc1SKamil RytarowskiNETBSD
3953c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3963c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3973c2bdbc1SKamil RytarowskiS: Maintained
3981b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3993c2bdbc1SKamil Rytarowski
4000a773d55SBrad SmithOPENBSD
4010a773d55SBrad SmithL: qemu-devel@nongnu.org
4020a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4030a773d55SBrad SmithS: Maintained
4040a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4050a773d55SBrad Smith
4061bdd6874SStefan WeilW32, W64
4071bdd6874SStefan WeilL: qemu-devel@nongnu.org
4081bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4091bdd6874SStefan WeilS: Maintained
4101bdd6874SStefan WeilF: *win32*
41103972660SThomas HuthF: */*win32*
41203972660SThomas HuthF: include/*/*win32*
41303972660SThomas HuthX: qga/*win32*
414885bdc95SStefan WeilF: qemu.nsi
4151bdd6874SStefan Weil
416fd5d5c56SAnthony LiguoriARM Machines
417fd5d5c56SAnthony Liguori------------
41884291fe7SliguangAllwinner-a10
41985b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
420b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
42184291fe7SliguangS: Maintained
42285b4d5daSBeniamino GalvaniF: hw/*/allwinner*
42385b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
42484291fe7SliguangF: hw/arm/cubieboard.c
42584291fe7Sliguang
426e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
42706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
428b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
42906271000SPaolo BonziniS: Maintained
43006271000SPaolo BonziniF: hw/char/pl011.c
431c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
43206271000SPaolo BonziniF: hw/display/pl110*
43306271000SPaolo BonziniF: hw/dma/pl080.c
43406271000SPaolo BonziniF: hw/dma/pl330.c
43506271000SPaolo BonziniF: hw/gpio/pl061.c
43606271000SPaolo BonziniF: hw/input/pl050.c
43706271000SPaolo BonziniF: hw/intc/pl190.c
43806271000SPaolo BonziniF: hw/sd/pl181.c
43906271000SPaolo BonziniF: hw/timer/pl031.c
44006271000SPaolo BonziniF: include/hw/arm/primecell.h
441e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
442e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
443e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
444e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
44506271000SPaolo Bonzini
44606271000SPaolo BonziniARM cores
44706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
448b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44906271000SPaolo BonziniS: Maintained
45006271000SPaolo BonziniF: hw/intc/arm*
45106271000SPaolo BonziniF: hw/intc/gic_internal.h
45206271000SPaolo BonziniF: hw/misc/a9scu.c
45306271000SPaolo BonziniF: hw/misc/arm11scu.c
45406271000SPaolo BonziniF: hw/timer/a9gtimer*
455c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
456c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
45706271000SPaolo BonziniF: include/hw/intc/arm*
45806271000SPaolo BonziniF: include/hw/misc/a9scu.h
45906271000SPaolo BonziniF: include/hw/misc/arm11scu.h
46006271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
46106271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
462c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
463c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
46406271000SPaolo Bonzini
465fc63dcffSEvgeny VoevodinExynos
466f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
467b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
468fc63dcffSEvgeny VoevodinS: Maintained
4698d8b636dSPaolo BonziniF: hw/*/exynos*
470ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
471fc63dcffSEvgeny Voevodin
472766fd09fSMark LangsdorfCalxeda Highbank
4739ef137caSRob HerringM: Rob Herring <robh@kernel.org>
474b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4759ef137caSRob HerringS: Maintained
4768d8b636dSPaolo BonziniF: hw/arm/highbank.c
4778d8b636dSPaolo BonziniF: hw/net/xgmac.c
478766fd09fSMark Langsdorf
4799082f121SAntony PavlovCanon DIGIC
4809082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
481b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4829082f121SAntony PavlovS: Maintained
4839082f121SAntony PavlovF: include/hw/arm/digic.h
4849082f121SAntony PavlovF: hw/*/digic*
4859082f121SAntony Pavlov
486fd5d5c56SAnthony LiguoriGumstix
4875dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
488b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
489fd5d5c56SAnthony LiguoriS: Orphan
4908d8b636dSPaolo BonziniF: hw/arm/gumstix.c
491fd5d5c56SAnthony Liguori
4920325559dSPeter Chubbi.MX31
4930325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
494b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4950325559dSPeter ChubbS: Odd fixes
4968d8b636dSPaolo BonziniF: hw/*/imx*
497f7e242d6SThomas HuthF: include/hw/*/imx*
4988d8b636dSPaolo BonziniF: hw/arm/kzm.c
499ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5000325559dSPeter Chubb
501fd5d5c56SAnthony LiguoriIntegrator CP
5021ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
503b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
504fd5d5c56SAnthony LiguoriS: Maintained
5058d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
506f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
507fd5d5c56SAnthony Liguori
508e5a6a6e6SPeter MaydellMPS2
509e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
510e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
511e5a6a6e6SPeter MaydellS: Maintained
512e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
513e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
514e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
515e5a6a6e6SPeter Maydell
516fd5d5c56SAnthony LiguoriMusicpal
517fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
518b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
519fd5d5c56SAnthony LiguoriS: Maintained
5208d8b636dSPaolo BonziniF: hw/arm/musicpal.c
521fd5d5c56SAnthony Liguori
522fd5d5c56SAnthony LiguorinSeries
523fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
524b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
525fd5d5c56SAnthony LiguoriS: Maintained
5268d8b636dSPaolo BonziniF: hw/arm/nseries.c
527fd5d5c56SAnthony Liguori
528fd5d5c56SAnthony LiguoriPalm
529fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
530b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
531fd5d5c56SAnthony LiguoriS: Maintained
5328d8b636dSPaolo BonziniF: hw/arm/palm.c
533fd5d5c56SAnthony Liguori
534fd5d5c56SAnthony LiguoriReal View
5351ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
536b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
537fd5d5c56SAnthony LiguoriS: Maintained
5388d8b636dSPaolo BonziniF: hw/arm/realview*
539f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5405ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5415ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
542fd5d5c56SAnthony Liguori
5439b31bff0SPaolo BonziniPXA2XX
544fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
545b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
546fd5d5c56SAnthony LiguoriS: Maintained
5479b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5488d8b636dSPaolo BonziniF: hw/arm/spitz.c
5499b31bff0SPaolo BonziniF: hw/arm/tosa.c
5509b31bff0SPaolo BonziniF: hw/arm/z2.c
5519b31bff0SPaolo BonziniF: hw/*/pxa2xx*
552f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
553ed0db866SThomas HuthF: include/hw/arm/pxa.h
554fd5d5c56SAnthony Liguori
555fd5d5c56SAnthony LiguoriStellaris
5561ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
557b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
558fd5d5c56SAnthony LiguoriS: Maintained
5598d8b636dSPaolo BonziniF: hw/*/stellaris*
560fd5d5c56SAnthony Liguori
561fd5d5c56SAnthony LiguoriVersatile PB
5621ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
563b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
564fd5d5c56SAnthony LiguoriS: Maintained
5658d8b636dSPaolo BonziniF: hw/*/versatile*
566c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
567fd5d5c56SAnthony Liguori
568e3260506SPeter A. G. CrosthwaiteXilinx Zynq
569cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
571b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
572e3260506SPeter A. G. CrosthwaiteS: Maintained
573cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5748d8b636dSPaolo BonziniF: hw/*/cadence_*
575f7e242d6SThomas HuthF: hw/misc/zynq*
576f7e242d6SThomas HuthF: include/hw/misc/zynq*
577cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
578e3260506SPeter A. G. Crosthwaite
579137805f5SAlistair FrancisXilinx ZynqMP
580c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
581cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
583137805f5SAlistair FrancisS: Maintained
584cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
585f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
586137805f5SAlistair Francis
5878f4d260eSShannon ZhaoARM ACPI Subsystem
5888f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
589e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
590b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5918f4d260eSShannon ZhaoS: Maintained
5928f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5938f4d260eSShannon Zhao
594a1f8193bSAlistair FrancisSTM32F205
595a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
596a1f8193bSAlistair FrancisS: Maintained
597a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
598a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
599a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
600a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
601a1f8193bSAlistair FrancisF: hw/adc/*
602a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6030e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
604a1f8193bSAlistair Francis
605a1f8193bSAlistair FrancisNetduino 2
606a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
607a1f8193bSAlistair FrancisS: Maintained
608a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
609a1f8193bSAlistair Francis
610670bc4cbSSubbaraya SundeepSmartFusion2
611670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
612670bc4cbSSubbaraya SundeepS: Maintained
613670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
614670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
615670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
616670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
617670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
618670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
619670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
620670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
621670bc4cbSSubbaraya Sundeep
622670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
623670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
624670bc4cbSSubbaraya SundeepS: Maintained
625670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
626670bc4cbSSubbaraya Sundeep
627fd5d5c56SAnthony LiguoriCRIS Machines
628fd5d5c56SAnthony Liguori-------------
629fd5d5c56SAnthony LiguoriAxis Dev88
630fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
631fd5d5c56SAnthony LiguoriS: Maintained
6328d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6336e481d57SPeter MaydellF: hw/*/etraxfs_*.c
634fd5d5c56SAnthony Liguori
63507bf23a7SMichael WalleLM32 Machines
63607bf23a7SMichael Walle-------------
63707bf23a7SMichael WalleEVR32 and uclinux BSP
63807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
63907bf23a7SMichael WalleS: Maintained
6408d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
64107bf23a7SMichael Walle
642d118aa6bSMichael Wallemilkymist
643d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
644d118aa6bSMichael WalleS: Maintained
6458d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
646d118aa6bSMichael Walle
647afcacd53SAurelien JarnoM68K Machines
648fd5d5c56SAnthony Liguori-------------
649fd5d5c56SAnthony Liguorian5206
6505baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6515baf2741SThomas HuthS: Odd Fixes
6528d8b636dSPaolo BonziniF: hw/m68k/an5206.c
653e9a56114SThomas HuthF: hw/m68k/mcf5206.c
654fd5d5c56SAnthony Liguori
655fd5d5c56SAnthony Liguorimcf5208
6565baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6575baf2741SThomas HuthS: Odd Fixes
6588d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
659e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
660e9a56114SThomas HuthF: hw/char/mcf_uart.c
661e9a56114SThomas HuthF: hw/net/mcf_fec.c
6625baf2741SThomas HuthF: include/hw/m68k/mcf*.h
663fd5d5c56SAnthony Liguori
664fd5d5c56SAnthony LiguoriMicroBlaze Machines
665b6f97c14Sbellard-------------------
666fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
667fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668fd5d5c56SAnthony LiguoriS: Maintained
6696e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
670b6f97c14Sbellard
671d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6724b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
673d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6748d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
675d36e8ce7SPeter A. G. Crosthwaite
676fd5d5c56SAnthony LiguoriMIPS Machines
677fd5d5c56SAnthony Liguori-------------
678fd5d5c56SAnthony LiguoriJazz
679fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
680fd5d5c56SAnthony LiguoriS: Maintained
6818d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
682fd5d5c56SAnthony Liguori
683fd5d5c56SAnthony LiguoriMalta
684fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
685fd5d5c56SAnthony LiguoriS: Maintained
6868d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
687fd5d5c56SAnthony Liguori
688fd5d5c56SAnthony LiguoriMipssim
6890eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
690659f42d8SYongbok KimS: Odd Fixes
6918d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
692659f42d8SYongbok KimF: hw/net/mipsnet.c
693fd5d5c56SAnthony Liguori
694fd5d5c56SAnthony LiguoriR4000
695fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
696fd5d5c56SAnthony LiguoriS: Maintained
6978d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
698fd5d5c56SAnthony Liguori
699659f42d8SYongbok KimFulong 2E
7000eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
701659f42d8SYongbok KimS: Odd Fixes
702659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
703*0170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
704*0170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
705659f42d8SYongbok Kim
706659f42d8SYongbok KimBoston
70794d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
708659f42d8SYongbok KimS: Maintained
709659f42d8SYongbok KimF: hw/core/loader-fit.c
710659f42d8SYongbok KimF: hw/mips/boston.c
711659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
712659f42d8SYongbok Kim
713945dad6dSJia LiuOpenRISC Machines
714945dad6dSJia Liu-----------------
715945dad6dSJia Liuor1k-sim
716945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
717945dad6dSJia LiuS: Maintained
718945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
719945dad6dSJia Liu
720fd5d5c56SAnthony LiguoriPowerPC Machines
721fd5d5c56SAnthony Liguori----------------
722fd5d5c56SAnthony Liguori405
723fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
724a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7259b9fe135SAndreas FärberS: Odd Fixes
7268d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
727fd5d5c56SAnthony Liguori
728aaade8d7SAndreas FärberBamboo
729aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
730aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
731aaade8d7SAndreas FärberS: Odd Fixes
7328d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
733aaade8d7SAndreas Färber
73498cded3aSAndreas Färbere500
73598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
73698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
73798cded3aSAndreas FärberS: Supported
73898cded3aSAndreas FärberF: hw/ppc/e500.[hc]
73998cded3aSAndreas FärberF: hw/ppc/e500plat.c
740b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
741b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
742b5d55020SThomas HuthF: pc-bios/u-boot.e500
74398cded3aSAndreas Färber
74498cded3aSAndreas Färbermpc8544ds
74598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
74698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
74798cded3aSAndreas FärberS: Supported
74898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7498d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
75098cded3aSAndreas Färber
751fd5d5c56SAnthony LiguoriNew World
752fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
753a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
754fd5d5c56SAnthony LiguoriS: Maintained
755baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7566e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7576e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7588d8b636dSPaolo BonziniF: hw/misc/macio/
759b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
760b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
761fd5d5c56SAnthony Liguori
762fd5d5c56SAnthony LiguoriOld World
763fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
764a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
765fd5d5c56SAnthony LiguoriS: Maintained
766baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7676e481d57SPeter MaydellF: hw/pci-host/grackle.c
7688d8b636dSPaolo BonziniF: hw/misc/macio/
769835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
770fd5d5c56SAnthony Liguori
771ec38d398SAndreas FärberPReP
7728178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7739f38774dSAndreas FärberL: qemu-devel@nongnu.org
774a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7758178e89cSHervé PoussineauS: Maintained
77675610155SAndreas FärberF: hw/ppc/prep.c
7778178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7788178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7796e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7800a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
781a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
7821cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
783cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
784a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
785cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
786835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
787fd5d5c56SAnthony Liguori
788300b115cSAndreas FärbersPAPR
789085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7908a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7918a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7928a269ca4SAndreas FärberS: Supported
7938d8b636dSPaolo BonziniF: hw/*/spapr*
794f9de2da7SDavid GibsonF: include/hw/*/spapr*
795f9de2da7SDavid GibsonF: hw/*/xics*
796f9de2da7SDavid GibsonF: include/hw/*/xics*
797f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
798b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
799b5d55020SThomas HuthF: pc-bios/slof.bin
800bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
801b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
802b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
803a70ab357SGreg KurzF: tests/spapr*
804a70ab357SGreg KurzF: tests/libqos/*spapr*
805a70ab357SGreg KurzF: tests/rtas*
806a70ab357SGreg KurzF: tests/libqos/rtas*
8078a269ca4SAndreas Färber
808794d00bfSAndreas Färbervirtex_ml507
809794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
810794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
811794d00bfSAndreas FärberS: Odd Fixes
8126e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
813794d00bfSAndreas Färber
814a9dd6604SBALATON Zoltansam460ex
815a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
816a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
817a9dd6604SBALATON ZoltanS: Maintained
818a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
819a9dd6604SBALATON Zoltan
820fd5d5c56SAnthony LiguoriSH4 Machines
821fd5d5c56SAnthony Liguori------------
822fd5d5c56SAnthony LiguoriR2D
823fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
824fd5d5c56SAnthony LiguoriS: Maintained
8256e481d57SPeter MaydellF: hw/sh4/r2d.c
82681527b94SThomas HuthF: hw/intc/sh_intc.c
82781527b94SThomas HuthF: hw/timer/sh_timer.c
828fd5d5c56SAnthony Liguori
829fd5d5c56SAnthony LiguoriShix
830fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
83181527b94SThomas HuthS: Odd Fixes
8326e481d57SPeter MaydellF: hw/sh4/shix.c
833fd5d5c56SAnthony Liguori
834fd5d5c56SAnthony LiguoriSPARC Machines
835fd5d5c56SAnthony Liguori--------------
836fd5d5c56SAnthony LiguoriSun4m
837f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
838fd5d5c56SAnthony LiguoriS: Maintained
8398d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
840c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
841c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8427098b79eSThomas HuthF: hw/misc/eccmemctl.c
8437098b79eSThomas HuthF: hw/misc/slavio_misc.c
844c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
845c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
846c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
847fd5d5c56SAnthony Liguori
848fd5d5c56SAnthony LiguoriSun4u
849f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
850fd5d5c56SAnthony LiguoriS: Maintained
8518d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
852c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
853fd5d5c56SAnthony Liguori
854a2664ca0SArtyom TarasenkoSun4v
855a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
856a2664ca0SArtyom TarasenkoS: Maintained
857626e4a4bSFam ZhengF: hw/sparc64/niagara.c
858a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
859a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
860a2664ca0SArtyom Tarasenko
861ce6c760cSFabien ChouteauLeon3
862ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
863ce6c760cSFabien ChouteauS: Maintained
8648d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8658d8b636dSPaolo BonziniF: hw/*/grlib*
866c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
867ce6c760cSFabien Chouteau
868fd5d5c56SAnthony LiguoriS390 Machines
869fd5d5c56SAnthony Liguori-------------
870dd4ad64aSCornelia HuckS390 Virtio-ccw
871c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
872b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
873dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
874dd4ad64aSCornelia HuckS: Supported
8750c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8769d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
877c5bfb202SCornelia HuckF: hw/s390x/
8784277af19SCornelia HuckF: include/hw/s390x/
879c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8801e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8811e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8823e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8833e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
884146bd283SCornelia HuckL: qemu-s390x@nongnu.org
885dd4ad64aSCornelia Huck
886304584bfSCornelia HuckS390-ccw Bios
887304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
888304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
889304584bfSCornelia HuckS: Supported
890304584bfSCornelia HuckF: pc-bios/s390-ccw/
891304584bfSCornelia HuckF: pc-bios/s390-ccw.img
892304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
893304584bfSCornelia HuckL: qemu-s390x@nongnu.org
894304584bfSCornelia Huck
895ab9528caSGuan XuetaoUniCore32 Machines
896ab9528caSGuan Xuetao-------------
897ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
898ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
899ab9528caSGuan XuetaoS: Maintained
9008d8b636dSPaolo BonziniF: hw/*/puv3*
901ab9528caSGuan XuetaoF: hw/unicore32/
902ab9528caSGuan Xuetao
903fd5d5c56SAnthony LiguoriX86 Machines
904fd5d5c56SAnthony Liguori------------
905fd5d5c56SAnthony LiguoriPC
906046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9071bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
908fd5d5c56SAnthony LiguoriS: Supported
909046a6486SMichael S. TsirkinF: include/hw/i386/
910046a6486SMichael S. TsirkinF: hw/i386/
911046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
912046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
913046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
914046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
915046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
916046a6486SMichael S. TsirkinF: hw/isa/piix4.c
917046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
918046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
919046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
920046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
921046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
922f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9239cc3b73cSPaolo BonziniF: hw/misc/sga.c
9249cc3b73cSPaolo Bonzini
9259cc3b73cSPaolo BonziniPC Chipset
9269cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9279cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9281732be86SPhilippe Mathieu-DaudéS: Supported
9299cc3b73cSPaolo BonziniF: hw/char/debugcon.c
930bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9319cc3b73cSPaolo BonziniF: hw/char/serial*
9329cc3b73cSPaolo BonziniF: hw/dma/i8257*
9339cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9341732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9359cc3b73cSPaolo BonziniF: hw/intc/apic*
9369cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9379cc3b73cSPaolo BonziniF: hw/intc/i8259*
9381854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9399cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9409cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9419cc3b73cSPaolo BonziniF: hw/timer/hpet*
9429cc3b73cSPaolo BonziniF: hw/timer/i8254*
9439cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
944edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
945866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
946bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
94755f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
948a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
94947973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9501854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
951a2feb348SThomas HuthF: include/hw/timer/hpet.h
952a2feb348SThomas HuthF: include/hw/timer/i8254*
953a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
954046a6486SMichael S. Tsirkin
9555da4fb00SMichael S. TsirkinMachine core
9565da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9575da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9585da4fb00SMichael S. TsirkinS: Supported
9595da4fb00SMichael S. TsirkinF: hw/core/machine.c
960c1629c5cSThomas HuthF: hw/core/null-machine.c
9615da4fb00SMichael S. TsirkinF: include/hw/boards.h
962e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
963fd5d5c56SAnthony Liguori
96416e7caaeSMax FilippovXtensa Machines
96516e7caaeSMax Filippov---------------
966375847a6SMax Filippovsim
96716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
96816e7caaeSMax FilippovS: Maintained
969437a8c11SMax FilippovF: hw/xtensa/sim.c
970375847a6SMax Filippov
971437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
972375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
973375847a6SMax FilippovS: Maintained
974437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
975437a8c11SMax FilippovF: hw/net/opencores_eth.c
97616e7caaeSMax Filippov
977fd5d5c56SAnthony LiguoriDevices
978fd5d5c56SAnthony Liguori-------
979b30934cbSJiri SlabyEDU
980b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
981b30934cbSJiri SlabyS: Maintained
982b30934cbSJiri SlabyF: hw/misc/edu.c
983b30934cbSJiri Slaby
984fd5d5c56SAnthony LiguoriIDE
985c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
986c095348bSJohn SnowL: qemu-block@nongnu.org
987c095348bSJohn SnowS: Supported
9888d8b636dSPaolo BonziniF: include/hw/ide.h
989c9f7acd5SThomas HuthF: include/hw/ide/
990fd5d5c56SAnthony LiguoriF: hw/ide/
991c095348bSJohn SnowF: hw/block/block.c
992c095348bSJohn SnowF: hw/block/cdrom.c
993c095348bSJohn SnowF: hw/block/hd-geometry.c
994c095348bSJohn SnowF: tests/ide-test.c
995c095348bSJohn SnowF: tests/ahci-test.c
996aee50319SJohn SnowF: tests/libqos/ahci*
997c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
998c095348bSJohn Snow
999caf316baSCorey MinyardIPMI
1000caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1001caf316baSCorey MinyardS: Maintained
1002caf316baSCorey MinyardF: include/hw/ipmi/*
1003caf316baSCorey MinyardF: hw/ipmi/*
1004caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1005caf316baSCorey MinyardF: tests/ipmi*
1006caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1007caf316baSCorey Minyard
1008c095348bSJohn SnowFloppy
1009c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1010c095348bSJohn SnowL: qemu-block@nongnu.org
1011c095348bSJohn SnowS: Supported
1012c095348bSJohn SnowF: hw/block/fdc.c
1013c095348bSJohn SnowF: include/hw/block/fdc.h
1014aee50319SJohn SnowF: tests/fdc-test.c
1015c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1016fd5d5c56SAnthony Liguori
1017f5f487b2SPeter MaydellOMAP
1018f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1019f5f487b2SPeter MaydellS: Maintained
10208d8b636dSPaolo BonziniF: hw/*/omap*
1021ed0db866SThomas HuthF: include/hw/arm/omap.h
1022f5f487b2SPeter Maydell
102328d54e58SPaolo BonziniIPack
102428d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
102528d54e58SPaolo BonziniS: Odd Fixes
102628d54e58SPaolo BonziniF: hw/char/ipoctal232.c
102728d54e58SPaolo BonziniF: hw/ipack/
102828d54e58SPaolo Bonzini
1029fd5d5c56SAnthony LiguoriPCI
1030fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1031874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
1032fd5d5c56SAnthony LiguoriS: Supported
10338d8b636dSPaolo BonziniF: include/hw/pci/*
1034f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1035ca818cfbSMichael S. TsirkinF: hw/pci/*
1036f178bc6bSPaolo BonziniF: hw/pci-bridge/*
103768179923SPhilippe Mathieu-DaudéF: docs/pci*
103868179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1039534fd814SFam ZhengF: default-configs/pci.mak
10400e0b3592SMichael S. Tsirkin
1041d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10420e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10430e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10440e0b3592SMichael S. TsirkinS: Supported
10450e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1046d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10470e0b3592SMichael S. TsirkinF: hw/mem/*
10488d8b636dSPaolo BonziniF: hw/acpi/*
1049d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10500e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10510e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10523248f1b4SBen WarrenF: tests/bios-tables-test.c
10533248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1054fd5d5c56SAnthony Liguori
1055aaade8d7SAndreas Färberppc4xx
1056aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1057aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1058aaade8d7SAndreas FärberS: Odd Fixes
10598d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1060aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1061b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1062aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1063aaade8d7SAndreas Färber
106498cded3aSAndreas Färberppce500
106598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
106698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
106798cded3aSAndreas FärberS: Supported
10686e481d57SPeter MaydellF: hw/ppc/e500*
1069566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1070566dd236SPaolo BonziniF: hw/net/fsl_etsec/
107198cded3aSAndreas Färber
107261af0ee6SPaolo BonziniCharacter devices
107361af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
107461af0ee6SPaolo BonziniS: Odd Fixes
107561af0ee6SPaolo BonziniF: hw/char/
107661af0ee6SPaolo Bonzini
1077f536f112SPaolo BonziniNetwork devices
1078f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1079f536f112SPaolo BonziniS: Odd Fixes
1080f536f112SPaolo BonziniF: hw/net/
10816061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10826bd7776cSGreg KurzF: tests/virtio-net-test.c
1083f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1084f536f112SPaolo Bonzini
1085fd5d5c56SAnthony LiguoriSCSI
1086de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1087c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1088de7724f7SPaolo BonziniS: Supported
108974460f34SThomas HuthF: include/hw/scsi/*
10908d8b636dSPaolo BonziniF: hw/scsi/*
10916bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10921ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1093de7724f7SPaolo Bonzini
1094fcb5629dSPeter A. G. CrosthwaiteSSI
10954b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1096c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1097fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10988d8b636dSPaolo BonziniF: hw/ssi/*
10998d8b636dSPaolo BonziniF: hw/block/m25p80.c
1100982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11014b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1102982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11034b46ba61SAlistair Francis
11044b46ba61SAlistair FrancisXilinx SPI
1105c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11064b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11074b46ba61SAlistair FrancisS: Maintained
11084b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1109fcb5629dSPeter A. G. Crosthwaite
1110076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1111076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1112076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1113076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1114076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1115076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1116076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1117076a0fc3SPhilippe Mathieu-Daudé
1118fd5d5c56SAnthony LiguoriUSB
11195d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11205d0d62feSGerd HoffmannS: Maintained
11218d8b636dSPaolo BonziniF: hw/usb/*
112228edfce0SGongleiF: tests/usb-*-test.c
1123beded0ffSThomas HuthF: docs/usb2.txt
1124beded0ffSThomas HuthF: docs/usb-storage.txt
1125beded0ffSThomas HuthF: include/hw/usb.h
1126beded0ffSThomas HuthF: include/hw/usb/
1127104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1128fd5d5c56SAnthony Liguori
1129e26082fdSPaolo BonziniUSB (serial adapter)
1130e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1131e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1132e26082fdSPaolo BonziniS: Maintained
1133e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1134e26082fdSPaolo Bonzini
113592e1fb5eSAlex WilliamsonVFIO
113692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
113792e1fb5eSAlex WilliamsonS: Supported
1138cf7087dbSKim PhillipsF: hw/vfio/*
113999b88c6dSThomas HuthF: include/hw/vfio/
114092e1fb5eSAlex Williamson
11415eb74557SDong Jia Shivfio-ccw
1142c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11435eb74557SDong Jia ShiS: Supported
11445eb74557SDong Jia ShiF: hw/vfio/ccw.c
11455eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11465eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11475eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1148146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11495eb74557SDong Jia Shi
1150fd5d5c56SAnthony Liguorivhost
1151fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1152fd5d5c56SAnthony LiguoriS: Supported
11538d8b636dSPaolo BonziniF: hw/*/*vhost*
115437f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1155fd5d5c56SAnthony Liguori
1156fd5d5c56SAnthony Liguorivirtio
1157a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1158fd5d5c56SAnthony LiguoriS: Supported
11598d8b636dSPaolo BonziniF: hw/*/virtio*
116072fa605dSThomas HuthF: hw/virtio/Makefile.objs
116172fa605dSThomas HuthF: hw/virtio/trace-events
11626a084ea3SMichael S. TsirkinF: net/vhost-user.c
1163494f7b57SThomas HuthF: include/hw/virtio/
11646bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1165fd5d5c56SAnthony Liguori
1166fd5d5c56SAnthony Liguorivirtio-9p
11678c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1168fd5d5c56SAnthony LiguoriS: Supported
1169aebeca25SAndreas FärberF: hw/9pfs/
1170aebeca25SAndreas FärberF: fsdev/
11712d888c09SAndreas FärberF: tests/virtio-9p-test.c
11728c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1173fd5d5c56SAnthony Liguori
1174fd5d5c56SAnthony Liguorivirtio-blk
117554d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1176b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1177fd5d5c56SAnthony LiguoriS: Supported
11788d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1179b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11806bd7776cSGreg KurzF: tests/virtio-blk-test.c
1181b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1182fd5d5c56SAnthony Liguori
1183dd4ad64aSCornelia Huckvirtio-ccw
1184c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1185b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1186dd4ad64aSCornelia HuckS: Supported
1187dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11883e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11893e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1190146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1191dd4ad64aSCornelia Huck
1192a5d4d7b5SGerd Hoffmannvirtio-input
1193a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1194a5d4d7b5SGerd HoffmannS: Maintained
1195a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1196a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1197a5d4d7b5SGerd Hoffmann
1198fd5d5c56SAnthony Liguorivirtio-serial
1199cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1200fd5d5c56SAnthony LiguoriS: Supported
12018d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12028d8b636dSPaolo BonziniF: hw/char/virtio-console.c
120368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12046bd7776cSGreg KurzF: tests/virtio-console-test.c
12056bd7776cSGreg KurzF: tests/virtio-serial-test.c
1206fd5d5c56SAnthony Liguori
12071f51a5cbSAmit Shahvirtio-rng
1208cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12091f51a5cbSAmit ShahS: Supported
12101f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12111f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1212750cf869SThomas HuthF: include/sysemu/rng*.h
12131f51a5cbSAmit ShahF: backends/rng*.c
12146bd7776cSGreg KurzF: tests/virtio-rng-test.c
12151f51a5cbSAmit Shah
12166034011cSGongleivirtio-crypto
12176034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12186034011cSGongleiS: Supported
12196034011cSGongleiF: hw/virtio/virtio-crypto.c
12206034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12216034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12226034011cSGonglei
1223f3c507adSKeith Buschnvme
1224f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1225c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1226f3c507adSKeith BuschS: Supported
1227f3c507adSKeith BuschF: hw/block/nvme*
1228fc967791SAndreas FärberF: tests/nvme-test.c
1229f3c507adSKeith Busch
1230d383c625SHannes Reineckemegasas
12313fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1232c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1233d383c625SHannes ReineckeS: Supported
1234d383c625SHannes ReineckeF: hw/scsi/megasas.c
1235d383c625SHannes ReineckeF: hw/scsi/mfi.h
12363fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1237d383c625SHannes Reinecke
1238605d52e6SDmitry FleytmanNetwork packet abstractions
1239bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1240605d52e6SDmitry FleytmanS: Maintained
1241605d52e6SDmitry FleytmanF: include/net/eth.h
1242605d52e6SDmitry FleytmanF: net/eth.c
1243605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1244605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1245605d52e6SDmitry Fleytman
1246622fb504SDmitry FleytmanVmware
1247bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1248622fb504SDmitry FleytmanS: Maintained
1249622fb504SDmitry FleytmanF: hw/net/vmxnet*
1250622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12515a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1252622fb504SDmitry Fleytman
1253de24d3f1SScott FeldmanRocker
1254de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1255de24d3f1SScott FeldmanS: Maintained
1256de24d3f1SScott FeldmanF: hw/net/rocker/
1257de850948SThomas HuthF: tests/rocker/
1258de850948SThomas HuthF: docs/specs/rocker.txt
1259de24d3f1SScott Feldman
126070d1fb9cSXiao GuangrongNVDIMM
12617a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
126270d1fb9cSXiao GuangrongS: Maintained
126370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
126470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
126570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
126670d1fb9cSXiao Guangrong
1267093454e2SDmitry Fleytmane1000x
1268bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1269093454e2SDmitry FleytmanS: Maintained
1270093454e2SDmitry FleytmanF: hw/net/e1000x*
1271093454e2SDmitry Fleytman
12726f3fbe4eSDmitry Fleytmane1000e
1273bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12746f3fbe4eSDmitry FleytmanS: Maintained
12756f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12766f3fbe4eSDmitry Fleytman
1277ebc2327fSStefan Weileepro100
1278ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1279ebc2327fSStefan WeilS: Maintained
1280ebc2327fSStefan WeilF: hw/net/eepro100.c
1281ebc2327fSStefan Weil
1282e481a1f6SAlistair FrancisGeneric Loader
1283c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1284e481a1f6SAlistair FrancisS: Maintained
1285e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1286e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1287c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1288e481a1f6SAlistair Francis
128987a9023aSThomas HuthCHRP NVRAM
129087a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
129187a9023aSThomas HuthS: Maintained
129287a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
129387a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
129487a9023aSThomas HuthF: tests/prom-env-test.c
129587a9023aSThomas Huth
129642697d88SBen WarrenVM Generation ID
129742697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
129842697d88SBen WarrenS: Maintained
129942697d88SBen WarrenF: hw/acpi/vmgenid.c
130042697d88SBen WarrenF: include/hw/acpi/vmgenid.h
130142697d88SBen WarrenF: docs/specs/vmgenid.txt
130242697d88SBen WarrenF: tests/vmgenid-test.c
130342697d88SBen WarrenF: stubs/vmgenid.c
130442697d88SBen Warren
1305747969dbSPhilippe Mathieu-DaudéUnimplemented device
1306747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1307747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1308747969dbSPhilippe Mathieu-DaudéS: Maintained
1309747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1310747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1311747969dbSPhilippe Mathieu-Daudé
1312fd5d5c56SAnthony LiguoriSubsystems
1313fd5d5c56SAnthony Liguori----------
1314fd5d5c56SAnthony LiguoriAudio
13159f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1316fd5d5c56SAnthony LiguoriS: Maintained
1317fd5d5c56SAnthony LiguoriF: audio/
13188d8b636dSPaolo BonziniF: hw/audio/
1319a2b245aeSThomas HuthF: include/hw/audio/
1320d7b50c0cSAndreas FärberF: tests/ac97-test.c
13218fa74c94SAndreas FärberF: tests/es1370-test.c
1322fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1323fd5d5c56SAnthony Liguori
132417f1e8f5SStefan HajnocziBlock layer core
1325fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1326c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1327c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1328fd5d5c56SAnthony LiguoriS: Supported
1329fd5d5c56SAnthony LiguoriF: block*
1330fd5d5c56SAnthony LiguoriF: block/
13318d8b636dSPaolo BonziniF: hw/block/
13324c346e0bSKevin WolfF: include/block/
133346078760SKevin WolfF: qemu-img*
133446078760SKevin WolfF: qemu-io*
133529242091SKevin WolfF: tests/qemu-iotests/
13368dd30c86SMax ReitzF: util/qemu-progress.c
1337d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1338fd5d5c56SAnthony Liguori
1339d55053b1SStefan HajnocziBlock I/O path
1340d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13419ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1342d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1343d55053b1SStefan HajnocziS: Supported
134436c697bdSPaolo BonziniF: util/async.c
134536c697bdSPaolo BonziniF: util/aio-*.c
1346d55053b1SStefan HajnocziF: block/io.c
1347d55053b1SStefan HajnocziF: migration/block*
1348e1029ae2SFam ZhengF: include/block/aio.h
13490a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1350d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1351d55053b1SStefan Hajnoczi
1352e5b5728cSPaolo BonziniBlock SCSI subsystem
1353e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1354c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1355e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1356e5b5728cSPaolo BonziniS: Supported
1357e5b5728cSPaolo BonziniF: include/scsi/*
1358e5b5728cSPaolo BonziniF: scsi/*
1359e5b5728cSPaolo Bonzini
1360280458a3SJeff CodyBlock Jobs
1361280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1362280458a3SJeff CodyL: qemu-block@nongnu.org
1363280458a3SJeff CodyS: Supported
1364280458a3SJeff CodyF: blockjob.c
1365280458a3SJeff CodyF: include/block/blockjob.h
1366280458a3SJeff CodyF: block/backup.c
1367280458a3SJeff CodyF: block/commit.c
136877346025SJeff CodyF: block/stream.c
1369280458a3SJeff CodyF: block/mirror.c
1370280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1371280458a3SJeff Cody
13724120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13734120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13744120201dSMarkus ArmbrusterS: Supported
13754120201dSMarkus ArmbrusterF: blockdev.c
13764120201dSMarkus ArmbrusterF: block/qapi.c
13774120201dSMarkus ArmbrusterF: qapi/block*.json
1378fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13794120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13804120201dSMarkus Armbruster
1381538193bcSJohn SnowDirty Bitmaps
1382538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1383538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1384538193bcSJohn SnowL: qemu-block@nongnu.org
1385538193bcSJohn SnowS: Supported
1386538193bcSJohn SnowF: util/hbitmap.c
1387538193bcSJohn SnowF: block/dirty-bitmap.c
1388538193bcSJohn SnowF: include/qemu/hbitmap.h
1389538193bcSJohn SnowF: include/block/dirty-bitmap.h
1390538193bcSJohn SnowF: tests/test-hbitmap.c
13915746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1392538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1393538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1394538193bcSJohn Snow
139561af0ee6SPaolo BonziniCharacter device backends
1396da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
139755fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1398fd5d5c56SAnthony LiguoriS: Maintained
1399178fe0aeSMarc-André LureauF: chardev/
14008228e353SMarc-André LureauF: include/chardev/
1401dbeee392SMarkus ArmbrusterF: qapi/char.json
1402fd5d5c56SAnthony Liguori
1403e26082fdSPaolo BonziniCharacter Devices (Braille)
1404e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1405e26082fdSPaolo BonziniS: Maintained
14066b10e573SMarc-André LureauF: chardev/baum.c
1407fd5d5c56SAnthony Liguori
1408e94630d3SMarkus ArmbrusterCommand line option argument parsing
1409e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1410e94630d3SMarkus ArmbrusterS: Supported
1411e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1412e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1413e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1414e94630d3SMarkus ArmbrusterF: util/keyval.c
1415e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1416e94630d3SMarkus Armbruster
14178c413e79SMarkus ArmbrusterCoverity model
14188c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14198c413e79SMarkus ArmbrusterS: Supported
14208c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
14218c413e79SMarkus Armbruster
1422f2ca0524SAndreas FärberCPU
142312b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1424f2ca0524SAndreas FärberS: Supported
1425f2ca0524SAndreas FärberF: qom/cpu.c
14266e481d57SPeter MaydellF: include/qom/cpu.h
1427f2ca0524SAndreas Färber
1428d24b569aSPeter A. G. CrosthwaiteDevice Tree
14294b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1430d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1431d24b569aSPeter A. G. CrosthwaiteS: Maintained
143282407515SThomas HuthF: device_tree.c
143382407515SThomas HuthF: include/sysemu/device_tree.h
1434d24b569aSPeter A. G. Crosthwaite
14353505a22bSMarc-André LureauDump
14363505a22bSMarc-André LureauS: Supported
14373505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14383505a22bSMarc-André LureauF: dump.c
14393505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14403505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14413505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14423505a22bSMarc-André LureauF: include/sysemu/dump.h
14433505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14443505a22bSMarc-André LureauF: stubs/dump.c
14453505a22bSMarc-André Lureau
14464f966768SMarkus ArmbrusterError reporting
14474f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14484f966768SMarkus ArmbrusterS: Supported
14494f966768SMarkus ArmbrusterF: include/qapi/error.h
14504f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14514f966768SMarkus ArmbrusterF: util/error.c
14524f966768SMarkus ArmbrusterF: util/qemu-error.c
14534f966768SMarkus Armbruster
1454fd5d5c56SAnthony LiguoriGDB stub
14555dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1456fd5d5c56SAnthony LiguoriS: Odd Fixes
1457fd5d5c56SAnthony LiguoriF: gdbstub*
1458fd5d5c56SAnthony LiguoriF: gdb-xml/
1459fd5d5c56SAnthony Liguori
146001a9c03cSPaolo BonziniMemory API
146101a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
146201a9c03cSPaolo BonziniS: Supported
146301a9c03cSPaolo BonziniF: include/exec/ioport.h
146401a9c03cSPaolo BonziniF: ioport.c
146501a9c03cSPaolo BonziniF: include/exec/memory.h
14662b1641d0SPaolo BonziniF: include/exec/ram_addr.h
146701a9c03cSPaolo BonziniF: memory.c
146801a9c03cSPaolo BonziniF: include/exec/memory-internal.h
146901a9c03cSPaolo BonziniF: exec.c
147001a9c03cSPaolo Bonzini
14717ee3bf03SGerd HoffmannSPICE
14727ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14737ee3bf03SGerd HoffmannS: Supported
14746e481d57SPeter MaydellF: include/ui/qemu-spice.h
1475438528a3SThomas HuthF: include/ui/spice-display.h
14767ee3bf03SGerd HoffmannF: ui/spice-*.c
14777ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14788d8b636dSPaolo BonziniF: hw/display/qxl*
1479608cfed6SMarkus ArmbrusterF: qapi/ui.json
14807ee3bf03SGerd Hoffmann
1481fd5d5c56SAnthony LiguoriGraphics
148225eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
148325eccc37SGerd HoffmannS: Odd Fixes
1484fd5d5c56SAnthony LiguoriF: ui/
1485e220656cSThomas HuthF: include/ui/
1486608cfed6SMarkus ArmbrusterF: qapi/ui.json
1487fd5d5c56SAnthony Liguori
1488351f1bf6SAndreas FärberCocoa graphics
148930ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1490351f1bf6SAndreas FärberS: Odd Fixes
1491351f1bf6SAndreas FärberF: ui/cocoa.m
1492351f1bf6SAndreas Färber
1493fd5d5c56SAnthony LiguoriMain loop
1494da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1495da26f37aSPaolo BonziniS: Maintained
1496da26f37aSPaolo BonziniF: cpus.c
14973ecb29a3SPaolo BonziniF: util/main-loop.c
14983ecb29a3SPaolo BonziniF: util/qemu-timer.c
1499fd5d5c56SAnthony LiguoriF: vl.c
15000e201d34SMarkus ArmbrusterF: qapi/run-state.json
1501fd5d5c56SAnthony Liguori
15028899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1503c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1504fbb0621aSLuiz CapitulinoS: Maintained
1505fd5d5c56SAnthony LiguoriF: monitor.c
1506c13e9912SThomas HuthF: hmp.[ch]
1507c13e9912SThomas HuthF: hmp-commands*.hx
1508c13e9912SThomas HuthF: include/monitor/hmp-target.h
1509bbcee372SThomas HuthF: tests/test-hmp.c
1510fd5d5c56SAnthony Liguori
1511f536f112SPaolo BonziniNetwork device backends
1512442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1513fd5d5c56SAnthony LiguoriS: Maintained
1514fd5d5c56SAnthony LiguoriF: net/
1515d24b2b1cSThomas HuthF: include/net/
15165fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
15173c0bd37dSMarkus ArmbrusterF: qapi/net.json
1518fd5d5c56SAnthony Liguori
1519aee09bafSVincenzo MaffioneNetmap network backend
1520aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1521aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1522aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1523aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1524aee09bafSVincenzo MaffioneS: Maintained
1525aee09bafSVincenzo MaffioneF: net/netmap.c
1526aee09bafSVincenzo Maffione
15272f54eb98SEduardo HabkostNUMA
15282f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15292f54eb98SEduardo HabkostS: Maintained
15302f54eb98SEduardo HabkostF: numa.c
15312f54eb98SEduardo HabkostF: include/sysemu/numa.h
1532e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15332f54eb98SEduardo Habkost
15344fc264f4SEduardo HabkostHost Memory Backends
15354fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15364fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15374fc264f4SEduardo HabkostS: Maintained
15384fc264f4SEduardo HabkostF: backends/hostmem*.c
15394fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1540e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15414fc264f4SEduardo Habkost
15426034011cSGongleiCryptodev Backends
15436034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15446034011cSGongleiS: Maintained
15456034011cSGongleiF: include/sysemu/cryptodev*.h
15466034011cSGongleiF: backends/cryptodev*.c
15476034011cSGonglei
1548ad904f66SEduardo HabkostPython scripts
1549ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1550ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1551ad904f66SEduardo HabkostS: Odd fixes
1552ad904f66SEduardo HabkostF: scripts/qmp/*
1553ad904f66SEduardo HabkostF: scripts/*.py
1554ad904f66SEduardo HabkostF: tests/*.py
1555ad904f66SEduardo Habkost
15568899b4aeSLuiz CapitulinoQAPI
15579740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15588899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
15599740618cSLuiz CapitulinoS: Supported
15608899b4aeSLuiz CapitulinoF: qapi/
15610311c5bdSMarkus ArmbrusterX: qapi/*.json
1562ac4abb9aSMarkus ArmbrusterF: include/qapi/
1563ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1564ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1565c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1566ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1567e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1568ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1569e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15700311c5bdSMarkus ArmbrusterF: scripts/qapi*
1571c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15729740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15738899b4aeSLuiz Capitulino
15747810d291SLuiz CapitulinoQAPI Schema
15757810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15767810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15777810d291SLuiz CapitulinoS: Supported
15787810d291SLuiz CapitulinoF: qapi-schema.json
15790311c5bdSMarkus ArmbrusterF: qapi/*.json
15809740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15817810d291SLuiz Capitulino
1582f3582ba4SLuiz CapitulinoQObject
1583daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1584daf5dc78SMarkus ArmbrusterS: Supported
1585f3582ba4SLuiz CapitulinoF: qobject/
15867735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15877735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1588a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15897735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
159001b2ffceSMarc-André LureauF: tests/check-qnum.c
15917735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15927735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15937735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1594daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1595f3582ba4SLuiz Capitulino
1596f05d9999SMichael RothQEMU Guest Agent
1597f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1598f05d9999SMichael RothS: Maintained
1599f05d9999SMichael RothF: qga/
1600ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1601ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1602ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1603ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1604f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1605f05d9999SMichael Roth
16064688c94cSAndreas FärberQOM
16074688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16084688c94cSAndreas FärberS: Supported
16094688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16104688c94cSAndreas FärberF: include/qom/
16114688c94cSAndreas FärberX: include/qom/cpu.h
16124688c94cSAndreas FärberF: qom/
16134688c94cSAndreas FärberX: qom/cpu.c
16149f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
16159f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
16164688c94cSAndreas FärberF: tests/qom-test.c
16174688c94cSAndreas Färber
16188899b4aeSLuiz CapitulinoQMP
16199740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16209740618cSLuiz CapitulinoS: Supported
16218899b4aeSLuiz CapitulinoF: qmp.c
16228899b4aeSLuiz CapitulinoF: monitor.c
1623c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
16249740618cSLuiz CapitulinoF: scripts/qmp/
1625f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
16269740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16278899b4aeSLuiz Capitulino
1628cc0100f4SAlistair FrancisRegister API
1629c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1630cc0100f4SAlistair FrancisS: Maintained
1631cc0100f4SAlistair FrancisF: hw/core/register.c
1632cc0100f4SAlistair FrancisF: include/hw/register.h
163306a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1634cc0100f4SAlistair Francis
1635fd5d5c56SAnthony LiguoriSLIRP
1636eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1637bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1638bafc72abSJan KiszkaS: Maintained
1639fd5d5c56SAnthony LiguoriF: slirp/
1640663fb1e1SThomas HuthF: net/slirp.c
1641d24b2b1cSThomas HuthF: include/net/slirp.h
16421ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1643fd5d5c56SAnthony Liguori
1644b1ed728aSPaolo BonziniStubs
1645b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1646b1ed728aSPaolo BonziniS: Maintained
1647b1ed728aSPaolo BonziniF: stubs/
1648b1ed728aSPaolo Bonzini
1649598a3f35SStefan HajnocziTracing
16501cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1651598a3f35SStefan HajnocziS: Maintained
1652598a3f35SStefan HajnocziF: trace/
1653f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1654f70fd8fdSLluís VilanovaF: scripts/tracetool/
1655c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
16561ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1657598a3f35SStefan Hajnoczi
16583859b6cfSMarkus ArmbrusterTPM
16596b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
16606b4f250bSStefan BergerS: Maintained
16613859b6cfSMarkus ArmbrusterF: tpm.c
1662c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16633859b6cfSMarkus ArmbrusterF: hw/tpm/*
16643859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16653859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16663859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16676b4f250bSStefan BergerF: backends/tpm.c
1668adb0e917SStefan BergerF: tests/*tpm*
1669d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16703859b6cfSMarkus Armbruster
167114f40fdcSBlue SwirlCheckpatch
167214f40fdcSBlue SwirlS: Odd Fixes
167314f40fdcSBlue SwirlF: scripts/checkpatch.pl
167414f40fdcSBlue Swirl
1675c0787c8dSJuan QuintelaMigration
1676c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1677d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1678c0787c8dSJuan QuintelaS: Maintained
1679c0787c8dSJuan QuintelaF: include/migration/
168044a1f946SDr. David Alan GilbertF: migration/
1681c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1682c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16832656bfd9SJuan QuintelaF: tests/migration-test.c
1684c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
168548685a8eSMarkus ArmbrusterF: qapi/migration.json
1686c0787c8dSJuan Quintela
168792bfedb0SEduardo OtuboSeccomp
1688064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
168992bfedb0SEduardo OtuboS: Supported
169092bfedb0SEduardo OtuboF: qemu-seccomp.c
169192bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
169292bfedb0SEduardo Otubo
1693ddbb0d09SDaniel P. BerrangeCryptography
1694ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1695ddbb0d09SDaniel P. BerrangeS: Maintained
1696ddbb0d09SDaniel P. BerrangeF: crypto/
1697ddbb0d09SDaniel P. BerrangeF: include/crypto/
1698ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16993947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1700899833cdSDaniel P. BerrangeF: qemu.sasl
1701ddbb0d09SDaniel P. Berrange
170210817bf0SDaniel P. BerrangeCoroutines
170310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
170410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
170510817bf0SDaniel P. BerrangeF: util/*coroutine*
170610817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
170710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
170810817bf0SDaniel P. Berrange
170988c5f205SDaniel P. BerrangeBuffers
171088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
171188c5f205SDaniel P. BerrangeS: Odd fixes
171288c5f205SDaniel P. BerrangeF: util/buffer.c
171388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
171488c5f205SDaniel P. Berrange
1715666a3af9SDaniel P. BerrangeI/O Channels
1716666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1717666a3af9SDaniel P. BerrangeS: Maintained
1718666a3af9SDaniel P. BerrangeF: io/
1719666a3af9SDaniel P. BerrangeF: include/io/
1720666a3af9SDaniel P. BerrangeF: tests/test-io-*
1721666a3af9SDaniel P. Berrange
17225614a283SGerd HoffmannSockets
17235614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
17245614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
17255614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
17265614a283SGerd HoffmannS: Maintained
17275614a283SGerd HoffmannF: include/qemu/sockets.h
17285614a283SGerd HoffmannF: util/qemu-sockets.c
1729a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
17305614a283SGerd Hoffmann
1731d310d85bSAlberto GarciaThrottling infrastructure
1732d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1733d310d85bSAlberto GarciaS: Supported
1734d310d85bSAlberto GarciaF: block/throttle-groups.c
1735d310d85bSAlberto GarciaF: include/block/throttle-groups.h
173689603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1737d310d85bSAlberto GarciaF: util/throttle.c
173889603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
173989603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1740d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1741d310d85bSAlberto Garcia
1742080d7aacSFam ZhengUUID
1743080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1744080d7aacSFam ZhengS: Supported
1745080d7aacSFam ZhengF: util/uuid.c
1746080d7aacSFam ZhengF: include/qemu/uuid.h
1747080d7aacSFam ZhengF: tests/test-uuid.c
1748080d7aacSFam Zheng
1749a4cc318eSzhanghailiangCOLO Framework
1750a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1751a4cc318eSzhanghailiangS: Maintained
1752a4cc318eSzhanghailiangF: migration/colo*
1753a4cc318eSzhanghailiangF: include/migration/colo.h
1754a4cc318eSzhanghailiangF: include/migration/failover.h
1755a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1756a4cc318eSzhanghailiang
175788f82ed1SZhang ChenCOLO Proxy
1758b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
175988f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
176088f82ed1SZhang ChenS: Supported
176188f82ed1SZhang ChenF: docs/colo-proxy.txt
176288f82ed1SZhang ChenF: net/colo*
176388f82ed1SZhang ChenF: net/filter-rewriter.c
176488f82ed1SZhang ChenF: net/filter-mirror.c
176588f82ed1SZhang Chen
176662258201SPavel DovgalyukRecord/replay
176762258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
176862258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
176970b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
177062258201SPavel DovgalyukS: Supported
177162258201SPavel DovgalyukF: replay/*
177262258201SPavel DovgalyukF: block/blkreplay.c
177362258201SPavel DovgalyukF: net/filter-replay.c
177462258201SPavel DovgalyukF: include/sysemu/replay.h
177562258201SPavel DovgalyukF: docs/replay.txt
177662258201SPavel DovgalyukF: stubs/replay.c
177762258201SPavel Dovgalyuk
1778fd5d5c56SAnthony LiguoriUsermode Emulation
1779fd5d5c56SAnthony Liguori------------------
1780486bbe5fSPaolo BonziniOverall
1781486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1782486bbe5fSPaolo BonziniS: Maintained
1783486bbe5fSPaolo BonziniF: thunk.c
178458410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1785486bbe5fSPaolo Bonzini
1786fd5d5c56SAnthony LiguoriBSD user
1787297e8005SMarkus ArmbrusterS: Orphan
1788fd5d5c56SAnthony LiguoriF: bsd-user/
1789ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1790fd5d5c56SAnthony Liguori
1791fd5d5c56SAnthony LiguoriLinux user
1792fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1793ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1794fd5d5c56SAnthony LiguoriS: Maintained
1795fd5d5c56SAnthony LiguoriF: linux-user/
1796ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1797e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
179842f5a7e9SAurelien Jarno
179942f5a7e9SAurelien JarnoTiny Code Generator (TCG)
180042f5a7e9SAurelien Jarno-------------------------
180142f5a7e9SAurelien JarnoCommon code
1802cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
180342f5a7e9SAurelien JarnoS: Maintained
180442f5a7e9SAurelien JarnoF: tcg/
180542f5a7e9SAurelien Jarno
1806b25a464cSClaudio FontanaAArch64 target
1807b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1808b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1809b25a464cSClaudio FontanaS: Maintained
1810b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1811b25a464cSClaudio FontanaF: tcg/aarch64/
1812c17652eeSPaolo BonziniF: disas/arm-a64.cc
1813c17652eeSPaolo BonziniF: disas/libvixl/
1814b25a464cSClaudio Fontana
181542f5a7e9SAurelien JarnoARM target
181642f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
181742f5a7e9SAurelien JarnoS: Maintained
1818b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
181942f5a7e9SAurelien JarnoF: tcg/arm/
1820c17652eeSPaolo BonziniF: disas/arm.c
182142f5a7e9SAurelien Jarno
182242f5a7e9SAurelien Jarnoi386 target
18235dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
182442f5a7e9SAurelien JarnoS: Maintained
182542f5a7e9SAurelien JarnoF: tcg/i386/
1826c17652eeSPaolo BonziniF: disas/i386.c
182742f5a7e9SAurelien Jarno
182842f5a7e9SAurelien JarnoMIPS target
1829d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
183042f5a7e9SAurelien JarnoS: Maintained
183142f5a7e9SAurelien JarnoF: tcg/mips/
1832c17652eeSPaolo BonziniF: disas/mips.c
183342f5a7e9SAurelien Jarno
183442f5a7e9SAurelien JarnoPPC
183515610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
183615610d42SPranith KumarS: Odd Fixes
183742f5a7e9SAurelien JarnoF: tcg/ppc/
1838c17652eeSPaolo BonziniF: disas/ppc.c
183942f5a7e9SAurelien Jarno
184042f5a7e9SAurelien JarnoS390 target
184142f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
184242f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
184342f5a7e9SAurelien JarnoS: Maintained
184442f5a7e9SAurelien JarnoF: tcg/s390/
1845c17652eeSPaolo BonziniF: disas/s390.c
1846146bd283SCornelia HuckL: qemu-s390x@nongnu.org
184742f5a7e9SAurelien Jarno
184842f5a7e9SAurelien JarnoSPARC target
1849297e8005SMarkus ArmbrusterS: Odd Fixes
185042f5a7e9SAurelien JarnoF: tcg/sparc/
1851c17652eeSPaolo BonziniF: disas/sparc.c
1852bc75c9e5SStefan Weil
1853bc75c9e5SStefan WeilTCI target
1854bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1855bc75c9e5SStefan WeilS: Maintained
18568ef9cd55SAndreas FärberF: tcg/tci/
1857752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1858c17652eeSPaolo BonziniF: disas/tci.c
1859aa09c951SAndreas Färber
1860f05b328cSStefan HajnocziBlock drivers
1861f05b328cSStefan Hajnoczi-------------
1862f05b328cSStefan HajnocziVMDK
1863f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1864c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1865f05b328cSStefan HajnocziS: Supported
1866f05b328cSStefan HajnocziF: block/vmdk.c
1867f05b328cSStefan Hajnoczi
1868f05b328cSStefan HajnocziRBD
18695a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1870280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1871280458a3SJeff CodyL: qemu-block@nongnu.org
1872f05b328cSStefan HajnocziS: Supported
1873f05b328cSStefan HajnocziF: block/rbd.c
1874280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1875f05b328cSStefan Hajnoczi
1876f05b328cSStefan HajnocziSheepdog
187753b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1878f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1879280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1880280458a3SJeff CodyL: qemu-block@nongnu.org
1881dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1882f05b328cSStefan HajnocziS: Supported
1883f05b328cSStefan HajnocziF: block/sheepdog.c
1884280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1885f05b328cSStefan Hajnoczi
1886f05b328cSStefan HajnocziVHDX
1887f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1888280458a3SJeff CodyL: qemu-block@nongnu.org
1889f05b328cSStefan HajnocziS: Supported
1890f05b328cSStefan HajnocziF: block/vhdx*
1891280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1892f05b328cSStefan Hajnoczi
1893f05b328cSStefan HajnocziVDI
1894f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1895c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1896f05b328cSStefan HajnocziS: Maintained
1897f05b328cSStefan HajnocziF: block/vdi.c
1898f05b328cSStefan Hajnoczi
1899f05b328cSStefan HajnocziiSCSI
1900f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1901f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1902f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1903c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1904f05b328cSStefan HajnocziS: Supported
1905f05b328cSStefan HajnocziF: block/iscsi.c
19062deb63c2SPeter LievenF: block/iscsi-opts.c
1907f05b328cSStefan Hajnoczi
190899c62e70SEric BlakeNetwork Block Device (NBD)
190999c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
191099c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
191199c62e70SEric BlakeL: qemu-block@nongnu.org
191299c62e70SEric BlakeS: Maintained
191399c62e70SEric BlakeF: block/nbd*
191499c62e70SEric BlakeF: nbd/
191599c62e70SEric BlakeF: include/block/nbd*
191699c62e70SEric BlakeF: qemu-nbd.*
191799c62e70SEric BlakeF: blockdev-nbd.c
191899c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
191999c62e70SEric Blake
19206542aa9cSPeter LievenNFS
1921280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
19226542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1923280458a3SJeff CodyL: qemu-block@nongnu.org
19246542aa9cSPeter LievenS: Maintained
19256542aa9cSPeter LievenF: block/nfs.c
1926280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
19276542aa9cSPeter Lieven
1928f05b328cSStefan HajnocziSSH
1929f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1930280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1931280458a3SJeff CodyL: qemu-block@nongnu.org
1932f05b328cSStefan HajnocziS: Supported
1933f05b328cSStefan HajnocziF: block/ssh.c
1934280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1935c9a12e75SChrysostomos Nanakos
1936280458a3SJeff CodyCURL
1937280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1938280458a3SJeff CodyL: qemu-block@nongnu.org
1939280458a3SJeff CodyS: Supported
1940280458a3SJeff CodyF: block/curl.c
1941280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1942280458a3SJeff Cody
1943280458a3SJeff CodyGLUSTER
1944280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1945280458a3SJeff CodyL: qemu-block@nongnu.org
1946280458a3SJeff CodyS: Supported
1947280458a3SJeff CodyF: block/gluster.c
1948280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1949b5e9476cSGonglei
1950199667a8SFam ZhengNull Block Driver
1951199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1952199667a8SFam ZhengL: qemu-block@nongnu.org
1953199667a8SFam ZhengS: Supported
1954199667a8SFam ZhengF: block/null.c
1955199667a8SFam Zheng
1956bdd6a90aSFam ZhengNVMe Block Driver
1957bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1958bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1959bdd6a90aSFam ZhengS: Supported
1960bdd6a90aSFam ZhengF: block/nvme*
1961bdd6a90aSFam Zheng
1962b5e9476cSGongleiBootdevice
1963b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1964b5e9476cSGongleiS: Maintained
1965b5e9476cSGongleiF: bootdevice.c
1966ecdda9e0SAlberto Garcia
1967ecdda9e0SAlberto GarciaQuorum
1968ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1969ecdda9e0SAlberto GarciaS: Supported
1970ecdda9e0SAlberto GarciaF: block/quorum.c
1971ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1972e7c6e631SStefan Hajnoczi
1973e7c6e631SStefan Hajnocziblkverify
1974e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1975e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1976e7c6e631SStefan HajnocziS: Supported
1977e7c6e631SStefan HajnocziF: block/blkverify.c
1978e7c6e631SStefan Hajnoczi
1979e7c6e631SStefan Hajnoczibochs
1980e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1981e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1982e7c6e631SStefan HajnocziS: Supported
1983e7c6e631SStefan HajnocziF: block/bochs.c
1984e7c6e631SStefan Hajnoczi
1985e7c6e631SStefan Hajnoczicloop
1986e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1987e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1988e7c6e631SStefan HajnocziS: Supported
1989e7c6e631SStefan HajnocziF: block/cloop.c
1990e7c6e631SStefan Hajnoczi
1991e7c6e631SStefan Hajnoczidmg
1992e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1993e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1994e7c6e631SStefan HajnocziS: Supported
1995e7c6e631SStefan HajnocziF: block/dmg.c
1996e7c6e631SStefan Hajnoczi
1997e7c6e631SStefan Hajnocziparallels
1998e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1999f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2000e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2001e7c6e631SStefan HajnocziS: Supported
2002e7c6e631SStefan HajnocziF: block/parallels.c
20035746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2004e7c6e631SStefan Hajnoczi
2005e7c6e631SStefan Hajnocziqed
2006e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2007e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2008e7c6e631SStefan HajnocziS: Supported
2009e7c6e631SStefan HajnocziF: block/qed.c
2010e7c6e631SStefan Hajnoczi
2011e7c6e631SStefan Hajnocziraw
2012e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2013e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2014e7c6e631SStefan HajnocziS: Supported
2015e7c6e631SStefan HajnocziF: block/linux-aio.c
2016f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
20172e6fc7ebSEric BlakeF: block/raw-format.c
2018c1bb86cdSEric BlakeF: block/file-posix.c
2019c1bb86cdSEric BlakeF: block/file-win32.c
2020e7c6e631SStefan HajnocziF: block/win32-aio.c
2021e7c6e631SStefan Hajnoczi
2022e7c6e631SStefan Hajnocziqcow2
2023e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2024c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2025e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2026e7c6e631SStefan HajnocziS: Supported
2027e7c6e631SStefan HajnocziF: block/qcow2*
2028b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2029e7c6e631SStefan Hajnoczi
2030e7c6e631SStefan Hajnocziqcow
2031e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2032e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2033e7c6e631SStefan HajnocziS: Supported
2034e7c6e631SStefan HajnocziF: block/qcow.c
2035e7c6e631SStefan Hajnoczi
2036e7c6e631SStefan Hajnocziblkdebug
2037e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2038c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2039e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2040e7c6e631SStefan HajnocziS: Supported
2041e7c6e631SStefan HajnocziF: block/blkdebug.c
2042e7c6e631SStefan Hajnoczi
2043e7c6e631SStefan Hajnoczivpc
2044e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2045e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2046e7c6e631SStefan HajnocziS: Supported
2047e7c6e631SStefan HajnocziF: block/vpc.c
2048e7c6e631SStefan Hajnoczi
2049e7c6e631SStefan Hajnoczivvfat
2050e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2051e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2052e7c6e631SStefan HajnocziS: Supported
2053e7c6e631SStefan HajnocziF: block/vvfat.c
2054abfe4e94SStefan Hajnoczi
2055abfe4e94SStefan HajnocziImage format fuzzer
2056abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2057abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2058abfe4e94SStefan HajnocziS: Supported
2059abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2060717171bdSDaniel P. Berrange
2061049105a3SChanglong XieReplication
2062205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
20633ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2064049105a3SChanglong XieS: Supported
2065049105a3SChanglong XieF: replication*
2066049105a3SChanglong XieF: block/replication.c
2067049105a3SChanglong XieF: tests/test-replication.c
2068049105a3SChanglong XieF: docs/block-replication.txt
2069049105a3SChanglong Xie
2070a3defabbSMarcel ApfelbaumPVRDMA
2071a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2072a3defabbSMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
2073a3defabbSMarcel ApfelbaumS: Maintained
2074a3defabbSMarcel ApfelbaumF: hw/rdma/*
2075a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2076a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2077a3defabbSMarcel Apfelbaum
2078b9e02c06SAlex BennéeBuild and test automation
2079b9e02c06SAlex Bennée-------------------------
20800475a03eSEduardo HabkostBuild and test automation
2081b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2082e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
208332b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2084b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2085e70dc7f8SAlex BennéeS: Maintained
2086b9e02c06SAlex BennéeF: .travis.yml
2087d92d886aSAlex BennéeF: .shippable.yml
2088e70dc7f8SAlex BennéeF: tests/docker/
208918023821SFam ZhengF: tests/vm/
2090e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20912a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2092e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2093717171bdSDaniel P. Berrange
2094717171bdSDaniel P. BerrangeDocumentation
2095717171bdSDaniel P. Berrange-------------
2096717171bdSDaniel P. BerrangeBuild system architecture
2097717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2098717171bdSDaniel P. BerrangeS: Odd Fixes
2099c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
21008a49e97fSFam Zheng
2101aef45d51SDaniel P. BerrangeBuild System
2102aef45d51SDaniel P. Berrange------------
2103aef45d51SDaniel P. BerrangeGIT submodules
2104aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2105aef45d51SDaniel P. BerrangeS: Odd Fixes
2106aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2107