xref: /openbmc/qemu/MAINTAINERS (revision 74b4c74d)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fdf6fab4SPaul E. McKenney	R: Designated reviewer: FullName <address@domain>
16fdf6fab4SPaul E. McKenney	   These reviewers should be CCed on patches.
17fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
18fd5d5c56SAnthony Liguori	W: Web-page with status/info
19fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
20fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21fd5d5c56SAnthony Liguori	S: Status, one of the following:
22fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
23fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
24fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
25c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
26fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
27fd5d5c56SAnthony Liguori			role as you write your new code].
28fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
29fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
30fd5d5c56SAnthony Liguori			should be using that.
31fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
32fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
33fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
34fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
35fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
36fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
37fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
38fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
39fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
40fd5d5c56SAnthony Liguori	   F:	net/
41fd5d5c56SAnthony Liguori	   X:	net/ipv6/
42fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
43fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
44fd5d5c56SAnthony Liguori	   patch or file.  For instance:
45fd5d5c56SAnthony Liguori	   K: of_get_profile
46fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
47fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
48fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
49fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
50fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
51b6f97c14Sbellard
52b6f97c14Sbellard
53fd5d5c56SAnthony LiguoriGeneral Project Administration
54fd5d5c56SAnthony Liguori------------------------------
55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
56fd5d5c56SAnthony Liguori
57c9a19d5bSStephen WarrenAll patches CC here
58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
59c9a19d5bSStephen WarrenF: *
60c9a19d5bSStephen WarrenF: */
61c9a19d5bSStephen Warren
6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6362622c11SMichael S. Tsirkin------------------------------
6462622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess
6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6662622c11SMichael S. TsirkinL: secalert@redhat.com
6762622c11SMichael S. Tsirkin
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent Vivier---------------
70936c2230SLaurent VivierTrivial patches
71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
73936c2230SLaurent VivierS: Maintained
74936c2230SLaurent VivierL: qemu-trivial@nongnu.org
75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
78936c2230SLaurent Vivier
79fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
80fd5d5c56SAnthony Liguori----------------------
81486bbe5fSPaolo BonziniOverall
825dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
832b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
842b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
862b1641d0SPaolo BonziniS: Maintained
872b1641d0SPaolo BonziniF: cpus.c
882b1641d0SPaolo BonziniF: exec.c
89c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
902b1641d0SPaolo BonziniF: include/exec/cpu*.h
912b1641d0SPaolo BonziniF: include/exec/exec-all.h
92486bbe5fSPaolo BonziniF: include/exec/helper*.h
932b1641d0SPaolo BonziniF: include/exec/tb-hash.h
94460423d3SThomas HuthF: include/sysemu/cpus.h
95486bbe5fSPaolo Bonzini
961badb586SPeter MaydellFPU emulation
971badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
981badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
991badb586SPeter MaydellS: Odd Fixes
1001badb586SPeter MaydellF: fpu/
1011badb586SPeter MaydellF: include/fpu/
1021badb586SPeter Maydell
103b6f97c14SbellardAlpha
1048d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1058d6df264SRichard HendersonS: Maintained
106fcf5ef2aSThomas HuthF: target/alpha/
1078d8b636dSPaolo BonziniF: hw/alpha/
108c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
109c17652eeSPaolo BonziniF: disas/alpha.c
110fd5d5c56SAnthony Liguori
111fd5d5c56SAnthony LiguoriARM
1121ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
113b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
114fd5d5c56SAnthony LiguoriS: Maintained
115fcf5ef2aSThomas HuthF: target/arm/
1168d8b636dSPaolo BonziniF: hw/arm/
1178d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
118f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
119c17652eeSPaolo BonziniF: disas/arm.c
120c17652eeSPaolo BonziniF: disas/arm-a64.cc
121c17652eeSPaolo BonziniF: disas/libvixl/
122fd5d5c56SAnthony Liguori
123fd5d5c56SAnthony LiguoriCRIS
124fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125fd5d5c56SAnthony LiguoriS: Maintained
126fcf5ef2aSThomas HuthF: target/cris/
1278d8b636dSPaolo BonziniF: hw/cris/
128c9b90090SThomas HuthF: include/hw/cris/
129c0bd0b50SPaolo BonziniF: tests/tcg/cris/
130c17652eeSPaolo BonziniF: disas/cris.c
131fd5d5c56SAnthony Liguori
13261766fe9SRichard HendersonHPPA (PA-RISC)
13361766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13461766fe9SRichard HendersonS: Maintained
13561766fe9SRichard HendersonF: target/hppa/
13661766fe9SRichard HendersonF: disas/hppa.c
13761766fe9SRichard Henderson
13807bf23a7SMichael WalleLM32
13907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14007bf23a7SMichael WalleS: Maintained
141fcf5ef2aSThomas HuthF: target/lm32/
1424eab7a0aSMichael WalleF: disas/lm32.c
1438d8b636dSPaolo BonziniF: hw/lm32/
1444eab7a0aSMichael WalleF: hw/*/lm32_*
1454eab7a0aSMichael WalleF: hw/*/milkymist-*
1464eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1474eab7a0aSMichael WalleF: include/hw/lm32/
148c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
14907bf23a7SMichael Walle
150fd5d5c56SAnthony LiguoriM68K
151595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
152595a926dSLaurent VivierS: Maintained
153fcf5ef2aSThomas HuthF: target/m68k/
154e9a56114SThomas HuthF: disas/m68k.c
155fd5d5c56SAnthony Liguori
156abc07545SEdgar E. IglesiasMicroBlaze
157fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158fd5d5c56SAnthony LiguoriS: Maintained
159fcf5ef2aSThomas HuthF: target/microblaze/
1608d8b636dSPaolo BonziniF: hw/microblaze/
161c17652eeSPaolo BonziniF: disas/microblaze.c
162fd5d5c56SAnthony Liguori
163fd5d5c56SAnthony LiguoriMIPS
164ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
16578851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1666f640917SLeon AlraeS: Maintained
167fcf5ef2aSThomas HuthF: target/mips/
1688d8b636dSPaolo BonziniF: hw/mips/
1695995db88SThomas HuthF: hw/misc/mips_*
1705995db88SThomas HuthF: hw/intc/mips_gic.c
1715995db88SThomas HuthF: hw/timer/mips_gictimer.c
1725995db88SThomas HuthF: include/hw/mips/
1735995db88SThomas HuthF: include/hw/misc/mips_*
1745995db88SThomas HuthF: include/hw/intc/mips_gic.h
1755995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
176c0bd0b50SPaolo BonziniF: tests/tcg/mips/
177c17652eeSPaolo BonziniF: disas/mips.c
178fd5d5c56SAnthony Liguori
179d15a9c23SAnthony GreenMoxie
180d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
181d15a9c23SAnthony GreenS: Maintained
182fcf5ef2aSThomas HuthF: target/moxie/
183c17652eeSPaolo BonziniF: disas/moxie.c
184a3ccdfb5SThomas HuthF: hw/moxie/
185a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
186d15a9c23SAnthony Green
187e671711cSMarek VasutNiosII
188e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
189e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
190e671711cSMarek VasutS: Maintained
191e671711cSMarek VasutF: target/nios2/
192e671711cSMarek VasutF: hw/nios2/
193e671711cSMarek VasutF: disas/nios2.c
194e671711cSMarek Vasut
195945dad6dSJia LiuOpenRISC
1961d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
1971d7cf18dSStafford HorneS: Odd Fixes
198fcf5ef2aSThomas HuthF: target/openrisc/
199945dad6dSJia LiuF: hw/openrisc/
200c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
201945dad6dSJia Liu
202fd5d5c56SAnthony LiguoriPowerPC
203b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
204fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
205a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
206fd5d5c56SAnthony LiguoriS: Maintained
207fcf5ef2aSThomas HuthF: target/ppc/
2088d8b636dSPaolo BonziniF: hw/ppc/
209b5d55020SThomas HuthF: include/hw/ppc/
210c17652eeSPaolo BonziniF: disas/ppc.c
211fd5d5c56SAnthony Liguori
212749717a0SAlexander GrafS390
2132b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
214fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
215fd5d5c56SAnthony LiguoriS: Maintained
216fcf5ef2aSThomas HuthF: target/s390x/
2178d8b636dSPaolo BonziniF: hw/s390x/
218c17652eeSPaolo BonziniF: disas/s390.c
219b6f97c14Sbellard
220fd5d5c56SAnthony LiguoriSH4
221ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2222c9b7d1aSAndreas FärberS: Odd Fixes
223fcf5ef2aSThomas HuthF: target/sh4/
2248d8b636dSPaolo BonziniF: hw/sh4/
225c17652eeSPaolo BonziniF: disas/sh4.c
2268a90f900SThomas HuthF: include/hw/sh4/
227fd5d5c56SAnthony Liguori
228fd5d5c56SAnthony LiguoriSPARC
229f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2302c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
231fd5d5c56SAnthony LiguoriS: Maintained
232fcf5ef2aSThomas HuthF: target/sparc/
2338d8b636dSPaolo BonziniF: hw/sparc/
2348d8b636dSPaolo BonziniF: hw/sparc64/
235c17652eeSPaolo BonziniF: disas/sparc.c
236fd5d5c56SAnthony Liguori
237a6ea7b4cSAndreas FärberUniCore32
238a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
239a6ea7b4cSAndreas FärberS: Maintained
240fcf5ef2aSThomas HuthF: target/unicore32/
2418d8b636dSPaolo BonziniF: hw/unicore32/
24247b98d59SThomas HuthF: include/hw/unicore32/
243a6ea7b4cSAndreas Färber
244fd5d5c56SAnthony LiguoriX86
245d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
246d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
247e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
248b203a4baSEduardo HabkostS: Maintained
249fcf5ef2aSThomas HuthF: target/i386/
2508d8b636dSPaolo BonziniF: hw/i386/
251c17652eeSPaolo BonziniF: disas/i386.c
252e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
253fd5d5c56SAnthony Liguori
25416e7caaeSMax FilippovXtensa
25516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
256375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25716e7caaeSMax FilippovS: Maintained
258fcf5ef2aSThomas HuthF: target/xtensa/
2598d8b636dSPaolo BonziniF: hw/xtensa/
260c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
26116e7caaeSMax Filippov
26248e06fe0SBastian KoppelmannTriCore
26348e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26448e06fe0SBastian KoppelmannS: Maintained
265fcf5ef2aSThomas HuthF: target/tricore/
26648e06fe0SBastian KoppelmannF: hw/tricore/
267d46d14e6SThomas HuthF: include/hw/tricore/
26848e06fe0SBastian Koppelmann
269fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
270fd5d5c56SAnthony Liguori----------------------
271fd5d5c56SAnthony Liguori
272fd5d5c56SAnthony LiguoriOverall
273c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
274fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
275fd5d5c56SAnthony LiguoriS: Supported
276fd5d5c56SAnthony LiguoriF: */kvm.*
2771962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
278a95e9a48SThomas HuthF: include/sysemu/kvm*.h
279fd5d5c56SAnthony Liguori
280ed4659d1SPeter MaydellARM
281ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
282b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
283ed4659d1SPeter MaydellS: Maintained
284fcf5ef2aSThomas HuthF: target/arm/kvm.c
285ed4659d1SPeter Maydell
286a31896c4SJames HoganMIPS
287a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
288a31896c4SJames HoganS: Maintained
289fcf5ef2aSThomas HuthF: target/mips/kvm.c
290a31896c4SJames Hogan
291fd5d5c56SAnthony LiguoriPPC
292fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
293fd5d5c56SAnthony LiguoriS: Maintained
294fcf5ef2aSThomas HuthF: target/ppc/kvm.c
295fd5d5c56SAnthony Liguori
296fd5d5c56SAnthony LiguoriS390
297b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
298c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
299fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
300fd5d5c56SAnthony LiguoriS: Maintained
301fcf5ef2aSThomas HuthF: target/s390x/kvm.c
302040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
303040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
304fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
305fcf5ef2aSThomas HuthF: target/s390x/machine.c
306*74b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3074277af19SCornelia HuckF: hw/intc/s390_flic.c
3084277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3094277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
310c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3113e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3123e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
313fd5d5c56SAnthony Liguori
314fd5d5c56SAnthony LiguoriX86
315d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
316fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
317fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
318fd5d5c56SAnthony LiguoriS: Supported
319fcf5ef2aSThomas HuthF: target/i386/kvm.c
320fd5d5c56SAnthony Liguori
3218a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3228a6b0cd7SStefano Stabellini----------------------
3238a6b0cd7SStefano Stabellini
3248a6b0cd7SStefano StabelliniX86
3253623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3263623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3276d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3288a6b0cd7SStefano StabelliniS: Supported
3298a6b0cd7SStefano StabelliniF: */xen*
330d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
331c92451c2SPaolo BonziniF: hw/char/xen_console.c
332c92451c2SPaolo BonziniF: hw/display/xenfb.c
333c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3349027ac50SStefano StabelliniF: hw/block/xen_*
335c92451c2SPaolo BonziniF: hw/xen/
336c92451c2SPaolo BonziniF: hw/xenpv/
3379027ac50SStefano StabelliniF: hw/i386/xen/
338c92451c2SPaolo BonziniF: include/hw/xen/
3399027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3408a6b0cd7SStefano Stabellini
3411bdd6874SStefan WeilHosts:
3421bdd6874SStefan Weil------
3431bdd6874SStefan Weil
3441bdd6874SStefan WeilLINUX
3451bdd6874SStefan WeilL: qemu-devel@nongnu.org
3461bdd6874SStefan WeilS: Maintained
3471bdd6874SStefan WeilF: linux-*
3481bdd6874SStefan WeilF: linux-headers/
3491bdd6874SStefan Weil
3501bdd6874SStefan WeilPOSIX
3511bdd6874SStefan WeilL: qemu-devel@nongnu.org
3521bdd6874SStefan WeilS: Maintained
3531bdd6874SStefan WeilF: *posix*
3541bdd6874SStefan Weil
3553c2bdbc1SKamil RytarowskiNETBSD
3563c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3573c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3583c2bdbc1SKamil RytarowskiS: Maintained
3591b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3603c2bdbc1SKamil Rytarowski
3611bdd6874SStefan WeilW32, W64
3621bdd6874SStefan WeilL: qemu-devel@nongnu.org
3631bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3641bdd6874SStefan WeilS: Maintained
3651bdd6874SStefan WeilF: *win32*
36603972660SThomas HuthF: */*win32*
36703972660SThomas HuthF: include/*/*win32*
36803972660SThomas HuthX: qga/*win32*
369885bdc95SStefan WeilF: qemu.nsi
3701bdd6874SStefan Weil
371fd5d5c56SAnthony LiguoriARM Machines
372fd5d5c56SAnthony Liguori------------
37384291fe7SliguangAllwinner-a10
37485b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
375b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37684291fe7SliguangS: Maintained
37785b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37885b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37984291fe7SliguangF: hw/arm/cubieboard.c
38084291fe7Sliguang
381e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
38206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
383b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38406271000SPaolo BonziniS: Maintained
38506271000SPaolo BonziniF: hw/char/pl011.c
386c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
38706271000SPaolo BonziniF: hw/display/pl110*
38806271000SPaolo BonziniF: hw/dma/pl080.c
38906271000SPaolo BonziniF: hw/dma/pl330.c
39006271000SPaolo BonziniF: hw/gpio/pl061.c
39106271000SPaolo BonziniF: hw/input/pl050.c
39206271000SPaolo BonziniF: hw/intc/pl190.c
39306271000SPaolo BonziniF: hw/sd/pl181.c
39406271000SPaolo BonziniF: hw/timer/pl031.c
39506271000SPaolo BonziniF: include/hw/arm/primecell.h
396e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
397e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
398e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
399e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
40006271000SPaolo Bonzini
40106271000SPaolo BonziniARM cores
40206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
403b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40406271000SPaolo BonziniS: Maintained
40506271000SPaolo BonziniF: hw/intc/arm*
40606271000SPaolo BonziniF: hw/intc/gic_internal.h
40706271000SPaolo BonziniF: hw/misc/a9scu.c
40806271000SPaolo BonziniF: hw/misc/arm11scu.c
40906271000SPaolo BonziniF: hw/timer/a9gtimer*
410c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
411c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
41206271000SPaolo BonziniF: include/hw/intc/arm*
41306271000SPaolo BonziniF: include/hw/misc/a9scu.h
41406271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41506271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
41606271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
417c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
418c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
41906271000SPaolo Bonzini
420fc63dcffSEvgeny VoevodinExynos
421f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
422b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
423fc63dcffSEvgeny VoevodinS: Maintained
4248d8b636dSPaolo BonziniF: hw/*/exynos*
425ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
426fc63dcffSEvgeny Voevodin
427766fd09fSMark LangsdorfCalxeda Highbank
4289ef137caSRob HerringM: Rob Herring <robh@kernel.org>
429b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4309ef137caSRob HerringS: Maintained
4318d8b636dSPaolo BonziniF: hw/arm/highbank.c
4328d8b636dSPaolo BonziniF: hw/net/xgmac.c
433766fd09fSMark Langsdorf
4349082f121SAntony PavlovCanon DIGIC
4359082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
436b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4379082f121SAntony PavlovS: Maintained
4389082f121SAntony PavlovF: include/hw/arm/digic.h
4399082f121SAntony PavlovF: hw/*/digic*
4409082f121SAntony Pavlov
441fd5d5c56SAnthony LiguoriGumstix
4425dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
443b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
444fd5d5c56SAnthony LiguoriS: Orphan
4458d8b636dSPaolo BonziniF: hw/arm/gumstix.c
446fd5d5c56SAnthony Liguori
4470325559dSPeter Chubbi.MX31
4480325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
449b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4500325559dSPeter ChubbS: Odd fixes
4518d8b636dSPaolo BonziniF: hw/*/imx*
452f7e242d6SThomas HuthF: include/hw/*/imx*
4538d8b636dSPaolo BonziniF: hw/arm/kzm.c
454ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4550325559dSPeter Chubb
456fd5d5c56SAnthony LiguoriIntegrator CP
4571ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
458b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
459fd5d5c56SAnthony LiguoriS: Maintained
4608d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
461f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
462fd5d5c56SAnthony Liguori
463e5a6a6e6SPeter MaydellMPS2
464e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
465e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
466e5a6a6e6SPeter MaydellS: Maintained
467e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
468e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
469e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
470e5a6a6e6SPeter Maydell
471fd5d5c56SAnthony LiguoriMusicpal
472fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
473b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
474fd5d5c56SAnthony LiguoriS: Maintained
4758d8b636dSPaolo BonziniF: hw/arm/musicpal.c
476fd5d5c56SAnthony Liguori
477fd5d5c56SAnthony LiguorinSeries
478fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
479b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
480fd5d5c56SAnthony LiguoriS: Maintained
4818d8b636dSPaolo BonziniF: hw/arm/nseries.c
482fd5d5c56SAnthony Liguori
483fd5d5c56SAnthony LiguoriPalm
484fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
485b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
486fd5d5c56SAnthony LiguoriS: Maintained
4878d8b636dSPaolo BonziniF: hw/arm/palm.c
488fd5d5c56SAnthony Liguori
489fd5d5c56SAnthony LiguoriReal View
4901ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
491b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
492fd5d5c56SAnthony LiguoriS: Maintained
4938d8b636dSPaolo BonziniF: hw/arm/realview*
494f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4955ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4965ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
497fd5d5c56SAnthony Liguori
4989b31bff0SPaolo BonziniPXA2XX
499fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
500b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
501fd5d5c56SAnthony LiguoriS: Maintained
5029b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5038d8b636dSPaolo BonziniF: hw/arm/spitz.c
5049b31bff0SPaolo BonziniF: hw/arm/tosa.c
5059b31bff0SPaolo BonziniF: hw/arm/z2.c
5069b31bff0SPaolo BonziniF: hw/*/pxa2xx*
507f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
508ed0db866SThomas HuthF: include/hw/arm/pxa.h
509fd5d5c56SAnthony Liguori
510fd5d5c56SAnthony LiguoriStellaris
5111ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
513fd5d5c56SAnthony LiguoriS: Maintained
5148d8b636dSPaolo BonziniF: hw/*/stellaris*
515fd5d5c56SAnthony Liguori
516fd5d5c56SAnthony LiguoriVersatile PB
5171ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
518b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
519fd5d5c56SAnthony LiguoriS: Maintained
5208d8b636dSPaolo BonziniF: hw/*/versatile*
521c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
522fd5d5c56SAnthony Liguori
523e3260506SPeter A. G. CrosthwaiteXilinx Zynq
524cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5254b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
526b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
527e3260506SPeter A. G. CrosthwaiteS: Maintained
528cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5298d8b636dSPaolo BonziniF: hw/*/cadence_*
530f7e242d6SThomas HuthF: hw/misc/zynq*
531f7e242d6SThomas HuthF: include/hw/misc/zynq*
532cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
533e3260506SPeter A. G. Crosthwaite
534137805f5SAlistair FrancisXilinx ZynqMP
535137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
536cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
537b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
538137805f5SAlistair FrancisS: Maintained
539cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
540f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
541137805f5SAlistair Francis
5428f4d260eSShannon ZhaoARM ACPI Subsystem
5438f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5448f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
545b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5468f4d260eSShannon ZhaoS: Maintained
5478f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5488f4d260eSShannon Zhao
549a1f8193bSAlistair FrancisSTM32F205
550a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
551a1f8193bSAlistair FrancisS: Maintained
552a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
553a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
554a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
555a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
556a1f8193bSAlistair FrancisF: hw/adc/*
557a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
5580e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
559a1f8193bSAlistair Francis
560a1f8193bSAlistair FrancisNetduino 2
561a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
562a1f8193bSAlistair FrancisS: Maintained
563a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
564a1f8193bSAlistair Francis
565fd5d5c56SAnthony LiguoriCRIS Machines
566fd5d5c56SAnthony Liguori-------------
567fd5d5c56SAnthony LiguoriAxis Dev88
568fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
569fd5d5c56SAnthony LiguoriS: Maintained
5708d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5716e481d57SPeter MaydellF: hw/*/etraxfs_*.c
572fd5d5c56SAnthony Liguori
57307bf23a7SMichael WalleLM32 Machines
57407bf23a7SMichael Walle-------------
57507bf23a7SMichael WalleEVR32 and uclinux BSP
57607bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
57707bf23a7SMichael WalleS: Maintained
5788d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
57907bf23a7SMichael Walle
580d118aa6bSMichael Wallemilkymist
581d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
582d118aa6bSMichael WalleS: Maintained
5838d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
584d118aa6bSMichael Walle
585afcacd53SAurelien JarnoM68K Machines
586fd5d5c56SAnthony Liguori-------------
587fd5d5c56SAnthony Liguorian5206
5885baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5895baf2741SThomas HuthS: Odd Fixes
5908d8b636dSPaolo BonziniF: hw/m68k/an5206.c
591e9a56114SThomas HuthF: hw/m68k/mcf5206.c
592fd5d5c56SAnthony Liguori
593fd5d5c56SAnthony Liguorimcf5208
5945baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5955baf2741SThomas HuthS: Odd Fixes
5968d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
597e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
598e9a56114SThomas HuthF: hw/char/mcf_uart.c
599e9a56114SThomas HuthF: hw/net/mcf_fec.c
6005baf2741SThomas HuthF: include/hw/m68k/mcf*.h
601fd5d5c56SAnthony Liguori
602fd5d5c56SAnthony LiguoriMicroBlaze Machines
603b6f97c14Sbellard-------------------
604fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
605fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
606fd5d5c56SAnthony LiguoriS: Maintained
6076e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
608b6f97c14Sbellard
609d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6104b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
611d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6128d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
613d36e8ce7SPeter A. G. Crosthwaite
614fd5d5c56SAnthony LiguoriMIPS Machines
615fd5d5c56SAnthony Liguori-------------
616fd5d5c56SAnthony LiguoriJazz
617fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
618fd5d5c56SAnthony LiguoriS: Maintained
6198d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
620fd5d5c56SAnthony Liguori
621fd5d5c56SAnthony LiguoriMalta
622fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
623fd5d5c56SAnthony LiguoriS: Maintained
6248d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
625fd5d5c56SAnthony Liguori
626fd5d5c56SAnthony LiguoriMipssim
627659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
628659f42d8SYongbok KimS: Odd Fixes
6298d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
630659f42d8SYongbok KimF: hw/net/mipsnet.c
631fd5d5c56SAnthony Liguori
632fd5d5c56SAnthony LiguoriR4000
633fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
634fd5d5c56SAnthony LiguoriS: Maintained
6358d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
636fd5d5c56SAnthony Liguori
637659f42d8SYongbok KimFulong 2E
638659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
639659f42d8SYongbok KimS: Odd Fixes
640659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
641659f42d8SYongbok Kim
642659f42d8SYongbok KimBoston
643659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
644659f42d8SYongbok KimS: Maintained
645659f42d8SYongbok KimF: hw/core/loader-fit.c
646659f42d8SYongbok KimF: hw/mips/boston.c
647659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
648659f42d8SYongbok Kim
649945dad6dSJia LiuOpenRISC Machines
650945dad6dSJia Liu-----------------
651945dad6dSJia Liuor1k-sim
652945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
653945dad6dSJia LiuS: Maintained
654945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
655945dad6dSJia Liu
656fd5d5c56SAnthony LiguoriPowerPC Machines
657fd5d5c56SAnthony Liguori----------------
658fd5d5c56SAnthony Liguori405
659fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
660a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6619b9fe135SAndreas FärberS: Odd Fixes
6628d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
663fd5d5c56SAnthony Liguori
664aaade8d7SAndreas FärberBamboo
665aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
666aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
667aaade8d7SAndreas FärberS: Odd Fixes
6688d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
669aaade8d7SAndreas Färber
67098cded3aSAndreas Färbere500
67198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
67298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
67398cded3aSAndreas FärberS: Supported
67498cded3aSAndreas FärberF: hw/ppc/e500.[hc]
67598cded3aSAndreas FärberF: hw/ppc/e500plat.c
676b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
677b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
678b5d55020SThomas HuthF: pc-bios/u-boot.e500
67998cded3aSAndreas Färber
68098cded3aSAndreas Färbermpc8544ds
68198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
68298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
68398cded3aSAndreas FärberS: Supported
68498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6858d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
68698cded3aSAndreas Färber
687fd5d5c56SAnthony LiguoriNew World
688fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
689a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
690fd5d5c56SAnthony LiguoriS: Maintained
691baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6926e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6936e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6948d8b636dSPaolo BonziniF: hw/misc/macio/
695b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
696b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
697fd5d5c56SAnthony Liguori
698fd5d5c56SAnthony LiguoriOld World
699fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
700a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
701fd5d5c56SAnthony LiguoriS: Maintained
702baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7036e481d57SPeter MaydellF: hw/pci-host/grackle.c
7048d8b636dSPaolo BonziniF: hw/misc/macio/
705835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
706fd5d5c56SAnthony Liguori
707ec38d398SAndreas FärberPReP
7088178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7099f38774dSAndreas FärberL: qemu-devel@nongnu.org
710a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7118178e89cSHervé PoussineauS: Maintained
71275610155SAndreas FärberF: hw/ppc/prep.c
7138178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7148178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7156e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7168d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
717835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
718fd5d5c56SAnthony Liguori
719300b115cSAndreas FärbersPAPR
720085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7218a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7228a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7238a269ca4SAndreas FärberS: Supported
7248d8b636dSPaolo BonziniF: hw/*/spapr*
725f9de2da7SDavid GibsonF: include/hw/*/spapr*
726f9de2da7SDavid GibsonF: hw/*/xics*
727f9de2da7SDavid GibsonF: include/hw/*/xics*
728f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
729b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
730b5d55020SThomas HuthF: pc-bios/slof.bin
731bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
732b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
733b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
734a70ab357SGreg KurzF: tests/spapr*
735a70ab357SGreg KurzF: tests/libqos/*spapr*
736a70ab357SGreg KurzF: tests/rtas*
737a70ab357SGreg KurzF: tests/libqos/rtas*
7388a269ca4SAndreas Färber
739794d00bfSAndreas Färbervirtex_ml507
740794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
741794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
742794d00bfSAndreas FärberS: Odd Fixes
7436e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
744794d00bfSAndreas Färber
745fd5d5c56SAnthony LiguoriSH4 Machines
746fd5d5c56SAnthony Liguori------------
747fd5d5c56SAnthony LiguoriR2D
748fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
749fd5d5c56SAnthony LiguoriS: Maintained
7506e481d57SPeter MaydellF: hw/sh4/r2d.c
75181527b94SThomas HuthF: hw/intc/sh_intc.c
75281527b94SThomas HuthF: hw/timer/sh_timer.c
753fd5d5c56SAnthony Liguori
754fd5d5c56SAnthony LiguoriShix
755fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
75681527b94SThomas HuthS: Odd Fixes
7576e481d57SPeter MaydellF: hw/sh4/shix.c
758fd5d5c56SAnthony Liguori
759fd5d5c56SAnthony LiguoriSPARC Machines
760fd5d5c56SAnthony Liguori--------------
761fd5d5c56SAnthony LiguoriSun4m
762f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
763fd5d5c56SAnthony LiguoriS: Maintained
7648d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
765c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
766c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7677098b79eSThomas HuthF: hw/misc/eccmemctl.c
7687098b79eSThomas HuthF: hw/misc/slavio_misc.c
769c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
770c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
771c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
772fd5d5c56SAnthony Liguori
773fd5d5c56SAnthony LiguoriSun4u
774f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
775fd5d5c56SAnthony LiguoriS: Maintained
7768d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
777c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
778fd5d5c56SAnthony Liguori
779a2664ca0SArtyom TarasenkoSun4v
780a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
781a2664ca0SArtyom TarasenkoS: Maintained
782626e4a4bSFam ZhengF: hw/sparc64/niagara.c
783a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
784a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
785a2664ca0SArtyom Tarasenko
786ce6c760cSFabien ChouteauLeon3
787ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
788ce6c760cSFabien ChouteauS: Maintained
7898d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7908d8b636dSPaolo BonziniF: hw/*/grlib*
791c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
792ce6c760cSFabien Chouteau
793fd5d5c56SAnthony LiguoriS390 Machines
794fd5d5c56SAnthony Liguori-------------
795dd4ad64aSCornelia HuckS390 Virtio-ccw
796c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
797b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
798dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
799dd4ad64aSCornelia HuckS: Supported
8000c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8019d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
802c5bfb202SCornelia HuckF: hw/s390x/
8034277af19SCornelia HuckF: include/hw/s390x/
8044277af19SCornelia HuckF: pc-bios/s390-ccw/
805c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8061e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8071e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
8081e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8093e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8103e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
811dd4ad64aSCornelia Huck
812ab9528caSGuan XuetaoUniCore32 Machines
813ab9528caSGuan Xuetao-------------
814ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
815ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
816ab9528caSGuan XuetaoS: Maintained
8178d8b636dSPaolo BonziniF: hw/*/puv3*
818ab9528caSGuan XuetaoF: hw/unicore32/
819ab9528caSGuan Xuetao
820fd5d5c56SAnthony LiguoriX86 Machines
821fd5d5c56SAnthony Liguori------------
822fd5d5c56SAnthony LiguoriPC
823046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
824fd5d5c56SAnthony LiguoriS: Supported
825046a6486SMichael S. TsirkinF: include/hw/i386/
826046a6486SMichael S. TsirkinF: hw/i386/
827046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
828046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
829046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
830046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
831046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
832046a6486SMichael S. TsirkinF: hw/isa/piix4.c
833046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
834046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
835046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
836046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
837046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
838f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8399cc3b73cSPaolo BonziniF: hw/misc/sga.c
8409cc3b73cSPaolo Bonzini
8419cc3b73cSPaolo BonziniPC Chipset
8429cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8439cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8449cc3b73cSPaolo BonziniS: Support
8459cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8469cc3b73cSPaolo BonziniF: hw/char/parallel.c
8479cc3b73cSPaolo BonziniF: hw/char/serial*
8489cc3b73cSPaolo BonziniF: hw/dma/i8257*
8499cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8509cc3b73cSPaolo BonziniF: hw/intc/apic*
8519cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8529cc3b73cSPaolo BonziniF: hw/intc/i8259*
8539cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8549cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8559cc3b73cSPaolo BonziniF: hw/timer/hpet*
8569cc3b73cSPaolo BonziniF: hw/timer/i8254*
8579cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
858a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
859a2feb348SThomas HuthF: include/hw/timer/hpet.h
860a2feb348SThomas HuthF: include/hw/timer/i8254*
861a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
862046a6486SMichael S. Tsirkin
8635da4fb00SMichael S. TsirkinMachine core
8645da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8655da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8665da4fb00SMichael S. TsirkinS: Supported
8675da4fb00SMichael S. TsirkinF: hw/core/machine.c
868c1629c5cSThomas HuthF: hw/core/null-machine.c
8695da4fb00SMichael S. TsirkinF: include/hw/boards.h
870e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
871fd5d5c56SAnthony Liguori
87216e7caaeSMax FilippovXtensa Machines
87316e7caaeSMax Filippov---------------
874375847a6SMax Filippovsim
87516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
87616e7caaeSMax FilippovS: Maintained
877437a8c11SMax FilippovF: hw/xtensa/sim.c
878375847a6SMax Filippov
879437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
880375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
881375847a6SMax FilippovS: Maintained
882437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
883437a8c11SMax FilippovF: hw/net/opencores_eth.c
88416e7caaeSMax Filippov
885fd5d5c56SAnthony LiguoriDevices
886fd5d5c56SAnthony Liguori-------
887b30934cbSJiri SlabyEDU
888b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
889b30934cbSJiri SlabyS: Maintained
890b30934cbSJiri SlabyF: hw/misc/edu.c
891b30934cbSJiri Slaby
892fd5d5c56SAnthony LiguoriIDE
893c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
894c095348bSJohn SnowL: qemu-block@nongnu.org
895c095348bSJohn SnowS: Supported
8968d8b636dSPaolo BonziniF: include/hw/ide.h
897c9f7acd5SThomas HuthF: include/hw/ide/
898fd5d5c56SAnthony LiguoriF: hw/ide/
899c095348bSJohn SnowF: hw/block/block.c
900c095348bSJohn SnowF: hw/block/cdrom.c
901c095348bSJohn SnowF: hw/block/hd-geometry.c
902c095348bSJohn SnowF: tests/ide-test.c
903c095348bSJohn SnowF: tests/ahci-test.c
904aee50319SJohn SnowF: tests/libqos/ahci*
905c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
906c095348bSJohn Snow
907c095348bSJohn SnowFloppy
908c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
909c095348bSJohn SnowL: qemu-block@nongnu.org
910c095348bSJohn SnowS: Supported
911c095348bSJohn SnowF: hw/block/fdc.c
912c095348bSJohn SnowF: include/hw/block/fdc.h
913aee50319SJohn SnowF: tests/fdc-test.c
914c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
915fd5d5c56SAnthony Liguori
916f5f487b2SPeter MaydellOMAP
917f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
918f5f487b2SPeter MaydellS: Maintained
9198d8b636dSPaolo BonziniF: hw/*/omap*
920ed0db866SThomas HuthF: include/hw/arm/omap.h
921f5f487b2SPeter Maydell
92228d54e58SPaolo BonziniIPack
92328d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
92428d54e58SPaolo BonziniS: Odd Fixes
92528d54e58SPaolo BonziniF: hw/char/ipoctal232.c
92628d54e58SPaolo BonziniF: hw/ipack/
92728d54e58SPaolo Bonzini
928fd5d5c56SAnthony LiguoriPCI
929fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
930874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
931fd5d5c56SAnthony LiguoriS: Supported
9328d8b636dSPaolo BonziniF: include/hw/pci/*
933f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
934ca818cfbSMichael S. TsirkinF: hw/pci/*
935f178bc6bSPaolo BonziniF: hw/pci-bridge/*
93668179923SPhilippe Mathieu-DaudéF: docs/pci*
93768179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
938534fd814SFam ZhengF: default-configs/pci.mak
9390e0b3592SMichael S. Tsirkin
940d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9410e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9420e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9430e0b3592SMichael S. TsirkinS: Supported
9440e0b3592SMichael S. TsirkinF: include/hw/acpi/*
945d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9460e0b3592SMichael S. TsirkinF: hw/mem/*
9478d8b636dSPaolo BonziniF: hw/acpi/*
948d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9490e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9500e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9513248f1b4SBen WarrenF: tests/bios-tables-test.c
9523248f1b4SBen WarrenF: tests/acpi-utils.[hc]
953fd5d5c56SAnthony Liguori
954aaade8d7SAndreas Färberppc4xx
955aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
956aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
957aaade8d7SAndreas FärberS: Odd Fixes
9588d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
959b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
960aaade8d7SAndreas Färber
96198cded3aSAndreas Färberppce500
96298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
96398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
96498cded3aSAndreas FärberS: Supported
9656e481d57SPeter MaydellF: hw/ppc/e500*
966566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
967566dd236SPaolo BonziniF: hw/net/fsl_etsec/
96898cded3aSAndreas Färber
96961af0ee6SPaolo BonziniCharacter devices
97061af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
97161af0ee6SPaolo BonziniS: Odd Fixes
97261af0ee6SPaolo BonziniF: hw/char/
97361af0ee6SPaolo Bonzini
974f536f112SPaolo BonziniNetwork devices
975f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
976f536f112SPaolo BonziniS: Odd Fixes
977f536f112SPaolo BonziniF: hw/net/
9786bd7776cSGreg KurzF: tests/virtio-net-test.c
979f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
980f536f112SPaolo Bonzini
981fd5d5c56SAnthony LiguoriSCSI
982de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
983de7724f7SPaolo BonziniS: Supported
98474460f34SThomas HuthF: include/hw/scsi/*
9858d8b636dSPaolo BonziniF: hw/scsi/*
9866bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9871ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
988de7724f7SPaolo Bonzini
989fcb5629dSPeter A. G. CrosthwaiteSSI
9904b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
991982d009aSPhilippe Mathieu-DaudéM: Alistair Francis <alistair.francis@xilinx.com>
992fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9938d8b636dSPaolo BonziniF: hw/ssi/*
9948d8b636dSPaolo BonziniF: hw/block/m25p80.c
995982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
9964b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
997982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
9984b46ba61SAlistair Francis
9994b46ba61SAlistair FrancisXilinx SPI
10004b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
10014b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
10024b46ba61SAlistair FrancisS: Maintained
10034b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1004fcb5629dSPeter A. G. Crosthwaite
1005fd5d5c56SAnthony LiguoriUSB
10065d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
10075d0d62feSGerd HoffmannS: Maintained
10088d8b636dSPaolo BonziniF: hw/usb/*
100928edfce0SGongleiF: tests/usb-*-test.c
1010beded0ffSThomas HuthF: docs/usb2.txt
1011beded0ffSThomas HuthF: docs/usb-storage.txt
1012beded0ffSThomas HuthF: include/hw/usb.h
1013beded0ffSThomas HuthF: include/hw/usb/
1014104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1015fd5d5c56SAnthony Liguori
1016e26082fdSPaolo BonziniUSB (serial adapter)
1017e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1018e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1019e26082fdSPaolo BonziniS: Maintained
1020e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1021e26082fdSPaolo Bonzini
102292e1fb5eSAlex WilliamsonVFIO
102392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
102492e1fb5eSAlex WilliamsonS: Supported
1025cf7087dbSKim PhillipsF: hw/vfio/*
102699b88c6dSThomas HuthF: include/hw/vfio/
102792e1fb5eSAlex Williamson
10285eb74557SDong Jia Shivfio-ccw
1029c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10305eb74557SDong Jia ShiS: Supported
10315eb74557SDong Jia ShiF: hw/vfio/ccw.c
10325eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10335eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10345eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
10355eb74557SDong Jia Shi
1036fd5d5c56SAnthony Liguorivhost
1037fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1038fd5d5c56SAnthony LiguoriS: Supported
10398d8b636dSPaolo BonziniF: hw/*/*vhost*
104037f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1041fd5d5c56SAnthony Liguori
1042fd5d5c56SAnthony Liguorivirtio
1043a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1044fd5d5c56SAnthony LiguoriS: Supported
10458d8b636dSPaolo BonziniF: hw/*/virtio*
104672fa605dSThomas HuthF: hw/virtio/Makefile.objs
104772fa605dSThomas HuthF: hw/virtio/trace-events
10486a084ea3SMichael S. TsirkinF: net/vhost-user.c
1049494f7b57SThomas HuthF: include/hw/virtio/
10506bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1051fd5d5c56SAnthony Liguori
1052fd5d5c56SAnthony Liguorivirtio-9p
105323704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10548c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1055fd5d5c56SAnthony LiguoriS: Supported
1056aebeca25SAndreas FärberF: hw/9pfs/
1057aebeca25SAndreas FärberF: fsdev/
10582d888c09SAndreas FärberF: tests/virtio-9p-test.c
10593f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10608c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1061fd5d5c56SAnthony Liguori
1062fd5d5c56SAnthony Liguorivirtio-blk
106354d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1064b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1065fd5d5c56SAnthony LiguoriS: Supported
10668d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1067b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10686bd7776cSGreg KurzF: tests/virtio-blk-test.c
1069b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1070fd5d5c56SAnthony Liguori
1071dd4ad64aSCornelia Huckvirtio-ccw
1072c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1073b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1074dd4ad64aSCornelia HuckS: Supported
1075dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10763e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10773e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1078dd4ad64aSCornelia Huck
1079a5d4d7b5SGerd Hoffmannvirtio-input
1080a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1081a5d4d7b5SGerd HoffmannS: Maintained
1082a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1083a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1084a5d4d7b5SGerd Hoffmann
1085fd5d5c56SAnthony Liguorivirtio-serial
1086cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1087fd5d5c56SAnthony LiguoriS: Supported
10888d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10898d8b636dSPaolo BonziniF: hw/char/virtio-console.c
109068a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10916bd7776cSGreg KurzF: tests/virtio-console-test.c
10926bd7776cSGreg KurzF: tests/virtio-serial-test.c
1093fd5d5c56SAnthony Liguori
10941f51a5cbSAmit Shahvirtio-rng
1095cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10961f51a5cbSAmit ShahS: Supported
10971f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10981f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1099750cf869SThomas HuthF: include/sysemu/rng*.h
11001f51a5cbSAmit ShahF: backends/rng*.c
11016bd7776cSGreg KurzF: tests/virtio-rng-test.c
11021f51a5cbSAmit Shah
11036034011cSGongleivirtio-crypto
11046034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
11056034011cSGongleiS: Supported
11066034011cSGongleiF: hw/virtio/virtio-crypto.c
11076034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
11086034011cSGongleiF: include/hw/virtio/virtio-crypto.h
11096034011cSGonglei
1110f3c507adSKeith Buschnvme
1111f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1112c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1113f3c507adSKeith BuschS: Supported
1114f3c507adSKeith BuschF: hw/block/nvme*
1115fc967791SAndreas FärberF: tests/nvme-test.c
1116f3c507adSKeith Busch
1117d383c625SHannes Reineckemegasas
11183fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1119c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1120d383c625SHannes ReineckeS: Supported
1121d383c625SHannes ReineckeF: hw/scsi/megasas.c
1122d383c625SHannes ReineckeF: hw/scsi/mfi.h
11233fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1124d383c625SHannes Reinecke
1125605d52e6SDmitry FleytmanNetwork packet abstractions
1126605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1127605d52e6SDmitry FleytmanS: Maintained
1128605d52e6SDmitry FleytmanF: include/net/eth.h
1129605d52e6SDmitry FleytmanF: net/eth.c
1130605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1131605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1132605d52e6SDmitry Fleytman
1133622fb504SDmitry FleytmanVmware
1134622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1135622fb504SDmitry FleytmanS: Maintained
1136622fb504SDmitry FleytmanF: hw/net/vmxnet*
1137622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
11385a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1139622fb504SDmitry Fleytman
1140de24d3f1SScott FeldmanRocker
1141de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1142de24d3f1SScott FeldmanS: Maintained
1143de24d3f1SScott FeldmanF: hw/net/rocker/
1144de850948SThomas HuthF: tests/rocker/
1145de850948SThomas HuthF: docs/specs/rocker.txt
1146de24d3f1SScott Feldman
114770d1fb9cSXiao GuangrongNVDIMM
11487a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
114970d1fb9cSXiao GuangrongS: Maintained
115070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
115170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
115270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
115370d1fb9cSXiao Guangrong
1154093454e2SDmitry Fleytmane1000x
1155093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1156093454e2SDmitry FleytmanS: Maintained
1157093454e2SDmitry FleytmanF: hw/net/e1000x*
1158093454e2SDmitry Fleytman
11596f3fbe4eSDmitry Fleytmane1000e
11606f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11616f3fbe4eSDmitry FleytmanS: Maintained
11626f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11636f3fbe4eSDmitry Fleytman
1164e481a1f6SAlistair FrancisGeneric Loader
1165e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1166e481a1f6SAlistair FrancisS: Maintained
1167e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1168e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1169c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1170e481a1f6SAlistair Francis
117187a9023aSThomas HuthCHRP NVRAM
117287a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
117387a9023aSThomas HuthS: Maintained
117487a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
117587a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
117687a9023aSThomas HuthF: tests/prom-env-test.c
117787a9023aSThomas Huth
117842697d88SBen WarrenVM Generation ID
117942697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
118042697d88SBen WarrenS: Maintained
118142697d88SBen WarrenF: hw/acpi/vmgenid.c
118242697d88SBen WarrenF: include/hw/acpi/vmgenid.h
118342697d88SBen WarrenF: docs/specs/vmgenid.txt
118442697d88SBen WarrenF: tests/vmgenid-test.c
118542697d88SBen WarrenF: stubs/vmgenid.c
118642697d88SBen Warren
1187747969dbSPhilippe Mathieu-DaudéUnimplemented device
1188747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1189747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1190747969dbSPhilippe Mathieu-DaudéS: Maintained
1191747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1192747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1193747969dbSPhilippe Mathieu-Daudé
1194fd5d5c56SAnthony LiguoriSubsystems
1195fd5d5c56SAnthony Liguori----------
1196fd5d5c56SAnthony LiguoriAudio
11979f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1198fd5d5c56SAnthony LiguoriS: Maintained
1199fd5d5c56SAnthony LiguoriF: audio/
12008d8b636dSPaolo BonziniF: hw/audio/
1201a2b245aeSThomas HuthF: include/hw/audio/
1202d7b50c0cSAndreas FärberF: tests/ac97-test.c
12038fa74c94SAndreas FärberF: tests/es1370-test.c
1204fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1205fd5d5c56SAnthony Liguori
120617f1e8f5SStefan HajnocziBlock layer core
1207fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1208c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1209c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1210fd5d5c56SAnthony LiguoriS: Supported
1211fd5d5c56SAnthony LiguoriF: block*
1212fd5d5c56SAnthony LiguoriF: block/
12138d8b636dSPaolo BonziniF: hw/block/
12144c346e0bSKevin WolfF: include/block/
121546078760SKevin WolfF: qemu-img*
121646078760SKevin WolfF: qemu-io*
121729242091SKevin WolfF: tests/qemu-iotests/
12188dd30c86SMax ReitzF: util/qemu-progress.c
1219d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1220fd5d5c56SAnthony Liguori
1221d55053b1SStefan HajnocziBlock I/O path
1222d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12239ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1224d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1225d55053b1SStefan HajnocziS: Supported
122636c697bdSPaolo BonziniF: util/async.c
122736c697bdSPaolo BonziniF: util/aio-*.c
1228d55053b1SStefan HajnocziF: block/io.c
1229d55053b1SStefan HajnocziF: migration/block*
1230e1029ae2SFam ZhengF: include/block/aio.h
12310a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1232d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1233d55053b1SStefan Hajnoczi
1234e5b5728cSPaolo BonziniBlock SCSI subsystem
1235e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1236e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1237e5b5728cSPaolo BonziniS: Supported
1238e5b5728cSPaolo BonziniF: include/scsi/*
1239e5b5728cSPaolo BonziniF: scsi/*
1240e5b5728cSPaolo Bonzini
1241280458a3SJeff CodyBlock Jobs
1242280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1243280458a3SJeff CodyL: qemu-block@nongnu.org
1244280458a3SJeff CodyS: Supported
1245280458a3SJeff CodyF: blockjob.c
1246280458a3SJeff CodyF: include/block/blockjob.h
1247280458a3SJeff CodyF: block/backup.c
1248280458a3SJeff CodyF: block/commit.c
124977346025SJeff CodyF: block/stream.c
1250280458a3SJeff CodyF: block/mirror.c
1251280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1252280458a3SJeff Cody
12534120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12544120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12554120201dSMarkus ArmbrusterS: Supported
12564120201dSMarkus ArmbrusterF: blockdev.c
12574120201dSMarkus ArmbrusterF: block/qapi.c
12584120201dSMarkus ArmbrusterF: qapi/block*.json
1259fa988e39SMarkus ArmbrusterF: qapi/transaction.json
12604120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12614120201dSMarkus Armbruster
1262538193bcSJohn SnowDirty Bitmaps
1263538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1264538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1265538193bcSJohn SnowL: qemu-block@nongnu.org
1266538193bcSJohn SnowS: Supported
1267538193bcSJohn SnowF: util/hbitmap.c
1268538193bcSJohn SnowF: block/dirty-bitmap.c
1269538193bcSJohn SnowF: include/qemu/hbitmap.h
1270538193bcSJohn SnowF: include/block/dirty-bitmap.h
1271538193bcSJohn SnowF: tests/test-hbitmap.c
12725746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1273538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1274538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1275538193bcSJohn Snow
127661af0ee6SPaolo BonziniCharacter device backends
1277da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
127855fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1279fd5d5c56SAnthony LiguoriS: Maintained
1280178fe0aeSMarc-André LureauF: chardev/
12818228e353SMarc-André LureauF: include/chardev/
1282dbeee392SMarkus ArmbrusterF: qapi/char.json
1283fd5d5c56SAnthony Liguori
1284e26082fdSPaolo BonziniCharacter Devices (Braille)
1285e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1286e26082fdSPaolo BonziniS: Maintained
12876b10e573SMarc-André LureauF: chardev/baum.c
1288fd5d5c56SAnthony Liguori
1289e94630d3SMarkus ArmbrusterCommand line option argument parsing
1290e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1291e94630d3SMarkus ArmbrusterS: Supported
1292e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1293e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1294e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1295e94630d3SMarkus ArmbrusterF: util/keyval.c
1296e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1297e94630d3SMarkus Armbruster
12988c413e79SMarkus ArmbrusterCoverity model
12998c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13008c413e79SMarkus ArmbrusterS: Supported
13018c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
13028c413e79SMarkus Armbruster
1303f2ca0524SAndreas FärberCPU
130412b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1305f2ca0524SAndreas FärberS: Supported
1306f2ca0524SAndreas FärberF: qom/cpu.c
13076e481d57SPeter MaydellF: include/qom/cpu.h
1308f2ca0524SAndreas Färber
1309d24b569aSPeter A. G. CrosthwaiteDevice Tree
13104b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1311d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1312d24b569aSPeter A. G. CrosthwaiteS: Maintained
131382407515SThomas HuthF: device_tree.c
131482407515SThomas HuthF: include/sysemu/device_tree.h
1315d24b569aSPeter A. G. Crosthwaite
13163505a22bSMarc-André LureauDump
13173505a22bSMarc-André LureauS: Supported
13183505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
13193505a22bSMarc-André LureauF: dump.c
13203505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
13213505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
13223505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
13233505a22bSMarc-André LureauF: include/sysemu/dump.h
13243505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
13253505a22bSMarc-André LureauF: stubs/dump.c
13263505a22bSMarc-André Lureau
13274f966768SMarkus ArmbrusterError reporting
13284f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13294f966768SMarkus ArmbrusterS: Supported
13304f966768SMarkus ArmbrusterF: include/qapi/error.h
13314f966768SMarkus ArmbrusterF: include/qemu/error-report.h
13324f966768SMarkus ArmbrusterF: util/error.c
13334f966768SMarkus ArmbrusterF: util/qemu-error.c
13344f966768SMarkus Armbruster
1335fd5d5c56SAnthony LiguoriGDB stub
13365dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1337fd5d5c56SAnthony LiguoriS: Odd Fixes
1338fd5d5c56SAnthony LiguoriF: gdbstub*
1339fd5d5c56SAnthony LiguoriF: gdb-xml/
1340fd5d5c56SAnthony Liguori
134101a9c03cSPaolo BonziniMemory API
134201a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
134301a9c03cSPaolo BonziniS: Supported
134401a9c03cSPaolo BonziniF: include/exec/ioport.h
134501a9c03cSPaolo BonziniF: ioport.c
134601a9c03cSPaolo BonziniF: include/exec/memory.h
13472b1641d0SPaolo BonziniF: include/exec/ram_addr.h
134801a9c03cSPaolo BonziniF: memory.c
134901a9c03cSPaolo BonziniF: include/exec/memory-internal.h
135001a9c03cSPaolo BonziniF: exec.c
135101a9c03cSPaolo Bonzini
13527ee3bf03SGerd HoffmannSPICE
13537ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13547ee3bf03SGerd HoffmannS: Supported
13556e481d57SPeter MaydellF: include/ui/qemu-spice.h
1356438528a3SThomas HuthF: include/ui/spice-display.h
13577ee3bf03SGerd HoffmannF: ui/spice-*.c
13587ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13598d8b636dSPaolo BonziniF: hw/display/qxl*
1360608cfed6SMarkus ArmbrusterF: qapi/ui.json
13617ee3bf03SGerd Hoffmann
1362fd5d5c56SAnthony LiguoriGraphics
136325eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
136425eccc37SGerd HoffmannS: Odd Fixes
1365fd5d5c56SAnthony LiguoriF: ui/
1366e220656cSThomas HuthF: include/ui/
1367608cfed6SMarkus ArmbrusterF: qapi/ui.json
1368fd5d5c56SAnthony Liguori
1369351f1bf6SAndreas FärberCocoa graphics
137030ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1371351f1bf6SAndreas FärberS: Odd Fixes
1372351f1bf6SAndreas FärberF: ui/cocoa.m
1373351f1bf6SAndreas Färber
1374fd5d5c56SAnthony LiguoriMain loop
1375da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1376da26f37aSPaolo BonziniS: Maintained
1377da26f37aSPaolo BonziniF: cpus.c
13783ecb29a3SPaolo BonziniF: util/main-loop.c
13793ecb29a3SPaolo BonziniF: util/qemu-timer.c
1380fd5d5c56SAnthony LiguoriF: vl.c
13810e201d34SMarkus ArmbrusterF: qapi/run-state.json
1382fd5d5c56SAnthony Liguori
13838899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1384c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1385fbb0621aSLuiz CapitulinoS: Maintained
1386fd5d5c56SAnthony LiguoriF: monitor.c
1387c13e9912SThomas HuthF: hmp.[ch]
1388c13e9912SThomas HuthF: hmp-commands*.hx
1389c13e9912SThomas HuthF: include/monitor/hmp-target.h
1390bbcee372SThomas HuthF: tests/test-hmp.c
1391fd5d5c56SAnthony Liguori
1392f536f112SPaolo BonziniNetwork device backends
1393442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1394fd5d5c56SAnthony LiguoriS: Maintained
1395fd5d5c56SAnthony LiguoriF: net/
1396d24b2b1cSThomas HuthF: include/net/
13975fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
13983c0bd37dSMarkus ArmbrusterF: qapi/net.json
1399fd5d5c56SAnthony Liguori
1400aee09bafSVincenzo MaffioneNetmap network backend
1401aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1402aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1403aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1404aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1405aee09bafSVincenzo MaffioneS: Maintained
1406aee09bafSVincenzo MaffioneF: net/netmap.c
1407aee09bafSVincenzo Maffione
14082f54eb98SEduardo HabkostNUMA
14092f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14102f54eb98SEduardo HabkostS: Maintained
14112f54eb98SEduardo HabkostF: numa.c
14122f54eb98SEduardo HabkostF: include/sysemu/numa.h
1413e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14142f54eb98SEduardo Habkost
14154fc264f4SEduardo HabkostHost Memory Backends
14164fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
14174fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
14184fc264f4SEduardo HabkostS: Maintained
14194fc264f4SEduardo HabkostF: backends/hostmem*.c
14204fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1421e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
14224fc264f4SEduardo Habkost
14236034011cSGongleiCryptodev Backends
14246034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
14256034011cSGongleiS: Maintained
14266034011cSGongleiF: include/sysemu/cryptodev*.h
14276034011cSGongleiF: backends/cryptodev*.c
14286034011cSGonglei
1429ad904f66SEduardo HabkostPython scripts
1430ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1431ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1432ad904f66SEduardo HabkostS: Odd fixes
1433ad904f66SEduardo HabkostF: scripts/qmp/*
1434ad904f66SEduardo HabkostF: scripts/*.py
1435ad904f66SEduardo HabkostF: tests/*.py
1436ad904f66SEduardo Habkost
14378899b4aeSLuiz CapitulinoQAPI
14389740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14398899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
14409740618cSLuiz CapitulinoS: Supported
14418899b4aeSLuiz CapitulinoF: qapi/
14420311c5bdSMarkus ArmbrusterX: qapi/*.json
1443ac4abb9aSMarkus ArmbrusterF: include/qapi/
1444ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1445ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1446c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1447ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1448e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1449ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1450e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
14510311c5bdSMarkus ArmbrusterF: scripts/qapi*
1452c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
14539740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14548899b4aeSLuiz Capitulino
14557810d291SLuiz CapitulinoQAPI Schema
14567810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14577810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14587810d291SLuiz CapitulinoS: Supported
14597810d291SLuiz CapitulinoF: qapi-schema.json
14600311c5bdSMarkus ArmbrusterF: qapi/*.json
14619740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14627810d291SLuiz Capitulino
1463f3582ba4SLuiz CapitulinoQObject
1464daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1465daf5dc78SMarkus ArmbrusterS: Supported
1466f3582ba4SLuiz CapitulinoF: qobject/
14677735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14687735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1469a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14707735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
147101b2ffceSMarc-André LureauF: tests/check-qnum.c
14727735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14737735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14747735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1475daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1476f3582ba4SLuiz Capitulino
1477f05d9999SMichael RothQEMU Guest Agent
1478f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1479f05d9999SMichael RothS: Maintained
1480f05d9999SMichael RothF: qga/
1481ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1482ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1483ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1484ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1485f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1486f05d9999SMichael Roth
14874688c94cSAndreas FärberQOM
14884688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14894688c94cSAndreas FärberS: Supported
14904688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14914688c94cSAndreas FärberF: include/qom/
14924688c94cSAndreas FärberX: include/qom/cpu.h
14934688c94cSAndreas FärberF: qom/
14944688c94cSAndreas FärberX: qom/cpu.c
14959f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14969f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14974688c94cSAndreas FärberF: tests/qom-test.c
14984688c94cSAndreas Färber
14998899b4aeSLuiz CapitulinoQMP
15009740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15019740618cSLuiz CapitulinoS: Supported
15028899b4aeSLuiz CapitulinoF: qmp.c
15038899b4aeSLuiz CapitulinoF: monitor.c
1504c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
15059740618cSLuiz CapitulinoF: scripts/qmp/
1506f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
15079740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15088899b4aeSLuiz Capitulino
1509cc0100f4SAlistair FrancisRegister API
1510cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1511cc0100f4SAlistair FrancisS: Maintained
1512cc0100f4SAlistair FrancisF: hw/core/register.c
1513cc0100f4SAlistair FrancisF: include/hw/register.h
1514cc0100f4SAlistair Francis
1515fd5d5c56SAnthony LiguoriSLIRP
1516eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1517bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1518bafc72abSJan KiszkaS: Maintained
1519fd5d5c56SAnthony LiguoriF: slirp/
1520663fb1e1SThomas HuthF: net/slirp.c
1521d24b2b1cSThomas HuthF: include/net/slirp.h
15221ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1523fd5d5c56SAnthony Liguori
1524b1ed728aSPaolo BonziniStubs
1525b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1526b1ed728aSPaolo BonziniS: Maintained
1527b1ed728aSPaolo BonziniF: stubs/
1528b1ed728aSPaolo Bonzini
1529598a3f35SStefan HajnocziTracing
15301cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1531598a3f35SStefan HajnocziS: Maintained
1532598a3f35SStefan HajnocziF: trace/
1533f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1534f70fd8fdSLluís VilanovaF: scripts/tracetool/
1535c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
15361ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1537598a3f35SStefan Hajnoczi
15383859b6cfSMarkus ArmbrusterTPM
15396b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
15406b4f250bSStefan BergerS: Maintained
15413859b6cfSMarkus ArmbrusterF: tpm.c
15423859b6cfSMarkus ArmbrusterF: hw/tpm/*
15433859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
15443859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
15453859b6cfSMarkus ArmbrusterF: qapi/tpm.json
15466b4f250bSStefan BergerF: backends/tpm.c
15473859b6cfSMarkus Armbruster
154814f40fdcSBlue SwirlCheckpatch
154914f40fdcSBlue SwirlS: Odd Fixes
155014f40fdcSBlue SwirlF: scripts/checkpatch.pl
155114f40fdcSBlue Swirl
1552c0787c8dSJuan QuintelaMigration
1553c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1554d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1555c0787c8dSJuan QuintelaS: Maintained
1556c0787c8dSJuan QuintelaF: include/migration/
155744a1f946SDr. David Alan GilbertF: migration/
1558c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1559c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1560c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
156148685a8eSMarkus ArmbrusterF: qapi/migration.json
1562c0787c8dSJuan Quintela
156392bfedb0SEduardo OtuboSeccomp
1564064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
156592bfedb0SEduardo OtuboS: Supported
156692bfedb0SEduardo OtuboF: qemu-seccomp.c
156792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
156892bfedb0SEduardo Otubo
1569ddbb0d09SDaniel P. BerrangeCryptography
1570ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1571ddbb0d09SDaniel P. BerrangeS: Maintained
1572ddbb0d09SDaniel P. BerrangeF: crypto/
1573ddbb0d09SDaniel P. BerrangeF: include/crypto/
1574ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
15753947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1576899833cdSDaniel P. BerrangeF: qemu.sasl
1577ddbb0d09SDaniel P. Berrange
157810817bf0SDaniel P. BerrangeCoroutines
157910817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
158010817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
158110817bf0SDaniel P. BerrangeF: util/*coroutine*
158210817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
158310817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
158410817bf0SDaniel P. Berrange
158588c5f205SDaniel P. BerrangeBuffers
158688c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
158788c5f205SDaniel P. BerrangeS: Odd fixes
158888c5f205SDaniel P. BerrangeF: util/buffer.c
158988c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
159088c5f205SDaniel P. Berrange
1591666a3af9SDaniel P. BerrangeI/O Channels
1592666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1593666a3af9SDaniel P. BerrangeS: Maintained
1594666a3af9SDaniel P. BerrangeF: io/
1595666a3af9SDaniel P. BerrangeF: include/io/
1596666a3af9SDaniel P. BerrangeF: tests/test-io-*
1597666a3af9SDaniel P. Berrange
15985614a283SGerd HoffmannSockets
15995614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
16005614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16015614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
16025614a283SGerd HoffmannS: Maintained
16035614a283SGerd HoffmannF: include/qemu/sockets.h
16045614a283SGerd HoffmannF: util/qemu-sockets.c
1605a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
16065614a283SGerd Hoffmann
1607d310d85bSAlberto GarciaThrottling infrastructure
1608d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1609d310d85bSAlberto GarciaS: Supported
1610d310d85bSAlberto GarciaF: block/throttle-groups.c
1611d310d85bSAlberto GarciaF: include/block/throttle-groups.h
161289603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1613d310d85bSAlberto GarciaF: util/throttle.c
161489603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
161589603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1616d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1617d310d85bSAlberto Garcia
1618080d7aacSFam ZhengUUID
1619080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1620080d7aacSFam ZhengS: Supported
1621080d7aacSFam ZhengF: util/uuid.c
1622080d7aacSFam ZhengF: include/qemu/uuid.h
1623080d7aacSFam ZhengF: tests/test-uuid.c
1624080d7aacSFam Zheng
1625a4cc318eSzhanghailiangCOLO Framework
1626a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1627a4cc318eSzhanghailiangS: Maintained
1628a4cc318eSzhanghailiangF: migration/colo*
1629a4cc318eSzhanghailiangF: include/migration/colo.h
1630a4cc318eSzhanghailiangF: include/migration/failover.h
1631a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1632a4cc318eSzhanghailiang
163388f82ed1SZhang ChenCOLO Proxy
1634b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
163588f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
163688f82ed1SZhang ChenS: Supported
163788f82ed1SZhang ChenF: docs/colo-proxy.txt
163888f82ed1SZhang ChenF: net/colo*
163988f82ed1SZhang ChenF: net/filter-rewriter.c
164088f82ed1SZhang ChenF: net/filter-mirror.c
164188f82ed1SZhang Chen
164262258201SPavel DovgalyukRecord/replay
164362258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
164462258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
164562258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
164662258201SPavel DovgalyukS: Supported
164762258201SPavel DovgalyukF: replay/*
164862258201SPavel DovgalyukF: block/blkreplay.c
164962258201SPavel DovgalyukF: net/filter-replay.c
165062258201SPavel DovgalyukF: include/sysemu/replay.h
165162258201SPavel DovgalyukF: docs/replay.txt
165262258201SPavel DovgalyukF: stubs/replay.c
165362258201SPavel Dovgalyuk
1654fd5d5c56SAnthony LiguoriUsermode Emulation
1655fd5d5c56SAnthony Liguori------------------
1656486bbe5fSPaolo BonziniOverall
1657486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1658486bbe5fSPaolo BonziniS: Maintained
1659486bbe5fSPaolo BonziniF: thunk.c
166058410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1661486bbe5fSPaolo Bonzini
1662fd5d5c56SAnthony LiguoriBSD user
1663297e8005SMarkus ArmbrusterS: Orphan
1664fd5d5c56SAnthony LiguoriF: bsd-user/
1665ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1666fd5d5c56SAnthony Liguori
1667fd5d5c56SAnthony LiguoriLinux user
1668fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1669ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1670fd5d5c56SAnthony LiguoriS: Maintained
1671fd5d5c56SAnthony LiguoriF: linux-user/
1672ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
167342f5a7e9SAurelien Jarno
167442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
167542f5a7e9SAurelien Jarno-------------------------
167642f5a7e9SAurelien JarnoCommon code
1677cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
167842f5a7e9SAurelien JarnoS: Maintained
167942f5a7e9SAurelien JarnoF: tcg/
168042f5a7e9SAurelien Jarno
1681b25a464cSClaudio FontanaAArch64 target
1682b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1683b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1684b25a464cSClaudio FontanaS: Maintained
1685b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1686b25a464cSClaudio FontanaF: tcg/aarch64/
1687c17652eeSPaolo BonziniF: disas/arm-a64.cc
1688c17652eeSPaolo BonziniF: disas/libvixl/
1689b25a464cSClaudio Fontana
169042f5a7e9SAurelien JarnoARM target
169142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
169242f5a7e9SAurelien JarnoS: Maintained
1693b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
169442f5a7e9SAurelien JarnoF: tcg/arm/
1695c17652eeSPaolo BonziniF: disas/arm.c
169642f5a7e9SAurelien Jarno
169742f5a7e9SAurelien Jarnoi386 target
16985dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
169942f5a7e9SAurelien JarnoS: Maintained
170042f5a7e9SAurelien JarnoF: tcg/i386/
1701c17652eeSPaolo BonziniF: disas/i386.c
170242f5a7e9SAurelien Jarno
170342f5a7e9SAurelien JarnoMIPS target
1704d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
170542f5a7e9SAurelien JarnoS: Maintained
170642f5a7e9SAurelien JarnoF: tcg/mips/
1707c17652eeSPaolo BonziniF: disas/mips.c
170842f5a7e9SAurelien Jarno
170942f5a7e9SAurelien JarnoPPC
171015610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
171115610d42SPranith KumarS: Odd Fixes
171242f5a7e9SAurelien JarnoF: tcg/ppc/
1713c17652eeSPaolo BonziniF: disas/ppc.c
171442f5a7e9SAurelien Jarno
171542f5a7e9SAurelien JarnoS390 target
171642f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
171742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
171842f5a7e9SAurelien JarnoS: Maintained
171942f5a7e9SAurelien JarnoF: tcg/s390/
1720c17652eeSPaolo BonziniF: disas/s390.c
172142f5a7e9SAurelien Jarno
172242f5a7e9SAurelien JarnoSPARC target
1723297e8005SMarkus ArmbrusterS: Odd Fixes
172442f5a7e9SAurelien JarnoF: tcg/sparc/
1725c17652eeSPaolo BonziniF: disas/sparc.c
1726bc75c9e5SStefan Weil
1727bc75c9e5SStefan WeilTCI target
1728bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1729bc75c9e5SStefan WeilS: Maintained
17308ef9cd55SAndreas FärberF: tcg/tci/
1731752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1732c17652eeSPaolo BonziniF: disas/tci.c
1733aa09c951SAndreas Färber
1734f05b328cSStefan HajnocziBlock drivers
1735f05b328cSStefan Hajnoczi-------------
1736f05b328cSStefan HajnocziVMDK
1737f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1738c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1739f05b328cSStefan HajnocziS: Supported
1740f05b328cSStefan HajnocziF: block/vmdk.c
1741f05b328cSStefan Hajnoczi
1742f05b328cSStefan HajnocziRBD
17435a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1744280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1745280458a3SJeff CodyL: qemu-block@nongnu.org
1746f05b328cSStefan HajnocziS: Supported
1747f05b328cSStefan HajnocziF: block/rbd.c
1748280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1749f05b328cSStefan Hajnoczi
1750f05b328cSStefan HajnocziSheepdog
175153b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1752f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1753280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1754280458a3SJeff CodyL: qemu-block@nongnu.org
1755dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1756f05b328cSStefan HajnocziS: Supported
1757f05b328cSStefan HajnocziF: block/sheepdog.c
1758280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1759f05b328cSStefan Hajnoczi
1760f05b328cSStefan HajnocziVHDX
1761f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1762280458a3SJeff CodyL: qemu-block@nongnu.org
1763f05b328cSStefan HajnocziS: Supported
1764f05b328cSStefan HajnocziF: block/vhdx*
1765280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1766f05b328cSStefan Hajnoczi
1767f05b328cSStefan HajnocziVDI
1768f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1769c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1770f05b328cSStefan HajnocziS: Maintained
1771f05b328cSStefan HajnocziF: block/vdi.c
1772f05b328cSStefan Hajnoczi
1773f05b328cSStefan HajnocziiSCSI
1774f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1775f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1776f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1777c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1778f05b328cSStefan HajnocziS: Supported
1779f05b328cSStefan HajnocziF: block/iscsi.c
17802deb63c2SPeter LievenF: block/iscsi-opts.c
1781f05b328cSStefan Hajnoczi
178299c62e70SEric BlakeNetwork Block Device (NBD)
178399c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
178499c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
178599c62e70SEric BlakeL: qemu-block@nongnu.org
178699c62e70SEric BlakeS: Maintained
178799c62e70SEric BlakeF: block/nbd*
178899c62e70SEric BlakeF: nbd/
178999c62e70SEric BlakeF: include/block/nbd*
179099c62e70SEric BlakeF: qemu-nbd.*
179199c62e70SEric BlakeF: blockdev-nbd.c
179299c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
179399c62e70SEric Blake
17946542aa9cSPeter LievenNFS
1795280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
17966542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1797280458a3SJeff CodyL: qemu-block@nongnu.org
17986542aa9cSPeter LievenS: Maintained
17996542aa9cSPeter LievenF: block/nfs.c
1800280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
18016542aa9cSPeter Lieven
1802f05b328cSStefan HajnocziSSH
1803f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1804280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1805280458a3SJeff CodyL: qemu-block@nongnu.org
1806f05b328cSStefan HajnocziS: Supported
1807f05b328cSStefan HajnocziF: block/ssh.c
1808280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1809c9a12e75SChrysostomos Nanakos
1810280458a3SJeff CodyCURL
1811280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1812280458a3SJeff CodyL: qemu-block@nongnu.org
1813280458a3SJeff CodyS: Supported
1814280458a3SJeff CodyF: block/curl.c
1815280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1816280458a3SJeff Cody
1817280458a3SJeff CodyGLUSTER
1818280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1819280458a3SJeff CodyL: qemu-block@nongnu.org
1820280458a3SJeff CodyS: Supported
1821280458a3SJeff CodyF: block/gluster.c
1822280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1823b5e9476cSGonglei
1824199667a8SFam ZhengNull Block Driver
1825199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1826199667a8SFam ZhengL: qemu-block@nongnu.org
1827199667a8SFam ZhengS: Supported
1828199667a8SFam ZhengF: block/null.c
1829199667a8SFam Zheng
1830b5e9476cSGongleiBootdevice
1831b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1832b5e9476cSGongleiS: Maintained
1833b5e9476cSGongleiF: bootdevice.c
1834ecdda9e0SAlberto Garcia
1835ecdda9e0SAlberto GarciaQuorum
1836ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1837ecdda9e0SAlberto GarciaS: Supported
1838ecdda9e0SAlberto GarciaF: block/quorum.c
1839ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1840e7c6e631SStefan Hajnoczi
1841e7c6e631SStefan Hajnocziblkverify
1842e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1843e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1844e7c6e631SStefan HajnocziS: Supported
1845e7c6e631SStefan HajnocziF: block/blkverify.c
1846e7c6e631SStefan Hajnoczi
1847e7c6e631SStefan Hajnoczibochs
1848e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1849e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1850e7c6e631SStefan HajnocziS: Supported
1851e7c6e631SStefan HajnocziF: block/bochs.c
1852e7c6e631SStefan Hajnoczi
1853e7c6e631SStefan Hajnoczicloop
1854e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1855e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1856e7c6e631SStefan HajnocziS: Supported
1857e7c6e631SStefan HajnocziF: block/cloop.c
1858e7c6e631SStefan Hajnoczi
1859e7c6e631SStefan Hajnoczidmg
1860e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1861e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1862e7c6e631SStefan HajnocziS: Supported
1863e7c6e631SStefan HajnocziF: block/dmg.c
1864e7c6e631SStefan Hajnoczi
1865e7c6e631SStefan Hajnocziparallels
1866e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1867f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1868e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1869e7c6e631SStefan HajnocziS: Supported
1870e7c6e631SStefan HajnocziF: block/parallels.c
18715746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
1872e7c6e631SStefan Hajnoczi
1873e7c6e631SStefan Hajnocziqed
1874e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1875e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1876e7c6e631SStefan HajnocziS: Supported
1877e7c6e631SStefan HajnocziF: block/qed.c
1878e7c6e631SStefan Hajnoczi
1879e7c6e631SStefan Hajnocziraw
1880e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1881e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1882e7c6e631SStefan HajnocziS: Supported
1883e7c6e631SStefan HajnocziF: block/linux-aio.c
1884f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
18852e6fc7ebSEric BlakeF: block/raw-format.c
1886c1bb86cdSEric BlakeF: block/file-posix.c
1887c1bb86cdSEric BlakeF: block/file-win32.c
1888e7c6e631SStefan HajnocziF: block/win32-aio.c
1889e7c6e631SStefan Hajnoczi
1890e7c6e631SStefan Hajnocziqcow2
1891e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1892c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1893e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1894e7c6e631SStefan HajnocziS: Supported
1895e7c6e631SStefan HajnocziF: block/qcow2*
1896b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
1897e7c6e631SStefan Hajnoczi
1898e7c6e631SStefan Hajnocziqcow
1899e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1900e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1901e7c6e631SStefan HajnocziS: Supported
1902e7c6e631SStefan HajnocziF: block/qcow.c
1903e7c6e631SStefan Hajnoczi
1904e7c6e631SStefan Hajnocziblkdebug
1905e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1906c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1907e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1908e7c6e631SStefan HajnocziS: Supported
1909e7c6e631SStefan HajnocziF: block/blkdebug.c
1910e7c6e631SStefan Hajnoczi
1911e7c6e631SStefan Hajnoczivpc
1912e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1913e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1914e7c6e631SStefan HajnocziS: Supported
1915e7c6e631SStefan HajnocziF: block/vpc.c
1916e7c6e631SStefan Hajnoczi
1917e7c6e631SStefan Hajnoczivvfat
1918e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1919e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1920e7c6e631SStefan HajnocziS: Supported
1921e7c6e631SStefan HajnocziF: block/vvfat.c
1922abfe4e94SStefan Hajnoczi
1923abfe4e94SStefan HajnocziImage format fuzzer
1924abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1925abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1926abfe4e94SStefan HajnocziS: Supported
1927abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1928717171bdSDaniel P. Berrange
1929049105a3SChanglong XieReplication
1930205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
19313ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1932049105a3SChanglong XieS: Supported
1933049105a3SChanglong XieF: replication*
1934049105a3SChanglong XieF: block/replication.c
1935049105a3SChanglong XieF: tests/test-replication.c
1936049105a3SChanglong XieF: docs/block-replication.txt
1937049105a3SChanglong Xie
1938b9e02c06SAlex BennéeBuild and test automation
1939b9e02c06SAlex Bennée-------------------------
19400475a03eSEduardo HabkostBuild and test automation
1941b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1942e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
194332b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1944b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1945e70dc7f8SAlex BennéeS: Maintained
1946b9e02c06SAlex BennéeF: .travis.yml
1947d92d886aSAlex BennéeF: .shippable.yml
1948e70dc7f8SAlex BennéeF: tests/docker/
194918023821SFam ZhengF: tests/vm/
1950e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
19512a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1952e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1953717171bdSDaniel P. Berrange
1954717171bdSDaniel P. BerrangeDocumentation
1955717171bdSDaniel P. Berrange-------------
1956717171bdSDaniel P. BerrangeBuild system architecture
1957717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1958717171bdSDaniel P. BerrangeS: Odd Fixes
1959c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
19608a49e97fSFam Zheng
1961aef45d51SDaniel P. BerrangeBuild System
1962aef45d51SDaniel P. Berrange------------
1963aef45d51SDaniel P. BerrangeGIT submodules
1964aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1965aef45d51SDaniel P. BerrangeS: Odd Fixes
1966aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
1967