xref: /openbmc/qemu/MAINTAINERS (revision 3a082ec0)
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/
2864132431fSAlex BennéeF: tests/tcg/i386/
287*3a082ec0SAlex BennéeF: tests/tcg/x86_64/
2888d8b636dSPaolo BonziniF: hw/i386/
289c17652eeSPaolo BonziniF: disas/i386.c
290e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
291fd5d5c56SAnthony Liguori
29216e7caaeSMax FilippovXtensa
29316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
294b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29516e7caaeSMax FilippovS: Maintained
296fcf5ef2aSThomas HuthF: target/xtensa/
2978d8b636dSPaolo BonziniF: hw/xtensa/
298c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2995a6539e6SMax FilippovF: disas/xtensa.c
30016e7caaeSMax Filippov
30148e06fe0SBastian KoppelmannTriCore
30248e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30348e06fe0SBastian KoppelmannS: Maintained
304fcf5ef2aSThomas HuthF: target/tricore/
30548e06fe0SBastian KoppelmannF: hw/tricore/
306d46d14e6SThomas HuthF: include/hw/tricore/
30748e06fe0SBastian Koppelmann
308dd28bebdSAlex BennéeMultiarch Linux User Tests
309dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
310dd28bebdSAlex BennéeF: tests/tcg/multiarch/
311dd28bebdSAlex Bennée
312fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
313fd5d5c56SAnthony Liguori----------------------
314fd5d5c56SAnthony Liguori
315fd5d5c56SAnthony LiguoriOverall
316c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
317fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
318fd5d5c56SAnthony LiguoriS: Supported
319fd5d5c56SAnthony LiguoriF: */kvm.*
3201962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
321a95e9a48SThomas HuthF: include/sysemu/kvm*.h
322fd5d5c56SAnthony Liguori
323ed4659d1SPeter MaydellARM
324ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
325b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
326ed4659d1SPeter MaydellS: Maintained
327fcf5ef2aSThomas HuthF: target/arm/kvm.c
328ed4659d1SPeter Maydell
329a31896c4SJames HoganMIPS
330a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
331a31896c4SJames HoganS: Maintained
332fcf5ef2aSThomas HuthF: target/mips/kvm.c
333a31896c4SJames Hogan
334fd5d5c56SAnthony LiguoriPPC
335fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
336fd5d5c56SAnthony LiguoriS: Maintained
337fcf5ef2aSThomas HuthF: target/ppc/kvm.c
338fd5d5c56SAnthony Liguori
339fd5d5c56SAnthony LiguoriS390
340b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
341c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
342fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
343fd5d5c56SAnthony LiguoriS: Maintained
344fcf5ef2aSThomas HuthF: target/s390x/kvm.c
345040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
346040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
347fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
348fcf5ef2aSThomas HuthF: target/s390x/machine.c
34974b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3504277af19SCornelia HuckF: hw/intc/s390_flic.c
3514277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3524277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
353c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3543e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3553e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
356146bd283SCornelia HuckL: qemu-s390x@nongnu.org
357fd5d5c56SAnthony Liguori
358fd5d5c56SAnthony LiguoriX86
359d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
360fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
361fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
362fd5d5c56SAnthony LiguoriS: Supported
363fcf5ef2aSThomas HuthF: target/i386/kvm.c
364fd5d5c56SAnthony Liguori
3658a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3668a6b0cd7SStefano Stabellini----------------------
3678a6b0cd7SStefano Stabellini
3688a6b0cd7SStefano StabelliniX86
3693623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3703623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3716d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3728a6b0cd7SStefano StabelliniS: Supported
3738a6b0cd7SStefano StabelliniF: */xen*
374d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
375c92451c2SPaolo BonziniF: hw/char/xen_console.c
376c92451c2SPaolo BonziniF: hw/display/xenfb.c
377c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3789027ac50SStefano StabelliniF: hw/block/xen_*
379c92451c2SPaolo BonziniF: hw/xen/
380c92451c2SPaolo BonziniF: hw/xenpv/
3819027ac50SStefano StabelliniF: hw/i386/xen/
382c92451c2SPaolo BonziniF: include/hw/xen/
3839027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3848a6b0cd7SStefano Stabellini
3851bdd6874SStefan WeilHosts:
3861bdd6874SStefan Weil------
3871bdd6874SStefan Weil
3881bdd6874SStefan WeilLINUX
3891bdd6874SStefan WeilL: qemu-devel@nongnu.org
3901bdd6874SStefan WeilS: Maintained
3911bdd6874SStefan WeilF: linux-*
3921bdd6874SStefan WeilF: linux-headers/
3931bdd6874SStefan Weil
3941bdd6874SStefan WeilPOSIX
3951bdd6874SStefan WeilL: qemu-devel@nongnu.org
3961bdd6874SStefan WeilS: Maintained
3971bdd6874SStefan WeilF: *posix*
3981bdd6874SStefan Weil
3993c2bdbc1SKamil RytarowskiNETBSD
4003c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4013c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4023c2bdbc1SKamil RytarowskiS: Maintained
4031b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4043c2bdbc1SKamil Rytarowski
4050a773d55SBrad SmithOPENBSD
4060a773d55SBrad SmithL: qemu-devel@nongnu.org
4070a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4080a773d55SBrad SmithS: Maintained
4090a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4100a773d55SBrad Smith
4111bdd6874SStefan WeilW32, W64
4121bdd6874SStefan WeilL: qemu-devel@nongnu.org
4131bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4141bdd6874SStefan WeilS: Maintained
4151bdd6874SStefan WeilF: *win32*
41603972660SThomas HuthF: */*win32*
41703972660SThomas HuthF: include/*/*win32*
41803972660SThomas HuthX: qga/*win32*
419885bdc95SStefan WeilF: qemu.nsi
4201bdd6874SStefan Weil
421b250d04aSPhilippe Mathieu-DaudéAlpha Machines
422b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
423b250d04aSPhilippe Mathieu-DaudéS: Maintained
424b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4257bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
426b250d04aSPhilippe Mathieu-Daudé
427fd5d5c56SAnthony LiguoriARM Machines
428fd5d5c56SAnthony Liguori------------
42984291fe7SliguangAllwinner-a10
43085b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
431b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43284291fe7SliguangS: Maintained
43385b4d5daSBeniamino GalvaniF: hw/*/allwinner*
43485b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
43584291fe7SliguangF: hw/arm/cubieboard.c
43684291fe7Sliguang
437e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
43806271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
439b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44006271000SPaolo BonziniS: Maintained
44106271000SPaolo BonziniF: hw/char/pl011.c
442c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
44306271000SPaolo BonziniF: hw/display/pl110*
44406271000SPaolo BonziniF: hw/dma/pl080.c
44506271000SPaolo BonziniF: hw/dma/pl330.c
44606271000SPaolo BonziniF: hw/gpio/pl061.c
44706271000SPaolo BonziniF: hw/input/pl050.c
44806271000SPaolo BonziniF: hw/intc/pl190.c
44906271000SPaolo BonziniF: hw/sd/pl181.c
45006271000SPaolo BonziniF: hw/timer/pl031.c
45106271000SPaolo BonziniF: include/hw/arm/primecell.h
452e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
453e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
454e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
455e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
4560d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4570d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
45806271000SPaolo Bonzini
45906271000SPaolo BonziniARM cores
46006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
461b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
46206271000SPaolo BonziniS: Maintained
46306271000SPaolo BonziniF: hw/intc/arm*
46406271000SPaolo BonziniF: hw/intc/gic_internal.h
46506271000SPaolo BonziniF: hw/misc/a9scu.c
46606271000SPaolo BonziniF: hw/misc/arm11scu.c
46706271000SPaolo BonziniF: hw/timer/a9gtimer*
468c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
469c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
47006271000SPaolo BonziniF: include/hw/intc/arm*
47106271000SPaolo BonziniF: include/hw/misc/a9scu.h
47206271000SPaolo BonziniF: include/hw/misc/arm11scu.h
47306271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
47406271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
475c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
476c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
47706271000SPaolo Bonzini
478fc63dcffSEvgeny VoevodinExynos
479f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
480b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
481fc63dcffSEvgeny VoevodinS: Maintained
4828d8b636dSPaolo BonziniF: hw/*/exynos*
483ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
484fc63dcffSEvgeny Voevodin
485766fd09fSMark LangsdorfCalxeda Highbank
4869ef137caSRob HerringM: Rob Herring <robh@kernel.org>
487b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4889ef137caSRob HerringS: Maintained
4898d8b636dSPaolo BonziniF: hw/arm/highbank.c
4908d8b636dSPaolo BonziniF: hw/net/xgmac.c
491766fd09fSMark Langsdorf
4929082f121SAntony PavlovCanon DIGIC
4939082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
494b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4959082f121SAntony PavlovS: Maintained
4969082f121SAntony PavlovF: include/hw/arm/digic.h
4979082f121SAntony PavlovF: hw/*/digic*
4989082f121SAntony Pavlov
499fd5d5c56SAnthony LiguoriGumstix
5005dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
501b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
502fd5d5c56SAnthony LiguoriS: Orphan
5038d8b636dSPaolo BonziniF: hw/arm/gumstix.c
504fd5d5c56SAnthony Liguori
5050325559dSPeter Chubbi.MX31
5060325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
507b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5080325559dSPeter ChubbS: Odd fixes
5098d8b636dSPaolo BonziniF: hw/*/imx*
510f7e242d6SThomas HuthF: include/hw/*/imx*
5118d8b636dSPaolo BonziniF: hw/arm/kzm.c
512ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5130325559dSPeter Chubb
514fd5d5c56SAnthony LiguoriIntegrator CP
5151ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
516b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
517fd5d5c56SAnthony LiguoriS: Maintained
5188d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
519f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
520fd5d5c56SAnthony Liguori
521e5a6a6e6SPeter MaydellMPS2
522e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
523e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
524e5a6a6e6SPeter MaydellS: Maintained
525e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5260d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5270d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5280d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5290d4a7551SPeter MaydellF: hw/arm/iotkit.c
5300d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
531e5a6a6e6SPeter Maydell
532fd5d5c56SAnthony LiguoriMusicpal
533fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
534b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
535fd5d5c56SAnthony LiguoriS: Maintained
5368d8b636dSPaolo BonziniF: hw/arm/musicpal.c
537fd5d5c56SAnthony Liguori
538fd5d5c56SAnthony LiguorinSeries
539fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
540b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
541fd5d5c56SAnthony LiguoriS: Maintained
5428d8b636dSPaolo BonziniF: hw/arm/nseries.c
543fd5d5c56SAnthony Liguori
544fd5d5c56SAnthony LiguoriPalm
545fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
546b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
547fd5d5c56SAnthony LiguoriS: Maintained
5488d8b636dSPaolo BonziniF: hw/arm/palm.c
549fd5d5c56SAnthony Liguori
550fd5d5c56SAnthony LiguoriReal View
5511ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
552b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
553fd5d5c56SAnthony LiguoriS: Maintained
5548d8b636dSPaolo BonziniF: hw/arm/realview*
555f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5565ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5575ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
558fd5d5c56SAnthony Liguori
5599b31bff0SPaolo BonziniPXA2XX
560fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
561b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
562fd5d5c56SAnthony LiguoriS: Maintained
5639b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5648d8b636dSPaolo BonziniF: hw/arm/spitz.c
5659b31bff0SPaolo BonziniF: hw/arm/tosa.c
5669b31bff0SPaolo BonziniF: hw/arm/z2.c
5679b31bff0SPaolo BonziniF: hw/*/pxa2xx*
568f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
569ed0db866SThomas HuthF: include/hw/arm/pxa.h
570fd5d5c56SAnthony Liguori
571fd5d5c56SAnthony LiguoriStellaris
5721ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
573b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
574fd5d5c56SAnthony LiguoriS: Maintained
5758d8b636dSPaolo BonziniF: hw/*/stellaris*
576fd5d5c56SAnthony Liguori
577fd5d5c56SAnthony LiguoriVersatile PB
5781ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
579b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
580fd5d5c56SAnthony LiguoriS: Maintained
5818d8b636dSPaolo BonziniF: hw/*/versatile*
582c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
583fd5d5c56SAnthony Liguori
584e3260506SPeter A. G. CrosthwaiteXilinx Zynq
585cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
586c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
587b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
588e3260506SPeter A. G. CrosthwaiteS: Maintained
589cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5908d8b636dSPaolo BonziniF: hw/*/cadence_*
591f7e242d6SThomas HuthF: hw/misc/zynq*
592f7e242d6SThomas HuthF: include/hw/misc/zynq*
593cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
594e3260506SPeter A. G. Crosthwaite
595137805f5SAlistair FrancisXilinx ZynqMP
596c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
597cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
598b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
599137805f5SAlistair FrancisS: Maintained
600cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
601f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
602137805f5SAlistair Francis
6038f4d260eSShannon ZhaoARM ACPI Subsystem
6048f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
605e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
606b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6078f4d260eSShannon ZhaoS: Maintained
6088f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6098f4d260eSShannon Zhao
610a1f8193bSAlistair FrancisSTM32F205
611a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
612a1f8193bSAlistair FrancisS: Maintained
613a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
614a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
615a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
616a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
617a1f8193bSAlistair FrancisF: hw/adc/*
618a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6190e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
620a1f8193bSAlistair Francis
621a1f8193bSAlistair FrancisNetduino 2
622a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
623a1f8193bSAlistair FrancisS: Maintained
624a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
625a1f8193bSAlistair Francis
626670bc4cbSSubbaraya SundeepSmartFusion2
627670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
628670bc4cbSSubbaraya SundeepS: Maintained
629670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
630670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
631670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
632670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
633670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
634670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
635670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
636670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
637670bc4cbSSubbaraya Sundeep
638670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
639670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
640670bc4cbSSubbaraya SundeepS: Maintained
641670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
642670bc4cbSSubbaraya Sundeep
643fd5d5c56SAnthony LiguoriCRIS Machines
644fd5d5c56SAnthony Liguori-------------
645fd5d5c56SAnthony LiguoriAxis Dev88
646fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
647fd5d5c56SAnthony LiguoriS: Maintained
6488d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6496e481d57SPeter MaydellF: hw/*/etraxfs_*.c
650fd5d5c56SAnthony Liguori
65107bf23a7SMichael WalleLM32 Machines
65207bf23a7SMichael Walle-------------
65307bf23a7SMichael WalleEVR32 and uclinux BSP
65407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
65507bf23a7SMichael WalleS: Maintained
6568d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
65707bf23a7SMichael Walle
658d118aa6bSMichael Wallemilkymist
659d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
660d118aa6bSMichael WalleS: Maintained
6618d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
662d118aa6bSMichael Walle
663afcacd53SAurelien JarnoM68K Machines
664fd5d5c56SAnthony Liguori-------------
665fd5d5c56SAnthony Liguorian5206
6665baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6675baf2741SThomas HuthS: Odd Fixes
6688d8b636dSPaolo BonziniF: hw/m68k/an5206.c
669e9a56114SThomas HuthF: hw/m68k/mcf5206.c
670fd5d5c56SAnthony Liguori
671fd5d5c56SAnthony Liguorimcf5208
6725baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6735baf2741SThomas HuthS: Odd Fixes
6748d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
675e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
676e9a56114SThomas HuthF: hw/char/mcf_uart.c
677e9a56114SThomas HuthF: hw/net/mcf_fec.c
6785baf2741SThomas HuthF: include/hw/m68k/mcf*.h
679fd5d5c56SAnthony Liguori
680fd5d5c56SAnthony LiguoriMicroBlaze Machines
681b6f97c14Sbellard-------------------
682fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
683fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
684fd5d5c56SAnthony LiguoriS: Maintained
6856e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
686b6f97c14Sbellard
687d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6884b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
689d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6908d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
691d36e8ce7SPeter A. G. Crosthwaite
692fd5d5c56SAnthony LiguoriMIPS Machines
693fd5d5c56SAnthony Liguori-------------
694fd5d5c56SAnthony LiguoriJazz
695fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
696fd5d5c56SAnthony LiguoriS: Maintained
6978d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
698fd5d5c56SAnthony Liguori
699fd5d5c56SAnthony LiguoriMalta
700fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
701fd5d5c56SAnthony LiguoriS: Maintained
7028d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
703fd5d5c56SAnthony Liguori
704fd5d5c56SAnthony LiguoriMipssim
7050eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
706659f42d8SYongbok KimS: Odd Fixes
7078d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
708659f42d8SYongbok KimF: hw/net/mipsnet.c
709fd5d5c56SAnthony Liguori
710fd5d5c56SAnthony LiguoriR4000
711fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
712fd5d5c56SAnthony LiguoriS: Maintained
7138d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
714fd5d5c56SAnthony Liguori
715659f42d8SYongbok KimFulong 2E
7160eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
717659f42d8SYongbok KimS: Odd Fixes
718659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7190170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7200170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
721659f42d8SYongbok Kim
722659f42d8SYongbok KimBoston
72394d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
724659f42d8SYongbok KimS: Maintained
725659f42d8SYongbok KimF: hw/core/loader-fit.c
726659f42d8SYongbok KimF: hw/mips/boston.c
727659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
728659f42d8SYongbok Kim
729945dad6dSJia LiuOpenRISC Machines
730945dad6dSJia Liu-----------------
731945dad6dSJia Liuor1k-sim
732945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
733945dad6dSJia LiuS: Maintained
734945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
735945dad6dSJia Liu
736fd5d5c56SAnthony LiguoriPowerPC Machines
737fd5d5c56SAnthony Liguori----------------
738fd5d5c56SAnthony Liguori405
739fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
740a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7419b9fe135SAndreas FärberS: Odd Fixes
7428d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
743fd5d5c56SAnthony Liguori
744aaade8d7SAndreas FärberBamboo
745aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
746aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
747aaade8d7SAndreas FärberS: Odd Fixes
7488d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
749aaade8d7SAndreas Färber
75098cded3aSAndreas Färbere500
75198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
75298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
75398cded3aSAndreas FärberS: Supported
75498cded3aSAndreas FärberF: hw/ppc/e500.[hc]
75598cded3aSAndreas FärberF: hw/ppc/e500plat.c
756b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
757b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
758b5d55020SThomas HuthF: pc-bios/u-boot.e500
75998cded3aSAndreas Färber
76098cded3aSAndreas Färbermpc8544ds
76198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
76298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
76398cded3aSAndreas FärberS: Supported
76498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7658d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
76698cded3aSAndreas Färber
767fd5d5c56SAnthony LiguoriNew World
768fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
769a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
770fd5d5c56SAnthony LiguoriS: Maintained
771baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7726e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7736e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7748d8b636dSPaolo BonziniF: hw/misc/macio/
7756ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
776b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
777eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
7786ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
779eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
780fd5d5c56SAnthony Liguori
781fd5d5c56SAnthony LiguoriOld World
782fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
783a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
784fd5d5c56SAnthony LiguoriS: Maintained
785baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7866e481d57SPeter MaydellF: hw/pci-host/grackle.c
7878d8b636dSPaolo BonziniF: hw/misc/macio/
788835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
789fd5d5c56SAnthony Liguori
790ec38d398SAndreas FärberPReP
7918178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7929f38774dSAndreas FärberL: qemu-devel@nongnu.org
793a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7948178e89cSHervé PoussineauS: Maintained
79575610155SAndreas FärberF: hw/ppc/prep.c
7968178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7978178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7986e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7990a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
800a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8011cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
802cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
803a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
804cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
805835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
806fd5d5c56SAnthony Liguori
807300b115cSAndreas FärbersPAPR
808085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8098a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8108a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8118a269ca4SAndreas FärberS: Supported
8128d8b636dSPaolo BonziniF: hw/*/spapr*
813f9de2da7SDavid GibsonF: include/hw/*/spapr*
814f9de2da7SDavid GibsonF: hw/*/xics*
815f9de2da7SDavid GibsonF: include/hw/*/xics*
816f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
817b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
818b5d55020SThomas HuthF: pc-bios/slof.bin
819bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
820b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
821b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
822a70ab357SGreg KurzF: tests/spapr*
823a70ab357SGreg KurzF: tests/libqos/*spapr*
824a70ab357SGreg KurzF: tests/rtas*
825a70ab357SGreg KurzF: tests/libqos/rtas*
8268a269ca4SAndreas Färber
827794d00bfSAndreas Färbervirtex_ml507
828794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
829794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
830794d00bfSAndreas FärberS: Odd Fixes
8316e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
832794d00bfSAndreas Färber
833a9dd6604SBALATON Zoltansam460ex
834a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
835a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
836a9dd6604SBALATON ZoltanS: Maintained
837a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
838a9dd6604SBALATON Zoltan
839fd5d5c56SAnthony LiguoriSH4 Machines
840fd5d5c56SAnthony Liguori------------
841fd5d5c56SAnthony LiguoriR2D
842fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
843fd5d5c56SAnthony LiguoriS: Maintained
8446e481d57SPeter MaydellF: hw/sh4/r2d.c
84581527b94SThomas HuthF: hw/intc/sh_intc.c
84681527b94SThomas HuthF: hw/timer/sh_timer.c
847fd5d5c56SAnthony Liguori
848fd5d5c56SAnthony LiguoriShix
849fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
85081527b94SThomas HuthS: Odd Fixes
8516e481d57SPeter MaydellF: hw/sh4/shix.c
852fd5d5c56SAnthony Liguori
853fd5d5c56SAnthony LiguoriSPARC Machines
854fd5d5c56SAnthony Liguori--------------
855fd5d5c56SAnthony LiguoriSun4m
856f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
857fd5d5c56SAnthony LiguoriS: Maintained
8588d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
859c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
860c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8617098b79eSThomas HuthF: hw/misc/eccmemctl.c
8627098b79eSThomas HuthF: hw/misc/slavio_misc.c
863c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
864c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
865c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
866fd5d5c56SAnthony Liguori
867fd5d5c56SAnthony LiguoriSun4u
868f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
869fd5d5c56SAnthony LiguoriS: Maintained
8708d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
871c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
872fd5d5c56SAnthony Liguori
873a2664ca0SArtyom TarasenkoSun4v
874a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
875a2664ca0SArtyom TarasenkoS: Maintained
876626e4a4bSFam ZhengF: hw/sparc64/niagara.c
877a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
878a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
879a2664ca0SArtyom Tarasenko
880ce6c760cSFabien ChouteauLeon3
881ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
882ce6c760cSFabien ChouteauS: Maintained
8838d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8848d8b636dSPaolo BonziniF: hw/*/grlib*
885c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
886ce6c760cSFabien Chouteau
887fd5d5c56SAnthony LiguoriS390 Machines
888fd5d5c56SAnthony Liguori-------------
889dd4ad64aSCornelia HuckS390 Virtio-ccw
890c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
891b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
892dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
893dd4ad64aSCornelia HuckS: Supported
8940c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8959d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
896c5bfb202SCornelia HuckF: hw/s390x/
8974277af19SCornelia HuckF: include/hw/s390x/
898c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8991e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9001e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9013e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9023e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
903146bd283SCornelia HuckL: qemu-s390x@nongnu.org
904dd4ad64aSCornelia Huck
905304584bfSCornelia HuckS390-ccw Bios
906304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
907304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
908304584bfSCornelia HuckS: Supported
909304584bfSCornelia HuckF: pc-bios/s390-ccw/
910304584bfSCornelia HuckF: pc-bios/s390-ccw.img
911304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
912304584bfSCornelia HuckL: qemu-s390x@nongnu.org
913304584bfSCornelia Huck
914ab9528caSGuan XuetaoUniCore32 Machines
915ab9528caSGuan Xuetao-------------
916ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
917ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
918ab9528caSGuan XuetaoS: Maintained
9198d8b636dSPaolo BonziniF: hw/*/puv3*
920ab9528caSGuan XuetaoF: hw/unicore32/
921ab9528caSGuan Xuetao
922fd5d5c56SAnthony LiguoriX86 Machines
923fd5d5c56SAnthony Liguori------------
924fd5d5c56SAnthony LiguoriPC
925046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
926fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
927fd5d5c56SAnthony LiguoriS: Supported
928046a6486SMichael S. TsirkinF: include/hw/i386/
929046a6486SMichael S. TsirkinF: hw/i386/
930046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
931046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
932046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
933046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
934046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
935046a6486SMichael S. TsirkinF: hw/isa/piix4.c
936046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
937046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
938046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
939046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
940046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
941f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9429cc3b73cSPaolo BonziniF: hw/misc/sga.c
9439cc3b73cSPaolo Bonzini
9449cc3b73cSPaolo BonziniPC Chipset
9459cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9469cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9471732be86SPhilippe Mathieu-DaudéS: Supported
9489cc3b73cSPaolo BonziniF: hw/char/debugcon.c
949bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9509cc3b73cSPaolo BonziniF: hw/char/serial*
9519cc3b73cSPaolo BonziniF: hw/dma/i8257*
9529cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9531732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9549cc3b73cSPaolo BonziniF: hw/intc/apic*
9559cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9569cc3b73cSPaolo BonziniF: hw/intc/i8259*
9571854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9589cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9599cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9609cc3b73cSPaolo BonziniF: hw/timer/hpet*
9619cc3b73cSPaolo BonziniF: hw/timer/i8254*
9629cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
963edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
964866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
965bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
96655f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
967a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
96847973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9691854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
970a2feb348SThomas HuthF: include/hw/timer/hpet.h
971a2feb348SThomas HuthF: include/hw/timer/i8254*
972a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
973046a6486SMichael S. Tsirkin
9745da4fb00SMichael S. TsirkinMachine core
9755da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
976fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
9775da4fb00SMichael S. TsirkinS: Supported
9785da4fb00SMichael S. TsirkinF: hw/core/machine.c
979c1629c5cSThomas HuthF: hw/core/null-machine.c
9805da4fb00SMichael S. TsirkinF: include/hw/boards.h
981e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
982fd5d5c56SAnthony Liguori
98316e7caaeSMax FilippovXtensa Machines
98416e7caaeSMax Filippov---------------
985375847a6SMax Filippovsim
98616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
98716e7caaeSMax FilippovS: Maintained
988437a8c11SMax FilippovF: hw/xtensa/sim.c
989375847a6SMax Filippov
990437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
991375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
992375847a6SMax FilippovS: Maintained
993437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
994437a8c11SMax FilippovF: hw/net/opencores_eth.c
99516e7caaeSMax Filippov
996fd5d5c56SAnthony LiguoriDevices
997fd5d5c56SAnthony Liguori-------
998b30934cbSJiri SlabyEDU
999b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1000b30934cbSJiri SlabyS: Maintained
1001b30934cbSJiri SlabyF: hw/misc/edu.c
1002b30934cbSJiri Slaby
1003fd5d5c56SAnthony LiguoriIDE
1004c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1005c095348bSJohn SnowL: qemu-block@nongnu.org
1006c095348bSJohn SnowS: Supported
10078d8b636dSPaolo BonziniF: include/hw/ide.h
1008c9f7acd5SThomas HuthF: include/hw/ide/
1009fd5d5c56SAnthony LiguoriF: hw/ide/
1010c095348bSJohn SnowF: hw/block/block.c
1011c095348bSJohn SnowF: hw/block/cdrom.c
1012c095348bSJohn SnowF: hw/block/hd-geometry.c
1013c095348bSJohn SnowF: tests/ide-test.c
1014c095348bSJohn SnowF: tests/ahci-test.c
1015edc35b3dSThomas HuthF: tests/cdrom-test.c
1016aee50319SJohn SnowF: tests/libqos/ahci*
1017c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1018c095348bSJohn Snow
1019caf316baSCorey MinyardIPMI
1020caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1021caf316baSCorey MinyardS: Maintained
1022caf316baSCorey MinyardF: include/hw/ipmi/*
1023caf316baSCorey MinyardF: hw/ipmi/*
1024caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1025caf316baSCorey MinyardF: tests/ipmi*
1026caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1027caf316baSCorey Minyard
1028c095348bSJohn SnowFloppy
1029c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1030c095348bSJohn SnowL: qemu-block@nongnu.org
1031c095348bSJohn SnowS: Supported
1032c095348bSJohn SnowF: hw/block/fdc.c
1033c095348bSJohn SnowF: include/hw/block/fdc.h
1034aee50319SJohn SnowF: tests/fdc-test.c
1035c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1036fd5d5c56SAnthony Liguori
1037f5f487b2SPeter MaydellOMAP
1038f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1039f5f487b2SPeter MaydellS: Maintained
10408d8b636dSPaolo BonziniF: hw/*/omap*
1041ed0db866SThomas HuthF: include/hw/arm/omap.h
1042f5f487b2SPeter Maydell
104328d54e58SPaolo BonziniIPack
104428d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
104528d54e58SPaolo BonziniS: Odd Fixes
104628d54e58SPaolo BonziniF: hw/char/ipoctal232.c
104728d54e58SPaolo BonziniF: hw/ipack/
104828d54e58SPaolo Bonzini
1049fd5d5c56SAnthony LiguoriPCI
1050fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1051fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1052fd5d5c56SAnthony LiguoriS: Supported
10538d8b636dSPaolo BonziniF: include/hw/pci/*
1054f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1055ca818cfbSMichael S. TsirkinF: hw/pci/*
1056f178bc6bSPaolo BonziniF: hw/pci-bridge/*
105768179923SPhilippe Mathieu-DaudéF: docs/pci*
105868179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1059534fd814SFam ZhengF: default-configs/pci.mak
10600e0b3592SMichael S. Tsirkin
1061d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10620e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10630e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10640e0b3592SMichael S. TsirkinS: Supported
10650e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1066d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10670e0b3592SMichael S. TsirkinF: hw/mem/*
10688d8b636dSPaolo BonziniF: hw/acpi/*
1069d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10700e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10710e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10723248f1b4SBen WarrenF: tests/bios-tables-test.c
10733248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1074fd5d5c56SAnthony Liguori
1075aaade8d7SAndreas Färberppc4xx
1076aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1077aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1078aaade8d7SAndreas FärberS: Odd Fixes
10798d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1080aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1081b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1082aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1083aaade8d7SAndreas Färber
108498cded3aSAndreas Färberppce500
108598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
108698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
108798cded3aSAndreas FärberS: Supported
10886e481d57SPeter MaydellF: hw/ppc/e500*
1089566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1090566dd236SPaolo BonziniF: hw/net/fsl_etsec/
109198cded3aSAndreas Färber
109261af0ee6SPaolo BonziniCharacter devices
109361af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
109461af0ee6SPaolo BonziniS: Odd Fixes
109561af0ee6SPaolo BonziniF: hw/char/
109661af0ee6SPaolo Bonzini
1097f536f112SPaolo BonziniNetwork devices
1098f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1099f536f112SPaolo BonziniS: Odd Fixes
1100f536f112SPaolo BonziniF: hw/net/
11016061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11026bd7776cSGreg KurzF: tests/virtio-net-test.c
1103f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1104f536f112SPaolo Bonzini
1105fd5d5c56SAnthony LiguoriSCSI
1106de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1107c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1108de7724f7SPaolo BonziniS: Supported
110974460f34SThomas HuthF: include/hw/scsi/*
11108d8b636dSPaolo BonziniF: hw/scsi/*
11116bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11121ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1113de7724f7SPaolo Bonzini
1114fcb5629dSPeter A. G. CrosthwaiteSSI
11154b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1116c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1117fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11188d8b636dSPaolo BonziniF: hw/ssi/*
11198d8b636dSPaolo BonziniF: hw/block/m25p80.c
1120982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11214b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1122982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11234b46ba61SAlistair Francis
11244b46ba61SAlistair FrancisXilinx SPI
1125c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11264b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11274b46ba61SAlistair FrancisS: Maintained
11284b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1129fcb5629dSPeter A. G. Crosthwaite
1130076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1131076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1132076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1133076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1134076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1135076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1136076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1137076a0fc3SPhilippe Mathieu-Daudé
1138fd5d5c56SAnthony LiguoriUSB
11395d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11405d0d62feSGerd HoffmannS: Maintained
11418d8b636dSPaolo BonziniF: hw/usb/*
114228edfce0SGongleiF: tests/usb-*-test.c
1143beded0ffSThomas HuthF: docs/usb2.txt
1144beded0ffSThomas HuthF: docs/usb-storage.txt
1145beded0ffSThomas HuthF: include/hw/usb.h
1146beded0ffSThomas HuthF: include/hw/usb/
1147104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1148fd5d5c56SAnthony Liguori
1149e26082fdSPaolo BonziniUSB (serial adapter)
1150e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1151e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1152e26082fdSPaolo BonziniS: Maintained
1153e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1154e26082fdSPaolo Bonzini
115592e1fb5eSAlex WilliamsonVFIO
115692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
115792e1fb5eSAlex WilliamsonS: Supported
1158cf7087dbSKim PhillipsF: hw/vfio/*
115999b88c6dSThomas HuthF: include/hw/vfio/
116092e1fb5eSAlex Williamson
11615eb74557SDong Jia Shivfio-ccw
1162c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11635eb74557SDong Jia ShiS: Supported
11645eb74557SDong Jia ShiF: hw/vfio/ccw.c
11655eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11665eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11675eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1168146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11695eb74557SDong Jia Shi
1170fd5d5c56SAnthony Liguorivhost
1171fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1172fd5d5c56SAnthony LiguoriS: Supported
11738d8b636dSPaolo BonziniF: hw/*/*vhost*
117437f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1175fd5d5c56SAnthony Liguori
1176fd5d5c56SAnthony Liguorivirtio
1177a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1178fd5d5c56SAnthony LiguoriS: Supported
11798d8b636dSPaolo BonziniF: hw/*/virtio*
118072fa605dSThomas HuthF: hw/virtio/Makefile.objs
118172fa605dSThomas HuthF: hw/virtio/trace-events
11826a084ea3SMichael S. TsirkinF: net/vhost-user.c
1183494f7b57SThomas HuthF: include/hw/virtio/
11846bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1185fd5d5c56SAnthony Liguori
1186fd5d5c56SAnthony Liguorivirtio-9p
11878c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1188fd5d5c56SAnthony LiguoriS: Supported
1189aebeca25SAndreas FärberF: hw/9pfs/
1190aebeca25SAndreas FärberF: fsdev/
11912d888c09SAndreas FärberF: tests/virtio-9p-test.c
11928c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1193fd5d5c56SAnthony Liguori
1194fd5d5c56SAnthony Liguorivirtio-blk
119554d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1196b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1197fd5d5c56SAnthony LiguoriS: Supported
11988d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1199b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12006bd7776cSGreg KurzF: tests/virtio-blk-test.c
1201b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1202fd5d5c56SAnthony Liguori
1203dd4ad64aSCornelia Huckvirtio-ccw
1204c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1205b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1206dd4ad64aSCornelia HuckS: Supported
1207dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12083e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12093e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1210146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1211dd4ad64aSCornelia Huck
1212a5d4d7b5SGerd Hoffmannvirtio-input
1213a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1214a5d4d7b5SGerd HoffmannS: Maintained
1215a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1216a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1217a5d4d7b5SGerd Hoffmann
1218fd5d5c56SAnthony Liguorivirtio-serial
1219cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1220fd5d5c56SAnthony LiguoriS: Supported
12218d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12228d8b636dSPaolo BonziniF: hw/char/virtio-console.c
122368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12246bd7776cSGreg KurzF: tests/virtio-console-test.c
12256bd7776cSGreg KurzF: tests/virtio-serial-test.c
1226fd5d5c56SAnthony Liguori
12271f51a5cbSAmit Shahvirtio-rng
1228cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12291f51a5cbSAmit ShahS: Supported
12301f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12311f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1232750cf869SThomas HuthF: include/sysemu/rng*.h
12331f51a5cbSAmit ShahF: backends/rng*.c
12346bd7776cSGreg KurzF: tests/virtio-rng-test.c
12351f51a5cbSAmit Shah
12366034011cSGongleivirtio-crypto
12376034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12386034011cSGongleiS: Supported
12396034011cSGongleiF: hw/virtio/virtio-crypto.c
12406034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12416034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12426034011cSGonglei
1243f3c507adSKeith Buschnvme
1244f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1245c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1246f3c507adSKeith BuschS: Supported
1247f3c507adSKeith BuschF: hw/block/nvme*
1248fc967791SAndreas FärberF: tests/nvme-test.c
1249f3c507adSKeith Busch
1250d383c625SHannes Reineckemegasas
12513fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1252c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1253d383c625SHannes ReineckeS: Supported
1254d383c625SHannes ReineckeF: hw/scsi/megasas.c
1255d383c625SHannes ReineckeF: hw/scsi/mfi.h
12563fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1257d383c625SHannes Reinecke
1258605d52e6SDmitry FleytmanNetwork packet abstractions
1259bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1260605d52e6SDmitry FleytmanS: Maintained
1261605d52e6SDmitry FleytmanF: include/net/eth.h
1262605d52e6SDmitry FleytmanF: net/eth.c
1263605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1264605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1265605d52e6SDmitry Fleytman
1266622fb504SDmitry FleytmanVmware
1267bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1268622fb504SDmitry FleytmanS: Maintained
1269622fb504SDmitry FleytmanF: hw/net/vmxnet*
1270622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12715a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1272622fb504SDmitry Fleytman
1273de24d3f1SScott FeldmanRocker
1274de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1275de24d3f1SScott FeldmanS: Maintained
1276de24d3f1SScott FeldmanF: hw/net/rocker/
1277de850948SThomas HuthF: tests/rocker/
1278de850948SThomas HuthF: docs/specs/rocker.txt
1279de24d3f1SScott Feldman
128070d1fb9cSXiao GuangrongNVDIMM
12817a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
128270d1fb9cSXiao GuangrongS: Maintained
128370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
128470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
128570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
128670d1fb9cSXiao Guangrong
1287093454e2SDmitry Fleytmane1000x
1288bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1289093454e2SDmitry FleytmanS: Maintained
1290093454e2SDmitry FleytmanF: hw/net/e1000x*
1291093454e2SDmitry Fleytman
12926f3fbe4eSDmitry Fleytmane1000e
1293bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12946f3fbe4eSDmitry FleytmanS: Maintained
12956f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12966f3fbe4eSDmitry Fleytman
1297ebc2327fSStefan Weileepro100
1298ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1299ebc2327fSStefan WeilS: Maintained
1300ebc2327fSStefan WeilF: hw/net/eepro100.c
1301ebc2327fSStefan Weil
1302e481a1f6SAlistair FrancisGeneric Loader
1303c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1304e481a1f6SAlistair FrancisS: Maintained
1305e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1306e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1307c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1308e481a1f6SAlistair Francis
130987a9023aSThomas HuthCHRP NVRAM
131087a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
131187a9023aSThomas HuthS: Maintained
131287a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
131387a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
131487a9023aSThomas HuthF: tests/prom-env-test.c
131587a9023aSThomas Huth
131642697d88SBen WarrenVM Generation ID
131742697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
131842697d88SBen WarrenS: Maintained
131942697d88SBen WarrenF: hw/acpi/vmgenid.c
132042697d88SBen WarrenF: include/hw/acpi/vmgenid.h
132142697d88SBen WarrenF: docs/specs/vmgenid.txt
132242697d88SBen WarrenF: tests/vmgenid-test.c
132342697d88SBen WarrenF: stubs/vmgenid.c
132442697d88SBen Warren
1325747969dbSPhilippe Mathieu-DaudéUnimplemented device
1326747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1327747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1328747969dbSPhilippe Mathieu-DaudéS: Maintained
1329747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1330747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1331747969dbSPhilippe Mathieu-Daudé
1332dbb2e472SGerd HoffmannStandard VGA
1333dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1334dbb2e472SGerd HoffmannS: Maintained
1335dbb2e472SGerd HoffmannF: hw/display/vga*
1336dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1337dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1338dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1339dbb2e472SGerd Hoffmann
134058d632c7SGerd Hoffmannramfb
134158d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
134258d632c7SGerd HoffmannS: Maintained
134358d632c7SGerd HoffmannF: hw/display/ramfb*.c
134458d632c7SGerd HoffmannF: include/hw/display/ramfb.h
134558d632c7SGerd Hoffmann
1346dbb2e472SGerd Hoffmannvirtio-gpu
1347dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1348dbb2e472SGerd HoffmannS: Maintained
1349dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1350dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1351dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1352dbb2e472SGerd Hoffmann
1353dbb2e472SGerd HoffmannCirrus VGA
1354dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1355dbb2e472SGerd HoffmannS: Odd Fixes
1356dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1357dbb2e472SGerd HoffmannF: hw/display/cirrus*
1358dbb2e472SGerd Hoffmann
1359fd5d5c56SAnthony LiguoriSubsystems
1360fd5d5c56SAnthony Liguori----------
1361fd5d5c56SAnthony LiguoriAudio
13629f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1363fd5d5c56SAnthony LiguoriS: Maintained
1364fd5d5c56SAnthony LiguoriF: audio/
13658d8b636dSPaolo BonziniF: hw/audio/
1366a2b245aeSThomas HuthF: include/hw/audio/
1367d7b50c0cSAndreas FärberF: tests/ac97-test.c
13688fa74c94SAndreas FärberF: tests/es1370-test.c
1369fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1370fd5d5c56SAnthony Liguori
137117f1e8f5SStefan HajnocziBlock layer core
1372fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1373c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1374c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1375fd5d5c56SAnthony LiguoriS: Supported
1376fd5d5c56SAnthony LiguoriF: block*
1377fd5d5c56SAnthony LiguoriF: block/
13788d8b636dSPaolo BonziniF: hw/block/
13794c346e0bSKevin WolfF: include/block/
138046078760SKevin WolfF: qemu-img*
138146078760SKevin WolfF: qemu-io*
138229242091SKevin WolfF: tests/qemu-iotests/
13838dd30c86SMax ReitzF: util/qemu-progress.c
13840bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
13850bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1386d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1387fd5d5c56SAnthony Liguori
1388d55053b1SStefan HajnocziBlock I/O path
1389d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13909ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1391d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1392d55053b1SStefan HajnocziS: Supported
139336c697bdSPaolo BonziniF: util/async.c
139436c697bdSPaolo BonziniF: util/aio-*.c
1395d55053b1SStefan HajnocziF: block/io.c
1396d55053b1SStefan HajnocziF: migration/block*
1397e1029ae2SFam ZhengF: include/block/aio.h
1398f5a53faaSStefan HajnocziF: include/block/aio-wait.h
13990a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1400d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1401d55053b1SStefan Hajnoczi
1402e5b5728cSPaolo BonziniBlock SCSI subsystem
1403e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1404c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1405e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1406e5b5728cSPaolo BonziniS: Supported
1407e5b5728cSPaolo BonziniF: include/scsi/*
1408e5b5728cSPaolo BonziniF: scsi/*
1409e5b5728cSPaolo Bonzini
1410280458a3SJeff CodyBlock Jobs
1411280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1412280458a3SJeff CodyL: qemu-block@nongnu.org
1413280458a3SJeff CodyS: Supported
1414280458a3SJeff CodyF: blockjob.c
1415280458a3SJeff CodyF: include/block/blockjob.h
141633e9e9bdSKevin WolfF: job.c
14171a90bc81SKevin WolfF: job-qmp.c
141833e9e9bdSKevin WolfF: include/block/job.h
1419280458a3SJeff CodyF: block/backup.c
1420280458a3SJeff CodyF: block/commit.c
142177346025SJeff CodyF: block/stream.c
1422280458a3SJeff CodyF: block/mirror.c
1423bf42508fSKevin WolfF: qapi/job.json
1424280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1425280458a3SJeff Cody
14264120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14274120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14284120201dSMarkus ArmbrusterS: Supported
14294120201dSMarkus ArmbrusterF: blockdev.c
14304120201dSMarkus ArmbrusterF: block/qapi.c
14314120201dSMarkus ArmbrusterF: qapi/block*.json
1432fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14334120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14344120201dSMarkus Armbruster
1435538193bcSJohn SnowDirty Bitmaps
1436538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1437538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1438538193bcSJohn SnowL: qemu-block@nongnu.org
1439538193bcSJohn SnowS: Supported
1440538193bcSJohn SnowF: util/hbitmap.c
1441538193bcSJohn SnowF: block/dirty-bitmap.c
1442538193bcSJohn SnowF: include/qemu/hbitmap.h
1443538193bcSJohn SnowF: include/block/dirty-bitmap.h
1444538193bcSJohn SnowF: tests/test-hbitmap.c
14455746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1446538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1447538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1448538193bcSJohn Snow
144961af0ee6SPaolo BonziniCharacter device backends
1450da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
145155fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1452fd5d5c56SAnthony LiguoriS: Maintained
1453178fe0aeSMarc-André LureauF: chardev/
14548228e353SMarc-André LureauF: include/chardev/
1455dbeee392SMarkus ArmbrusterF: qapi/char.json
1456fd5d5c56SAnthony Liguori
1457e26082fdSPaolo BonziniCharacter Devices (Braille)
1458e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1459e26082fdSPaolo BonziniS: Maintained
14606b10e573SMarc-André LureauF: chardev/baum.c
1461fd5d5c56SAnthony Liguori
1462e94630d3SMarkus ArmbrusterCommand line option argument parsing
1463e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1464e94630d3SMarkus ArmbrusterS: Supported
1465e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1466e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1467e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1468e94630d3SMarkus ArmbrusterF: util/keyval.c
1469e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1470e94630d3SMarkus Armbruster
14718c413e79SMarkus ArmbrusterCoverity model
14728c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14738c413e79SMarkus ArmbrusterS: Supported
14748c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
14758c413e79SMarkus Armbruster
1476f2ca0524SAndreas FärberCPU
147712b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1478f2ca0524SAndreas FärberS: Supported
1479f2ca0524SAndreas FärberF: qom/cpu.c
14806e481d57SPeter MaydellF: include/qom/cpu.h
1481f2ca0524SAndreas Färber
1482d24b569aSPeter A. G. CrosthwaiteDevice Tree
14834b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1484d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1485d24b569aSPeter A. G. CrosthwaiteS: Maintained
148682407515SThomas HuthF: device_tree.c
148782407515SThomas HuthF: include/sysemu/device_tree.h
1488d24b569aSPeter A. G. Crosthwaite
14893505a22bSMarc-André LureauDump
14903505a22bSMarc-André LureauS: Supported
14913505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14923505a22bSMarc-André LureauF: dump.c
14933505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14943505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14953505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14963505a22bSMarc-André LureauF: include/sysemu/dump.h
14973505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14983505a22bSMarc-André LureauF: stubs/dump.c
14993505a22bSMarc-André Lureau
15004f966768SMarkus ArmbrusterError reporting
15014f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15024f966768SMarkus ArmbrusterS: Supported
15034f966768SMarkus ArmbrusterF: include/qapi/error.h
15044f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15054f966768SMarkus ArmbrusterF: util/error.c
15064f966768SMarkus ArmbrusterF: util/qemu-error.c
15074f966768SMarkus Armbruster
1508fd5d5c56SAnthony LiguoriGDB stub
15095dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1510fd5d5c56SAnthony LiguoriS: Odd Fixes
1511fd5d5c56SAnthony LiguoriF: gdbstub*
1512fd5d5c56SAnthony LiguoriF: gdb-xml/
1513fd5d5c56SAnthony Liguori
151401a9c03cSPaolo BonziniMemory API
151501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
151601a9c03cSPaolo BonziniS: Supported
151701a9c03cSPaolo BonziniF: include/exec/ioport.h
151801a9c03cSPaolo BonziniF: ioport.c
151901a9c03cSPaolo BonziniF: include/exec/memory.h
15202b1641d0SPaolo BonziniF: include/exec/ram_addr.h
152101a9c03cSPaolo BonziniF: memory.c
152201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
152301a9c03cSPaolo BonziniF: exec.c
152401a9c03cSPaolo Bonzini
15257ee3bf03SGerd HoffmannSPICE
15267ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15277ee3bf03SGerd HoffmannS: Supported
15286e481d57SPeter MaydellF: include/ui/qemu-spice.h
1529438528a3SThomas HuthF: include/ui/spice-display.h
15307ee3bf03SGerd HoffmannF: ui/spice-*.c
15317ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15328d8b636dSPaolo BonziniF: hw/display/qxl*
1533608cfed6SMarkus ArmbrusterF: qapi/ui.json
15347ee3bf03SGerd Hoffmann
1535fd5d5c56SAnthony LiguoriGraphics
153625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
153725eccc37SGerd HoffmannS: Odd Fixes
1538fd5d5c56SAnthony LiguoriF: ui/
1539e220656cSThomas HuthF: include/ui/
1540608cfed6SMarkus ArmbrusterF: qapi/ui.json
1541fd5d5c56SAnthony Liguori
1542351f1bf6SAndreas FärberCocoa graphics
154330ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1544351f1bf6SAndreas FärberS: Odd Fixes
1545351f1bf6SAndreas FärberF: ui/cocoa.m
1546351f1bf6SAndreas Färber
1547fd5d5c56SAnthony LiguoriMain loop
1548da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1549da26f37aSPaolo BonziniS: Maintained
1550da26f37aSPaolo BonziniF: cpus.c
15513ecb29a3SPaolo BonziniF: util/main-loop.c
15523ecb29a3SPaolo BonziniF: util/qemu-timer.c
1553fd5d5c56SAnthony LiguoriF: vl.c
15540e201d34SMarkus ArmbrusterF: qapi/run-state.json
1555fd5d5c56SAnthony Liguori
15568899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1557c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1558fbb0621aSLuiz CapitulinoS: Maintained
1559fd5d5c56SAnthony LiguoriF: monitor.c
1560c13e9912SThomas HuthF: hmp.[ch]
1561c13e9912SThomas HuthF: hmp-commands*.hx
1562c13e9912SThomas HuthF: include/monitor/hmp-target.h
1563bbcee372SThomas HuthF: tests/test-hmp.c
1564fd5d5c56SAnthony Liguori
1565f536f112SPaolo BonziniNetwork device backends
1566442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1567fd5d5c56SAnthony LiguoriS: Maintained
1568fd5d5c56SAnthony LiguoriF: net/
1569d24b2b1cSThomas HuthF: include/net/
15705fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
15713c0bd37dSMarkus ArmbrusterF: qapi/net.json
1572fd5d5c56SAnthony Liguori
1573aee09bafSVincenzo MaffioneNetmap network backend
1574aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1575aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1576aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1577aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1578aee09bafSVincenzo MaffioneS: Maintained
1579aee09bafSVincenzo MaffioneF: net/netmap.c
1580aee09bafSVincenzo Maffione
15812f54eb98SEduardo HabkostNUMA
15822f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15832f54eb98SEduardo HabkostS: Maintained
15842f54eb98SEduardo HabkostF: numa.c
15852f54eb98SEduardo HabkostF: include/sysemu/numa.h
1586e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15872f54eb98SEduardo Habkost
15884fc264f4SEduardo HabkostHost Memory Backends
15894fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15904fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15914fc264f4SEduardo HabkostS: Maintained
15924fc264f4SEduardo HabkostF: backends/hostmem*.c
15934fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1594e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15954fc264f4SEduardo Habkost
15966034011cSGongleiCryptodev Backends
15976034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15986034011cSGongleiS: Maintained
15996034011cSGongleiF: include/sysemu/cryptodev*.h
16006034011cSGongleiF: backends/cryptodev*.c
16016034011cSGonglei
1602ad904f66SEduardo HabkostPython scripts
1603ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1604ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1605ad904f66SEduardo HabkostS: Odd fixes
1606ad904f66SEduardo HabkostF: scripts/qmp/*
1607ad904f66SEduardo HabkostF: scripts/*.py
1608ad904f66SEduardo HabkostF: tests/*.py
1609ad904f66SEduardo Habkost
16108899b4aeSLuiz CapitulinoQAPI
16119740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16128899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16139740618cSLuiz CapitulinoS: Supported
16148899b4aeSLuiz CapitulinoF: qapi/
16150311c5bdSMarkus ArmbrusterX: qapi/*.json
1616ac4abb9aSMarkus ArmbrusterF: include/qapi/
1617ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1618ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1619c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1620ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1621e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1622ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1623e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
16240311c5bdSMarkus ArmbrusterF: scripts/qapi*
1625c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16269740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16278899b4aeSLuiz Capitulino
16287810d291SLuiz CapitulinoQAPI Schema
16297810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16307810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16317810d291SLuiz CapitulinoS: Supported
16327810d291SLuiz CapitulinoF: qapi-schema.json
16330311c5bdSMarkus ArmbrusterF: qapi/*.json
16349740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16357810d291SLuiz Capitulino
1636f3582ba4SLuiz CapitulinoQObject
1637daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1638daf5dc78SMarkus ArmbrusterS: Supported
1639f3582ba4SLuiz CapitulinoF: qobject/
16407735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16417735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1642a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16437735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
164401b2ffceSMarc-André LureauF: tests/check-qnum.c
16457735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16467735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16477735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1648daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1649f3582ba4SLuiz Capitulino
1650f05d9999SMichael RothQEMU Guest Agent
1651f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1652f05d9999SMichael RothS: Maintained
1653f05d9999SMichael RothF: qga/
1654ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1655ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1656ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1657ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1658f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1659f05d9999SMichael Roth
16604688c94cSAndreas FärberQOM
16614688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16624688c94cSAndreas FärberS: Supported
16634688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16644688c94cSAndreas FärberF: include/qom/
16654688c94cSAndreas FärberX: include/qom/cpu.h
16664688c94cSAndreas FärberF: qom/
16674688c94cSAndreas FärberX: qom/cpu.c
16689f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
16699f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
16704688c94cSAndreas FärberF: tests/qom-test.c
16714688c94cSAndreas Färber
16728899b4aeSLuiz CapitulinoQMP
16739740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16749740618cSLuiz CapitulinoS: Supported
16758899b4aeSLuiz CapitulinoF: qmp.c
16768899b4aeSLuiz CapitulinoF: monitor.c
1677c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
16789740618cSLuiz CapitulinoF: scripts/qmp/
1679f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
16809740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16818899b4aeSLuiz Capitulino
1682cc0100f4SAlistair FrancisRegister API
1683c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1684cc0100f4SAlistair FrancisS: Maintained
1685cc0100f4SAlistair FrancisF: hw/core/register.c
1686cc0100f4SAlistair FrancisF: include/hw/register.h
168706a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1688cc0100f4SAlistair Francis
1689fd5d5c56SAnthony LiguoriSLIRP
1690eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1691bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1692bafc72abSJan KiszkaS: Maintained
1693fd5d5c56SAnthony LiguoriF: slirp/
1694663fb1e1SThomas HuthF: net/slirp.c
1695d24b2b1cSThomas HuthF: include/net/slirp.h
169602cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
16971ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1698fd5d5c56SAnthony Liguori
1699b1ed728aSPaolo BonziniStubs
1700b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1701b1ed728aSPaolo BonziniS: Maintained
1702b1ed728aSPaolo BonziniF: stubs/
1703b1ed728aSPaolo Bonzini
1704598a3f35SStefan HajnocziTracing
17051cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1706598a3f35SStefan HajnocziS: Maintained
1707598a3f35SStefan HajnocziF: trace/
17080e076292SThomas HuthF: trace-events
17090e076292SThomas HuthF: qemu-option-trace.texi
1710f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1711f70fd8fdSLluís VilanovaF: scripts/tracetool/
1712c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17131ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1714598a3f35SStefan Hajnoczi
17153859b6cfSMarkus ArmbrusterTPM
17166b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17176b4f250bSStefan BergerS: Maintained
17183859b6cfSMarkus ArmbrusterF: tpm.c
1719c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17203859b6cfSMarkus ArmbrusterF: hw/tpm/*
17213859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17223859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17233859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17246b4f250bSStefan BergerF: backends/tpm.c
1725adb0e917SStefan BergerF: tests/*tpm*
1726d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17273859b6cfSMarkus Armbruster
172814f40fdcSBlue SwirlCheckpatch
172914f40fdcSBlue SwirlS: Odd Fixes
173014f40fdcSBlue SwirlF: scripts/checkpatch.pl
173114f40fdcSBlue Swirl
1732c0787c8dSJuan QuintelaMigration
1733c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1734d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1735c0787c8dSJuan QuintelaS: Maintained
1736c0787c8dSJuan QuintelaF: include/migration/
173744a1f946SDr. David Alan GilbertF: migration/
1738c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1739c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17402656bfd9SJuan QuintelaF: tests/migration-test.c
1741c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
174248685a8eSMarkus ArmbrusterF: qapi/migration.json
1743c0787c8dSJuan Quintela
174492bfedb0SEduardo OtuboSeccomp
1745064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
174692bfedb0SEduardo OtuboS: Supported
174792bfedb0SEduardo OtuboF: qemu-seccomp.c
174892bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
174992bfedb0SEduardo Otubo
1750ddbb0d09SDaniel P. BerrangeCryptography
1751ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1752ddbb0d09SDaniel P. BerrangeS: Maintained
1753ddbb0d09SDaniel P. BerrangeF: crypto/
1754ddbb0d09SDaniel P. BerrangeF: include/crypto/
1755ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
17563947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1757899833cdSDaniel P. BerrangeF: qemu.sasl
1758ddbb0d09SDaniel P. Berrange
175910817bf0SDaniel P. BerrangeCoroutines
176010817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
176110817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
176210817bf0SDaniel P. BerrangeF: util/*coroutine*
176310817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
176410817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
176510817bf0SDaniel P. Berrange
176688c5f205SDaniel P. BerrangeBuffers
176788c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
176888c5f205SDaniel P. BerrangeS: Odd fixes
176988c5f205SDaniel P. BerrangeF: util/buffer.c
177088c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
177188c5f205SDaniel P. Berrange
1772666a3af9SDaniel P. BerrangeI/O Channels
1773666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1774666a3af9SDaniel P. BerrangeS: Maintained
1775666a3af9SDaniel P. BerrangeF: io/
1776666a3af9SDaniel P. BerrangeF: include/io/
1777666a3af9SDaniel P. BerrangeF: tests/test-io-*
1778666a3af9SDaniel P. Berrange
17795614a283SGerd HoffmannSockets
17805614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
17815614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
17825614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
17835614a283SGerd HoffmannS: Maintained
17845614a283SGerd HoffmannF: include/qemu/sockets.h
17855614a283SGerd HoffmannF: util/qemu-sockets.c
1786a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
17875614a283SGerd Hoffmann
1788d310d85bSAlberto GarciaThrottling infrastructure
1789d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1790d310d85bSAlberto GarciaS: Supported
1791d310d85bSAlberto GarciaF: block/throttle-groups.c
1792d310d85bSAlberto GarciaF: include/block/throttle-groups.h
179389603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1794d310d85bSAlberto GarciaF: util/throttle.c
179589603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
179689603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1797d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1798d310d85bSAlberto Garcia
1799080d7aacSFam ZhengUUID
1800080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1801080d7aacSFam ZhengS: Supported
1802080d7aacSFam ZhengF: util/uuid.c
1803080d7aacSFam ZhengF: include/qemu/uuid.h
1804080d7aacSFam ZhengF: tests/test-uuid.c
1805080d7aacSFam Zheng
1806a4cc318eSzhanghailiangCOLO Framework
1807a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1808a4cc318eSzhanghailiangS: Maintained
1809a4cc318eSzhanghailiangF: migration/colo*
1810a4cc318eSzhanghailiangF: include/migration/colo.h
1811a4cc318eSzhanghailiangF: include/migration/failover.h
1812a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1813a4cc318eSzhanghailiang
181488f82ed1SZhang ChenCOLO Proxy
1815b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
181688f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
181788f82ed1SZhang ChenS: Supported
181888f82ed1SZhang ChenF: docs/colo-proxy.txt
181988f82ed1SZhang ChenF: net/colo*
182088f82ed1SZhang ChenF: net/filter-rewriter.c
182188f82ed1SZhang ChenF: net/filter-mirror.c
182288f82ed1SZhang Chen
182362258201SPavel DovgalyukRecord/replay
182462258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
182562258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
182670b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
182762258201SPavel DovgalyukS: Supported
182862258201SPavel DovgalyukF: replay/*
182962258201SPavel DovgalyukF: block/blkreplay.c
183062258201SPavel DovgalyukF: net/filter-replay.c
183162258201SPavel DovgalyukF: include/sysemu/replay.h
183262258201SPavel DovgalyukF: docs/replay.txt
183362258201SPavel DovgalyukF: stubs/replay.c
183462258201SPavel Dovgalyuk
1835eecf5eedSPeter XuIOVA Tree
1836eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1837eecf5eedSPeter XuS: Maintained
1838eecf5eedSPeter XuF: include/qemu/iova-tree.h
1839eecf5eedSPeter XuF: util/iova-tree.c
1840eecf5eedSPeter Xu
1841fd5d5c56SAnthony LiguoriUsermode Emulation
1842fd5d5c56SAnthony Liguori------------------
1843486bbe5fSPaolo BonziniOverall
1844486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1845486bbe5fSPaolo BonziniS: Maintained
1846486bbe5fSPaolo BonziniF: thunk.c
184758410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1848486bbe5fSPaolo Bonzini
1849fd5d5c56SAnthony LiguoriBSD user
1850297e8005SMarkus ArmbrusterS: Orphan
1851fd5d5c56SAnthony LiguoriF: bsd-user/
1852ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1853fd5d5c56SAnthony Liguori
1854fd5d5c56SAnthony LiguoriLinux user
1855fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1856ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1857fd5d5c56SAnthony LiguoriS: Maintained
1858fd5d5c56SAnthony LiguoriF: linux-user/
1859ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1860e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
186142f5a7e9SAurelien Jarno
186242f5a7e9SAurelien JarnoTiny Code Generator (TCG)
186342f5a7e9SAurelien Jarno-------------------------
186442f5a7e9SAurelien JarnoCommon code
1865cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
186642f5a7e9SAurelien JarnoS: Maintained
186742f5a7e9SAurelien JarnoF: tcg/
186842f5a7e9SAurelien Jarno
1869b25a464cSClaudio FontanaAArch64 target
1870b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1871b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1872b25a464cSClaudio FontanaS: Maintained
1873b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1874b25a464cSClaudio FontanaF: tcg/aarch64/
1875c17652eeSPaolo BonziniF: disas/arm-a64.cc
1876c17652eeSPaolo BonziniF: disas/libvixl/
1877b25a464cSClaudio Fontana
187842f5a7e9SAurelien JarnoARM target
187942f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
188042f5a7e9SAurelien JarnoS: Maintained
1881b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
188242f5a7e9SAurelien JarnoF: tcg/arm/
1883c17652eeSPaolo BonziniF: disas/arm.c
188442f5a7e9SAurelien Jarno
188542f5a7e9SAurelien Jarnoi386 target
18865dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
188742f5a7e9SAurelien JarnoS: Maintained
188842f5a7e9SAurelien JarnoF: tcg/i386/
1889c17652eeSPaolo BonziniF: disas/i386.c
189042f5a7e9SAurelien Jarno
189142f5a7e9SAurelien JarnoMIPS target
1892d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
189342f5a7e9SAurelien JarnoS: Maintained
189442f5a7e9SAurelien JarnoF: tcg/mips/
1895c17652eeSPaolo BonziniF: disas/mips.c
189642f5a7e9SAurelien Jarno
189742f5a7e9SAurelien JarnoPPC
189815610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
189915610d42SPranith KumarS: Odd Fixes
190042f5a7e9SAurelien JarnoF: tcg/ppc/
1901c17652eeSPaolo BonziniF: disas/ppc.c
190242f5a7e9SAurelien Jarno
190342f5a7e9SAurelien JarnoS390 target
190442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
190542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
190642f5a7e9SAurelien JarnoS: Maintained
190742f5a7e9SAurelien JarnoF: tcg/s390/
1908c17652eeSPaolo BonziniF: disas/s390.c
1909146bd283SCornelia HuckL: qemu-s390x@nongnu.org
191042f5a7e9SAurelien Jarno
191142f5a7e9SAurelien JarnoSPARC target
1912297e8005SMarkus ArmbrusterS: Odd Fixes
191342f5a7e9SAurelien JarnoF: tcg/sparc/
1914c17652eeSPaolo BonziniF: disas/sparc.c
1915bc75c9e5SStefan Weil
1916bc75c9e5SStefan WeilTCI target
1917bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1918bc75c9e5SStefan WeilS: Maintained
19198ef9cd55SAndreas FärberF: tcg/tci/
1920752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1921c17652eeSPaolo BonziniF: disas/tci.c
1922aa09c951SAndreas Färber
1923f05b328cSStefan HajnocziBlock drivers
1924f05b328cSStefan Hajnoczi-------------
1925f05b328cSStefan HajnocziVMDK
1926f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1927c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1928f05b328cSStefan HajnocziS: Supported
1929f05b328cSStefan HajnocziF: block/vmdk.c
1930f05b328cSStefan Hajnoczi
1931f05b328cSStefan HajnocziRBD
19325a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1933280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1934280458a3SJeff CodyL: qemu-block@nongnu.org
1935f05b328cSStefan HajnocziS: Supported
1936f05b328cSStefan HajnocziF: block/rbd.c
1937280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1938f05b328cSStefan Hajnoczi
1939f05b328cSStefan HajnocziSheepdog
194053b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1941f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1942280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1943280458a3SJeff CodyL: qemu-block@nongnu.org
1944dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1945f05b328cSStefan HajnocziS: Supported
1946f05b328cSStefan HajnocziF: block/sheepdog.c
1947280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1948f05b328cSStefan Hajnoczi
1949f05b328cSStefan HajnocziVHDX
1950f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1951280458a3SJeff CodyL: qemu-block@nongnu.org
1952f05b328cSStefan HajnocziS: Supported
1953f05b328cSStefan HajnocziF: block/vhdx*
1954280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1955f05b328cSStefan Hajnoczi
1956f05b328cSStefan HajnocziVDI
1957f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1958c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1959f05b328cSStefan HajnocziS: Maintained
1960f05b328cSStefan HajnocziF: block/vdi.c
1961f05b328cSStefan Hajnoczi
1962f05b328cSStefan HajnocziiSCSI
1963f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1964f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1965f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1966c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1967f05b328cSStefan HajnocziS: Supported
1968f05b328cSStefan HajnocziF: block/iscsi.c
19692deb63c2SPeter LievenF: block/iscsi-opts.c
1970f05b328cSStefan Hajnoczi
197199c62e70SEric BlakeNetwork Block Device (NBD)
197299c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
197399c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
197499c62e70SEric BlakeL: qemu-block@nongnu.org
197599c62e70SEric BlakeS: Maintained
197699c62e70SEric BlakeF: block/nbd*
197799c62e70SEric BlakeF: nbd/
197899c62e70SEric BlakeF: include/block/nbd*
197999c62e70SEric BlakeF: qemu-nbd.*
198099c62e70SEric BlakeF: blockdev-nbd.c
198199c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
198299c62e70SEric Blake
19836542aa9cSPeter LievenNFS
1984280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
19856542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1986280458a3SJeff CodyL: qemu-block@nongnu.org
19876542aa9cSPeter LievenS: Maintained
19886542aa9cSPeter LievenF: block/nfs.c
1989280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
19906542aa9cSPeter Lieven
1991f05b328cSStefan HajnocziSSH
1992f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1993280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1994280458a3SJeff CodyL: qemu-block@nongnu.org
1995f05b328cSStefan HajnocziS: Supported
1996f05b328cSStefan HajnocziF: block/ssh.c
1997280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1998c9a12e75SChrysostomos Nanakos
1999280458a3SJeff CodyCURL
2000280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2001280458a3SJeff CodyL: qemu-block@nongnu.org
2002280458a3SJeff CodyS: Supported
2003280458a3SJeff CodyF: block/curl.c
2004280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2005280458a3SJeff Cody
2006280458a3SJeff CodyGLUSTER
2007280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2008280458a3SJeff CodyL: qemu-block@nongnu.org
2009280458a3SJeff CodyS: Supported
2010280458a3SJeff CodyF: block/gluster.c
2011280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2012b5e9476cSGonglei
2013199667a8SFam ZhengNull Block Driver
2014199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2015199667a8SFam ZhengL: qemu-block@nongnu.org
2016199667a8SFam ZhengS: Supported
2017199667a8SFam ZhengF: block/null.c
2018199667a8SFam Zheng
2019bdd6a90aSFam ZhengNVMe Block Driver
2020bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2021bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2022bdd6a90aSFam ZhengS: Supported
2023bdd6a90aSFam ZhengF: block/nvme*
2024bdd6a90aSFam Zheng
2025b5e9476cSGongleiBootdevice
2026b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2027b5e9476cSGongleiS: Maintained
2028b5e9476cSGongleiF: bootdevice.c
2029ecdda9e0SAlberto Garcia
2030ecdda9e0SAlberto GarciaQuorum
2031ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2032ecdda9e0SAlberto GarciaS: Supported
2033ecdda9e0SAlberto GarciaF: block/quorum.c
2034ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2035e7c6e631SStefan Hajnoczi
2036e7c6e631SStefan Hajnocziblkverify
2037e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2038e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2039e7c6e631SStefan HajnocziS: Supported
2040e7c6e631SStefan HajnocziF: block/blkverify.c
2041e7c6e631SStefan Hajnoczi
2042e7c6e631SStefan Hajnoczibochs
2043e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2044e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2045e7c6e631SStefan HajnocziS: Supported
2046e7c6e631SStefan HajnocziF: block/bochs.c
2047e7c6e631SStefan Hajnoczi
2048e7c6e631SStefan Hajnoczicloop
2049e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2050e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2051e7c6e631SStefan HajnocziS: Supported
2052e7c6e631SStefan HajnocziF: block/cloop.c
2053e7c6e631SStefan Hajnoczi
2054e7c6e631SStefan Hajnoczidmg
2055e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2056e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2057e7c6e631SStefan HajnocziS: Supported
2058e7c6e631SStefan HajnocziF: block/dmg.c
2059e7c6e631SStefan Hajnoczi
2060e7c6e631SStefan Hajnocziparallels
2061e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2062f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2063e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2064e7c6e631SStefan HajnocziS: Supported
2065e7c6e631SStefan HajnocziF: block/parallels.c
20665746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2067e7c6e631SStefan Hajnoczi
2068e7c6e631SStefan Hajnocziqed
2069e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2070e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2071e7c6e631SStefan HajnocziS: Supported
2072e7c6e631SStefan HajnocziF: block/qed.c
2073e7c6e631SStefan Hajnoczi
2074e7c6e631SStefan Hajnocziraw
2075e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2076e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2077e7c6e631SStefan HajnocziS: Supported
2078e7c6e631SStefan HajnocziF: block/linux-aio.c
2079f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
20802e6fc7ebSEric BlakeF: block/raw-format.c
2081c1bb86cdSEric BlakeF: block/file-posix.c
2082c1bb86cdSEric BlakeF: block/file-win32.c
2083e7c6e631SStefan HajnocziF: block/win32-aio.c
2084e7c6e631SStefan Hajnoczi
2085e7c6e631SStefan Hajnocziqcow2
2086e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2087c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2088e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2089e7c6e631SStefan HajnocziS: Supported
2090e7c6e631SStefan HajnocziF: block/qcow2*
2091b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2092e7c6e631SStefan Hajnoczi
2093e7c6e631SStefan Hajnocziqcow
2094e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2095e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2096e7c6e631SStefan HajnocziS: Supported
2097e7c6e631SStefan HajnocziF: block/qcow.c
2098e7c6e631SStefan Hajnoczi
2099e7c6e631SStefan Hajnocziblkdebug
2100e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2101c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2102e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2103e7c6e631SStefan HajnocziS: Supported
2104e7c6e631SStefan HajnocziF: block/blkdebug.c
2105e7c6e631SStefan Hajnoczi
2106e7c6e631SStefan Hajnoczivpc
2107e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2108e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2109e7c6e631SStefan HajnocziS: Supported
2110e7c6e631SStefan HajnocziF: block/vpc.c
2111e7c6e631SStefan Hajnoczi
2112e7c6e631SStefan Hajnoczivvfat
2113e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2114e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2115e7c6e631SStefan HajnocziS: Supported
2116e7c6e631SStefan HajnocziF: block/vvfat.c
2117abfe4e94SStefan Hajnoczi
2118abfe4e94SStefan HajnocziImage format fuzzer
2119abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2120abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2121abfe4e94SStefan HajnocziS: Supported
2122abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2123717171bdSDaniel P. Berrange
2124049105a3SChanglong XieReplication
2125205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21263ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2127049105a3SChanglong XieS: Supported
2128049105a3SChanglong XieF: replication*
2129049105a3SChanglong XieF: block/replication.c
2130049105a3SChanglong XieF: tests/test-replication.c
2131049105a3SChanglong XieF: docs/block-replication.txt
2132049105a3SChanglong Xie
2133a3defabbSMarcel ApfelbaumPVRDMA
2134a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2135fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2136a3defabbSMarcel ApfelbaumS: Maintained
2137a3defabbSMarcel ApfelbaumF: hw/rdma/*
2138a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2139a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2140a3defabbSMarcel Apfelbaum
2141b9e02c06SAlex BennéeBuild and test automation
2142b9e02c06SAlex Bennée-------------------------
21430475a03eSEduardo HabkostBuild and test automation
2144b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2145e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
214632b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2147b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2148e70dc7f8SAlex BennéeS: Maintained
2149b9e02c06SAlex BennéeF: .travis.yml
2150d92d886aSAlex BennéeF: .shippable.yml
2151e70dc7f8SAlex BennéeF: tests/docker/
215218023821SFam ZhengF: tests/vm/
2153e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
21542a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2155e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2156717171bdSDaniel P. Berrange
2157717171bdSDaniel P. BerrangeDocumentation
2158717171bdSDaniel P. Berrange-------------
2159717171bdSDaniel P. BerrangeBuild system architecture
2160717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2161717171bdSDaniel P. BerrangeS: Odd Fixes
2162c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
21638a49e97fSFam Zheng
2164aef45d51SDaniel P. BerrangeBuild System
2165aef45d51SDaniel P. Berrange------------
2166aef45d51SDaniel P. BerrangeGIT submodules
2167aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2168aef45d51SDaniel P. BerrangeS: Odd Fixes
2169aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2170