xref: /openbmc/qemu/MAINTAINERS (revision 58d632c7)
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/
130c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
131c17652eeSPaolo BonziniF: disas/alpha.c
132fd5d5c56SAnthony Liguori
133fd5d5c56SAnthony LiguoriARM
1341ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
135b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
136fd5d5c56SAnthony LiguoriS: Maintained
137fcf5ef2aSThomas HuthF: target/arm/
1388d8b636dSPaolo BonziniF: hw/arm/
1398d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
140f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
141c17652eeSPaolo BonziniF: disas/arm.c
142c17652eeSPaolo BonziniF: disas/arm-a64.cc
143c17652eeSPaolo BonziniF: disas/libvixl/
144fd5d5c56SAnthony Liguori
145fd5d5c56SAnthony LiguoriCRIS
146fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
147fd5d5c56SAnthony LiguoriS: Maintained
148fcf5ef2aSThomas HuthF: target/cris/
1498d8b636dSPaolo BonziniF: hw/cris/
150c9b90090SThomas HuthF: include/hw/cris/
151c0bd0b50SPaolo BonziniF: tests/tcg/cris/
152c17652eeSPaolo BonziniF: disas/cris.c
153fd5d5c56SAnthony Liguori
15461766fe9SRichard HendersonHPPA (PA-RISC)
15561766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
15661766fe9SRichard HendersonS: Maintained
15761766fe9SRichard HendersonF: target/hppa/
15861461802SRichard HendersonF: hw/hppa/
15961766fe9SRichard HendersonF: disas/hppa.c
16061766fe9SRichard Henderson
16107bf23a7SMichael WalleLM32
16207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16307bf23a7SMichael WalleS: Maintained
164fcf5ef2aSThomas HuthF: target/lm32/
1654eab7a0aSMichael WalleF: disas/lm32.c
1668d8b636dSPaolo BonziniF: hw/lm32/
1674eab7a0aSMichael WalleF: hw/*/lm32_*
1684eab7a0aSMichael WalleF: hw/*/milkymist-*
1694eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1704eab7a0aSMichael WalleF: include/hw/lm32/
171c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17207bf23a7SMichael Walle
173fd5d5c56SAnthony LiguoriM68K
174595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
175595a926dSLaurent VivierS: Maintained
176fcf5ef2aSThomas HuthF: target/m68k/
177e9a56114SThomas HuthF: disas/m68k.c
178fd5d5c56SAnthony Liguori
179abc07545SEdgar E. IglesiasMicroBlaze
180fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
181fd5d5c56SAnthony LiguoriS: Maintained
182fcf5ef2aSThomas HuthF: target/microblaze/
1838d8b636dSPaolo BonziniF: hw/microblaze/
184c17652eeSPaolo BonziniF: disas/microblaze.c
185fd5d5c56SAnthony Liguori
186fd5d5c56SAnthony LiguoriMIPS
187ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1880eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
1896f640917SLeon AlraeS: Maintained
190fcf5ef2aSThomas HuthF: target/mips/
1918d8b636dSPaolo BonziniF: hw/mips/
1925995db88SThomas HuthF: hw/misc/mips_*
1935995db88SThomas HuthF: hw/intc/mips_gic.c
1945995db88SThomas HuthF: hw/timer/mips_gictimer.c
1955995db88SThomas HuthF: include/hw/mips/
1965995db88SThomas HuthF: include/hw/misc/mips_*
1975995db88SThomas HuthF: include/hw/intc/mips_gic.h
1985995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
199c0bd0b50SPaolo BonziniF: tests/tcg/mips/
200c17652eeSPaolo BonziniF: disas/mips.c
201fd5d5c56SAnthony Liguori
202d15a9c23SAnthony GreenMoxie
203d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
204d15a9c23SAnthony GreenS: Maintained
205fcf5ef2aSThomas HuthF: target/moxie/
206c17652eeSPaolo BonziniF: disas/moxie.c
207a3ccdfb5SThomas HuthF: hw/moxie/
208a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
209d15a9c23SAnthony Green
210e671711cSMarek VasutNiosII
211e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
212e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
213e671711cSMarek VasutS: Maintained
214e671711cSMarek VasutF: target/nios2/
215e671711cSMarek VasutF: hw/nios2/
216e671711cSMarek VasutF: disas/nios2.c
217e671711cSMarek Vasut
218945dad6dSJia LiuOpenRISC
2191d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2201d7cf18dSStafford HorneS: Odd Fixes
221fcf5ef2aSThomas HuthF: target/openrisc/
222945dad6dSJia LiuF: hw/openrisc/
223c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
224945dad6dSJia Liu
225fd5d5c56SAnthony LiguoriPowerPC
226b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
227fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
228a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
229fd5d5c56SAnthony LiguoriS: Maintained
230fcf5ef2aSThomas HuthF: target/ppc/
2318d8b636dSPaolo BonziniF: hw/ppc/
232b5d55020SThomas HuthF: include/hw/ppc/
233c17652eeSPaolo BonziniF: disas/ppc.c
234fd5d5c56SAnthony Liguori
2354dc62b15SMichael ClarkRISC-V
2364dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2374dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2384dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2394dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2404dc62b15SMichael ClarkS: Maintained
2414dc62b15SMichael ClarkF: target/riscv/
2424dc62b15SMichael ClarkF: hw/riscv/
2434dc62b15SMichael ClarkF: include/hw/riscv/
2444dc62b15SMichael ClarkF: disas/riscv.c
2454dc62b15SMichael Clark
246749717a0SAlexander GrafS390
2472b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
248fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
249ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
250fd5d5c56SAnthony LiguoriS: Maintained
251fcf5ef2aSThomas HuthF: target/s390x/
2528d8b636dSPaolo BonziniF: hw/s390x/
253c17652eeSPaolo BonziniF: disas/s390.c
254146bd283SCornelia HuckL: qemu-s390x@nongnu.org
255b6f97c14Sbellard
256fd5d5c56SAnthony LiguoriSH4
257ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2582c9b7d1aSAndreas FärberS: Odd Fixes
259fcf5ef2aSThomas HuthF: target/sh4/
2608d8b636dSPaolo BonziniF: hw/sh4/
261c17652eeSPaolo BonziniF: disas/sh4.c
2628a90f900SThomas HuthF: include/hw/sh4/
263fd5d5c56SAnthony Liguori
264fd5d5c56SAnthony LiguoriSPARC
265f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2662c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
267fd5d5c56SAnthony LiguoriS: Maintained
268fcf5ef2aSThomas HuthF: target/sparc/
2698d8b636dSPaolo BonziniF: hw/sparc/
2708d8b636dSPaolo BonziniF: hw/sparc64/
271c17652eeSPaolo BonziniF: disas/sparc.c
272fd5d5c56SAnthony Liguori
273a6ea7b4cSAndreas FärberUniCore32
274a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
275a6ea7b4cSAndreas FärberS: Maintained
276fcf5ef2aSThomas HuthF: target/unicore32/
2778d8b636dSPaolo BonziniF: hw/unicore32/
27847b98d59SThomas HuthF: include/hw/unicore32/
279a6ea7b4cSAndreas Färber
280fd5d5c56SAnthony LiguoriX86
281d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
282d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
283e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
284b203a4baSEduardo HabkostS: Maintained
285fcf5ef2aSThomas HuthF: target/i386/
2868d8b636dSPaolo BonziniF: hw/i386/
287c17652eeSPaolo BonziniF: disas/i386.c
288e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
289fd5d5c56SAnthony Liguori
29016e7caaeSMax FilippovXtensa
29116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
292b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29316e7caaeSMax FilippovS: Maintained
294fcf5ef2aSThomas HuthF: target/xtensa/
2958d8b636dSPaolo BonziniF: hw/xtensa/
296c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2975a6539e6SMax FilippovF: disas/xtensa.c
29816e7caaeSMax Filippov
29948e06fe0SBastian KoppelmannTriCore
30048e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30148e06fe0SBastian KoppelmannS: Maintained
302fcf5ef2aSThomas HuthF: target/tricore/
30348e06fe0SBastian KoppelmannF: hw/tricore/
304d46d14e6SThomas HuthF: include/hw/tricore/
30548e06fe0SBastian Koppelmann
306fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
307fd5d5c56SAnthony Liguori----------------------
308fd5d5c56SAnthony Liguori
309fd5d5c56SAnthony LiguoriOverall
310c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
311fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
312fd5d5c56SAnthony LiguoriS: Supported
313fd5d5c56SAnthony LiguoriF: */kvm.*
3141962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
315a95e9a48SThomas HuthF: include/sysemu/kvm*.h
316fd5d5c56SAnthony Liguori
317ed4659d1SPeter MaydellARM
318ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
319b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
320ed4659d1SPeter MaydellS: Maintained
321fcf5ef2aSThomas HuthF: target/arm/kvm.c
322ed4659d1SPeter Maydell
323a31896c4SJames HoganMIPS
324a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
325a31896c4SJames HoganS: Maintained
326fcf5ef2aSThomas HuthF: target/mips/kvm.c
327a31896c4SJames Hogan
328fd5d5c56SAnthony LiguoriPPC
329fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
330fd5d5c56SAnthony LiguoriS: Maintained
331fcf5ef2aSThomas HuthF: target/ppc/kvm.c
332fd5d5c56SAnthony Liguori
333fd5d5c56SAnthony LiguoriS390
334b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
335c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
336fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
337fd5d5c56SAnthony LiguoriS: Maintained
338fcf5ef2aSThomas HuthF: target/s390x/kvm.c
339040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
340040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
341fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
342fcf5ef2aSThomas HuthF: target/s390x/machine.c
34374b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3444277af19SCornelia HuckF: hw/intc/s390_flic.c
3454277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3464277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
347c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3483e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3493e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
350146bd283SCornelia HuckL: qemu-s390x@nongnu.org
351fd5d5c56SAnthony Liguori
352fd5d5c56SAnthony LiguoriX86
353d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
354fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
355fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
356fd5d5c56SAnthony LiguoriS: Supported
357fcf5ef2aSThomas HuthF: target/i386/kvm.c
358fd5d5c56SAnthony Liguori
3598a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3608a6b0cd7SStefano Stabellini----------------------
3618a6b0cd7SStefano Stabellini
3628a6b0cd7SStefano StabelliniX86
3633623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3643623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3656d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3668a6b0cd7SStefano StabelliniS: Supported
3678a6b0cd7SStefano StabelliniF: */xen*
368d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
369c92451c2SPaolo BonziniF: hw/char/xen_console.c
370c92451c2SPaolo BonziniF: hw/display/xenfb.c
371c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3729027ac50SStefano StabelliniF: hw/block/xen_*
373c92451c2SPaolo BonziniF: hw/xen/
374c92451c2SPaolo BonziniF: hw/xenpv/
3759027ac50SStefano StabelliniF: hw/i386/xen/
376c92451c2SPaolo BonziniF: include/hw/xen/
3779027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3788a6b0cd7SStefano Stabellini
3791bdd6874SStefan WeilHosts:
3801bdd6874SStefan Weil------
3811bdd6874SStefan Weil
3821bdd6874SStefan WeilLINUX
3831bdd6874SStefan WeilL: qemu-devel@nongnu.org
3841bdd6874SStefan WeilS: Maintained
3851bdd6874SStefan WeilF: linux-*
3861bdd6874SStefan WeilF: linux-headers/
3871bdd6874SStefan Weil
3881bdd6874SStefan WeilPOSIX
3891bdd6874SStefan WeilL: qemu-devel@nongnu.org
3901bdd6874SStefan WeilS: Maintained
3911bdd6874SStefan WeilF: *posix*
3921bdd6874SStefan Weil
3933c2bdbc1SKamil RytarowskiNETBSD
3943c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3953c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3963c2bdbc1SKamil RytarowskiS: Maintained
3971b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3983c2bdbc1SKamil Rytarowski
3990a773d55SBrad SmithOPENBSD
4000a773d55SBrad SmithL: qemu-devel@nongnu.org
4010a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4020a773d55SBrad SmithS: Maintained
4030a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4040a773d55SBrad Smith
4051bdd6874SStefan WeilW32, W64
4061bdd6874SStefan WeilL: qemu-devel@nongnu.org
4071bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4081bdd6874SStefan WeilS: Maintained
4091bdd6874SStefan WeilF: *win32*
41003972660SThomas HuthF: */*win32*
41103972660SThomas HuthF: include/*/*win32*
41203972660SThomas HuthX: qga/*win32*
413885bdc95SStefan WeilF: qemu.nsi
4141bdd6874SStefan Weil
415b250d04aSPhilippe Mathieu-DaudéAlpha Machines
416b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
417b250d04aSPhilippe Mathieu-DaudéS: Maintained
418b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4197bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
420b250d04aSPhilippe Mathieu-Daudé
421fd5d5c56SAnthony LiguoriARM Machines
422fd5d5c56SAnthony Liguori------------
42384291fe7SliguangAllwinner-a10
42485b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
425b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
42684291fe7SliguangS: Maintained
42785b4d5daSBeniamino GalvaniF: hw/*/allwinner*
42885b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
42984291fe7SliguangF: hw/arm/cubieboard.c
43084291fe7Sliguang
431e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
43206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43406271000SPaolo BonziniS: Maintained
43506271000SPaolo BonziniF: hw/char/pl011.c
436c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
43706271000SPaolo BonziniF: hw/display/pl110*
43806271000SPaolo BonziniF: hw/dma/pl080.c
43906271000SPaolo BonziniF: hw/dma/pl330.c
44006271000SPaolo BonziniF: hw/gpio/pl061.c
44106271000SPaolo BonziniF: hw/input/pl050.c
44206271000SPaolo BonziniF: hw/intc/pl190.c
44306271000SPaolo BonziniF: hw/sd/pl181.c
44406271000SPaolo BonziniF: hw/timer/pl031.c
44506271000SPaolo BonziniF: include/hw/arm/primecell.h
446e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
447e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
448e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
449e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
4500d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4510d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
45206271000SPaolo Bonzini
45306271000SPaolo BonziniARM cores
45406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
455b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
45606271000SPaolo BonziniS: Maintained
45706271000SPaolo BonziniF: hw/intc/arm*
45806271000SPaolo BonziniF: hw/intc/gic_internal.h
45906271000SPaolo BonziniF: hw/misc/a9scu.c
46006271000SPaolo BonziniF: hw/misc/arm11scu.c
46106271000SPaolo BonziniF: hw/timer/a9gtimer*
462c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
463c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
46406271000SPaolo BonziniF: include/hw/intc/arm*
46506271000SPaolo BonziniF: include/hw/misc/a9scu.h
46606271000SPaolo BonziniF: include/hw/misc/arm11scu.h
46706271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
46806271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
469c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
470c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
47106271000SPaolo Bonzini
472fc63dcffSEvgeny VoevodinExynos
473f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
474b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
475fc63dcffSEvgeny VoevodinS: Maintained
4768d8b636dSPaolo BonziniF: hw/*/exynos*
477ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
478fc63dcffSEvgeny Voevodin
479766fd09fSMark LangsdorfCalxeda Highbank
4809ef137caSRob HerringM: Rob Herring <robh@kernel.org>
481b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4829ef137caSRob HerringS: Maintained
4838d8b636dSPaolo BonziniF: hw/arm/highbank.c
4848d8b636dSPaolo BonziniF: hw/net/xgmac.c
485766fd09fSMark Langsdorf
4869082f121SAntony PavlovCanon DIGIC
4879082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
488b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4899082f121SAntony PavlovS: Maintained
4909082f121SAntony PavlovF: include/hw/arm/digic.h
4919082f121SAntony PavlovF: hw/*/digic*
4929082f121SAntony Pavlov
493fd5d5c56SAnthony LiguoriGumstix
4945dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
495b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
496fd5d5c56SAnthony LiguoriS: Orphan
4978d8b636dSPaolo BonziniF: hw/arm/gumstix.c
498fd5d5c56SAnthony Liguori
4990325559dSPeter Chubbi.MX31
5000325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
501b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5020325559dSPeter ChubbS: Odd fixes
5038d8b636dSPaolo BonziniF: hw/*/imx*
504f7e242d6SThomas HuthF: include/hw/*/imx*
5058d8b636dSPaolo BonziniF: hw/arm/kzm.c
506ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5070325559dSPeter Chubb
508fd5d5c56SAnthony LiguoriIntegrator CP
5091ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
510b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
511fd5d5c56SAnthony LiguoriS: Maintained
5128d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
513f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
514fd5d5c56SAnthony Liguori
515e5a6a6e6SPeter MaydellMPS2
516e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
517e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
518e5a6a6e6SPeter MaydellS: Maintained
519e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5200d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5210d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5220d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5230d4a7551SPeter MaydellF: hw/arm/iotkit.c
5240d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
525e5a6a6e6SPeter Maydell
526fd5d5c56SAnthony LiguoriMusicpal
527fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
528b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
529fd5d5c56SAnthony LiguoriS: Maintained
5308d8b636dSPaolo BonziniF: hw/arm/musicpal.c
531fd5d5c56SAnthony Liguori
532fd5d5c56SAnthony LiguorinSeries
533fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
534b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
535fd5d5c56SAnthony LiguoriS: Maintained
5368d8b636dSPaolo BonziniF: hw/arm/nseries.c
537fd5d5c56SAnthony Liguori
538fd5d5c56SAnthony LiguoriPalm
539fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
540b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
541fd5d5c56SAnthony LiguoriS: Maintained
5428d8b636dSPaolo BonziniF: hw/arm/palm.c
543fd5d5c56SAnthony Liguori
544fd5d5c56SAnthony LiguoriReal View
5451ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
546b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
547fd5d5c56SAnthony LiguoriS: Maintained
5488d8b636dSPaolo BonziniF: hw/arm/realview*
549f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5505ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5515ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
552fd5d5c56SAnthony Liguori
5539b31bff0SPaolo BonziniPXA2XX
554fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
555b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
556fd5d5c56SAnthony LiguoriS: Maintained
5579b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5588d8b636dSPaolo BonziniF: hw/arm/spitz.c
5599b31bff0SPaolo BonziniF: hw/arm/tosa.c
5609b31bff0SPaolo BonziniF: hw/arm/z2.c
5619b31bff0SPaolo BonziniF: hw/*/pxa2xx*
562f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
563ed0db866SThomas HuthF: include/hw/arm/pxa.h
564fd5d5c56SAnthony Liguori
565fd5d5c56SAnthony LiguoriStellaris
5661ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
567b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
568fd5d5c56SAnthony LiguoriS: Maintained
5698d8b636dSPaolo BonziniF: hw/*/stellaris*
570fd5d5c56SAnthony Liguori
571fd5d5c56SAnthony LiguoriVersatile PB
5721ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
573b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
574fd5d5c56SAnthony LiguoriS: Maintained
5758d8b636dSPaolo BonziniF: hw/*/versatile*
576c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
577fd5d5c56SAnthony Liguori
578e3260506SPeter A. G. CrosthwaiteXilinx Zynq
579cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
580c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
581b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
582e3260506SPeter A. G. CrosthwaiteS: Maintained
583cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5848d8b636dSPaolo BonziniF: hw/*/cadence_*
585f7e242d6SThomas HuthF: hw/misc/zynq*
586f7e242d6SThomas HuthF: include/hw/misc/zynq*
587cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
588e3260506SPeter A. G. Crosthwaite
589137805f5SAlistair FrancisXilinx ZynqMP
590c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
591cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
592b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
593137805f5SAlistair FrancisS: Maintained
594cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
595f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
596137805f5SAlistair Francis
5978f4d260eSShannon ZhaoARM ACPI Subsystem
5988f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
599e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
600b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6018f4d260eSShannon ZhaoS: Maintained
6028f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6038f4d260eSShannon Zhao
604a1f8193bSAlistair FrancisSTM32F205
605a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
606a1f8193bSAlistair FrancisS: Maintained
607a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
608a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
609a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
610a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
611a1f8193bSAlistair FrancisF: hw/adc/*
612a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6130e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
614a1f8193bSAlistair Francis
615a1f8193bSAlistair FrancisNetduino 2
616a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
617a1f8193bSAlistair FrancisS: Maintained
618a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
619a1f8193bSAlistair Francis
620670bc4cbSSubbaraya SundeepSmartFusion2
621670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
622670bc4cbSSubbaraya SundeepS: Maintained
623670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
624670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
625670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
626670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
627670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
628670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
629670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
630670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
631670bc4cbSSubbaraya Sundeep
632670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
633670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
634670bc4cbSSubbaraya SundeepS: Maintained
635670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
636670bc4cbSSubbaraya Sundeep
637fd5d5c56SAnthony LiguoriCRIS Machines
638fd5d5c56SAnthony Liguori-------------
639fd5d5c56SAnthony LiguoriAxis Dev88
640fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
641fd5d5c56SAnthony LiguoriS: Maintained
6428d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6436e481d57SPeter MaydellF: hw/*/etraxfs_*.c
644fd5d5c56SAnthony Liguori
64507bf23a7SMichael WalleLM32 Machines
64607bf23a7SMichael Walle-------------
64707bf23a7SMichael WalleEVR32 and uclinux BSP
64807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
64907bf23a7SMichael WalleS: Maintained
6508d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
65107bf23a7SMichael Walle
652d118aa6bSMichael Wallemilkymist
653d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
654d118aa6bSMichael WalleS: Maintained
6558d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
656d118aa6bSMichael Walle
657afcacd53SAurelien JarnoM68K Machines
658fd5d5c56SAnthony Liguori-------------
659fd5d5c56SAnthony Liguorian5206
6605baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6615baf2741SThomas HuthS: Odd Fixes
6628d8b636dSPaolo BonziniF: hw/m68k/an5206.c
663e9a56114SThomas HuthF: hw/m68k/mcf5206.c
664fd5d5c56SAnthony Liguori
665fd5d5c56SAnthony Liguorimcf5208
6665baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6675baf2741SThomas HuthS: Odd Fixes
6688d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
669e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
670e9a56114SThomas HuthF: hw/char/mcf_uart.c
671e9a56114SThomas HuthF: hw/net/mcf_fec.c
6725baf2741SThomas HuthF: include/hw/m68k/mcf*.h
673fd5d5c56SAnthony Liguori
674fd5d5c56SAnthony LiguoriMicroBlaze Machines
675b6f97c14Sbellard-------------------
676fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
677fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
678fd5d5c56SAnthony LiguoriS: Maintained
6796e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
680b6f97c14Sbellard
681d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6824b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
683d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6848d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
685d36e8ce7SPeter A. G. Crosthwaite
686fd5d5c56SAnthony LiguoriMIPS Machines
687fd5d5c56SAnthony Liguori-------------
688fd5d5c56SAnthony LiguoriJazz
689fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
690fd5d5c56SAnthony LiguoriS: Maintained
6918d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
692fd5d5c56SAnthony Liguori
693fd5d5c56SAnthony LiguoriMalta
694fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
695fd5d5c56SAnthony LiguoriS: Maintained
6968d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
697fd5d5c56SAnthony Liguori
698fd5d5c56SAnthony LiguoriMipssim
6990eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
700659f42d8SYongbok KimS: Odd Fixes
7018d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
702659f42d8SYongbok KimF: hw/net/mipsnet.c
703fd5d5c56SAnthony Liguori
704fd5d5c56SAnthony LiguoriR4000
705fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
706fd5d5c56SAnthony LiguoriS: Maintained
7078d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
708fd5d5c56SAnthony Liguori
709659f42d8SYongbok KimFulong 2E
7100eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
711659f42d8SYongbok KimS: Odd Fixes
712659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7130170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7140170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
715659f42d8SYongbok Kim
716659f42d8SYongbok KimBoston
71794d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
718659f42d8SYongbok KimS: Maintained
719659f42d8SYongbok KimF: hw/core/loader-fit.c
720659f42d8SYongbok KimF: hw/mips/boston.c
721659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
722659f42d8SYongbok Kim
723945dad6dSJia LiuOpenRISC Machines
724945dad6dSJia Liu-----------------
725945dad6dSJia Liuor1k-sim
726945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
727945dad6dSJia LiuS: Maintained
728945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
729945dad6dSJia Liu
730fd5d5c56SAnthony LiguoriPowerPC Machines
731fd5d5c56SAnthony Liguori----------------
732fd5d5c56SAnthony Liguori405
733fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
734a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7359b9fe135SAndreas FärberS: Odd Fixes
7368d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
737fd5d5c56SAnthony Liguori
738aaade8d7SAndreas FärberBamboo
739aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
740aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
741aaade8d7SAndreas FärberS: Odd Fixes
7428d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
743aaade8d7SAndreas Färber
74498cded3aSAndreas Färbere500
74598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
74698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
74798cded3aSAndreas FärberS: Supported
74898cded3aSAndreas FärberF: hw/ppc/e500.[hc]
74998cded3aSAndreas FärberF: hw/ppc/e500plat.c
750b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
751b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
752b5d55020SThomas HuthF: pc-bios/u-boot.e500
75398cded3aSAndreas Färber
75498cded3aSAndreas Färbermpc8544ds
75598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
75698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
75798cded3aSAndreas FärberS: Supported
75898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7598d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
76098cded3aSAndreas Färber
761fd5d5c56SAnthony LiguoriNew World
762fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
763a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
764fd5d5c56SAnthony LiguoriS: Maintained
765baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7666e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7676e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7688d8b636dSPaolo BonziniF: hw/misc/macio/
7696ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
770b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
771eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
7726ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
773eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
774fd5d5c56SAnthony Liguori
775fd5d5c56SAnthony LiguoriOld World
776fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
777a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
778fd5d5c56SAnthony LiguoriS: Maintained
779baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7806e481d57SPeter MaydellF: hw/pci-host/grackle.c
7818d8b636dSPaolo BonziniF: hw/misc/macio/
782835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
783fd5d5c56SAnthony Liguori
784ec38d398SAndreas FärberPReP
7858178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7869f38774dSAndreas FärberL: qemu-devel@nongnu.org
787a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7888178e89cSHervé PoussineauS: Maintained
78975610155SAndreas FärberF: hw/ppc/prep.c
7908178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7918178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7926e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7930a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
794a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
7951cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
796cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
797a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
798cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
799835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
800fd5d5c56SAnthony Liguori
801300b115cSAndreas FärbersPAPR
802085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8038a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8048a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8058a269ca4SAndreas FärberS: Supported
8068d8b636dSPaolo BonziniF: hw/*/spapr*
807f9de2da7SDavid GibsonF: include/hw/*/spapr*
808f9de2da7SDavid GibsonF: hw/*/xics*
809f9de2da7SDavid GibsonF: include/hw/*/xics*
810f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
811b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
812b5d55020SThomas HuthF: pc-bios/slof.bin
813bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
814b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
815b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
816a70ab357SGreg KurzF: tests/spapr*
817a70ab357SGreg KurzF: tests/libqos/*spapr*
818a70ab357SGreg KurzF: tests/rtas*
819a70ab357SGreg KurzF: tests/libqos/rtas*
8208a269ca4SAndreas Färber
821794d00bfSAndreas Färbervirtex_ml507
822794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
823794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
824794d00bfSAndreas FärberS: Odd Fixes
8256e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
826794d00bfSAndreas Färber
827a9dd6604SBALATON Zoltansam460ex
828a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
829a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
830a9dd6604SBALATON ZoltanS: Maintained
831a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
832a9dd6604SBALATON Zoltan
833fd5d5c56SAnthony LiguoriSH4 Machines
834fd5d5c56SAnthony Liguori------------
835fd5d5c56SAnthony LiguoriR2D
836fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
837fd5d5c56SAnthony LiguoriS: Maintained
8386e481d57SPeter MaydellF: hw/sh4/r2d.c
83981527b94SThomas HuthF: hw/intc/sh_intc.c
84081527b94SThomas HuthF: hw/timer/sh_timer.c
841fd5d5c56SAnthony Liguori
842fd5d5c56SAnthony LiguoriShix
843fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
84481527b94SThomas HuthS: Odd Fixes
8456e481d57SPeter MaydellF: hw/sh4/shix.c
846fd5d5c56SAnthony Liguori
847fd5d5c56SAnthony LiguoriSPARC Machines
848fd5d5c56SAnthony Liguori--------------
849fd5d5c56SAnthony LiguoriSun4m
850f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
851fd5d5c56SAnthony LiguoriS: Maintained
8528d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
853c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
854c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8557098b79eSThomas HuthF: hw/misc/eccmemctl.c
8567098b79eSThomas HuthF: hw/misc/slavio_misc.c
857c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
858c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
859c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
860fd5d5c56SAnthony Liguori
861fd5d5c56SAnthony LiguoriSun4u
862f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
863fd5d5c56SAnthony LiguoriS: Maintained
8648d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
865c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
866fd5d5c56SAnthony Liguori
867a2664ca0SArtyom TarasenkoSun4v
868a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
869a2664ca0SArtyom TarasenkoS: Maintained
870626e4a4bSFam ZhengF: hw/sparc64/niagara.c
871a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
872a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
873a2664ca0SArtyom Tarasenko
874ce6c760cSFabien ChouteauLeon3
875ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
876ce6c760cSFabien ChouteauS: Maintained
8778d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8788d8b636dSPaolo BonziniF: hw/*/grlib*
879c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
880ce6c760cSFabien Chouteau
881fd5d5c56SAnthony LiguoriS390 Machines
882fd5d5c56SAnthony Liguori-------------
883dd4ad64aSCornelia HuckS390 Virtio-ccw
884c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
885b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
886dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
887dd4ad64aSCornelia HuckS: Supported
8880c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8899d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
890c5bfb202SCornelia HuckF: hw/s390x/
8914277af19SCornelia HuckF: include/hw/s390x/
892c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8931e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8941e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8953e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8963e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
897146bd283SCornelia HuckL: qemu-s390x@nongnu.org
898dd4ad64aSCornelia Huck
899304584bfSCornelia HuckS390-ccw Bios
900304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
901304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
902304584bfSCornelia HuckS: Supported
903304584bfSCornelia HuckF: pc-bios/s390-ccw/
904304584bfSCornelia HuckF: pc-bios/s390-ccw.img
905304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
906304584bfSCornelia HuckL: qemu-s390x@nongnu.org
907304584bfSCornelia Huck
908ab9528caSGuan XuetaoUniCore32 Machines
909ab9528caSGuan Xuetao-------------
910ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
911ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
912ab9528caSGuan XuetaoS: Maintained
9138d8b636dSPaolo BonziniF: hw/*/puv3*
914ab9528caSGuan XuetaoF: hw/unicore32/
915ab9528caSGuan Xuetao
916fd5d5c56SAnthony LiguoriX86 Machines
917fd5d5c56SAnthony Liguori------------
918fd5d5c56SAnthony LiguoriPC
919046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
920fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
921fd5d5c56SAnthony LiguoriS: Supported
922046a6486SMichael S. TsirkinF: include/hw/i386/
923046a6486SMichael S. TsirkinF: hw/i386/
924046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
925046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
926046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
927046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
928046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
929046a6486SMichael S. TsirkinF: hw/isa/piix4.c
930046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
931046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
932046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
933046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
934046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
935f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9369cc3b73cSPaolo BonziniF: hw/misc/sga.c
9379cc3b73cSPaolo Bonzini
9389cc3b73cSPaolo BonziniPC Chipset
9399cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9409cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9411732be86SPhilippe Mathieu-DaudéS: Supported
9429cc3b73cSPaolo BonziniF: hw/char/debugcon.c
943bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9449cc3b73cSPaolo BonziniF: hw/char/serial*
9459cc3b73cSPaolo BonziniF: hw/dma/i8257*
9469cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9471732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9489cc3b73cSPaolo BonziniF: hw/intc/apic*
9499cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9509cc3b73cSPaolo BonziniF: hw/intc/i8259*
9511854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9529cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9539cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9549cc3b73cSPaolo BonziniF: hw/timer/hpet*
9559cc3b73cSPaolo BonziniF: hw/timer/i8254*
9569cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
957edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
958866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
959bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
96055f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
961a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
96247973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9631854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
964a2feb348SThomas HuthF: include/hw/timer/hpet.h
965a2feb348SThomas HuthF: include/hw/timer/i8254*
966a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
967046a6486SMichael S. Tsirkin
9685da4fb00SMichael S. TsirkinMachine core
9695da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
970fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
9715da4fb00SMichael S. TsirkinS: Supported
9725da4fb00SMichael S. TsirkinF: hw/core/machine.c
973c1629c5cSThomas HuthF: hw/core/null-machine.c
9745da4fb00SMichael S. TsirkinF: include/hw/boards.h
975e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
976fd5d5c56SAnthony Liguori
97716e7caaeSMax FilippovXtensa Machines
97816e7caaeSMax Filippov---------------
979375847a6SMax Filippovsim
98016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
98116e7caaeSMax FilippovS: Maintained
982437a8c11SMax FilippovF: hw/xtensa/sim.c
983375847a6SMax Filippov
984437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
985375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
986375847a6SMax FilippovS: Maintained
987437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
988437a8c11SMax FilippovF: hw/net/opencores_eth.c
98916e7caaeSMax Filippov
990fd5d5c56SAnthony LiguoriDevices
991fd5d5c56SAnthony Liguori-------
992b30934cbSJiri SlabyEDU
993b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
994b30934cbSJiri SlabyS: Maintained
995b30934cbSJiri SlabyF: hw/misc/edu.c
996b30934cbSJiri Slaby
997fd5d5c56SAnthony LiguoriIDE
998c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
999c095348bSJohn SnowL: qemu-block@nongnu.org
1000c095348bSJohn SnowS: Supported
10018d8b636dSPaolo BonziniF: include/hw/ide.h
1002c9f7acd5SThomas HuthF: include/hw/ide/
1003fd5d5c56SAnthony LiguoriF: hw/ide/
1004c095348bSJohn SnowF: hw/block/block.c
1005c095348bSJohn SnowF: hw/block/cdrom.c
1006c095348bSJohn SnowF: hw/block/hd-geometry.c
1007c095348bSJohn SnowF: tests/ide-test.c
1008c095348bSJohn SnowF: tests/ahci-test.c
1009edc35b3dSThomas HuthF: tests/cdrom-test.c
1010aee50319SJohn SnowF: tests/libqos/ahci*
1011c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1012c095348bSJohn Snow
1013caf316baSCorey MinyardIPMI
1014caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1015caf316baSCorey MinyardS: Maintained
1016caf316baSCorey MinyardF: include/hw/ipmi/*
1017caf316baSCorey MinyardF: hw/ipmi/*
1018caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1019caf316baSCorey MinyardF: tests/ipmi*
1020caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1021caf316baSCorey Minyard
1022c095348bSJohn SnowFloppy
1023c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1024c095348bSJohn SnowL: qemu-block@nongnu.org
1025c095348bSJohn SnowS: Supported
1026c095348bSJohn SnowF: hw/block/fdc.c
1027c095348bSJohn SnowF: include/hw/block/fdc.h
1028aee50319SJohn SnowF: tests/fdc-test.c
1029c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1030fd5d5c56SAnthony Liguori
1031f5f487b2SPeter MaydellOMAP
1032f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1033f5f487b2SPeter MaydellS: Maintained
10348d8b636dSPaolo BonziniF: hw/*/omap*
1035ed0db866SThomas HuthF: include/hw/arm/omap.h
1036f5f487b2SPeter Maydell
103728d54e58SPaolo BonziniIPack
103828d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
103928d54e58SPaolo BonziniS: Odd Fixes
104028d54e58SPaolo BonziniF: hw/char/ipoctal232.c
104128d54e58SPaolo BonziniF: hw/ipack/
104228d54e58SPaolo Bonzini
1043fd5d5c56SAnthony LiguoriPCI
1044fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1045fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1046fd5d5c56SAnthony LiguoriS: Supported
10478d8b636dSPaolo BonziniF: include/hw/pci/*
1048f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1049ca818cfbSMichael S. TsirkinF: hw/pci/*
1050f178bc6bSPaolo BonziniF: hw/pci-bridge/*
105168179923SPhilippe Mathieu-DaudéF: docs/pci*
105268179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1053534fd814SFam ZhengF: default-configs/pci.mak
10540e0b3592SMichael S. Tsirkin
1055d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10560e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10570e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10580e0b3592SMichael S. TsirkinS: Supported
10590e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1060d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10610e0b3592SMichael S. TsirkinF: hw/mem/*
10628d8b636dSPaolo BonziniF: hw/acpi/*
1063d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10640e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10650e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10663248f1b4SBen WarrenF: tests/bios-tables-test.c
10673248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1068fd5d5c56SAnthony Liguori
1069aaade8d7SAndreas Färberppc4xx
1070aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1071aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1072aaade8d7SAndreas FärberS: Odd Fixes
10738d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1074aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1075b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1076aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1077aaade8d7SAndreas Färber
107898cded3aSAndreas Färberppce500
107998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
108098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
108198cded3aSAndreas FärberS: Supported
10826e481d57SPeter MaydellF: hw/ppc/e500*
1083566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1084566dd236SPaolo BonziniF: hw/net/fsl_etsec/
108598cded3aSAndreas Färber
108661af0ee6SPaolo BonziniCharacter devices
108761af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
108861af0ee6SPaolo BonziniS: Odd Fixes
108961af0ee6SPaolo BonziniF: hw/char/
109061af0ee6SPaolo Bonzini
1091f536f112SPaolo BonziniNetwork devices
1092f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1093f536f112SPaolo BonziniS: Odd Fixes
1094f536f112SPaolo BonziniF: hw/net/
10956061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10966bd7776cSGreg KurzF: tests/virtio-net-test.c
1097f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1098f536f112SPaolo Bonzini
1099fd5d5c56SAnthony LiguoriSCSI
1100de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1101c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1102de7724f7SPaolo BonziniS: Supported
110374460f34SThomas HuthF: include/hw/scsi/*
11048d8b636dSPaolo BonziniF: hw/scsi/*
11056bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11061ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1107de7724f7SPaolo Bonzini
1108fcb5629dSPeter A. G. CrosthwaiteSSI
11094b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1110c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1111fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11128d8b636dSPaolo BonziniF: hw/ssi/*
11138d8b636dSPaolo BonziniF: hw/block/m25p80.c
1114982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11154b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1116982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11174b46ba61SAlistair Francis
11184b46ba61SAlistair FrancisXilinx SPI
1119c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11204b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11214b46ba61SAlistair FrancisS: Maintained
11224b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1123fcb5629dSPeter A. G. Crosthwaite
1124076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1125076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1126076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1127076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1128076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1129076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1130076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1131076a0fc3SPhilippe Mathieu-Daudé
1132fd5d5c56SAnthony LiguoriUSB
11335d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11345d0d62feSGerd HoffmannS: Maintained
11358d8b636dSPaolo BonziniF: hw/usb/*
113628edfce0SGongleiF: tests/usb-*-test.c
1137beded0ffSThomas HuthF: docs/usb2.txt
1138beded0ffSThomas HuthF: docs/usb-storage.txt
1139beded0ffSThomas HuthF: include/hw/usb.h
1140beded0ffSThomas HuthF: include/hw/usb/
1141104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1142fd5d5c56SAnthony Liguori
1143e26082fdSPaolo BonziniUSB (serial adapter)
1144e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1145e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1146e26082fdSPaolo BonziniS: Maintained
1147e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1148e26082fdSPaolo Bonzini
114992e1fb5eSAlex WilliamsonVFIO
115092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
115192e1fb5eSAlex WilliamsonS: Supported
1152cf7087dbSKim PhillipsF: hw/vfio/*
115399b88c6dSThomas HuthF: include/hw/vfio/
115492e1fb5eSAlex Williamson
11555eb74557SDong Jia Shivfio-ccw
1156c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11575eb74557SDong Jia ShiS: Supported
11585eb74557SDong Jia ShiF: hw/vfio/ccw.c
11595eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11605eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11615eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1162146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11635eb74557SDong Jia Shi
1164fd5d5c56SAnthony Liguorivhost
1165fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1166fd5d5c56SAnthony LiguoriS: Supported
11678d8b636dSPaolo BonziniF: hw/*/*vhost*
116837f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1169fd5d5c56SAnthony Liguori
1170fd5d5c56SAnthony Liguorivirtio
1171a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1172fd5d5c56SAnthony LiguoriS: Supported
11738d8b636dSPaolo BonziniF: hw/*/virtio*
117472fa605dSThomas HuthF: hw/virtio/Makefile.objs
117572fa605dSThomas HuthF: hw/virtio/trace-events
11766a084ea3SMichael S. TsirkinF: net/vhost-user.c
1177494f7b57SThomas HuthF: include/hw/virtio/
11786bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1179fd5d5c56SAnthony Liguori
1180fd5d5c56SAnthony Liguorivirtio-9p
11818c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1182fd5d5c56SAnthony LiguoriS: Supported
1183aebeca25SAndreas FärberF: hw/9pfs/
1184aebeca25SAndreas FärberF: fsdev/
11852d888c09SAndreas FärberF: tests/virtio-9p-test.c
11868c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1187fd5d5c56SAnthony Liguori
1188fd5d5c56SAnthony Liguorivirtio-blk
118954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1190b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1191fd5d5c56SAnthony LiguoriS: Supported
11928d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1193b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11946bd7776cSGreg KurzF: tests/virtio-blk-test.c
1195b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1196fd5d5c56SAnthony Liguori
1197dd4ad64aSCornelia Huckvirtio-ccw
1198c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1199b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1200dd4ad64aSCornelia HuckS: Supported
1201dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12023e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12033e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1204146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1205dd4ad64aSCornelia Huck
1206a5d4d7b5SGerd Hoffmannvirtio-input
1207a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1208a5d4d7b5SGerd HoffmannS: Maintained
1209a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1210a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1211a5d4d7b5SGerd Hoffmann
1212fd5d5c56SAnthony Liguorivirtio-serial
1213cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1214fd5d5c56SAnthony LiguoriS: Supported
12158d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12168d8b636dSPaolo BonziniF: hw/char/virtio-console.c
121768a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12186bd7776cSGreg KurzF: tests/virtio-console-test.c
12196bd7776cSGreg KurzF: tests/virtio-serial-test.c
1220fd5d5c56SAnthony Liguori
12211f51a5cbSAmit Shahvirtio-rng
1222cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12231f51a5cbSAmit ShahS: Supported
12241f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12251f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1226750cf869SThomas HuthF: include/sysemu/rng*.h
12271f51a5cbSAmit ShahF: backends/rng*.c
12286bd7776cSGreg KurzF: tests/virtio-rng-test.c
12291f51a5cbSAmit Shah
12306034011cSGongleivirtio-crypto
12316034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12326034011cSGongleiS: Supported
12336034011cSGongleiF: hw/virtio/virtio-crypto.c
12346034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12356034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12366034011cSGonglei
1237f3c507adSKeith Buschnvme
1238f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1239c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1240f3c507adSKeith BuschS: Supported
1241f3c507adSKeith BuschF: hw/block/nvme*
1242fc967791SAndreas FärberF: tests/nvme-test.c
1243f3c507adSKeith Busch
1244d383c625SHannes Reineckemegasas
12453fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1246c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1247d383c625SHannes ReineckeS: Supported
1248d383c625SHannes ReineckeF: hw/scsi/megasas.c
1249d383c625SHannes ReineckeF: hw/scsi/mfi.h
12503fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1251d383c625SHannes Reinecke
1252605d52e6SDmitry FleytmanNetwork packet abstractions
1253bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1254605d52e6SDmitry FleytmanS: Maintained
1255605d52e6SDmitry FleytmanF: include/net/eth.h
1256605d52e6SDmitry FleytmanF: net/eth.c
1257605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1258605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1259605d52e6SDmitry Fleytman
1260622fb504SDmitry FleytmanVmware
1261bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1262622fb504SDmitry FleytmanS: Maintained
1263622fb504SDmitry FleytmanF: hw/net/vmxnet*
1264622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12655a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1266622fb504SDmitry Fleytman
1267de24d3f1SScott FeldmanRocker
1268de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1269de24d3f1SScott FeldmanS: Maintained
1270de24d3f1SScott FeldmanF: hw/net/rocker/
1271de850948SThomas HuthF: tests/rocker/
1272de850948SThomas HuthF: docs/specs/rocker.txt
1273de24d3f1SScott Feldman
127470d1fb9cSXiao GuangrongNVDIMM
12757a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
127670d1fb9cSXiao GuangrongS: Maintained
127770d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
127870d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
127970d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
128070d1fb9cSXiao Guangrong
1281093454e2SDmitry Fleytmane1000x
1282bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1283093454e2SDmitry FleytmanS: Maintained
1284093454e2SDmitry FleytmanF: hw/net/e1000x*
1285093454e2SDmitry Fleytman
12866f3fbe4eSDmitry Fleytmane1000e
1287bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12886f3fbe4eSDmitry FleytmanS: Maintained
12896f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12906f3fbe4eSDmitry Fleytman
1291ebc2327fSStefan Weileepro100
1292ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1293ebc2327fSStefan WeilS: Maintained
1294ebc2327fSStefan WeilF: hw/net/eepro100.c
1295ebc2327fSStefan Weil
1296e481a1f6SAlistair FrancisGeneric Loader
1297c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1298e481a1f6SAlistair FrancisS: Maintained
1299e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1300e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1301c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1302e481a1f6SAlistair Francis
130387a9023aSThomas HuthCHRP NVRAM
130487a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
130587a9023aSThomas HuthS: Maintained
130687a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
130787a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
130887a9023aSThomas HuthF: tests/prom-env-test.c
130987a9023aSThomas Huth
131042697d88SBen WarrenVM Generation ID
131142697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
131242697d88SBen WarrenS: Maintained
131342697d88SBen WarrenF: hw/acpi/vmgenid.c
131442697d88SBen WarrenF: include/hw/acpi/vmgenid.h
131542697d88SBen WarrenF: docs/specs/vmgenid.txt
131642697d88SBen WarrenF: tests/vmgenid-test.c
131742697d88SBen WarrenF: stubs/vmgenid.c
131842697d88SBen Warren
1319747969dbSPhilippe Mathieu-DaudéUnimplemented device
1320747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1321747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1322747969dbSPhilippe Mathieu-DaudéS: Maintained
1323747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1324747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1325747969dbSPhilippe Mathieu-Daudé
1326dbb2e472SGerd HoffmannStandard VGA
1327dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1328dbb2e472SGerd HoffmannS: Maintained
1329dbb2e472SGerd HoffmannF: hw/display/vga*
1330dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1331dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1332dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1333dbb2e472SGerd Hoffmann
1334*58d632c7SGerd Hoffmannramfb
1335*58d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1336*58d632c7SGerd HoffmannS: Maintained
1337*58d632c7SGerd HoffmannF: hw/display/ramfb*.c
1338*58d632c7SGerd HoffmannF: include/hw/display/ramfb.h
1339*58d632c7SGerd Hoffmann
1340dbb2e472SGerd Hoffmannvirtio-gpu
1341dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1342dbb2e472SGerd HoffmannS: Maintained
1343dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1344dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1345dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1346dbb2e472SGerd Hoffmann
1347dbb2e472SGerd HoffmannCirrus VGA
1348dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1349dbb2e472SGerd HoffmannS: Odd Fixes
1350dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1351dbb2e472SGerd HoffmannF: hw/display/cirrus*
1352dbb2e472SGerd Hoffmann
1353fd5d5c56SAnthony LiguoriSubsystems
1354fd5d5c56SAnthony Liguori----------
1355fd5d5c56SAnthony LiguoriAudio
13569f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1357fd5d5c56SAnthony LiguoriS: Maintained
1358fd5d5c56SAnthony LiguoriF: audio/
13598d8b636dSPaolo BonziniF: hw/audio/
1360a2b245aeSThomas HuthF: include/hw/audio/
1361d7b50c0cSAndreas FärberF: tests/ac97-test.c
13628fa74c94SAndreas FärberF: tests/es1370-test.c
1363fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1364fd5d5c56SAnthony Liguori
136517f1e8f5SStefan HajnocziBlock layer core
1366fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1367c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1368c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1369fd5d5c56SAnthony LiguoriS: Supported
1370fd5d5c56SAnthony LiguoriF: block*
1371fd5d5c56SAnthony LiguoriF: block/
13728d8b636dSPaolo BonziniF: hw/block/
13734c346e0bSKevin WolfF: include/block/
137446078760SKevin WolfF: qemu-img*
137546078760SKevin WolfF: qemu-io*
137629242091SKevin WolfF: tests/qemu-iotests/
13778dd30c86SMax ReitzF: util/qemu-progress.c
13780bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
13790bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1380d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1381fd5d5c56SAnthony Liguori
1382d55053b1SStefan HajnocziBlock I/O path
1383d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13849ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1385d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1386d55053b1SStefan HajnocziS: Supported
138736c697bdSPaolo BonziniF: util/async.c
138836c697bdSPaolo BonziniF: util/aio-*.c
1389d55053b1SStefan HajnocziF: block/io.c
1390d55053b1SStefan HajnocziF: migration/block*
1391e1029ae2SFam ZhengF: include/block/aio.h
1392f5a53faaSStefan HajnocziF: include/block/aio-wait.h
13930a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1394d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1395d55053b1SStefan Hajnoczi
1396e5b5728cSPaolo BonziniBlock SCSI subsystem
1397e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1398c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1399e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1400e5b5728cSPaolo BonziniS: Supported
1401e5b5728cSPaolo BonziniF: include/scsi/*
1402e5b5728cSPaolo BonziniF: scsi/*
1403e5b5728cSPaolo Bonzini
1404280458a3SJeff CodyBlock Jobs
1405280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1406280458a3SJeff CodyL: qemu-block@nongnu.org
1407280458a3SJeff CodyS: Supported
1408280458a3SJeff CodyF: blockjob.c
1409280458a3SJeff CodyF: include/block/blockjob.h
141033e9e9bdSKevin WolfF: job.c
14111a90bc81SKevin WolfF: job-qmp.c
141233e9e9bdSKevin WolfF: include/block/job.h
1413280458a3SJeff CodyF: block/backup.c
1414280458a3SJeff CodyF: block/commit.c
141577346025SJeff CodyF: block/stream.c
1416280458a3SJeff CodyF: block/mirror.c
1417bf42508fSKevin WolfF: qapi/job.json
1418280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1419280458a3SJeff Cody
14204120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14214120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14224120201dSMarkus ArmbrusterS: Supported
14234120201dSMarkus ArmbrusterF: blockdev.c
14244120201dSMarkus ArmbrusterF: block/qapi.c
14254120201dSMarkus ArmbrusterF: qapi/block*.json
1426fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14274120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14284120201dSMarkus Armbruster
1429538193bcSJohn SnowDirty Bitmaps
1430538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1431538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1432538193bcSJohn SnowL: qemu-block@nongnu.org
1433538193bcSJohn SnowS: Supported
1434538193bcSJohn SnowF: util/hbitmap.c
1435538193bcSJohn SnowF: block/dirty-bitmap.c
1436538193bcSJohn SnowF: include/qemu/hbitmap.h
1437538193bcSJohn SnowF: include/block/dirty-bitmap.h
1438538193bcSJohn SnowF: tests/test-hbitmap.c
14395746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1440538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1441538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1442538193bcSJohn Snow
144361af0ee6SPaolo BonziniCharacter device backends
1444da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
144555fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1446fd5d5c56SAnthony LiguoriS: Maintained
1447178fe0aeSMarc-André LureauF: chardev/
14488228e353SMarc-André LureauF: include/chardev/
1449dbeee392SMarkus ArmbrusterF: qapi/char.json
1450fd5d5c56SAnthony Liguori
1451e26082fdSPaolo BonziniCharacter Devices (Braille)
1452e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1453e26082fdSPaolo BonziniS: Maintained
14546b10e573SMarc-André LureauF: chardev/baum.c
1455fd5d5c56SAnthony Liguori
1456e94630d3SMarkus ArmbrusterCommand line option argument parsing
1457e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1458e94630d3SMarkus ArmbrusterS: Supported
1459e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1460e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1461e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1462e94630d3SMarkus ArmbrusterF: util/keyval.c
1463e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1464e94630d3SMarkus Armbruster
14658c413e79SMarkus ArmbrusterCoverity model
14668c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14678c413e79SMarkus ArmbrusterS: Supported
14688c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
14698c413e79SMarkus Armbruster
1470f2ca0524SAndreas FärberCPU
147112b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1472f2ca0524SAndreas FärberS: Supported
1473f2ca0524SAndreas FärberF: qom/cpu.c
14746e481d57SPeter MaydellF: include/qom/cpu.h
1475f2ca0524SAndreas Färber
1476d24b569aSPeter A. G. CrosthwaiteDevice Tree
14774b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1478d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1479d24b569aSPeter A. G. CrosthwaiteS: Maintained
148082407515SThomas HuthF: device_tree.c
148182407515SThomas HuthF: include/sysemu/device_tree.h
1482d24b569aSPeter A. G. Crosthwaite
14833505a22bSMarc-André LureauDump
14843505a22bSMarc-André LureauS: Supported
14853505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14863505a22bSMarc-André LureauF: dump.c
14873505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14883505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14893505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14903505a22bSMarc-André LureauF: include/sysemu/dump.h
14913505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14923505a22bSMarc-André LureauF: stubs/dump.c
14933505a22bSMarc-André Lureau
14944f966768SMarkus ArmbrusterError reporting
14954f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14964f966768SMarkus ArmbrusterS: Supported
14974f966768SMarkus ArmbrusterF: include/qapi/error.h
14984f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14994f966768SMarkus ArmbrusterF: util/error.c
15004f966768SMarkus ArmbrusterF: util/qemu-error.c
15014f966768SMarkus Armbruster
1502fd5d5c56SAnthony LiguoriGDB stub
15035dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1504fd5d5c56SAnthony LiguoriS: Odd Fixes
1505fd5d5c56SAnthony LiguoriF: gdbstub*
1506fd5d5c56SAnthony LiguoriF: gdb-xml/
1507fd5d5c56SAnthony Liguori
150801a9c03cSPaolo BonziniMemory API
150901a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
151001a9c03cSPaolo BonziniS: Supported
151101a9c03cSPaolo BonziniF: include/exec/ioport.h
151201a9c03cSPaolo BonziniF: ioport.c
151301a9c03cSPaolo BonziniF: include/exec/memory.h
15142b1641d0SPaolo BonziniF: include/exec/ram_addr.h
151501a9c03cSPaolo BonziniF: memory.c
151601a9c03cSPaolo BonziniF: include/exec/memory-internal.h
151701a9c03cSPaolo BonziniF: exec.c
151801a9c03cSPaolo Bonzini
15197ee3bf03SGerd HoffmannSPICE
15207ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15217ee3bf03SGerd HoffmannS: Supported
15226e481d57SPeter MaydellF: include/ui/qemu-spice.h
1523438528a3SThomas HuthF: include/ui/spice-display.h
15247ee3bf03SGerd HoffmannF: ui/spice-*.c
15257ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15268d8b636dSPaolo BonziniF: hw/display/qxl*
1527608cfed6SMarkus ArmbrusterF: qapi/ui.json
15287ee3bf03SGerd Hoffmann
1529fd5d5c56SAnthony LiguoriGraphics
153025eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
153125eccc37SGerd HoffmannS: Odd Fixes
1532fd5d5c56SAnthony LiguoriF: ui/
1533e220656cSThomas HuthF: include/ui/
1534608cfed6SMarkus ArmbrusterF: qapi/ui.json
1535fd5d5c56SAnthony Liguori
1536351f1bf6SAndreas FärberCocoa graphics
153730ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1538351f1bf6SAndreas FärberS: Odd Fixes
1539351f1bf6SAndreas FärberF: ui/cocoa.m
1540351f1bf6SAndreas Färber
1541fd5d5c56SAnthony LiguoriMain loop
1542da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1543da26f37aSPaolo BonziniS: Maintained
1544da26f37aSPaolo BonziniF: cpus.c
15453ecb29a3SPaolo BonziniF: util/main-loop.c
15463ecb29a3SPaolo BonziniF: util/qemu-timer.c
1547fd5d5c56SAnthony LiguoriF: vl.c
15480e201d34SMarkus ArmbrusterF: qapi/run-state.json
1549fd5d5c56SAnthony Liguori
15508899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1551c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1552fbb0621aSLuiz CapitulinoS: Maintained
1553fd5d5c56SAnthony LiguoriF: monitor.c
1554c13e9912SThomas HuthF: hmp.[ch]
1555c13e9912SThomas HuthF: hmp-commands*.hx
1556c13e9912SThomas HuthF: include/monitor/hmp-target.h
1557bbcee372SThomas HuthF: tests/test-hmp.c
1558fd5d5c56SAnthony Liguori
1559f536f112SPaolo BonziniNetwork device backends
1560442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1561fd5d5c56SAnthony LiguoriS: Maintained
1562fd5d5c56SAnthony LiguoriF: net/
1563d24b2b1cSThomas HuthF: include/net/
15645fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
15653c0bd37dSMarkus ArmbrusterF: qapi/net.json
1566fd5d5c56SAnthony Liguori
1567aee09bafSVincenzo MaffioneNetmap network backend
1568aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1569aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1570aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1571aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1572aee09bafSVincenzo MaffioneS: Maintained
1573aee09bafSVincenzo MaffioneF: net/netmap.c
1574aee09bafSVincenzo Maffione
15752f54eb98SEduardo HabkostNUMA
15762f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15772f54eb98SEduardo HabkostS: Maintained
15782f54eb98SEduardo HabkostF: numa.c
15792f54eb98SEduardo HabkostF: include/sysemu/numa.h
1580e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15812f54eb98SEduardo Habkost
15824fc264f4SEduardo HabkostHost Memory Backends
15834fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15844fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15854fc264f4SEduardo HabkostS: Maintained
15864fc264f4SEduardo HabkostF: backends/hostmem*.c
15874fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1588e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15894fc264f4SEduardo Habkost
15906034011cSGongleiCryptodev Backends
15916034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15926034011cSGongleiS: Maintained
15936034011cSGongleiF: include/sysemu/cryptodev*.h
15946034011cSGongleiF: backends/cryptodev*.c
15956034011cSGonglei
1596ad904f66SEduardo HabkostPython scripts
1597ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1598ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1599ad904f66SEduardo HabkostS: Odd fixes
1600ad904f66SEduardo HabkostF: scripts/qmp/*
1601ad904f66SEduardo HabkostF: scripts/*.py
1602ad904f66SEduardo HabkostF: tests/*.py
1603ad904f66SEduardo Habkost
16048899b4aeSLuiz CapitulinoQAPI
16059740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16068899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16079740618cSLuiz CapitulinoS: Supported
16088899b4aeSLuiz CapitulinoF: qapi/
16090311c5bdSMarkus ArmbrusterX: qapi/*.json
1610ac4abb9aSMarkus ArmbrusterF: include/qapi/
1611ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1612ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1613c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1614ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1615e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1616ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1617e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
16180311c5bdSMarkus ArmbrusterF: scripts/qapi*
1619c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16209740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16218899b4aeSLuiz Capitulino
16227810d291SLuiz CapitulinoQAPI Schema
16237810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16247810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16257810d291SLuiz CapitulinoS: Supported
16267810d291SLuiz CapitulinoF: qapi-schema.json
16270311c5bdSMarkus ArmbrusterF: qapi/*.json
16289740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16297810d291SLuiz Capitulino
1630f3582ba4SLuiz CapitulinoQObject
1631daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1632daf5dc78SMarkus ArmbrusterS: Supported
1633f3582ba4SLuiz CapitulinoF: qobject/
16347735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16357735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1636a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16377735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
163801b2ffceSMarc-André LureauF: tests/check-qnum.c
16397735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16407735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16417735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1642daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1643f3582ba4SLuiz Capitulino
1644f05d9999SMichael RothQEMU Guest Agent
1645f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1646f05d9999SMichael RothS: Maintained
1647f05d9999SMichael RothF: qga/
1648ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1649ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1650ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1651ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1652f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1653f05d9999SMichael Roth
16544688c94cSAndreas FärberQOM
16554688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16564688c94cSAndreas FärberS: Supported
16574688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16584688c94cSAndreas FärberF: include/qom/
16594688c94cSAndreas FärberX: include/qom/cpu.h
16604688c94cSAndreas FärberF: qom/
16614688c94cSAndreas FärberX: qom/cpu.c
16629f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
16639f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
16644688c94cSAndreas FärberF: tests/qom-test.c
16654688c94cSAndreas Färber
16668899b4aeSLuiz CapitulinoQMP
16679740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16689740618cSLuiz CapitulinoS: Supported
16698899b4aeSLuiz CapitulinoF: qmp.c
16708899b4aeSLuiz CapitulinoF: monitor.c
1671c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
16729740618cSLuiz CapitulinoF: scripts/qmp/
1673f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
16749740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16758899b4aeSLuiz Capitulino
1676cc0100f4SAlistair FrancisRegister API
1677c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1678cc0100f4SAlistair FrancisS: Maintained
1679cc0100f4SAlistair FrancisF: hw/core/register.c
1680cc0100f4SAlistair FrancisF: include/hw/register.h
168106a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1682cc0100f4SAlistair Francis
1683fd5d5c56SAnthony LiguoriSLIRP
1684eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1685bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1686bafc72abSJan KiszkaS: Maintained
1687fd5d5c56SAnthony LiguoriF: slirp/
1688663fb1e1SThomas HuthF: net/slirp.c
1689d24b2b1cSThomas HuthF: include/net/slirp.h
169002cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
16911ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1692fd5d5c56SAnthony Liguori
1693b1ed728aSPaolo BonziniStubs
1694b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1695b1ed728aSPaolo BonziniS: Maintained
1696b1ed728aSPaolo BonziniF: stubs/
1697b1ed728aSPaolo Bonzini
1698598a3f35SStefan HajnocziTracing
16991cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1700598a3f35SStefan HajnocziS: Maintained
1701598a3f35SStefan HajnocziF: trace/
17020e076292SThomas HuthF: trace-events
17030e076292SThomas HuthF: qemu-option-trace.texi
1704f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1705f70fd8fdSLluís VilanovaF: scripts/tracetool/
1706c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17071ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1708598a3f35SStefan Hajnoczi
17093859b6cfSMarkus ArmbrusterTPM
17106b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17116b4f250bSStefan BergerS: Maintained
17123859b6cfSMarkus ArmbrusterF: tpm.c
1713c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17143859b6cfSMarkus ArmbrusterF: hw/tpm/*
17153859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17163859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17173859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17186b4f250bSStefan BergerF: backends/tpm.c
1719adb0e917SStefan BergerF: tests/*tpm*
1720d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17213859b6cfSMarkus Armbruster
172214f40fdcSBlue SwirlCheckpatch
172314f40fdcSBlue SwirlS: Odd Fixes
172414f40fdcSBlue SwirlF: scripts/checkpatch.pl
172514f40fdcSBlue Swirl
1726c0787c8dSJuan QuintelaMigration
1727c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1728d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1729c0787c8dSJuan QuintelaS: Maintained
1730c0787c8dSJuan QuintelaF: include/migration/
173144a1f946SDr. David Alan GilbertF: migration/
1732c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1733c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17342656bfd9SJuan QuintelaF: tests/migration-test.c
1735c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
173648685a8eSMarkus ArmbrusterF: qapi/migration.json
1737c0787c8dSJuan Quintela
173892bfedb0SEduardo OtuboSeccomp
1739064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
174092bfedb0SEduardo OtuboS: Supported
174192bfedb0SEduardo OtuboF: qemu-seccomp.c
174292bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
174392bfedb0SEduardo Otubo
1744ddbb0d09SDaniel P. BerrangeCryptography
1745ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1746ddbb0d09SDaniel P. BerrangeS: Maintained
1747ddbb0d09SDaniel P. BerrangeF: crypto/
1748ddbb0d09SDaniel P. BerrangeF: include/crypto/
1749ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
17503947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1751899833cdSDaniel P. BerrangeF: qemu.sasl
1752ddbb0d09SDaniel P. Berrange
175310817bf0SDaniel P. BerrangeCoroutines
175410817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
175510817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
175610817bf0SDaniel P. BerrangeF: util/*coroutine*
175710817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
175810817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
175910817bf0SDaniel P. Berrange
176088c5f205SDaniel P. BerrangeBuffers
176188c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
176288c5f205SDaniel P. BerrangeS: Odd fixes
176388c5f205SDaniel P. BerrangeF: util/buffer.c
176488c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
176588c5f205SDaniel P. Berrange
1766666a3af9SDaniel P. BerrangeI/O Channels
1767666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1768666a3af9SDaniel P. BerrangeS: Maintained
1769666a3af9SDaniel P. BerrangeF: io/
1770666a3af9SDaniel P. BerrangeF: include/io/
1771666a3af9SDaniel P. BerrangeF: tests/test-io-*
1772666a3af9SDaniel P. Berrange
17735614a283SGerd HoffmannSockets
17745614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
17755614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
17765614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
17775614a283SGerd HoffmannS: Maintained
17785614a283SGerd HoffmannF: include/qemu/sockets.h
17795614a283SGerd HoffmannF: util/qemu-sockets.c
1780a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
17815614a283SGerd Hoffmann
1782d310d85bSAlberto GarciaThrottling infrastructure
1783d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1784d310d85bSAlberto GarciaS: Supported
1785d310d85bSAlberto GarciaF: block/throttle-groups.c
1786d310d85bSAlberto GarciaF: include/block/throttle-groups.h
178789603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1788d310d85bSAlberto GarciaF: util/throttle.c
178989603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
179089603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1791d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1792d310d85bSAlberto Garcia
1793080d7aacSFam ZhengUUID
1794080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1795080d7aacSFam ZhengS: Supported
1796080d7aacSFam ZhengF: util/uuid.c
1797080d7aacSFam ZhengF: include/qemu/uuid.h
1798080d7aacSFam ZhengF: tests/test-uuid.c
1799080d7aacSFam Zheng
1800a4cc318eSzhanghailiangCOLO Framework
1801a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1802a4cc318eSzhanghailiangS: Maintained
1803a4cc318eSzhanghailiangF: migration/colo*
1804a4cc318eSzhanghailiangF: include/migration/colo.h
1805a4cc318eSzhanghailiangF: include/migration/failover.h
1806a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1807a4cc318eSzhanghailiang
180888f82ed1SZhang ChenCOLO Proxy
1809b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
181088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
181188f82ed1SZhang ChenS: Supported
181288f82ed1SZhang ChenF: docs/colo-proxy.txt
181388f82ed1SZhang ChenF: net/colo*
181488f82ed1SZhang ChenF: net/filter-rewriter.c
181588f82ed1SZhang ChenF: net/filter-mirror.c
181688f82ed1SZhang Chen
181762258201SPavel DovgalyukRecord/replay
181862258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
181962258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
182070b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
182162258201SPavel DovgalyukS: Supported
182262258201SPavel DovgalyukF: replay/*
182362258201SPavel DovgalyukF: block/blkreplay.c
182462258201SPavel DovgalyukF: net/filter-replay.c
182562258201SPavel DovgalyukF: include/sysemu/replay.h
182662258201SPavel DovgalyukF: docs/replay.txt
182762258201SPavel DovgalyukF: stubs/replay.c
182862258201SPavel Dovgalyuk
1829eecf5eedSPeter XuIOVA Tree
1830eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1831eecf5eedSPeter XuS: Maintained
1832eecf5eedSPeter XuF: include/qemu/iova-tree.h
1833eecf5eedSPeter XuF: util/iova-tree.c
1834eecf5eedSPeter Xu
1835fd5d5c56SAnthony LiguoriUsermode Emulation
1836fd5d5c56SAnthony Liguori------------------
1837486bbe5fSPaolo BonziniOverall
1838486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1839486bbe5fSPaolo BonziniS: Maintained
1840486bbe5fSPaolo BonziniF: thunk.c
184158410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1842486bbe5fSPaolo Bonzini
1843fd5d5c56SAnthony LiguoriBSD user
1844297e8005SMarkus ArmbrusterS: Orphan
1845fd5d5c56SAnthony LiguoriF: bsd-user/
1846ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1847fd5d5c56SAnthony Liguori
1848fd5d5c56SAnthony LiguoriLinux user
1849fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1850ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1851fd5d5c56SAnthony LiguoriS: Maintained
1852fd5d5c56SAnthony LiguoriF: linux-user/
1853ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1854e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
185542f5a7e9SAurelien Jarno
185642f5a7e9SAurelien JarnoTiny Code Generator (TCG)
185742f5a7e9SAurelien Jarno-------------------------
185842f5a7e9SAurelien JarnoCommon code
1859cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
186042f5a7e9SAurelien JarnoS: Maintained
186142f5a7e9SAurelien JarnoF: tcg/
186242f5a7e9SAurelien Jarno
1863b25a464cSClaudio FontanaAArch64 target
1864b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1865b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1866b25a464cSClaudio FontanaS: Maintained
1867b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1868b25a464cSClaudio FontanaF: tcg/aarch64/
1869c17652eeSPaolo BonziniF: disas/arm-a64.cc
1870c17652eeSPaolo BonziniF: disas/libvixl/
1871b25a464cSClaudio Fontana
187242f5a7e9SAurelien JarnoARM target
187342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
187442f5a7e9SAurelien JarnoS: Maintained
1875b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
187642f5a7e9SAurelien JarnoF: tcg/arm/
1877c17652eeSPaolo BonziniF: disas/arm.c
187842f5a7e9SAurelien Jarno
187942f5a7e9SAurelien Jarnoi386 target
18805dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
188142f5a7e9SAurelien JarnoS: Maintained
188242f5a7e9SAurelien JarnoF: tcg/i386/
1883c17652eeSPaolo BonziniF: disas/i386.c
188442f5a7e9SAurelien Jarno
188542f5a7e9SAurelien JarnoMIPS target
1886d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
188742f5a7e9SAurelien JarnoS: Maintained
188842f5a7e9SAurelien JarnoF: tcg/mips/
1889c17652eeSPaolo BonziniF: disas/mips.c
189042f5a7e9SAurelien Jarno
189142f5a7e9SAurelien JarnoPPC
189215610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
189315610d42SPranith KumarS: Odd Fixes
189442f5a7e9SAurelien JarnoF: tcg/ppc/
1895c17652eeSPaolo BonziniF: disas/ppc.c
189642f5a7e9SAurelien Jarno
189742f5a7e9SAurelien JarnoS390 target
189842f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
189942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
190042f5a7e9SAurelien JarnoS: Maintained
190142f5a7e9SAurelien JarnoF: tcg/s390/
1902c17652eeSPaolo BonziniF: disas/s390.c
1903146bd283SCornelia HuckL: qemu-s390x@nongnu.org
190442f5a7e9SAurelien Jarno
190542f5a7e9SAurelien JarnoSPARC target
1906297e8005SMarkus ArmbrusterS: Odd Fixes
190742f5a7e9SAurelien JarnoF: tcg/sparc/
1908c17652eeSPaolo BonziniF: disas/sparc.c
1909bc75c9e5SStefan Weil
1910bc75c9e5SStefan WeilTCI target
1911bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1912bc75c9e5SStefan WeilS: Maintained
19138ef9cd55SAndreas FärberF: tcg/tci/
1914752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1915c17652eeSPaolo BonziniF: disas/tci.c
1916aa09c951SAndreas Färber
1917f05b328cSStefan HajnocziBlock drivers
1918f05b328cSStefan Hajnoczi-------------
1919f05b328cSStefan HajnocziVMDK
1920f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1921c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1922f05b328cSStefan HajnocziS: Supported
1923f05b328cSStefan HajnocziF: block/vmdk.c
1924f05b328cSStefan Hajnoczi
1925f05b328cSStefan HajnocziRBD
19265a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1927280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1928280458a3SJeff CodyL: qemu-block@nongnu.org
1929f05b328cSStefan HajnocziS: Supported
1930f05b328cSStefan HajnocziF: block/rbd.c
1931280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1932f05b328cSStefan Hajnoczi
1933f05b328cSStefan HajnocziSheepdog
193453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1935f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1936280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1937280458a3SJeff CodyL: qemu-block@nongnu.org
1938dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1939f05b328cSStefan HajnocziS: Supported
1940f05b328cSStefan HajnocziF: block/sheepdog.c
1941280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1942f05b328cSStefan Hajnoczi
1943f05b328cSStefan HajnocziVHDX
1944f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1945280458a3SJeff CodyL: qemu-block@nongnu.org
1946f05b328cSStefan HajnocziS: Supported
1947f05b328cSStefan HajnocziF: block/vhdx*
1948280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1949f05b328cSStefan Hajnoczi
1950f05b328cSStefan HajnocziVDI
1951f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1952c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1953f05b328cSStefan HajnocziS: Maintained
1954f05b328cSStefan HajnocziF: block/vdi.c
1955f05b328cSStefan Hajnoczi
1956f05b328cSStefan HajnocziiSCSI
1957f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1958f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1959f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1960c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1961f05b328cSStefan HajnocziS: Supported
1962f05b328cSStefan HajnocziF: block/iscsi.c
19632deb63c2SPeter LievenF: block/iscsi-opts.c
1964f05b328cSStefan Hajnoczi
196599c62e70SEric BlakeNetwork Block Device (NBD)
196699c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
196799c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
196899c62e70SEric BlakeL: qemu-block@nongnu.org
196999c62e70SEric BlakeS: Maintained
197099c62e70SEric BlakeF: block/nbd*
197199c62e70SEric BlakeF: nbd/
197299c62e70SEric BlakeF: include/block/nbd*
197399c62e70SEric BlakeF: qemu-nbd.*
197499c62e70SEric BlakeF: blockdev-nbd.c
197599c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
197699c62e70SEric Blake
19776542aa9cSPeter LievenNFS
1978280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
19796542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1980280458a3SJeff CodyL: qemu-block@nongnu.org
19816542aa9cSPeter LievenS: Maintained
19826542aa9cSPeter LievenF: block/nfs.c
1983280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
19846542aa9cSPeter Lieven
1985f05b328cSStefan HajnocziSSH
1986f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1987280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1988280458a3SJeff CodyL: qemu-block@nongnu.org
1989f05b328cSStefan HajnocziS: Supported
1990f05b328cSStefan HajnocziF: block/ssh.c
1991280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1992c9a12e75SChrysostomos Nanakos
1993280458a3SJeff CodyCURL
1994280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1995280458a3SJeff CodyL: qemu-block@nongnu.org
1996280458a3SJeff CodyS: Supported
1997280458a3SJeff CodyF: block/curl.c
1998280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1999280458a3SJeff Cody
2000280458a3SJeff CodyGLUSTER
2001280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2002280458a3SJeff CodyL: qemu-block@nongnu.org
2003280458a3SJeff CodyS: Supported
2004280458a3SJeff CodyF: block/gluster.c
2005280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2006b5e9476cSGonglei
2007199667a8SFam ZhengNull Block Driver
2008199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2009199667a8SFam ZhengL: qemu-block@nongnu.org
2010199667a8SFam ZhengS: Supported
2011199667a8SFam ZhengF: block/null.c
2012199667a8SFam Zheng
2013bdd6a90aSFam ZhengNVMe Block Driver
2014bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2015bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2016bdd6a90aSFam ZhengS: Supported
2017bdd6a90aSFam ZhengF: block/nvme*
2018bdd6a90aSFam Zheng
2019b5e9476cSGongleiBootdevice
2020b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2021b5e9476cSGongleiS: Maintained
2022b5e9476cSGongleiF: bootdevice.c
2023ecdda9e0SAlberto Garcia
2024ecdda9e0SAlberto GarciaQuorum
2025ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2026ecdda9e0SAlberto GarciaS: Supported
2027ecdda9e0SAlberto GarciaF: block/quorum.c
2028ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2029e7c6e631SStefan Hajnoczi
2030e7c6e631SStefan Hajnocziblkverify
2031e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2032e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2033e7c6e631SStefan HajnocziS: Supported
2034e7c6e631SStefan HajnocziF: block/blkverify.c
2035e7c6e631SStefan Hajnoczi
2036e7c6e631SStefan Hajnoczibochs
2037e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2038e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2039e7c6e631SStefan HajnocziS: Supported
2040e7c6e631SStefan HajnocziF: block/bochs.c
2041e7c6e631SStefan Hajnoczi
2042e7c6e631SStefan Hajnoczicloop
2043e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2044e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2045e7c6e631SStefan HajnocziS: Supported
2046e7c6e631SStefan HajnocziF: block/cloop.c
2047e7c6e631SStefan Hajnoczi
2048e7c6e631SStefan Hajnoczidmg
2049e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2050e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2051e7c6e631SStefan HajnocziS: Supported
2052e7c6e631SStefan HajnocziF: block/dmg.c
2053e7c6e631SStefan Hajnoczi
2054e7c6e631SStefan Hajnocziparallels
2055e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2056f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2057e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2058e7c6e631SStefan HajnocziS: Supported
2059e7c6e631SStefan HajnocziF: block/parallels.c
20605746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2061e7c6e631SStefan Hajnoczi
2062e7c6e631SStefan Hajnocziqed
2063e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2064e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2065e7c6e631SStefan HajnocziS: Supported
2066e7c6e631SStefan HajnocziF: block/qed.c
2067e7c6e631SStefan Hajnoczi
2068e7c6e631SStefan Hajnocziraw
2069e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2070e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2071e7c6e631SStefan HajnocziS: Supported
2072e7c6e631SStefan HajnocziF: block/linux-aio.c
2073f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
20742e6fc7ebSEric BlakeF: block/raw-format.c
2075c1bb86cdSEric BlakeF: block/file-posix.c
2076c1bb86cdSEric BlakeF: block/file-win32.c
2077e7c6e631SStefan HajnocziF: block/win32-aio.c
2078e7c6e631SStefan Hajnoczi
2079e7c6e631SStefan Hajnocziqcow2
2080e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2081c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2082e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2083e7c6e631SStefan HajnocziS: Supported
2084e7c6e631SStefan HajnocziF: block/qcow2*
2085b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2086e7c6e631SStefan Hajnoczi
2087e7c6e631SStefan Hajnocziqcow
2088e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2089e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2090e7c6e631SStefan HajnocziS: Supported
2091e7c6e631SStefan HajnocziF: block/qcow.c
2092e7c6e631SStefan Hajnoczi
2093e7c6e631SStefan Hajnocziblkdebug
2094e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2095c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2096e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2097e7c6e631SStefan HajnocziS: Supported
2098e7c6e631SStefan HajnocziF: block/blkdebug.c
2099e7c6e631SStefan Hajnoczi
2100e7c6e631SStefan Hajnoczivpc
2101e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2102e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2103e7c6e631SStefan HajnocziS: Supported
2104e7c6e631SStefan HajnocziF: block/vpc.c
2105e7c6e631SStefan Hajnoczi
2106e7c6e631SStefan Hajnoczivvfat
2107e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2108e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2109e7c6e631SStefan HajnocziS: Supported
2110e7c6e631SStefan HajnocziF: block/vvfat.c
2111abfe4e94SStefan Hajnoczi
2112abfe4e94SStefan HajnocziImage format fuzzer
2113abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2114abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2115abfe4e94SStefan HajnocziS: Supported
2116abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2117717171bdSDaniel P. Berrange
2118049105a3SChanglong XieReplication
2119205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21203ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2121049105a3SChanglong XieS: Supported
2122049105a3SChanglong XieF: replication*
2123049105a3SChanglong XieF: block/replication.c
2124049105a3SChanglong XieF: tests/test-replication.c
2125049105a3SChanglong XieF: docs/block-replication.txt
2126049105a3SChanglong Xie
2127a3defabbSMarcel ApfelbaumPVRDMA
2128a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2129fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2130a3defabbSMarcel ApfelbaumS: Maintained
2131a3defabbSMarcel ApfelbaumF: hw/rdma/*
2132a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2133a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2134a3defabbSMarcel Apfelbaum
2135b9e02c06SAlex BennéeBuild and test automation
2136b9e02c06SAlex Bennée-------------------------
21370475a03eSEduardo HabkostBuild and test automation
2138b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2139e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
214032b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2141b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2142e70dc7f8SAlex BennéeS: Maintained
2143b9e02c06SAlex BennéeF: .travis.yml
2144d92d886aSAlex BennéeF: .shippable.yml
2145e70dc7f8SAlex BennéeF: tests/docker/
214618023821SFam ZhengF: tests/vm/
2147e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
21482a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2149e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2150717171bdSDaniel P. Berrange
2151717171bdSDaniel P. BerrangeDocumentation
2152717171bdSDaniel P. Berrange-------------
2153717171bdSDaniel P. BerrangeBuild system architecture
2154717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2155717171bdSDaniel P. BerrangeS: Odd Fixes
2156c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
21578a49e97fSFam Zheng
2158aef45d51SDaniel P. BerrangeBuild System
2159aef45d51SDaniel P. Berrange------------
2160aef45d51SDaniel P. BerrangeGIT submodules
2161aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2162aef45d51SDaniel P. BerrangeS: Odd Fixes
2163aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2164