xref: /openbmc/qemu/MAINTAINERS (revision 5eb74557)
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
87486bbe5fSPaolo BonziniF: cpu-exec.c
882b1641d0SPaolo BonziniF: cpu-exec-common.c
892b1641d0SPaolo BonziniF: cpus.c
90486bbe5fSPaolo BonziniF: cputlb.c
912b1641d0SPaolo BonziniF: exec.c
92486bbe5fSPaolo BonziniF: softmmu_template.h
932b1641d0SPaolo BonziniF: translate-all.*
942b1641d0SPaolo BonziniF: translate-common.c
952b1641d0SPaolo BonziniF: include/exec/cpu*.h
962b1641d0SPaolo BonziniF: include/exec/exec-all.h
97486bbe5fSPaolo BonziniF: include/exec/helper*.h
982b1641d0SPaolo BonziniF: include/exec/tb-hash.h
99460423d3SThomas HuthF: include/sysemu/cpus.h
100486bbe5fSPaolo Bonzini
1011badb586SPeter MaydellFPU emulation
1021badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1031badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1041badb586SPeter MaydellS: Odd Fixes
1051badb586SPeter MaydellF: fpu/
1061badb586SPeter MaydellF: include/fpu/
1071badb586SPeter Maydell
108b6f97c14SbellardAlpha
1098d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1108d6df264SRichard HendersonS: Maintained
111fcf5ef2aSThomas HuthF: target/alpha/
1128d8b636dSPaolo BonziniF: hw/alpha/
113c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
114c17652eeSPaolo BonziniF: disas/alpha.c
115fd5d5c56SAnthony Liguori
116fd5d5c56SAnthony LiguoriARM
1171ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
118b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
119fd5d5c56SAnthony LiguoriS: Maintained
120fcf5ef2aSThomas HuthF: target/arm/
1218d8b636dSPaolo BonziniF: hw/arm/
1228d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
123f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
124c17652eeSPaolo BonziniF: disas/arm.c
125c17652eeSPaolo BonziniF: disas/arm-a64.cc
126c17652eeSPaolo BonziniF: disas/libvixl/
127fd5d5c56SAnthony Liguori
128fd5d5c56SAnthony LiguoriCRIS
129fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
130fd5d5c56SAnthony LiguoriS: Maintained
131fcf5ef2aSThomas HuthF: target/cris/
1328d8b636dSPaolo BonziniF: hw/cris/
133c9b90090SThomas HuthF: include/hw/cris/
134c0bd0b50SPaolo BonziniF: tests/tcg/cris/
135c17652eeSPaolo BonziniF: disas/cris.c
136fd5d5c56SAnthony Liguori
13761766fe9SRichard HendersonHPPA (PA-RISC)
13861766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13961766fe9SRichard HendersonS: Maintained
14061766fe9SRichard HendersonF: target/hppa/
14161766fe9SRichard HendersonF: disas/hppa.c
14261766fe9SRichard Henderson
14307bf23a7SMichael WalleLM32
14407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14507bf23a7SMichael WalleS: Maintained
146fcf5ef2aSThomas HuthF: target/lm32/
1474eab7a0aSMichael WalleF: disas/lm32.c
1488d8b636dSPaolo BonziniF: hw/lm32/
1494eab7a0aSMichael WalleF: hw/*/lm32_*
1504eab7a0aSMichael WalleF: hw/*/milkymist-*
1514eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1524eab7a0aSMichael WalleF: include/hw/lm32/
153c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
15407bf23a7SMichael Walle
155fd5d5c56SAnthony LiguoriM68K
156595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
157595a926dSLaurent VivierS: Maintained
158fcf5ef2aSThomas HuthF: target/m68k/
159e9a56114SThomas HuthF: disas/m68k.c
160fd5d5c56SAnthony Liguori
161abc07545SEdgar E. IglesiasMicroBlaze
162fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
163fd5d5c56SAnthony LiguoriS: Maintained
164fcf5ef2aSThomas HuthF: target/microblaze/
1658d8b636dSPaolo BonziniF: hw/microblaze/
166c17652eeSPaolo BonziniF: disas/microblaze.c
167fd5d5c56SAnthony Liguori
168fd5d5c56SAnthony LiguoriMIPS
169ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
17078851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1716f640917SLeon AlraeS: Maintained
172fcf5ef2aSThomas HuthF: target/mips/
1738d8b636dSPaolo BonziniF: hw/mips/
1745995db88SThomas HuthF: hw/misc/mips_*
1755995db88SThomas HuthF: hw/intc/mips_gic.c
1765995db88SThomas HuthF: hw/timer/mips_gictimer.c
1775995db88SThomas HuthF: include/hw/mips/
1785995db88SThomas HuthF: include/hw/misc/mips_*
1795995db88SThomas HuthF: include/hw/intc/mips_gic.h
1805995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
181c0bd0b50SPaolo BonziniF: tests/tcg/mips/
182c17652eeSPaolo BonziniF: disas/mips.c
183fd5d5c56SAnthony Liguori
184d15a9c23SAnthony GreenMoxie
185d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
186d15a9c23SAnthony GreenS: Maintained
187fcf5ef2aSThomas HuthF: target/moxie/
188c17652eeSPaolo BonziniF: disas/moxie.c
189a3ccdfb5SThomas HuthF: hw/moxie/
190a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
191d15a9c23SAnthony Green
192e671711cSMarek VasutNiosII
193e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
194e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
195e671711cSMarek VasutS: Maintained
196e671711cSMarek VasutF: target/nios2/
197e671711cSMarek VasutF: hw/nios2/
198e671711cSMarek VasutF: disas/nios2.c
199e671711cSMarek Vasut
200945dad6dSJia LiuOpenRISC
2011d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2021d7cf18dSStafford HorneS: Odd Fixes
203fcf5ef2aSThomas HuthF: target/openrisc/
204945dad6dSJia LiuF: hw/openrisc/
205c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
206945dad6dSJia Liu
207fd5d5c56SAnthony LiguoriPowerPC
208b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
209fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
210a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
211fd5d5c56SAnthony LiguoriS: Maintained
212fcf5ef2aSThomas HuthF: target/ppc/
2138d8b636dSPaolo BonziniF: hw/ppc/
214b5d55020SThomas HuthF: include/hw/ppc/
215c17652eeSPaolo BonziniF: disas/ppc.c
216fd5d5c56SAnthony Liguori
217749717a0SAlexander GrafS390
2182b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
219fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
220fd5d5c56SAnthony LiguoriS: Maintained
221fcf5ef2aSThomas HuthF: target/s390x/
2228d8b636dSPaolo BonziniF: hw/s390x/
223c17652eeSPaolo BonziniF: disas/s390.c
224b6f97c14Sbellard
225fd5d5c56SAnthony LiguoriSH4
226ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2272c9b7d1aSAndreas FärberS: Odd Fixes
228fcf5ef2aSThomas HuthF: target/sh4/
2298d8b636dSPaolo BonziniF: hw/sh4/
230c17652eeSPaolo BonziniF: disas/sh4.c
2318a90f900SThomas HuthF: include/hw/sh4/
232fd5d5c56SAnthony Liguori
233fd5d5c56SAnthony LiguoriSPARC
234f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2352c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
236fd5d5c56SAnthony LiguoriS: Maintained
237fcf5ef2aSThomas HuthF: target/sparc/
2388d8b636dSPaolo BonziniF: hw/sparc/
2398d8b636dSPaolo BonziniF: hw/sparc64/
240c17652eeSPaolo BonziniF: disas/sparc.c
241fd5d5c56SAnthony Liguori
242a6ea7b4cSAndreas FärberUniCore32
243a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
244a6ea7b4cSAndreas FärberS: Maintained
245fcf5ef2aSThomas HuthF: target/unicore32/
2468d8b636dSPaolo BonziniF: hw/unicore32/
24747b98d59SThomas HuthF: include/hw/unicore32/
248a6ea7b4cSAndreas Färber
249fd5d5c56SAnthony LiguoriX86
250d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
251d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
252e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
253b203a4baSEduardo HabkostS: Maintained
254fcf5ef2aSThomas HuthF: target/i386/
2558d8b636dSPaolo BonziniF: hw/i386/
256c17652eeSPaolo BonziniF: disas/i386.c
257fd5d5c56SAnthony Liguori
25816e7caaeSMax FilippovXtensa
25916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
260375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
26116e7caaeSMax FilippovS: Maintained
262fcf5ef2aSThomas HuthF: target/xtensa/
2638d8b636dSPaolo BonziniF: hw/xtensa/
264c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
26516e7caaeSMax Filippov
26648e06fe0SBastian KoppelmannTriCore
26748e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26848e06fe0SBastian KoppelmannS: Maintained
269fcf5ef2aSThomas HuthF: target/tricore/
27048e06fe0SBastian KoppelmannF: hw/tricore/
271d46d14e6SThomas HuthF: include/hw/tricore/
27248e06fe0SBastian Koppelmann
273fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
274fd5d5c56SAnthony Liguori----------------------
275fd5d5c56SAnthony Liguori
276fd5d5c56SAnthony LiguoriOverall
277c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
278fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
279fd5d5c56SAnthony LiguoriS: Supported
280fd5d5c56SAnthony LiguoriF: kvm-*
281fd5d5c56SAnthony LiguoriF: */kvm.*
282a95e9a48SThomas HuthF: include/sysemu/kvm*.h
283fd5d5c56SAnthony Liguori
284ed4659d1SPeter MaydellARM
285ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
286b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
287ed4659d1SPeter MaydellS: Maintained
288fcf5ef2aSThomas HuthF: target/arm/kvm.c
289ed4659d1SPeter Maydell
290a31896c4SJames HoganMIPS
291a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
292a31896c4SJames HoganS: Maintained
293fcf5ef2aSThomas HuthF: target/mips/kvm.c
294a31896c4SJames Hogan
295fd5d5c56SAnthony LiguoriPPC
296fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
297fd5d5c56SAnthony LiguoriS: Maintained
298fcf5ef2aSThomas HuthF: target/ppc/kvm.c
299fd5d5c56SAnthony Liguori
300fd5d5c56SAnthony LiguoriS390
301b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
302b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
303fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
304fd5d5c56SAnthony LiguoriS: Maintained
305fcf5ef2aSThomas HuthF: target/s390x/kvm.c
306fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
307fcf5ef2aSThomas HuthF: target/s390x/machine.c
3084277af19SCornelia HuckF: hw/intc/s390_flic.c
3094277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3104277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
311c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3123e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3133e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
314fd5d5c56SAnthony Liguori
315fd5d5c56SAnthony LiguoriX86
316d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
317fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
318fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
319fd5d5c56SAnthony LiguoriS: Supported
320fcf5ef2aSThomas HuthF: target/i386/kvm.c
321fd5d5c56SAnthony Liguori
3228a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3238a6b0cd7SStefano Stabellini----------------------
3248a6b0cd7SStefano Stabellini
3258a6b0cd7SStefano StabelliniX86
3263623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3273623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3286d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3298a6b0cd7SStefano StabelliniS: Supported
3308a6b0cd7SStefano StabelliniF: xen-*
3318a6b0cd7SStefano StabelliniF: */xen*
332d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
333c92451c2SPaolo BonziniF: hw/char/xen_console.c
334c92451c2SPaolo BonziniF: hw/display/xenfb.c
335c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3369027ac50SStefano StabelliniF: hw/block/xen_*
337c92451c2SPaolo BonziniF: hw/xen/
338c92451c2SPaolo BonziniF: hw/xenpv/
3399027ac50SStefano StabelliniF: hw/i386/xen/
340c92451c2SPaolo BonziniF: include/hw/xen/
3419027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3428a6b0cd7SStefano Stabellini
3431bdd6874SStefan WeilHosts:
3441bdd6874SStefan Weil------
3451bdd6874SStefan Weil
3461bdd6874SStefan WeilLINUX
3471bdd6874SStefan WeilL: qemu-devel@nongnu.org
3481bdd6874SStefan WeilS: Maintained
3491bdd6874SStefan WeilF: linux-*
3501bdd6874SStefan WeilF: linux-headers/
3511bdd6874SStefan Weil
3521bdd6874SStefan WeilPOSIX
3531bdd6874SStefan WeilL: qemu-devel@nongnu.org
3541bdd6874SStefan WeilS: Maintained
3551bdd6874SStefan WeilF: *posix*
3561bdd6874SStefan Weil
3573c2bdbc1SKamil RytarowskiNETBSD
3583c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3593c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3603c2bdbc1SKamil RytarowskiS: Maintained
3613c2bdbc1SKamil RytarowskiK: (?i)NetBSD
3623c2bdbc1SKamil Rytarowski
3631bdd6874SStefan WeilW32, W64
3641bdd6874SStefan WeilL: qemu-devel@nongnu.org
3651bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3661bdd6874SStefan WeilS: Maintained
3671bdd6874SStefan WeilF: *win32*
36803972660SThomas HuthF: */*win32*
36903972660SThomas HuthF: include/*/*win32*
37003972660SThomas HuthX: qga/*win32*
371885bdc95SStefan WeilF: qemu.nsi
3721bdd6874SStefan Weil
373fd5d5c56SAnthony LiguoriARM Machines
374fd5d5c56SAnthony Liguori------------
37584291fe7SliguangAllwinner-a10
37685b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
377b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37884291fe7SliguangS: Maintained
37985b4d5daSBeniamino GalvaniF: hw/*/allwinner*
38085b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
38184291fe7SliguangF: hw/arm/cubieboard.c
38284291fe7Sliguang
38306271000SPaolo BonziniARM PrimeCell
38406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
385b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38606271000SPaolo BonziniS: Maintained
38706271000SPaolo BonziniF: hw/char/pl011.c
38806271000SPaolo BonziniF: hw/display/pl110*
38906271000SPaolo BonziniF: hw/dma/pl080.c
39006271000SPaolo BonziniF: hw/dma/pl330.c
39106271000SPaolo BonziniF: hw/gpio/pl061.c
39206271000SPaolo BonziniF: hw/input/pl050.c
39306271000SPaolo BonziniF: hw/intc/pl190.c
39406271000SPaolo BonziniF: hw/sd/pl181.c
39506271000SPaolo BonziniF: hw/timer/pl031.c
39606271000SPaolo BonziniF: include/hw/arm/primecell.h
39706271000SPaolo Bonzini
39806271000SPaolo BonziniARM cores
39906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
400b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40106271000SPaolo BonziniS: Maintained
40206271000SPaolo BonziniF: hw/intc/arm*
40306271000SPaolo BonziniF: hw/intc/gic_internal.h
40406271000SPaolo BonziniF: hw/misc/a9scu.c
40506271000SPaolo BonziniF: hw/misc/arm11scu.c
40606271000SPaolo BonziniF: hw/timer/a9gtimer*
40706271000SPaolo BonziniF: hw/timer/arm_*
40806271000SPaolo BonziniF: include/hw/arm/arm.h
40906271000SPaolo BonziniF: include/hw/intc/arm*
41006271000SPaolo BonziniF: include/hw/misc/a9scu.h
41106271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41206271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
41306271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
41406271000SPaolo Bonzini
415fc63dcffSEvgeny VoevodinExynos
416f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
417b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
418fc63dcffSEvgeny VoevodinS: Maintained
4198d8b636dSPaolo BonziniF: hw/*/exynos*
420ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
421fc63dcffSEvgeny Voevodin
422766fd09fSMark LangsdorfCalxeda Highbank
4239ef137caSRob HerringM: Rob Herring <robh@kernel.org>
424b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4259ef137caSRob HerringS: Maintained
4268d8b636dSPaolo BonziniF: hw/arm/highbank.c
4278d8b636dSPaolo BonziniF: hw/net/xgmac.c
428766fd09fSMark Langsdorf
4299082f121SAntony PavlovCanon DIGIC
4309082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
431b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4329082f121SAntony PavlovS: Maintained
4339082f121SAntony PavlovF: include/hw/arm/digic.h
4349082f121SAntony PavlovF: hw/*/digic*
4359082f121SAntony Pavlov
436fd5d5c56SAnthony LiguoriGumstix
4375dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
438b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
439fd5d5c56SAnthony LiguoriS: Orphan
4408d8b636dSPaolo BonziniF: hw/arm/gumstix.c
441fd5d5c56SAnthony Liguori
4420325559dSPeter Chubbi.MX31
4430325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
444b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4450325559dSPeter ChubbS: Odd fixes
4468d8b636dSPaolo BonziniF: hw/*/imx*
447f7e242d6SThomas HuthF: include/hw/*/imx*
4488d8b636dSPaolo BonziniF: hw/arm/kzm.c
449ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4500325559dSPeter Chubb
451fd5d5c56SAnthony LiguoriIntegrator CP
4521ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
453b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
454fd5d5c56SAnthony LiguoriS: Maintained
4558d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
456f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
457fd5d5c56SAnthony Liguori
458fd5d5c56SAnthony LiguoriMusicpal
459fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
460b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
461fd5d5c56SAnthony LiguoriS: Maintained
4628d8b636dSPaolo BonziniF: hw/arm/musicpal.c
463fd5d5c56SAnthony Liguori
464fd5d5c56SAnthony LiguorinSeries
465fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
466b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
467fd5d5c56SAnthony LiguoriS: Maintained
4688d8b636dSPaolo BonziniF: hw/arm/nseries.c
469fd5d5c56SAnthony Liguori
470fd5d5c56SAnthony LiguoriPalm
471fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
472b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
473fd5d5c56SAnthony LiguoriS: Maintained
4748d8b636dSPaolo BonziniF: hw/arm/palm.c
475fd5d5c56SAnthony Liguori
476fd5d5c56SAnthony LiguoriReal View
4771ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
478b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
479fd5d5c56SAnthony LiguoriS: Maintained
4808d8b636dSPaolo BonziniF: hw/arm/realview*
481f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4825ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4835ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
484fd5d5c56SAnthony Liguori
4859b31bff0SPaolo BonziniPXA2XX
486fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
487b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
488fd5d5c56SAnthony LiguoriS: Maintained
4899b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4908d8b636dSPaolo BonziniF: hw/arm/spitz.c
4919b31bff0SPaolo BonziniF: hw/arm/tosa.c
4929b31bff0SPaolo BonziniF: hw/arm/z2.c
4939b31bff0SPaolo BonziniF: hw/*/pxa2xx*
494f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
495ed0db866SThomas HuthF: include/hw/arm/pxa.h
496fd5d5c56SAnthony Liguori
497fd5d5c56SAnthony LiguoriStellaris
4981ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
499b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
500fd5d5c56SAnthony LiguoriS: Maintained
5018d8b636dSPaolo BonziniF: hw/*/stellaris*
502fd5d5c56SAnthony Liguori
503fd5d5c56SAnthony LiguoriVersatile PB
5041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
505b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
506fd5d5c56SAnthony LiguoriS: Maintained
5078d8b636dSPaolo BonziniF: hw/*/versatile*
508fd5d5c56SAnthony Liguori
509e3260506SPeter A. G. CrosthwaiteXilinx Zynq
510cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5114b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
513e3260506SPeter A. G. CrosthwaiteS: Maintained
514cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5158d8b636dSPaolo BonziniF: hw/*/cadence_*
516f7e242d6SThomas HuthF: hw/misc/zynq*
517f7e242d6SThomas HuthF: include/hw/misc/zynq*
518cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
519e3260506SPeter A. G. Crosthwaite
520137805f5SAlistair FrancisXilinx ZynqMP
521137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
522cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
523b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
524137805f5SAlistair FrancisS: Maintained
525cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
526f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
527137805f5SAlistair Francis
5288f4d260eSShannon ZhaoARM ACPI Subsystem
5298f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5308f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
531b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5328f4d260eSShannon ZhaoS: Maintained
5338f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5348f4d260eSShannon Zhao
535a1f8193bSAlistair FrancisSTM32F205
536a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
537a1f8193bSAlistair FrancisS: Maintained
538a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
539a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
540a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
541a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
542a1f8193bSAlistair FrancisF: hw/adc/*
543a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
544a1f8193bSAlistair Francis
545a1f8193bSAlistair FrancisNetduino 2
546a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
547a1f8193bSAlistair FrancisS: Maintained
548a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
549a1f8193bSAlistair Francis
550fd5d5c56SAnthony LiguoriCRIS Machines
551fd5d5c56SAnthony Liguori-------------
552fd5d5c56SAnthony LiguoriAxis Dev88
553fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
554fd5d5c56SAnthony LiguoriS: Maintained
5558d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5566e481d57SPeter MaydellF: hw/*/etraxfs_*.c
557fd5d5c56SAnthony Liguori
55807bf23a7SMichael WalleLM32 Machines
55907bf23a7SMichael Walle-------------
56007bf23a7SMichael WalleEVR32 and uclinux BSP
56107bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
56207bf23a7SMichael WalleS: Maintained
5638d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
56407bf23a7SMichael Walle
565d118aa6bSMichael Wallemilkymist
566d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
567d118aa6bSMichael WalleS: Maintained
5688d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
569d118aa6bSMichael Walle
570afcacd53SAurelien JarnoM68K Machines
571fd5d5c56SAnthony Liguori-------------
572fd5d5c56SAnthony Liguorian5206
5735baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5745baf2741SThomas HuthS: Odd Fixes
5758d8b636dSPaolo BonziniF: hw/m68k/an5206.c
576e9a56114SThomas HuthF: hw/m68k/mcf5206.c
577fd5d5c56SAnthony Liguori
578fd5d5c56SAnthony Liguorimcf5208
5795baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5805baf2741SThomas HuthS: Odd Fixes
5818d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
582e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
583e9a56114SThomas HuthF: hw/char/mcf_uart.c
584e9a56114SThomas HuthF: hw/net/mcf_fec.c
5855baf2741SThomas HuthF: include/hw/m68k/mcf*.h
586fd5d5c56SAnthony Liguori
587fd5d5c56SAnthony LiguoriMicroBlaze Machines
588b6f97c14Sbellard-------------------
589fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
590fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
591fd5d5c56SAnthony LiguoriS: Maintained
5926e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
593b6f97c14Sbellard
594d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5954b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
596d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5978d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
598d36e8ce7SPeter A. G. Crosthwaite
599fd5d5c56SAnthony LiguoriMIPS Machines
600fd5d5c56SAnthony Liguori-------------
601fd5d5c56SAnthony LiguoriJazz
602fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
603fd5d5c56SAnthony LiguoriS: Maintained
6048d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
605fd5d5c56SAnthony Liguori
606fd5d5c56SAnthony LiguoriMalta
607fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
608fd5d5c56SAnthony LiguoriS: Maintained
6098d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
610fd5d5c56SAnthony Liguori
611fd5d5c56SAnthony LiguoriMipssim
612659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
613659f42d8SYongbok KimS: Odd Fixes
6148d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
615659f42d8SYongbok KimF: hw/net/mipsnet.c
616fd5d5c56SAnthony Liguori
617fd5d5c56SAnthony LiguoriR4000
618fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
619fd5d5c56SAnthony LiguoriS: Maintained
6208d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
621fd5d5c56SAnthony Liguori
622659f42d8SYongbok KimFulong 2E
623659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
624659f42d8SYongbok KimS: Odd Fixes
625659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
626659f42d8SYongbok Kim
627659f42d8SYongbok KimBoston
628659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
629659f42d8SYongbok KimS: Maintained
630659f42d8SYongbok KimF: hw/core/loader-fit.c
631659f42d8SYongbok KimF: hw/mips/boston.c
632659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
633659f42d8SYongbok Kim
634945dad6dSJia LiuOpenRISC Machines
635945dad6dSJia Liu-----------------
636945dad6dSJia Liuor1k-sim
637945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
638945dad6dSJia LiuS: Maintained
639945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
640945dad6dSJia Liu
641fd5d5c56SAnthony LiguoriPowerPC Machines
642fd5d5c56SAnthony Liguori----------------
643fd5d5c56SAnthony Liguori405
644fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
645a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6469b9fe135SAndreas FärberS: Odd Fixes
6478d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
648fd5d5c56SAnthony Liguori
649aaade8d7SAndreas FärberBamboo
650aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
651aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
652aaade8d7SAndreas FärberS: Odd Fixes
6538d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
654aaade8d7SAndreas Färber
65598cded3aSAndreas Färbere500
65698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
65798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
65898cded3aSAndreas FärberS: Supported
65998cded3aSAndreas FärberF: hw/ppc/e500.[hc]
66098cded3aSAndreas FärberF: hw/ppc/e500plat.c
661b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
662b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
663b5d55020SThomas HuthF: pc-bios/u-boot.e500
66498cded3aSAndreas Färber
66598cded3aSAndreas Färbermpc8544ds
66698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
66798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
66898cded3aSAndreas FärberS: Supported
66998cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6708d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
67198cded3aSAndreas Färber
672fd5d5c56SAnthony LiguoriNew World
673fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
674a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
675fd5d5c56SAnthony LiguoriS: Maintained
676baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6776e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6786e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6798d8b636dSPaolo BonziniF: hw/misc/macio/
680b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
681b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
682fd5d5c56SAnthony Liguori
683fd5d5c56SAnthony LiguoriOld World
684fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
685a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
686fd5d5c56SAnthony LiguoriS: Maintained
687baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6886e481d57SPeter MaydellF: hw/pci-host/grackle.c
6898d8b636dSPaolo BonziniF: hw/misc/macio/
690835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
691fd5d5c56SAnthony Liguori
692ec38d398SAndreas FärberPReP
6938178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
6949f38774dSAndreas FärberL: qemu-devel@nongnu.org
695a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6968178e89cSHervé PoussineauS: Maintained
69775610155SAndreas FärberF: hw/ppc/prep.c
6988178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
6998178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7006e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7018d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
702835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
703fd5d5c56SAnthony Liguori
704300b115cSAndreas FärbersPAPR
705085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7068a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7078a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7088a269ca4SAndreas FärberS: Supported
7098d8b636dSPaolo BonziniF: hw/*/spapr*
710f9de2da7SDavid GibsonF: include/hw/*/spapr*
711f9de2da7SDavid GibsonF: hw/*/xics*
712f9de2da7SDavid GibsonF: include/hw/*/xics*
713f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
714b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
715b5d55020SThomas HuthF: pc-bios/slof.bin
716bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
717b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
718b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
719a70ab357SGreg KurzF: tests/spapr*
720a70ab357SGreg KurzF: tests/libqos/*spapr*
721a70ab357SGreg KurzF: tests/rtas*
722a70ab357SGreg KurzF: tests/libqos/rtas*
7238a269ca4SAndreas Färber
724794d00bfSAndreas Färbervirtex_ml507
725794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
726794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
727794d00bfSAndreas FärberS: Odd Fixes
7286e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
729794d00bfSAndreas Färber
730fd5d5c56SAnthony LiguoriSH4 Machines
731fd5d5c56SAnthony Liguori------------
732fd5d5c56SAnthony LiguoriR2D
733fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
734fd5d5c56SAnthony LiguoriS: Maintained
7356e481d57SPeter MaydellF: hw/sh4/r2d.c
73681527b94SThomas HuthF: hw/intc/sh_intc.c
73781527b94SThomas HuthF: hw/timer/sh_timer.c
738fd5d5c56SAnthony Liguori
739fd5d5c56SAnthony LiguoriShix
740fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
74181527b94SThomas HuthS: Odd Fixes
7426e481d57SPeter MaydellF: hw/sh4/shix.c
743fd5d5c56SAnthony Liguori
744fd5d5c56SAnthony LiguoriSPARC Machines
745fd5d5c56SAnthony Liguori--------------
746fd5d5c56SAnthony LiguoriSun4m
747f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
748fd5d5c56SAnthony LiguoriS: Maintained
7498d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
750c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
751c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7527098b79eSThomas HuthF: hw/misc/eccmemctl.c
7537098b79eSThomas HuthF: hw/misc/slavio_misc.c
754c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
755c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
756c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
757fd5d5c56SAnthony Liguori
758fd5d5c56SAnthony LiguoriSun4u
759f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
760fd5d5c56SAnthony LiguoriS: Maintained
7618d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
762c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
763fd5d5c56SAnthony Liguori
764a2664ca0SArtyom TarasenkoSun4v
765a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
766a2664ca0SArtyom TarasenkoS: Maintained
767a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
768a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
769a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
770a2664ca0SArtyom Tarasenko
771ce6c760cSFabien ChouteauLeon3
772ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
773ce6c760cSFabien ChouteauS: Maintained
7748d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7758d8b636dSPaolo BonziniF: hw/*/grlib*
776c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
777ce6c760cSFabien Chouteau
778fd5d5c56SAnthony LiguoriS390 Machines
779fd5d5c56SAnthony Liguori-------------
780dd4ad64aSCornelia HuckS390 Virtio-ccw
781dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
782b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
783dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
784dd4ad64aSCornelia HuckS: Supported
7850c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
786c5bfb202SCornelia HuckF: hw/s390x/
7874277af19SCornelia HuckF: include/hw/s390x/
7884277af19SCornelia HuckF: pc-bios/s390-ccw/
789c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7901e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7911e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7921e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7933e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7943e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
795dd4ad64aSCornelia Huck
796ab9528caSGuan XuetaoUniCore32 Machines
797ab9528caSGuan Xuetao-------------
798ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
799ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
800ab9528caSGuan XuetaoS: Maintained
8018d8b636dSPaolo BonziniF: hw/*/puv3*
802ab9528caSGuan XuetaoF: hw/unicore32/
803ab9528caSGuan Xuetao
804fd5d5c56SAnthony LiguoriX86 Machines
805fd5d5c56SAnthony Liguori------------
806fd5d5c56SAnthony LiguoriPC
807046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
808fd5d5c56SAnthony LiguoriS: Supported
809046a6486SMichael S. TsirkinF: include/hw/i386/
810046a6486SMichael S. TsirkinF: hw/i386/
811046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
812046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
813046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
814046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
815046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
816046a6486SMichael S. TsirkinF: hw/isa/piix4.c
817046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
818046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
819046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
820046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
821046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
822f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8239cc3b73cSPaolo BonziniF: hw/misc/sga.c
8249cc3b73cSPaolo Bonzini
8259cc3b73cSPaolo BonziniPC Chipset
8269cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8279cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8289cc3b73cSPaolo BonziniS: Support
8299cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8309cc3b73cSPaolo BonziniF: hw/char/parallel.c
8319cc3b73cSPaolo BonziniF: hw/char/serial*
8329cc3b73cSPaolo BonziniF: hw/dma/i8257*
8339cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8349cc3b73cSPaolo BonziniF: hw/intc/apic*
8359cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8369cc3b73cSPaolo BonziniF: hw/intc/i8259*
8379cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8389cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8399cc3b73cSPaolo BonziniF: hw/timer/hpet*
8409cc3b73cSPaolo BonziniF: hw/timer/i8254*
8419cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
842a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
843a2feb348SThomas HuthF: include/hw/timer/hpet.h
844a2feb348SThomas HuthF: include/hw/timer/i8254*
845a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
846046a6486SMichael S. Tsirkin
8475da4fb00SMichael S. TsirkinMachine core
8485da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8495da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8505da4fb00SMichael S. TsirkinS: Supported
8515da4fb00SMichael S. TsirkinF: hw/core/machine.c
852c1629c5cSThomas HuthF: hw/core/null-machine.c
8535da4fb00SMichael S. TsirkinF: include/hw/boards.h
854fd5d5c56SAnthony Liguori
85516e7caaeSMax FilippovXtensa Machines
85616e7caaeSMax Filippov---------------
857375847a6SMax Filippovsim
85816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
85916e7caaeSMax FilippovS: Maintained
860437a8c11SMax FilippovF: hw/xtensa/sim.c
861375847a6SMax Filippov
862437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
863375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
864375847a6SMax FilippovS: Maintained
865437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
866437a8c11SMax FilippovF: hw/net/opencores_eth.c
86716e7caaeSMax Filippov
868fd5d5c56SAnthony LiguoriDevices
869fd5d5c56SAnthony Liguori-------
870b30934cbSJiri SlabyEDU
871b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
872b30934cbSJiri SlabyS: Maintained
873b30934cbSJiri SlabyF: hw/misc/edu.c
874b30934cbSJiri Slaby
875fd5d5c56SAnthony LiguoriIDE
876c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
877c095348bSJohn SnowL: qemu-block@nongnu.org
878c095348bSJohn SnowS: Supported
8798d8b636dSPaolo BonziniF: include/hw/ide.h
880c9f7acd5SThomas HuthF: include/hw/ide/
881fd5d5c56SAnthony LiguoriF: hw/ide/
882c095348bSJohn SnowF: hw/block/block.c
883c095348bSJohn SnowF: hw/block/cdrom.c
884c095348bSJohn SnowF: hw/block/hd-geometry.c
885c095348bSJohn SnowF: tests/ide-test.c
886c095348bSJohn SnowF: tests/ahci-test.c
887aee50319SJohn SnowF: tests/libqos/ahci*
888c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
889c095348bSJohn Snow
890c095348bSJohn SnowFloppy
891c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
892c095348bSJohn SnowL: qemu-block@nongnu.org
893c095348bSJohn SnowS: Supported
894c095348bSJohn SnowF: hw/block/fdc.c
895c095348bSJohn SnowF: include/hw/block/fdc.h
896aee50319SJohn SnowF: tests/fdc-test.c
897c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
898fd5d5c56SAnthony Liguori
899f5f487b2SPeter MaydellOMAP
900f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
901f5f487b2SPeter MaydellS: Maintained
9028d8b636dSPaolo BonziniF: hw/*/omap*
903ed0db866SThomas HuthF: include/hw/arm/omap.h
904f5f487b2SPeter Maydell
90528d54e58SPaolo BonziniIPack
90628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
90728d54e58SPaolo BonziniS: Odd Fixes
90828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
90928d54e58SPaolo BonziniF: hw/ipack/
91028d54e58SPaolo Bonzini
911fd5d5c56SAnthony LiguoriPCI
912fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
913874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
914fd5d5c56SAnthony LiguoriS: Supported
9158d8b636dSPaolo BonziniF: include/hw/pci/*
916f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
917ca818cfbSMichael S. TsirkinF: hw/pci/*
918f178bc6bSPaolo BonziniF: hw/pci-bridge/*
9190e0b3592SMichael S. Tsirkin
920d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9210e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9220e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9230e0b3592SMichael S. TsirkinS: Supported
9240e0b3592SMichael S. TsirkinF: include/hw/acpi/*
925d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9260e0b3592SMichael S. TsirkinF: hw/mem/*
9278d8b636dSPaolo BonziniF: hw/acpi/*
928d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9290e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9300e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9313248f1b4SBen WarrenF: tests/bios-tables-test.c
9323248f1b4SBen WarrenF: tests/acpi-utils.[hc]
933fd5d5c56SAnthony Liguori
934aaade8d7SAndreas Färberppc4xx
935aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
936aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
937aaade8d7SAndreas FärberS: Odd Fixes
9388d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
939b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
940aaade8d7SAndreas Färber
94198cded3aSAndreas Färberppce500
94298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
94398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
94498cded3aSAndreas FärberS: Supported
9456e481d57SPeter MaydellF: hw/ppc/e500*
946566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
947566dd236SPaolo BonziniF: hw/net/fsl_etsec/
94898cded3aSAndreas Färber
94961af0ee6SPaolo BonziniCharacter devices
95061af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
95161af0ee6SPaolo BonziniS: Odd Fixes
95261af0ee6SPaolo BonziniF: hw/char/
95361af0ee6SPaolo Bonzini
954f536f112SPaolo BonziniNetwork devices
955f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
956f536f112SPaolo BonziniS: Odd Fixes
957f536f112SPaolo BonziniF: hw/net/
9586bd7776cSGreg KurzF: tests/virtio-net-test.c
959f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
960f536f112SPaolo Bonzini
961fd5d5c56SAnthony LiguoriSCSI
962de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
963de7724f7SPaolo BonziniS: Supported
96474460f34SThomas HuthF: include/hw/scsi/*
9658d8b636dSPaolo BonziniF: hw/scsi/*
9666bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9671ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
968de7724f7SPaolo Bonzini
969de7724f7SPaolo BonziniLSI53C895A
9700e19885eSAnthony LiguoriS: Orphan
9718d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
972fd5d5c56SAnthony Liguori
973fcb5629dSPeter A. G. CrosthwaiteSSI
9744b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
975fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9768d8b636dSPaolo BonziniF: hw/ssi/*
9778d8b636dSPaolo BonziniF: hw/block/m25p80.c
9784b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9794b46ba61SAlistair Francis
9804b46ba61SAlistair FrancisXilinx SPI
9814b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9824b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9834b46ba61SAlistair FrancisS: Maintained
9844b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
985fcb5629dSPeter A. G. Crosthwaite
986fd5d5c56SAnthony LiguoriUSB
9875d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9885d0d62feSGerd HoffmannS: Maintained
9898d8b636dSPaolo BonziniF: hw/usb/*
99028edfce0SGongleiF: tests/usb-*-test.c
991beded0ffSThomas HuthF: docs/usb2.txt
992beded0ffSThomas HuthF: docs/usb-storage.txt
993beded0ffSThomas HuthF: include/hw/usb.h
994beded0ffSThomas HuthF: include/hw/usb/
995fd5d5c56SAnthony Liguori
996e26082fdSPaolo BonziniUSB (serial adapter)
997e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
998e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
999e26082fdSPaolo BonziniS: Maintained
1000e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1001e26082fdSPaolo Bonzini
100292e1fb5eSAlex WilliamsonVFIO
100392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
100492e1fb5eSAlex WilliamsonS: Supported
1005cf7087dbSKim PhillipsF: hw/vfio/*
100699b88c6dSThomas HuthF: include/hw/vfio/
100792e1fb5eSAlex Williamson
1008*5eb74557SDong Jia Shivfio-ccw
1009*5eb74557SDong Jia ShiM: Cornelia Huck <cornelia.huck@de.ibm.com>
1010*5eb74557SDong Jia ShiS: Supported
1011*5eb74557SDong Jia ShiF: hw/vfio/ccw.c
1012*5eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
1013*5eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
1014*5eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1015*5eb74557SDong Jia Shi
1016fd5d5c56SAnthony Liguorivhost
1017fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1018fd5d5c56SAnthony LiguoriS: Supported
10198d8b636dSPaolo BonziniF: hw/*/*vhost*
1020fd5d5c56SAnthony Liguori
1021fd5d5c56SAnthony Liguorivirtio
1022a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1023fd5d5c56SAnthony LiguoriS: Supported
10248d8b636dSPaolo BonziniF: hw/*/virtio*
102572fa605dSThomas HuthF: hw/virtio/Makefile.objs
102672fa605dSThomas HuthF: hw/virtio/trace-events
10276a084ea3SMichael S. TsirkinF: net/vhost-user.c
1028494f7b57SThomas HuthF: include/hw/virtio/
10296bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1030fd5d5c56SAnthony Liguori
1031fd5d5c56SAnthony Liguorivirtio-9p
103223704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10338c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1034fd5d5c56SAnthony LiguoriS: Supported
1035aebeca25SAndreas FärberF: hw/9pfs/
1036aebeca25SAndreas FärberF: fsdev/
10372d888c09SAndreas FärberF: tests/virtio-9p-test.c
10383f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10398c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1040fd5d5c56SAnthony Liguori
1041fd5d5c56SAnthony Liguorivirtio-blk
104254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1043b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1044fd5d5c56SAnthony LiguoriS: Supported
10458d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1046b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10476bd7776cSGreg KurzF: tests/virtio-blk-test.c
1048b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1049fd5d5c56SAnthony Liguori
1050dd4ad64aSCornelia Huckvirtio-ccw
1051dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
1052b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1053dd4ad64aSCornelia HuckS: Supported
1054dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10553e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10563e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1057dd4ad64aSCornelia Huck
1058a5d4d7b5SGerd Hoffmannvirtio-input
1059a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1060a5d4d7b5SGerd HoffmannS: Maintained
1061a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1062a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1063a5d4d7b5SGerd Hoffmann
1064fd5d5c56SAnthony Liguorivirtio-serial
1065cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1066fd5d5c56SAnthony LiguoriS: Supported
10678d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10688d8b636dSPaolo BonziniF: hw/char/virtio-console.c
106968a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10706bd7776cSGreg KurzF: tests/virtio-console-test.c
10716bd7776cSGreg KurzF: tests/virtio-serial-test.c
1072fd5d5c56SAnthony Liguori
10731f51a5cbSAmit Shahvirtio-rng
1074cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10751f51a5cbSAmit ShahS: Supported
10761f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10771f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1078750cf869SThomas HuthF: include/sysemu/rng*.h
10791f51a5cbSAmit ShahF: backends/rng*.c
10806bd7776cSGreg KurzF: tests/virtio-rng-test.c
10811f51a5cbSAmit Shah
10826034011cSGongleivirtio-crypto
10836034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10846034011cSGongleiS: Supported
10856034011cSGongleiF: hw/virtio/virtio-crypto.c
10866034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10876034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10886034011cSGonglei
1089f3c507adSKeith Buschnvme
1090f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1091c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1092f3c507adSKeith BuschS: Supported
1093f3c507adSKeith BuschF: hw/block/nvme*
1094fc967791SAndreas FärberF: tests/nvme-test.c
1095f3c507adSKeith Busch
1096d383c625SHannes Reineckemegasas
1097d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1098c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1099d383c625SHannes ReineckeS: Supported
1100d383c625SHannes ReineckeF: hw/scsi/megasas.c
1101d383c625SHannes ReineckeF: hw/scsi/mfi.h
1102d383c625SHannes Reinecke
1103605d52e6SDmitry FleytmanNetwork packet abstractions
1104605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1105605d52e6SDmitry FleytmanS: Maintained
1106605d52e6SDmitry FleytmanF: include/net/eth.h
1107605d52e6SDmitry FleytmanF: net/eth.c
1108605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1109605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1110605d52e6SDmitry Fleytman
1111622fb504SDmitry FleytmanVmware
1112622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1113622fb504SDmitry FleytmanS: Maintained
1114622fb504SDmitry FleytmanF: hw/net/vmxnet*
1115622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1116622fb504SDmitry Fleytman
1117de24d3f1SScott FeldmanRocker
1118de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1119de24d3f1SScott FeldmanS: Maintained
1120de24d3f1SScott FeldmanF: hw/net/rocker/
1121de850948SThomas HuthF: tests/rocker/
1122de850948SThomas HuthF: docs/specs/rocker.txt
1123de24d3f1SScott Feldman
112470d1fb9cSXiao GuangrongNVDIMM
112570d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
112670d1fb9cSXiao GuangrongS: Maintained
112770d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
112870d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
112970d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
113070d1fb9cSXiao Guangrong
1131093454e2SDmitry Fleytmane1000x
1132093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1133093454e2SDmitry FleytmanS: Maintained
1134093454e2SDmitry FleytmanF: hw/net/e1000x*
1135093454e2SDmitry Fleytman
11366f3fbe4eSDmitry Fleytmane1000e
11376f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11386f3fbe4eSDmitry FleytmanS: Maintained
11396f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11406f3fbe4eSDmitry Fleytman
1141e481a1f6SAlistair FrancisGeneric Loader
1142e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1143e481a1f6SAlistair FrancisS: Maintained
1144e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1145e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1146e481a1f6SAlistair Francis
114787a9023aSThomas HuthCHRP NVRAM
114887a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
114987a9023aSThomas HuthS: Maintained
115087a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
115187a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
115287a9023aSThomas HuthF: tests/prom-env-test.c
115387a9023aSThomas Huth
115442697d88SBen WarrenVM Generation ID
115542697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
115642697d88SBen WarrenS: Maintained
115742697d88SBen WarrenF: hw/acpi/vmgenid.c
115842697d88SBen WarrenF: include/hw/acpi/vmgenid.h
115942697d88SBen WarrenF: docs/specs/vmgenid.txt
116042697d88SBen WarrenF: tests/vmgenid-test.c
116142697d88SBen WarrenF: stubs/vmgenid.c
116242697d88SBen Warren
1163fd5d5c56SAnthony LiguoriSubsystems
1164fd5d5c56SAnthony Liguori----------
1165fd5d5c56SAnthony LiguoriAudio
11669f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1167fd5d5c56SAnthony LiguoriS: Maintained
1168fd5d5c56SAnthony LiguoriF: audio/
11698d8b636dSPaolo BonziniF: hw/audio/
1170a2b245aeSThomas HuthF: include/hw/audio/
1171d7b50c0cSAndreas FärberF: tests/ac97-test.c
11728fa74c94SAndreas FärberF: tests/es1370-test.c
1173fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1174fd5d5c56SAnthony Liguori
117517f1e8f5SStefan HajnocziBlock layer core
1176fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1177c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1178c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1179fd5d5c56SAnthony LiguoriS: Supported
1180fd5d5c56SAnthony LiguoriF: block*
1181fd5d5c56SAnthony LiguoriF: block/
11828d8b636dSPaolo BonziniF: hw/block/
11834c346e0bSKevin WolfF: include/block/
118446078760SKevin WolfF: qemu-img*
118546078760SKevin WolfF: qemu-io*
118629242091SKevin WolfF: tests/qemu-iotests/
11878dd30c86SMax ReitzF: util/qemu-progress.c
1188d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1189fd5d5c56SAnthony Liguori
1190d55053b1SStefan HajnocziBlock I/O path
1191d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11929ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1193d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1194d55053b1SStefan HajnocziS: Supported
119536c697bdSPaolo BonziniF: util/async.c
119636c697bdSPaolo BonziniF: util/aio-*.c
1197d55053b1SStefan HajnocziF: block/io.c
1198d55053b1SStefan HajnocziF: migration/block*
1199e1029ae2SFam ZhengF: include/block/aio.h
1200d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1201d55053b1SStefan Hajnoczi
1202280458a3SJeff CodyBlock Jobs
1203280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1204280458a3SJeff CodyL: qemu-block@nongnu.org
1205280458a3SJeff CodyS: Supported
1206280458a3SJeff CodyF: blockjob.c
1207280458a3SJeff CodyF: include/block/blockjob.h
1208280458a3SJeff CodyF: block/backup.c
1209280458a3SJeff CodyF: block/commit.c
121077346025SJeff CodyF: block/stream.c
1211280458a3SJeff CodyF: block/mirror.c
1212280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1213280458a3SJeff Cody
12144120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12154120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12164120201dSMarkus ArmbrusterS: Supported
12174120201dSMarkus ArmbrusterF: blockdev.c
12184120201dSMarkus ArmbrusterF: block/qapi.c
12194120201dSMarkus ArmbrusterF: qapi/block*.json
12204120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12214120201dSMarkus Armbruster
1222538193bcSJohn SnowDirty Bitmaps
1223538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1224538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1225538193bcSJohn SnowL: qemu-block@nongnu.org
1226538193bcSJohn SnowS: Supported
1227538193bcSJohn SnowF: util/hbitmap.c
1228538193bcSJohn SnowF: block/dirty-bitmap.c
1229538193bcSJohn SnowF: include/qemu/hbitmap.h
1230538193bcSJohn SnowF: include/block/dirty-bitmap.h
1231538193bcSJohn SnowF: tests/test-hbitmap.c
1232538193bcSJohn SnowF: docs/bitmaps.md
1233538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1234538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1235538193bcSJohn Snow
123661af0ee6SPaolo BonziniCharacter device backends
1237da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
123855fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1239fd5d5c56SAnthony LiguoriS: Maintained
1240178fe0aeSMarc-André LureauF: chardev/
1241da26f37aSPaolo BonziniF: backends/msmouse.c
1242da26f37aSPaolo BonziniF: backends/testdev.c
1243fd5d5c56SAnthony Liguori
1244e26082fdSPaolo BonziniCharacter Devices (Braille)
1245e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1246e26082fdSPaolo BonziniS: Maintained
1247e26082fdSPaolo BonziniF: backends/baum.c
1248fd5d5c56SAnthony Liguori
1249e94630d3SMarkus ArmbrusterCommand line option argument parsing
1250e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1251e94630d3SMarkus ArmbrusterS: Supported
1252e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1253e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1254e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1255e94630d3SMarkus ArmbrusterF: util/keyval.c
1256e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1257e94630d3SMarkus Armbruster
12588c413e79SMarkus ArmbrusterCoverity model
12598c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12608c413e79SMarkus ArmbrusterS: Supported
12618c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12628c413e79SMarkus Armbruster
1263f2ca0524SAndreas FärberCPU
126412b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1265f2ca0524SAndreas FärberS: Supported
1266f2ca0524SAndreas FärberF: qom/cpu.c
12676e481d57SPeter MaydellF: include/qom/cpu.h
1268f2ca0524SAndreas Färber
1269d24b569aSPeter A. G. CrosthwaiteDevice Tree
12704b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1271d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1272d24b569aSPeter A. G. CrosthwaiteS: Maintained
127382407515SThomas HuthF: device_tree.c
127482407515SThomas HuthF: include/sysemu/device_tree.h
1275d24b569aSPeter A. G. Crosthwaite
12764f966768SMarkus ArmbrusterError reporting
12774f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12784f966768SMarkus ArmbrusterS: Supported
12794f966768SMarkus ArmbrusterF: include/qapi/error.h
12804f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12814f966768SMarkus ArmbrusterF: util/error.c
12824f966768SMarkus ArmbrusterF: util/qemu-error.c
12834f966768SMarkus Armbruster
1284fd5d5c56SAnthony LiguoriGDB stub
12855dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1286fd5d5c56SAnthony LiguoriS: Odd Fixes
1287fd5d5c56SAnthony LiguoriF: gdbstub*
1288fd5d5c56SAnthony LiguoriF: gdb-xml/
1289fd5d5c56SAnthony Liguori
129001a9c03cSPaolo BonziniMemory API
129101a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
129201a9c03cSPaolo BonziniS: Supported
129301a9c03cSPaolo BonziniF: include/exec/ioport.h
129401a9c03cSPaolo BonziniF: ioport.c
129501a9c03cSPaolo BonziniF: include/exec/memory.h
12962b1641d0SPaolo BonziniF: include/exec/ram_addr.h
129701a9c03cSPaolo BonziniF: memory.c
129801a9c03cSPaolo BonziniF: include/exec/memory-internal.h
129901a9c03cSPaolo BonziniF: exec.c
130001a9c03cSPaolo Bonzini
13017ee3bf03SGerd HoffmannSPICE
13027ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13037ee3bf03SGerd HoffmannS: Supported
13046e481d57SPeter MaydellF: include/ui/qemu-spice.h
1305438528a3SThomas HuthF: include/ui/spice-display.h
13067ee3bf03SGerd HoffmannF: ui/spice-*.c
13077ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13088d8b636dSPaolo BonziniF: hw/display/qxl*
13097ee3bf03SGerd Hoffmann
1310fd5d5c56SAnthony LiguoriGraphics
131125eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
131225eccc37SGerd HoffmannS: Odd Fixes
1313fd5d5c56SAnthony LiguoriF: ui/
1314e220656cSThomas HuthF: include/ui/
1315fd5d5c56SAnthony Liguori
1316351f1bf6SAndreas FärberCocoa graphics
131730ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1318351f1bf6SAndreas FärberS: Odd Fixes
1319351f1bf6SAndreas FärberF: ui/cocoa.m
1320351f1bf6SAndreas Färber
1321fd5d5c56SAnthony LiguoriMain loop
1322da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1323da26f37aSPaolo BonziniS: Maintained
1324da26f37aSPaolo BonziniF: cpus.c
13253ecb29a3SPaolo BonziniF: util/main-loop.c
13263ecb29a3SPaolo BonziniF: util/qemu-timer.c
1327fd5d5c56SAnthony LiguoriF: vl.c
1328fd5d5c56SAnthony Liguori
13298899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1330c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1331fbb0621aSLuiz CapitulinoS: Maintained
1332fd5d5c56SAnthony LiguoriF: monitor.c
1333c13e9912SThomas HuthF: hmp.[ch]
1334c13e9912SThomas HuthF: hmp-commands*.hx
1335c13e9912SThomas HuthF: include/monitor/hmp-target.h
1336fd5d5c56SAnthony Liguori
1337f536f112SPaolo BonziniNetwork device backends
1338442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1339fd5d5c56SAnthony LiguoriS: Maintained
1340fd5d5c56SAnthony LiguoriF: net/
1341d24b2b1cSThomas HuthF: include/net/
13425fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1343fd5d5c56SAnthony Liguori
1344aee09bafSVincenzo MaffioneNetmap network backend
1345aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1346aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1347aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1348aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1349aee09bafSVincenzo MaffioneS: Maintained
1350aee09bafSVincenzo MaffioneF: net/netmap.c
1351aee09bafSVincenzo Maffione
135244f76b28SPaolo BonziniNetwork Block Device (NBD)
135344f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
135444f76b28SPaolo BonziniS: Odd Fixes
1355798bfe00SFam ZhengF: block/nbd*
1356798bfe00SFam ZhengF: nbd/
1357798bfe00SFam ZhengF: include/block/nbd*
135844f76b28SPaolo BonziniF: qemu-nbd.c
13591ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
136044f76b28SPaolo Bonzini
13612f54eb98SEduardo HabkostNUMA
13622f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13632f54eb98SEduardo HabkostS: Maintained
13642f54eb98SEduardo HabkostF: numa.c
13652f54eb98SEduardo HabkostF: include/sysemu/numa.h
13662f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13672f54eb98SEduardo Habkost
13684fc264f4SEduardo HabkostHost Memory Backends
13694fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13704fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13714fc264f4SEduardo HabkostS: Maintained
13724fc264f4SEduardo HabkostF: backends/hostmem*.c
13734fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13744fc264f4SEduardo Habkost
13756034011cSGongleiCryptodev Backends
13766034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13776034011cSGongleiS: Maintained
13786034011cSGongleiF: include/sysemu/cryptodev*.h
13796034011cSGongleiF: backends/cryptodev*.c
13806034011cSGonglei
13818899b4aeSLuiz CapitulinoQAPI
13829740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13838899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13849740618cSLuiz CapitulinoS: Supported
13858899b4aeSLuiz CapitulinoF: qapi/
13860311c5bdSMarkus ArmbrusterX: qapi/*.json
1387ac4abb9aSMarkus ArmbrusterF: include/qapi/
1388ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1389ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1390c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1391ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1392e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1393ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1394e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
13950311c5bdSMarkus ArmbrusterF: scripts/qapi*
13960311c5bdSMarkus ArmbrusterF: docs/qapi*
13979740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13988899b4aeSLuiz Capitulino
13997810d291SLuiz CapitulinoQAPI Schema
14007810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14017810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14027810d291SLuiz CapitulinoS: Supported
14037810d291SLuiz CapitulinoF: qapi-schema.json
14040311c5bdSMarkus ArmbrusterF: qapi/*.json
14059740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14067810d291SLuiz Capitulino
1407f3582ba4SLuiz CapitulinoQObject
1408daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1409daf5dc78SMarkus ArmbrusterS: Supported
1410f3582ba4SLuiz CapitulinoF: qobject/
14117735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14127735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1413a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14147735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
14157735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
14167735d2b5SMarkus ArmbrusterF: tests/check-qint.c
14177735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14187735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14197735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1420daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1421f3582ba4SLuiz Capitulino
1422f05d9999SMichael RothQEMU Guest Agent
1423f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1424f05d9999SMichael RothS: Maintained
1425f05d9999SMichael RothF: qga/
1426f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1427f05d9999SMichael Roth
14284688c94cSAndreas FärberQOM
14294688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14304688c94cSAndreas FärberS: Supported
14314688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14324688c94cSAndreas FärberF: include/qom/
14334688c94cSAndreas FärberX: include/qom/cpu.h
14344688c94cSAndreas FärberF: qom/
14354688c94cSAndreas FärberX: qom/cpu.c
14369f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14379f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14384688c94cSAndreas FärberF: tests/qom-test.c
14394688c94cSAndreas Färber
14408899b4aeSLuiz CapitulinoQMP
14419740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14429740618cSLuiz CapitulinoS: Supported
14438899b4aeSLuiz CapitulinoF: qmp.c
14448899b4aeSLuiz CapitulinoF: monitor.c
14459b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
14469740618cSLuiz CapitulinoF: scripts/qmp/
1447f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
14489740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14498899b4aeSLuiz Capitulino
1450cc0100f4SAlistair FrancisRegister API
1451cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1452cc0100f4SAlistair FrancisS: Maintained
1453cc0100f4SAlistair FrancisF: hw/core/register.c
1454cc0100f4SAlistair FrancisF: include/hw/register.h
1455cc0100f4SAlistair Francis
1456fd5d5c56SAnthony LiguoriSLIRP
1457eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1458bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1459bafc72abSJan KiszkaS: Maintained
1460fd5d5c56SAnthony LiguoriF: slirp/
1461663fb1e1SThomas HuthF: net/slirp.c
1462d24b2b1cSThomas HuthF: include/net/slirp.h
14631ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1464fd5d5c56SAnthony Liguori
1465b1ed728aSPaolo BonziniStubs
1466b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1467b1ed728aSPaolo BonziniS: Maintained
1468b1ed728aSPaolo BonziniF: stubs/
1469b1ed728aSPaolo Bonzini
1470598a3f35SStefan HajnocziTracing
14711cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1472598a3f35SStefan HajnocziS: Maintained
1473598a3f35SStefan HajnocziF: trace/
1474f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1475f70fd8fdSLluís VilanovaF: scripts/tracetool/
1476f922ea46SAndreas FärberF: docs/tracing.txt
14771ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1478598a3f35SStefan Hajnoczi
147914f40fdcSBlue SwirlCheckpatch
148014f40fdcSBlue SwirlS: Odd Fixes
148114f40fdcSBlue SwirlF: scripts/checkpatch.pl
148214f40fdcSBlue Swirl
1483c0787c8dSJuan QuintelaMigration
1484c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1485d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1486c0787c8dSJuan QuintelaS: Maintained
1487c0787c8dSJuan QuintelaF: include/migration/
148844a1f946SDr. David Alan GilbertF: migration/
1489c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1490c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1491a609ad8bSThomas HuthF: docs/migration.txt
1492c0787c8dSJuan Quintela
149392bfedb0SEduardo OtuboSeccomp
14949d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
149592bfedb0SEduardo OtuboS: Supported
149692bfedb0SEduardo OtuboF: qemu-seccomp.c
149792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
149892bfedb0SEduardo Otubo
1499ddbb0d09SDaniel P. BerrangeCryptography
1500ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1501ddbb0d09SDaniel P. BerrangeS: Maintained
1502ddbb0d09SDaniel P. BerrangeF: crypto/
1503ddbb0d09SDaniel P. BerrangeF: include/crypto/
1504ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1505899833cdSDaniel P. BerrangeF: qemu.sasl
1506ddbb0d09SDaniel P. Berrange
150710817bf0SDaniel P. BerrangeCoroutines
150810817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
150910817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
151010817bf0SDaniel P. BerrangeF: util/*coroutine*
151110817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
151210817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
151310817bf0SDaniel P. Berrange
151488c5f205SDaniel P. BerrangeBuffers
151588c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
151688c5f205SDaniel P. BerrangeS: Odd fixes
151788c5f205SDaniel P. BerrangeF: util/buffer.c
151888c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
151988c5f205SDaniel P. Berrange
1520666a3af9SDaniel P. BerrangeI/O Channels
1521666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1522666a3af9SDaniel P. BerrangeS: Maintained
1523666a3af9SDaniel P. BerrangeF: io/
1524666a3af9SDaniel P. BerrangeF: include/io/
1525666a3af9SDaniel P. BerrangeF: tests/test-io-*
1526666a3af9SDaniel P. Berrange
15275614a283SGerd HoffmannSockets
15285614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
15295614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15305614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
15315614a283SGerd HoffmannS: Maintained
15325614a283SGerd HoffmannF: include/qemu/sockets.h
15335614a283SGerd HoffmannF: util/qemu-sockets.c
15345614a283SGerd Hoffmann
1535d310d85bSAlberto GarciaThrottling infrastructure
1536d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1537d310d85bSAlberto GarciaS: Supported
1538d310d85bSAlberto GarciaF: block/throttle-groups.c
1539d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1540d310d85bSAlberto GarciaF: include/qemu/throttle.h
1541d310d85bSAlberto GarciaF: util/throttle.c
1542d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1543d310d85bSAlberto Garcia
1544080d7aacSFam ZhengUUID
1545080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1546080d7aacSFam ZhengS: Supported
1547080d7aacSFam ZhengF: util/uuid.c
1548080d7aacSFam ZhengF: include/qemu/uuid.h
1549080d7aacSFam ZhengF: tests/test-uuid.c
1550080d7aacSFam Zheng
1551a4cc318eSzhanghailiangCOLO Framework
1552a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1553a4cc318eSzhanghailiangS: Maintained
1554a4cc318eSzhanghailiangF: migration/colo*
1555a4cc318eSzhanghailiangF: include/migration/colo.h
1556a4cc318eSzhanghailiangF: include/migration/failover.h
1557a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1558a4cc318eSzhanghailiang
155988f82ed1SZhang ChenCOLO Proxy
156088f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
156188f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
156288f82ed1SZhang ChenS: Supported
156388f82ed1SZhang ChenF: docs/colo-proxy.txt
156488f82ed1SZhang ChenF: net/colo*
156588f82ed1SZhang ChenF: net/filter-rewriter.c
156688f82ed1SZhang ChenF: net/filter-mirror.c
156788f82ed1SZhang Chen
156862258201SPavel DovgalyukRecord/replay
156962258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
157062258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
157162258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
157262258201SPavel DovgalyukS: Supported
157362258201SPavel DovgalyukF: replay/*
157462258201SPavel DovgalyukF: block/blkreplay.c
157562258201SPavel DovgalyukF: net/filter-replay.c
157662258201SPavel DovgalyukF: include/sysemu/replay.h
157762258201SPavel DovgalyukF: docs/replay.txt
157862258201SPavel DovgalyukF: stubs/replay.c
157962258201SPavel Dovgalyuk
1580fd5d5c56SAnthony LiguoriUsermode Emulation
1581fd5d5c56SAnthony Liguori------------------
1582486bbe5fSPaolo BonziniOverall
1583486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1584486bbe5fSPaolo BonziniS: Maintained
1585486bbe5fSPaolo BonziniF: thunk.c
1586486bbe5fSPaolo BonziniF: user-exec.c
15875564edb1SPaolo BonziniF: user-exec-stub.c
1588486bbe5fSPaolo Bonzini
1589fd5d5c56SAnthony LiguoriBSD user
1590297e8005SMarkus ArmbrusterS: Orphan
1591fd5d5c56SAnthony LiguoriF: bsd-user/
1592ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1593fd5d5c56SAnthony Liguori
1594fd5d5c56SAnthony LiguoriLinux user
1595fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1596ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1597fd5d5c56SAnthony LiguoriS: Maintained
1598fd5d5c56SAnthony LiguoriF: linux-user/
1599ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
160042f5a7e9SAurelien Jarno
160142f5a7e9SAurelien JarnoTiny Code Generator (TCG)
160242f5a7e9SAurelien Jarno-------------------------
160342f5a7e9SAurelien JarnoCommon code
1604cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
160542f5a7e9SAurelien JarnoS: Maintained
160642f5a7e9SAurelien JarnoF: tcg/
160742f5a7e9SAurelien Jarno
1608b25a464cSClaudio FontanaAArch64 target
1609b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1610b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1611b25a464cSClaudio FontanaS: Maintained
1612b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1613b25a464cSClaudio FontanaF: tcg/aarch64/
1614c17652eeSPaolo BonziniF: disas/arm-a64.cc
1615c17652eeSPaolo BonziniF: disas/libvixl/
1616b25a464cSClaudio Fontana
161742f5a7e9SAurelien JarnoARM target
161842f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
161942f5a7e9SAurelien JarnoS: Maintained
1620b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
162142f5a7e9SAurelien JarnoF: tcg/arm/
1622c17652eeSPaolo BonziniF: disas/arm.c
162342f5a7e9SAurelien Jarno
162442f5a7e9SAurelien Jarnoi386 target
16255dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
162642f5a7e9SAurelien JarnoS: Maintained
162742f5a7e9SAurelien JarnoF: tcg/i386/
1628c17652eeSPaolo BonziniF: disas/i386.c
162942f5a7e9SAurelien Jarno
163042f5a7e9SAurelien JarnoIA64 target
163142f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
163242f5a7e9SAurelien JarnoS: Maintained
163342f5a7e9SAurelien JarnoF: tcg/ia64/
1634c17652eeSPaolo BonziniF: disas/ia64.c
163542f5a7e9SAurelien Jarno
163642f5a7e9SAurelien JarnoMIPS target
1637d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
163842f5a7e9SAurelien JarnoS: Maintained
163942f5a7e9SAurelien JarnoF: tcg/mips/
1640c17652eeSPaolo BonziniF: disas/mips.c
164142f5a7e9SAurelien Jarno
164242f5a7e9SAurelien JarnoPPC
164315610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
164415610d42SPranith KumarS: Odd Fixes
164542f5a7e9SAurelien JarnoF: tcg/ppc/
1646c17652eeSPaolo BonziniF: disas/ppc.c
164742f5a7e9SAurelien Jarno
164842f5a7e9SAurelien JarnoS390 target
164942f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
165042f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
165142f5a7e9SAurelien JarnoS: Maintained
165242f5a7e9SAurelien JarnoF: tcg/s390/
1653c17652eeSPaolo BonziniF: disas/s390.c
165442f5a7e9SAurelien Jarno
165542f5a7e9SAurelien JarnoSPARC target
1656297e8005SMarkus ArmbrusterS: Odd Fixes
165742f5a7e9SAurelien JarnoF: tcg/sparc/
1658c17652eeSPaolo BonziniF: disas/sparc.c
1659bc75c9e5SStefan Weil
1660bc75c9e5SStefan WeilTCI target
1661bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1662bc75c9e5SStefan WeilS: Maintained
16638ef9cd55SAndreas FärberF: tcg/tci/
16642b7be8c8SStefan WeilF: tci.c
1665c17652eeSPaolo BonziniF: disas/tci.c
1666aa09c951SAndreas Färber
1667f05b328cSStefan HajnocziBlock drivers
1668f05b328cSStefan Hajnoczi-------------
1669f05b328cSStefan HajnocziVMDK
1670f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1671c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1672f05b328cSStefan HajnocziS: Supported
1673f05b328cSStefan HajnocziF: block/vmdk.c
1674f05b328cSStefan Hajnoczi
1675f05b328cSStefan HajnocziRBD
16765a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1677280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1678280458a3SJeff CodyL: qemu-block@nongnu.org
1679f05b328cSStefan HajnocziS: Supported
1680f05b328cSStefan HajnocziF: block/rbd.c
1681280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1682f05b328cSStefan Hajnoczi
1683f05b328cSStefan HajnocziSheepdog
168453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1685f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1686280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1687280458a3SJeff CodyL: qemu-block@nongnu.org
1688dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1689f05b328cSStefan HajnocziS: Supported
1690f05b328cSStefan HajnocziF: block/sheepdog.c
1691280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1692f05b328cSStefan Hajnoczi
1693f05b328cSStefan HajnocziVHDX
1694f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1695280458a3SJeff CodyL: qemu-block@nongnu.org
1696f05b328cSStefan HajnocziS: Supported
1697f05b328cSStefan HajnocziF: block/vhdx*
1698280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1699f05b328cSStefan Hajnoczi
1700f05b328cSStefan HajnocziVDI
1701f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1702c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1703f05b328cSStefan HajnocziS: Maintained
1704f05b328cSStefan HajnocziF: block/vdi.c
1705f05b328cSStefan Hajnoczi
1706f05b328cSStefan HajnocziiSCSI
1707f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1708f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1709f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1710c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1711f05b328cSStefan HajnocziS: Supported
1712f05b328cSStefan HajnocziF: block/iscsi.c
17132deb63c2SPeter LievenF: block/iscsi-opts.c
1714f05b328cSStefan Hajnoczi
17156542aa9cSPeter LievenNFS
1716280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
17176542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1718280458a3SJeff CodyL: qemu-block@nongnu.org
17196542aa9cSPeter LievenS: Maintained
17206542aa9cSPeter LievenF: block/nfs.c
1721280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
17226542aa9cSPeter Lieven
1723f05b328cSStefan HajnocziSSH
1724f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1725280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1726280458a3SJeff CodyL: qemu-block@nongnu.org
1727f05b328cSStefan HajnocziS: Supported
1728f05b328cSStefan HajnocziF: block/ssh.c
1729280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1730c9a12e75SChrysostomos Nanakos
1731280458a3SJeff CodyCURL
1732280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1733280458a3SJeff CodyL: qemu-block@nongnu.org
1734280458a3SJeff CodyS: Supported
1735280458a3SJeff CodyF: block/curl.c
1736280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1737280458a3SJeff Cody
1738280458a3SJeff CodyGLUSTER
1739280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1740280458a3SJeff CodyL: qemu-block@nongnu.org
1741280458a3SJeff CodyS: Supported
1742280458a3SJeff CodyF: block/gluster.c
1743280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1744b5e9476cSGonglei
1745199667a8SFam ZhengNull Block Driver
1746199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1747199667a8SFam ZhengL: qemu-block@nongnu.org
1748199667a8SFam ZhengS: Supported
1749199667a8SFam ZhengF: block/null.c
1750199667a8SFam Zheng
1751b5e9476cSGongleiBootdevice
1752b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1753b5e9476cSGongleiS: Maintained
1754b5e9476cSGongleiF: bootdevice.c
1755ecdda9e0SAlberto Garcia
1756ecdda9e0SAlberto GarciaQuorum
1757ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1758ecdda9e0SAlberto GarciaS: Supported
1759ecdda9e0SAlberto GarciaF: block/quorum.c
1760ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1761e7c6e631SStefan Hajnoczi
1762e7c6e631SStefan Hajnocziblkverify
1763e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1764e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1765e7c6e631SStefan HajnocziS: Supported
1766e7c6e631SStefan HajnocziF: block/blkverify.c
1767e7c6e631SStefan Hajnoczi
1768e7c6e631SStefan Hajnoczibochs
1769e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1770e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1771e7c6e631SStefan HajnocziS: Supported
1772e7c6e631SStefan HajnocziF: block/bochs.c
1773e7c6e631SStefan Hajnoczi
1774e7c6e631SStefan Hajnoczicloop
1775e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1776e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1777e7c6e631SStefan HajnocziS: Supported
1778e7c6e631SStefan HajnocziF: block/cloop.c
1779e7c6e631SStefan Hajnoczi
1780e7c6e631SStefan Hajnoczidmg
1781e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1782e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1783e7c6e631SStefan HajnocziS: Supported
1784e7c6e631SStefan HajnocziF: block/dmg.c
1785e7c6e631SStefan Hajnoczi
1786e7c6e631SStefan Hajnocziparallels
1787e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1788f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1789e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1790e7c6e631SStefan HajnocziS: Supported
1791e7c6e631SStefan HajnocziF: block/parallels.c
1792b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1793e7c6e631SStefan Hajnoczi
1794e7c6e631SStefan Hajnocziqed
1795e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1796e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1797e7c6e631SStefan HajnocziS: Supported
1798e7c6e631SStefan HajnocziF: block/qed.c
1799e7c6e631SStefan Hajnoczi
1800e7c6e631SStefan Hajnocziraw
1801e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1802e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1803e7c6e631SStefan HajnocziS: Supported
1804e7c6e631SStefan HajnocziF: block/linux-aio.c
1805f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
18062e6fc7ebSEric BlakeF: block/raw-format.c
1807c1bb86cdSEric BlakeF: block/file-posix.c
1808c1bb86cdSEric BlakeF: block/file-win32.c
1809e7c6e631SStefan HajnocziF: block/win32-aio.c
1810e7c6e631SStefan Hajnoczi
1811e7c6e631SStefan Hajnocziqcow2
1812e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1813c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1814e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1815e7c6e631SStefan HajnocziS: Supported
1816e7c6e631SStefan HajnocziF: block/qcow2*
1817e7c6e631SStefan Hajnoczi
1818e7c6e631SStefan Hajnocziqcow
1819e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1820e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1821e7c6e631SStefan HajnocziS: Supported
1822e7c6e631SStefan HajnocziF: block/qcow.c
1823e7c6e631SStefan Hajnoczi
1824e7c6e631SStefan Hajnocziblkdebug
1825e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1826c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1827e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1828e7c6e631SStefan HajnocziS: Supported
1829e7c6e631SStefan HajnocziF: block/blkdebug.c
1830e7c6e631SStefan Hajnoczi
1831e7c6e631SStefan Hajnoczivpc
1832e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1833e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1834e7c6e631SStefan HajnocziS: Supported
1835e7c6e631SStefan HajnocziF: block/vpc.c
1836e7c6e631SStefan Hajnoczi
1837e7c6e631SStefan Hajnoczivvfat
1838e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1839e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1840e7c6e631SStefan HajnocziS: Supported
1841e7c6e631SStefan HajnocziF: block/vvfat.c
1842abfe4e94SStefan Hajnoczi
1843abfe4e94SStefan HajnocziImage format fuzzer
1844abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1845abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1846abfe4e94SStefan HajnocziS: Supported
1847abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1848717171bdSDaniel P. Berrange
1849049105a3SChanglong XieReplication
1850205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
18513ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1852049105a3SChanglong XieS: Supported
1853049105a3SChanglong XieF: replication*
1854049105a3SChanglong XieF: block/replication.c
1855049105a3SChanglong XieF: tests/test-replication.c
1856049105a3SChanglong XieF: docs/block-replication.txt
1857049105a3SChanglong Xie
1858b9e02c06SAlex BennéeBuild and test automation
1859b9e02c06SAlex Bennée-------------------------
1860b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1861e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
1862b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1863e70dc7f8SAlex BennéeS: Maintained
1864b9e02c06SAlex BennéeF: .travis.yml
1865d92d886aSAlex BennéeF: .shippable.yml
1866e70dc7f8SAlex BennéeF: tests/docker/
1867e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
1868e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1869717171bdSDaniel P. Berrange
1870717171bdSDaniel P. BerrangeDocumentation
1871717171bdSDaniel P. Berrange-------------
1872717171bdSDaniel P. BerrangeBuild system architecture
1873717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1874717171bdSDaniel P. BerrangeS: Odd Fixes
1875717171bdSDaniel P. BerrangeF: docs/build-system.txt
18768a49e97fSFam Zheng
1877