xref: /openbmc/qemu/MAINTAINERS (revision 8dd30c86)
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
3571bdd6874SStefan WeilW32, W64
3581bdd6874SStefan WeilL: qemu-devel@nongnu.org
3591bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3601bdd6874SStefan WeilS: Maintained
3611bdd6874SStefan WeilF: *win32*
36203972660SThomas HuthF: */*win32*
36303972660SThomas HuthF: include/*/*win32*
36403972660SThomas HuthX: qga/*win32*
365885bdc95SStefan WeilF: qemu.nsi
3661bdd6874SStefan Weil
367fd5d5c56SAnthony LiguoriARM Machines
368fd5d5c56SAnthony Liguori------------
36984291fe7SliguangAllwinner-a10
37085b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
371b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37284291fe7SliguangS: Maintained
37385b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37485b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37584291fe7SliguangF: hw/arm/cubieboard.c
37684291fe7Sliguang
37706271000SPaolo BonziniARM PrimeCell
37806271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
379b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38006271000SPaolo BonziniS: Maintained
38106271000SPaolo BonziniF: hw/char/pl011.c
38206271000SPaolo BonziniF: hw/display/pl110*
38306271000SPaolo BonziniF: hw/dma/pl080.c
38406271000SPaolo BonziniF: hw/dma/pl330.c
38506271000SPaolo BonziniF: hw/gpio/pl061.c
38606271000SPaolo BonziniF: hw/input/pl050.c
38706271000SPaolo BonziniF: hw/intc/pl190.c
38806271000SPaolo BonziniF: hw/sd/pl181.c
38906271000SPaolo BonziniF: hw/timer/pl031.c
39006271000SPaolo BonziniF: include/hw/arm/primecell.h
39106271000SPaolo Bonzini
39206271000SPaolo BonziniARM cores
39306271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
394b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
39506271000SPaolo BonziniS: Maintained
39606271000SPaolo BonziniF: hw/intc/arm*
39706271000SPaolo BonziniF: hw/intc/gic_internal.h
39806271000SPaolo BonziniF: hw/misc/a9scu.c
39906271000SPaolo BonziniF: hw/misc/arm11scu.c
40006271000SPaolo BonziniF: hw/timer/a9gtimer*
40106271000SPaolo BonziniF: hw/timer/arm_*
40206271000SPaolo BonziniF: include/hw/arm/arm.h
40306271000SPaolo BonziniF: include/hw/intc/arm*
40406271000SPaolo BonziniF: include/hw/misc/a9scu.h
40506271000SPaolo BonziniF: include/hw/misc/arm11scu.h
40606271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
40706271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
40806271000SPaolo Bonzini
409fc63dcffSEvgeny VoevodinExynos
410f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
411b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
412fc63dcffSEvgeny VoevodinS: Maintained
4138d8b636dSPaolo BonziniF: hw/*/exynos*
414ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
415fc63dcffSEvgeny Voevodin
416766fd09fSMark LangsdorfCalxeda Highbank
4179ef137caSRob HerringM: Rob Herring <robh@kernel.org>
418b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4199ef137caSRob HerringS: Maintained
4208d8b636dSPaolo BonziniF: hw/arm/highbank.c
4218d8b636dSPaolo BonziniF: hw/net/xgmac.c
422766fd09fSMark Langsdorf
4239082f121SAntony PavlovCanon DIGIC
4249082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
425b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4269082f121SAntony PavlovS: Maintained
4279082f121SAntony PavlovF: include/hw/arm/digic.h
4289082f121SAntony PavlovF: hw/*/digic*
4299082f121SAntony Pavlov
430fd5d5c56SAnthony LiguoriGumstix
4315dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
432b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
433fd5d5c56SAnthony LiguoriS: Orphan
4348d8b636dSPaolo BonziniF: hw/arm/gumstix.c
435fd5d5c56SAnthony Liguori
4360325559dSPeter Chubbi.MX31
4370325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
438b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4390325559dSPeter ChubbS: Odd fixes
4408d8b636dSPaolo BonziniF: hw/*/imx*
441f7e242d6SThomas HuthF: include/hw/*/imx*
4428d8b636dSPaolo BonziniF: hw/arm/kzm.c
443ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4440325559dSPeter Chubb
445fd5d5c56SAnthony LiguoriIntegrator CP
4461ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
447b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
448fd5d5c56SAnthony LiguoriS: Maintained
4498d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
450f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
451fd5d5c56SAnthony Liguori
452fd5d5c56SAnthony LiguoriMusicpal
453fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
454b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
455fd5d5c56SAnthony LiguoriS: Maintained
4568d8b636dSPaolo BonziniF: hw/arm/musicpal.c
457fd5d5c56SAnthony Liguori
458fd5d5c56SAnthony LiguorinSeries
459fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
460b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
461fd5d5c56SAnthony LiguoriS: Maintained
4628d8b636dSPaolo BonziniF: hw/arm/nseries.c
463fd5d5c56SAnthony Liguori
464fd5d5c56SAnthony LiguoriPalm
465fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
466b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
467fd5d5c56SAnthony LiguoriS: Maintained
4688d8b636dSPaolo BonziniF: hw/arm/palm.c
469fd5d5c56SAnthony Liguori
470fd5d5c56SAnthony LiguoriReal View
4711ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
472b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
473fd5d5c56SAnthony LiguoriS: Maintained
4748d8b636dSPaolo BonziniF: hw/arm/realview*
475f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4765ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4775ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
478fd5d5c56SAnthony Liguori
4799b31bff0SPaolo BonziniPXA2XX
480fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
481b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
482fd5d5c56SAnthony LiguoriS: Maintained
4839b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4848d8b636dSPaolo BonziniF: hw/arm/spitz.c
4859b31bff0SPaolo BonziniF: hw/arm/tosa.c
4869b31bff0SPaolo BonziniF: hw/arm/z2.c
4879b31bff0SPaolo BonziniF: hw/*/pxa2xx*
488f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
489ed0db866SThomas HuthF: include/hw/arm/pxa.h
490fd5d5c56SAnthony Liguori
491fd5d5c56SAnthony LiguoriStellaris
4921ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
493b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
494fd5d5c56SAnthony LiguoriS: Maintained
4958d8b636dSPaolo BonziniF: hw/*/stellaris*
496fd5d5c56SAnthony Liguori
497fd5d5c56SAnthony LiguoriVersatile PB
4981ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
499b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
500fd5d5c56SAnthony LiguoriS: Maintained
5018d8b636dSPaolo BonziniF: hw/*/versatile*
502fd5d5c56SAnthony Liguori
503e3260506SPeter A. G. CrosthwaiteXilinx Zynq
504cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5054b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
506b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
507e3260506SPeter A. G. CrosthwaiteS: Maintained
508cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5098d8b636dSPaolo BonziniF: hw/*/cadence_*
510f7e242d6SThomas HuthF: hw/misc/zynq*
511f7e242d6SThomas HuthF: include/hw/misc/zynq*
512cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
513e3260506SPeter A. G. Crosthwaite
514137805f5SAlistair FrancisXilinx ZynqMP
515137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
516cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
517b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
518137805f5SAlistair FrancisS: Maintained
519cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
520f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
521137805f5SAlistair Francis
5228f4d260eSShannon ZhaoARM ACPI Subsystem
5238f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5248f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
525b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5268f4d260eSShannon ZhaoS: Maintained
5278f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5288f4d260eSShannon Zhao
529a1f8193bSAlistair FrancisSTM32F205
530a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
531a1f8193bSAlistair FrancisS: Maintained
532a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
533a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
534a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
535a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
536a1f8193bSAlistair FrancisF: hw/adc/*
537a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
538a1f8193bSAlistair Francis
539a1f8193bSAlistair FrancisNetduino 2
540a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
541a1f8193bSAlistair FrancisS: Maintained
542a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
543a1f8193bSAlistair Francis
544fd5d5c56SAnthony LiguoriCRIS Machines
545fd5d5c56SAnthony Liguori-------------
546fd5d5c56SAnthony LiguoriAxis Dev88
547fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
548fd5d5c56SAnthony LiguoriS: Maintained
5498d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5506e481d57SPeter MaydellF: hw/*/etraxfs_*.c
551fd5d5c56SAnthony Liguori
55207bf23a7SMichael WalleLM32 Machines
55307bf23a7SMichael Walle-------------
55407bf23a7SMichael WalleEVR32 and uclinux BSP
55507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
55607bf23a7SMichael WalleS: Maintained
5578d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
55807bf23a7SMichael Walle
559d118aa6bSMichael Wallemilkymist
560d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
561d118aa6bSMichael WalleS: Maintained
5628d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
563d118aa6bSMichael Walle
564afcacd53SAurelien JarnoM68K Machines
565fd5d5c56SAnthony Liguori-------------
566fd5d5c56SAnthony Liguorian5206
5675baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5685baf2741SThomas HuthS: Odd Fixes
5698d8b636dSPaolo BonziniF: hw/m68k/an5206.c
570e9a56114SThomas HuthF: hw/m68k/mcf5206.c
571fd5d5c56SAnthony Liguori
572fd5d5c56SAnthony Liguorimcf5208
5735baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5745baf2741SThomas HuthS: Odd Fixes
5758d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
576e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
577e9a56114SThomas HuthF: hw/char/mcf_uart.c
578e9a56114SThomas HuthF: hw/net/mcf_fec.c
5795baf2741SThomas HuthF: include/hw/m68k/mcf*.h
580fd5d5c56SAnthony Liguori
581fd5d5c56SAnthony LiguoriMicroBlaze Machines
582b6f97c14Sbellard-------------------
583fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
584fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
585fd5d5c56SAnthony LiguoriS: Maintained
5866e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
587b6f97c14Sbellard
588d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5894b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5918d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
592d36e8ce7SPeter A. G. Crosthwaite
593fd5d5c56SAnthony LiguoriMIPS Machines
594fd5d5c56SAnthony Liguori-------------
595fd5d5c56SAnthony LiguoriJazz
596fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
597fd5d5c56SAnthony LiguoriS: Maintained
5988d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
599fd5d5c56SAnthony Liguori
600fd5d5c56SAnthony LiguoriMalta
601fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
602fd5d5c56SAnthony LiguoriS: Maintained
6038d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
604fd5d5c56SAnthony Liguori
605fd5d5c56SAnthony LiguoriMipssim
606659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
607659f42d8SYongbok KimS: Odd Fixes
6088d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
609659f42d8SYongbok KimF: hw/net/mipsnet.c
610fd5d5c56SAnthony Liguori
611fd5d5c56SAnthony LiguoriR4000
612fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
613fd5d5c56SAnthony LiguoriS: Maintained
6148d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
615fd5d5c56SAnthony Liguori
616659f42d8SYongbok KimFulong 2E
617659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
618659f42d8SYongbok KimS: Odd Fixes
619659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
620659f42d8SYongbok Kim
621659f42d8SYongbok KimBoston
622659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
623659f42d8SYongbok KimS: Maintained
624659f42d8SYongbok KimF: hw/core/loader-fit.c
625659f42d8SYongbok KimF: hw/mips/boston.c
626659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
627659f42d8SYongbok Kim
628945dad6dSJia LiuOpenRISC Machines
629945dad6dSJia Liu-----------------
630945dad6dSJia Liuor1k-sim
631945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
632945dad6dSJia LiuS: Maintained
633945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
634945dad6dSJia Liu
635fd5d5c56SAnthony LiguoriPowerPC Machines
636fd5d5c56SAnthony Liguori----------------
637fd5d5c56SAnthony Liguori405
638fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
639a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6409b9fe135SAndreas FärberS: Odd Fixes
6418d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
642fd5d5c56SAnthony Liguori
643aaade8d7SAndreas FärberBamboo
644aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
645aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
646aaade8d7SAndreas FärberS: Odd Fixes
6478d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
648aaade8d7SAndreas Färber
64998cded3aSAndreas Färbere500
65098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
65198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
65298cded3aSAndreas FärberS: Supported
65398cded3aSAndreas FärberF: hw/ppc/e500.[hc]
65498cded3aSAndreas FärberF: hw/ppc/e500plat.c
655b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
656b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
657b5d55020SThomas HuthF: pc-bios/u-boot.e500
65898cded3aSAndreas Färber
65998cded3aSAndreas Färbermpc8544ds
66098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
66198cded3aSAndreas FärberL: qemu-ppc@nongnu.org
66298cded3aSAndreas FärberS: Supported
66398cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6648d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
66598cded3aSAndreas Färber
666fd5d5c56SAnthony LiguoriNew World
667fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
668a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
669fd5d5c56SAnthony LiguoriS: Maintained
670baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6716e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6726e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6738d8b636dSPaolo BonziniF: hw/misc/macio/
674b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
675b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
676fd5d5c56SAnthony Liguori
677fd5d5c56SAnthony LiguoriOld World
678fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
679a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
680fd5d5c56SAnthony LiguoriS: Maintained
681baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6826e481d57SPeter MaydellF: hw/pci-host/grackle.c
6838d8b636dSPaolo BonziniF: hw/misc/macio/
684835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
685fd5d5c56SAnthony Liguori
686ec38d398SAndreas FärberPReP
6878178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
6889f38774dSAndreas FärberL: qemu-devel@nongnu.org
689a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6908178e89cSHervé PoussineauS: Maintained
69175610155SAndreas FärberF: hw/ppc/prep.c
6928178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
6938178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
6946e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6958d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
696835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
697fd5d5c56SAnthony Liguori
698300b115cSAndreas FärbersPAPR
699085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7008a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7018a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7028a269ca4SAndreas FärberS: Supported
7038d8b636dSPaolo BonziniF: hw/*/spapr*
704f9de2da7SDavid GibsonF: include/hw/*/spapr*
705f9de2da7SDavid GibsonF: hw/*/xics*
706f9de2da7SDavid GibsonF: include/hw/*/xics*
707f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
708b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
709b5d55020SThomas HuthF: pc-bios/slof.bin
710bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
711b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
712b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
713a70ab357SGreg KurzF: tests/spapr*
714a70ab357SGreg KurzF: tests/libqos/*spapr*
715a70ab357SGreg KurzF: tests/rtas*
716a70ab357SGreg KurzF: tests/libqos/rtas*
7178a269ca4SAndreas Färber
718794d00bfSAndreas Färbervirtex_ml507
719794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
720794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
721794d00bfSAndreas FärberS: Odd Fixes
7226e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
723794d00bfSAndreas Färber
724fd5d5c56SAnthony LiguoriSH4 Machines
725fd5d5c56SAnthony Liguori------------
726fd5d5c56SAnthony LiguoriR2D
727fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
728fd5d5c56SAnthony LiguoriS: Maintained
7296e481d57SPeter MaydellF: hw/sh4/r2d.c
73081527b94SThomas HuthF: hw/intc/sh_intc.c
73181527b94SThomas HuthF: hw/timer/sh_timer.c
732fd5d5c56SAnthony Liguori
733fd5d5c56SAnthony LiguoriShix
734fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
73581527b94SThomas HuthS: Odd Fixes
7366e481d57SPeter MaydellF: hw/sh4/shix.c
737fd5d5c56SAnthony Liguori
738fd5d5c56SAnthony LiguoriSPARC Machines
739fd5d5c56SAnthony Liguori--------------
740fd5d5c56SAnthony LiguoriSun4m
741f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
742fd5d5c56SAnthony LiguoriS: Maintained
7438d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
744c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
745c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7467098b79eSThomas HuthF: hw/misc/eccmemctl.c
7477098b79eSThomas HuthF: hw/misc/slavio_misc.c
748c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
749c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
750c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
751fd5d5c56SAnthony Liguori
752fd5d5c56SAnthony LiguoriSun4u
753f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
754fd5d5c56SAnthony LiguoriS: Maintained
7558d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
756c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
757fd5d5c56SAnthony Liguori
758a2664ca0SArtyom TarasenkoSun4v
759a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
760a2664ca0SArtyom TarasenkoS: Maintained
761a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
762a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
763a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
764a2664ca0SArtyom Tarasenko
765ce6c760cSFabien ChouteauLeon3
766ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
767ce6c760cSFabien ChouteauS: Maintained
7688d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7698d8b636dSPaolo BonziniF: hw/*/grlib*
770c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
771ce6c760cSFabien Chouteau
772fd5d5c56SAnthony LiguoriS390 Machines
773fd5d5c56SAnthony Liguori-------------
774dd4ad64aSCornelia HuckS390 Virtio-ccw
775dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
776b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
777dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
778dd4ad64aSCornelia HuckS: Supported
7790c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
780c5bfb202SCornelia HuckF: hw/s390x/
7814277af19SCornelia HuckF: include/hw/s390x/
7824277af19SCornelia HuckF: pc-bios/s390-ccw/
783c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7841e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7851e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7861e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7873e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7883e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
789dd4ad64aSCornelia Huck
790ab9528caSGuan XuetaoUniCore32 Machines
791ab9528caSGuan Xuetao-------------
792ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
793ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
794ab9528caSGuan XuetaoS: Maintained
7958d8b636dSPaolo BonziniF: hw/*/puv3*
796ab9528caSGuan XuetaoF: hw/unicore32/
797ab9528caSGuan Xuetao
798fd5d5c56SAnthony LiguoriX86 Machines
799fd5d5c56SAnthony Liguori------------
800fd5d5c56SAnthony LiguoriPC
801046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
802fd5d5c56SAnthony LiguoriS: Supported
803046a6486SMichael S. TsirkinF: include/hw/i386/
804046a6486SMichael S. TsirkinF: hw/i386/
805046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
806046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
807046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
808046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
809046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
810046a6486SMichael S. TsirkinF: hw/isa/piix4.c
811046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
812046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
813046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
814046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
815046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
816f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8179cc3b73cSPaolo BonziniF: hw/misc/sga.c
8189cc3b73cSPaolo Bonzini
8199cc3b73cSPaolo BonziniPC Chipset
8209cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8219cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8229cc3b73cSPaolo BonziniS: Support
8239cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8249cc3b73cSPaolo BonziniF: hw/char/parallel.c
8259cc3b73cSPaolo BonziniF: hw/char/serial*
8269cc3b73cSPaolo BonziniF: hw/dma/i8257*
8279cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8289cc3b73cSPaolo BonziniF: hw/intc/apic*
8299cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8309cc3b73cSPaolo BonziniF: hw/intc/i8259*
8319cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8329cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8339cc3b73cSPaolo BonziniF: hw/timer/hpet*
8349cc3b73cSPaolo BonziniF: hw/timer/i8254*
8359cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
836a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
837a2feb348SThomas HuthF: include/hw/timer/hpet.h
838a2feb348SThomas HuthF: include/hw/timer/i8254*
839a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
840046a6486SMichael S. Tsirkin
8415da4fb00SMichael S. TsirkinMachine core
8425da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8435da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8445da4fb00SMichael S. TsirkinS: Supported
8455da4fb00SMichael S. TsirkinF: hw/core/machine.c
846c1629c5cSThomas HuthF: hw/core/null-machine.c
8475da4fb00SMichael S. TsirkinF: include/hw/boards.h
848fd5d5c56SAnthony Liguori
84916e7caaeSMax FilippovXtensa Machines
85016e7caaeSMax Filippov---------------
851375847a6SMax Filippovsim
85216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
85316e7caaeSMax FilippovS: Maintained
854437a8c11SMax FilippovF: hw/xtensa/sim.c
855375847a6SMax Filippov
856437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
857375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
858375847a6SMax FilippovS: Maintained
859437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
860437a8c11SMax FilippovF: hw/net/opencores_eth.c
86116e7caaeSMax Filippov
862fd5d5c56SAnthony LiguoriDevices
863fd5d5c56SAnthony Liguori-------
864b30934cbSJiri SlabyEDU
865b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
866b30934cbSJiri SlabyS: Maintained
867b30934cbSJiri SlabyF: hw/misc/edu.c
868b30934cbSJiri Slaby
869fd5d5c56SAnthony LiguoriIDE
870c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
871c095348bSJohn SnowL: qemu-block@nongnu.org
872c095348bSJohn SnowS: Supported
8738d8b636dSPaolo BonziniF: include/hw/ide.h
874c9f7acd5SThomas HuthF: include/hw/ide/
875fd5d5c56SAnthony LiguoriF: hw/ide/
876c095348bSJohn SnowF: hw/block/block.c
877c095348bSJohn SnowF: hw/block/cdrom.c
878c095348bSJohn SnowF: hw/block/hd-geometry.c
879c095348bSJohn SnowF: tests/ide-test.c
880c095348bSJohn SnowF: tests/ahci-test.c
881aee50319SJohn SnowF: tests/libqos/ahci*
882c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
883c095348bSJohn Snow
884c095348bSJohn SnowFloppy
885c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
886c095348bSJohn SnowL: qemu-block@nongnu.org
887c095348bSJohn SnowS: Supported
888c095348bSJohn SnowF: hw/block/fdc.c
889c095348bSJohn SnowF: include/hw/block/fdc.h
890aee50319SJohn SnowF: tests/fdc-test.c
891c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
892fd5d5c56SAnthony Liguori
893f5f487b2SPeter MaydellOMAP
894f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
895f5f487b2SPeter MaydellS: Maintained
8968d8b636dSPaolo BonziniF: hw/*/omap*
897ed0db866SThomas HuthF: include/hw/arm/omap.h
898f5f487b2SPeter Maydell
89928d54e58SPaolo BonziniIPack
90028d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
90128d54e58SPaolo BonziniS: Odd Fixes
90228d54e58SPaolo BonziniF: hw/char/ipoctal232.c
90328d54e58SPaolo BonziniF: hw/ipack/
90428d54e58SPaolo Bonzini
905fd5d5c56SAnthony LiguoriPCI
906fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
907874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
908fd5d5c56SAnthony LiguoriS: Supported
9098d8b636dSPaolo BonziniF: include/hw/pci/*
910f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
911ca818cfbSMichael S. TsirkinF: hw/pci/*
912f178bc6bSPaolo BonziniF: hw/pci-bridge/*
9130e0b3592SMichael S. Tsirkin
914d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9150e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9160e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9170e0b3592SMichael S. TsirkinS: Supported
9180e0b3592SMichael S. TsirkinF: include/hw/acpi/*
919d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9200e0b3592SMichael S. TsirkinF: hw/mem/*
9218d8b636dSPaolo BonziniF: hw/acpi/*
922d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9230e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9240e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9253248f1b4SBen WarrenF: tests/bios-tables-test.c
9263248f1b4SBen WarrenF: tests/acpi-utils.[hc]
927fd5d5c56SAnthony Liguori
928aaade8d7SAndreas Färberppc4xx
929aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
930aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
931aaade8d7SAndreas FärberS: Odd Fixes
9328d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
933b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
934aaade8d7SAndreas Färber
93598cded3aSAndreas Färberppce500
93698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
93798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
93898cded3aSAndreas FärberS: Supported
9396e481d57SPeter MaydellF: hw/ppc/e500*
940566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
941566dd236SPaolo BonziniF: hw/net/fsl_etsec/
94298cded3aSAndreas Färber
94361af0ee6SPaolo BonziniCharacter devices
94461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
94561af0ee6SPaolo BonziniS: Odd Fixes
94661af0ee6SPaolo BonziniF: hw/char/
94761af0ee6SPaolo Bonzini
948f536f112SPaolo BonziniNetwork devices
949f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
950f536f112SPaolo BonziniS: Odd Fixes
951f536f112SPaolo BonziniF: hw/net/
9526bd7776cSGreg KurzF: tests/virtio-net-test.c
953f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
954f536f112SPaolo Bonzini
955fd5d5c56SAnthony LiguoriSCSI
956de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
957de7724f7SPaolo BonziniS: Supported
95874460f34SThomas HuthF: include/hw/scsi/*
9598d8b636dSPaolo BonziniF: hw/scsi/*
9606bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9611ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
962de7724f7SPaolo Bonzini
963de7724f7SPaolo BonziniLSI53C895A
9640e19885eSAnthony LiguoriS: Orphan
9658d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
966fd5d5c56SAnthony Liguori
967fcb5629dSPeter A. G. CrosthwaiteSSI
9684b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
969fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9708d8b636dSPaolo BonziniF: hw/ssi/*
9718d8b636dSPaolo BonziniF: hw/block/m25p80.c
9724b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9734b46ba61SAlistair Francis
9744b46ba61SAlistair FrancisXilinx SPI
9754b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9764b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9774b46ba61SAlistair FrancisS: Maintained
9784b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
979fcb5629dSPeter A. G. Crosthwaite
980fd5d5c56SAnthony LiguoriUSB
9815d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9825d0d62feSGerd HoffmannS: Maintained
9838d8b636dSPaolo BonziniF: hw/usb/*
98428edfce0SGongleiF: tests/usb-*-test.c
985beded0ffSThomas HuthF: docs/usb2.txt
986beded0ffSThomas HuthF: docs/usb-storage.txt
987beded0ffSThomas HuthF: include/hw/usb.h
988beded0ffSThomas HuthF: include/hw/usb/
989fd5d5c56SAnthony Liguori
990e26082fdSPaolo BonziniUSB (serial adapter)
991e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
992e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
993e26082fdSPaolo BonziniS: Maintained
994e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
995e26082fdSPaolo Bonzini
99692e1fb5eSAlex WilliamsonVFIO
99792e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
99892e1fb5eSAlex WilliamsonS: Supported
999cf7087dbSKim PhillipsF: hw/vfio/*
100099b88c6dSThomas HuthF: include/hw/vfio/
100192e1fb5eSAlex Williamson
1002fd5d5c56SAnthony Liguorivhost
1003fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1004fd5d5c56SAnthony LiguoriS: Supported
10058d8b636dSPaolo BonziniF: hw/*/*vhost*
1006fd5d5c56SAnthony Liguori
1007fd5d5c56SAnthony Liguorivirtio
1008a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1009fd5d5c56SAnthony LiguoriS: Supported
10108d8b636dSPaolo BonziniF: hw/*/virtio*
101172fa605dSThomas HuthF: hw/virtio/Makefile.objs
101272fa605dSThomas HuthF: hw/virtio/trace-events
10136a084ea3SMichael S. TsirkinF: net/vhost-user.c
1014494f7b57SThomas HuthF: include/hw/virtio/
10156bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1016fd5d5c56SAnthony Liguori
1017fd5d5c56SAnthony Liguorivirtio-9p
101823704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10198c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1020fd5d5c56SAnthony LiguoriS: Supported
1021aebeca25SAndreas FärberF: hw/9pfs/
1022aebeca25SAndreas FärberF: fsdev/
10232d888c09SAndreas FärberF: tests/virtio-9p-test.c
10243f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10258c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1026fd5d5c56SAnthony Liguori
1027fd5d5c56SAnthony Liguorivirtio-blk
102854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1029b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1030fd5d5c56SAnthony LiguoriS: Supported
10318d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1032b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10336bd7776cSGreg KurzF: tests/virtio-blk-test.c
1034b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1035fd5d5c56SAnthony Liguori
1036dd4ad64aSCornelia Huckvirtio-ccw
1037dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
1038b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1039dd4ad64aSCornelia HuckS: Supported
1040dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10413e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10423e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1043dd4ad64aSCornelia Huck
1044a5d4d7b5SGerd Hoffmannvirtio-input
1045a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1046a5d4d7b5SGerd HoffmannS: Maintained
1047a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1048a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1049a5d4d7b5SGerd Hoffmann
1050fd5d5c56SAnthony Liguorivirtio-serial
1051cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1052fd5d5c56SAnthony LiguoriS: Supported
10538d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10548d8b636dSPaolo BonziniF: hw/char/virtio-console.c
105568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10566bd7776cSGreg KurzF: tests/virtio-console-test.c
10576bd7776cSGreg KurzF: tests/virtio-serial-test.c
1058fd5d5c56SAnthony Liguori
10591f51a5cbSAmit Shahvirtio-rng
1060cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10611f51a5cbSAmit ShahS: Supported
10621f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10631f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1064750cf869SThomas HuthF: include/sysemu/rng*.h
10651f51a5cbSAmit ShahF: backends/rng*.c
10666bd7776cSGreg KurzF: tests/virtio-rng-test.c
10671f51a5cbSAmit Shah
10686034011cSGongleivirtio-crypto
10696034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10706034011cSGongleiS: Supported
10716034011cSGongleiF: hw/virtio/virtio-crypto.c
10726034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10736034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10746034011cSGonglei
1075f3c507adSKeith Buschnvme
1076f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1077c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1078f3c507adSKeith BuschS: Supported
1079f3c507adSKeith BuschF: hw/block/nvme*
1080fc967791SAndreas FärberF: tests/nvme-test.c
1081f3c507adSKeith Busch
1082d383c625SHannes Reineckemegasas
1083d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1084c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1085d383c625SHannes ReineckeS: Supported
1086d383c625SHannes ReineckeF: hw/scsi/megasas.c
1087d383c625SHannes ReineckeF: hw/scsi/mfi.h
1088d383c625SHannes Reinecke
1089605d52e6SDmitry FleytmanNetwork packet abstractions
1090605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1091605d52e6SDmitry FleytmanS: Maintained
1092605d52e6SDmitry FleytmanF: include/net/eth.h
1093605d52e6SDmitry FleytmanF: net/eth.c
1094605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1095605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1096605d52e6SDmitry Fleytman
1097622fb504SDmitry FleytmanVmware
1098622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1099622fb504SDmitry FleytmanS: Maintained
1100622fb504SDmitry FleytmanF: hw/net/vmxnet*
1101622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1102622fb504SDmitry Fleytman
1103de24d3f1SScott FeldmanRocker
1104de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1105de24d3f1SScott FeldmanS: Maintained
1106de24d3f1SScott FeldmanF: hw/net/rocker/
1107de850948SThomas HuthF: tests/rocker/
1108de850948SThomas HuthF: docs/specs/rocker.txt
1109de24d3f1SScott Feldman
111070d1fb9cSXiao GuangrongNVDIMM
111170d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
111270d1fb9cSXiao GuangrongS: Maintained
111370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
111470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
111570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
111670d1fb9cSXiao Guangrong
1117093454e2SDmitry Fleytmane1000x
1118093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1119093454e2SDmitry FleytmanS: Maintained
1120093454e2SDmitry FleytmanF: hw/net/e1000x*
1121093454e2SDmitry Fleytman
11226f3fbe4eSDmitry Fleytmane1000e
11236f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11246f3fbe4eSDmitry FleytmanS: Maintained
11256f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11266f3fbe4eSDmitry Fleytman
1127e481a1f6SAlistair FrancisGeneric Loader
1128e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1129e481a1f6SAlistair FrancisS: Maintained
1130e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1131e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1132e481a1f6SAlistair Francis
113387a9023aSThomas HuthCHRP NVRAM
113487a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
113587a9023aSThomas HuthS: Maintained
113687a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
113787a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
113887a9023aSThomas HuthF: tests/prom-env-test.c
113987a9023aSThomas Huth
114042697d88SBen WarrenVM Generation ID
114142697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
114242697d88SBen WarrenS: Maintained
114342697d88SBen WarrenF: hw/acpi/vmgenid.c
114442697d88SBen WarrenF: include/hw/acpi/vmgenid.h
114542697d88SBen WarrenF: docs/specs/vmgenid.txt
114642697d88SBen WarrenF: tests/vmgenid-test.c
114742697d88SBen WarrenF: stubs/vmgenid.c
114842697d88SBen Warren
1149fd5d5c56SAnthony LiguoriSubsystems
1150fd5d5c56SAnthony Liguori----------
1151fd5d5c56SAnthony LiguoriAudio
11529f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1153fd5d5c56SAnthony LiguoriS: Maintained
1154fd5d5c56SAnthony LiguoriF: audio/
11558d8b636dSPaolo BonziniF: hw/audio/
1156a2b245aeSThomas HuthF: include/hw/audio/
1157d7b50c0cSAndreas FärberF: tests/ac97-test.c
11588fa74c94SAndreas FärberF: tests/es1370-test.c
1159fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1160fd5d5c56SAnthony Liguori
116117f1e8f5SStefan HajnocziBlock layer core
1162fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1163c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1164c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1165fd5d5c56SAnthony LiguoriS: Supported
1166fd5d5c56SAnthony LiguoriF: block*
1167fd5d5c56SAnthony LiguoriF: block/
11688d8b636dSPaolo BonziniF: hw/block/
11694c346e0bSKevin WolfF: include/block/
117046078760SKevin WolfF: qemu-img*
117146078760SKevin WolfF: qemu-io*
117229242091SKevin WolfF: tests/qemu-iotests/
1173*8dd30c86SMax ReitzF: util/qemu-progress.c
1174d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1175fd5d5c56SAnthony Liguori
1176d55053b1SStefan HajnocziBlock I/O path
1177d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11789ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1179d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1180d55053b1SStefan HajnocziS: Supported
1181d55053b1SStefan HajnocziF: async.c
1182d55053b1SStefan HajnocziF: aio-*.c
1183d55053b1SStefan HajnocziF: block/io.c
1184d55053b1SStefan HajnocziF: migration/block*
1185e1029ae2SFam ZhengF: include/block/aio.h
1186d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1187d55053b1SStefan Hajnoczi
1188280458a3SJeff CodyBlock Jobs
1189280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1190280458a3SJeff CodyL: qemu-block@nongnu.org
1191280458a3SJeff CodyS: Supported
1192280458a3SJeff CodyF: blockjob.c
1193280458a3SJeff CodyF: include/block/blockjob.h
1194280458a3SJeff CodyF: block/backup.c
1195280458a3SJeff CodyF: block/commit.c
119677346025SJeff CodyF: block/stream.c
1197280458a3SJeff CodyF: block/mirror.c
1198280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1199280458a3SJeff Cody
12004120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12014120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12024120201dSMarkus ArmbrusterS: Supported
12034120201dSMarkus ArmbrusterF: blockdev.c
12044120201dSMarkus ArmbrusterF: block/qapi.c
12054120201dSMarkus ArmbrusterF: qapi/block*.json
12064120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12074120201dSMarkus Armbruster
1208538193bcSJohn SnowDirty Bitmaps
1209538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1210538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1211538193bcSJohn SnowL: qemu-block@nongnu.org
1212538193bcSJohn SnowS: Supported
1213538193bcSJohn SnowF: util/hbitmap.c
1214538193bcSJohn SnowF: block/dirty-bitmap.c
1215538193bcSJohn SnowF: include/qemu/hbitmap.h
1216538193bcSJohn SnowF: include/block/dirty-bitmap.h
1217538193bcSJohn SnowF: tests/test-hbitmap.c
1218538193bcSJohn SnowF: docs/bitmaps.md
1219538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1220538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1221538193bcSJohn Snow
122261af0ee6SPaolo BonziniCharacter device backends
1223da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
122455fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1225fd5d5c56SAnthony LiguoriS: Maintained
1226178fe0aeSMarc-André LureauF: chardev/
1227da26f37aSPaolo BonziniF: backends/msmouse.c
1228da26f37aSPaolo BonziniF: backends/testdev.c
1229fd5d5c56SAnthony Liguori
1230e26082fdSPaolo BonziniCharacter Devices (Braille)
1231e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1232e26082fdSPaolo BonziniS: Maintained
1233e26082fdSPaolo BonziniF: backends/baum.c
1234fd5d5c56SAnthony Liguori
1235e94630d3SMarkus ArmbrusterCommand line option argument parsing
1236e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1237e94630d3SMarkus ArmbrusterS: Supported
1238e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1239e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1240e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1241e94630d3SMarkus ArmbrusterF: util/keyval.c
1242e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1243e94630d3SMarkus Armbruster
12448c413e79SMarkus ArmbrusterCoverity model
12458c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12468c413e79SMarkus ArmbrusterS: Supported
12478c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12488c413e79SMarkus Armbruster
1249f2ca0524SAndreas FärberCPU
125012b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1251f2ca0524SAndreas FärberS: Supported
1252f2ca0524SAndreas FärberF: qom/cpu.c
12536e481d57SPeter MaydellF: include/qom/cpu.h
1254f2ca0524SAndreas Färber
1255d24b569aSPeter A. G. CrosthwaiteDevice Tree
12564b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1257d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1258d24b569aSPeter A. G. CrosthwaiteS: Maintained
125982407515SThomas HuthF: device_tree.c
126082407515SThomas HuthF: include/sysemu/device_tree.h
1261d24b569aSPeter A. G. Crosthwaite
12624f966768SMarkus ArmbrusterError reporting
12634f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12644f966768SMarkus ArmbrusterS: Supported
12654f966768SMarkus ArmbrusterF: include/qapi/error.h
12664f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12674f966768SMarkus ArmbrusterF: util/error.c
12684f966768SMarkus ArmbrusterF: util/qemu-error.c
12694f966768SMarkus Armbruster
1270fd5d5c56SAnthony LiguoriGDB stub
12715dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1272fd5d5c56SAnthony LiguoriS: Odd Fixes
1273fd5d5c56SAnthony LiguoriF: gdbstub*
1274fd5d5c56SAnthony LiguoriF: gdb-xml/
1275fd5d5c56SAnthony Liguori
127601a9c03cSPaolo BonziniMemory API
127701a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
127801a9c03cSPaolo BonziniS: Supported
127901a9c03cSPaolo BonziniF: include/exec/ioport.h
128001a9c03cSPaolo BonziniF: ioport.c
128101a9c03cSPaolo BonziniF: include/exec/memory.h
12822b1641d0SPaolo BonziniF: include/exec/ram_addr.h
128301a9c03cSPaolo BonziniF: memory.c
128401a9c03cSPaolo BonziniF: include/exec/memory-internal.h
128501a9c03cSPaolo BonziniF: exec.c
128601a9c03cSPaolo Bonzini
12877ee3bf03SGerd HoffmannSPICE
12887ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
12897ee3bf03SGerd HoffmannS: Supported
12906e481d57SPeter MaydellF: include/ui/qemu-spice.h
1291438528a3SThomas HuthF: include/ui/spice-display.h
12927ee3bf03SGerd HoffmannF: ui/spice-*.c
12937ee3bf03SGerd HoffmannF: audio/spiceaudio.c
12948d8b636dSPaolo BonziniF: hw/display/qxl*
12957ee3bf03SGerd Hoffmann
1296fd5d5c56SAnthony LiguoriGraphics
129725eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
129825eccc37SGerd HoffmannS: Odd Fixes
1299fd5d5c56SAnthony LiguoriF: ui/
1300e220656cSThomas HuthF: include/ui/
1301fd5d5c56SAnthony Liguori
1302351f1bf6SAndreas FärberCocoa graphics
130330ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1304351f1bf6SAndreas FärberS: Odd Fixes
1305351f1bf6SAndreas FärberF: ui/cocoa.m
1306351f1bf6SAndreas Färber
1307fd5d5c56SAnthony LiguoriMain loop
1308da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1309da26f37aSPaolo BonziniS: Maintained
1310da26f37aSPaolo BonziniF: cpus.c
1311da26f37aSPaolo BonziniF: main-loop.c
1312da26f37aSPaolo BonziniF: qemu-timer.c
1313fd5d5c56SAnthony LiguoriF: vl.c
1314fd5d5c56SAnthony Liguori
13158899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1316c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1317fbb0621aSLuiz CapitulinoS: Maintained
1318fd5d5c56SAnthony LiguoriF: monitor.c
1319c13e9912SThomas HuthF: hmp.[ch]
1320c13e9912SThomas HuthF: hmp-commands*.hx
1321c13e9912SThomas HuthF: include/monitor/hmp-target.h
1322fd5d5c56SAnthony Liguori
1323f536f112SPaolo BonziniNetwork device backends
1324442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1325fd5d5c56SAnthony LiguoriS: Maintained
1326fd5d5c56SAnthony LiguoriF: net/
1327d24b2b1cSThomas HuthF: include/net/
13285fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1329fd5d5c56SAnthony Liguori
1330aee09bafSVincenzo MaffioneNetmap network backend
1331aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1332aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1333aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1334aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1335aee09bafSVincenzo MaffioneS: Maintained
1336aee09bafSVincenzo MaffioneF: net/netmap.c
1337aee09bafSVincenzo Maffione
133844f76b28SPaolo BonziniNetwork Block Device (NBD)
133944f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
134044f76b28SPaolo BonziniS: Odd Fixes
1341798bfe00SFam ZhengF: block/nbd*
1342798bfe00SFam ZhengF: nbd/
1343798bfe00SFam ZhengF: include/block/nbd*
134444f76b28SPaolo BonziniF: qemu-nbd.c
13451ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
134644f76b28SPaolo Bonzini
13472f54eb98SEduardo HabkostNUMA
13482f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13492f54eb98SEduardo HabkostS: Maintained
13502f54eb98SEduardo HabkostF: numa.c
13512f54eb98SEduardo HabkostF: include/sysemu/numa.h
13522f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13532f54eb98SEduardo Habkost
13544fc264f4SEduardo HabkostHost Memory Backends
13554fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13564fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13574fc264f4SEduardo HabkostS: Maintained
13584fc264f4SEduardo HabkostF: backends/hostmem*.c
13594fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13604fc264f4SEduardo Habkost
13616034011cSGongleiCryptodev Backends
13626034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13636034011cSGongleiS: Maintained
13646034011cSGongleiF: include/sysemu/cryptodev*.h
13656034011cSGongleiF: backends/cryptodev*.c
13666034011cSGonglei
13678899b4aeSLuiz CapitulinoQAPI
13689740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13698899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13709740618cSLuiz CapitulinoS: Supported
13718899b4aeSLuiz CapitulinoF: qapi/
13720311c5bdSMarkus ArmbrusterX: qapi/*.json
1373ac4abb9aSMarkus ArmbrusterF: include/qapi/
1374ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1375ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1376c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1377ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1378e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1379ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1380e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
13810311c5bdSMarkus ArmbrusterF: scripts/qapi*
13820311c5bdSMarkus ArmbrusterF: docs/qapi*
13839740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13848899b4aeSLuiz Capitulino
13857810d291SLuiz CapitulinoQAPI Schema
13867810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
13877810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13887810d291SLuiz CapitulinoS: Supported
13897810d291SLuiz CapitulinoF: qapi-schema.json
13900311c5bdSMarkus ArmbrusterF: qapi/*.json
13919740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13927810d291SLuiz Capitulino
1393f3582ba4SLuiz CapitulinoQObject
1394daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1395daf5dc78SMarkus ArmbrusterS: Supported
1396f3582ba4SLuiz CapitulinoF: qobject/
13977735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
13987735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1399a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14007735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
14017735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
14027735d2b5SMarkus ArmbrusterF: tests/check-qint.c
14037735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14047735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14057735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1406daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1407f3582ba4SLuiz Capitulino
1408f05d9999SMichael RothQEMU Guest Agent
1409f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1410f05d9999SMichael RothS: Maintained
1411f05d9999SMichael RothF: qga/
1412f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1413f05d9999SMichael Roth
14144688c94cSAndreas FärberQOM
14154688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14164688c94cSAndreas FärberS: Supported
14174688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14184688c94cSAndreas FärberF: include/qom/
14194688c94cSAndreas FärberX: include/qom/cpu.h
14204688c94cSAndreas FärberF: qom/
14214688c94cSAndreas FärberX: qom/cpu.c
14229f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14239f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14244688c94cSAndreas FärberF: tests/qom-test.c
14254688c94cSAndreas Färber
14268899b4aeSLuiz CapitulinoQMP
14279740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14289740618cSLuiz CapitulinoS: Supported
14298899b4aeSLuiz CapitulinoF: qmp.c
14308899b4aeSLuiz CapitulinoF: monitor.c
14319b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
14329740618cSLuiz CapitulinoF: scripts/qmp/
1433f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
14349740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14358899b4aeSLuiz Capitulino
1436cc0100f4SAlistair FrancisRegister API
1437cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1438cc0100f4SAlistair FrancisS: Maintained
1439cc0100f4SAlistair FrancisF: hw/core/register.c
1440cc0100f4SAlistair FrancisF: include/hw/register.h
1441cc0100f4SAlistair Francis
1442fd5d5c56SAnthony LiguoriSLIRP
1443eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1444bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1445bafc72abSJan KiszkaS: Maintained
1446fd5d5c56SAnthony LiguoriF: slirp/
1447663fb1e1SThomas HuthF: net/slirp.c
1448d24b2b1cSThomas HuthF: include/net/slirp.h
14491ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1450fd5d5c56SAnthony Liguori
1451b1ed728aSPaolo BonziniStubs
1452b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1453b1ed728aSPaolo BonziniS: Maintained
1454b1ed728aSPaolo BonziniF: stubs/
1455b1ed728aSPaolo Bonzini
1456598a3f35SStefan HajnocziTracing
14571cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1458598a3f35SStefan HajnocziS: Maintained
1459598a3f35SStefan HajnocziF: trace/
1460f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1461f70fd8fdSLluís VilanovaF: scripts/tracetool/
1462f922ea46SAndreas FärberF: docs/tracing.txt
14631ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1464598a3f35SStefan Hajnoczi
146514f40fdcSBlue SwirlCheckpatch
146614f40fdcSBlue SwirlS: Odd Fixes
146714f40fdcSBlue SwirlF: scripts/checkpatch.pl
146814f40fdcSBlue Swirl
1469c0787c8dSJuan QuintelaMigration
1470c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1471d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1472c0787c8dSJuan QuintelaS: Maintained
1473c0787c8dSJuan QuintelaF: include/migration/
147444a1f946SDr. David Alan GilbertF: migration/
1475c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1476c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1477a609ad8bSThomas HuthF: docs/migration.txt
1478c0787c8dSJuan Quintela
147992bfedb0SEduardo OtuboSeccomp
14809d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
148192bfedb0SEduardo OtuboS: Supported
148292bfedb0SEduardo OtuboF: qemu-seccomp.c
148392bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
148492bfedb0SEduardo Otubo
1485ddbb0d09SDaniel P. BerrangeCryptography
1486ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1487ddbb0d09SDaniel P. BerrangeS: Maintained
1488ddbb0d09SDaniel P. BerrangeF: crypto/
1489ddbb0d09SDaniel P. BerrangeF: include/crypto/
1490ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1491ddbb0d09SDaniel P. Berrange
149210817bf0SDaniel P. BerrangeCoroutines
149310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
149410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
149510817bf0SDaniel P. BerrangeF: util/*coroutine*
149610817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
149710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
149810817bf0SDaniel P. Berrange
149988c5f205SDaniel P. BerrangeBuffers
150088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
150188c5f205SDaniel P. BerrangeS: Odd fixes
150288c5f205SDaniel P. BerrangeF: util/buffer.c
150388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
150488c5f205SDaniel P. Berrange
1505666a3af9SDaniel P. BerrangeI/O Channels
1506666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1507666a3af9SDaniel P. BerrangeS: Maintained
1508666a3af9SDaniel P. BerrangeF: io/
1509666a3af9SDaniel P. BerrangeF: include/io/
1510666a3af9SDaniel P. BerrangeF: tests/test-io-*
1511666a3af9SDaniel P. Berrange
15125614a283SGerd HoffmannSockets
15135614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
15145614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15155614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
15165614a283SGerd HoffmannS: Maintained
15175614a283SGerd HoffmannF: include/qemu/sockets.h
15185614a283SGerd HoffmannF: util/qemu-sockets.c
15195614a283SGerd Hoffmann
1520d310d85bSAlberto GarciaThrottling infrastructure
1521d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1522d310d85bSAlberto GarciaS: Supported
1523d310d85bSAlberto GarciaF: block/throttle-groups.c
1524d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1525d310d85bSAlberto GarciaF: include/qemu/throttle.h
1526d310d85bSAlberto GarciaF: util/throttle.c
1527d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1528d310d85bSAlberto Garcia
1529080d7aacSFam ZhengUUID
1530080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1531080d7aacSFam ZhengS: Supported
1532080d7aacSFam ZhengF: util/uuid.c
1533080d7aacSFam ZhengF: include/qemu/uuid.h
1534080d7aacSFam ZhengF: tests/test-uuid.c
1535080d7aacSFam Zheng
1536a4cc318eSzhanghailiangCOLO Framework
1537a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1538a4cc318eSzhanghailiangS: Maintained
1539a4cc318eSzhanghailiangF: migration/colo*
1540a4cc318eSzhanghailiangF: include/migration/colo.h
1541a4cc318eSzhanghailiangF: include/migration/failover.h
1542a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1543a4cc318eSzhanghailiang
154488f82ed1SZhang ChenCOLO Proxy
154588f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
154688f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
154788f82ed1SZhang ChenS: Supported
154888f82ed1SZhang ChenF: docs/colo-proxy.txt
154988f82ed1SZhang ChenF: net/colo*
155088f82ed1SZhang ChenF: net/filter-rewriter.c
155188f82ed1SZhang ChenF: net/filter-mirror.c
155288f82ed1SZhang Chen
155362258201SPavel DovgalyukRecord/replay
155462258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
155562258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
155662258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
155762258201SPavel DovgalyukS: Supported
155862258201SPavel DovgalyukF: replay/*
155962258201SPavel DovgalyukF: block/blkreplay.c
156062258201SPavel DovgalyukF: net/filter-replay.c
156162258201SPavel DovgalyukF: include/sysemu/replay.h
156262258201SPavel DovgalyukF: docs/replay.txt
156362258201SPavel DovgalyukF: stubs/replay.c
156462258201SPavel Dovgalyuk
1565fd5d5c56SAnthony LiguoriUsermode Emulation
1566fd5d5c56SAnthony Liguori------------------
1567486bbe5fSPaolo BonziniOverall
1568486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1569486bbe5fSPaolo BonziniS: Maintained
1570486bbe5fSPaolo BonziniF: thunk.c
1571486bbe5fSPaolo BonziniF: user-exec.c
15725564edb1SPaolo BonziniF: user-exec-stub.c
1573486bbe5fSPaolo Bonzini
1574fd5d5c56SAnthony LiguoriBSD user
1575297e8005SMarkus ArmbrusterS: Orphan
1576fd5d5c56SAnthony LiguoriF: bsd-user/
1577ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1578fd5d5c56SAnthony Liguori
1579fd5d5c56SAnthony LiguoriLinux user
1580fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1581fd5d5c56SAnthony LiguoriS: Maintained
1582fd5d5c56SAnthony LiguoriF: linux-user/
1583ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
158442f5a7e9SAurelien Jarno
158542f5a7e9SAurelien JarnoTiny Code Generator (TCG)
158642f5a7e9SAurelien Jarno-------------------------
158742f5a7e9SAurelien JarnoCommon code
1588cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
158942f5a7e9SAurelien JarnoS: Maintained
159042f5a7e9SAurelien JarnoF: tcg/
159142f5a7e9SAurelien Jarno
1592b25a464cSClaudio FontanaAArch64 target
1593b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1594b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1595b25a464cSClaudio FontanaS: Maintained
1596b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1597b25a464cSClaudio FontanaF: tcg/aarch64/
1598c17652eeSPaolo BonziniF: disas/arm-a64.cc
1599c17652eeSPaolo BonziniF: disas/libvixl/
1600b25a464cSClaudio Fontana
160142f5a7e9SAurelien JarnoARM target
160242f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
160342f5a7e9SAurelien JarnoS: Maintained
1604b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
160542f5a7e9SAurelien JarnoF: tcg/arm/
1606c17652eeSPaolo BonziniF: disas/arm.c
160742f5a7e9SAurelien Jarno
160842f5a7e9SAurelien Jarnoi386 target
16095dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
161042f5a7e9SAurelien JarnoS: Maintained
161142f5a7e9SAurelien JarnoF: tcg/i386/
1612c17652eeSPaolo BonziniF: disas/i386.c
161342f5a7e9SAurelien Jarno
161442f5a7e9SAurelien JarnoIA64 target
161542f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
161642f5a7e9SAurelien JarnoS: Maintained
161742f5a7e9SAurelien JarnoF: tcg/ia64/
1618c17652eeSPaolo BonziniF: disas/ia64.c
161942f5a7e9SAurelien Jarno
162042f5a7e9SAurelien JarnoMIPS target
1621d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
162242f5a7e9SAurelien JarnoS: Maintained
162342f5a7e9SAurelien JarnoF: tcg/mips/
1624c17652eeSPaolo BonziniF: disas/mips.c
162542f5a7e9SAurelien Jarno
162642f5a7e9SAurelien JarnoPPC
162715610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
162815610d42SPranith KumarS: Odd Fixes
162942f5a7e9SAurelien JarnoF: tcg/ppc/
1630c17652eeSPaolo BonziniF: disas/ppc.c
163142f5a7e9SAurelien Jarno
163242f5a7e9SAurelien JarnoS390 target
163342f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
163442f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
163542f5a7e9SAurelien JarnoS: Maintained
163642f5a7e9SAurelien JarnoF: tcg/s390/
1637c17652eeSPaolo BonziniF: disas/s390.c
163842f5a7e9SAurelien Jarno
163942f5a7e9SAurelien JarnoSPARC target
1640297e8005SMarkus ArmbrusterS: Odd Fixes
164142f5a7e9SAurelien JarnoF: tcg/sparc/
1642c17652eeSPaolo BonziniF: disas/sparc.c
1643bc75c9e5SStefan Weil
1644bc75c9e5SStefan WeilTCI target
1645bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1646bc75c9e5SStefan WeilS: Maintained
16478ef9cd55SAndreas FärberF: tcg/tci/
16482b7be8c8SStefan WeilF: tci.c
1649c17652eeSPaolo BonziniF: disas/tci.c
1650aa09c951SAndreas Färber
1651f05b328cSStefan HajnocziBlock drivers
1652f05b328cSStefan Hajnoczi-------------
1653f05b328cSStefan HajnocziVMDK
1654f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1655c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1656f05b328cSStefan HajnocziS: Supported
1657f05b328cSStefan HajnocziF: block/vmdk.c
1658f05b328cSStefan Hajnoczi
1659f05b328cSStefan HajnocziRBD
16605a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1661280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1662280458a3SJeff CodyL: qemu-block@nongnu.org
1663f05b328cSStefan HajnocziS: Supported
1664f05b328cSStefan HajnocziF: block/rbd.c
1665280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1666f05b328cSStefan Hajnoczi
1667f05b328cSStefan HajnocziSheepdog
166853b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1669f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1670280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1671280458a3SJeff CodyL: qemu-block@nongnu.org
1672dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1673f05b328cSStefan HajnocziS: Supported
1674f05b328cSStefan HajnocziF: block/sheepdog.c
1675280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1676f05b328cSStefan Hajnoczi
1677f05b328cSStefan HajnocziVHDX
1678f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1679280458a3SJeff CodyL: qemu-block@nongnu.org
1680f05b328cSStefan HajnocziS: Supported
1681f05b328cSStefan HajnocziF: block/vhdx*
1682280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1683f05b328cSStefan Hajnoczi
1684f05b328cSStefan HajnocziVDI
1685f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1686c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1687f05b328cSStefan HajnocziS: Maintained
1688f05b328cSStefan HajnocziF: block/vdi.c
1689f05b328cSStefan Hajnoczi
1690f05b328cSStefan HajnocziiSCSI
1691f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1692f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1693f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1694c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1695f05b328cSStefan HajnocziS: Supported
1696f05b328cSStefan HajnocziF: block/iscsi.c
16972deb63c2SPeter LievenF: block/iscsi-opts.c
1698f05b328cSStefan Hajnoczi
16996542aa9cSPeter LievenNFS
1700280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
17016542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1702280458a3SJeff CodyL: qemu-block@nongnu.org
17036542aa9cSPeter LievenS: Maintained
17046542aa9cSPeter LievenF: block/nfs.c
1705280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
17066542aa9cSPeter Lieven
1707f05b328cSStefan HajnocziSSH
1708f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1709280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1710280458a3SJeff CodyL: qemu-block@nongnu.org
1711f05b328cSStefan HajnocziS: Supported
1712f05b328cSStefan HajnocziF: block/ssh.c
1713280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1714c9a12e75SChrysostomos Nanakos
1715280458a3SJeff CodyCURL
1716280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1717280458a3SJeff CodyL: qemu-block@nongnu.org
1718280458a3SJeff CodyS: Supported
1719280458a3SJeff CodyF: block/curl.c
1720280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1721280458a3SJeff Cody
1722280458a3SJeff CodyGLUSTER
1723280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1724280458a3SJeff CodyL: qemu-block@nongnu.org
1725280458a3SJeff CodyS: Supported
1726280458a3SJeff CodyF: block/gluster.c
1727280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1728b5e9476cSGonglei
1729199667a8SFam ZhengNull Block Driver
1730199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1731199667a8SFam ZhengL: qemu-block@nongnu.org
1732199667a8SFam ZhengS: Supported
1733199667a8SFam ZhengF: block/null.c
1734199667a8SFam Zheng
1735b5e9476cSGongleiBootdevice
1736b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1737b5e9476cSGongleiS: Maintained
1738b5e9476cSGongleiF: bootdevice.c
1739ecdda9e0SAlberto Garcia
1740ecdda9e0SAlberto GarciaQuorum
1741ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1742ecdda9e0SAlberto GarciaS: Supported
1743ecdda9e0SAlberto GarciaF: block/quorum.c
1744ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1745e7c6e631SStefan Hajnoczi
1746e7c6e631SStefan Hajnocziblkverify
1747e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1748e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1749e7c6e631SStefan HajnocziS: Supported
1750e7c6e631SStefan HajnocziF: block/blkverify.c
1751e7c6e631SStefan Hajnoczi
1752e7c6e631SStefan Hajnoczibochs
1753e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1754e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1755e7c6e631SStefan HajnocziS: Supported
1756e7c6e631SStefan HajnocziF: block/bochs.c
1757e7c6e631SStefan Hajnoczi
1758e7c6e631SStefan Hajnoczicloop
1759e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1760e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1761e7c6e631SStefan HajnocziS: Supported
1762e7c6e631SStefan HajnocziF: block/cloop.c
1763e7c6e631SStefan Hajnoczi
1764e7c6e631SStefan Hajnoczidmg
1765e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1766e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1767e7c6e631SStefan HajnocziS: Supported
1768e7c6e631SStefan HajnocziF: block/dmg.c
1769e7c6e631SStefan Hajnoczi
1770e7c6e631SStefan Hajnocziparallels
1771e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1772f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1773e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1774e7c6e631SStefan HajnocziS: Supported
1775e7c6e631SStefan HajnocziF: block/parallels.c
1776b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1777e7c6e631SStefan Hajnoczi
1778e7c6e631SStefan Hajnocziqed
1779e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1780e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1781e7c6e631SStefan HajnocziS: Supported
1782e7c6e631SStefan HajnocziF: block/qed.c
1783e7c6e631SStefan Hajnoczi
1784e7c6e631SStefan Hajnocziraw
1785e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1786e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1787e7c6e631SStefan HajnocziS: Supported
1788e7c6e631SStefan HajnocziF: block/linux-aio.c
1789f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
17902e6fc7ebSEric BlakeF: block/raw-format.c
1791c1bb86cdSEric BlakeF: block/file-posix.c
1792c1bb86cdSEric BlakeF: block/file-win32.c
1793e7c6e631SStefan HajnocziF: block/win32-aio.c
1794e7c6e631SStefan Hajnoczi
1795e7c6e631SStefan Hajnocziqcow2
1796e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1797c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1798e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1799e7c6e631SStefan HajnocziS: Supported
1800e7c6e631SStefan HajnocziF: block/qcow2*
1801e7c6e631SStefan Hajnoczi
1802e7c6e631SStefan Hajnocziqcow
1803e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1804e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1805e7c6e631SStefan HajnocziS: Supported
1806e7c6e631SStefan HajnocziF: block/qcow.c
1807e7c6e631SStefan Hajnoczi
1808e7c6e631SStefan Hajnocziblkdebug
1809e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1810c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1811e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1812e7c6e631SStefan HajnocziS: Supported
1813e7c6e631SStefan HajnocziF: block/blkdebug.c
1814e7c6e631SStefan Hajnoczi
1815e7c6e631SStefan Hajnoczivpc
1816e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1817e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1818e7c6e631SStefan HajnocziS: Supported
1819e7c6e631SStefan HajnocziF: block/vpc.c
1820e7c6e631SStefan Hajnoczi
1821e7c6e631SStefan Hajnoczivvfat
1822e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1823e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1824e7c6e631SStefan HajnocziS: Supported
1825e7c6e631SStefan HajnocziF: block/vvfat.c
1826abfe4e94SStefan Hajnoczi
1827abfe4e94SStefan HajnocziImage format fuzzer
1828abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1829abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1830abfe4e94SStefan HajnocziS: Supported
1831abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1832717171bdSDaniel P. Berrange
1833049105a3SChanglong XieReplication
1834205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
18353ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1836049105a3SChanglong XieS: Supported
1837049105a3SChanglong XieF: replication*
1838049105a3SChanglong XieF: block/replication.c
1839049105a3SChanglong XieF: tests/test-replication.c
1840049105a3SChanglong XieF: docs/block-replication.txt
1841049105a3SChanglong Xie
1842b9e02c06SAlex BennéeBuild and test automation
1843b9e02c06SAlex Bennée-------------------------
1844b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1845e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
1846b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1847e70dc7f8SAlex BennéeS: Maintained
1848b9e02c06SAlex BennéeF: .travis.yml
1849d92d886aSAlex BennéeF: .shippable.yml
1850e70dc7f8SAlex BennéeF: tests/docker/
1851e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
1852e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1853717171bdSDaniel P. Berrange
1854717171bdSDaniel P. BerrangeDocumentation
1855717171bdSDaniel P. Berrange-------------
1856717171bdSDaniel P. BerrangeBuild system architecture
1857717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1858717171bdSDaniel P. BerrangeS: Odd Fixes
1859717171bdSDaniel P. BerrangeF: docs/build-system.txt
18608a49e97fSFam Zheng
1861