xref: /openbmc/qemu/MAINTAINERS (revision bdd6a90a)
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
79fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
80fd5d5c56SAnthony Liguori----------------------
81486bbe5fSPaolo BonziniOverall
825dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
832b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
842b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
862b1641d0SPaolo BonziniS: Maintained
872b1641d0SPaolo BonziniF: cpus.c
882b1641d0SPaolo BonziniF: exec.c
89c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
902b1641d0SPaolo BonziniF: include/exec/cpu*.h
912b1641d0SPaolo BonziniF: include/exec/exec-all.h
92486bbe5fSPaolo BonziniF: include/exec/helper*.h
932b1641d0SPaolo BonziniF: include/exec/tb-hash.h
94460423d3SThomas HuthF: include/sysemu/cpus.h
95486bbe5fSPaolo Bonzini
961badb586SPeter MaydellFPU emulation
971badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
981badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
991badb586SPeter MaydellS: Odd Fixes
1001badb586SPeter MaydellF: fpu/
1011badb586SPeter MaydellF: include/fpu/
1021badb586SPeter Maydell
103b6f97c14SbellardAlpha
1048d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1058d6df264SRichard HendersonS: Maintained
106fcf5ef2aSThomas HuthF: target/alpha/
1078d8b636dSPaolo BonziniF: hw/alpha/
108c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
109c17652eeSPaolo BonziniF: disas/alpha.c
110fd5d5c56SAnthony Liguori
111fd5d5c56SAnthony LiguoriARM
1121ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
113b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
114fd5d5c56SAnthony LiguoriS: Maintained
115fcf5ef2aSThomas HuthF: target/arm/
1168d8b636dSPaolo BonziniF: hw/arm/
1178d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
118f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
119c17652eeSPaolo BonziniF: disas/arm.c
120c17652eeSPaolo BonziniF: disas/arm-a64.cc
121c17652eeSPaolo BonziniF: disas/libvixl/
122fd5d5c56SAnthony Liguori
123fd5d5c56SAnthony LiguoriCRIS
124fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125fd5d5c56SAnthony LiguoriS: Maintained
126fcf5ef2aSThomas HuthF: target/cris/
1278d8b636dSPaolo BonziniF: hw/cris/
128c9b90090SThomas HuthF: include/hw/cris/
129c0bd0b50SPaolo BonziniF: tests/tcg/cris/
130c17652eeSPaolo BonziniF: disas/cris.c
131fd5d5c56SAnthony Liguori
13261766fe9SRichard HendersonHPPA (PA-RISC)
13361766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13461766fe9SRichard HendersonS: Maintained
13561766fe9SRichard HendersonF: target/hppa/
13661461802SRichard HendersonF: hw/hppa/
13761766fe9SRichard HendersonF: disas/hppa.c
13861766fe9SRichard Henderson
13907bf23a7SMichael WalleLM32
14007bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14107bf23a7SMichael WalleS: Maintained
142fcf5ef2aSThomas HuthF: target/lm32/
1434eab7a0aSMichael WalleF: disas/lm32.c
1448d8b636dSPaolo BonziniF: hw/lm32/
1454eab7a0aSMichael WalleF: hw/*/lm32_*
1464eab7a0aSMichael WalleF: hw/*/milkymist-*
1474eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1484eab7a0aSMichael WalleF: include/hw/lm32/
149c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
15007bf23a7SMichael Walle
151fd5d5c56SAnthony LiguoriM68K
152595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
153595a926dSLaurent VivierS: Maintained
154fcf5ef2aSThomas HuthF: target/m68k/
155e9a56114SThomas HuthF: disas/m68k.c
156fd5d5c56SAnthony Liguori
157abc07545SEdgar E. IglesiasMicroBlaze
158fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159fd5d5c56SAnthony LiguoriS: Maintained
160fcf5ef2aSThomas HuthF: target/microblaze/
1618d8b636dSPaolo BonziniF: hw/microblaze/
162c17652eeSPaolo BonziniF: disas/microblaze.c
163fd5d5c56SAnthony Liguori
164fd5d5c56SAnthony LiguoriMIPS
165ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1660eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
1676f640917SLeon AlraeS: Maintained
168fcf5ef2aSThomas HuthF: target/mips/
1698d8b636dSPaolo BonziniF: hw/mips/
1705995db88SThomas HuthF: hw/misc/mips_*
1715995db88SThomas HuthF: hw/intc/mips_gic.c
1725995db88SThomas HuthF: hw/timer/mips_gictimer.c
1735995db88SThomas HuthF: include/hw/mips/
1745995db88SThomas HuthF: include/hw/misc/mips_*
1755995db88SThomas HuthF: include/hw/intc/mips_gic.h
1765995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
177c0bd0b50SPaolo BonziniF: tests/tcg/mips/
178c17652eeSPaolo BonziniF: disas/mips.c
179fd5d5c56SAnthony Liguori
180d15a9c23SAnthony GreenMoxie
181d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
182d15a9c23SAnthony GreenS: Maintained
183fcf5ef2aSThomas HuthF: target/moxie/
184c17652eeSPaolo BonziniF: disas/moxie.c
185a3ccdfb5SThomas HuthF: hw/moxie/
186a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
187d15a9c23SAnthony Green
188e671711cSMarek VasutNiosII
189e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
190e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
191e671711cSMarek VasutS: Maintained
192e671711cSMarek VasutF: target/nios2/
193e671711cSMarek VasutF: hw/nios2/
194e671711cSMarek VasutF: disas/nios2.c
195e671711cSMarek Vasut
196945dad6dSJia LiuOpenRISC
1971d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
1981d7cf18dSStafford HorneS: Odd Fixes
199fcf5ef2aSThomas HuthF: target/openrisc/
200945dad6dSJia LiuF: hw/openrisc/
201c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
202945dad6dSJia Liu
203fd5d5c56SAnthony LiguoriPowerPC
204b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
205fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
206a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
207fd5d5c56SAnthony LiguoriS: Maintained
208fcf5ef2aSThomas HuthF: target/ppc/
2098d8b636dSPaolo BonziniF: hw/ppc/
210b5d55020SThomas HuthF: include/hw/ppc/
211c17652eeSPaolo BonziniF: disas/ppc.c
212fd5d5c56SAnthony Liguori
213749717a0SAlexander GrafS390
2142b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
215fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
216fd5d5c56SAnthony LiguoriS: Maintained
217fcf5ef2aSThomas HuthF: target/s390x/
2188d8b636dSPaolo BonziniF: hw/s390x/
219c17652eeSPaolo BonziniF: disas/s390.c
220146bd283SCornelia HuckL: qemu-s390x@nongnu.org
221b6f97c14Sbellard
222fd5d5c56SAnthony LiguoriSH4
223ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2242c9b7d1aSAndreas FärberS: Odd Fixes
225fcf5ef2aSThomas HuthF: target/sh4/
2268d8b636dSPaolo BonziniF: hw/sh4/
227c17652eeSPaolo BonziniF: disas/sh4.c
2288a90f900SThomas HuthF: include/hw/sh4/
229fd5d5c56SAnthony Liguori
230fd5d5c56SAnthony LiguoriSPARC
231f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2322c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
233fd5d5c56SAnthony LiguoriS: Maintained
234fcf5ef2aSThomas HuthF: target/sparc/
2358d8b636dSPaolo BonziniF: hw/sparc/
2368d8b636dSPaolo BonziniF: hw/sparc64/
237c17652eeSPaolo BonziniF: disas/sparc.c
238fd5d5c56SAnthony Liguori
239a6ea7b4cSAndreas FärberUniCore32
240a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
241a6ea7b4cSAndreas FärberS: Maintained
242fcf5ef2aSThomas HuthF: target/unicore32/
2438d8b636dSPaolo BonziniF: hw/unicore32/
24447b98d59SThomas HuthF: include/hw/unicore32/
245a6ea7b4cSAndreas Färber
246fd5d5c56SAnthony LiguoriX86
247d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
248d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
249e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
250b203a4baSEduardo HabkostS: Maintained
251fcf5ef2aSThomas HuthF: target/i386/
2528d8b636dSPaolo BonziniF: hw/i386/
253c17652eeSPaolo BonziniF: disas/i386.c
254e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
255fd5d5c56SAnthony Liguori
25616e7caaeSMax FilippovXtensa
25716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
258375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25916e7caaeSMax FilippovS: Maintained
260fcf5ef2aSThomas HuthF: target/xtensa/
2618d8b636dSPaolo BonziniF: hw/xtensa/
262c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2635a6539e6SMax FilippovF: disas/xtensa.c
26416e7caaeSMax Filippov
26548e06fe0SBastian KoppelmannTriCore
26648e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26748e06fe0SBastian KoppelmannS: Maintained
268fcf5ef2aSThomas HuthF: target/tricore/
26948e06fe0SBastian KoppelmannF: hw/tricore/
270d46d14e6SThomas HuthF: include/hw/tricore/
27148e06fe0SBastian Koppelmann
272fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
273fd5d5c56SAnthony Liguori----------------------
274fd5d5c56SAnthony Liguori
275fd5d5c56SAnthony LiguoriOverall
276c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
277fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
278fd5d5c56SAnthony LiguoriS: Supported
279fd5d5c56SAnthony LiguoriF: */kvm.*
2801962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
281a95e9a48SThomas HuthF: include/sysemu/kvm*.h
282fd5d5c56SAnthony Liguori
283ed4659d1SPeter MaydellARM
284ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
285b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
286ed4659d1SPeter MaydellS: Maintained
287fcf5ef2aSThomas HuthF: target/arm/kvm.c
288ed4659d1SPeter Maydell
289a31896c4SJames HoganMIPS
290a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
291a31896c4SJames HoganS: Maintained
292fcf5ef2aSThomas HuthF: target/mips/kvm.c
293a31896c4SJames Hogan
294fd5d5c56SAnthony LiguoriPPC
295fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
296fd5d5c56SAnthony LiguoriS: Maintained
297fcf5ef2aSThomas HuthF: target/ppc/kvm.c
298fd5d5c56SAnthony Liguori
299fd5d5c56SAnthony LiguoriS390
300b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
301c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
302fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
303fd5d5c56SAnthony LiguoriS: Maintained
304fcf5ef2aSThomas HuthF: target/s390x/kvm.c
305040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
306040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
307fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
308fcf5ef2aSThomas HuthF: target/s390x/machine.c
30974b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3104277af19SCornelia HuckF: hw/intc/s390_flic.c
3114277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3124277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
313c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3143e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3153e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
316146bd283SCornelia HuckL: qemu-s390x@nongnu.org
317fd5d5c56SAnthony Liguori
318fd5d5c56SAnthony LiguoriX86
319d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
320fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
321fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
322fd5d5c56SAnthony LiguoriS: Supported
323fcf5ef2aSThomas HuthF: target/i386/kvm.c
324fd5d5c56SAnthony Liguori
3258a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3268a6b0cd7SStefano Stabellini----------------------
3278a6b0cd7SStefano Stabellini
3288a6b0cd7SStefano StabelliniX86
3293623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3303623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3316d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3328a6b0cd7SStefano StabelliniS: Supported
3338a6b0cd7SStefano StabelliniF: */xen*
334d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
335c92451c2SPaolo BonziniF: hw/char/xen_console.c
336c92451c2SPaolo BonziniF: hw/display/xenfb.c
337c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3389027ac50SStefano StabelliniF: hw/block/xen_*
339c92451c2SPaolo BonziniF: hw/xen/
340c92451c2SPaolo BonziniF: hw/xenpv/
3419027ac50SStefano StabelliniF: hw/i386/xen/
342c92451c2SPaolo BonziniF: include/hw/xen/
3439027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3448a6b0cd7SStefano Stabellini
3451bdd6874SStefan WeilHosts:
3461bdd6874SStefan Weil------
3471bdd6874SStefan Weil
3481bdd6874SStefan WeilLINUX
3491bdd6874SStefan WeilL: qemu-devel@nongnu.org
3501bdd6874SStefan WeilS: Maintained
3511bdd6874SStefan WeilF: linux-*
3521bdd6874SStefan WeilF: linux-headers/
3531bdd6874SStefan Weil
3541bdd6874SStefan WeilPOSIX
3551bdd6874SStefan WeilL: qemu-devel@nongnu.org
3561bdd6874SStefan WeilS: Maintained
3571bdd6874SStefan WeilF: *posix*
3581bdd6874SStefan Weil
3593c2bdbc1SKamil RytarowskiNETBSD
3603c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3613c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3623c2bdbc1SKamil RytarowskiS: Maintained
3631b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3643c2bdbc1SKamil Rytarowski
3651bdd6874SStefan WeilW32, W64
3661bdd6874SStefan WeilL: qemu-devel@nongnu.org
3671bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3681bdd6874SStefan WeilS: Maintained
3691bdd6874SStefan WeilF: *win32*
37003972660SThomas HuthF: */*win32*
37103972660SThomas HuthF: include/*/*win32*
37203972660SThomas HuthX: qga/*win32*
373885bdc95SStefan WeilF: qemu.nsi
3741bdd6874SStefan Weil
375fd5d5c56SAnthony LiguoriARM Machines
376fd5d5c56SAnthony Liguori------------
37784291fe7SliguangAllwinner-a10
37885b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
379b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38084291fe7SliguangS: Maintained
38185b4d5daSBeniamino GalvaniF: hw/*/allwinner*
38285b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
38384291fe7SliguangF: hw/arm/cubieboard.c
38484291fe7Sliguang
385e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
38606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
387b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38806271000SPaolo BonziniS: Maintained
38906271000SPaolo BonziniF: hw/char/pl011.c
390c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
39106271000SPaolo BonziniF: hw/display/pl110*
39206271000SPaolo BonziniF: hw/dma/pl080.c
39306271000SPaolo BonziniF: hw/dma/pl330.c
39406271000SPaolo BonziniF: hw/gpio/pl061.c
39506271000SPaolo BonziniF: hw/input/pl050.c
39606271000SPaolo BonziniF: hw/intc/pl190.c
39706271000SPaolo BonziniF: hw/sd/pl181.c
39806271000SPaolo BonziniF: hw/timer/pl031.c
39906271000SPaolo BonziniF: include/hw/arm/primecell.h
400e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
401e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
402e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
403e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
40406271000SPaolo Bonzini
40506271000SPaolo BonziniARM cores
40606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
407b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40806271000SPaolo BonziniS: Maintained
40906271000SPaolo BonziniF: hw/intc/arm*
41006271000SPaolo BonziniF: hw/intc/gic_internal.h
41106271000SPaolo BonziniF: hw/misc/a9scu.c
41206271000SPaolo BonziniF: hw/misc/arm11scu.c
41306271000SPaolo BonziniF: hw/timer/a9gtimer*
414c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
415c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
41606271000SPaolo BonziniF: include/hw/intc/arm*
41706271000SPaolo BonziniF: include/hw/misc/a9scu.h
41806271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41906271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
42006271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
421c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
422c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
42306271000SPaolo Bonzini
424fc63dcffSEvgeny VoevodinExynos
425f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
426b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
427fc63dcffSEvgeny VoevodinS: Maintained
4288d8b636dSPaolo BonziniF: hw/*/exynos*
429ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
430fc63dcffSEvgeny Voevodin
431766fd09fSMark LangsdorfCalxeda Highbank
4329ef137caSRob HerringM: Rob Herring <robh@kernel.org>
433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4349ef137caSRob HerringS: Maintained
4358d8b636dSPaolo BonziniF: hw/arm/highbank.c
4368d8b636dSPaolo BonziniF: hw/net/xgmac.c
437766fd09fSMark Langsdorf
4389082f121SAntony PavlovCanon DIGIC
4399082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
440b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4419082f121SAntony PavlovS: Maintained
4429082f121SAntony PavlovF: include/hw/arm/digic.h
4439082f121SAntony PavlovF: hw/*/digic*
4449082f121SAntony Pavlov
445fd5d5c56SAnthony LiguoriGumstix
4465dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
447b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
448fd5d5c56SAnthony LiguoriS: Orphan
4498d8b636dSPaolo BonziniF: hw/arm/gumstix.c
450fd5d5c56SAnthony Liguori
4510325559dSPeter Chubbi.MX31
4520325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
453b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4540325559dSPeter ChubbS: Odd fixes
4558d8b636dSPaolo BonziniF: hw/*/imx*
456f7e242d6SThomas HuthF: include/hw/*/imx*
4578d8b636dSPaolo BonziniF: hw/arm/kzm.c
458ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4590325559dSPeter Chubb
460fd5d5c56SAnthony LiguoriIntegrator CP
4611ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
462b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
463fd5d5c56SAnthony LiguoriS: Maintained
4648d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
465f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
466fd5d5c56SAnthony Liguori
467e5a6a6e6SPeter MaydellMPS2
468e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
469e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
470e5a6a6e6SPeter MaydellS: Maintained
471e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
472e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
473e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
474e5a6a6e6SPeter Maydell
475fd5d5c56SAnthony LiguoriMusicpal
476fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
477b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
478fd5d5c56SAnthony LiguoriS: Maintained
4798d8b636dSPaolo BonziniF: hw/arm/musicpal.c
480fd5d5c56SAnthony Liguori
481fd5d5c56SAnthony LiguorinSeries
482fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
483b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
484fd5d5c56SAnthony LiguoriS: Maintained
4858d8b636dSPaolo BonziniF: hw/arm/nseries.c
486fd5d5c56SAnthony Liguori
487fd5d5c56SAnthony LiguoriPalm
488fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
489b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
490fd5d5c56SAnthony LiguoriS: Maintained
4918d8b636dSPaolo BonziniF: hw/arm/palm.c
492fd5d5c56SAnthony Liguori
493fd5d5c56SAnthony LiguoriReal View
4941ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
495b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
496fd5d5c56SAnthony LiguoriS: Maintained
4978d8b636dSPaolo BonziniF: hw/arm/realview*
498f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4995ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5005ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
501fd5d5c56SAnthony Liguori
5029b31bff0SPaolo BonziniPXA2XX
503fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
504b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
505fd5d5c56SAnthony LiguoriS: Maintained
5069b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5078d8b636dSPaolo BonziniF: hw/arm/spitz.c
5089b31bff0SPaolo BonziniF: hw/arm/tosa.c
5099b31bff0SPaolo BonziniF: hw/arm/z2.c
5109b31bff0SPaolo BonziniF: hw/*/pxa2xx*
511f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
512ed0db866SThomas HuthF: include/hw/arm/pxa.h
513fd5d5c56SAnthony Liguori
514fd5d5c56SAnthony LiguoriStellaris
5151ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
516b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
517fd5d5c56SAnthony LiguoriS: Maintained
5188d8b636dSPaolo BonziniF: hw/*/stellaris*
519fd5d5c56SAnthony Liguori
520fd5d5c56SAnthony LiguoriVersatile PB
5211ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
522b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
523fd5d5c56SAnthony LiguoriS: Maintained
5248d8b636dSPaolo BonziniF: hw/*/versatile*
525c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
526fd5d5c56SAnthony Liguori
527e3260506SPeter A. G. CrosthwaiteXilinx Zynq
528cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5294b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
530b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
531e3260506SPeter A. G. CrosthwaiteS: Maintained
532cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5338d8b636dSPaolo BonziniF: hw/*/cadence_*
534f7e242d6SThomas HuthF: hw/misc/zynq*
535f7e242d6SThomas HuthF: include/hw/misc/zynq*
536cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
537e3260506SPeter A. G. Crosthwaite
538137805f5SAlistair FrancisXilinx ZynqMP
539137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
540cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
541b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
542137805f5SAlistair FrancisS: Maintained
543cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
544f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
545137805f5SAlistair Francis
5468f4d260eSShannon ZhaoARM ACPI Subsystem
5478f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
548e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
549b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5508f4d260eSShannon ZhaoS: Maintained
5518f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5528f4d260eSShannon Zhao
553a1f8193bSAlistair FrancisSTM32F205
554a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
555a1f8193bSAlistair FrancisS: Maintained
556a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
557a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
558a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
559a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
560a1f8193bSAlistair FrancisF: hw/adc/*
561a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5620e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
563a1f8193bSAlistair Francis
564a1f8193bSAlistair FrancisNetduino 2
565a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
566a1f8193bSAlistair FrancisS: Maintained
567a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
568a1f8193bSAlistair Francis
569670bc4cbSSubbaraya SundeepSmartFusion2
570670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
571670bc4cbSSubbaraya SundeepS: Maintained
572670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
573670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
574670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
575670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
576670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
577670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
578670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
579670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
580670bc4cbSSubbaraya Sundeep
581670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
582670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
583670bc4cbSSubbaraya SundeepS: Maintained
584670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
585670bc4cbSSubbaraya Sundeep
586fd5d5c56SAnthony LiguoriCRIS Machines
587fd5d5c56SAnthony Liguori-------------
588fd5d5c56SAnthony LiguoriAxis Dev88
589fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590fd5d5c56SAnthony LiguoriS: Maintained
5918d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5926e481d57SPeter MaydellF: hw/*/etraxfs_*.c
593fd5d5c56SAnthony Liguori
59407bf23a7SMichael WalleLM32 Machines
59507bf23a7SMichael Walle-------------
59607bf23a7SMichael WalleEVR32 and uclinux BSP
59707bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
59807bf23a7SMichael WalleS: Maintained
5998d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
60007bf23a7SMichael Walle
601d118aa6bSMichael Wallemilkymist
602d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
603d118aa6bSMichael WalleS: Maintained
6048d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
605d118aa6bSMichael Walle
606afcacd53SAurelien JarnoM68K Machines
607fd5d5c56SAnthony Liguori-------------
608fd5d5c56SAnthony Liguorian5206
6095baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6105baf2741SThomas HuthS: Odd Fixes
6118d8b636dSPaolo BonziniF: hw/m68k/an5206.c
612e9a56114SThomas HuthF: hw/m68k/mcf5206.c
613fd5d5c56SAnthony Liguori
614fd5d5c56SAnthony Liguorimcf5208
6155baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6165baf2741SThomas HuthS: Odd Fixes
6178d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
618e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
619e9a56114SThomas HuthF: hw/char/mcf_uart.c
620e9a56114SThomas HuthF: hw/net/mcf_fec.c
6215baf2741SThomas HuthF: include/hw/m68k/mcf*.h
622fd5d5c56SAnthony Liguori
623fd5d5c56SAnthony LiguoriMicroBlaze Machines
624b6f97c14Sbellard-------------------
625fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
626fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
627fd5d5c56SAnthony LiguoriS: Maintained
6286e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
629b6f97c14Sbellard
630d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6314b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
632d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6338d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
634d36e8ce7SPeter A. G. Crosthwaite
635fd5d5c56SAnthony LiguoriMIPS Machines
636fd5d5c56SAnthony Liguori-------------
637fd5d5c56SAnthony LiguoriJazz
638fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
639fd5d5c56SAnthony LiguoriS: Maintained
6408d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
641fd5d5c56SAnthony Liguori
642fd5d5c56SAnthony LiguoriMalta
643fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
644fd5d5c56SAnthony LiguoriS: Maintained
6458d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
646fd5d5c56SAnthony Liguori
647fd5d5c56SAnthony LiguoriMipssim
6480eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
649659f42d8SYongbok KimS: Odd Fixes
6508d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
651659f42d8SYongbok KimF: hw/net/mipsnet.c
652fd5d5c56SAnthony Liguori
653fd5d5c56SAnthony LiguoriR4000
654fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
655fd5d5c56SAnthony LiguoriS: Maintained
6568d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
657fd5d5c56SAnthony Liguori
658659f42d8SYongbok KimFulong 2E
6590eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
660659f42d8SYongbok KimS: Odd Fixes
661659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
662659f42d8SYongbok Kim
663659f42d8SYongbok KimBoston
66494d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
665659f42d8SYongbok KimS: Maintained
666659f42d8SYongbok KimF: hw/core/loader-fit.c
667659f42d8SYongbok KimF: hw/mips/boston.c
668659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
669659f42d8SYongbok Kim
670945dad6dSJia LiuOpenRISC Machines
671945dad6dSJia Liu-----------------
672945dad6dSJia Liuor1k-sim
673945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
674945dad6dSJia LiuS: Maintained
675945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
676945dad6dSJia Liu
677fd5d5c56SAnthony LiguoriPowerPC Machines
678fd5d5c56SAnthony Liguori----------------
679fd5d5c56SAnthony Liguori405
680fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
681a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6829b9fe135SAndreas FärberS: Odd Fixes
6838d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
684fd5d5c56SAnthony Liguori
685aaade8d7SAndreas FärberBamboo
686aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
687aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
688aaade8d7SAndreas FärberS: Odd Fixes
6898d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
690aaade8d7SAndreas Färber
69198cded3aSAndreas Färbere500
69298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
69398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
69498cded3aSAndreas FärberS: Supported
69598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
69698cded3aSAndreas FärberF: hw/ppc/e500plat.c
697b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
698b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
699b5d55020SThomas HuthF: pc-bios/u-boot.e500
70098cded3aSAndreas Färber
70198cded3aSAndreas Färbermpc8544ds
70298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
70398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
70498cded3aSAndreas FärberS: Supported
70598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7068d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
70798cded3aSAndreas Färber
708fd5d5c56SAnthony LiguoriNew World
709fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
710a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
711fd5d5c56SAnthony LiguoriS: Maintained
712baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7136e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7146e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7158d8b636dSPaolo BonziniF: hw/misc/macio/
716b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
717b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
718fd5d5c56SAnthony Liguori
719fd5d5c56SAnthony LiguoriOld World
720fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
721a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
722fd5d5c56SAnthony LiguoriS: Maintained
723baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7246e481d57SPeter MaydellF: hw/pci-host/grackle.c
7258d8b636dSPaolo BonziniF: hw/misc/macio/
726835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
727fd5d5c56SAnthony Liguori
728ec38d398SAndreas FärberPReP
7298178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7309f38774dSAndreas FärberL: qemu-devel@nongnu.org
731a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7328178e89cSHervé PoussineauS: Maintained
73375610155SAndreas FärberF: hw/ppc/prep.c
7348178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7358178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7366e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7370a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
7388d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
7391cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
740cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
741cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
742835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
743fd5d5c56SAnthony Liguori
744300b115cSAndreas FärbersPAPR
745085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7468a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7478a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7488a269ca4SAndreas FärberS: Supported
7498d8b636dSPaolo BonziniF: hw/*/spapr*
750f9de2da7SDavid GibsonF: include/hw/*/spapr*
751f9de2da7SDavid GibsonF: hw/*/xics*
752f9de2da7SDavid GibsonF: include/hw/*/xics*
753f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
754b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
755b5d55020SThomas HuthF: pc-bios/slof.bin
756bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
757b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
758b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
759a70ab357SGreg KurzF: tests/spapr*
760a70ab357SGreg KurzF: tests/libqos/*spapr*
761a70ab357SGreg KurzF: tests/rtas*
762a70ab357SGreg KurzF: tests/libqos/rtas*
7638a269ca4SAndreas Färber
764794d00bfSAndreas Färbervirtex_ml507
765794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
766794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
767794d00bfSAndreas FärberS: Odd Fixes
7686e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
769794d00bfSAndreas Färber
770a9dd6604SBALATON Zoltansam460ex
771a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
772a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
773a9dd6604SBALATON ZoltanS: Maintained
774a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
775a9dd6604SBALATON Zoltan
776fd5d5c56SAnthony LiguoriSH4 Machines
777fd5d5c56SAnthony Liguori------------
778fd5d5c56SAnthony LiguoriR2D
779fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
780fd5d5c56SAnthony LiguoriS: Maintained
7816e481d57SPeter MaydellF: hw/sh4/r2d.c
78281527b94SThomas HuthF: hw/intc/sh_intc.c
78381527b94SThomas HuthF: hw/timer/sh_timer.c
784fd5d5c56SAnthony Liguori
785fd5d5c56SAnthony LiguoriShix
786fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
78781527b94SThomas HuthS: Odd Fixes
7886e481d57SPeter MaydellF: hw/sh4/shix.c
789fd5d5c56SAnthony Liguori
790fd5d5c56SAnthony LiguoriSPARC Machines
791fd5d5c56SAnthony Liguori--------------
792fd5d5c56SAnthony LiguoriSun4m
793f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
794fd5d5c56SAnthony LiguoriS: Maintained
7958d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
796c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
797c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7987098b79eSThomas HuthF: hw/misc/eccmemctl.c
7997098b79eSThomas HuthF: hw/misc/slavio_misc.c
800c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
801c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
802c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
803fd5d5c56SAnthony Liguori
804fd5d5c56SAnthony LiguoriSun4u
805f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
806fd5d5c56SAnthony LiguoriS: Maintained
8078d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
808c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
809fd5d5c56SAnthony Liguori
810a2664ca0SArtyom TarasenkoSun4v
811a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
812a2664ca0SArtyom TarasenkoS: Maintained
813626e4a4bSFam ZhengF: hw/sparc64/niagara.c
814a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
815a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
816a2664ca0SArtyom Tarasenko
817ce6c760cSFabien ChouteauLeon3
818ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
819ce6c760cSFabien ChouteauS: Maintained
8208d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8218d8b636dSPaolo BonziniF: hw/*/grlib*
822c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
823ce6c760cSFabien Chouteau
824fd5d5c56SAnthony LiguoriS390 Machines
825fd5d5c56SAnthony Liguori-------------
826dd4ad64aSCornelia HuckS390 Virtio-ccw
827c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
828b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
829dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
830dd4ad64aSCornelia HuckS: Supported
8310c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8329d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
833c5bfb202SCornelia HuckF: hw/s390x/
8344277af19SCornelia HuckF: include/hw/s390x/
8354277af19SCornelia HuckF: pc-bios/s390-ccw/
836c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8371e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8381e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
8391e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8403e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8413e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
842146bd283SCornelia HuckL: qemu-s390x@nongnu.org
843dd4ad64aSCornelia Huck
844ab9528caSGuan XuetaoUniCore32 Machines
845ab9528caSGuan Xuetao-------------
846ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
847ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
848ab9528caSGuan XuetaoS: Maintained
8498d8b636dSPaolo BonziniF: hw/*/puv3*
850ab9528caSGuan XuetaoF: hw/unicore32/
851ab9528caSGuan Xuetao
852fd5d5c56SAnthony LiguoriX86 Machines
853fd5d5c56SAnthony Liguori------------
854fd5d5c56SAnthony LiguoriPC
855046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8561bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
857fd5d5c56SAnthony LiguoriS: Supported
858046a6486SMichael S. TsirkinF: include/hw/i386/
859046a6486SMichael S. TsirkinF: hw/i386/
860046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
861046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
862046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
863046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
864046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
865046a6486SMichael S. TsirkinF: hw/isa/piix4.c
866046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
867046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
868046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
869046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
870046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
871f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8729cc3b73cSPaolo BonziniF: hw/misc/sga.c
8739cc3b73cSPaolo Bonzini
8749cc3b73cSPaolo BonziniPC Chipset
8759cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8769cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8771732be86SPhilippe Mathieu-DaudéS: Supported
8789cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8799cc3b73cSPaolo BonziniF: hw/char/parallel.c
8809cc3b73cSPaolo BonziniF: hw/char/serial*
8819cc3b73cSPaolo BonziniF: hw/dma/i8257*
8829cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8831732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
8849cc3b73cSPaolo BonziniF: hw/intc/apic*
8859cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8869cc3b73cSPaolo BonziniF: hw/intc/i8259*
8879cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8889cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8899cc3b73cSPaolo BonziniF: hw/timer/hpet*
8909cc3b73cSPaolo BonziniF: hw/timer/i8254*
8919cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
892edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
893866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
894a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
895ea638a45SPhilippe Mathieu-DaudéF: include/hw/isa/i8257.h
896a2feb348SThomas HuthF: include/hw/timer/hpet.h
897a2feb348SThomas HuthF: include/hw/timer/i8254*
898a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
899046a6486SMichael S. Tsirkin
9005da4fb00SMichael S. TsirkinMachine core
9015da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9025da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9035da4fb00SMichael S. TsirkinS: Supported
9045da4fb00SMichael S. TsirkinF: hw/core/machine.c
905c1629c5cSThomas HuthF: hw/core/null-machine.c
9065da4fb00SMichael S. TsirkinF: include/hw/boards.h
907e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
908fd5d5c56SAnthony Liguori
90916e7caaeSMax FilippovXtensa Machines
91016e7caaeSMax Filippov---------------
911375847a6SMax Filippovsim
91216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
91316e7caaeSMax FilippovS: Maintained
914437a8c11SMax FilippovF: hw/xtensa/sim.c
915375847a6SMax Filippov
916437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
917375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
918375847a6SMax FilippovS: Maintained
919437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
920437a8c11SMax FilippovF: hw/net/opencores_eth.c
92116e7caaeSMax Filippov
922fd5d5c56SAnthony LiguoriDevices
923fd5d5c56SAnthony Liguori-------
924b30934cbSJiri SlabyEDU
925b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
926b30934cbSJiri SlabyS: Maintained
927b30934cbSJiri SlabyF: hw/misc/edu.c
928b30934cbSJiri Slaby
929fd5d5c56SAnthony LiguoriIDE
930c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
931c095348bSJohn SnowL: qemu-block@nongnu.org
932c095348bSJohn SnowS: Supported
9338d8b636dSPaolo BonziniF: include/hw/ide.h
934c9f7acd5SThomas HuthF: include/hw/ide/
935fd5d5c56SAnthony LiguoriF: hw/ide/
936c095348bSJohn SnowF: hw/block/block.c
937c095348bSJohn SnowF: hw/block/cdrom.c
938c095348bSJohn SnowF: hw/block/hd-geometry.c
939c095348bSJohn SnowF: tests/ide-test.c
940c095348bSJohn SnowF: tests/ahci-test.c
941aee50319SJohn SnowF: tests/libqos/ahci*
942c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
943c095348bSJohn Snow
944caf316baSCorey MinyardIPMI
945caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
946caf316baSCorey MinyardS: Maintained
947caf316baSCorey MinyardF: include/hw/ipmi/*
948caf316baSCorey MinyardF: hw/ipmi/*
949caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
950caf316baSCorey MinyardF: tests/ipmi*
951caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
952caf316baSCorey Minyard
953c095348bSJohn SnowFloppy
954c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
955c095348bSJohn SnowL: qemu-block@nongnu.org
956c095348bSJohn SnowS: Supported
957c095348bSJohn SnowF: hw/block/fdc.c
958c095348bSJohn SnowF: include/hw/block/fdc.h
959aee50319SJohn SnowF: tests/fdc-test.c
960c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
961fd5d5c56SAnthony Liguori
962f5f487b2SPeter MaydellOMAP
963f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
964f5f487b2SPeter MaydellS: Maintained
9658d8b636dSPaolo BonziniF: hw/*/omap*
966ed0db866SThomas HuthF: include/hw/arm/omap.h
967f5f487b2SPeter Maydell
96828d54e58SPaolo BonziniIPack
96928d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
97028d54e58SPaolo BonziniS: Odd Fixes
97128d54e58SPaolo BonziniF: hw/char/ipoctal232.c
97228d54e58SPaolo BonziniF: hw/ipack/
97328d54e58SPaolo Bonzini
974fd5d5c56SAnthony LiguoriPCI
975fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
976874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
977fd5d5c56SAnthony LiguoriS: Supported
9788d8b636dSPaolo BonziniF: include/hw/pci/*
979f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
980ca818cfbSMichael S. TsirkinF: hw/pci/*
981f178bc6bSPaolo BonziniF: hw/pci-bridge/*
98268179923SPhilippe Mathieu-DaudéF: docs/pci*
98368179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
984534fd814SFam ZhengF: default-configs/pci.mak
9850e0b3592SMichael S. Tsirkin
986d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9870e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9880e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9890e0b3592SMichael S. TsirkinS: Supported
9900e0b3592SMichael S. TsirkinF: include/hw/acpi/*
991d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9920e0b3592SMichael S. TsirkinF: hw/mem/*
9938d8b636dSPaolo BonziniF: hw/acpi/*
994d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9950e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9960e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9973248f1b4SBen WarrenF: tests/bios-tables-test.c
9983248f1b4SBen WarrenF: tests/acpi-utils.[hc]
999fd5d5c56SAnthony Liguori
1000aaade8d7SAndreas Färberppc4xx
1001aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1002aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1003aaade8d7SAndreas FärberS: Odd Fixes
10048d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1005aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1006b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1007aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1008aaade8d7SAndreas Färber
100998cded3aSAndreas Färberppce500
101098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
101198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
101298cded3aSAndreas FärberS: Supported
10136e481d57SPeter MaydellF: hw/ppc/e500*
1014566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1015566dd236SPaolo BonziniF: hw/net/fsl_etsec/
101698cded3aSAndreas Färber
101761af0ee6SPaolo BonziniCharacter devices
101861af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
101961af0ee6SPaolo BonziniS: Odd Fixes
102061af0ee6SPaolo BonziniF: hw/char/
102161af0ee6SPaolo Bonzini
1022f536f112SPaolo BonziniNetwork devices
1023f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1024f536f112SPaolo BonziniS: Odd Fixes
1025f536f112SPaolo BonziniF: hw/net/
10266061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10276bd7776cSGreg KurzF: tests/virtio-net-test.c
1028f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1029f536f112SPaolo Bonzini
1030fd5d5c56SAnthony LiguoriSCSI
1031de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1032c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1033de7724f7SPaolo BonziniS: Supported
103474460f34SThomas HuthF: include/hw/scsi/*
10358d8b636dSPaolo BonziniF: hw/scsi/*
10366bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10371ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1038de7724f7SPaolo Bonzini
1039fcb5629dSPeter A. G. CrosthwaiteSSI
10404b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1041982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
1042fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10438d8b636dSPaolo BonziniF: hw/ssi/*
10448d8b636dSPaolo BonziniF: hw/block/m25p80.c
1045982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10464b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1047982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10484b46ba61SAlistair Francis
10494b46ba61SAlistair FrancisXilinx SPI
10504b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10514b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10524b46ba61SAlistair FrancisS: Maintained
10534b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1054fcb5629dSPeter A. G. Crosthwaite
1055fd5d5c56SAnthony LiguoriUSB
10565d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10575d0d62feSGerd HoffmannS: Maintained
10588d8b636dSPaolo BonziniF: hw/usb/*
105928edfce0SGongleiF: tests/usb-*-test.c
1060beded0ffSThomas HuthF: docs/usb2.txt
1061beded0ffSThomas HuthF: docs/usb-storage.txt
1062beded0ffSThomas HuthF: include/hw/usb.h
1063beded0ffSThomas HuthF: include/hw/usb/
1064104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1065fd5d5c56SAnthony Liguori
1066e26082fdSPaolo BonziniUSB (serial adapter)
1067e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1068e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1069e26082fdSPaolo BonziniS: Maintained
1070e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1071e26082fdSPaolo Bonzini
107292e1fb5eSAlex WilliamsonVFIO
107392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
107492e1fb5eSAlex WilliamsonS: Supported
1075cf7087dbSKim PhillipsF: hw/vfio/*
107699b88c6dSThomas HuthF: include/hw/vfio/
107792e1fb5eSAlex Williamson
10785eb74557SDong Jia Shivfio-ccw
1079c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10805eb74557SDong Jia ShiS: Supported
10815eb74557SDong Jia ShiF: hw/vfio/ccw.c
10825eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10835eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10845eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1085146bd283SCornelia HuckL: qemu-s390x@nongnu.org
10865eb74557SDong Jia Shi
1087fd5d5c56SAnthony Liguorivhost
1088fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1089fd5d5c56SAnthony LiguoriS: Supported
10908d8b636dSPaolo BonziniF: hw/*/*vhost*
109137f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1092fd5d5c56SAnthony Liguori
1093fd5d5c56SAnthony Liguorivirtio
1094a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1095fd5d5c56SAnthony LiguoriS: Supported
10968d8b636dSPaolo BonziniF: hw/*/virtio*
109772fa605dSThomas HuthF: hw/virtio/Makefile.objs
109872fa605dSThomas HuthF: hw/virtio/trace-events
10996a084ea3SMichael S. TsirkinF: net/vhost-user.c
1100494f7b57SThomas HuthF: include/hw/virtio/
11016bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1102fd5d5c56SAnthony Liguori
1103fd5d5c56SAnthony Liguorivirtio-9p
11048c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1105fd5d5c56SAnthony LiguoriS: Supported
1106aebeca25SAndreas FärberF: hw/9pfs/
1107aebeca25SAndreas FärberF: fsdev/
11082d888c09SAndreas FärberF: tests/virtio-9p-test.c
11098c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1110fd5d5c56SAnthony Liguori
1111fd5d5c56SAnthony Liguorivirtio-blk
111254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1113b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1114fd5d5c56SAnthony LiguoriS: Supported
11158d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1116b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11176bd7776cSGreg KurzF: tests/virtio-blk-test.c
1118b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1119fd5d5c56SAnthony Liguori
1120dd4ad64aSCornelia Huckvirtio-ccw
1121c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1122b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1123dd4ad64aSCornelia HuckS: Supported
1124dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11253e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11263e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1127146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1128dd4ad64aSCornelia Huck
1129a5d4d7b5SGerd Hoffmannvirtio-input
1130a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1131a5d4d7b5SGerd HoffmannS: Maintained
1132a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1133a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1134a5d4d7b5SGerd Hoffmann
1135fd5d5c56SAnthony Liguorivirtio-serial
1136cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1137fd5d5c56SAnthony LiguoriS: Supported
11388d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11398d8b636dSPaolo BonziniF: hw/char/virtio-console.c
114068a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11416bd7776cSGreg KurzF: tests/virtio-console-test.c
11426bd7776cSGreg KurzF: tests/virtio-serial-test.c
1143fd5d5c56SAnthony Liguori
11441f51a5cbSAmit Shahvirtio-rng
1145cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11461f51a5cbSAmit ShahS: Supported
11471f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11481f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1149750cf869SThomas HuthF: include/sysemu/rng*.h
11501f51a5cbSAmit ShahF: backends/rng*.c
11516bd7776cSGreg KurzF: tests/virtio-rng-test.c
11521f51a5cbSAmit Shah
11536034011cSGongleivirtio-crypto
11546034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11556034011cSGongleiS: Supported
11566034011cSGongleiF: hw/virtio/virtio-crypto.c
11576034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11586034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11596034011cSGonglei
1160f3c507adSKeith Buschnvme
1161f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1162c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1163f3c507adSKeith BuschS: Supported
1164f3c507adSKeith BuschF: hw/block/nvme*
1165fc967791SAndreas FärberF: tests/nvme-test.c
1166f3c507adSKeith Busch
1167d383c625SHannes Reineckemegasas
11683fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1169c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1170d383c625SHannes ReineckeS: Supported
1171d383c625SHannes ReineckeF: hw/scsi/megasas.c
1172d383c625SHannes ReineckeF: hw/scsi/mfi.h
11733fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1174d383c625SHannes Reinecke
1175605d52e6SDmitry FleytmanNetwork packet abstractions
1176bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1177605d52e6SDmitry FleytmanS: Maintained
1178605d52e6SDmitry FleytmanF: include/net/eth.h
1179605d52e6SDmitry FleytmanF: net/eth.c
1180605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1181605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1182605d52e6SDmitry Fleytman
1183622fb504SDmitry FleytmanVmware
1184bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1185622fb504SDmitry FleytmanS: Maintained
1186622fb504SDmitry FleytmanF: hw/net/vmxnet*
1187622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
11885a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1189622fb504SDmitry Fleytman
1190de24d3f1SScott FeldmanRocker
1191de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1192de24d3f1SScott FeldmanS: Maintained
1193de24d3f1SScott FeldmanF: hw/net/rocker/
1194de850948SThomas HuthF: tests/rocker/
1195de850948SThomas HuthF: docs/specs/rocker.txt
1196de24d3f1SScott Feldman
119770d1fb9cSXiao GuangrongNVDIMM
11987a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
119970d1fb9cSXiao GuangrongS: Maintained
120070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
120170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
120270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
120370d1fb9cSXiao Guangrong
1204093454e2SDmitry Fleytmane1000x
1205bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1206093454e2SDmitry FleytmanS: Maintained
1207093454e2SDmitry FleytmanF: hw/net/e1000x*
1208093454e2SDmitry Fleytman
12096f3fbe4eSDmitry Fleytmane1000e
1210bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12116f3fbe4eSDmitry FleytmanS: Maintained
12126f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12136f3fbe4eSDmitry Fleytman
1214ebc2327fSStefan Weileepro100
1215ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1216ebc2327fSStefan WeilS: Maintained
1217ebc2327fSStefan WeilF: hw/net/eepro100.c
1218ebc2327fSStefan Weil
1219e481a1f6SAlistair FrancisGeneric Loader
1220e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1221e481a1f6SAlistair FrancisS: Maintained
1222e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1223e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1224c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1225e481a1f6SAlistair Francis
122687a9023aSThomas HuthCHRP NVRAM
122787a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
122887a9023aSThomas HuthS: Maintained
122987a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
123087a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
123187a9023aSThomas HuthF: tests/prom-env-test.c
123287a9023aSThomas Huth
123342697d88SBen WarrenVM Generation ID
123442697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
123542697d88SBen WarrenS: Maintained
123642697d88SBen WarrenF: hw/acpi/vmgenid.c
123742697d88SBen WarrenF: include/hw/acpi/vmgenid.h
123842697d88SBen WarrenF: docs/specs/vmgenid.txt
123942697d88SBen WarrenF: tests/vmgenid-test.c
124042697d88SBen WarrenF: stubs/vmgenid.c
124142697d88SBen Warren
1242747969dbSPhilippe Mathieu-DaudéUnimplemented device
1243747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1244747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1245747969dbSPhilippe Mathieu-DaudéS: Maintained
1246747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1247747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1248747969dbSPhilippe Mathieu-Daudé
1249fd5d5c56SAnthony LiguoriSubsystems
1250fd5d5c56SAnthony Liguori----------
1251fd5d5c56SAnthony LiguoriAudio
12529f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1253fd5d5c56SAnthony LiguoriS: Maintained
1254fd5d5c56SAnthony LiguoriF: audio/
12558d8b636dSPaolo BonziniF: hw/audio/
1256a2b245aeSThomas HuthF: include/hw/audio/
1257d7b50c0cSAndreas FärberF: tests/ac97-test.c
12588fa74c94SAndreas FärberF: tests/es1370-test.c
1259fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1260fd5d5c56SAnthony Liguori
126117f1e8f5SStefan HajnocziBlock layer core
1262fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1263c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1264c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1265fd5d5c56SAnthony LiguoriS: Supported
1266fd5d5c56SAnthony LiguoriF: block*
1267fd5d5c56SAnthony LiguoriF: block/
12688d8b636dSPaolo BonziniF: hw/block/
12694c346e0bSKevin WolfF: include/block/
127046078760SKevin WolfF: qemu-img*
127146078760SKevin WolfF: qemu-io*
127229242091SKevin WolfF: tests/qemu-iotests/
12738dd30c86SMax ReitzF: util/qemu-progress.c
1274d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1275fd5d5c56SAnthony Liguori
1276d55053b1SStefan HajnocziBlock I/O path
1277d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12789ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1279d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1280d55053b1SStefan HajnocziS: Supported
128136c697bdSPaolo BonziniF: util/async.c
128236c697bdSPaolo BonziniF: util/aio-*.c
1283d55053b1SStefan HajnocziF: block/io.c
1284d55053b1SStefan HajnocziF: migration/block*
1285e1029ae2SFam ZhengF: include/block/aio.h
12860a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1287d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1288d55053b1SStefan Hajnoczi
1289e5b5728cSPaolo BonziniBlock SCSI subsystem
1290e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1291c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1292e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1293e5b5728cSPaolo BonziniS: Supported
1294e5b5728cSPaolo BonziniF: include/scsi/*
1295e5b5728cSPaolo BonziniF: scsi/*
1296e5b5728cSPaolo Bonzini
1297280458a3SJeff CodyBlock Jobs
1298280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1299280458a3SJeff CodyL: qemu-block@nongnu.org
1300280458a3SJeff CodyS: Supported
1301280458a3SJeff CodyF: blockjob.c
1302280458a3SJeff CodyF: include/block/blockjob.h
1303280458a3SJeff CodyF: block/backup.c
1304280458a3SJeff CodyF: block/commit.c
130577346025SJeff CodyF: block/stream.c
1306280458a3SJeff CodyF: block/mirror.c
1307280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1308280458a3SJeff Cody
13094120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13104120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13114120201dSMarkus ArmbrusterS: Supported
13124120201dSMarkus ArmbrusterF: blockdev.c
13134120201dSMarkus ArmbrusterF: block/qapi.c
13144120201dSMarkus ArmbrusterF: qapi/block*.json
1315fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13164120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13174120201dSMarkus Armbruster
1318538193bcSJohn SnowDirty Bitmaps
1319538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1320538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1321538193bcSJohn SnowL: qemu-block@nongnu.org
1322538193bcSJohn SnowS: Supported
1323538193bcSJohn SnowF: util/hbitmap.c
1324538193bcSJohn SnowF: block/dirty-bitmap.c
1325538193bcSJohn SnowF: include/qemu/hbitmap.h
1326538193bcSJohn SnowF: include/block/dirty-bitmap.h
1327538193bcSJohn SnowF: tests/test-hbitmap.c
13285746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1329538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1330538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1331538193bcSJohn Snow
133261af0ee6SPaolo BonziniCharacter device backends
1333da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
133455fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1335fd5d5c56SAnthony LiguoriS: Maintained
1336178fe0aeSMarc-André LureauF: chardev/
13378228e353SMarc-André LureauF: include/chardev/
1338dbeee392SMarkus ArmbrusterF: qapi/char.json
1339fd5d5c56SAnthony Liguori
1340e26082fdSPaolo BonziniCharacter Devices (Braille)
1341e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1342e26082fdSPaolo BonziniS: Maintained
13436b10e573SMarc-André LureauF: chardev/baum.c
1344fd5d5c56SAnthony Liguori
1345e94630d3SMarkus ArmbrusterCommand line option argument parsing
1346e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1347e94630d3SMarkus ArmbrusterS: Supported
1348e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1349e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1350e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1351e94630d3SMarkus ArmbrusterF: util/keyval.c
1352e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1353e94630d3SMarkus Armbruster
13548c413e79SMarkus ArmbrusterCoverity model
13558c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13568c413e79SMarkus ArmbrusterS: Supported
13578c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13588c413e79SMarkus Armbruster
1359f2ca0524SAndreas FärberCPU
136012b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1361f2ca0524SAndreas FärberS: Supported
1362f2ca0524SAndreas FärberF: qom/cpu.c
13636e481d57SPeter MaydellF: include/qom/cpu.h
1364f2ca0524SAndreas Färber
1365d24b569aSPeter A. G. CrosthwaiteDevice Tree
13664b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1367d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1368d24b569aSPeter A. G. CrosthwaiteS: Maintained
136982407515SThomas HuthF: device_tree.c
137082407515SThomas HuthF: include/sysemu/device_tree.h
1371d24b569aSPeter A. G. Crosthwaite
13723505a22bSMarc-André LureauDump
13733505a22bSMarc-André LureauS: Supported
13743505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
13753505a22bSMarc-André LureauF: dump.c
13763505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
13773505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
13783505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
13793505a22bSMarc-André LureauF: include/sysemu/dump.h
13803505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
13813505a22bSMarc-André LureauF: stubs/dump.c
13823505a22bSMarc-André Lureau
13834f966768SMarkus ArmbrusterError reporting
13844f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13854f966768SMarkus ArmbrusterS: Supported
13864f966768SMarkus ArmbrusterF: include/qapi/error.h
13874f966768SMarkus ArmbrusterF: include/qemu/error-report.h
13884f966768SMarkus ArmbrusterF: util/error.c
13894f966768SMarkus ArmbrusterF: util/qemu-error.c
13904f966768SMarkus Armbruster
1391fd5d5c56SAnthony LiguoriGDB stub
13925dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1393fd5d5c56SAnthony LiguoriS: Odd Fixes
1394fd5d5c56SAnthony LiguoriF: gdbstub*
1395fd5d5c56SAnthony LiguoriF: gdb-xml/
1396fd5d5c56SAnthony Liguori
139701a9c03cSPaolo BonziniMemory API
139801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
139901a9c03cSPaolo BonziniS: Supported
140001a9c03cSPaolo BonziniF: include/exec/ioport.h
140101a9c03cSPaolo BonziniF: ioport.c
140201a9c03cSPaolo BonziniF: include/exec/memory.h
14032b1641d0SPaolo BonziniF: include/exec/ram_addr.h
140401a9c03cSPaolo BonziniF: memory.c
140501a9c03cSPaolo BonziniF: include/exec/memory-internal.h
140601a9c03cSPaolo BonziniF: exec.c
140701a9c03cSPaolo Bonzini
14087ee3bf03SGerd HoffmannSPICE
14097ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14107ee3bf03SGerd HoffmannS: Supported
14116e481d57SPeter MaydellF: include/ui/qemu-spice.h
1412438528a3SThomas HuthF: include/ui/spice-display.h
14137ee3bf03SGerd HoffmannF: ui/spice-*.c
14147ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14158d8b636dSPaolo BonziniF: hw/display/qxl*
1416608cfed6SMarkus ArmbrusterF: qapi/ui.json
14177ee3bf03SGerd Hoffmann
1418fd5d5c56SAnthony LiguoriGraphics
141925eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
142025eccc37SGerd HoffmannS: Odd Fixes
1421fd5d5c56SAnthony LiguoriF: ui/
1422e220656cSThomas HuthF: include/ui/
1423608cfed6SMarkus ArmbrusterF: qapi/ui.json
1424fd5d5c56SAnthony Liguori
1425351f1bf6SAndreas FärberCocoa graphics
142630ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1427351f1bf6SAndreas FärberS: Odd Fixes
1428351f1bf6SAndreas FärberF: ui/cocoa.m
1429351f1bf6SAndreas Färber
1430fd5d5c56SAnthony LiguoriMain loop
1431da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1432da26f37aSPaolo BonziniS: Maintained
1433da26f37aSPaolo BonziniF: cpus.c
14343ecb29a3SPaolo BonziniF: util/main-loop.c
14353ecb29a3SPaolo BonziniF: util/qemu-timer.c
1436fd5d5c56SAnthony LiguoriF: vl.c
14370e201d34SMarkus ArmbrusterF: qapi/run-state.json
1438fd5d5c56SAnthony Liguori
14398899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1440c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1441fbb0621aSLuiz CapitulinoS: Maintained
1442fd5d5c56SAnthony LiguoriF: monitor.c
1443c13e9912SThomas HuthF: hmp.[ch]
1444c13e9912SThomas HuthF: hmp-commands*.hx
1445c13e9912SThomas HuthF: include/monitor/hmp-target.h
1446bbcee372SThomas HuthF: tests/test-hmp.c
1447fd5d5c56SAnthony Liguori
1448f536f112SPaolo BonziniNetwork device backends
1449442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1450fd5d5c56SAnthony LiguoriS: Maintained
1451fd5d5c56SAnthony LiguoriF: net/
1452d24b2b1cSThomas HuthF: include/net/
14535fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14543c0bd37dSMarkus ArmbrusterF: qapi/net.json
1455fd5d5c56SAnthony Liguori
1456aee09bafSVincenzo MaffioneNetmap network backend
1457aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1458aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1459aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1460aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1461aee09bafSVincenzo MaffioneS: Maintained
1462aee09bafSVincenzo MaffioneF: net/netmap.c
1463aee09bafSVincenzo Maffione
14642f54eb98SEduardo HabkostNUMA
14652f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14662f54eb98SEduardo HabkostS: Maintained
14672f54eb98SEduardo HabkostF: numa.c
14682f54eb98SEduardo HabkostF: include/sysemu/numa.h
1469e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14702f54eb98SEduardo Habkost
14714fc264f4SEduardo HabkostHost Memory Backends
14724fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14734fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
14744fc264f4SEduardo HabkostS: Maintained
14754fc264f4SEduardo HabkostF: backends/hostmem*.c
14764fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1477e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14784fc264f4SEduardo Habkost
14796034011cSGongleiCryptodev Backends
14806034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
14816034011cSGongleiS: Maintained
14826034011cSGongleiF: include/sysemu/cryptodev*.h
14836034011cSGongleiF: backends/cryptodev*.c
14846034011cSGonglei
1485ad904f66SEduardo HabkostPython scripts
1486ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1487ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1488ad904f66SEduardo HabkostS: Odd fixes
1489ad904f66SEduardo HabkostF: scripts/qmp/*
1490ad904f66SEduardo HabkostF: scripts/*.py
1491ad904f66SEduardo HabkostF: tests/*.py
1492ad904f66SEduardo Habkost
14938899b4aeSLuiz CapitulinoQAPI
14949740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14958899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
14969740618cSLuiz CapitulinoS: Supported
14978899b4aeSLuiz CapitulinoF: qapi/
14980311c5bdSMarkus ArmbrusterX: qapi/*.json
1499ac4abb9aSMarkus ArmbrusterF: include/qapi/
1500ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1501ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1502c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1503ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1504e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1505ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1506e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15070311c5bdSMarkus ArmbrusterF: scripts/qapi*
1508c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15099740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15108899b4aeSLuiz Capitulino
15117810d291SLuiz CapitulinoQAPI Schema
15127810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15137810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15147810d291SLuiz CapitulinoS: Supported
15157810d291SLuiz CapitulinoF: qapi-schema.json
15160311c5bdSMarkus ArmbrusterF: qapi/*.json
15179740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15187810d291SLuiz Capitulino
1519f3582ba4SLuiz CapitulinoQObject
1520daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1521daf5dc78SMarkus ArmbrusterS: Supported
1522f3582ba4SLuiz CapitulinoF: qobject/
15237735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15247735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1525a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15267735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
152701b2ffceSMarc-André LureauF: tests/check-qnum.c
15287735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15297735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15307735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1531daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1532f3582ba4SLuiz Capitulino
1533f05d9999SMichael RothQEMU Guest Agent
1534f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1535f05d9999SMichael RothS: Maintained
1536f05d9999SMichael RothF: qga/
1537ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1538ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1539ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1540ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1541f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1542f05d9999SMichael Roth
15434688c94cSAndreas FärberQOM
15444688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15454688c94cSAndreas FärberS: Supported
15464688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15474688c94cSAndreas FärberF: include/qom/
15484688c94cSAndreas FärberX: include/qom/cpu.h
15494688c94cSAndreas FärberF: qom/
15504688c94cSAndreas FärberX: qom/cpu.c
15519f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15529f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15534688c94cSAndreas FärberF: tests/qom-test.c
15544688c94cSAndreas Färber
15558899b4aeSLuiz CapitulinoQMP
15569740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15579740618cSLuiz CapitulinoS: Supported
15588899b4aeSLuiz CapitulinoF: qmp.c
15598899b4aeSLuiz CapitulinoF: monitor.c
1560c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15619740618cSLuiz CapitulinoF: scripts/qmp/
1562f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15639740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15648899b4aeSLuiz Capitulino
1565cc0100f4SAlistair FrancisRegister API
1566cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1567cc0100f4SAlistair FrancisS: Maintained
1568cc0100f4SAlistair FrancisF: hw/core/register.c
1569cc0100f4SAlistair FrancisF: include/hw/register.h
157006a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1571cc0100f4SAlistair Francis
1572fd5d5c56SAnthony LiguoriSLIRP
1573eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1574bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1575bafc72abSJan KiszkaS: Maintained
1576fd5d5c56SAnthony LiguoriF: slirp/
1577663fb1e1SThomas HuthF: net/slirp.c
1578d24b2b1cSThomas HuthF: include/net/slirp.h
15791ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1580fd5d5c56SAnthony Liguori
1581b1ed728aSPaolo BonziniStubs
1582b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1583b1ed728aSPaolo BonziniS: Maintained
1584b1ed728aSPaolo BonziniF: stubs/
1585b1ed728aSPaolo Bonzini
1586598a3f35SStefan HajnocziTracing
15871cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1588598a3f35SStefan HajnocziS: Maintained
1589598a3f35SStefan HajnocziF: trace/
1590f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1591f70fd8fdSLluís VilanovaF: scripts/tracetool/
1592c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
15931ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1594598a3f35SStefan Hajnoczi
15953859b6cfSMarkus ArmbrusterTPM
15966b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
15976b4f250bSStefan BergerS: Maintained
15983859b6cfSMarkus ArmbrusterF: tpm.c
1599c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16003859b6cfSMarkus ArmbrusterF: hw/tpm/*
16013859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16023859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16033859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16046b4f250bSStefan BergerF: backends/tpm.c
1605d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16063859b6cfSMarkus Armbruster
160714f40fdcSBlue SwirlCheckpatch
160814f40fdcSBlue SwirlS: Odd Fixes
160914f40fdcSBlue SwirlF: scripts/checkpatch.pl
161014f40fdcSBlue Swirl
1611c0787c8dSJuan QuintelaMigration
1612c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1613d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1614c0787c8dSJuan QuintelaS: Maintained
1615c0787c8dSJuan QuintelaF: include/migration/
161644a1f946SDr. David Alan GilbertF: migration/
1617c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1618c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16192656bfd9SJuan QuintelaF: tests/migration-test.c
1620c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
162148685a8eSMarkus ArmbrusterF: qapi/migration.json
1622c0787c8dSJuan Quintela
162392bfedb0SEduardo OtuboSeccomp
1624064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
162592bfedb0SEduardo OtuboS: Supported
162692bfedb0SEduardo OtuboF: qemu-seccomp.c
162792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
162892bfedb0SEduardo Otubo
1629ddbb0d09SDaniel P. BerrangeCryptography
1630ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1631ddbb0d09SDaniel P. BerrangeS: Maintained
1632ddbb0d09SDaniel P. BerrangeF: crypto/
1633ddbb0d09SDaniel P. BerrangeF: include/crypto/
1634ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16353947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1636899833cdSDaniel P. BerrangeF: qemu.sasl
1637ddbb0d09SDaniel P. Berrange
163810817bf0SDaniel P. BerrangeCoroutines
163910817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
164010817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
164110817bf0SDaniel P. BerrangeF: util/*coroutine*
164210817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
164310817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
164410817bf0SDaniel P. Berrange
164588c5f205SDaniel P. BerrangeBuffers
164688c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
164788c5f205SDaniel P. BerrangeS: Odd fixes
164888c5f205SDaniel P. BerrangeF: util/buffer.c
164988c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
165088c5f205SDaniel P. Berrange
1651666a3af9SDaniel P. BerrangeI/O Channels
1652666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1653666a3af9SDaniel P. BerrangeS: Maintained
1654666a3af9SDaniel P. BerrangeF: io/
1655666a3af9SDaniel P. BerrangeF: include/io/
1656666a3af9SDaniel P. BerrangeF: tests/test-io-*
1657666a3af9SDaniel P. Berrange
16585614a283SGerd HoffmannSockets
16595614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16605614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16615614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16625614a283SGerd HoffmannS: Maintained
16635614a283SGerd HoffmannF: include/qemu/sockets.h
16645614a283SGerd HoffmannF: util/qemu-sockets.c
1665a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16665614a283SGerd Hoffmann
1667d310d85bSAlberto GarciaThrottling infrastructure
1668d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1669d310d85bSAlberto GarciaS: Supported
1670d310d85bSAlberto GarciaF: block/throttle-groups.c
1671d310d85bSAlberto GarciaF: include/block/throttle-groups.h
167289603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1673d310d85bSAlberto GarciaF: util/throttle.c
167489603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
167589603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1676d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1677d310d85bSAlberto Garcia
1678080d7aacSFam ZhengUUID
1679080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1680080d7aacSFam ZhengS: Supported
1681080d7aacSFam ZhengF: util/uuid.c
1682080d7aacSFam ZhengF: include/qemu/uuid.h
1683080d7aacSFam ZhengF: tests/test-uuid.c
1684080d7aacSFam Zheng
1685a4cc318eSzhanghailiangCOLO Framework
1686a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1687a4cc318eSzhanghailiangS: Maintained
1688a4cc318eSzhanghailiangF: migration/colo*
1689a4cc318eSzhanghailiangF: include/migration/colo.h
1690a4cc318eSzhanghailiangF: include/migration/failover.h
1691a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1692a4cc318eSzhanghailiang
169388f82ed1SZhang ChenCOLO Proxy
1694b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
169588f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
169688f82ed1SZhang ChenS: Supported
169788f82ed1SZhang ChenF: docs/colo-proxy.txt
169888f82ed1SZhang ChenF: net/colo*
169988f82ed1SZhang ChenF: net/filter-rewriter.c
170088f82ed1SZhang ChenF: net/filter-mirror.c
170188f82ed1SZhang Chen
170262258201SPavel DovgalyukRecord/replay
170362258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
170462258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
170570b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
170662258201SPavel DovgalyukS: Supported
170762258201SPavel DovgalyukF: replay/*
170862258201SPavel DovgalyukF: block/blkreplay.c
170962258201SPavel DovgalyukF: net/filter-replay.c
171062258201SPavel DovgalyukF: include/sysemu/replay.h
171162258201SPavel DovgalyukF: docs/replay.txt
171262258201SPavel DovgalyukF: stubs/replay.c
171362258201SPavel Dovgalyuk
1714fd5d5c56SAnthony LiguoriUsermode Emulation
1715fd5d5c56SAnthony Liguori------------------
1716486bbe5fSPaolo BonziniOverall
1717486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1718486bbe5fSPaolo BonziniS: Maintained
1719486bbe5fSPaolo BonziniF: thunk.c
172058410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1721486bbe5fSPaolo Bonzini
1722fd5d5c56SAnthony LiguoriBSD user
1723297e8005SMarkus ArmbrusterS: Orphan
1724fd5d5c56SAnthony LiguoriF: bsd-user/
1725ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1726fd5d5c56SAnthony Liguori
1727fd5d5c56SAnthony LiguoriLinux user
1728fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1729ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1730fd5d5c56SAnthony LiguoriS: Maintained
1731fd5d5c56SAnthony LiguoriF: linux-user/
1732ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
173342f5a7e9SAurelien Jarno
173442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
173542f5a7e9SAurelien Jarno-------------------------
173642f5a7e9SAurelien JarnoCommon code
1737cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
173842f5a7e9SAurelien JarnoS: Maintained
173942f5a7e9SAurelien JarnoF: tcg/
174042f5a7e9SAurelien Jarno
1741b25a464cSClaudio FontanaAArch64 target
1742b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1743b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1744b25a464cSClaudio FontanaS: Maintained
1745b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1746b25a464cSClaudio FontanaF: tcg/aarch64/
1747c17652eeSPaolo BonziniF: disas/arm-a64.cc
1748c17652eeSPaolo BonziniF: disas/libvixl/
1749b25a464cSClaudio Fontana
175042f5a7e9SAurelien JarnoARM target
175142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
175242f5a7e9SAurelien JarnoS: Maintained
1753b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
175442f5a7e9SAurelien JarnoF: tcg/arm/
1755c17652eeSPaolo BonziniF: disas/arm.c
175642f5a7e9SAurelien Jarno
175742f5a7e9SAurelien Jarnoi386 target
17585dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
175942f5a7e9SAurelien JarnoS: Maintained
176042f5a7e9SAurelien JarnoF: tcg/i386/
1761c17652eeSPaolo BonziniF: disas/i386.c
176242f5a7e9SAurelien Jarno
176342f5a7e9SAurelien JarnoMIPS target
1764d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
176542f5a7e9SAurelien JarnoS: Maintained
176642f5a7e9SAurelien JarnoF: tcg/mips/
1767c17652eeSPaolo BonziniF: disas/mips.c
176842f5a7e9SAurelien Jarno
176942f5a7e9SAurelien JarnoPPC
177015610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
177115610d42SPranith KumarS: Odd Fixes
177242f5a7e9SAurelien JarnoF: tcg/ppc/
1773c17652eeSPaolo BonziniF: disas/ppc.c
177442f5a7e9SAurelien Jarno
177542f5a7e9SAurelien JarnoS390 target
177642f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
177742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
177842f5a7e9SAurelien JarnoS: Maintained
177942f5a7e9SAurelien JarnoF: tcg/s390/
1780c17652eeSPaolo BonziniF: disas/s390.c
1781146bd283SCornelia HuckL: qemu-s390x@nongnu.org
178242f5a7e9SAurelien Jarno
178342f5a7e9SAurelien JarnoSPARC target
1784297e8005SMarkus ArmbrusterS: Odd Fixes
178542f5a7e9SAurelien JarnoF: tcg/sparc/
1786c17652eeSPaolo BonziniF: disas/sparc.c
1787bc75c9e5SStefan Weil
1788bc75c9e5SStefan WeilTCI target
1789bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1790bc75c9e5SStefan WeilS: Maintained
17918ef9cd55SAndreas FärberF: tcg/tci/
1792752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1793c17652eeSPaolo BonziniF: disas/tci.c
1794aa09c951SAndreas Färber
1795f05b328cSStefan HajnocziBlock drivers
1796f05b328cSStefan Hajnoczi-------------
1797f05b328cSStefan HajnocziVMDK
1798f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1799c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1800f05b328cSStefan HajnocziS: Supported
1801f05b328cSStefan HajnocziF: block/vmdk.c
1802f05b328cSStefan Hajnoczi
1803f05b328cSStefan HajnocziRBD
18045a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1805280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1806280458a3SJeff CodyL: qemu-block@nongnu.org
1807f05b328cSStefan HajnocziS: Supported
1808f05b328cSStefan HajnocziF: block/rbd.c
1809280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1810f05b328cSStefan Hajnoczi
1811f05b328cSStefan HajnocziSheepdog
181253b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1813f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1814280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1815280458a3SJeff CodyL: qemu-block@nongnu.org
1816dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1817f05b328cSStefan HajnocziS: Supported
1818f05b328cSStefan HajnocziF: block/sheepdog.c
1819280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1820f05b328cSStefan Hajnoczi
1821f05b328cSStefan HajnocziVHDX
1822f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1823280458a3SJeff CodyL: qemu-block@nongnu.org
1824f05b328cSStefan HajnocziS: Supported
1825f05b328cSStefan HajnocziF: block/vhdx*
1826280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1827f05b328cSStefan Hajnoczi
1828f05b328cSStefan HajnocziVDI
1829f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1830c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1831f05b328cSStefan HajnocziS: Maintained
1832f05b328cSStefan HajnocziF: block/vdi.c
1833f05b328cSStefan Hajnoczi
1834f05b328cSStefan HajnocziiSCSI
1835f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1836f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1837f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1838c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1839f05b328cSStefan HajnocziS: Supported
1840f05b328cSStefan HajnocziF: block/iscsi.c
18412deb63c2SPeter LievenF: block/iscsi-opts.c
1842f05b328cSStefan Hajnoczi
184399c62e70SEric BlakeNetwork Block Device (NBD)
184499c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
184599c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
184699c62e70SEric BlakeL: qemu-block@nongnu.org
184799c62e70SEric BlakeS: Maintained
184899c62e70SEric BlakeF: block/nbd*
184999c62e70SEric BlakeF: nbd/
185099c62e70SEric BlakeF: include/block/nbd*
185199c62e70SEric BlakeF: qemu-nbd.*
185299c62e70SEric BlakeF: blockdev-nbd.c
185399c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
185499c62e70SEric Blake
18556542aa9cSPeter LievenNFS
1856280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18576542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1858280458a3SJeff CodyL: qemu-block@nongnu.org
18596542aa9cSPeter LievenS: Maintained
18606542aa9cSPeter LievenF: block/nfs.c
1861280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18626542aa9cSPeter Lieven
1863f05b328cSStefan HajnocziSSH
1864f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1865280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1866280458a3SJeff CodyL: qemu-block@nongnu.org
1867f05b328cSStefan HajnocziS: Supported
1868f05b328cSStefan HajnocziF: block/ssh.c
1869280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1870c9a12e75SChrysostomos Nanakos
1871280458a3SJeff CodyCURL
1872280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1873280458a3SJeff CodyL: qemu-block@nongnu.org
1874280458a3SJeff CodyS: Supported
1875280458a3SJeff CodyF: block/curl.c
1876280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1877280458a3SJeff Cody
1878280458a3SJeff CodyGLUSTER
1879280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1880280458a3SJeff CodyL: qemu-block@nongnu.org
1881280458a3SJeff CodyS: Supported
1882280458a3SJeff CodyF: block/gluster.c
1883280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1884b5e9476cSGonglei
1885199667a8SFam ZhengNull Block Driver
1886199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1887199667a8SFam ZhengL: qemu-block@nongnu.org
1888199667a8SFam ZhengS: Supported
1889199667a8SFam ZhengF: block/null.c
1890199667a8SFam Zheng
1891*bdd6a90aSFam ZhengNVMe Block Driver
1892*bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1893*bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1894*bdd6a90aSFam ZhengS: Supported
1895*bdd6a90aSFam ZhengF: block/nvme*
1896*bdd6a90aSFam Zheng
1897b5e9476cSGongleiBootdevice
1898b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1899b5e9476cSGongleiS: Maintained
1900b5e9476cSGongleiF: bootdevice.c
1901ecdda9e0SAlberto Garcia
1902ecdda9e0SAlberto GarciaQuorum
1903ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1904ecdda9e0SAlberto GarciaS: Supported
1905ecdda9e0SAlberto GarciaF: block/quorum.c
1906ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1907e7c6e631SStefan Hajnoczi
1908e7c6e631SStefan Hajnocziblkverify
1909e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1910e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1911e7c6e631SStefan HajnocziS: Supported
1912e7c6e631SStefan HajnocziF: block/blkverify.c
1913e7c6e631SStefan Hajnoczi
1914e7c6e631SStefan Hajnoczibochs
1915e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1916e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1917e7c6e631SStefan HajnocziS: Supported
1918e7c6e631SStefan HajnocziF: block/bochs.c
1919e7c6e631SStefan Hajnoczi
1920e7c6e631SStefan Hajnoczicloop
1921e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1922e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1923e7c6e631SStefan HajnocziS: Supported
1924e7c6e631SStefan HajnocziF: block/cloop.c
1925e7c6e631SStefan Hajnoczi
1926e7c6e631SStefan Hajnoczidmg
1927e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1928e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1929e7c6e631SStefan HajnocziS: Supported
1930e7c6e631SStefan HajnocziF: block/dmg.c
1931e7c6e631SStefan Hajnoczi
1932e7c6e631SStefan Hajnocziparallels
1933e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1934f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1935e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1936e7c6e631SStefan HajnocziS: Supported
1937e7c6e631SStefan HajnocziF: block/parallels.c
19385746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1939e7c6e631SStefan Hajnoczi
1940e7c6e631SStefan Hajnocziqed
1941e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1942e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1943e7c6e631SStefan HajnocziS: Supported
1944e7c6e631SStefan HajnocziF: block/qed.c
1945e7c6e631SStefan Hajnoczi
1946e7c6e631SStefan Hajnocziraw
1947e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1948e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1949e7c6e631SStefan HajnocziS: Supported
1950e7c6e631SStefan HajnocziF: block/linux-aio.c
1951f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19522e6fc7ebSEric BlakeF: block/raw-format.c
1953c1bb86cdSEric BlakeF: block/file-posix.c
1954c1bb86cdSEric BlakeF: block/file-win32.c
1955e7c6e631SStefan HajnocziF: block/win32-aio.c
1956e7c6e631SStefan Hajnoczi
1957e7c6e631SStefan Hajnocziqcow2
1958e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1959c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1960e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1961e7c6e631SStefan HajnocziS: Supported
1962e7c6e631SStefan HajnocziF: block/qcow2*
1963b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1964e7c6e631SStefan Hajnoczi
1965e7c6e631SStefan Hajnocziqcow
1966e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1967e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1968e7c6e631SStefan HajnocziS: Supported
1969e7c6e631SStefan HajnocziF: block/qcow.c
1970e7c6e631SStefan Hajnoczi
1971e7c6e631SStefan Hajnocziblkdebug
1972e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1973c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1974e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1975e7c6e631SStefan HajnocziS: Supported
1976e7c6e631SStefan HajnocziF: block/blkdebug.c
1977e7c6e631SStefan Hajnoczi
1978e7c6e631SStefan Hajnoczivpc
1979e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1980e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1981e7c6e631SStefan HajnocziS: Supported
1982e7c6e631SStefan HajnocziF: block/vpc.c
1983e7c6e631SStefan Hajnoczi
1984e7c6e631SStefan Hajnoczivvfat
1985e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1986e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1987e7c6e631SStefan HajnocziS: Supported
1988e7c6e631SStefan HajnocziF: block/vvfat.c
1989abfe4e94SStefan Hajnoczi
1990abfe4e94SStefan HajnocziImage format fuzzer
1991abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1992abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1993abfe4e94SStefan HajnocziS: Supported
1994abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1995717171bdSDaniel P. Berrange
1996049105a3SChanglong XieReplication
1997205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
19983ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1999049105a3SChanglong XieS: Supported
2000049105a3SChanglong XieF: replication*
2001049105a3SChanglong XieF: block/replication.c
2002049105a3SChanglong XieF: tests/test-replication.c
2003049105a3SChanglong XieF: docs/block-replication.txt
2004049105a3SChanglong Xie
2005b9e02c06SAlex BennéeBuild and test automation
2006b9e02c06SAlex Bennée-------------------------
20070475a03eSEduardo HabkostBuild and test automation
2008b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2009e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
201032b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2011b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2012e70dc7f8SAlex BennéeS: Maintained
2013b9e02c06SAlex BennéeF: .travis.yml
2014d92d886aSAlex BennéeF: .shippable.yml
2015e70dc7f8SAlex BennéeF: tests/docker/
201618023821SFam ZhengF: tests/vm/
2017e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20182a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2019e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2020717171bdSDaniel P. Berrange
2021717171bdSDaniel P. BerrangeDocumentation
2022717171bdSDaniel P. Berrange-------------
2023717171bdSDaniel P. BerrangeBuild system architecture
2024717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2025717171bdSDaniel P. BerrangeS: Odd Fixes
2026c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
20278a49e97fSFam Zheng
2028aef45d51SDaniel P. BerrangeBuild System
2029aef45d51SDaniel P. Berrange------------
2030aef45d51SDaniel P. BerrangeGIT submodules
2031aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2032aef45d51SDaniel P. BerrangeS: Odd Fixes
2033aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2034