xref: /openbmc/qemu/MAINTAINERS (revision ea638a458fb2e34f7bd5e09670d9eab45776197a)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fdf6fab4SPaul E. McKenney	R: Designated reviewer: FullName <address@domain>
16fdf6fab4SPaul E. McKenney	   These reviewers should be CCed on patches.
17fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
18fd5d5c56SAnthony Liguori	W: Web-page with status/info
19fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
20fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21fd5d5c56SAnthony Liguori	S: Status, one of the following:
22fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
23fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
24fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
25c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
26fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
27fd5d5c56SAnthony Liguori			role as you write your new code].
28fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
29fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
30fd5d5c56SAnthony Liguori			should be using that.
31fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
32fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
33fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
34fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
35fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
36fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
37fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
38fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
39fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
40fd5d5c56SAnthony Liguori	   F:	net/
41fd5d5c56SAnthony Liguori	   X:	net/ipv6/
42fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
43fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
44fd5d5c56SAnthony Liguori	   patch or file.  For instance:
45fd5d5c56SAnthony Liguori	   K: of_get_profile
46fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
47fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
48fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
49fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
50fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
51b6f97c14Sbellard
52b6f97c14Sbellard
53fd5d5c56SAnthony LiguoriGeneral Project Administration
54fd5d5c56SAnthony Liguori------------------------------
55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
56fd5d5c56SAnthony Liguori
57c9a19d5bSStephen WarrenAll patches CC here
58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
59c9a19d5bSStephen WarrenF: *
60c9a19d5bSStephen WarrenF: */
61c9a19d5bSStephen Warren
6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6362622c11SMichael S. Tsirkin------------------------------
6470b7fba9SStefan HajnocziW: https://wiki.qemu.org/SecurityProcess
6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6662622c11SMichael S. TsirkinL: secalert@redhat.com
6762622c11SMichael S. Tsirkin
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent Vivier---------------
70936c2230SLaurent VivierTrivial patches
71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
73936c2230SLaurent VivierS: Maintained
74936c2230SLaurent VivierL: qemu-trivial@nongnu.org
75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
78936c2230SLaurent Vivier
79fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
80fd5d5c56SAnthony Liguori----------------------
81486bbe5fSPaolo BonziniOverall
825dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
832b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
842b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
862b1641d0SPaolo BonziniS: Maintained
872b1641d0SPaolo BonziniF: cpus.c
882b1641d0SPaolo BonziniF: exec.c
89c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
902b1641d0SPaolo BonziniF: include/exec/cpu*.h
912b1641d0SPaolo BonziniF: include/exec/exec-all.h
92486bbe5fSPaolo BonziniF: include/exec/helper*.h
932b1641d0SPaolo BonziniF: include/exec/tb-hash.h
94460423d3SThomas HuthF: include/sysemu/cpus.h
95486bbe5fSPaolo Bonzini
961badb586SPeter MaydellFPU emulation
971badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
981badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
991badb586SPeter MaydellS: Odd Fixes
1001badb586SPeter MaydellF: fpu/
1011badb586SPeter MaydellF: include/fpu/
1021badb586SPeter Maydell
103b6f97c14SbellardAlpha
1048d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1058d6df264SRichard HendersonS: Maintained
106fcf5ef2aSThomas HuthF: target/alpha/
1078d8b636dSPaolo BonziniF: hw/alpha/
108c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
109c17652eeSPaolo BonziniF: disas/alpha.c
110fd5d5c56SAnthony Liguori
111fd5d5c56SAnthony LiguoriARM
1121ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
113b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
114fd5d5c56SAnthony LiguoriS: Maintained
115fcf5ef2aSThomas HuthF: target/arm/
1168d8b636dSPaolo BonziniF: hw/arm/
1178d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
118f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
119c17652eeSPaolo BonziniF: disas/arm.c
120c17652eeSPaolo BonziniF: disas/arm-a64.cc
121c17652eeSPaolo BonziniF: disas/libvixl/
122fd5d5c56SAnthony Liguori
123fd5d5c56SAnthony LiguoriCRIS
124fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125fd5d5c56SAnthony LiguoriS: Maintained
126fcf5ef2aSThomas HuthF: target/cris/
1278d8b636dSPaolo BonziniF: hw/cris/
128c9b90090SThomas HuthF: include/hw/cris/
129c0bd0b50SPaolo BonziniF: tests/tcg/cris/
130c17652eeSPaolo BonziniF: disas/cris.c
131fd5d5c56SAnthony Liguori
13261766fe9SRichard HendersonHPPA (PA-RISC)
13361766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13461766fe9SRichard HendersonS: Maintained
13561766fe9SRichard HendersonF: target/hppa/
13661766fe9SRichard HendersonF: disas/hppa.c
13761766fe9SRichard Henderson
13807bf23a7SMichael WalleLM32
13907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14007bf23a7SMichael WalleS: Maintained
141fcf5ef2aSThomas HuthF: target/lm32/
1424eab7a0aSMichael WalleF: disas/lm32.c
1438d8b636dSPaolo BonziniF: hw/lm32/
1444eab7a0aSMichael WalleF: hw/*/lm32_*
1454eab7a0aSMichael WalleF: hw/*/milkymist-*
1464eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1474eab7a0aSMichael WalleF: include/hw/lm32/
148c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
14907bf23a7SMichael Walle
150fd5d5c56SAnthony LiguoriM68K
151595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
152595a926dSLaurent VivierS: Maintained
153fcf5ef2aSThomas HuthF: target/m68k/
154e9a56114SThomas HuthF: disas/m68k.c
155fd5d5c56SAnthony Liguori
156abc07545SEdgar E. IglesiasMicroBlaze
157fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158fd5d5c56SAnthony LiguoriS: Maintained
159fcf5ef2aSThomas HuthF: target/microblaze/
1608d8b636dSPaolo BonziniF: hw/microblaze/
161c17652eeSPaolo BonziniF: disas/microblaze.c
162fd5d5c56SAnthony Liguori
163fd5d5c56SAnthony LiguoriMIPS
164ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1650eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
1666f640917SLeon AlraeS: Maintained
167fcf5ef2aSThomas HuthF: target/mips/
1688d8b636dSPaolo BonziniF: hw/mips/
1695995db88SThomas HuthF: hw/misc/mips_*
1705995db88SThomas HuthF: hw/intc/mips_gic.c
1715995db88SThomas HuthF: hw/timer/mips_gictimer.c
1725995db88SThomas HuthF: include/hw/mips/
1735995db88SThomas HuthF: include/hw/misc/mips_*
1745995db88SThomas HuthF: include/hw/intc/mips_gic.h
1755995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
176c0bd0b50SPaolo BonziniF: tests/tcg/mips/
177c17652eeSPaolo BonziniF: disas/mips.c
178fd5d5c56SAnthony Liguori
179d15a9c23SAnthony GreenMoxie
180d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
181d15a9c23SAnthony GreenS: Maintained
182fcf5ef2aSThomas HuthF: target/moxie/
183c17652eeSPaolo BonziniF: disas/moxie.c
184a3ccdfb5SThomas HuthF: hw/moxie/
185a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
186d15a9c23SAnthony Green
187e671711cSMarek VasutNiosII
188e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
189e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
190e671711cSMarek VasutS: Maintained
191e671711cSMarek VasutF: target/nios2/
192e671711cSMarek VasutF: hw/nios2/
193e671711cSMarek VasutF: disas/nios2.c
194e671711cSMarek Vasut
195945dad6dSJia LiuOpenRISC
1961d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
1971d7cf18dSStafford HorneS: Odd Fixes
198fcf5ef2aSThomas HuthF: target/openrisc/
199945dad6dSJia LiuF: hw/openrisc/
200c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
201945dad6dSJia Liu
202fd5d5c56SAnthony LiguoriPowerPC
203b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
204fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
205a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
206fd5d5c56SAnthony LiguoriS: Maintained
207fcf5ef2aSThomas HuthF: target/ppc/
2088d8b636dSPaolo BonziniF: hw/ppc/
209b5d55020SThomas HuthF: include/hw/ppc/
210c17652eeSPaolo BonziniF: disas/ppc.c
211fd5d5c56SAnthony Liguori
212749717a0SAlexander GrafS390
2132b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
214fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
215fd5d5c56SAnthony LiguoriS: Maintained
216fcf5ef2aSThomas HuthF: target/s390x/
2178d8b636dSPaolo BonziniF: hw/s390x/
218c17652eeSPaolo BonziniF: disas/s390.c
219146bd283SCornelia HuckL: qemu-s390x@nongnu.org
220b6f97c14Sbellard
221fd5d5c56SAnthony LiguoriSH4
222ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2232c9b7d1aSAndreas FärberS: Odd Fixes
224fcf5ef2aSThomas HuthF: target/sh4/
2258d8b636dSPaolo BonziniF: hw/sh4/
226c17652eeSPaolo BonziniF: disas/sh4.c
2278a90f900SThomas HuthF: include/hw/sh4/
228fd5d5c56SAnthony Liguori
229fd5d5c56SAnthony LiguoriSPARC
230f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2312c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
232fd5d5c56SAnthony LiguoriS: Maintained
233fcf5ef2aSThomas HuthF: target/sparc/
2348d8b636dSPaolo BonziniF: hw/sparc/
2358d8b636dSPaolo BonziniF: hw/sparc64/
236c17652eeSPaolo BonziniF: disas/sparc.c
237fd5d5c56SAnthony Liguori
238a6ea7b4cSAndreas FärberUniCore32
239a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
240a6ea7b4cSAndreas FärberS: Maintained
241fcf5ef2aSThomas HuthF: target/unicore32/
2428d8b636dSPaolo BonziniF: hw/unicore32/
24347b98d59SThomas HuthF: include/hw/unicore32/
244a6ea7b4cSAndreas Färber
245fd5d5c56SAnthony LiguoriX86
246d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
247d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
248e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
249b203a4baSEduardo HabkostS: Maintained
250fcf5ef2aSThomas HuthF: target/i386/
2518d8b636dSPaolo BonziniF: hw/i386/
252c17652eeSPaolo BonziniF: disas/i386.c
253e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
254fd5d5c56SAnthony Liguori
25516e7caaeSMax FilippovXtensa
25616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
257375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25816e7caaeSMax FilippovS: Maintained
259fcf5ef2aSThomas HuthF: target/xtensa/
2608d8b636dSPaolo BonziniF: hw/xtensa/
261c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
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
288a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
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>
546e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
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
567670bc4cbSSubbaraya SundeepSmartFusion2
568670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
569670bc4cbSSubbaraya SundeepS: Maintained
570670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
571670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
572670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
573670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
574670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
575670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
576670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
577670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
578670bc4cbSSubbaraya Sundeep
579670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
580670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
581670bc4cbSSubbaraya SundeepS: Maintained
582670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
583670bc4cbSSubbaraya Sundeep
584fd5d5c56SAnthony LiguoriCRIS Machines
585fd5d5c56SAnthony Liguori-------------
586fd5d5c56SAnthony LiguoriAxis Dev88
587fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588fd5d5c56SAnthony LiguoriS: Maintained
5898d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5906e481d57SPeter MaydellF: hw/*/etraxfs_*.c
591fd5d5c56SAnthony Liguori
59207bf23a7SMichael WalleLM32 Machines
59307bf23a7SMichael Walle-------------
59407bf23a7SMichael WalleEVR32 and uclinux BSP
59507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
59607bf23a7SMichael WalleS: Maintained
5978d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
59807bf23a7SMichael Walle
599d118aa6bSMichael Wallemilkymist
600d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
601d118aa6bSMichael WalleS: Maintained
6028d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
603d118aa6bSMichael Walle
604afcacd53SAurelien JarnoM68K Machines
605fd5d5c56SAnthony Liguori-------------
606fd5d5c56SAnthony Liguorian5206
6075baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6085baf2741SThomas HuthS: Odd Fixes
6098d8b636dSPaolo BonziniF: hw/m68k/an5206.c
610e9a56114SThomas HuthF: hw/m68k/mcf5206.c
611fd5d5c56SAnthony Liguori
612fd5d5c56SAnthony Liguorimcf5208
6135baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6145baf2741SThomas HuthS: Odd Fixes
6158d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
616e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
617e9a56114SThomas HuthF: hw/char/mcf_uart.c
618e9a56114SThomas HuthF: hw/net/mcf_fec.c
6195baf2741SThomas HuthF: include/hw/m68k/mcf*.h
620fd5d5c56SAnthony Liguori
621fd5d5c56SAnthony LiguoriMicroBlaze Machines
622b6f97c14Sbellard-------------------
623fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
624fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
625fd5d5c56SAnthony LiguoriS: Maintained
6266e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
627b6f97c14Sbellard
628d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6294b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
630d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6318d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
632d36e8ce7SPeter A. G. Crosthwaite
633fd5d5c56SAnthony LiguoriMIPS Machines
634fd5d5c56SAnthony Liguori-------------
635fd5d5c56SAnthony LiguoriJazz
636fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
637fd5d5c56SAnthony LiguoriS: Maintained
6388d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
639fd5d5c56SAnthony Liguori
640fd5d5c56SAnthony LiguoriMalta
641fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
642fd5d5c56SAnthony LiguoriS: Maintained
6438d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
644fd5d5c56SAnthony Liguori
645fd5d5c56SAnthony LiguoriMipssim
6460eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
647659f42d8SYongbok KimS: Odd Fixes
6488d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
649659f42d8SYongbok KimF: hw/net/mipsnet.c
650fd5d5c56SAnthony Liguori
651fd5d5c56SAnthony LiguoriR4000
652fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
653fd5d5c56SAnthony LiguoriS: Maintained
6548d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
655fd5d5c56SAnthony Liguori
656659f42d8SYongbok KimFulong 2E
6570eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
658659f42d8SYongbok KimS: Odd Fixes
659659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
660659f42d8SYongbok Kim
661659f42d8SYongbok KimBoston
66294d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
663659f42d8SYongbok KimS: Maintained
664659f42d8SYongbok KimF: hw/core/loader-fit.c
665659f42d8SYongbok KimF: hw/mips/boston.c
666659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
667659f42d8SYongbok Kim
668945dad6dSJia LiuOpenRISC Machines
669945dad6dSJia Liu-----------------
670945dad6dSJia Liuor1k-sim
671945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
672945dad6dSJia LiuS: Maintained
673945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
674945dad6dSJia Liu
675fd5d5c56SAnthony LiguoriPowerPC Machines
676fd5d5c56SAnthony Liguori----------------
677fd5d5c56SAnthony Liguori405
678fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
679a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6809b9fe135SAndreas FärberS: Odd Fixes
6818d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
682fd5d5c56SAnthony Liguori
683aaade8d7SAndreas FärberBamboo
684aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
685aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
686aaade8d7SAndreas FärberS: Odd Fixes
6878d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
688aaade8d7SAndreas Färber
68998cded3aSAndreas Färbere500
69098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
69198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
69298cded3aSAndreas FärberS: Supported
69398cded3aSAndreas FärberF: hw/ppc/e500.[hc]
69498cded3aSAndreas FärberF: hw/ppc/e500plat.c
695b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
696b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
697b5d55020SThomas HuthF: pc-bios/u-boot.e500
69898cded3aSAndreas Färber
69998cded3aSAndreas Färbermpc8544ds
70098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
70198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
70298cded3aSAndreas FärberS: Supported
70398cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7048d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
70598cded3aSAndreas Färber
706fd5d5c56SAnthony LiguoriNew World
707fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
708a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
709fd5d5c56SAnthony LiguoriS: Maintained
710baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7116e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7126e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7138d8b636dSPaolo BonziniF: hw/misc/macio/
714b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
715b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
716fd5d5c56SAnthony Liguori
717fd5d5c56SAnthony LiguoriOld World
718fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
719a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
720fd5d5c56SAnthony LiguoriS: Maintained
721baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7226e481d57SPeter MaydellF: hw/pci-host/grackle.c
7238d8b636dSPaolo BonziniF: hw/misc/macio/
724835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
725fd5d5c56SAnthony Liguori
726ec38d398SAndreas FärberPReP
7278178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7289f38774dSAndreas FärberL: qemu-devel@nongnu.org
729a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7308178e89cSHervé PoussineauS: Maintained
73175610155SAndreas FärberF: hw/ppc/prep.c
7328178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7338178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7346e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7358d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
7361cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
737835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
738fd5d5c56SAnthony Liguori
739300b115cSAndreas FärbersPAPR
740085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7418a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7428a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7438a269ca4SAndreas FärberS: Supported
7448d8b636dSPaolo BonziniF: hw/*/spapr*
745f9de2da7SDavid GibsonF: include/hw/*/spapr*
746f9de2da7SDavid GibsonF: hw/*/xics*
747f9de2da7SDavid GibsonF: include/hw/*/xics*
748f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
749b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
750b5d55020SThomas HuthF: pc-bios/slof.bin
751bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
752b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
753b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
754a70ab357SGreg KurzF: tests/spapr*
755a70ab357SGreg KurzF: tests/libqos/*spapr*
756a70ab357SGreg KurzF: tests/rtas*
757a70ab357SGreg KurzF: tests/libqos/rtas*
7588a269ca4SAndreas Färber
759794d00bfSAndreas Färbervirtex_ml507
760794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
761794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
762794d00bfSAndreas FärberS: Odd Fixes
7636e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
764794d00bfSAndreas Färber
765fd5d5c56SAnthony LiguoriSH4 Machines
766fd5d5c56SAnthony Liguori------------
767fd5d5c56SAnthony LiguoriR2D
768fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
769fd5d5c56SAnthony LiguoriS: Maintained
7706e481d57SPeter MaydellF: hw/sh4/r2d.c
77181527b94SThomas HuthF: hw/intc/sh_intc.c
77281527b94SThomas HuthF: hw/timer/sh_timer.c
773fd5d5c56SAnthony Liguori
774fd5d5c56SAnthony LiguoriShix
775fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
77681527b94SThomas HuthS: Odd Fixes
7776e481d57SPeter MaydellF: hw/sh4/shix.c
778fd5d5c56SAnthony Liguori
779fd5d5c56SAnthony LiguoriSPARC Machines
780fd5d5c56SAnthony Liguori--------------
781fd5d5c56SAnthony LiguoriSun4m
782f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
783fd5d5c56SAnthony LiguoriS: Maintained
7848d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
785c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
786c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7877098b79eSThomas HuthF: hw/misc/eccmemctl.c
7887098b79eSThomas HuthF: hw/misc/slavio_misc.c
789c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
790c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
791c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
792fd5d5c56SAnthony Liguori
793fd5d5c56SAnthony LiguoriSun4u
794f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
795fd5d5c56SAnthony LiguoriS: Maintained
7968d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
797c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
798fd5d5c56SAnthony Liguori
799a2664ca0SArtyom TarasenkoSun4v
800a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
801a2664ca0SArtyom TarasenkoS: Maintained
802626e4a4bSFam ZhengF: hw/sparc64/niagara.c
803a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
804a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
805a2664ca0SArtyom Tarasenko
806ce6c760cSFabien ChouteauLeon3
807ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
808ce6c760cSFabien ChouteauS: Maintained
8098d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8108d8b636dSPaolo BonziniF: hw/*/grlib*
811c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
812ce6c760cSFabien Chouteau
813fd5d5c56SAnthony LiguoriS390 Machines
814fd5d5c56SAnthony Liguori-------------
815dd4ad64aSCornelia HuckS390 Virtio-ccw
816c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
817b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
818dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
819dd4ad64aSCornelia HuckS: Supported
8200c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8219d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
822c5bfb202SCornelia HuckF: hw/s390x/
8234277af19SCornelia HuckF: include/hw/s390x/
8244277af19SCornelia HuckF: pc-bios/s390-ccw/
825c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8261e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8271e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
8281e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8293e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8303e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
831146bd283SCornelia HuckL: qemu-s390x@nongnu.org
832dd4ad64aSCornelia Huck
833ab9528caSGuan XuetaoUniCore32 Machines
834ab9528caSGuan Xuetao-------------
835ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
836ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
837ab9528caSGuan XuetaoS: Maintained
8388d8b636dSPaolo BonziniF: hw/*/puv3*
839ab9528caSGuan XuetaoF: hw/unicore32/
840ab9528caSGuan Xuetao
841fd5d5c56SAnthony LiguoriX86 Machines
842fd5d5c56SAnthony Liguori------------
843fd5d5c56SAnthony LiguoriPC
844046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
845fd5d5c56SAnthony LiguoriS: Supported
846046a6486SMichael S. TsirkinF: include/hw/i386/
847046a6486SMichael S. TsirkinF: hw/i386/
848046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
849046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
850046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
851046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
852046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
853046a6486SMichael S. TsirkinF: hw/isa/piix4.c
854046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
855046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
856046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
857046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
858046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
859f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8609cc3b73cSPaolo BonziniF: hw/misc/sga.c
8619cc3b73cSPaolo Bonzini
8629cc3b73cSPaolo BonziniPC Chipset
8639cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8649cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8659cc3b73cSPaolo BonziniS: Support
8669cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8679cc3b73cSPaolo BonziniF: hw/char/parallel.c
8689cc3b73cSPaolo BonziniF: hw/char/serial*
8699cc3b73cSPaolo BonziniF: hw/dma/i8257*
8709cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8719cc3b73cSPaolo BonziniF: hw/intc/apic*
8729cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8739cc3b73cSPaolo BonziniF: hw/intc/i8259*
8749cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8759cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8769cc3b73cSPaolo BonziniF: hw/timer/hpet*
8779cc3b73cSPaolo BonziniF: hw/timer/i8254*
8789cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
879a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
880*ea638a45SPhilippe Mathieu-DaudéF: include/hw/isa/i8257.h
881a2feb348SThomas HuthF: include/hw/timer/hpet.h
882a2feb348SThomas HuthF: include/hw/timer/i8254*
883a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
884046a6486SMichael S. Tsirkin
8855da4fb00SMichael S. TsirkinMachine core
8865da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8875da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8885da4fb00SMichael S. TsirkinS: Supported
8895da4fb00SMichael S. TsirkinF: hw/core/machine.c
890c1629c5cSThomas HuthF: hw/core/null-machine.c
8915da4fb00SMichael S. TsirkinF: include/hw/boards.h
892e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
893fd5d5c56SAnthony Liguori
89416e7caaeSMax FilippovXtensa Machines
89516e7caaeSMax Filippov---------------
896375847a6SMax Filippovsim
89716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
89816e7caaeSMax FilippovS: Maintained
899437a8c11SMax FilippovF: hw/xtensa/sim.c
900375847a6SMax Filippov
901437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
902375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
903375847a6SMax FilippovS: Maintained
904437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
905437a8c11SMax FilippovF: hw/net/opencores_eth.c
90616e7caaeSMax Filippov
907fd5d5c56SAnthony LiguoriDevices
908fd5d5c56SAnthony Liguori-------
909b30934cbSJiri SlabyEDU
910b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
911b30934cbSJiri SlabyS: Maintained
912b30934cbSJiri SlabyF: hw/misc/edu.c
913b30934cbSJiri Slaby
914fd5d5c56SAnthony LiguoriIDE
915c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
916c095348bSJohn SnowL: qemu-block@nongnu.org
917c095348bSJohn SnowS: Supported
9188d8b636dSPaolo BonziniF: include/hw/ide.h
919c9f7acd5SThomas HuthF: include/hw/ide/
920fd5d5c56SAnthony LiguoriF: hw/ide/
921c095348bSJohn SnowF: hw/block/block.c
922c095348bSJohn SnowF: hw/block/cdrom.c
923c095348bSJohn SnowF: hw/block/hd-geometry.c
924c095348bSJohn SnowF: tests/ide-test.c
925c095348bSJohn SnowF: tests/ahci-test.c
926aee50319SJohn SnowF: tests/libqos/ahci*
927c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
928c095348bSJohn Snow
929c095348bSJohn SnowFloppy
930c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
931c095348bSJohn SnowL: qemu-block@nongnu.org
932c095348bSJohn SnowS: Supported
933c095348bSJohn SnowF: hw/block/fdc.c
934c095348bSJohn SnowF: include/hw/block/fdc.h
935aee50319SJohn SnowF: tests/fdc-test.c
936c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
937fd5d5c56SAnthony Liguori
938f5f487b2SPeter MaydellOMAP
939f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
940f5f487b2SPeter MaydellS: Maintained
9418d8b636dSPaolo BonziniF: hw/*/omap*
942ed0db866SThomas HuthF: include/hw/arm/omap.h
943f5f487b2SPeter Maydell
94428d54e58SPaolo BonziniIPack
94528d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
94628d54e58SPaolo BonziniS: Odd Fixes
94728d54e58SPaolo BonziniF: hw/char/ipoctal232.c
94828d54e58SPaolo BonziniF: hw/ipack/
94928d54e58SPaolo Bonzini
950fd5d5c56SAnthony LiguoriPCI
951fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
952874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
953fd5d5c56SAnthony LiguoriS: Supported
9548d8b636dSPaolo BonziniF: include/hw/pci/*
955f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
956ca818cfbSMichael S. TsirkinF: hw/pci/*
957f178bc6bSPaolo BonziniF: hw/pci-bridge/*
95868179923SPhilippe Mathieu-DaudéF: docs/pci*
95968179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
960534fd814SFam ZhengF: default-configs/pci.mak
9610e0b3592SMichael S. Tsirkin
962d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9630e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9640e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9650e0b3592SMichael S. TsirkinS: Supported
9660e0b3592SMichael S. TsirkinF: include/hw/acpi/*
967d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9680e0b3592SMichael S. TsirkinF: hw/mem/*
9698d8b636dSPaolo BonziniF: hw/acpi/*
970d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9710e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9720e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9733248f1b4SBen WarrenF: tests/bios-tables-test.c
9743248f1b4SBen WarrenF: tests/acpi-utils.[hc]
975fd5d5c56SAnthony Liguori
976aaade8d7SAndreas Färberppc4xx
977aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
978aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
979aaade8d7SAndreas FärberS: Odd Fixes
9808d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
981aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
982b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
983aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
984aaade8d7SAndreas Färber
98598cded3aSAndreas Färberppce500
98698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
98798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
98898cded3aSAndreas FärberS: Supported
9896e481d57SPeter MaydellF: hw/ppc/e500*
990566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
991566dd236SPaolo BonziniF: hw/net/fsl_etsec/
99298cded3aSAndreas Färber
99361af0ee6SPaolo BonziniCharacter devices
99461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
99561af0ee6SPaolo BonziniS: Odd Fixes
99661af0ee6SPaolo BonziniF: hw/char/
99761af0ee6SPaolo Bonzini
998f536f112SPaolo BonziniNetwork devices
999f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1000f536f112SPaolo BonziniS: Odd Fixes
1001f536f112SPaolo BonziniF: hw/net/
10026bd7776cSGreg KurzF: tests/virtio-net-test.c
1003f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1004f536f112SPaolo Bonzini
1005fd5d5c56SAnthony LiguoriSCSI
1006de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1007de7724f7SPaolo BonziniS: Supported
100874460f34SThomas HuthF: include/hw/scsi/*
10098d8b636dSPaolo BonziniF: hw/scsi/*
10106bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10111ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1012de7724f7SPaolo Bonzini
1013fcb5629dSPeter A. G. CrosthwaiteSSI
10144b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1015982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
1016fcb5629dSPeter A. G. CrosthwaiteS: Maintained
10178d8b636dSPaolo BonziniF: hw/ssi/*
10188d8b636dSPaolo BonziniF: hw/block/m25p80.c
1019982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
10204b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1021982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
10224b46ba61SAlistair Francis
10234b46ba61SAlistair FrancisXilinx SPI
10244b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10254b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10264b46ba61SAlistair FrancisS: Maintained
10274b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1028fcb5629dSPeter A. G. Crosthwaite
1029fd5d5c56SAnthony LiguoriUSB
10305d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10315d0d62feSGerd HoffmannS: Maintained
10328d8b636dSPaolo BonziniF: hw/usb/*
103328edfce0SGongleiF: tests/usb-*-test.c
1034beded0ffSThomas HuthF: docs/usb2.txt
1035beded0ffSThomas HuthF: docs/usb-storage.txt
1036beded0ffSThomas HuthF: include/hw/usb.h
1037beded0ffSThomas HuthF: include/hw/usb/
1038104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1039fd5d5c56SAnthony Liguori
1040e26082fdSPaolo BonziniUSB (serial adapter)
1041e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1042e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1043e26082fdSPaolo BonziniS: Maintained
1044e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1045e26082fdSPaolo Bonzini
104692e1fb5eSAlex WilliamsonVFIO
104792e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
104892e1fb5eSAlex WilliamsonS: Supported
1049cf7087dbSKim PhillipsF: hw/vfio/*
105099b88c6dSThomas HuthF: include/hw/vfio/
105192e1fb5eSAlex Williamson
10525eb74557SDong Jia Shivfio-ccw
1053c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10545eb74557SDong Jia ShiS: Supported
10555eb74557SDong Jia ShiF: hw/vfio/ccw.c
10565eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10575eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10585eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1059146bd283SCornelia HuckL: qemu-s390x@nongnu.org
10605eb74557SDong Jia Shi
1061fd5d5c56SAnthony Liguorivhost
1062fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1063fd5d5c56SAnthony LiguoriS: Supported
10648d8b636dSPaolo BonziniF: hw/*/*vhost*
106537f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1066fd5d5c56SAnthony Liguori
1067fd5d5c56SAnthony Liguorivirtio
1068a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1069fd5d5c56SAnthony LiguoriS: Supported
10708d8b636dSPaolo BonziniF: hw/*/virtio*
107172fa605dSThomas HuthF: hw/virtio/Makefile.objs
107272fa605dSThomas HuthF: hw/virtio/trace-events
10736a084ea3SMichael S. TsirkinF: net/vhost-user.c
1074494f7b57SThomas HuthF: include/hw/virtio/
10756bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1076fd5d5c56SAnthony Liguori
1077fd5d5c56SAnthony Liguorivirtio-9p
107823704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10798c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1080fd5d5c56SAnthony LiguoriS: Supported
1081aebeca25SAndreas FärberF: hw/9pfs/
1082aebeca25SAndreas FärberF: fsdev/
10832d888c09SAndreas FärberF: tests/virtio-9p-test.c
10843f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10858c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1086fd5d5c56SAnthony Liguori
1087fd5d5c56SAnthony Liguorivirtio-blk
108854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1089b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1090fd5d5c56SAnthony LiguoriS: Supported
10918d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1092b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10936bd7776cSGreg KurzF: tests/virtio-blk-test.c
1094b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1095fd5d5c56SAnthony Liguori
1096dd4ad64aSCornelia Huckvirtio-ccw
1097c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1098b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1099dd4ad64aSCornelia HuckS: Supported
1100dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11013e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11023e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1103146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1104dd4ad64aSCornelia Huck
1105a5d4d7b5SGerd Hoffmannvirtio-input
1106a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1107a5d4d7b5SGerd HoffmannS: Maintained
1108a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1109a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1110a5d4d7b5SGerd Hoffmann
1111fd5d5c56SAnthony Liguorivirtio-serial
1112cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1113fd5d5c56SAnthony LiguoriS: Supported
11148d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
11158d8b636dSPaolo BonziniF: hw/char/virtio-console.c
111668a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
11176bd7776cSGreg KurzF: tests/virtio-console-test.c
11186bd7776cSGreg KurzF: tests/virtio-serial-test.c
1119fd5d5c56SAnthony Liguori
11201f51a5cbSAmit Shahvirtio-rng
1121cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
11221f51a5cbSAmit ShahS: Supported
11231f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
11241f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1125750cf869SThomas HuthF: include/sysemu/rng*.h
11261f51a5cbSAmit ShahF: backends/rng*.c
11276bd7776cSGreg KurzF: tests/virtio-rng-test.c
11281f51a5cbSAmit Shah
11296034011cSGongleivirtio-crypto
11306034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11316034011cSGongleiS: Supported
11326034011cSGongleiF: hw/virtio/virtio-crypto.c
11336034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11346034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11356034011cSGonglei
1136f3c507adSKeith Buschnvme
1137f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1138c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1139f3c507adSKeith BuschS: Supported
1140f3c507adSKeith BuschF: hw/block/nvme*
1141fc967791SAndreas FärberF: tests/nvme-test.c
1142f3c507adSKeith Busch
1143d383c625SHannes Reineckemegasas
11443fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1145c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1146d383c625SHannes ReineckeS: Supported
1147d383c625SHannes ReineckeF: hw/scsi/megasas.c
1148d383c625SHannes ReineckeF: hw/scsi/mfi.h
11493fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1150d383c625SHannes Reinecke
1151605d52e6SDmitry FleytmanNetwork packet abstractions
1152605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1153605d52e6SDmitry FleytmanS: Maintained
1154605d52e6SDmitry FleytmanF: include/net/eth.h
1155605d52e6SDmitry FleytmanF: net/eth.c
1156605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1157605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1158605d52e6SDmitry Fleytman
1159622fb504SDmitry FleytmanVmware
1160622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1161622fb504SDmitry FleytmanS: Maintained
1162622fb504SDmitry FleytmanF: hw/net/vmxnet*
1163622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
11645a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1165622fb504SDmitry Fleytman
1166de24d3f1SScott FeldmanRocker
1167de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1168de24d3f1SScott FeldmanS: Maintained
1169de24d3f1SScott FeldmanF: hw/net/rocker/
1170de850948SThomas HuthF: tests/rocker/
1171de850948SThomas HuthF: docs/specs/rocker.txt
1172de24d3f1SScott Feldman
117370d1fb9cSXiao GuangrongNVDIMM
11747a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
117570d1fb9cSXiao GuangrongS: Maintained
117670d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
117770d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
117870d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
117970d1fb9cSXiao Guangrong
1180093454e2SDmitry Fleytmane1000x
1181093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1182093454e2SDmitry FleytmanS: Maintained
1183093454e2SDmitry FleytmanF: hw/net/e1000x*
1184093454e2SDmitry Fleytman
11856f3fbe4eSDmitry Fleytmane1000e
11866f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11876f3fbe4eSDmitry FleytmanS: Maintained
11886f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11896f3fbe4eSDmitry Fleytman
1190ebc2327fSStefan Weileepro100
1191ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1192ebc2327fSStefan WeilS: Maintained
1193ebc2327fSStefan WeilF: hw/net/eepro100.c
1194ebc2327fSStefan Weil
1195e481a1f6SAlistair FrancisGeneric Loader
1196e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1197e481a1f6SAlistair FrancisS: Maintained
1198e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1199e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1200c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1201e481a1f6SAlistair Francis
120287a9023aSThomas HuthCHRP NVRAM
120387a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
120487a9023aSThomas HuthS: Maintained
120587a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
120687a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
120787a9023aSThomas HuthF: tests/prom-env-test.c
120887a9023aSThomas Huth
120942697d88SBen WarrenVM Generation ID
121042697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
121142697d88SBen WarrenS: Maintained
121242697d88SBen WarrenF: hw/acpi/vmgenid.c
121342697d88SBen WarrenF: include/hw/acpi/vmgenid.h
121442697d88SBen WarrenF: docs/specs/vmgenid.txt
121542697d88SBen WarrenF: tests/vmgenid-test.c
121642697d88SBen WarrenF: stubs/vmgenid.c
121742697d88SBen Warren
1218747969dbSPhilippe Mathieu-DaudéUnimplemented device
1219747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1220747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1221747969dbSPhilippe Mathieu-DaudéS: Maintained
1222747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1223747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1224747969dbSPhilippe Mathieu-Daudé
1225fd5d5c56SAnthony LiguoriSubsystems
1226fd5d5c56SAnthony Liguori----------
1227fd5d5c56SAnthony LiguoriAudio
12289f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1229fd5d5c56SAnthony LiguoriS: Maintained
1230fd5d5c56SAnthony LiguoriF: audio/
12318d8b636dSPaolo BonziniF: hw/audio/
1232a2b245aeSThomas HuthF: include/hw/audio/
1233d7b50c0cSAndreas FärberF: tests/ac97-test.c
12348fa74c94SAndreas FärberF: tests/es1370-test.c
1235fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1236fd5d5c56SAnthony Liguori
123717f1e8f5SStefan HajnocziBlock layer core
1238fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1239c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1240c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1241fd5d5c56SAnthony LiguoriS: Supported
1242fd5d5c56SAnthony LiguoriF: block*
1243fd5d5c56SAnthony LiguoriF: block/
12448d8b636dSPaolo BonziniF: hw/block/
12454c346e0bSKevin WolfF: include/block/
124646078760SKevin WolfF: qemu-img*
124746078760SKevin WolfF: qemu-io*
124829242091SKevin WolfF: tests/qemu-iotests/
12498dd30c86SMax ReitzF: util/qemu-progress.c
1250d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1251fd5d5c56SAnthony Liguori
1252d55053b1SStefan HajnocziBlock I/O path
1253d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12549ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1255d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1256d55053b1SStefan HajnocziS: Supported
125736c697bdSPaolo BonziniF: util/async.c
125836c697bdSPaolo BonziniF: util/aio-*.c
1259d55053b1SStefan HajnocziF: block/io.c
1260d55053b1SStefan HajnocziF: migration/block*
1261e1029ae2SFam ZhengF: include/block/aio.h
12620a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1263d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1264d55053b1SStefan Hajnoczi
1265e5b5728cSPaolo BonziniBlock SCSI subsystem
1266e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1267e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1268e5b5728cSPaolo BonziniS: Supported
1269e5b5728cSPaolo BonziniF: include/scsi/*
1270e5b5728cSPaolo BonziniF: scsi/*
1271e5b5728cSPaolo Bonzini
1272280458a3SJeff CodyBlock Jobs
1273280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1274280458a3SJeff CodyL: qemu-block@nongnu.org
1275280458a3SJeff CodyS: Supported
1276280458a3SJeff CodyF: blockjob.c
1277280458a3SJeff CodyF: include/block/blockjob.h
1278280458a3SJeff CodyF: block/backup.c
1279280458a3SJeff CodyF: block/commit.c
128077346025SJeff CodyF: block/stream.c
1281280458a3SJeff CodyF: block/mirror.c
1282280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1283280458a3SJeff Cody
12844120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12854120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12864120201dSMarkus ArmbrusterS: Supported
12874120201dSMarkus ArmbrusterF: blockdev.c
12884120201dSMarkus ArmbrusterF: block/qapi.c
12894120201dSMarkus ArmbrusterF: qapi/block*.json
1290fa988e39SMarkus ArmbrusterF: qapi/transaction.json
12914120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12924120201dSMarkus Armbruster
1293538193bcSJohn SnowDirty Bitmaps
1294538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1295538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1296538193bcSJohn SnowL: qemu-block@nongnu.org
1297538193bcSJohn SnowS: Supported
1298538193bcSJohn SnowF: util/hbitmap.c
1299538193bcSJohn SnowF: block/dirty-bitmap.c
1300538193bcSJohn SnowF: include/qemu/hbitmap.h
1301538193bcSJohn SnowF: include/block/dirty-bitmap.h
1302538193bcSJohn SnowF: tests/test-hbitmap.c
13035746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1304538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1305538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1306538193bcSJohn Snow
130761af0ee6SPaolo BonziniCharacter device backends
1308da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
130955fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1310fd5d5c56SAnthony LiguoriS: Maintained
1311178fe0aeSMarc-André LureauF: chardev/
13128228e353SMarc-André LureauF: include/chardev/
1313dbeee392SMarkus ArmbrusterF: qapi/char.json
1314fd5d5c56SAnthony Liguori
1315e26082fdSPaolo BonziniCharacter Devices (Braille)
1316e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1317e26082fdSPaolo BonziniS: Maintained
13186b10e573SMarc-André LureauF: chardev/baum.c
1319fd5d5c56SAnthony Liguori
1320e94630d3SMarkus ArmbrusterCommand line option argument parsing
1321e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1322e94630d3SMarkus ArmbrusterS: Supported
1323e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1324e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1325e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1326e94630d3SMarkus ArmbrusterF: util/keyval.c
1327e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1328e94630d3SMarkus Armbruster
13298c413e79SMarkus ArmbrusterCoverity model
13308c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13318c413e79SMarkus ArmbrusterS: Supported
13328c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13338c413e79SMarkus Armbruster
1334f2ca0524SAndreas FärberCPU
133512b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1336f2ca0524SAndreas FärberS: Supported
1337f2ca0524SAndreas FärberF: qom/cpu.c
13386e481d57SPeter MaydellF: include/qom/cpu.h
1339f2ca0524SAndreas Färber
1340d24b569aSPeter A. G. CrosthwaiteDevice Tree
13414b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1342d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1343d24b569aSPeter A. G. CrosthwaiteS: Maintained
134482407515SThomas HuthF: device_tree.c
134582407515SThomas HuthF: include/sysemu/device_tree.h
1346d24b569aSPeter A. G. Crosthwaite
13473505a22bSMarc-André LureauDump
13483505a22bSMarc-André LureauS: Supported
13493505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
13503505a22bSMarc-André LureauF: dump.c
13513505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
13523505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
13533505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
13543505a22bSMarc-André LureauF: include/sysemu/dump.h
13553505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
13563505a22bSMarc-André LureauF: stubs/dump.c
13573505a22bSMarc-André Lureau
13584f966768SMarkus ArmbrusterError reporting
13594f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13604f966768SMarkus ArmbrusterS: Supported
13614f966768SMarkus ArmbrusterF: include/qapi/error.h
13624f966768SMarkus ArmbrusterF: include/qemu/error-report.h
13634f966768SMarkus ArmbrusterF: util/error.c
13644f966768SMarkus ArmbrusterF: util/qemu-error.c
13654f966768SMarkus Armbruster
1366fd5d5c56SAnthony LiguoriGDB stub
13675dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1368fd5d5c56SAnthony LiguoriS: Odd Fixes
1369fd5d5c56SAnthony LiguoriF: gdbstub*
1370fd5d5c56SAnthony LiguoriF: gdb-xml/
1371fd5d5c56SAnthony Liguori
137201a9c03cSPaolo BonziniMemory API
137301a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
137401a9c03cSPaolo BonziniS: Supported
137501a9c03cSPaolo BonziniF: include/exec/ioport.h
137601a9c03cSPaolo BonziniF: ioport.c
137701a9c03cSPaolo BonziniF: include/exec/memory.h
13782b1641d0SPaolo BonziniF: include/exec/ram_addr.h
137901a9c03cSPaolo BonziniF: memory.c
138001a9c03cSPaolo BonziniF: include/exec/memory-internal.h
138101a9c03cSPaolo BonziniF: exec.c
138201a9c03cSPaolo Bonzini
13837ee3bf03SGerd HoffmannSPICE
13847ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13857ee3bf03SGerd HoffmannS: Supported
13866e481d57SPeter MaydellF: include/ui/qemu-spice.h
1387438528a3SThomas HuthF: include/ui/spice-display.h
13887ee3bf03SGerd HoffmannF: ui/spice-*.c
13897ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13908d8b636dSPaolo BonziniF: hw/display/qxl*
1391608cfed6SMarkus ArmbrusterF: qapi/ui.json
13927ee3bf03SGerd Hoffmann
1393fd5d5c56SAnthony LiguoriGraphics
139425eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
139525eccc37SGerd HoffmannS: Odd Fixes
1396fd5d5c56SAnthony LiguoriF: ui/
1397e220656cSThomas HuthF: include/ui/
1398608cfed6SMarkus ArmbrusterF: qapi/ui.json
1399fd5d5c56SAnthony Liguori
1400351f1bf6SAndreas FärberCocoa graphics
140130ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1402351f1bf6SAndreas FärberS: Odd Fixes
1403351f1bf6SAndreas FärberF: ui/cocoa.m
1404351f1bf6SAndreas Färber
1405fd5d5c56SAnthony LiguoriMain loop
1406da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1407da26f37aSPaolo BonziniS: Maintained
1408da26f37aSPaolo BonziniF: cpus.c
14093ecb29a3SPaolo BonziniF: util/main-loop.c
14103ecb29a3SPaolo BonziniF: util/qemu-timer.c
1411fd5d5c56SAnthony LiguoriF: vl.c
14120e201d34SMarkus ArmbrusterF: qapi/run-state.json
1413fd5d5c56SAnthony Liguori
14148899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1415c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1416fbb0621aSLuiz CapitulinoS: Maintained
1417fd5d5c56SAnthony LiguoriF: monitor.c
1418c13e9912SThomas HuthF: hmp.[ch]
1419c13e9912SThomas HuthF: hmp-commands*.hx
1420c13e9912SThomas HuthF: include/monitor/hmp-target.h
1421bbcee372SThomas HuthF: tests/test-hmp.c
1422fd5d5c56SAnthony Liguori
1423f536f112SPaolo BonziniNetwork device backends
1424442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1425fd5d5c56SAnthony LiguoriS: Maintained
1426fd5d5c56SAnthony LiguoriF: net/
1427d24b2b1cSThomas HuthF: include/net/
14285fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
14293c0bd37dSMarkus ArmbrusterF: qapi/net.json
1430fd5d5c56SAnthony Liguori
1431aee09bafSVincenzo MaffioneNetmap network backend
1432aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1433aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1434aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1435aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1436aee09bafSVincenzo MaffioneS: Maintained
1437aee09bafSVincenzo MaffioneF: net/netmap.c
1438aee09bafSVincenzo Maffione
14392f54eb98SEduardo HabkostNUMA
14402f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14412f54eb98SEduardo HabkostS: Maintained
14422f54eb98SEduardo HabkostF: numa.c
14432f54eb98SEduardo HabkostF: include/sysemu/numa.h
1444e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14452f54eb98SEduardo Habkost
14464fc264f4SEduardo HabkostHost Memory Backends
14474fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14484fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
14494fc264f4SEduardo HabkostS: Maintained
14504fc264f4SEduardo HabkostF: backends/hostmem*.c
14514fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1452e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14534fc264f4SEduardo Habkost
14546034011cSGongleiCryptodev Backends
14556034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
14566034011cSGongleiS: Maintained
14576034011cSGongleiF: include/sysemu/cryptodev*.h
14586034011cSGongleiF: backends/cryptodev*.c
14596034011cSGonglei
1460ad904f66SEduardo HabkostPython scripts
1461ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1462ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1463ad904f66SEduardo HabkostS: Odd fixes
1464ad904f66SEduardo HabkostF: scripts/qmp/*
1465ad904f66SEduardo HabkostF: scripts/*.py
1466ad904f66SEduardo HabkostF: tests/*.py
1467ad904f66SEduardo Habkost
14688899b4aeSLuiz CapitulinoQAPI
14699740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14708899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
14719740618cSLuiz CapitulinoS: Supported
14728899b4aeSLuiz CapitulinoF: qapi/
14730311c5bdSMarkus ArmbrusterX: qapi/*.json
1474ac4abb9aSMarkus ArmbrusterF: include/qapi/
1475ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1476ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1477c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1478ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1479e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1480ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1481e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
14820311c5bdSMarkus ArmbrusterF: scripts/qapi*
1483c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
14849740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14858899b4aeSLuiz Capitulino
14867810d291SLuiz CapitulinoQAPI Schema
14877810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14887810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14897810d291SLuiz CapitulinoS: Supported
14907810d291SLuiz CapitulinoF: qapi-schema.json
14910311c5bdSMarkus ArmbrusterF: qapi/*.json
14929740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14937810d291SLuiz Capitulino
1494f3582ba4SLuiz CapitulinoQObject
1495daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1496daf5dc78SMarkus ArmbrusterS: Supported
1497f3582ba4SLuiz CapitulinoF: qobject/
14987735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14997735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1500a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15017735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
150201b2ffceSMarc-André LureauF: tests/check-qnum.c
15037735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15047735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15057735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1506daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1507f3582ba4SLuiz Capitulino
1508f05d9999SMichael RothQEMU Guest Agent
1509f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1510f05d9999SMichael RothS: Maintained
1511f05d9999SMichael RothF: qga/
1512ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1513ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1514ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1515ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1516f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1517f05d9999SMichael Roth
15184688c94cSAndreas FärberQOM
15194688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
15204688c94cSAndreas FärberS: Supported
15214688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
15224688c94cSAndreas FärberF: include/qom/
15234688c94cSAndreas FärberX: include/qom/cpu.h
15244688c94cSAndreas FärberF: qom/
15254688c94cSAndreas FärberX: qom/cpu.c
15269f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
15279f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
15284688c94cSAndreas FärberF: tests/qom-test.c
15294688c94cSAndreas Färber
15308899b4aeSLuiz CapitulinoQMP
15319740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15329740618cSLuiz CapitulinoS: Supported
15338899b4aeSLuiz CapitulinoF: qmp.c
15348899b4aeSLuiz CapitulinoF: monitor.c
1535c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15369740618cSLuiz CapitulinoF: scripts/qmp/
1537f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15389740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15398899b4aeSLuiz Capitulino
1540cc0100f4SAlistair FrancisRegister API
1541cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1542cc0100f4SAlistair FrancisS: Maintained
1543cc0100f4SAlistair FrancisF: hw/core/register.c
1544cc0100f4SAlistair FrancisF: include/hw/register.h
154506a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1546cc0100f4SAlistair Francis
1547fd5d5c56SAnthony LiguoriSLIRP
1548eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1549bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1550bafc72abSJan KiszkaS: Maintained
1551fd5d5c56SAnthony LiguoriF: slirp/
1552663fb1e1SThomas HuthF: net/slirp.c
1553d24b2b1cSThomas HuthF: include/net/slirp.h
15541ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1555fd5d5c56SAnthony Liguori
1556b1ed728aSPaolo BonziniStubs
1557b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1558b1ed728aSPaolo BonziniS: Maintained
1559b1ed728aSPaolo BonziniF: stubs/
1560b1ed728aSPaolo Bonzini
1561598a3f35SStefan HajnocziTracing
15621cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1563598a3f35SStefan HajnocziS: Maintained
1564598a3f35SStefan HajnocziF: trace/
1565f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1566f70fd8fdSLluís VilanovaF: scripts/tracetool/
1567c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
15681ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1569598a3f35SStefan Hajnoczi
15703859b6cfSMarkus ArmbrusterTPM
15716b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
15726b4f250bSStefan BergerS: Maintained
15733859b6cfSMarkus ArmbrusterF: tpm.c
1574c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
15753859b6cfSMarkus ArmbrusterF: hw/tpm/*
15763859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
15773859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
15783859b6cfSMarkus ArmbrusterF: qapi/tpm.json
15796b4f250bSStefan BergerF: backends/tpm.c
15803859b6cfSMarkus Armbruster
158114f40fdcSBlue SwirlCheckpatch
158214f40fdcSBlue SwirlS: Odd Fixes
158314f40fdcSBlue SwirlF: scripts/checkpatch.pl
158414f40fdcSBlue Swirl
1585c0787c8dSJuan QuintelaMigration
1586c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1587d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1588c0787c8dSJuan QuintelaS: Maintained
1589c0787c8dSJuan QuintelaF: include/migration/
159044a1f946SDr. David Alan GilbertF: migration/
1591c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1592c5515640SAmit ShahF: tests/vmstate-static-checker-data/
15932656bfd9SJuan QuintelaF: tests/migration-test.c
1594c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
159548685a8eSMarkus ArmbrusterF: qapi/migration.json
1596c0787c8dSJuan Quintela
159792bfedb0SEduardo OtuboSeccomp
1598064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
159992bfedb0SEduardo OtuboS: Supported
160092bfedb0SEduardo OtuboF: qemu-seccomp.c
160192bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
160292bfedb0SEduardo Otubo
1603ddbb0d09SDaniel P. BerrangeCryptography
1604ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1605ddbb0d09SDaniel P. BerrangeS: Maintained
1606ddbb0d09SDaniel P. BerrangeF: crypto/
1607ddbb0d09SDaniel P. BerrangeF: include/crypto/
1608ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
16093947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1610899833cdSDaniel P. BerrangeF: qemu.sasl
1611ddbb0d09SDaniel P. Berrange
161210817bf0SDaniel P. BerrangeCoroutines
161310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
161410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
161510817bf0SDaniel P. BerrangeF: util/*coroutine*
161610817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
161710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
161810817bf0SDaniel P. Berrange
161988c5f205SDaniel P. BerrangeBuffers
162088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
162188c5f205SDaniel P. BerrangeS: Odd fixes
162288c5f205SDaniel P. BerrangeF: util/buffer.c
162388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
162488c5f205SDaniel P. Berrange
1625666a3af9SDaniel P. BerrangeI/O Channels
1626666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1627666a3af9SDaniel P. BerrangeS: Maintained
1628666a3af9SDaniel P. BerrangeF: io/
1629666a3af9SDaniel P. BerrangeF: include/io/
1630666a3af9SDaniel P. BerrangeF: tests/test-io-*
1631666a3af9SDaniel P. Berrange
16325614a283SGerd HoffmannSockets
16335614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16345614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16355614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16365614a283SGerd HoffmannS: Maintained
16375614a283SGerd HoffmannF: include/qemu/sockets.h
16385614a283SGerd HoffmannF: util/qemu-sockets.c
1639a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16405614a283SGerd Hoffmann
1641d310d85bSAlberto GarciaThrottling infrastructure
1642d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1643d310d85bSAlberto GarciaS: Supported
1644d310d85bSAlberto GarciaF: block/throttle-groups.c
1645d310d85bSAlberto GarciaF: include/block/throttle-groups.h
164689603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1647d310d85bSAlberto GarciaF: util/throttle.c
164889603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
164989603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1650d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1651d310d85bSAlberto Garcia
1652080d7aacSFam ZhengUUID
1653080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1654080d7aacSFam ZhengS: Supported
1655080d7aacSFam ZhengF: util/uuid.c
1656080d7aacSFam ZhengF: include/qemu/uuid.h
1657080d7aacSFam ZhengF: tests/test-uuid.c
1658080d7aacSFam Zheng
1659a4cc318eSzhanghailiangCOLO Framework
1660a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1661a4cc318eSzhanghailiangS: Maintained
1662a4cc318eSzhanghailiangF: migration/colo*
1663a4cc318eSzhanghailiangF: include/migration/colo.h
1664a4cc318eSzhanghailiangF: include/migration/failover.h
1665a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1666a4cc318eSzhanghailiang
166788f82ed1SZhang ChenCOLO Proxy
1668b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
166988f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
167088f82ed1SZhang ChenS: Supported
167188f82ed1SZhang ChenF: docs/colo-proxy.txt
167288f82ed1SZhang ChenF: net/colo*
167388f82ed1SZhang ChenF: net/filter-rewriter.c
167488f82ed1SZhang ChenF: net/filter-mirror.c
167588f82ed1SZhang Chen
167662258201SPavel DovgalyukRecord/replay
167762258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
167862258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
167970b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
168062258201SPavel DovgalyukS: Supported
168162258201SPavel DovgalyukF: replay/*
168262258201SPavel DovgalyukF: block/blkreplay.c
168362258201SPavel DovgalyukF: net/filter-replay.c
168462258201SPavel DovgalyukF: include/sysemu/replay.h
168562258201SPavel DovgalyukF: docs/replay.txt
168662258201SPavel DovgalyukF: stubs/replay.c
168762258201SPavel Dovgalyuk
1688fd5d5c56SAnthony LiguoriUsermode Emulation
1689fd5d5c56SAnthony Liguori------------------
1690486bbe5fSPaolo BonziniOverall
1691486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1692486bbe5fSPaolo BonziniS: Maintained
1693486bbe5fSPaolo BonziniF: thunk.c
169458410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1695486bbe5fSPaolo Bonzini
1696fd5d5c56SAnthony LiguoriBSD user
1697297e8005SMarkus ArmbrusterS: Orphan
1698fd5d5c56SAnthony LiguoriF: bsd-user/
1699ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1700fd5d5c56SAnthony Liguori
1701fd5d5c56SAnthony LiguoriLinux user
1702fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1703ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1704fd5d5c56SAnthony LiguoriS: Maintained
1705fd5d5c56SAnthony LiguoriF: linux-user/
1706ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
170742f5a7e9SAurelien Jarno
170842f5a7e9SAurelien JarnoTiny Code Generator (TCG)
170942f5a7e9SAurelien Jarno-------------------------
171042f5a7e9SAurelien JarnoCommon code
1711cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
171242f5a7e9SAurelien JarnoS: Maintained
171342f5a7e9SAurelien JarnoF: tcg/
171442f5a7e9SAurelien Jarno
1715b25a464cSClaudio FontanaAArch64 target
1716b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1717b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1718b25a464cSClaudio FontanaS: Maintained
1719b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1720b25a464cSClaudio FontanaF: tcg/aarch64/
1721c17652eeSPaolo BonziniF: disas/arm-a64.cc
1722c17652eeSPaolo BonziniF: disas/libvixl/
1723b25a464cSClaudio Fontana
172442f5a7e9SAurelien JarnoARM target
172542f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
172642f5a7e9SAurelien JarnoS: Maintained
1727b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
172842f5a7e9SAurelien JarnoF: tcg/arm/
1729c17652eeSPaolo BonziniF: disas/arm.c
173042f5a7e9SAurelien Jarno
173142f5a7e9SAurelien Jarnoi386 target
17325dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
173342f5a7e9SAurelien JarnoS: Maintained
173442f5a7e9SAurelien JarnoF: tcg/i386/
1735c17652eeSPaolo BonziniF: disas/i386.c
173642f5a7e9SAurelien Jarno
173742f5a7e9SAurelien JarnoMIPS target
1738d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
173942f5a7e9SAurelien JarnoS: Maintained
174042f5a7e9SAurelien JarnoF: tcg/mips/
1741c17652eeSPaolo BonziniF: disas/mips.c
174242f5a7e9SAurelien Jarno
174342f5a7e9SAurelien JarnoPPC
174415610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
174515610d42SPranith KumarS: Odd Fixes
174642f5a7e9SAurelien JarnoF: tcg/ppc/
1747c17652eeSPaolo BonziniF: disas/ppc.c
174842f5a7e9SAurelien Jarno
174942f5a7e9SAurelien JarnoS390 target
175042f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
175142f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
175242f5a7e9SAurelien JarnoS: Maintained
175342f5a7e9SAurelien JarnoF: tcg/s390/
1754c17652eeSPaolo BonziniF: disas/s390.c
1755146bd283SCornelia HuckL: qemu-s390x@nongnu.org
175642f5a7e9SAurelien Jarno
175742f5a7e9SAurelien JarnoSPARC target
1758297e8005SMarkus ArmbrusterS: Odd Fixes
175942f5a7e9SAurelien JarnoF: tcg/sparc/
1760c17652eeSPaolo BonziniF: disas/sparc.c
1761bc75c9e5SStefan Weil
1762bc75c9e5SStefan WeilTCI target
1763bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1764bc75c9e5SStefan WeilS: Maintained
17658ef9cd55SAndreas FärberF: tcg/tci/
1766752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1767c17652eeSPaolo BonziniF: disas/tci.c
1768aa09c951SAndreas Färber
1769f05b328cSStefan HajnocziBlock drivers
1770f05b328cSStefan Hajnoczi-------------
1771f05b328cSStefan HajnocziVMDK
1772f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1773c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1774f05b328cSStefan HajnocziS: Supported
1775f05b328cSStefan HajnocziF: block/vmdk.c
1776f05b328cSStefan Hajnoczi
1777f05b328cSStefan HajnocziRBD
17785a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1779280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1780280458a3SJeff CodyL: qemu-block@nongnu.org
1781f05b328cSStefan HajnocziS: Supported
1782f05b328cSStefan HajnocziF: block/rbd.c
1783280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1784f05b328cSStefan Hajnoczi
1785f05b328cSStefan HajnocziSheepdog
178653b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1787f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1788280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1789280458a3SJeff CodyL: qemu-block@nongnu.org
1790dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1791f05b328cSStefan HajnocziS: Supported
1792f05b328cSStefan HajnocziF: block/sheepdog.c
1793280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1794f05b328cSStefan Hajnoczi
1795f05b328cSStefan HajnocziVHDX
1796f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1797280458a3SJeff CodyL: qemu-block@nongnu.org
1798f05b328cSStefan HajnocziS: Supported
1799f05b328cSStefan HajnocziF: block/vhdx*
1800280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1801f05b328cSStefan Hajnoczi
1802f05b328cSStefan HajnocziVDI
1803f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1804c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1805f05b328cSStefan HajnocziS: Maintained
1806f05b328cSStefan HajnocziF: block/vdi.c
1807f05b328cSStefan Hajnoczi
1808f05b328cSStefan HajnocziiSCSI
1809f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1810f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1811f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1812c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1813f05b328cSStefan HajnocziS: Supported
1814f05b328cSStefan HajnocziF: block/iscsi.c
18152deb63c2SPeter LievenF: block/iscsi-opts.c
1816f05b328cSStefan Hajnoczi
181799c62e70SEric BlakeNetwork Block Device (NBD)
181899c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
181999c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
182099c62e70SEric BlakeL: qemu-block@nongnu.org
182199c62e70SEric BlakeS: Maintained
182299c62e70SEric BlakeF: block/nbd*
182399c62e70SEric BlakeF: nbd/
182499c62e70SEric BlakeF: include/block/nbd*
182599c62e70SEric BlakeF: qemu-nbd.*
182699c62e70SEric BlakeF: blockdev-nbd.c
182799c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
182899c62e70SEric Blake
18296542aa9cSPeter LievenNFS
1830280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
18316542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1832280458a3SJeff CodyL: qemu-block@nongnu.org
18336542aa9cSPeter LievenS: Maintained
18346542aa9cSPeter LievenF: block/nfs.c
1835280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18366542aa9cSPeter Lieven
1837f05b328cSStefan HajnocziSSH
1838f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1839280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1840280458a3SJeff CodyL: qemu-block@nongnu.org
1841f05b328cSStefan HajnocziS: Supported
1842f05b328cSStefan HajnocziF: block/ssh.c
1843280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1844c9a12e75SChrysostomos Nanakos
1845280458a3SJeff CodyCURL
1846280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1847280458a3SJeff CodyL: qemu-block@nongnu.org
1848280458a3SJeff CodyS: Supported
1849280458a3SJeff CodyF: block/curl.c
1850280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1851280458a3SJeff Cody
1852280458a3SJeff CodyGLUSTER
1853280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1854280458a3SJeff CodyL: qemu-block@nongnu.org
1855280458a3SJeff CodyS: Supported
1856280458a3SJeff CodyF: block/gluster.c
1857280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1858b5e9476cSGonglei
1859199667a8SFam ZhengNull Block Driver
1860199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1861199667a8SFam ZhengL: qemu-block@nongnu.org
1862199667a8SFam ZhengS: Supported
1863199667a8SFam ZhengF: block/null.c
1864199667a8SFam Zheng
1865b5e9476cSGongleiBootdevice
1866b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1867b5e9476cSGongleiS: Maintained
1868b5e9476cSGongleiF: bootdevice.c
1869ecdda9e0SAlberto Garcia
1870ecdda9e0SAlberto GarciaQuorum
1871ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1872ecdda9e0SAlberto GarciaS: Supported
1873ecdda9e0SAlberto GarciaF: block/quorum.c
1874ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1875e7c6e631SStefan Hajnoczi
1876e7c6e631SStefan Hajnocziblkverify
1877e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1878e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1879e7c6e631SStefan HajnocziS: Supported
1880e7c6e631SStefan HajnocziF: block/blkverify.c
1881e7c6e631SStefan Hajnoczi
1882e7c6e631SStefan Hajnoczibochs
1883e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1884e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1885e7c6e631SStefan HajnocziS: Supported
1886e7c6e631SStefan HajnocziF: block/bochs.c
1887e7c6e631SStefan Hajnoczi
1888e7c6e631SStefan Hajnoczicloop
1889e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1890e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1891e7c6e631SStefan HajnocziS: Supported
1892e7c6e631SStefan HajnocziF: block/cloop.c
1893e7c6e631SStefan Hajnoczi
1894e7c6e631SStefan Hajnoczidmg
1895e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1896e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1897e7c6e631SStefan HajnocziS: Supported
1898e7c6e631SStefan HajnocziF: block/dmg.c
1899e7c6e631SStefan Hajnoczi
1900e7c6e631SStefan Hajnocziparallels
1901e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1902f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1903e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1904e7c6e631SStefan HajnocziS: Supported
1905e7c6e631SStefan HajnocziF: block/parallels.c
19065746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1907e7c6e631SStefan Hajnoczi
1908e7c6e631SStefan Hajnocziqed
1909e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1910e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1911e7c6e631SStefan HajnocziS: Supported
1912e7c6e631SStefan HajnocziF: block/qed.c
1913e7c6e631SStefan Hajnoczi
1914e7c6e631SStefan Hajnocziraw
1915e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1916e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1917e7c6e631SStefan HajnocziS: Supported
1918e7c6e631SStefan HajnocziF: block/linux-aio.c
1919f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
19202e6fc7ebSEric BlakeF: block/raw-format.c
1921c1bb86cdSEric BlakeF: block/file-posix.c
1922c1bb86cdSEric BlakeF: block/file-win32.c
1923e7c6e631SStefan HajnocziF: block/win32-aio.c
1924e7c6e631SStefan Hajnoczi
1925e7c6e631SStefan Hajnocziqcow2
1926e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1927c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1928e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1929e7c6e631SStefan HajnocziS: Supported
1930e7c6e631SStefan HajnocziF: block/qcow2*
1931b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1932e7c6e631SStefan Hajnoczi
1933e7c6e631SStefan Hajnocziqcow
1934e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1935e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1936e7c6e631SStefan HajnocziS: Supported
1937e7c6e631SStefan HajnocziF: block/qcow.c
1938e7c6e631SStefan Hajnoczi
1939e7c6e631SStefan Hajnocziblkdebug
1940e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1941c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1942e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1943e7c6e631SStefan HajnocziS: Supported
1944e7c6e631SStefan HajnocziF: block/blkdebug.c
1945e7c6e631SStefan Hajnoczi
1946e7c6e631SStefan Hajnoczivpc
1947e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1948e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1949e7c6e631SStefan HajnocziS: Supported
1950e7c6e631SStefan HajnocziF: block/vpc.c
1951e7c6e631SStefan Hajnoczi
1952e7c6e631SStefan Hajnoczivvfat
1953e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1954e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1955e7c6e631SStefan HajnocziS: Supported
1956e7c6e631SStefan HajnocziF: block/vvfat.c
1957abfe4e94SStefan Hajnoczi
1958abfe4e94SStefan HajnocziImage format fuzzer
1959abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1960abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1961abfe4e94SStefan HajnocziS: Supported
1962abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1963717171bdSDaniel P. Berrange
1964049105a3SChanglong XieReplication
1965205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
19663ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1967049105a3SChanglong XieS: Supported
1968049105a3SChanglong XieF: replication*
1969049105a3SChanglong XieF: block/replication.c
1970049105a3SChanglong XieF: tests/test-replication.c
1971049105a3SChanglong XieF: docs/block-replication.txt
1972049105a3SChanglong Xie
1973b9e02c06SAlex BennéeBuild and test automation
1974b9e02c06SAlex Bennée-------------------------
19750475a03eSEduardo HabkostBuild and test automation
1976b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1977e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
197832b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1979b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1980e70dc7f8SAlex BennéeS: Maintained
1981b9e02c06SAlex BennéeF: .travis.yml
1982d92d886aSAlex BennéeF: .shippable.yml
1983e70dc7f8SAlex BennéeF: tests/docker/
198418023821SFam ZhengF: tests/vm/
1985e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
19862a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1987e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1988717171bdSDaniel P. Berrange
1989717171bdSDaniel P. BerrangeDocumentation
1990717171bdSDaniel P. Berrange-------------
1991717171bdSDaniel P. BerrangeBuild system architecture
1992717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1993717171bdSDaniel P. BerrangeS: Odd Fixes
1994c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
19958a49e97fSFam Zheng
1996aef45d51SDaniel P. BerrangeBuild System
1997aef45d51SDaniel P. Berrange------------
1998aef45d51SDaniel P. BerrangeGIT submodules
1999aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2000aef45d51SDaniel P. BerrangeS: Odd Fixes
2001aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2002