xref: /openbmc/qemu/MAINTAINERS (revision c39f95dc)
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------------------------------
6462622c11SMichael S. TsirkinW: http://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>
16578851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.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/
26216e7caaeSMax Filippov
26348e06fe0SBastian KoppelmannTriCore
26448e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26548e06fe0SBastian KoppelmannS: Maintained
266fcf5ef2aSThomas HuthF: target/tricore/
26748e06fe0SBastian KoppelmannF: hw/tricore/
268d46d14e6SThomas HuthF: include/hw/tricore/
26948e06fe0SBastian Koppelmann
270fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
271fd5d5c56SAnthony Liguori----------------------
272fd5d5c56SAnthony Liguori
273fd5d5c56SAnthony LiguoriOverall
274c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
275fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
276fd5d5c56SAnthony LiguoriS: Supported
277fd5d5c56SAnthony LiguoriF: */kvm.*
2781962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
279a95e9a48SThomas HuthF: include/sysemu/kvm*.h
280fd5d5c56SAnthony Liguori
281ed4659d1SPeter MaydellARM
282ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
283b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
284ed4659d1SPeter MaydellS: Maintained
285fcf5ef2aSThomas HuthF: target/arm/kvm.c
286ed4659d1SPeter Maydell
287a31896c4SJames HoganMIPS
288a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
289a31896c4SJames HoganS: Maintained
290fcf5ef2aSThomas HuthF: target/mips/kvm.c
291a31896c4SJames Hogan
292fd5d5c56SAnthony LiguoriPPC
293fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
294fd5d5c56SAnthony LiguoriS: Maintained
295fcf5ef2aSThomas HuthF: target/ppc/kvm.c
296fd5d5c56SAnthony Liguori
297fd5d5c56SAnthony LiguoriS390
298b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
299c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
300fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
301fd5d5c56SAnthony LiguoriS: Maintained
302fcf5ef2aSThomas HuthF: target/s390x/kvm.c
303040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
304040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
305fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
306fcf5ef2aSThomas HuthF: target/s390x/machine.c
30774b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3084277af19SCornelia HuckF: hw/intc/s390_flic.c
3094277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3104277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
311c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3123e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3133e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
314146bd283SCornelia HuckL: qemu-s390x@nongnu.org
315fd5d5c56SAnthony Liguori
316fd5d5c56SAnthony LiguoriX86
317d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
318fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
319fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
320fd5d5c56SAnthony LiguoriS: Supported
321fcf5ef2aSThomas HuthF: target/i386/kvm.c
322fd5d5c56SAnthony Liguori
3238a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3248a6b0cd7SStefano Stabellini----------------------
3258a6b0cd7SStefano Stabellini
3268a6b0cd7SStefano StabelliniX86
3273623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3283623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3296d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3308a6b0cd7SStefano StabelliniS: Supported
3318a6b0cd7SStefano StabelliniF: */xen*
332d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
333c92451c2SPaolo BonziniF: hw/char/xen_console.c
334c92451c2SPaolo BonziniF: hw/display/xenfb.c
335c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3369027ac50SStefano StabelliniF: hw/block/xen_*
337c92451c2SPaolo BonziniF: hw/xen/
338c92451c2SPaolo BonziniF: hw/xenpv/
3399027ac50SStefano StabelliniF: hw/i386/xen/
340c92451c2SPaolo BonziniF: include/hw/xen/
3419027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3428a6b0cd7SStefano Stabellini
3431bdd6874SStefan WeilHosts:
3441bdd6874SStefan Weil------
3451bdd6874SStefan Weil
3461bdd6874SStefan WeilLINUX
3471bdd6874SStefan WeilL: qemu-devel@nongnu.org
3481bdd6874SStefan WeilS: Maintained
3491bdd6874SStefan WeilF: linux-*
3501bdd6874SStefan WeilF: linux-headers/
3511bdd6874SStefan Weil
3521bdd6874SStefan WeilPOSIX
3531bdd6874SStefan WeilL: qemu-devel@nongnu.org
3541bdd6874SStefan WeilS: Maintained
3551bdd6874SStefan WeilF: *posix*
3561bdd6874SStefan Weil
3573c2bdbc1SKamil RytarowskiNETBSD
3583c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3593c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3603c2bdbc1SKamil RytarowskiS: Maintained
3611b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3623c2bdbc1SKamil Rytarowski
3631bdd6874SStefan WeilW32, W64
3641bdd6874SStefan WeilL: qemu-devel@nongnu.org
3651bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3661bdd6874SStefan WeilS: Maintained
3671bdd6874SStefan WeilF: *win32*
36803972660SThomas HuthF: */*win32*
36903972660SThomas HuthF: include/*/*win32*
37003972660SThomas HuthX: qga/*win32*
371885bdc95SStefan WeilF: qemu.nsi
3721bdd6874SStefan Weil
373fd5d5c56SAnthony LiguoriARM Machines
374fd5d5c56SAnthony Liguori------------
37584291fe7SliguangAllwinner-a10
37685b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
377b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37884291fe7SliguangS: Maintained
37985b4d5daSBeniamino GalvaniF: hw/*/allwinner*
38085b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
38184291fe7SliguangF: hw/arm/cubieboard.c
38284291fe7Sliguang
383e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
38406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
385b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38606271000SPaolo BonziniS: Maintained
38706271000SPaolo BonziniF: hw/char/pl011.c
388c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
38906271000SPaolo BonziniF: hw/display/pl110*
39006271000SPaolo BonziniF: hw/dma/pl080.c
39106271000SPaolo BonziniF: hw/dma/pl330.c
39206271000SPaolo BonziniF: hw/gpio/pl061.c
39306271000SPaolo BonziniF: hw/input/pl050.c
39406271000SPaolo BonziniF: hw/intc/pl190.c
39506271000SPaolo BonziniF: hw/sd/pl181.c
39606271000SPaolo BonziniF: hw/timer/pl031.c
39706271000SPaolo BonziniF: include/hw/arm/primecell.h
398e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
399e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
400e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
401e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
40206271000SPaolo Bonzini
40306271000SPaolo BonziniARM cores
40406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
405b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40606271000SPaolo BonziniS: Maintained
40706271000SPaolo BonziniF: hw/intc/arm*
40806271000SPaolo BonziniF: hw/intc/gic_internal.h
40906271000SPaolo BonziniF: hw/misc/a9scu.c
41006271000SPaolo BonziniF: hw/misc/arm11scu.c
41106271000SPaolo BonziniF: hw/timer/a9gtimer*
412c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
413c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
41406271000SPaolo BonziniF: include/hw/intc/arm*
41506271000SPaolo BonziniF: include/hw/misc/a9scu.h
41606271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41706271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
41806271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
419c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
420c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
42106271000SPaolo Bonzini
422fc63dcffSEvgeny VoevodinExynos
423f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
424b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
425fc63dcffSEvgeny VoevodinS: Maintained
4268d8b636dSPaolo BonziniF: hw/*/exynos*
427ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
428fc63dcffSEvgeny Voevodin
429766fd09fSMark LangsdorfCalxeda Highbank
4309ef137caSRob HerringM: Rob Herring <robh@kernel.org>
431b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4329ef137caSRob HerringS: Maintained
4338d8b636dSPaolo BonziniF: hw/arm/highbank.c
4348d8b636dSPaolo BonziniF: hw/net/xgmac.c
435766fd09fSMark Langsdorf
4369082f121SAntony PavlovCanon DIGIC
4379082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
438b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4399082f121SAntony PavlovS: Maintained
4409082f121SAntony PavlovF: include/hw/arm/digic.h
4419082f121SAntony PavlovF: hw/*/digic*
4429082f121SAntony Pavlov
443fd5d5c56SAnthony LiguoriGumstix
4445dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
445b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
446fd5d5c56SAnthony LiguoriS: Orphan
4478d8b636dSPaolo BonziniF: hw/arm/gumstix.c
448fd5d5c56SAnthony Liguori
4490325559dSPeter Chubbi.MX31
4500325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
451b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4520325559dSPeter ChubbS: Odd fixes
4538d8b636dSPaolo BonziniF: hw/*/imx*
454f7e242d6SThomas HuthF: include/hw/*/imx*
4558d8b636dSPaolo BonziniF: hw/arm/kzm.c
456ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4570325559dSPeter Chubb
458fd5d5c56SAnthony LiguoriIntegrator CP
4591ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
460b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
461fd5d5c56SAnthony LiguoriS: Maintained
4628d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
463f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
464fd5d5c56SAnthony Liguori
465e5a6a6e6SPeter MaydellMPS2
466e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
467e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
468e5a6a6e6SPeter MaydellS: Maintained
469e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
470e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
471e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
472e5a6a6e6SPeter Maydell
473fd5d5c56SAnthony LiguoriMusicpal
474fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
475b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
476fd5d5c56SAnthony LiguoriS: Maintained
4778d8b636dSPaolo BonziniF: hw/arm/musicpal.c
478fd5d5c56SAnthony Liguori
479fd5d5c56SAnthony LiguorinSeries
480fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
481b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
482fd5d5c56SAnthony LiguoriS: Maintained
4838d8b636dSPaolo BonziniF: hw/arm/nseries.c
484fd5d5c56SAnthony Liguori
485fd5d5c56SAnthony LiguoriPalm
486fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
487b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
488fd5d5c56SAnthony LiguoriS: Maintained
4898d8b636dSPaolo BonziniF: hw/arm/palm.c
490fd5d5c56SAnthony Liguori
491fd5d5c56SAnthony LiguoriReal View
4921ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
493b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
494fd5d5c56SAnthony LiguoriS: Maintained
4958d8b636dSPaolo BonziniF: hw/arm/realview*
496f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4975ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4985ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
499fd5d5c56SAnthony Liguori
5009b31bff0SPaolo BonziniPXA2XX
501fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
502b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
503fd5d5c56SAnthony LiguoriS: Maintained
5049b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5058d8b636dSPaolo BonziniF: hw/arm/spitz.c
5069b31bff0SPaolo BonziniF: hw/arm/tosa.c
5079b31bff0SPaolo BonziniF: hw/arm/z2.c
5089b31bff0SPaolo BonziniF: hw/*/pxa2xx*
509f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
510ed0db866SThomas HuthF: include/hw/arm/pxa.h
511fd5d5c56SAnthony Liguori
512fd5d5c56SAnthony LiguoriStellaris
5131ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
514b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
515fd5d5c56SAnthony LiguoriS: Maintained
5168d8b636dSPaolo BonziniF: hw/*/stellaris*
517fd5d5c56SAnthony Liguori
518fd5d5c56SAnthony LiguoriVersatile PB
5191ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
520b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
521fd5d5c56SAnthony LiguoriS: Maintained
5228d8b636dSPaolo BonziniF: hw/*/versatile*
523c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
524fd5d5c56SAnthony Liguori
525e3260506SPeter A. G. CrosthwaiteXilinx Zynq
526cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5274b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
528b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
529e3260506SPeter A. G. CrosthwaiteS: Maintained
530cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5318d8b636dSPaolo BonziniF: hw/*/cadence_*
532f7e242d6SThomas HuthF: hw/misc/zynq*
533f7e242d6SThomas HuthF: include/hw/misc/zynq*
534cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
535e3260506SPeter A. G. Crosthwaite
536137805f5SAlistair FrancisXilinx ZynqMP
537137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
538cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
539b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
540137805f5SAlistair FrancisS: Maintained
541cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
542f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
543137805f5SAlistair Francis
5448f4d260eSShannon ZhaoARM ACPI Subsystem
5458f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5468f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
547b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5488f4d260eSShannon ZhaoS: Maintained
5498f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5508f4d260eSShannon Zhao
551a1f8193bSAlistair FrancisSTM32F205
552a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
553a1f8193bSAlistair FrancisS: Maintained
554a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
555a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
556a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
557a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
558a1f8193bSAlistair FrancisF: hw/adc/*
559a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5600e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
561a1f8193bSAlistair Francis
562a1f8193bSAlistair FrancisNetduino 2
563a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
564a1f8193bSAlistair FrancisS: Maintained
565a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
566a1f8193bSAlistair Francis
567fd5d5c56SAnthony LiguoriCRIS Machines
568fd5d5c56SAnthony Liguori-------------
569fd5d5c56SAnthony LiguoriAxis Dev88
570fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
571fd5d5c56SAnthony LiguoriS: Maintained
5728d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5736e481d57SPeter MaydellF: hw/*/etraxfs_*.c
574fd5d5c56SAnthony Liguori
57507bf23a7SMichael WalleLM32 Machines
57607bf23a7SMichael Walle-------------
57707bf23a7SMichael WalleEVR32 and uclinux BSP
57807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
57907bf23a7SMichael WalleS: Maintained
5808d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
58107bf23a7SMichael Walle
582d118aa6bSMichael Wallemilkymist
583d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
584d118aa6bSMichael WalleS: Maintained
5858d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
586d118aa6bSMichael Walle
587afcacd53SAurelien JarnoM68K Machines
588fd5d5c56SAnthony Liguori-------------
589fd5d5c56SAnthony Liguorian5206
5905baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5915baf2741SThomas HuthS: Odd Fixes
5928d8b636dSPaolo BonziniF: hw/m68k/an5206.c
593e9a56114SThomas HuthF: hw/m68k/mcf5206.c
594fd5d5c56SAnthony Liguori
595fd5d5c56SAnthony Liguorimcf5208
5965baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5975baf2741SThomas HuthS: Odd Fixes
5988d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
599e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
600e9a56114SThomas HuthF: hw/char/mcf_uart.c
601e9a56114SThomas HuthF: hw/net/mcf_fec.c
6025baf2741SThomas HuthF: include/hw/m68k/mcf*.h
603fd5d5c56SAnthony Liguori
604fd5d5c56SAnthony LiguoriMicroBlaze Machines
605b6f97c14Sbellard-------------------
606fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
607fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
608fd5d5c56SAnthony LiguoriS: Maintained
6096e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
610b6f97c14Sbellard
611d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6124b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
613d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6148d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
615d36e8ce7SPeter A. G. Crosthwaite
616fd5d5c56SAnthony LiguoriMIPS Machines
617fd5d5c56SAnthony Liguori-------------
618fd5d5c56SAnthony LiguoriJazz
619fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
620fd5d5c56SAnthony LiguoriS: Maintained
6218d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
622fd5d5c56SAnthony Liguori
623fd5d5c56SAnthony LiguoriMalta
624fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
625fd5d5c56SAnthony LiguoriS: Maintained
6268d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
627fd5d5c56SAnthony Liguori
628fd5d5c56SAnthony LiguoriMipssim
629659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
630659f42d8SYongbok KimS: Odd Fixes
6318d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
632659f42d8SYongbok KimF: hw/net/mipsnet.c
633fd5d5c56SAnthony Liguori
634fd5d5c56SAnthony LiguoriR4000
635fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
636fd5d5c56SAnthony LiguoriS: Maintained
6378d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
638fd5d5c56SAnthony Liguori
639659f42d8SYongbok KimFulong 2E
640659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
641659f42d8SYongbok KimS: Odd Fixes
642659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
643659f42d8SYongbok Kim
644659f42d8SYongbok KimBoston
645659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
646659f42d8SYongbok KimS: Maintained
647659f42d8SYongbok KimF: hw/core/loader-fit.c
648659f42d8SYongbok KimF: hw/mips/boston.c
649659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
650659f42d8SYongbok Kim
651945dad6dSJia LiuOpenRISC Machines
652945dad6dSJia Liu-----------------
653945dad6dSJia Liuor1k-sim
654945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
655945dad6dSJia LiuS: Maintained
656945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
657945dad6dSJia Liu
658fd5d5c56SAnthony LiguoriPowerPC Machines
659fd5d5c56SAnthony Liguori----------------
660fd5d5c56SAnthony Liguori405
661fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
662a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6639b9fe135SAndreas FärberS: Odd Fixes
6648d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
665fd5d5c56SAnthony Liguori
666aaade8d7SAndreas FärberBamboo
667aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
668aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
669aaade8d7SAndreas FärberS: Odd Fixes
6708d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
671aaade8d7SAndreas Färber
67298cded3aSAndreas Färbere500
67398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
67498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
67598cded3aSAndreas FärberS: Supported
67698cded3aSAndreas FärberF: hw/ppc/e500.[hc]
67798cded3aSAndreas FärberF: hw/ppc/e500plat.c
678b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
679b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
680b5d55020SThomas HuthF: pc-bios/u-boot.e500
68198cded3aSAndreas Färber
68298cded3aSAndreas Färbermpc8544ds
68398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
68498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
68598cded3aSAndreas FärberS: Supported
68698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6878d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
68898cded3aSAndreas Färber
689fd5d5c56SAnthony LiguoriNew World
690fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
691a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
692fd5d5c56SAnthony LiguoriS: Maintained
693baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6946e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6956e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6968d8b636dSPaolo BonziniF: hw/misc/macio/
697b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
698b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
699fd5d5c56SAnthony Liguori
700fd5d5c56SAnthony LiguoriOld World
701fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
702a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
703fd5d5c56SAnthony LiguoriS: Maintained
704baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7056e481d57SPeter MaydellF: hw/pci-host/grackle.c
7068d8b636dSPaolo BonziniF: hw/misc/macio/
707835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
708fd5d5c56SAnthony Liguori
709ec38d398SAndreas FärberPReP
7108178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7119f38774dSAndreas FärberL: qemu-devel@nongnu.org
712a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7138178e89cSHervé PoussineauS: Maintained
71475610155SAndreas FärberF: hw/ppc/prep.c
7158178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7168178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7176e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7188d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
719835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
720fd5d5c56SAnthony Liguori
721300b115cSAndreas FärbersPAPR
722085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7238a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7248a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7258a269ca4SAndreas FärberS: Supported
7268d8b636dSPaolo BonziniF: hw/*/spapr*
727f9de2da7SDavid GibsonF: include/hw/*/spapr*
728f9de2da7SDavid GibsonF: hw/*/xics*
729f9de2da7SDavid GibsonF: include/hw/*/xics*
730f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
731b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
732b5d55020SThomas HuthF: pc-bios/slof.bin
733bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
734b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
735b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
736a70ab357SGreg KurzF: tests/spapr*
737a70ab357SGreg KurzF: tests/libqos/*spapr*
738a70ab357SGreg KurzF: tests/rtas*
739a70ab357SGreg KurzF: tests/libqos/rtas*
7408a269ca4SAndreas Färber
741794d00bfSAndreas Färbervirtex_ml507
742794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
743794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
744794d00bfSAndreas FärberS: Odd Fixes
7456e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
746794d00bfSAndreas Färber
747fd5d5c56SAnthony LiguoriSH4 Machines
748fd5d5c56SAnthony Liguori------------
749fd5d5c56SAnthony LiguoriR2D
750fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
751fd5d5c56SAnthony LiguoriS: Maintained
7526e481d57SPeter MaydellF: hw/sh4/r2d.c
75381527b94SThomas HuthF: hw/intc/sh_intc.c
75481527b94SThomas HuthF: hw/timer/sh_timer.c
755fd5d5c56SAnthony Liguori
756fd5d5c56SAnthony LiguoriShix
757fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
75881527b94SThomas HuthS: Odd Fixes
7596e481d57SPeter MaydellF: hw/sh4/shix.c
760fd5d5c56SAnthony Liguori
761fd5d5c56SAnthony LiguoriSPARC Machines
762fd5d5c56SAnthony Liguori--------------
763fd5d5c56SAnthony LiguoriSun4m
764f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
765fd5d5c56SAnthony LiguoriS: Maintained
7668d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
767c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
768c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7697098b79eSThomas HuthF: hw/misc/eccmemctl.c
7707098b79eSThomas HuthF: hw/misc/slavio_misc.c
771c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
772c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
773c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
774fd5d5c56SAnthony Liguori
775fd5d5c56SAnthony LiguoriSun4u
776f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
777fd5d5c56SAnthony LiguoriS: Maintained
7788d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
779c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
780fd5d5c56SAnthony Liguori
781a2664ca0SArtyom TarasenkoSun4v
782a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
783a2664ca0SArtyom TarasenkoS: Maintained
784626e4a4bSFam ZhengF: hw/sparc64/niagara.c
785a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
786a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
787a2664ca0SArtyom Tarasenko
788ce6c760cSFabien ChouteauLeon3
789ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
790ce6c760cSFabien ChouteauS: Maintained
7918d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7928d8b636dSPaolo BonziniF: hw/*/grlib*
793c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
794ce6c760cSFabien Chouteau
795fd5d5c56SAnthony LiguoriS390 Machines
796fd5d5c56SAnthony Liguori-------------
797dd4ad64aSCornelia HuckS390 Virtio-ccw
798c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
799b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
800dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
801dd4ad64aSCornelia HuckS: Supported
8020c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8039d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
804c5bfb202SCornelia HuckF: hw/s390x/
8054277af19SCornelia HuckF: include/hw/s390x/
8064277af19SCornelia HuckF: pc-bios/s390-ccw/
807c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8081e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8091e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
8101e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8113e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8123e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
813146bd283SCornelia HuckL: qemu-s390x@nongnu.org
814dd4ad64aSCornelia Huck
815ab9528caSGuan XuetaoUniCore32 Machines
816ab9528caSGuan Xuetao-------------
817ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
818ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
819ab9528caSGuan XuetaoS: Maintained
8208d8b636dSPaolo BonziniF: hw/*/puv3*
821ab9528caSGuan XuetaoF: hw/unicore32/
822ab9528caSGuan Xuetao
823fd5d5c56SAnthony LiguoriX86 Machines
824fd5d5c56SAnthony Liguori------------
825fd5d5c56SAnthony LiguoriPC
826046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
827fd5d5c56SAnthony LiguoriS: Supported
828046a6486SMichael S. TsirkinF: include/hw/i386/
829046a6486SMichael S. TsirkinF: hw/i386/
830046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
831046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
832046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
833046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
834046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
835046a6486SMichael S. TsirkinF: hw/isa/piix4.c
836046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
837046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
838046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
839046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
840046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
841f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8429cc3b73cSPaolo BonziniF: hw/misc/sga.c
8439cc3b73cSPaolo Bonzini
8449cc3b73cSPaolo BonziniPC Chipset
8459cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8469cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8479cc3b73cSPaolo BonziniS: Support
8489cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8499cc3b73cSPaolo BonziniF: hw/char/parallel.c
8509cc3b73cSPaolo BonziniF: hw/char/serial*
8519cc3b73cSPaolo BonziniF: hw/dma/i8257*
8529cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8539cc3b73cSPaolo BonziniF: hw/intc/apic*
8549cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8559cc3b73cSPaolo BonziniF: hw/intc/i8259*
8569cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8579cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8589cc3b73cSPaolo BonziniF: hw/timer/hpet*
8599cc3b73cSPaolo BonziniF: hw/timer/i8254*
8609cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
861a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
862a2feb348SThomas HuthF: include/hw/timer/hpet.h
863a2feb348SThomas HuthF: include/hw/timer/i8254*
864a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
865046a6486SMichael S. Tsirkin
8665da4fb00SMichael S. TsirkinMachine core
8675da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8685da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8695da4fb00SMichael S. TsirkinS: Supported
8705da4fb00SMichael S. TsirkinF: hw/core/machine.c
871c1629c5cSThomas HuthF: hw/core/null-machine.c
8725da4fb00SMichael S. TsirkinF: include/hw/boards.h
873e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
874fd5d5c56SAnthony Liguori
87516e7caaeSMax FilippovXtensa Machines
87616e7caaeSMax Filippov---------------
877375847a6SMax Filippovsim
87816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
87916e7caaeSMax FilippovS: Maintained
880437a8c11SMax FilippovF: hw/xtensa/sim.c
881375847a6SMax Filippov
882437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
883375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
884375847a6SMax FilippovS: Maintained
885437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
886437a8c11SMax FilippovF: hw/net/opencores_eth.c
88716e7caaeSMax Filippov
888fd5d5c56SAnthony LiguoriDevices
889fd5d5c56SAnthony Liguori-------
890b30934cbSJiri SlabyEDU
891b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
892b30934cbSJiri SlabyS: Maintained
893b30934cbSJiri SlabyF: hw/misc/edu.c
894b30934cbSJiri Slaby
895fd5d5c56SAnthony LiguoriIDE
896c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
897c095348bSJohn SnowL: qemu-block@nongnu.org
898c095348bSJohn SnowS: Supported
8998d8b636dSPaolo BonziniF: include/hw/ide.h
900c9f7acd5SThomas HuthF: include/hw/ide/
901fd5d5c56SAnthony LiguoriF: hw/ide/
902c095348bSJohn SnowF: hw/block/block.c
903c095348bSJohn SnowF: hw/block/cdrom.c
904c095348bSJohn SnowF: hw/block/hd-geometry.c
905c095348bSJohn SnowF: tests/ide-test.c
906c095348bSJohn SnowF: tests/ahci-test.c
907aee50319SJohn SnowF: tests/libqos/ahci*
908c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
909c095348bSJohn Snow
910c095348bSJohn SnowFloppy
911c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
912c095348bSJohn SnowL: qemu-block@nongnu.org
913c095348bSJohn SnowS: Supported
914c095348bSJohn SnowF: hw/block/fdc.c
915c095348bSJohn SnowF: include/hw/block/fdc.h
916aee50319SJohn SnowF: tests/fdc-test.c
917c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
918fd5d5c56SAnthony Liguori
919f5f487b2SPeter MaydellOMAP
920f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
921f5f487b2SPeter MaydellS: Maintained
9228d8b636dSPaolo BonziniF: hw/*/omap*
923ed0db866SThomas HuthF: include/hw/arm/omap.h
924f5f487b2SPeter Maydell
92528d54e58SPaolo BonziniIPack
92628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
92728d54e58SPaolo BonziniS: Odd Fixes
92828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
92928d54e58SPaolo BonziniF: hw/ipack/
93028d54e58SPaolo Bonzini
931fd5d5c56SAnthony LiguoriPCI
932fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
933874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
934fd5d5c56SAnthony LiguoriS: Supported
9358d8b636dSPaolo BonziniF: include/hw/pci/*
936f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
937ca818cfbSMichael S. TsirkinF: hw/pci/*
938f178bc6bSPaolo BonziniF: hw/pci-bridge/*
93968179923SPhilippe Mathieu-DaudéF: docs/pci*
94068179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
941534fd814SFam ZhengF: default-configs/pci.mak
9420e0b3592SMichael S. Tsirkin
943d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9440e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9450e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9460e0b3592SMichael S. TsirkinS: Supported
9470e0b3592SMichael S. TsirkinF: include/hw/acpi/*
948d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9490e0b3592SMichael S. TsirkinF: hw/mem/*
9508d8b636dSPaolo BonziniF: hw/acpi/*
951d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9520e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9530e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9543248f1b4SBen WarrenF: tests/bios-tables-test.c
9553248f1b4SBen WarrenF: tests/acpi-utils.[hc]
956fd5d5c56SAnthony Liguori
957aaade8d7SAndreas Färberppc4xx
958aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
959aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
960aaade8d7SAndreas FärberS: Odd Fixes
9618d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
962b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
963aaade8d7SAndreas Färber
96498cded3aSAndreas Färberppce500
96598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
96698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
96798cded3aSAndreas FärberS: Supported
9686e481d57SPeter MaydellF: hw/ppc/e500*
969566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
970566dd236SPaolo BonziniF: hw/net/fsl_etsec/
97198cded3aSAndreas Färber
97261af0ee6SPaolo BonziniCharacter devices
97361af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
97461af0ee6SPaolo BonziniS: Odd Fixes
97561af0ee6SPaolo BonziniF: hw/char/
97661af0ee6SPaolo Bonzini
977f536f112SPaolo BonziniNetwork devices
978f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
979f536f112SPaolo BonziniS: Odd Fixes
980f536f112SPaolo BonziniF: hw/net/
9816bd7776cSGreg KurzF: tests/virtio-net-test.c
982f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
983f536f112SPaolo Bonzini
984fd5d5c56SAnthony LiguoriSCSI
985de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
986de7724f7SPaolo BonziniS: Supported
98774460f34SThomas HuthF: include/hw/scsi/*
9888d8b636dSPaolo BonziniF: hw/scsi/*
9896bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9901ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
991de7724f7SPaolo Bonzini
992fcb5629dSPeter A. G. CrosthwaiteSSI
9934b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
994982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
995fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9968d8b636dSPaolo BonziniF: hw/ssi/*
9978d8b636dSPaolo BonziniF: hw/block/m25p80.c
998982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
9994b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1000982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10014b46ba61SAlistair Francis
10024b46ba61SAlistair FrancisXilinx SPI
10034b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10044b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10054b46ba61SAlistair FrancisS: Maintained
10064b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1007fcb5629dSPeter A. G. Crosthwaite
1008fd5d5c56SAnthony LiguoriUSB
10095d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10105d0d62feSGerd HoffmannS: Maintained
10118d8b636dSPaolo BonziniF: hw/usb/*
101228edfce0SGongleiF: tests/usb-*-test.c
1013beded0ffSThomas HuthF: docs/usb2.txt
1014beded0ffSThomas HuthF: docs/usb-storage.txt
1015beded0ffSThomas HuthF: include/hw/usb.h
1016beded0ffSThomas HuthF: include/hw/usb/
1017104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1018fd5d5c56SAnthony Liguori
1019e26082fdSPaolo BonziniUSB (serial adapter)
1020e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1021e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1022e26082fdSPaolo BonziniS: Maintained
1023e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1024e26082fdSPaolo Bonzini
102592e1fb5eSAlex WilliamsonVFIO
102692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
102792e1fb5eSAlex WilliamsonS: Supported
1028cf7087dbSKim PhillipsF: hw/vfio/*
102999b88c6dSThomas HuthF: include/hw/vfio/
103092e1fb5eSAlex Williamson
10315eb74557SDong Jia Shivfio-ccw
1032c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10335eb74557SDong Jia ShiS: Supported
10345eb74557SDong Jia ShiF: hw/vfio/ccw.c
10355eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10365eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10375eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1038146bd283SCornelia HuckL: qemu-s390x@nongnu.org
10395eb74557SDong Jia Shi
1040fd5d5c56SAnthony Liguorivhost
1041fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1042fd5d5c56SAnthony LiguoriS: Supported
10438d8b636dSPaolo BonziniF: hw/*/*vhost*
104437f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1045fd5d5c56SAnthony Liguori
1046fd5d5c56SAnthony Liguorivirtio
1047a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1048fd5d5c56SAnthony LiguoriS: Supported
10498d8b636dSPaolo BonziniF: hw/*/virtio*
105072fa605dSThomas HuthF: hw/virtio/Makefile.objs
105172fa605dSThomas HuthF: hw/virtio/trace-events
10526a084ea3SMichael S. TsirkinF: net/vhost-user.c
1053494f7b57SThomas HuthF: include/hw/virtio/
10546bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1055fd5d5c56SAnthony Liguori
1056fd5d5c56SAnthony Liguorivirtio-9p
105723704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10588c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1059fd5d5c56SAnthony LiguoriS: Supported
1060aebeca25SAndreas FärberF: hw/9pfs/
1061aebeca25SAndreas FärberF: fsdev/
10622d888c09SAndreas FärberF: tests/virtio-9p-test.c
10633f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10648c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1065fd5d5c56SAnthony Liguori
1066fd5d5c56SAnthony Liguorivirtio-blk
106754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1068b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1069fd5d5c56SAnthony LiguoriS: Supported
10708d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1071b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10726bd7776cSGreg KurzF: tests/virtio-blk-test.c
1073b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1074fd5d5c56SAnthony Liguori
1075dd4ad64aSCornelia Huckvirtio-ccw
1076c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1077b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1078dd4ad64aSCornelia HuckS: Supported
1079dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10803e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10813e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1082146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1083dd4ad64aSCornelia Huck
1084a5d4d7b5SGerd Hoffmannvirtio-input
1085a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1086a5d4d7b5SGerd HoffmannS: Maintained
1087a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1088a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1089a5d4d7b5SGerd Hoffmann
1090fd5d5c56SAnthony Liguorivirtio-serial
1091cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1092fd5d5c56SAnthony LiguoriS: Supported
10938d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10948d8b636dSPaolo BonziniF: hw/char/virtio-console.c
109568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10966bd7776cSGreg KurzF: tests/virtio-console-test.c
10976bd7776cSGreg KurzF: tests/virtio-serial-test.c
1098fd5d5c56SAnthony Liguori
10991f51a5cbSAmit Shahvirtio-rng
1100cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11011f51a5cbSAmit ShahS: Supported
11021f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11031f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1104750cf869SThomas HuthF: include/sysemu/rng*.h
11051f51a5cbSAmit ShahF: backends/rng*.c
11066bd7776cSGreg KurzF: tests/virtio-rng-test.c
11071f51a5cbSAmit Shah
11086034011cSGongleivirtio-crypto
11096034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11106034011cSGongleiS: Supported
11116034011cSGongleiF: hw/virtio/virtio-crypto.c
11126034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11136034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11146034011cSGonglei
1115f3c507adSKeith Buschnvme
1116f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1117c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1118f3c507adSKeith BuschS: Supported
1119f3c507adSKeith BuschF: hw/block/nvme*
1120fc967791SAndreas FärberF: tests/nvme-test.c
1121f3c507adSKeith Busch
1122d383c625SHannes Reineckemegasas
11233fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1124c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1125d383c625SHannes ReineckeS: Supported
1126d383c625SHannes ReineckeF: hw/scsi/megasas.c
1127d383c625SHannes ReineckeF: hw/scsi/mfi.h
11283fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1129d383c625SHannes Reinecke
1130605d52e6SDmitry FleytmanNetwork packet abstractions
1131605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1132605d52e6SDmitry FleytmanS: Maintained
1133605d52e6SDmitry FleytmanF: include/net/eth.h
1134605d52e6SDmitry FleytmanF: net/eth.c
1135605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1136605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1137605d52e6SDmitry Fleytman
1138622fb504SDmitry FleytmanVmware
1139622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1140622fb504SDmitry FleytmanS: Maintained
1141622fb504SDmitry FleytmanF: hw/net/vmxnet*
1142622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
11435a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1144622fb504SDmitry Fleytman
1145de24d3f1SScott FeldmanRocker
1146de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1147de24d3f1SScott FeldmanS: Maintained
1148de24d3f1SScott FeldmanF: hw/net/rocker/
1149de850948SThomas HuthF: tests/rocker/
1150de850948SThomas HuthF: docs/specs/rocker.txt
1151de24d3f1SScott Feldman
115270d1fb9cSXiao GuangrongNVDIMM
11537a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
115470d1fb9cSXiao GuangrongS: Maintained
115570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
115670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
115770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
115870d1fb9cSXiao Guangrong
1159093454e2SDmitry Fleytmane1000x
1160093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1161093454e2SDmitry FleytmanS: Maintained
1162093454e2SDmitry FleytmanF: hw/net/e1000x*
1163093454e2SDmitry Fleytman
11646f3fbe4eSDmitry Fleytmane1000e
11656f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11666f3fbe4eSDmitry FleytmanS: Maintained
11676f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11686f3fbe4eSDmitry Fleytman
1169e481a1f6SAlistair FrancisGeneric Loader
1170e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1171e481a1f6SAlistair FrancisS: Maintained
1172e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1173e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1174c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1175e481a1f6SAlistair Francis
117687a9023aSThomas HuthCHRP NVRAM
117787a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
117887a9023aSThomas HuthS: Maintained
117987a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
118087a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
118187a9023aSThomas HuthF: tests/prom-env-test.c
118287a9023aSThomas Huth
118342697d88SBen WarrenVM Generation ID
118442697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
118542697d88SBen WarrenS: Maintained
118642697d88SBen WarrenF: hw/acpi/vmgenid.c
118742697d88SBen WarrenF: include/hw/acpi/vmgenid.h
118842697d88SBen WarrenF: docs/specs/vmgenid.txt
118942697d88SBen WarrenF: tests/vmgenid-test.c
119042697d88SBen WarrenF: stubs/vmgenid.c
119142697d88SBen Warren
1192747969dbSPhilippe Mathieu-DaudéUnimplemented device
1193747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1194747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1195747969dbSPhilippe Mathieu-DaudéS: Maintained
1196747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1197747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1198747969dbSPhilippe Mathieu-Daudé
1199fd5d5c56SAnthony LiguoriSubsystems
1200fd5d5c56SAnthony Liguori----------
1201fd5d5c56SAnthony LiguoriAudio
12029f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1203fd5d5c56SAnthony LiguoriS: Maintained
1204fd5d5c56SAnthony LiguoriF: audio/
12058d8b636dSPaolo BonziniF: hw/audio/
1206a2b245aeSThomas HuthF: include/hw/audio/
1207d7b50c0cSAndreas FärberF: tests/ac97-test.c
12088fa74c94SAndreas FärberF: tests/es1370-test.c
1209fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1210fd5d5c56SAnthony Liguori
121117f1e8f5SStefan HajnocziBlock layer core
1212fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1213c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1214c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1215fd5d5c56SAnthony LiguoriS: Supported
1216fd5d5c56SAnthony LiguoriF: block*
1217fd5d5c56SAnthony LiguoriF: block/
12188d8b636dSPaolo BonziniF: hw/block/
12194c346e0bSKevin WolfF: include/block/
122046078760SKevin WolfF: qemu-img*
122146078760SKevin WolfF: qemu-io*
122229242091SKevin WolfF: tests/qemu-iotests/
12238dd30c86SMax ReitzF: util/qemu-progress.c
1224d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1225fd5d5c56SAnthony Liguori
1226d55053b1SStefan HajnocziBlock I/O path
1227d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12289ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1229d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1230d55053b1SStefan HajnocziS: Supported
123136c697bdSPaolo BonziniF: util/async.c
123236c697bdSPaolo BonziniF: util/aio-*.c
1233d55053b1SStefan HajnocziF: block/io.c
1234d55053b1SStefan HajnocziF: migration/block*
1235e1029ae2SFam ZhengF: include/block/aio.h
12360a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1237d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1238d55053b1SStefan Hajnoczi
1239e5b5728cSPaolo BonziniBlock SCSI subsystem
1240e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1241e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1242e5b5728cSPaolo BonziniS: Supported
1243e5b5728cSPaolo BonziniF: include/scsi/*
1244e5b5728cSPaolo BonziniF: scsi/*
1245e5b5728cSPaolo Bonzini
1246280458a3SJeff CodyBlock Jobs
1247280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1248280458a3SJeff CodyL: qemu-block@nongnu.org
1249280458a3SJeff CodyS: Supported
1250280458a3SJeff CodyF: blockjob.c
1251280458a3SJeff CodyF: include/block/blockjob.h
1252280458a3SJeff CodyF: block/backup.c
1253280458a3SJeff CodyF: block/commit.c
125477346025SJeff CodyF: block/stream.c
1255280458a3SJeff CodyF: block/mirror.c
1256280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1257280458a3SJeff Cody
12584120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12594120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12604120201dSMarkus ArmbrusterS: Supported
12614120201dSMarkus ArmbrusterF: blockdev.c
12624120201dSMarkus ArmbrusterF: block/qapi.c
12634120201dSMarkus ArmbrusterF: qapi/block*.json
1264fa988e39SMarkus ArmbrusterF: qapi/transaction.json
12654120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12664120201dSMarkus Armbruster
1267538193bcSJohn SnowDirty Bitmaps
1268538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1269538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1270538193bcSJohn SnowL: qemu-block@nongnu.org
1271538193bcSJohn SnowS: Supported
1272538193bcSJohn SnowF: util/hbitmap.c
1273538193bcSJohn SnowF: block/dirty-bitmap.c
1274538193bcSJohn SnowF: include/qemu/hbitmap.h
1275538193bcSJohn SnowF: include/block/dirty-bitmap.h
1276538193bcSJohn SnowF: tests/test-hbitmap.c
12775746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1278538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1279538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1280538193bcSJohn Snow
128161af0ee6SPaolo BonziniCharacter device backends
1282da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
128355fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1284fd5d5c56SAnthony LiguoriS: Maintained
1285178fe0aeSMarc-André LureauF: chardev/
12868228e353SMarc-André LureauF: include/chardev/
1287dbeee392SMarkus ArmbrusterF: qapi/char.json
1288fd5d5c56SAnthony Liguori
1289e26082fdSPaolo BonziniCharacter Devices (Braille)
1290e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1291e26082fdSPaolo BonziniS: Maintained
12926b10e573SMarc-André LureauF: chardev/baum.c
1293fd5d5c56SAnthony Liguori
1294e94630d3SMarkus ArmbrusterCommand line option argument parsing
1295e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1296e94630d3SMarkus ArmbrusterS: Supported
1297e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1298e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1299e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1300e94630d3SMarkus ArmbrusterF: util/keyval.c
1301e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1302e94630d3SMarkus Armbruster
13038c413e79SMarkus ArmbrusterCoverity model
13048c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13058c413e79SMarkus ArmbrusterS: Supported
13068c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13078c413e79SMarkus Armbruster
1308f2ca0524SAndreas FärberCPU
130912b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1310f2ca0524SAndreas FärberS: Supported
1311f2ca0524SAndreas FärberF: qom/cpu.c
13126e481d57SPeter MaydellF: include/qom/cpu.h
1313f2ca0524SAndreas Färber
1314d24b569aSPeter A. G. CrosthwaiteDevice Tree
13154b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1316d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1317d24b569aSPeter A. G. CrosthwaiteS: Maintained
131882407515SThomas HuthF: device_tree.c
131982407515SThomas HuthF: include/sysemu/device_tree.h
1320d24b569aSPeter A. G. Crosthwaite
13213505a22bSMarc-André LureauDump
13223505a22bSMarc-André LureauS: Supported
13233505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
13243505a22bSMarc-André LureauF: dump.c
13253505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
13263505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
13273505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
13283505a22bSMarc-André LureauF: include/sysemu/dump.h
13293505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
13303505a22bSMarc-André LureauF: stubs/dump.c
13313505a22bSMarc-André Lureau
13324f966768SMarkus ArmbrusterError reporting
13334f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13344f966768SMarkus ArmbrusterS: Supported
13354f966768SMarkus ArmbrusterF: include/qapi/error.h
13364f966768SMarkus ArmbrusterF: include/qemu/error-report.h
13374f966768SMarkus ArmbrusterF: util/error.c
13384f966768SMarkus ArmbrusterF: util/qemu-error.c
13394f966768SMarkus Armbruster
1340fd5d5c56SAnthony LiguoriGDB stub
13415dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1342fd5d5c56SAnthony LiguoriS: Odd Fixes
1343fd5d5c56SAnthony LiguoriF: gdbstub*
1344fd5d5c56SAnthony LiguoriF: gdb-xml/
1345fd5d5c56SAnthony Liguori
134601a9c03cSPaolo BonziniMemory API
134701a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
134801a9c03cSPaolo BonziniS: Supported
134901a9c03cSPaolo BonziniF: include/exec/ioport.h
135001a9c03cSPaolo BonziniF: ioport.c
135101a9c03cSPaolo BonziniF: include/exec/memory.h
13522b1641d0SPaolo BonziniF: include/exec/ram_addr.h
135301a9c03cSPaolo BonziniF: memory.c
135401a9c03cSPaolo BonziniF: include/exec/memory-internal.h
135501a9c03cSPaolo BonziniF: exec.c
135601a9c03cSPaolo Bonzini
13577ee3bf03SGerd HoffmannSPICE
13587ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13597ee3bf03SGerd HoffmannS: Supported
13606e481d57SPeter MaydellF: include/ui/qemu-spice.h
1361438528a3SThomas HuthF: include/ui/spice-display.h
13627ee3bf03SGerd HoffmannF: ui/spice-*.c
13637ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13648d8b636dSPaolo BonziniF: hw/display/qxl*
1365608cfed6SMarkus ArmbrusterF: qapi/ui.json
13667ee3bf03SGerd Hoffmann
1367fd5d5c56SAnthony LiguoriGraphics
136825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
136925eccc37SGerd HoffmannS: Odd Fixes
1370fd5d5c56SAnthony LiguoriF: ui/
1371e220656cSThomas HuthF: include/ui/
1372608cfed6SMarkus ArmbrusterF: qapi/ui.json
1373fd5d5c56SAnthony Liguori
1374351f1bf6SAndreas FärberCocoa graphics
137530ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1376351f1bf6SAndreas FärberS: Odd Fixes
1377351f1bf6SAndreas FärberF: ui/cocoa.m
1378351f1bf6SAndreas Färber
1379fd5d5c56SAnthony LiguoriMain loop
1380da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1381da26f37aSPaolo BonziniS: Maintained
1382da26f37aSPaolo BonziniF: cpus.c
13833ecb29a3SPaolo BonziniF: util/main-loop.c
13843ecb29a3SPaolo BonziniF: util/qemu-timer.c
1385fd5d5c56SAnthony LiguoriF: vl.c
13860e201d34SMarkus ArmbrusterF: qapi/run-state.json
1387fd5d5c56SAnthony Liguori
13888899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1389c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1390fbb0621aSLuiz CapitulinoS: Maintained
1391fd5d5c56SAnthony LiguoriF: monitor.c
1392c13e9912SThomas HuthF: hmp.[ch]
1393c13e9912SThomas HuthF: hmp-commands*.hx
1394c13e9912SThomas HuthF: include/monitor/hmp-target.h
1395bbcee372SThomas HuthF: tests/test-hmp.c
1396fd5d5c56SAnthony Liguori
1397f536f112SPaolo BonziniNetwork device backends
1398442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1399fd5d5c56SAnthony LiguoriS: Maintained
1400fd5d5c56SAnthony LiguoriF: net/
1401d24b2b1cSThomas HuthF: include/net/
14025fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14033c0bd37dSMarkus ArmbrusterF: qapi/net.json
1404fd5d5c56SAnthony Liguori
1405aee09bafSVincenzo MaffioneNetmap network backend
1406aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1407aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1408aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1409aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1410aee09bafSVincenzo MaffioneS: Maintained
1411aee09bafSVincenzo MaffioneF: net/netmap.c
1412aee09bafSVincenzo Maffione
14132f54eb98SEduardo HabkostNUMA
14142f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14152f54eb98SEduardo HabkostS: Maintained
14162f54eb98SEduardo HabkostF: numa.c
14172f54eb98SEduardo HabkostF: include/sysemu/numa.h
1418e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14192f54eb98SEduardo Habkost
14204fc264f4SEduardo HabkostHost Memory Backends
14214fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14224fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
14234fc264f4SEduardo HabkostS: Maintained
14244fc264f4SEduardo HabkostF: backends/hostmem*.c
14254fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1426e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14274fc264f4SEduardo Habkost
14286034011cSGongleiCryptodev Backends
14296034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
14306034011cSGongleiS: Maintained
14316034011cSGongleiF: include/sysemu/cryptodev*.h
14326034011cSGongleiF: backends/cryptodev*.c
14336034011cSGonglei
1434ad904f66SEduardo HabkostPython scripts
1435ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1436ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1437ad904f66SEduardo HabkostS: Odd fixes
1438ad904f66SEduardo HabkostF: scripts/qmp/*
1439ad904f66SEduardo HabkostF: scripts/*.py
1440ad904f66SEduardo HabkostF: tests/*.py
1441ad904f66SEduardo Habkost
14428899b4aeSLuiz CapitulinoQAPI
14439740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14448899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
14459740618cSLuiz CapitulinoS: Supported
14468899b4aeSLuiz CapitulinoF: qapi/
14470311c5bdSMarkus ArmbrusterX: qapi/*.json
1448ac4abb9aSMarkus ArmbrusterF: include/qapi/
1449ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1450ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1451c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1452ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1453e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1454ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1455e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
14560311c5bdSMarkus ArmbrusterF: scripts/qapi*
1457c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
14589740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14598899b4aeSLuiz Capitulino
14607810d291SLuiz CapitulinoQAPI Schema
14617810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14627810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14637810d291SLuiz CapitulinoS: Supported
14647810d291SLuiz CapitulinoF: qapi-schema.json
14650311c5bdSMarkus ArmbrusterF: qapi/*.json
14669740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14677810d291SLuiz Capitulino
1468f3582ba4SLuiz CapitulinoQObject
1469daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1470daf5dc78SMarkus ArmbrusterS: Supported
1471f3582ba4SLuiz CapitulinoF: qobject/
14727735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14737735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1474a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14757735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
147601b2ffceSMarc-André LureauF: tests/check-qnum.c
14777735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14787735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14797735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1480daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1481f3582ba4SLuiz Capitulino
1482f05d9999SMichael RothQEMU Guest Agent
1483f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1484f05d9999SMichael RothS: Maintained
1485f05d9999SMichael RothF: qga/
1486ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1487ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1488ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1489ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1490f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1491f05d9999SMichael Roth
14924688c94cSAndreas FärberQOM
14934688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14944688c94cSAndreas FärberS: Supported
14954688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14964688c94cSAndreas FärberF: include/qom/
14974688c94cSAndreas FärberX: include/qom/cpu.h
14984688c94cSAndreas FärberF: qom/
14994688c94cSAndreas FärberX: qom/cpu.c
15009f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15019f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15024688c94cSAndreas FärberF: tests/qom-test.c
15034688c94cSAndreas Färber
15048899b4aeSLuiz CapitulinoQMP
15059740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15069740618cSLuiz CapitulinoS: Supported
15078899b4aeSLuiz CapitulinoF: qmp.c
15088899b4aeSLuiz CapitulinoF: monitor.c
1509c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15109740618cSLuiz CapitulinoF: scripts/qmp/
1511f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15129740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15138899b4aeSLuiz Capitulino
1514cc0100f4SAlistair FrancisRegister API
1515cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1516cc0100f4SAlistair FrancisS: Maintained
1517cc0100f4SAlistair FrancisF: hw/core/register.c
1518cc0100f4SAlistair FrancisF: include/hw/register.h
1519cc0100f4SAlistair Francis
1520fd5d5c56SAnthony LiguoriSLIRP
1521eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1522bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1523bafc72abSJan KiszkaS: Maintained
1524fd5d5c56SAnthony LiguoriF: slirp/
1525663fb1e1SThomas HuthF: net/slirp.c
1526d24b2b1cSThomas HuthF: include/net/slirp.h
15271ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1528fd5d5c56SAnthony Liguori
1529b1ed728aSPaolo BonziniStubs
1530b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1531b1ed728aSPaolo BonziniS: Maintained
1532b1ed728aSPaolo BonziniF: stubs/
1533b1ed728aSPaolo Bonzini
1534598a3f35SStefan HajnocziTracing
15351cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1536598a3f35SStefan HajnocziS: Maintained
1537598a3f35SStefan HajnocziF: trace/
1538f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1539f70fd8fdSLluís VilanovaF: scripts/tracetool/
1540c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
15411ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1542598a3f35SStefan Hajnoczi
15433859b6cfSMarkus ArmbrusterTPM
15446b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
15456b4f250bSStefan BergerS: Maintained
15463859b6cfSMarkus ArmbrusterF: tpm.c
1547*c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
15483859b6cfSMarkus ArmbrusterF: hw/tpm/*
15493859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
15503859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
15513859b6cfSMarkus ArmbrusterF: qapi/tpm.json
15526b4f250bSStefan BergerF: backends/tpm.c
15533859b6cfSMarkus Armbruster
155414f40fdcSBlue SwirlCheckpatch
155514f40fdcSBlue SwirlS: Odd Fixes
155614f40fdcSBlue SwirlF: scripts/checkpatch.pl
155714f40fdcSBlue Swirl
1558c0787c8dSJuan QuintelaMigration
1559c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1560d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1561c0787c8dSJuan QuintelaS: Maintained
1562c0787c8dSJuan QuintelaF: include/migration/
156344a1f946SDr. David Alan GilbertF: migration/
1564c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1565c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1566c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
156748685a8eSMarkus ArmbrusterF: qapi/migration.json
1568c0787c8dSJuan Quintela
156992bfedb0SEduardo OtuboSeccomp
1570064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
157192bfedb0SEduardo OtuboS: Supported
157292bfedb0SEduardo OtuboF: qemu-seccomp.c
157392bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
157492bfedb0SEduardo Otubo
1575ddbb0d09SDaniel P. BerrangeCryptography
1576ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1577ddbb0d09SDaniel P. BerrangeS: Maintained
1578ddbb0d09SDaniel P. BerrangeF: crypto/
1579ddbb0d09SDaniel P. BerrangeF: include/crypto/
1580ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
15813947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1582899833cdSDaniel P. BerrangeF: qemu.sasl
1583ddbb0d09SDaniel P. Berrange
158410817bf0SDaniel P. BerrangeCoroutines
158510817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
158610817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
158710817bf0SDaniel P. BerrangeF: util/*coroutine*
158810817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
158910817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
159010817bf0SDaniel P. Berrange
159188c5f205SDaniel P. BerrangeBuffers
159288c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
159388c5f205SDaniel P. BerrangeS: Odd fixes
159488c5f205SDaniel P. BerrangeF: util/buffer.c
159588c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
159688c5f205SDaniel P. Berrange
1597666a3af9SDaniel P. BerrangeI/O Channels
1598666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1599666a3af9SDaniel P. BerrangeS: Maintained
1600666a3af9SDaniel P. BerrangeF: io/
1601666a3af9SDaniel P. BerrangeF: include/io/
1602666a3af9SDaniel P. BerrangeF: tests/test-io-*
1603666a3af9SDaniel P. Berrange
16045614a283SGerd HoffmannSockets
16055614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16065614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16075614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16085614a283SGerd HoffmannS: Maintained
16095614a283SGerd HoffmannF: include/qemu/sockets.h
16105614a283SGerd HoffmannF: util/qemu-sockets.c
1611a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16125614a283SGerd Hoffmann
1613d310d85bSAlberto GarciaThrottling infrastructure
1614d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1615d310d85bSAlberto GarciaS: Supported
1616d310d85bSAlberto GarciaF: block/throttle-groups.c
1617d310d85bSAlberto GarciaF: include/block/throttle-groups.h
161889603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1619d310d85bSAlberto GarciaF: util/throttle.c
162089603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
162189603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1622d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1623d310d85bSAlberto Garcia
1624080d7aacSFam ZhengUUID
1625080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1626080d7aacSFam ZhengS: Supported
1627080d7aacSFam ZhengF: util/uuid.c
1628080d7aacSFam ZhengF: include/qemu/uuid.h
1629080d7aacSFam ZhengF: tests/test-uuid.c
1630080d7aacSFam Zheng
1631a4cc318eSzhanghailiangCOLO Framework
1632a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1633a4cc318eSzhanghailiangS: Maintained
1634a4cc318eSzhanghailiangF: migration/colo*
1635a4cc318eSzhanghailiangF: include/migration/colo.h
1636a4cc318eSzhanghailiangF: include/migration/failover.h
1637a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1638a4cc318eSzhanghailiang
163988f82ed1SZhang ChenCOLO Proxy
1640b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
164188f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
164288f82ed1SZhang ChenS: Supported
164388f82ed1SZhang ChenF: docs/colo-proxy.txt
164488f82ed1SZhang ChenF: net/colo*
164588f82ed1SZhang ChenF: net/filter-rewriter.c
164688f82ed1SZhang ChenF: net/filter-mirror.c
164788f82ed1SZhang Chen
164862258201SPavel DovgalyukRecord/replay
164962258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
165062258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
165162258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
165262258201SPavel DovgalyukS: Supported
165362258201SPavel DovgalyukF: replay/*
165462258201SPavel DovgalyukF: block/blkreplay.c
165562258201SPavel DovgalyukF: net/filter-replay.c
165662258201SPavel DovgalyukF: include/sysemu/replay.h
165762258201SPavel DovgalyukF: docs/replay.txt
165862258201SPavel DovgalyukF: stubs/replay.c
165962258201SPavel Dovgalyuk
1660fd5d5c56SAnthony LiguoriUsermode Emulation
1661fd5d5c56SAnthony Liguori------------------
1662486bbe5fSPaolo BonziniOverall
1663486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1664486bbe5fSPaolo BonziniS: Maintained
1665486bbe5fSPaolo BonziniF: thunk.c
166658410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1667486bbe5fSPaolo Bonzini
1668fd5d5c56SAnthony LiguoriBSD user
1669297e8005SMarkus ArmbrusterS: Orphan
1670fd5d5c56SAnthony LiguoriF: bsd-user/
1671ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1672fd5d5c56SAnthony Liguori
1673fd5d5c56SAnthony LiguoriLinux user
1674fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1675ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1676fd5d5c56SAnthony LiguoriS: Maintained
1677fd5d5c56SAnthony LiguoriF: linux-user/
1678ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
167942f5a7e9SAurelien Jarno
168042f5a7e9SAurelien JarnoTiny Code Generator (TCG)
168142f5a7e9SAurelien Jarno-------------------------
168242f5a7e9SAurelien JarnoCommon code
1683cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
168442f5a7e9SAurelien JarnoS: Maintained
168542f5a7e9SAurelien JarnoF: tcg/
168642f5a7e9SAurelien Jarno
1687b25a464cSClaudio FontanaAArch64 target
1688b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1689b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1690b25a464cSClaudio FontanaS: Maintained
1691b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1692b25a464cSClaudio FontanaF: tcg/aarch64/
1693c17652eeSPaolo BonziniF: disas/arm-a64.cc
1694c17652eeSPaolo BonziniF: disas/libvixl/
1695b25a464cSClaudio Fontana
169642f5a7e9SAurelien JarnoARM target
169742f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
169842f5a7e9SAurelien JarnoS: Maintained
1699b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
170042f5a7e9SAurelien JarnoF: tcg/arm/
1701c17652eeSPaolo BonziniF: disas/arm.c
170242f5a7e9SAurelien Jarno
170342f5a7e9SAurelien Jarnoi386 target
17045dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
170542f5a7e9SAurelien JarnoS: Maintained
170642f5a7e9SAurelien JarnoF: tcg/i386/
1707c17652eeSPaolo BonziniF: disas/i386.c
170842f5a7e9SAurelien Jarno
170942f5a7e9SAurelien JarnoMIPS target
1710d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
171142f5a7e9SAurelien JarnoS: Maintained
171242f5a7e9SAurelien JarnoF: tcg/mips/
1713c17652eeSPaolo BonziniF: disas/mips.c
171442f5a7e9SAurelien Jarno
171542f5a7e9SAurelien JarnoPPC
171615610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
171715610d42SPranith KumarS: Odd Fixes
171842f5a7e9SAurelien JarnoF: tcg/ppc/
1719c17652eeSPaolo BonziniF: disas/ppc.c
172042f5a7e9SAurelien Jarno
172142f5a7e9SAurelien JarnoS390 target
172242f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
172342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
172442f5a7e9SAurelien JarnoS: Maintained
172542f5a7e9SAurelien JarnoF: tcg/s390/
1726c17652eeSPaolo BonziniF: disas/s390.c
1727146bd283SCornelia HuckL: qemu-s390x@nongnu.org
172842f5a7e9SAurelien Jarno
172942f5a7e9SAurelien JarnoSPARC target
1730297e8005SMarkus ArmbrusterS: Odd Fixes
173142f5a7e9SAurelien JarnoF: tcg/sparc/
1732c17652eeSPaolo BonziniF: disas/sparc.c
1733bc75c9e5SStefan Weil
1734bc75c9e5SStefan WeilTCI target
1735bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1736bc75c9e5SStefan WeilS: Maintained
17378ef9cd55SAndreas FärberF: tcg/tci/
1738752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1739c17652eeSPaolo BonziniF: disas/tci.c
1740aa09c951SAndreas Färber
1741f05b328cSStefan HajnocziBlock drivers
1742f05b328cSStefan Hajnoczi-------------
1743f05b328cSStefan HajnocziVMDK
1744f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1745c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1746f05b328cSStefan HajnocziS: Supported
1747f05b328cSStefan HajnocziF: block/vmdk.c
1748f05b328cSStefan Hajnoczi
1749f05b328cSStefan HajnocziRBD
17505a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1751280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1752280458a3SJeff CodyL: qemu-block@nongnu.org
1753f05b328cSStefan HajnocziS: Supported
1754f05b328cSStefan HajnocziF: block/rbd.c
1755280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1756f05b328cSStefan Hajnoczi
1757f05b328cSStefan HajnocziSheepdog
175853b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1759f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1760280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1761280458a3SJeff CodyL: qemu-block@nongnu.org
1762dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1763f05b328cSStefan HajnocziS: Supported
1764f05b328cSStefan HajnocziF: block/sheepdog.c
1765280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1766f05b328cSStefan Hajnoczi
1767f05b328cSStefan HajnocziVHDX
1768f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1769280458a3SJeff CodyL: qemu-block@nongnu.org
1770f05b328cSStefan HajnocziS: Supported
1771f05b328cSStefan HajnocziF: block/vhdx*
1772280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1773f05b328cSStefan Hajnoczi
1774f05b328cSStefan HajnocziVDI
1775f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1776c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1777f05b328cSStefan HajnocziS: Maintained
1778f05b328cSStefan HajnocziF: block/vdi.c
1779f05b328cSStefan Hajnoczi
1780f05b328cSStefan HajnocziiSCSI
1781f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1782f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1783f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1784c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1785f05b328cSStefan HajnocziS: Supported
1786f05b328cSStefan HajnocziF: block/iscsi.c
17872deb63c2SPeter LievenF: block/iscsi-opts.c
1788f05b328cSStefan Hajnoczi
178999c62e70SEric BlakeNetwork Block Device (NBD)
179099c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
179199c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
179299c62e70SEric BlakeL: qemu-block@nongnu.org
179399c62e70SEric BlakeS: Maintained
179499c62e70SEric BlakeF: block/nbd*
179599c62e70SEric BlakeF: nbd/
179699c62e70SEric BlakeF: include/block/nbd*
179799c62e70SEric BlakeF: qemu-nbd.*
179899c62e70SEric BlakeF: blockdev-nbd.c
179999c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
180099c62e70SEric Blake
18016542aa9cSPeter LievenNFS
1802280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18036542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1804280458a3SJeff CodyL: qemu-block@nongnu.org
18056542aa9cSPeter LievenS: Maintained
18066542aa9cSPeter LievenF: block/nfs.c
1807280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18086542aa9cSPeter Lieven
1809f05b328cSStefan HajnocziSSH
1810f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1811280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1812280458a3SJeff CodyL: qemu-block@nongnu.org
1813f05b328cSStefan HajnocziS: Supported
1814f05b328cSStefan HajnocziF: block/ssh.c
1815280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1816c9a12e75SChrysostomos Nanakos
1817280458a3SJeff CodyCURL
1818280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1819280458a3SJeff CodyL: qemu-block@nongnu.org
1820280458a3SJeff CodyS: Supported
1821280458a3SJeff CodyF: block/curl.c
1822280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1823280458a3SJeff Cody
1824280458a3SJeff CodyGLUSTER
1825280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1826280458a3SJeff CodyL: qemu-block@nongnu.org
1827280458a3SJeff CodyS: Supported
1828280458a3SJeff CodyF: block/gluster.c
1829280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1830b5e9476cSGonglei
1831199667a8SFam ZhengNull Block Driver
1832199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1833199667a8SFam ZhengL: qemu-block@nongnu.org
1834199667a8SFam ZhengS: Supported
1835199667a8SFam ZhengF: block/null.c
1836199667a8SFam Zheng
1837b5e9476cSGongleiBootdevice
1838b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1839b5e9476cSGongleiS: Maintained
1840b5e9476cSGongleiF: bootdevice.c
1841ecdda9e0SAlberto Garcia
1842ecdda9e0SAlberto GarciaQuorum
1843ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1844ecdda9e0SAlberto GarciaS: Supported
1845ecdda9e0SAlberto GarciaF: block/quorum.c
1846ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1847e7c6e631SStefan Hajnoczi
1848e7c6e631SStefan Hajnocziblkverify
1849e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1850e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1851e7c6e631SStefan HajnocziS: Supported
1852e7c6e631SStefan HajnocziF: block/blkverify.c
1853e7c6e631SStefan Hajnoczi
1854e7c6e631SStefan Hajnoczibochs
1855e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1856e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1857e7c6e631SStefan HajnocziS: Supported
1858e7c6e631SStefan HajnocziF: block/bochs.c
1859e7c6e631SStefan Hajnoczi
1860e7c6e631SStefan Hajnoczicloop
1861e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1862e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1863e7c6e631SStefan HajnocziS: Supported
1864e7c6e631SStefan HajnocziF: block/cloop.c
1865e7c6e631SStefan Hajnoczi
1866e7c6e631SStefan Hajnoczidmg
1867e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1868e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1869e7c6e631SStefan HajnocziS: Supported
1870e7c6e631SStefan HajnocziF: block/dmg.c
1871e7c6e631SStefan Hajnoczi
1872e7c6e631SStefan Hajnocziparallels
1873e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1874f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1875e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1876e7c6e631SStefan HajnocziS: Supported
1877e7c6e631SStefan HajnocziF: block/parallels.c
18785746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1879e7c6e631SStefan Hajnoczi
1880e7c6e631SStefan Hajnocziqed
1881e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1882e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1883e7c6e631SStefan HajnocziS: Supported
1884e7c6e631SStefan HajnocziF: block/qed.c
1885e7c6e631SStefan Hajnoczi
1886e7c6e631SStefan Hajnocziraw
1887e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1888e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1889e7c6e631SStefan HajnocziS: Supported
1890e7c6e631SStefan HajnocziF: block/linux-aio.c
1891f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
18922e6fc7ebSEric BlakeF: block/raw-format.c
1893c1bb86cdSEric BlakeF: block/file-posix.c
1894c1bb86cdSEric BlakeF: block/file-win32.c
1895e7c6e631SStefan HajnocziF: block/win32-aio.c
1896e7c6e631SStefan Hajnoczi
1897e7c6e631SStefan Hajnocziqcow2
1898e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1899c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1900e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1901e7c6e631SStefan HajnocziS: Supported
1902e7c6e631SStefan HajnocziF: block/qcow2*
1903b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1904e7c6e631SStefan Hajnoczi
1905e7c6e631SStefan Hajnocziqcow
1906e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1907e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1908e7c6e631SStefan HajnocziS: Supported
1909e7c6e631SStefan HajnocziF: block/qcow.c
1910e7c6e631SStefan Hajnoczi
1911e7c6e631SStefan Hajnocziblkdebug
1912e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1913c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1914e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1915e7c6e631SStefan HajnocziS: Supported
1916e7c6e631SStefan HajnocziF: block/blkdebug.c
1917e7c6e631SStefan Hajnoczi
1918e7c6e631SStefan Hajnoczivpc
1919e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1920e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1921e7c6e631SStefan HajnocziS: Supported
1922e7c6e631SStefan HajnocziF: block/vpc.c
1923e7c6e631SStefan Hajnoczi
1924e7c6e631SStefan Hajnoczivvfat
1925e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1926e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1927e7c6e631SStefan HajnocziS: Supported
1928e7c6e631SStefan HajnocziF: block/vvfat.c
1929abfe4e94SStefan Hajnoczi
1930abfe4e94SStefan HajnocziImage format fuzzer
1931abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1932abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1933abfe4e94SStefan HajnocziS: Supported
1934abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1935717171bdSDaniel P. Berrange
1936049105a3SChanglong XieReplication
1937205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
19383ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1939049105a3SChanglong XieS: Supported
1940049105a3SChanglong XieF: replication*
1941049105a3SChanglong XieF: block/replication.c
1942049105a3SChanglong XieF: tests/test-replication.c
1943049105a3SChanglong XieF: docs/block-replication.txt
1944049105a3SChanglong Xie
1945b9e02c06SAlex BennéeBuild and test automation
1946b9e02c06SAlex Bennée-------------------------
19470475a03eSEduardo HabkostBuild and test automation
1948b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1949e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
195032b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1951b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1952e70dc7f8SAlex BennéeS: Maintained
1953b9e02c06SAlex BennéeF: .travis.yml
1954d92d886aSAlex BennéeF: .shippable.yml
1955e70dc7f8SAlex BennéeF: tests/docker/
195618023821SFam ZhengF: tests/vm/
1957e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
19582a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1959e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1960717171bdSDaniel P. Berrange
1961717171bdSDaniel P. BerrangeDocumentation
1962717171bdSDaniel P. Berrange-------------
1963717171bdSDaniel P. BerrangeBuild system architecture
1964717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1965717171bdSDaniel P. BerrangeS: Odd Fixes
1966c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
19678a49e97fSFam Zheng
1968aef45d51SDaniel P. BerrangeBuild System
1969aef45d51SDaniel P. Berrange------------
1970aef45d51SDaniel P. BerrangeGIT submodules
1971aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1972aef45d51SDaniel P. BerrangeS: Odd Fixes
1973aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
1974