xref: /openbmc/qemu/MAINTAINERS (revision 5a6539e6)
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/
13661766fe9SRichard HendersonF: disas/hppa.c
13761766fe9SRichard Henderson
13807bf23a7SMichael WalleLM32
13907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14007bf23a7SMichael WalleS: Maintained
141fcf5ef2aSThomas HuthF: target/lm32/
1424eab7a0aSMichael WalleF: disas/lm32.c
1438d8b636dSPaolo BonziniF: hw/lm32/
1444eab7a0aSMichael WalleF: hw/*/lm32_*
1454eab7a0aSMichael WalleF: hw/*/milkymist-*
1464eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1474eab7a0aSMichael WalleF: include/hw/lm32/
148c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
14907bf23a7SMichael Walle
150fd5d5c56SAnthony LiguoriM68K
151595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
152595a926dSLaurent VivierS: Maintained
153fcf5ef2aSThomas HuthF: target/m68k/
154e9a56114SThomas HuthF: disas/m68k.c
155fd5d5c56SAnthony Liguori
156abc07545SEdgar E. IglesiasMicroBlaze
157fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158fd5d5c56SAnthony LiguoriS: Maintained
159fcf5ef2aSThomas HuthF: target/microblaze/
1608d8b636dSPaolo BonziniF: hw/microblaze/
161c17652eeSPaolo BonziniF: disas/microblaze.c
162fd5d5c56SAnthony Liguori
163fd5d5c56SAnthony LiguoriMIPS
164ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1650eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
1666f640917SLeon AlraeS: Maintained
167fcf5ef2aSThomas HuthF: target/mips/
1688d8b636dSPaolo BonziniF: hw/mips/
1695995db88SThomas HuthF: hw/misc/mips_*
1705995db88SThomas HuthF: hw/intc/mips_gic.c
1715995db88SThomas HuthF: hw/timer/mips_gictimer.c
1725995db88SThomas HuthF: include/hw/mips/
1735995db88SThomas HuthF: include/hw/misc/mips_*
1745995db88SThomas HuthF: include/hw/intc/mips_gic.h
1755995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
176c0bd0b50SPaolo BonziniF: tests/tcg/mips/
177c17652eeSPaolo BonziniF: disas/mips.c
178fd5d5c56SAnthony Liguori
179d15a9c23SAnthony GreenMoxie
180d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
181d15a9c23SAnthony GreenS: Maintained
182fcf5ef2aSThomas HuthF: target/moxie/
183c17652eeSPaolo BonziniF: disas/moxie.c
184a3ccdfb5SThomas HuthF: hw/moxie/
185a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
186d15a9c23SAnthony Green
187e671711cSMarek VasutNiosII
188e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
189e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
190e671711cSMarek VasutS: Maintained
191e671711cSMarek VasutF: target/nios2/
192e671711cSMarek VasutF: hw/nios2/
193e671711cSMarek VasutF: disas/nios2.c
194e671711cSMarek Vasut
195945dad6dSJia LiuOpenRISC
1961d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
1971d7cf18dSStafford HorneS: Odd Fixes
198fcf5ef2aSThomas HuthF: target/openrisc/
199945dad6dSJia LiuF: hw/openrisc/
200c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
201945dad6dSJia Liu
202fd5d5c56SAnthony LiguoriPowerPC
203b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
204fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
205a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
206fd5d5c56SAnthony LiguoriS: Maintained
207fcf5ef2aSThomas HuthF: target/ppc/
2088d8b636dSPaolo BonziniF: hw/ppc/
209b5d55020SThomas HuthF: include/hw/ppc/
210c17652eeSPaolo BonziniF: disas/ppc.c
211fd5d5c56SAnthony Liguori
212749717a0SAlexander GrafS390
2132b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
214fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
215fd5d5c56SAnthony LiguoriS: Maintained
216fcf5ef2aSThomas HuthF: target/s390x/
2178d8b636dSPaolo BonziniF: hw/s390x/
218c17652eeSPaolo BonziniF: disas/s390.c
219146bd283SCornelia HuckL: qemu-s390x@nongnu.org
220b6f97c14Sbellard
221fd5d5c56SAnthony LiguoriSH4
222ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2232c9b7d1aSAndreas FärberS: Odd Fixes
224fcf5ef2aSThomas HuthF: target/sh4/
2258d8b636dSPaolo BonziniF: hw/sh4/
226c17652eeSPaolo BonziniF: disas/sh4.c
2278a90f900SThomas HuthF: include/hw/sh4/
228fd5d5c56SAnthony Liguori
229fd5d5c56SAnthony LiguoriSPARC
230f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2312c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
232fd5d5c56SAnthony LiguoriS: Maintained
233fcf5ef2aSThomas HuthF: target/sparc/
2348d8b636dSPaolo BonziniF: hw/sparc/
2358d8b636dSPaolo BonziniF: hw/sparc64/
236c17652eeSPaolo BonziniF: disas/sparc.c
237fd5d5c56SAnthony Liguori
238a6ea7b4cSAndreas FärberUniCore32
239a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
240a6ea7b4cSAndreas FärberS: Maintained
241fcf5ef2aSThomas HuthF: target/unicore32/
2428d8b636dSPaolo BonziniF: hw/unicore32/
24347b98d59SThomas HuthF: include/hw/unicore32/
244a6ea7b4cSAndreas Färber
245fd5d5c56SAnthony LiguoriX86
246d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
247d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
248e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
249b203a4baSEduardo HabkostS: Maintained
250fcf5ef2aSThomas HuthF: target/i386/
2518d8b636dSPaolo BonziniF: hw/i386/
252c17652eeSPaolo BonziniF: disas/i386.c
253e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
254fd5d5c56SAnthony Liguori
25516e7caaeSMax FilippovXtensa
25616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
257375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25816e7caaeSMax FilippovS: Maintained
259fcf5ef2aSThomas HuthF: target/xtensa/
2608d8b636dSPaolo BonziniF: hw/xtensa/
261c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
262*5a6539e6SMax FilippovF: disas/xtensa.c
26316e7caaeSMax Filippov
26448e06fe0SBastian KoppelmannTriCore
26548e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26648e06fe0SBastian KoppelmannS: Maintained
267fcf5ef2aSThomas HuthF: target/tricore/
26848e06fe0SBastian KoppelmannF: hw/tricore/
269d46d14e6SThomas HuthF: include/hw/tricore/
27048e06fe0SBastian Koppelmann
271fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
272fd5d5c56SAnthony Liguori----------------------
273fd5d5c56SAnthony Liguori
274fd5d5c56SAnthony LiguoriOverall
275c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
276fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
277fd5d5c56SAnthony LiguoriS: Supported
278fd5d5c56SAnthony LiguoriF: */kvm.*
2791962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
280a95e9a48SThomas HuthF: include/sysemu/kvm*.h
281fd5d5c56SAnthony Liguori
282ed4659d1SPeter MaydellARM
283ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
284b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
285ed4659d1SPeter MaydellS: Maintained
286fcf5ef2aSThomas HuthF: target/arm/kvm.c
287ed4659d1SPeter Maydell
288a31896c4SJames HoganMIPS
289a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
290a31896c4SJames HoganS: Maintained
291fcf5ef2aSThomas HuthF: target/mips/kvm.c
292a31896c4SJames Hogan
293fd5d5c56SAnthony LiguoriPPC
294fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
295fd5d5c56SAnthony LiguoriS: Maintained
296fcf5ef2aSThomas HuthF: target/ppc/kvm.c
297fd5d5c56SAnthony Liguori
298fd5d5c56SAnthony LiguoriS390
299b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
300c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
301fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
302fd5d5c56SAnthony LiguoriS: Maintained
303fcf5ef2aSThomas HuthF: target/s390x/kvm.c
304040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
305040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
306fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
307fcf5ef2aSThomas HuthF: target/s390x/machine.c
30874b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3094277af19SCornelia HuckF: hw/intc/s390_flic.c
3104277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3114277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
312c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3133e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3143e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
315146bd283SCornelia HuckL: qemu-s390x@nongnu.org
316fd5d5c56SAnthony Liguori
317fd5d5c56SAnthony LiguoriX86
318d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
319fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
320fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
321fd5d5c56SAnthony LiguoriS: Supported
322fcf5ef2aSThomas HuthF: target/i386/kvm.c
323fd5d5c56SAnthony Liguori
3248a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3258a6b0cd7SStefano Stabellini----------------------
3268a6b0cd7SStefano Stabellini
3278a6b0cd7SStefano StabelliniX86
3283623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3293623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3306d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3318a6b0cd7SStefano StabelliniS: Supported
3328a6b0cd7SStefano StabelliniF: */xen*
333d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
334c92451c2SPaolo BonziniF: hw/char/xen_console.c
335c92451c2SPaolo BonziniF: hw/display/xenfb.c
336c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3379027ac50SStefano StabelliniF: hw/block/xen_*
338c92451c2SPaolo BonziniF: hw/xen/
339c92451c2SPaolo BonziniF: hw/xenpv/
3409027ac50SStefano StabelliniF: hw/i386/xen/
341c92451c2SPaolo BonziniF: include/hw/xen/
3429027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3438a6b0cd7SStefano Stabellini
3441bdd6874SStefan WeilHosts:
3451bdd6874SStefan Weil------
3461bdd6874SStefan Weil
3471bdd6874SStefan WeilLINUX
3481bdd6874SStefan WeilL: qemu-devel@nongnu.org
3491bdd6874SStefan WeilS: Maintained
3501bdd6874SStefan WeilF: linux-*
3511bdd6874SStefan WeilF: linux-headers/
3521bdd6874SStefan Weil
3531bdd6874SStefan WeilPOSIX
3541bdd6874SStefan WeilL: qemu-devel@nongnu.org
3551bdd6874SStefan WeilS: Maintained
3561bdd6874SStefan WeilF: *posix*
3571bdd6874SStefan Weil
3583c2bdbc1SKamil RytarowskiNETBSD
3593c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3603c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3613c2bdbc1SKamil RytarowskiS: Maintained
3621b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3633c2bdbc1SKamil Rytarowski
3641bdd6874SStefan WeilW32, W64
3651bdd6874SStefan WeilL: qemu-devel@nongnu.org
3661bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3671bdd6874SStefan WeilS: Maintained
3681bdd6874SStefan WeilF: *win32*
36903972660SThomas HuthF: */*win32*
37003972660SThomas HuthF: include/*/*win32*
37103972660SThomas HuthX: qga/*win32*
372885bdc95SStefan WeilF: qemu.nsi
3731bdd6874SStefan Weil
374fd5d5c56SAnthony LiguoriARM Machines
375fd5d5c56SAnthony Liguori------------
37684291fe7SliguangAllwinner-a10
37785b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
378b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37984291fe7SliguangS: Maintained
38085b4d5daSBeniamino GalvaniF: hw/*/allwinner*
38185b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
38284291fe7SliguangF: hw/arm/cubieboard.c
38384291fe7Sliguang
384e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
38506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
386b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38706271000SPaolo BonziniS: Maintained
38806271000SPaolo BonziniF: hw/char/pl011.c
389c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
39006271000SPaolo BonziniF: hw/display/pl110*
39106271000SPaolo BonziniF: hw/dma/pl080.c
39206271000SPaolo BonziniF: hw/dma/pl330.c
39306271000SPaolo BonziniF: hw/gpio/pl061.c
39406271000SPaolo BonziniF: hw/input/pl050.c
39506271000SPaolo BonziniF: hw/intc/pl190.c
39606271000SPaolo BonziniF: hw/sd/pl181.c
39706271000SPaolo BonziniF: hw/timer/pl031.c
39806271000SPaolo BonziniF: include/hw/arm/primecell.h
399e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
400e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
401e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
402e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
40306271000SPaolo Bonzini
40406271000SPaolo BonziniARM cores
40506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
406b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40706271000SPaolo BonziniS: Maintained
40806271000SPaolo BonziniF: hw/intc/arm*
40906271000SPaolo BonziniF: hw/intc/gic_internal.h
41006271000SPaolo BonziniF: hw/misc/a9scu.c
41106271000SPaolo BonziniF: hw/misc/arm11scu.c
41206271000SPaolo BonziniF: hw/timer/a9gtimer*
413c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
414c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
41506271000SPaolo BonziniF: include/hw/intc/arm*
41606271000SPaolo BonziniF: include/hw/misc/a9scu.h
41706271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41806271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
41906271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
420c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
421c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
42206271000SPaolo Bonzini
423fc63dcffSEvgeny VoevodinExynos
424f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
425b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
426fc63dcffSEvgeny VoevodinS: Maintained
4278d8b636dSPaolo BonziniF: hw/*/exynos*
428ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
429fc63dcffSEvgeny Voevodin
430766fd09fSMark LangsdorfCalxeda Highbank
4319ef137caSRob HerringM: Rob Herring <robh@kernel.org>
432b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4339ef137caSRob HerringS: Maintained
4348d8b636dSPaolo BonziniF: hw/arm/highbank.c
4358d8b636dSPaolo BonziniF: hw/net/xgmac.c
436766fd09fSMark Langsdorf
4379082f121SAntony PavlovCanon DIGIC
4389082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
439b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4409082f121SAntony PavlovS: Maintained
4419082f121SAntony PavlovF: include/hw/arm/digic.h
4429082f121SAntony PavlovF: hw/*/digic*
4439082f121SAntony Pavlov
444fd5d5c56SAnthony LiguoriGumstix
4455dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
446b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
447fd5d5c56SAnthony LiguoriS: Orphan
4488d8b636dSPaolo BonziniF: hw/arm/gumstix.c
449fd5d5c56SAnthony Liguori
4500325559dSPeter Chubbi.MX31
4510325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
452b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4530325559dSPeter ChubbS: Odd fixes
4548d8b636dSPaolo BonziniF: hw/*/imx*
455f7e242d6SThomas HuthF: include/hw/*/imx*
4568d8b636dSPaolo BonziniF: hw/arm/kzm.c
457ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4580325559dSPeter Chubb
459fd5d5c56SAnthony LiguoriIntegrator CP
4601ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
461b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
462fd5d5c56SAnthony LiguoriS: Maintained
4638d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
464f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
465fd5d5c56SAnthony Liguori
466e5a6a6e6SPeter MaydellMPS2
467e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
468e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
469e5a6a6e6SPeter MaydellS: Maintained
470e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
471e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
472e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
473e5a6a6e6SPeter Maydell
474fd5d5c56SAnthony LiguoriMusicpal
475fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
477fd5d5c56SAnthony LiguoriS: Maintained
4788d8b636dSPaolo BonziniF: hw/arm/musicpal.c
479fd5d5c56SAnthony Liguori
480fd5d5c56SAnthony LiguorinSeries
481fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
482b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
483fd5d5c56SAnthony LiguoriS: Maintained
4848d8b636dSPaolo BonziniF: hw/arm/nseries.c
485fd5d5c56SAnthony Liguori
486fd5d5c56SAnthony LiguoriPalm
487fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
488b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
489fd5d5c56SAnthony LiguoriS: Maintained
4908d8b636dSPaolo BonziniF: hw/arm/palm.c
491fd5d5c56SAnthony Liguori
492fd5d5c56SAnthony LiguoriReal View
4931ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
494b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
495fd5d5c56SAnthony LiguoriS: Maintained
4968d8b636dSPaolo BonziniF: hw/arm/realview*
497f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4985ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4995ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
500fd5d5c56SAnthony Liguori
5019b31bff0SPaolo BonziniPXA2XX
502fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
503b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
504fd5d5c56SAnthony LiguoriS: Maintained
5059b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5068d8b636dSPaolo BonziniF: hw/arm/spitz.c
5079b31bff0SPaolo BonziniF: hw/arm/tosa.c
5089b31bff0SPaolo BonziniF: hw/arm/z2.c
5099b31bff0SPaolo BonziniF: hw/*/pxa2xx*
510f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
511ed0db866SThomas HuthF: include/hw/arm/pxa.h
512fd5d5c56SAnthony Liguori
513fd5d5c56SAnthony LiguoriStellaris
5141ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
515b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
516fd5d5c56SAnthony LiguoriS: Maintained
5178d8b636dSPaolo BonziniF: hw/*/stellaris*
518fd5d5c56SAnthony Liguori
519fd5d5c56SAnthony LiguoriVersatile PB
5201ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
521b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
522fd5d5c56SAnthony LiguoriS: Maintained
5238d8b636dSPaolo BonziniF: hw/*/versatile*
524c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
525fd5d5c56SAnthony Liguori
526e3260506SPeter A. G. CrosthwaiteXilinx Zynq
527cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5284b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
529b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
530e3260506SPeter A. G. CrosthwaiteS: Maintained
531cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5328d8b636dSPaolo BonziniF: hw/*/cadence_*
533f7e242d6SThomas HuthF: hw/misc/zynq*
534f7e242d6SThomas HuthF: include/hw/misc/zynq*
535cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
536e3260506SPeter A. G. Crosthwaite
537137805f5SAlistair FrancisXilinx ZynqMP
538137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
539cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
540b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
541137805f5SAlistair FrancisS: Maintained
542cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
543f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
544137805f5SAlistair Francis
5458f4d260eSShannon ZhaoARM ACPI Subsystem
5468f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5478f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
548b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5498f4d260eSShannon ZhaoS: Maintained
5508f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5518f4d260eSShannon Zhao
552a1f8193bSAlistair FrancisSTM32F205
553a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
554a1f8193bSAlistair FrancisS: Maintained
555a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
556a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
557a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
558a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
559a1f8193bSAlistair FrancisF: hw/adc/*
560a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5610e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
562a1f8193bSAlistair Francis
563a1f8193bSAlistair FrancisNetduino 2
564a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
565a1f8193bSAlistair FrancisS: Maintained
566a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
567a1f8193bSAlistair Francis
568670bc4cbSSubbaraya SundeepSmartFusion2
569670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
570670bc4cbSSubbaraya SundeepS: Maintained
571670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
572670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
573670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
574670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
575670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
576670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
577670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
578670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
579670bc4cbSSubbaraya Sundeep
580670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
581670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
582670bc4cbSSubbaraya SundeepS: Maintained
583670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
584670bc4cbSSubbaraya Sundeep
585fd5d5c56SAnthony LiguoriCRIS Machines
586fd5d5c56SAnthony Liguori-------------
587fd5d5c56SAnthony LiguoriAxis Dev88
588fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
589fd5d5c56SAnthony LiguoriS: Maintained
5908d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5916e481d57SPeter MaydellF: hw/*/etraxfs_*.c
592fd5d5c56SAnthony Liguori
59307bf23a7SMichael WalleLM32 Machines
59407bf23a7SMichael Walle-------------
59507bf23a7SMichael WalleEVR32 and uclinux BSP
59607bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
59707bf23a7SMichael WalleS: Maintained
5988d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
59907bf23a7SMichael Walle
600d118aa6bSMichael Wallemilkymist
601d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
602d118aa6bSMichael WalleS: Maintained
6038d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
604d118aa6bSMichael Walle
605afcacd53SAurelien JarnoM68K Machines
606fd5d5c56SAnthony Liguori-------------
607fd5d5c56SAnthony Liguorian5206
6085baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6095baf2741SThomas HuthS: Odd Fixes
6108d8b636dSPaolo BonziniF: hw/m68k/an5206.c
611e9a56114SThomas HuthF: hw/m68k/mcf5206.c
612fd5d5c56SAnthony Liguori
613fd5d5c56SAnthony Liguorimcf5208
6145baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6155baf2741SThomas HuthS: Odd Fixes
6168d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
617e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
618e9a56114SThomas HuthF: hw/char/mcf_uart.c
619e9a56114SThomas HuthF: hw/net/mcf_fec.c
6205baf2741SThomas HuthF: include/hw/m68k/mcf*.h
621fd5d5c56SAnthony Liguori
622fd5d5c56SAnthony LiguoriMicroBlaze Machines
623b6f97c14Sbellard-------------------
624fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
625fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
626fd5d5c56SAnthony LiguoriS: Maintained
6276e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
628b6f97c14Sbellard
629d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6304b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
631d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6328d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
633d36e8ce7SPeter A. G. Crosthwaite
634fd5d5c56SAnthony LiguoriMIPS Machines
635fd5d5c56SAnthony Liguori-------------
636fd5d5c56SAnthony LiguoriJazz
637fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
638fd5d5c56SAnthony LiguoriS: Maintained
6398d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
640fd5d5c56SAnthony Liguori
641fd5d5c56SAnthony LiguoriMalta
642fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
643fd5d5c56SAnthony LiguoriS: Maintained
6448d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
645fd5d5c56SAnthony Liguori
646fd5d5c56SAnthony LiguoriMipssim
6470eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
648659f42d8SYongbok KimS: Odd Fixes
6498d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
650659f42d8SYongbok KimF: hw/net/mipsnet.c
651fd5d5c56SAnthony Liguori
652fd5d5c56SAnthony LiguoriR4000
653fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
654fd5d5c56SAnthony LiguoriS: Maintained
6558d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
656fd5d5c56SAnthony Liguori
657659f42d8SYongbok KimFulong 2E
6580eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
659659f42d8SYongbok KimS: Odd Fixes
660659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
661659f42d8SYongbok Kim
662659f42d8SYongbok KimBoston
66394d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
664659f42d8SYongbok KimS: Maintained
665659f42d8SYongbok KimF: hw/core/loader-fit.c
666659f42d8SYongbok KimF: hw/mips/boston.c
667659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
668659f42d8SYongbok Kim
669945dad6dSJia LiuOpenRISC Machines
670945dad6dSJia Liu-----------------
671945dad6dSJia Liuor1k-sim
672945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
673945dad6dSJia LiuS: Maintained
674945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
675945dad6dSJia Liu
676fd5d5c56SAnthony LiguoriPowerPC Machines
677fd5d5c56SAnthony Liguori----------------
678fd5d5c56SAnthony Liguori405
679fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
680a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6819b9fe135SAndreas FärberS: Odd Fixes
6828d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
683fd5d5c56SAnthony Liguori
684aaade8d7SAndreas FärberBamboo
685aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
686aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
687aaade8d7SAndreas FärberS: Odd Fixes
6888d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
689aaade8d7SAndreas Färber
69098cded3aSAndreas Färbere500
69198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
69298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
69398cded3aSAndreas FärberS: Supported
69498cded3aSAndreas FärberF: hw/ppc/e500.[hc]
69598cded3aSAndreas FärberF: hw/ppc/e500plat.c
696b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
697b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
698b5d55020SThomas HuthF: pc-bios/u-boot.e500
69998cded3aSAndreas Färber
70098cded3aSAndreas Färbermpc8544ds
70198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
70298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
70398cded3aSAndreas FärberS: Supported
70498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7058d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
70698cded3aSAndreas Färber
707fd5d5c56SAnthony LiguoriNew World
708fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
709a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
710fd5d5c56SAnthony LiguoriS: Maintained
711baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7126e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7136e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7148d8b636dSPaolo BonziniF: hw/misc/macio/
715b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
716b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
717fd5d5c56SAnthony Liguori
718fd5d5c56SAnthony LiguoriOld World
719fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
720a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
721fd5d5c56SAnthony LiguoriS: Maintained
722baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7236e481d57SPeter MaydellF: hw/pci-host/grackle.c
7248d8b636dSPaolo BonziniF: hw/misc/macio/
725835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
726fd5d5c56SAnthony Liguori
727ec38d398SAndreas FärberPReP
7288178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7299f38774dSAndreas FärberL: qemu-devel@nongnu.org
730a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7318178e89cSHervé PoussineauS: Maintained
73275610155SAndreas FärberF: hw/ppc/prep.c
7338178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7348178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7356e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7368d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
737835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
738fd5d5c56SAnthony Liguori
739300b115cSAndreas FärbersPAPR
740085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7418a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7428a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7438a269ca4SAndreas FärberS: Supported
7448d8b636dSPaolo BonziniF: hw/*/spapr*
745f9de2da7SDavid GibsonF: include/hw/*/spapr*
746f9de2da7SDavid GibsonF: hw/*/xics*
747f9de2da7SDavid GibsonF: include/hw/*/xics*
748f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
749b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
750b5d55020SThomas HuthF: pc-bios/slof.bin
751bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
752b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
753b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
754a70ab357SGreg KurzF: tests/spapr*
755a70ab357SGreg KurzF: tests/libqos/*spapr*
756a70ab357SGreg KurzF: tests/rtas*
757a70ab357SGreg KurzF: tests/libqos/rtas*
7588a269ca4SAndreas Färber
759794d00bfSAndreas Färbervirtex_ml507
760794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
761794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
762794d00bfSAndreas FärberS: Odd Fixes
7636e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
764794d00bfSAndreas Färber
765fd5d5c56SAnthony LiguoriSH4 Machines
766fd5d5c56SAnthony Liguori------------
767fd5d5c56SAnthony LiguoriR2D
768fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
769fd5d5c56SAnthony LiguoriS: Maintained
7706e481d57SPeter MaydellF: hw/sh4/r2d.c
77181527b94SThomas HuthF: hw/intc/sh_intc.c
77281527b94SThomas HuthF: hw/timer/sh_timer.c
773fd5d5c56SAnthony Liguori
774fd5d5c56SAnthony LiguoriShix
775fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
77681527b94SThomas HuthS: Odd Fixes
7776e481d57SPeter MaydellF: hw/sh4/shix.c
778fd5d5c56SAnthony Liguori
779fd5d5c56SAnthony LiguoriSPARC Machines
780fd5d5c56SAnthony Liguori--------------
781fd5d5c56SAnthony LiguoriSun4m
782f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
783fd5d5c56SAnthony LiguoriS: Maintained
7848d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
785c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
786c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7877098b79eSThomas HuthF: hw/misc/eccmemctl.c
7887098b79eSThomas HuthF: hw/misc/slavio_misc.c
789c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
790c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
791c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
792fd5d5c56SAnthony Liguori
793fd5d5c56SAnthony LiguoriSun4u
794f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
795fd5d5c56SAnthony LiguoriS: Maintained
7968d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
797c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
798fd5d5c56SAnthony Liguori
799a2664ca0SArtyom TarasenkoSun4v
800a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
801a2664ca0SArtyom TarasenkoS: Maintained
802626e4a4bSFam ZhengF: hw/sparc64/niagara.c
803a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
804a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
805a2664ca0SArtyom Tarasenko
806ce6c760cSFabien ChouteauLeon3
807ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
808ce6c760cSFabien ChouteauS: Maintained
8098d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8108d8b636dSPaolo BonziniF: hw/*/grlib*
811c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
812ce6c760cSFabien Chouteau
813fd5d5c56SAnthony LiguoriS390 Machines
814fd5d5c56SAnthony Liguori-------------
815dd4ad64aSCornelia HuckS390 Virtio-ccw
816c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
817b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
818dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
819dd4ad64aSCornelia HuckS: Supported
8200c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8219d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
822c5bfb202SCornelia HuckF: hw/s390x/
8234277af19SCornelia HuckF: include/hw/s390x/
8244277af19SCornelia HuckF: pc-bios/s390-ccw/
825c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8261e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8271e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
8281e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8293e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8303e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
831146bd283SCornelia HuckL: qemu-s390x@nongnu.org
832dd4ad64aSCornelia Huck
833ab9528caSGuan XuetaoUniCore32 Machines
834ab9528caSGuan Xuetao-------------
835ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
836ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
837ab9528caSGuan XuetaoS: Maintained
8388d8b636dSPaolo BonziniF: hw/*/puv3*
839ab9528caSGuan XuetaoF: hw/unicore32/
840ab9528caSGuan Xuetao
841fd5d5c56SAnthony LiguoriX86 Machines
842fd5d5c56SAnthony Liguori------------
843fd5d5c56SAnthony LiguoriPC
844046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
845fd5d5c56SAnthony LiguoriS: Supported
846046a6486SMichael S. TsirkinF: include/hw/i386/
847046a6486SMichael S. TsirkinF: hw/i386/
848046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
849046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
850046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
851046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
852046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
853046a6486SMichael S. TsirkinF: hw/isa/piix4.c
854046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
855046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
856046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
857046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
858046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
859f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8609cc3b73cSPaolo BonziniF: hw/misc/sga.c
8619cc3b73cSPaolo Bonzini
8629cc3b73cSPaolo BonziniPC Chipset
8639cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8649cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8659cc3b73cSPaolo BonziniS: Support
8669cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8679cc3b73cSPaolo BonziniF: hw/char/parallel.c
8689cc3b73cSPaolo BonziniF: hw/char/serial*
8699cc3b73cSPaolo BonziniF: hw/dma/i8257*
8709cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8719cc3b73cSPaolo BonziniF: hw/intc/apic*
8729cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8739cc3b73cSPaolo BonziniF: hw/intc/i8259*
8749cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8759cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8769cc3b73cSPaolo BonziniF: hw/timer/hpet*
8779cc3b73cSPaolo BonziniF: hw/timer/i8254*
8789cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
879a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
880a2feb348SThomas HuthF: include/hw/timer/hpet.h
881a2feb348SThomas HuthF: include/hw/timer/i8254*
882a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
883046a6486SMichael S. Tsirkin
8845da4fb00SMichael S. TsirkinMachine core
8855da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8865da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8875da4fb00SMichael S. TsirkinS: Supported
8885da4fb00SMichael S. TsirkinF: hw/core/machine.c
889c1629c5cSThomas HuthF: hw/core/null-machine.c
8905da4fb00SMichael S. TsirkinF: include/hw/boards.h
891e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
892fd5d5c56SAnthony Liguori
89316e7caaeSMax FilippovXtensa Machines
89416e7caaeSMax Filippov---------------
895375847a6SMax Filippovsim
89616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
89716e7caaeSMax FilippovS: Maintained
898437a8c11SMax FilippovF: hw/xtensa/sim.c
899375847a6SMax Filippov
900437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
901375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
902375847a6SMax FilippovS: Maintained
903437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
904437a8c11SMax FilippovF: hw/net/opencores_eth.c
90516e7caaeSMax Filippov
906fd5d5c56SAnthony LiguoriDevices
907fd5d5c56SAnthony Liguori-------
908b30934cbSJiri SlabyEDU
909b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
910b30934cbSJiri SlabyS: Maintained
911b30934cbSJiri SlabyF: hw/misc/edu.c
912b30934cbSJiri Slaby
913fd5d5c56SAnthony LiguoriIDE
914c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
915c095348bSJohn SnowL: qemu-block@nongnu.org
916c095348bSJohn SnowS: Supported
9178d8b636dSPaolo BonziniF: include/hw/ide.h
918c9f7acd5SThomas HuthF: include/hw/ide/
919fd5d5c56SAnthony LiguoriF: hw/ide/
920c095348bSJohn SnowF: hw/block/block.c
921c095348bSJohn SnowF: hw/block/cdrom.c
922c095348bSJohn SnowF: hw/block/hd-geometry.c
923c095348bSJohn SnowF: tests/ide-test.c
924c095348bSJohn SnowF: tests/ahci-test.c
925aee50319SJohn SnowF: tests/libqos/ahci*
926c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
927c095348bSJohn Snow
928c095348bSJohn SnowFloppy
929c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
930c095348bSJohn SnowL: qemu-block@nongnu.org
931c095348bSJohn SnowS: Supported
932c095348bSJohn SnowF: hw/block/fdc.c
933c095348bSJohn SnowF: include/hw/block/fdc.h
934aee50319SJohn SnowF: tests/fdc-test.c
935c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
936fd5d5c56SAnthony Liguori
937f5f487b2SPeter MaydellOMAP
938f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
939f5f487b2SPeter MaydellS: Maintained
9408d8b636dSPaolo BonziniF: hw/*/omap*
941ed0db866SThomas HuthF: include/hw/arm/omap.h
942f5f487b2SPeter Maydell
94328d54e58SPaolo BonziniIPack
94428d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
94528d54e58SPaolo BonziniS: Odd Fixes
94628d54e58SPaolo BonziniF: hw/char/ipoctal232.c
94728d54e58SPaolo BonziniF: hw/ipack/
94828d54e58SPaolo Bonzini
949fd5d5c56SAnthony LiguoriPCI
950fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
951874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
952fd5d5c56SAnthony LiguoriS: Supported
9538d8b636dSPaolo BonziniF: include/hw/pci/*
954f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
955ca818cfbSMichael S. TsirkinF: hw/pci/*
956f178bc6bSPaolo BonziniF: hw/pci-bridge/*
95768179923SPhilippe Mathieu-DaudéF: docs/pci*
95868179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
959534fd814SFam ZhengF: default-configs/pci.mak
9600e0b3592SMichael S. Tsirkin
961d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9620e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9630e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9640e0b3592SMichael S. TsirkinS: Supported
9650e0b3592SMichael S. TsirkinF: include/hw/acpi/*
966d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9670e0b3592SMichael S. TsirkinF: hw/mem/*
9688d8b636dSPaolo BonziniF: hw/acpi/*
969d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9700e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9710e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9723248f1b4SBen WarrenF: tests/bios-tables-test.c
9733248f1b4SBen WarrenF: tests/acpi-utils.[hc]
974fd5d5c56SAnthony Liguori
975aaade8d7SAndreas Färberppc4xx
976aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
977aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
978aaade8d7SAndreas FärberS: Odd Fixes
9798d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
980b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
981aaade8d7SAndreas Färber
98298cded3aSAndreas Färberppce500
98398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
98498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
98598cded3aSAndreas FärberS: Supported
9866e481d57SPeter MaydellF: hw/ppc/e500*
987566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
988566dd236SPaolo BonziniF: hw/net/fsl_etsec/
98998cded3aSAndreas Färber
99061af0ee6SPaolo BonziniCharacter devices
99161af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
99261af0ee6SPaolo BonziniS: Odd Fixes
99361af0ee6SPaolo BonziniF: hw/char/
99461af0ee6SPaolo Bonzini
995f536f112SPaolo BonziniNetwork devices
996f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
997f536f112SPaolo BonziniS: Odd Fixes
998f536f112SPaolo BonziniF: hw/net/
9996bd7776cSGreg KurzF: tests/virtio-net-test.c
1000f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1001f536f112SPaolo Bonzini
1002fd5d5c56SAnthony LiguoriSCSI
1003de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1004de7724f7SPaolo BonziniS: Supported
100574460f34SThomas HuthF: include/hw/scsi/*
10068d8b636dSPaolo BonziniF: hw/scsi/*
10076bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10081ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1009de7724f7SPaolo Bonzini
1010fcb5629dSPeter A. G. CrosthwaiteSSI
10114b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1012982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
1013fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10148d8b636dSPaolo BonziniF: hw/ssi/*
10158d8b636dSPaolo BonziniF: hw/block/m25p80.c
1016982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10174b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1018982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10194b46ba61SAlistair Francis
10204b46ba61SAlistair FrancisXilinx SPI
10214b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10224b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10234b46ba61SAlistair FrancisS: Maintained
10244b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1025fcb5629dSPeter A. G. Crosthwaite
1026fd5d5c56SAnthony LiguoriUSB
10275d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10285d0d62feSGerd HoffmannS: Maintained
10298d8b636dSPaolo BonziniF: hw/usb/*
103028edfce0SGongleiF: tests/usb-*-test.c
1031beded0ffSThomas HuthF: docs/usb2.txt
1032beded0ffSThomas HuthF: docs/usb-storage.txt
1033beded0ffSThomas HuthF: include/hw/usb.h
1034beded0ffSThomas HuthF: include/hw/usb/
1035104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1036fd5d5c56SAnthony Liguori
1037e26082fdSPaolo BonziniUSB (serial adapter)
1038e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1039e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1040e26082fdSPaolo BonziniS: Maintained
1041e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1042e26082fdSPaolo Bonzini
104392e1fb5eSAlex WilliamsonVFIO
104492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
104592e1fb5eSAlex WilliamsonS: Supported
1046cf7087dbSKim PhillipsF: hw/vfio/*
104799b88c6dSThomas HuthF: include/hw/vfio/
104892e1fb5eSAlex Williamson
10495eb74557SDong Jia Shivfio-ccw
1050c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10515eb74557SDong Jia ShiS: Supported
10525eb74557SDong Jia ShiF: hw/vfio/ccw.c
10535eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10545eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10555eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1056146bd283SCornelia HuckL: qemu-s390x@nongnu.org
10575eb74557SDong Jia Shi
1058fd5d5c56SAnthony Liguorivhost
1059fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1060fd5d5c56SAnthony LiguoriS: Supported
10618d8b636dSPaolo BonziniF: hw/*/*vhost*
106237f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1063fd5d5c56SAnthony Liguori
1064fd5d5c56SAnthony Liguorivirtio
1065a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1066fd5d5c56SAnthony LiguoriS: Supported
10678d8b636dSPaolo BonziniF: hw/*/virtio*
106872fa605dSThomas HuthF: hw/virtio/Makefile.objs
106972fa605dSThomas HuthF: hw/virtio/trace-events
10706a084ea3SMichael S. TsirkinF: net/vhost-user.c
1071494f7b57SThomas HuthF: include/hw/virtio/
10726bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1073fd5d5c56SAnthony Liguori
1074fd5d5c56SAnthony Liguorivirtio-9p
107523704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10768c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1077fd5d5c56SAnthony LiguoriS: Supported
1078aebeca25SAndreas FärberF: hw/9pfs/
1079aebeca25SAndreas FärberF: fsdev/
10802d888c09SAndreas FärberF: tests/virtio-9p-test.c
10813f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10828c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1083fd5d5c56SAnthony Liguori
1084fd5d5c56SAnthony Liguorivirtio-blk
108554d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1086b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1087fd5d5c56SAnthony LiguoriS: Supported
10888d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1089b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10906bd7776cSGreg KurzF: tests/virtio-blk-test.c
1091b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1092fd5d5c56SAnthony Liguori
1093dd4ad64aSCornelia Huckvirtio-ccw
1094c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1095b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1096dd4ad64aSCornelia HuckS: Supported
1097dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10983e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10993e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1100146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1101dd4ad64aSCornelia Huck
1102a5d4d7b5SGerd Hoffmannvirtio-input
1103a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1104a5d4d7b5SGerd HoffmannS: Maintained
1105a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1106a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1107a5d4d7b5SGerd Hoffmann
1108fd5d5c56SAnthony Liguorivirtio-serial
1109cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1110fd5d5c56SAnthony LiguoriS: Supported
11118d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11128d8b636dSPaolo BonziniF: hw/char/virtio-console.c
111368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11146bd7776cSGreg KurzF: tests/virtio-console-test.c
11156bd7776cSGreg KurzF: tests/virtio-serial-test.c
1116fd5d5c56SAnthony Liguori
11171f51a5cbSAmit Shahvirtio-rng
1118cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11191f51a5cbSAmit ShahS: Supported
11201f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11211f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1122750cf869SThomas HuthF: include/sysemu/rng*.h
11231f51a5cbSAmit ShahF: backends/rng*.c
11246bd7776cSGreg KurzF: tests/virtio-rng-test.c
11251f51a5cbSAmit Shah
11266034011cSGongleivirtio-crypto
11276034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11286034011cSGongleiS: Supported
11296034011cSGongleiF: hw/virtio/virtio-crypto.c
11306034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11316034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11326034011cSGonglei
1133f3c507adSKeith Buschnvme
1134f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1135c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1136f3c507adSKeith BuschS: Supported
1137f3c507adSKeith BuschF: hw/block/nvme*
1138fc967791SAndreas FärberF: tests/nvme-test.c
1139f3c507adSKeith Busch
1140d383c625SHannes Reineckemegasas
11413fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1142c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1143d383c625SHannes ReineckeS: Supported
1144d383c625SHannes ReineckeF: hw/scsi/megasas.c
1145d383c625SHannes ReineckeF: hw/scsi/mfi.h
11463fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1147d383c625SHannes Reinecke
1148605d52e6SDmitry FleytmanNetwork packet abstractions
1149605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1150605d52e6SDmitry FleytmanS: Maintained
1151605d52e6SDmitry FleytmanF: include/net/eth.h
1152605d52e6SDmitry FleytmanF: net/eth.c
1153605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1154605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1155605d52e6SDmitry Fleytman
1156622fb504SDmitry FleytmanVmware
1157622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1158622fb504SDmitry FleytmanS: Maintained
1159622fb504SDmitry FleytmanF: hw/net/vmxnet*
1160622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
11615a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1162622fb504SDmitry Fleytman
1163de24d3f1SScott FeldmanRocker
1164de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1165de24d3f1SScott FeldmanS: Maintained
1166de24d3f1SScott FeldmanF: hw/net/rocker/
1167de850948SThomas HuthF: tests/rocker/
1168de850948SThomas HuthF: docs/specs/rocker.txt
1169de24d3f1SScott Feldman
117070d1fb9cSXiao GuangrongNVDIMM
11717a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
117270d1fb9cSXiao GuangrongS: Maintained
117370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
117470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
117570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
117670d1fb9cSXiao Guangrong
1177093454e2SDmitry Fleytmane1000x
1178093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1179093454e2SDmitry FleytmanS: Maintained
1180093454e2SDmitry FleytmanF: hw/net/e1000x*
1181093454e2SDmitry Fleytman
11826f3fbe4eSDmitry Fleytmane1000e
11836f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11846f3fbe4eSDmitry FleytmanS: Maintained
11856f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11866f3fbe4eSDmitry Fleytman
1187ebc2327fSStefan Weileepro100
1188ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1189ebc2327fSStefan WeilS: Maintained
1190ebc2327fSStefan WeilF: hw/net/eepro100.c
1191ebc2327fSStefan Weil
1192e481a1f6SAlistair FrancisGeneric Loader
1193e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1194e481a1f6SAlistair FrancisS: Maintained
1195e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1196e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1197c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1198e481a1f6SAlistair Francis
119987a9023aSThomas HuthCHRP NVRAM
120087a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
120187a9023aSThomas HuthS: Maintained
120287a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
120387a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
120487a9023aSThomas HuthF: tests/prom-env-test.c
120587a9023aSThomas Huth
120642697d88SBen WarrenVM Generation ID
120742697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
120842697d88SBen WarrenS: Maintained
120942697d88SBen WarrenF: hw/acpi/vmgenid.c
121042697d88SBen WarrenF: include/hw/acpi/vmgenid.h
121142697d88SBen WarrenF: docs/specs/vmgenid.txt
121242697d88SBen WarrenF: tests/vmgenid-test.c
121342697d88SBen WarrenF: stubs/vmgenid.c
121442697d88SBen Warren
1215747969dbSPhilippe Mathieu-DaudéUnimplemented device
1216747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1217747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1218747969dbSPhilippe Mathieu-DaudéS: Maintained
1219747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1220747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1221747969dbSPhilippe Mathieu-Daudé
1222fd5d5c56SAnthony LiguoriSubsystems
1223fd5d5c56SAnthony Liguori----------
1224fd5d5c56SAnthony LiguoriAudio
12259f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1226fd5d5c56SAnthony LiguoriS: Maintained
1227fd5d5c56SAnthony LiguoriF: audio/
12288d8b636dSPaolo BonziniF: hw/audio/
1229a2b245aeSThomas HuthF: include/hw/audio/
1230d7b50c0cSAndreas FärberF: tests/ac97-test.c
12318fa74c94SAndreas FärberF: tests/es1370-test.c
1232fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1233fd5d5c56SAnthony Liguori
123417f1e8f5SStefan HajnocziBlock layer core
1235fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1236c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1237c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1238fd5d5c56SAnthony LiguoriS: Supported
1239fd5d5c56SAnthony LiguoriF: block*
1240fd5d5c56SAnthony LiguoriF: block/
12418d8b636dSPaolo BonziniF: hw/block/
12424c346e0bSKevin WolfF: include/block/
124346078760SKevin WolfF: qemu-img*
124446078760SKevin WolfF: qemu-io*
124529242091SKevin WolfF: tests/qemu-iotests/
12468dd30c86SMax ReitzF: util/qemu-progress.c
1247d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1248fd5d5c56SAnthony Liguori
1249d55053b1SStefan HajnocziBlock I/O path
1250d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12519ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1252d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1253d55053b1SStefan HajnocziS: Supported
125436c697bdSPaolo BonziniF: util/async.c
125536c697bdSPaolo BonziniF: util/aio-*.c
1256d55053b1SStefan HajnocziF: block/io.c
1257d55053b1SStefan HajnocziF: migration/block*
1258e1029ae2SFam ZhengF: include/block/aio.h
12590a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1260d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1261d55053b1SStefan Hajnoczi
1262e5b5728cSPaolo BonziniBlock SCSI subsystem
1263e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1264e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1265e5b5728cSPaolo BonziniS: Supported
1266e5b5728cSPaolo BonziniF: include/scsi/*
1267e5b5728cSPaolo BonziniF: scsi/*
1268e5b5728cSPaolo Bonzini
1269280458a3SJeff CodyBlock Jobs
1270280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1271280458a3SJeff CodyL: qemu-block@nongnu.org
1272280458a3SJeff CodyS: Supported
1273280458a3SJeff CodyF: blockjob.c
1274280458a3SJeff CodyF: include/block/blockjob.h
1275280458a3SJeff CodyF: block/backup.c
1276280458a3SJeff CodyF: block/commit.c
127777346025SJeff CodyF: block/stream.c
1278280458a3SJeff CodyF: block/mirror.c
1279280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1280280458a3SJeff Cody
12814120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12824120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12834120201dSMarkus ArmbrusterS: Supported
12844120201dSMarkus ArmbrusterF: blockdev.c
12854120201dSMarkus ArmbrusterF: block/qapi.c
12864120201dSMarkus ArmbrusterF: qapi/block*.json
1287fa988e39SMarkus ArmbrusterF: qapi/transaction.json
12884120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12894120201dSMarkus Armbruster
1290538193bcSJohn SnowDirty Bitmaps
1291538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1292538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1293538193bcSJohn SnowL: qemu-block@nongnu.org
1294538193bcSJohn SnowS: Supported
1295538193bcSJohn SnowF: util/hbitmap.c
1296538193bcSJohn SnowF: block/dirty-bitmap.c
1297538193bcSJohn SnowF: include/qemu/hbitmap.h
1298538193bcSJohn SnowF: include/block/dirty-bitmap.h
1299538193bcSJohn SnowF: tests/test-hbitmap.c
13005746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1301538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1302538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1303538193bcSJohn Snow
130461af0ee6SPaolo BonziniCharacter device backends
1305da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
130655fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1307fd5d5c56SAnthony LiguoriS: Maintained
1308178fe0aeSMarc-André LureauF: chardev/
13098228e353SMarc-André LureauF: include/chardev/
1310dbeee392SMarkus ArmbrusterF: qapi/char.json
1311fd5d5c56SAnthony Liguori
1312e26082fdSPaolo BonziniCharacter Devices (Braille)
1313e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1314e26082fdSPaolo BonziniS: Maintained
13156b10e573SMarc-André LureauF: chardev/baum.c
1316fd5d5c56SAnthony Liguori
1317e94630d3SMarkus ArmbrusterCommand line option argument parsing
1318e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1319e94630d3SMarkus ArmbrusterS: Supported
1320e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1321e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1322e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1323e94630d3SMarkus ArmbrusterF: util/keyval.c
1324e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1325e94630d3SMarkus Armbruster
13268c413e79SMarkus ArmbrusterCoverity model
13278c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13288c413e79SMarkus ArmbrusterS: Supported
13298c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13308c413e79SMarkus Armbruster
1331f2ca0524SAndreas FärberCPU
133212b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1333f2ca0524SAndreas FärberS: Supported
1334f2ca0524SAndreas FärberF: qom/cpu.c
13356e481d57SPeter MaydellF: include/qom/cpu.h
1336f2ca0524SAndreas Färber
1337d24b569aSPeter A. G. CrosthwaiteDevice Tree
13384b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1339d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1340d24b569aSPeter A. G. CrosthwaiteS: Maintained
134182407515SThomas HuthF: device_tree.c
134282407515SThomas HuthF: include/sysemu/device_tree.h
1343d24b569aSPeter A. G. Crosthwaite
13443505a22bSMarc-André LureauDump
13453505a22bSMarc-André LureauS: Supported
13463505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
13473505a22bSMarc-André LureauF: dump.c
13483505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
13493505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
13503505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
13513505a22bSMarc-André LureauF: include/sysemu/dump.h
13523505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
13533505a22bSMarc-André LureauF: stubs/dump.c
13543505a22bSMarc-André Lureau
13554f966768SMarkus ArmbrusterError reporting
13564f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13574f966768SMarkus ArmbrusterS: Supported
13584f966768SMarkus ArmbrusterF: include/qapi/error.h
13594f966768SMarkus ArmbrusterF: include/qemu/error-report.h
13604f966768SMarkus ArmbrusterF: util/error.c
13614f966768SMarkus ArmbrusterF: util/qemu-error.c
13624f966768SMarkus Armbruster
1363fd5d5c56SAnthony LiguoriGDB stub
13645dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1365fd5d5c56SAnthony LiguoriS: Odd Fixes
1366fd5d5c56SAnthony LiguoriF: gdbstub*
1367fd5d5c56SAnthony LiguoriF: gdb-xml/
1368fd5d5c56SAnthony Liguori
136901a9c03cSPaolo BonziniMemory API
137001a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
137101a9c03cSPaolo BonziniS: Supported
137201a9c03cSPaolo BonziniF: include/exec/ioport.h
137301a9c03cSPaolo BonziniF: ioport.c
137401a9c03cSPaolo BonziniF: include/exec/memory.h
13752b1641d0SPaolo BonziniF: include/exec/ram_addr.h
137601a9c03cSPaolo BonziniF: memory.c
137701a9c03cSPaolo BonziniF: include/exec/memory-internal.h
137801a9c03cSPaolo BonziniF: exec.c
137901a9c03cSPaolo Bonzini
13807ee3bf03SGerd HoffmannSPICE
13817ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13827ee3bf03SGerd HoffmannS: Supported
13836e481d57SPeter MaydellF: include/ui/qemu-spice.h
1384438528a3SThomas HuthF: include/ui/spice-display.h
13857ee3bf03SGerd HoffmannF: ui/spice-*.c
13867ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13878d8b636dSPaolo BonziniF: hw/display/qxl*
1388608cfed6SMarkus ArmbrusterF: qapi/ui.json
13897ee3bf03SGerd Hoffmann
1390fd5d5c56SAnthony LiguoriGraphics
139125eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
139225eccc37SGerd HoffmannS: Odd Fixes
1393fd5d5c56SAnthony LiguoriF: ui/
1394e220656cSThomas HuthF: include/ui/
1395608cfed6SMarkus ArmbrusterF: qapi/ui.json
1396fd5d5c56SAnthony Liguori
1397351f1bf6SAndreas FärberCocoa graphics
139830ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1399351f1bf6SAndreas FärberS: Odd Fixes
1400351f1bf6SAndreas FärberF: ui/cocoa.m
1401351f1bf6SAndreas Färber
1402fd5d5c56SAnthony LiguoriMain loop
1403da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1404da26f37aSPaolo BonziniS: Maintained
1405da26f37aSPaolo BonziniF: cpus.c
14063ecb29a3SPaolo BonziniF: util/main-loop.c
14073ecb29a3SPaolo BonziniF: util/qemu-timer.c
1408fd5d5c56SAnthony LiguoriF: vl.c
14090e201d34SMarkus ArmbrusterF: qapi/run-state.json
1410fd5d5c56SAnthony Liguori
14118899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1412c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1413fbb0621aSLuiz CapitulinoS: Maintained
1414fd5d5c56SAnthony LiguoriF: monitor.c
1415c13e9912SThomas HuthF: hmp.[ch]
1416c13e9912SThomas HuthF: hmp-commands*.hx
1417c13e9912SThomas HuthF: include/monitor/hmp-target.h
1418bbcee372SThomas HuthF: tests/test-hmp.c
1419fd5d5c56SAnthony Liguori
1420f536f112SPaolo BonziniNetwork device backends
1421442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1422fd5d5c56SAnthony LiguoriS: Maintained
1423fd5d5c56SAnthony LiguoriF: net/
1424d24b2b1cSThomas HuthF: include/net/
14255fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14263c0bd37dSMarkus ArmbrusterF: qapi/net.json
1427fd5d5c56SAnthony Liguori
1428aee09bafSVincenzo MaffioneNetmap network backend
1429aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1430aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1431aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1432aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1433aee09bafSVincenzo MaffioneS: Maintained
1434aee09bafSVincenzo MaffioneF: net/netmap.c
1435aee09bafSVincenzo Maffione
14362f54eb98SEduardo HabkostNUMA
14372f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14382f54eb98SEduardo HabkostS: Maintained
14392f54eb98SEduardo HabkostF: numa.c
14402f54eb98SEduardo HabkostF: include/sysemu/numa.h
1441e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14422f54eb98SEduardo Habkost
14434fc264f4SEduardo HabkostHost Memory Backends
14444fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14454fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
14464fc264f4SEduardo HabkostS: Maintained
14474fc264f4SEduardo HabkostF: backends/hostmem*.c
14484fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1449e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14504fc264f4SEduardo Habkost
14516034011cSGongleiCryptodev Backends
14526034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
14536034011cSGongleiS: Maintained
14546034011cSGongleiF: include/sysemu/cryptodev*.h
14556034011cSGongleiF: backends/cryptodev*.c
14566034011cSGonglei
1457ad904f66SEduardo HabkostPython scripts
1458ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1459ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1460ad904f66SEduardo HabkostS: Odd fixes
1461ad904f66SEduardo HabkostF: scripts/qmp/*
1462ad904f66SEduardo HabkostF: scripts/*.py
1463ad904f66SEduardo HabkostF: tests/*.py
1464ad904f66SEduardo Habkost
14658899b4aeSLuiz CapitulinoQAPI
14669740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14678899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
14689740618cSLuiz CapitulinoS: Supported
14698899b4aeSLuiz CapitulinoF: qapi/
14700311c5bdSMarkus ArmbrusterX: qapi/*.json
1471ac4abb9aSMarkus ArmbrusterF: include/qapi/
1472ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1473ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1474c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1475ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1476e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1477ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1478e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
14790311c5bdSMarkus ArmbrusterF: scripts/qapi*
1480c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
14819740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14828899b4aeSLuiz Capitulino
14837810d291SLuiz CapitulinoQAPI Schema
14847810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14857810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14867810d291SLuiz CapitulinoS: Supported
14877810d291SLuiz CapitulinoF: qapi-schema.json
14880311c5bdSMarkus ArmbrusterF: qapi/*.json
14899740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14907810d291SLuiz Capitulino
1491f3582ba4SLuiz CapitulinoQObject
1492daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1493daf5dc78SMarkus ArmbrusterS: Supported
1494f3582ba4SLuiz CapitulinoF: qobject/
14957735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14967735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1497a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14987735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
149901b2ffceSMarc-André LureauF: tests/check-qnum.c
15007735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15017735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15027735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1503daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1504f3582ba4SLuiz Capitulino
1505f05d9999SMichael RothQEMU Guest Agent
1506f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1507f05d9999SMichael RothS: Maintained
1508f05d9999SMichael RothF: qga/
1509ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1510ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1511ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1512ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1513f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1514f05d9999SMichael Roth
15154688c94cSAndreas FärberQOM
15164688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15174688c94cSAndreas FärberS: Supported
15184688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15194688c94cSAndreas FärberF: include/qom/
15204688c94cSAndreas FärberX: include/qom/cpu.h
15214688c94cSAndreas FärberF: qom/
15224688c94cSAndreas FärberX: qom/cpu.c
15239f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15249f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15254688c94cSAndreas FärberF: tests/qom-test.c
15264688c94cSAndreas Färber
15278899b4aeSLuiz CapitulinoQMP
15289740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15299740618cSLuiz CapitulinoS: Supported
15308899b4aeSLuiz CapitulinoF: qmp.c
15318899b4aeSLuiz CapitulinoF: monitor.c
1532c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15339740618cSLuiz CapitulinoF: scripts/qmp/
1534f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15359740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15368899b4aeSLuiz Capitulino
1537cc0100f4SAlistair FrancisRegister API
1538cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1539cc0100f4SAlistair FrancisS: Maintained
1540cc0100f4SAlistair FrancisF: hw/core/register.c
1541cc0100f4SAlistair FrancisF: include/hw/register.h
1542cc0100f4SAlistair Francis
1543fd5d5c56SAnthony LiguoriSLIRP
1544eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1545bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1546bafc72abSJan KiszkaS: Maintained
1547fd5d5c56SAnthony LiguoriF: slirp/
1548663fb1e1SThomas HuthF: net/slirp.c
1549d24b2b1cSThomas HuthF: include/net/slirp.h
15501ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1551fd5d5c56SAnthony Liguori
1552b1ed728aSPaolo BonziniStubs
1553b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1554b1ed728aSPaolo BonziniS: Maintained
1555b1ed728aSPaolo BonziniF: stubs/
1556b1ed728aSPaolo Bonzini
1557598a3f35SStefan HajnocziTracing
15581cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1559598a3f35SStefan HajnocziS: Maintained
1560598a3f35SStefan HajnocziF: trace/
1561f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1562f70fd8fdSLluís VilanovaF: scripts/tracetool/
1563c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
15641ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1565598a3f35SStefan Hajnoczi
15663859b6cfSMarkus ArmbrusterTPM
15676b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
15686b4f250bSStefan BergerS: Maintained
15693859b6cfSMarkus ArmbrusterF: tpm.c
1570c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
15713859b6cfSMarkus ArmbrusterF: hw/tpm/*
15723859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
15733859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
15743859b6cfSMarkus ArmbrusterF: qapi/tpm.json
15756b4f250bSStefan BergerF: backends/tpm.c
15763859b6cfSMarkus Armbruster
157714f40fdcSBlue SwirlCheckpatch
157814f40fdcSBlue SwirlS: Odd Fixes
157914f40fdcSBlue SwirlF: scripts/checkpatch.pl
158014f40fdcSBlue Swirl
1581c0787c8dSJuan QuintelaMigration
1582c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1583d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1584c0787c8dSJuan QuintelaS: Maintained
1585c0787c8dSJuan QuintelaF: include/migration/
158644a1f946SDr. David Alan GilbertF: migration/
1587c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1588c5515640SAmit ShahF: tests/vmstate-static-checker-data/
15892656bfd9SJuan QuintelaF: tests/migration-test.c
1590c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
159148685a8eSMarkus ArmbrusterF: qapi/migration.json
1592c0787c8dSJuan Quintela
159392bfedb0SEduardo OtuboSeccomp
1594064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
159592bfedb0SEduardo OtuboS: Supported
159692bfedb0SEduardo OtuboF: qemu-seccomp.c
159792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
159892bfedb0SEduardo Otubo
1599ddbb0d09SDaniel P. BerrangeCryptography
1600ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1601ddbb0d09SDaniel P. BerrangeS: Maintained
1602ddbb0d09SDaniel P. BerrangeF: crypto/
1603ddbb0d09SDaniel P. BerrangeF: include/crypto/
1604ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16053947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1606899833cdSDaniel P. BerrangeF: qemu.sasl
1607ddbb0d09SDaniel P. Berrange
160810817bf0SDaniel P. BerrangeCoroutines
160910817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
161010817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
161110817bf0SDaniel P. BerrangeF: util/*coroutine*
161210817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
161310817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
161410817bf0SDaniel P. Berrange
161588c5f205SDaniel P. BerrangeBuffers
161688c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
161788c5f205SDaniel P. BerrangeS: Odd fixes
161888c5f205SDaniel P. BerrangeF: util/buffer.c
161988c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
162088c5f205SDaniel P. Berrange
1621666a3af9SDaniel P. BerrangeI/O Channels
1622666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1623666a3af9SDaniel P. BerrangeS: Maintained
1624666a3af9SDaniel P. BerrangeF: io/
1625666a3af9SDaniel P. BerrangeF: include/io/
1626666a3af9SDaniel P. BerrangeF: tests/test-io-*
1627666a3af9SDaniel P. Berrange
16285614a283SGerd HoffmannSockets
16295614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16305614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16315614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16325614a283SGerd HoffmannS: Maintained
16335614a283SGerd HoffmannF: include/qemu/sockets.h
16345614a283SGerd HoffmannF: util/qemu-sockets.c
1635a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16365614a283SGerd Hoffmann
1637d310d85bSAlberto GarciaThrottling infrastructure
1638d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1639d310d85bSAlberto GarciaS: Supported
1640d310d85bSAlberto GarciaF: block/throttle-groups.c
1641d310d85bSAlberto GarciaF: include/block/throttle-groups.h
164289603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1643d310d85bSAlberto GarciaF: util/throttle.c
164489603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
164589603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1646d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1647d310d85bSAlberto Garcia
1648080d7aacSFam ZhengUUID
1649080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1650080d7aacSFam ZhengS: Supported
1651080d7aacSFam ZhengF: util/uuid.c
1652080d7aacSFam ZhengF: include/qemu/uuid.h
1653080d7aacSFam ZhengF: tests/test-uuid.c
1654080d7aacSFam Zheng
1655a4cc318eSzhanghailiangCOLO Framework
1656a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1657a4cc318eSzhanghailiangS: Maintained
1658a4cc318eSzhanghailiangF: migration/colo*
1659a4cc318eSzhanghailiangF: include/migration/colo.h
1660a4cc318eSzhanghailiangF: include/migration/failover.h
1661a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1662a4cc318eSzhanghailiang
166388f82ed1SZhang ChenCOLO Proxy
1664b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
166588f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
166688f82ed1SZhang ChenS: Supported
166788f82ed1SZhang ChenF: docs/colo-proxy.txt
166888f82ed1SZhang ChenF: net/colo*
166988f82ed1SZhang ChenF: net/filter-rewriter.c
167088f82ed1SZhang ChenF: net/filter-mirror.c
167188f82ed1SZhang Chen
167262258201SPavel DovgalyukRecord/replay
167362258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
167462258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
167570b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
167662258201SPavel DovgalyukS: Supported
167762258201SPavel DovgalyukF: replay/*
167862258201SPavel DovgalyukF: block/blkreplay.c
167962258201SPavel DovgalyukF: net/filter-replay.c
168062258201SPavel DovgalyukF: include/sysemu/replay.h
168162258201SPavel DovgalyukF: docs/replay.txt
168262258201SPavel DovgalyukF: stubs/replay.c
168362258201SPavel Dovgalyuk
1684fd5d5c56SAnthony LiguoriUsermode Emulation
1685fd5d5c56SAnthony Liguori------------------
1686486bbe5fSPaolo BonziniOverall
1687486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1688486bbe5fSPaolo BonziniS: Maintained
1689486bbe5fSPaolo BonziniF: thunk.c
169058410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1691486bbe5fSPaolo Bonzini
1692fd5d5c56SAnthony LiguoriBSD user
1693297e8005SMarkus ArmbrusterS: Orphan
1694fd5d5c56SAnthony LiguoriF: bsd-user/
1695ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1696fd5d5c56SAnthony Liguori
1697fd5d5c56SAnthony LiguoriLinux user
1698fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1699ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1700fd5d5c56SAnthony LiguoriS: Maintained
1701fd5d5c56SAnthony LiguoriF: linux-user/
1702ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
170342f5a7e9SAurelien Jarno
170442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
170542f5a7e9SAurelien Jarno-------------------------
170642f5a7e9SAurelien JarnoCommon code
1707cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
170842f5a7e9SAurelien JarnoS: Maintained
170942f5a7e9SAurelien JarnoF: tcg/
171042f5a7e9SAurelien Jarno
1711b25a464cSClaudio FontanaAArch64 target
1712b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1713b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1714b25a464cSClaudio FontanaS: Maintained
1715b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1716b25a464cSClaudio FontanaF: tcg/aarch64/
1717c17652eeSPaolo BonziniF: disas/arm-a64.cc
1718c17652eeSPaolo BonziniF: disas/libvixl/
1719b25a464cSClaudio Fontana
172042f5a7e9SAurelien JarnoARM target
172142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
172242f5a7e9SAurelien JarnoS: Maintained
1723b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
172442f5a7e9SAurelien JarnoF: tcg/arm/
1725c17652eeSPaolo BonziniF: disas/arm.c
172642f5a7e9SAurelien Jarno
172742f5a7e9SAurelien Jarnoi386 target
17285dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
172942f5a7e9SAurelien JarnoS: Maintained
173042f5a7e9SAurelien JarnoF: tcg/i386/
1731c17652eeSPaolo BonziniF: disas/i386.c
173242f5a7e9SAurelien Jarno
173342f5a7e9SAurelien JarnoMIPS target
1734d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
173542f5a7e9SAurelien JarnoS: Maintained
173642f5a7e9SAurelien JarnoF: tcg/mips/
1737c17652eeSPaolo BonziniF: disas/mips.c
173842f5a7e9SAurelien Jarno
173942f5a7e9SAurelien JarnoPPC
174015610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
174115610d42SPranith KumarS: Odd Fixes
174242f5a7e9SAurelien JarnoF: tcg/ppc/
1743c17652eeSPaolo BonziniF: disas/ppc.c
174442f5a7e9SAurelien Jarno
174542f5a7e9SAurelien JarnoS390 target
174642f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
174742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
174842f5a7e9SAurelien JarnoS: Maintained
174942f5a7e9SAurelien JarnoF: tcg/s390/
1750c17652eeSPaolo BonziniF: disas/s390.c
1751146bd283SCornelia HuckL: qemu-s390x@nongnu.org
175242f5a7e9SAurelien Jarno
175342f5a7e9SAurelien JarnoSPARC target
1754297e8005SMarkus ArmbrusterS: Odd Fixes
175542f5a7e9SAurelien JarnoF: tcg/sparc/
1756c17652eeSPaolo BonziniF: disas/sparc.c
1757bc75c9e5SStefan Weil
1758bc75c9e5SStefan WeilTCI target
1759bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1760bc75c9e5SStefan WeilS: Maintained
17618ef9cd55SAndreas FärberF: tcg/tci/
1762752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1763c17652eeSPaolo BonziniF: disas/tci.c
1764aa09c951SAndreas Färber
1765f05b328cSStefan HajnocziBlock drivers
1766f05b328cSStefan Hajnoczi-------------
1767f05b328cSStefan HajnocziVMDK
1768f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1769c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1770f05b328cSStefan HajnocziS: Supported
1771f05b328cSStefan HajnocziF: block/vmdk.c
1772f05b328cSStefan Hajnoczi
1773f05b328cSStefan HajnocziRBD
17745a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1775280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1776280458a3SJeff CodyL: qemu-block@nongnu.org
1777f05b328cSStefan HajnocziS: Supported
1778f05b328cSStefan HajnocziF: block/rbd.c
1779280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1780f05b328cSStefan Hajnoczi
1781f05b328cSStefan HajnocziSheepdog
178253b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1783f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1784280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1785280458a3SJeff CodyL: qemu-block@nongnu.org
1786dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1787f05b328cSStefan HajnocziS: Supported
1788f05b328cSStefan HajnocziF: block/sheepdog.c
1789280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1790f05b328cSStefan Hajnoczi
1791f05b328cSStefan HajnocziVHDX
1792f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1793280458a3SJeff CodyL: qemu-block@nongnu.org
1794f05b328cSStefan HajnocziS: Supported
1795f05b328cSStefan HajnocziF: block/vhdx*
1796280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1797f05b328cSStefan Hajnoczi
1798f05b328cSStefan HajnocziVDI
1799f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1800c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1801f05b328cSStefan HajnocziS: Maintained
1802f05b328cSStefan HajnocziF: block/vdi.c
1803f05b328cSStefan Hajnoczi
1804f05b328cSStefan HajnocziiSCSI
1805f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1806f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1807f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1808c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1809f05b328cSStefan HajnocziS: Supported
1810f05b328cSStefan HajnocziF: block/iscsi.c
18112deb63c2SPeter LievenF: block/iscsi-opts.c
1812f05b328cSStefan Hajnoczi
181399c62e70SEric BlakeNetwork Block Device (NBD)
181499c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
181599c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
181699c62e70SEric BlakeL: qemu-block@nongnu.org
181799c62e70SEric BlakeS: Maintained
181899c62e70SEric BlakeF: block/nbd*
181999c62e70SEric BlakeF: nbd/
182099c62e70SEric BlakeF: include/block/nbd*
182199c62e70SEric BlakeF: qemu-nbd.*
182299c62e70SEric BlakeF: blockdev-nbd.c
182399c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
182499c62e70SEric Blake
18256542aa9cSPeter LievenNFS
1826280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18276542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1828280458a3SJeff CodyL: qemu-block@nongnu.org
18296542aa9cSPeter LievenS: Maintained
18306542aa9cSPeter LievenF: block/nfs.c
1831280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18326542aa9cSPeter Lieven
1833f05b328cSStefan HajnocziSSH
1834f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1835280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1836280458a3SJeff CodyL: qemu-block@nongnu.org
1837f05b328cSStefan HajnocziS: Supported
1838f05b328cSStefan HajnocziF: block/ssh.c
1839280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1840c9a12e75SChrysostomos Nanakos
1841280458a3SJeff CodyCURL
1842280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1843280458a3SJeff CodyL: qemu-block@nongnu.org
1844280458a3SJeff CodyS: Supported
1845280458a3SJeff CodyF: block/curl.c
1846280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1847280458a3SJeff Cody
1848280458a3SJeff CodyGLUSTER
1849280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1850280458a3SJeff CodyL: qemu-block@nongnu.org
1851280458a3SJeff CodyS: Supported
1852280458a3SJeff CodyF: block/gluster.c
1853280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1854b5e9476cSGonglei
1855199667a8SFam ZhengNull Block Driver
1856199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1857199667a8SFam ZhengL: qemu-block@nongnu.org
1858199667a8SFam ZhengS: Supported
1859199667a8SFam ZhengF: block/null.c
1860199667a8SFam Zheng
1861b5e9476cSGongleiBootdevice
1862b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1863b5e9476cSGongleiS: Maintained
1864b5e9476cSGongleiF: bootdevice.c
1865ecdda9e0SAlberto Garcia
1866ecdda9e0SAlberto GarciaQuorum
1867ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1868ecdda9e0SAlberto GarciaS: Supported
1869ecdda9e0SAlberto GarciaF: block/quorum.c
1870ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1871e7c6e631SStefan Hajnoczi
1872e7c6e631SStefan Hajnocziblkverify
1873e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1874e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1875e7c6e631SStefan HajnocziS: Supported
1876e7c6e631SStefan HajnocziF: block/blkverify.c
1877e7c6e631SStefan Hajnoczi
1878e7c6e631SStefan Hajnoczibochs
1879e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1880e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1881e7c6e631SStefan HajnocziS: Supported
1882e7c6e631SStefan HajnocziF: block/bochs.c
1883e7c6e631SStefan Hajnoczi
1884e7c6e631SStefan Hajnoczicloop
1885e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1886e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1887e7c6e631SStefan HajnocziS: Supported
1888e7c6e631SStefan HajnocziF: block/cloop.c
1889e7c6e631SStefan Hajnoczi
1890e7c6e631SStefan Hajnoczidmg
1891e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1892e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1893e7c6e631SStefan HajnocziS: Supported
1894e7c6e631SStefan HajnocziF: block/dmg.c
1895e7c6e631SStefan Hajnoczi
1896e7c6e631SStefan Hajnocziparallels
1897e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1898f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1899e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1900e7c6e631SStefan HajnocziS: Supported
1901e7c6e631SStefan HajnocziF: block/parallels.c
19025746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1903e7c6e631SStefan Hajnoczi
1904e7c6e631SStefan Hajnocziqed
1905e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1906e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1907e7c6e631SStefan HajnocziS: Supported
1908e7c6e631SStefan HajnocziF: block/qed.c
1909e7c6e631SStefan Hajnoczi
1910e7c6e631SStefan Hajnocziraw
1911e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1912e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1913e7c6e631SStefan HajnocziS: Supported
1914e7c6e631SStefan HajnocziF: block/linux-aio.c
1915f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19162e6fc7ebSEric BlakeF: block/raw-format.c
1917c1bb86cdSEric BlakeF: block/file-posix.c
1918c1bb86cdSEric BlakeF: block/file-win32.c
1919e7c6e631SStefan HajnocziF: block/win32-aio.c
1920e7c6e631SStefan Hajnoczi
1921e7c6e631SStefan Hajnocziqcow2
1922e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1923c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1924e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1925e7c6e631SStefan HajnocziS: Supported
1926e7c6e631SStefan HajnocziF: block/qcow2*
1927b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1928e7c6e631SStefan Hajnoczi
1929e7c6e631SStefan Hajnocziqcow
1930e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1931e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1932e7c6e631SStefan HajnocziS: Supported
1933e7c6e631SStefan HajnocziF: block/qcow.c
1934e7c6e631SStefan Hajnoczi
1935e7c6e631SStefan Hajnocziblkdebug
1936e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1937c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1938e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1939e7c6e631SStefan HajnocziS: Supported
1940e7c6e631SStefan HajnocziF: block/blkdebug.c
1941e7c6e631SStefan Hajnoczi
1942e7c6e631SStefan Hajnoczivpc
1943e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1944e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1945e7c6e631SStefan HajnocziS: Supported
1946e7c6e631SStefan HajnocziF: block/vpc.c
1947e7c6e631SStefan Hajnoczi
1948e7c6e631SStefan Hajnoczivvfat
1949e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1950e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1951e7c6e631SStefan HajnocziS: Supported
1952e7c6e631SStefan HajnocziF: block/vvfat.c
1953abfe4e94SStefan Hajnoczi
1954abfe4e94SStefan HajnocziImage format fuzzer
1955abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1956abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1957abfe4e94SStefan HajnocziS: Supported
1958abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1959717171bdSDaniel P. Berrange
1960049105a3SChanglong XieReplication
1961205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
19623ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1963049105a3SChanglong XieS: Supported
1964049105a3SChanglong XieF: replication*
1965049105a3SChanglong XieF: block/replication.c
1966049105a3SChanglong XieF: tests/test-replication.c
1967049105a3SChanglong XieF: docs/block-replication.txt
1968049105a3SChanglong Xie
1969b9e02c06SAlex BennéeBuild and test automation
1970b9e02c06SAlex Bennée-------------------------
19710475a03eSEduardo HabkostBuild and test automation
1972b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1973e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
197432b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1975b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1976e70dc7f8SAlex BennéeS: Maintained
1977b9e02c06SAlex BennéeF: .travis.yml
1978d92d886aSAlex BennéeF: .shippable.yml
1979e70dc7f8SAlex BennéeF: tests/docker/
198018023821SFam ZhengF: tests/vm/
1981e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
19822a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1983e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1984717171bdSDaniel P. Berrange
1985717171bdSDaniel P. BerrangeDocumentation
1986717171bdSDaniel P. Berrange-------------
1987717171bdSDaniel P. BerrangeBuild system architecture
1988717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1989717171bdSDaniel P. BerrangeS: Odd Fixes
1990c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
19918a49e97fSFam Zheng
1992aef45d51SDaniel P. BerrangeBuild System
1993aef45d51SDaniel P. Berrange------------
1994aef45d51SDaniel P. BerrangeGIT submodules
1995aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1996aef45d51SDaniel P. BerrangeS: Odd Fixes
1997aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
1998