xref: /openbmc/qemu/MAINTAINERS (revision 3ecb29a3)
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>
15fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
16fd5d5c56SAnthony Liguori	W: Web-page with status/info
17fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
18fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19fd5d5c56SAnthony Liguori	S: Status, one of the following:
20fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
21fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
22fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
23c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
24fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
25fd5d5c56SAnthony Liguori			role as you write your new code].
26fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
27fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
28fd5d5c56SAnthony Liguori			should be using that.
29fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
30fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
31fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
32fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
33fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
34fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
35fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
36fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
37fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
38fd5d5c56SAnthony Liguori	   F:	net/
39fd5d5c56SAnthony Liguori	   X:	net/ipv6/
40fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
41fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
42fd5d5c56SAnthony Liguori	   patch or file.  For instance:
43fd5d5c56SAnthony Liguori	   K: of_get_profile
44fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
45fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
46fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
47fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
48fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
49b6f97c14Sbellard
50b6f97c14Sbellard
51fd5d5c56SAnthony LiguoriGeneral Project Administration
52fd5d5c56SAnthony Liguori------------------------------
53ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
54fd5d5c56SAnthony Liguori
55c9a19d5bSStephen WarrenAll patches CC here
56c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
57c9a19d5bSStephen WarrenF: *
58c9a19d5bSStephen WarrenF: */
59c9a19d5bSStephen Warren
6062622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6162622c11SMichael S. Tsirkin------------------------------
6262622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess
6362622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6462622c11SMichael S. TsirkinL: secalert@redhat.com
6562622c11SMichael S. Tsirkin
66936c2230SLaurent VivierTrivial patches
67936c2230SLaurent Vivier---------------
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
70936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
71936c2230SLaurent VivierS: Maintained
72936c2230SLaurent VivierL: qemu-trivial@nongnu.org
73936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
74936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
75936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
76936c2230SLaurent Vivier
77fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
78fd5d5c56SAnthony Liguori----------------------
79486bbe5fSPaolo BonziniOverall
805dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
812b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
822b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
832b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
842b1641d0SPaolo BonziniS: Maintained
85486bbe5fSPaolo BonziniF: cpu-exec.c
862b1641d0SPaolo BonziniF: cpu-exec-common.c
872b1641d0SPaolo BonziniF: cpus.c
88486bbe5fSPaolo BonziniF: cputlb.c
892b1641d0SPaolo BonziniF: exec.c
90486bbe5fSPaolo BonziniF: softmmu_template.h
912b1641d0SPaolo BonziniF: translate-all.*
922b1641d0SPaolo BonziniF: translate-common.c
932b1641d0SPaolo BonziniF: include/exec/cpu*.h
942b1641d0SPaolo BonziniF: include/exec/exec-all.h
95486bbe5fSPaolo BonziniF: include/exec/helper*.h
962b1641d0SPaolo BonziniF: include/exec/tb-hash.h
97460423d3SThomas HuthF: include/sysemu/cpus.h
98486bbe5fSPaolo Bonzini
991badb586SPeter MaydellFPU emulation
1001badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1011badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1021badb586SPeter MaydellS: Odd Fixes
1031badb586SPeter MaydellF: fpu/
1041badb586SPeter MaydellF: include/fpu/
1051badb586SPeter Maydell
106b6f97c14SbellardAlpha
1078d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1088d6df264SRichard HendersonS: Maintained
109fcf5ef2aSThomas HuthF: target/alpha/
1108d8b636dSPaolo BonziniF: hw/alpha/
111c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
112c17652eeSPaolo BonziniF: disas/alpha.c
113fd5d5c56SAnthony Liguori
114fd5d5c56SAnthony LiguoriARM
1151ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
116b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
117fd5d5c56SAnthony LiguoriS: Maintained
118fcf5ef2aSThomas HuthF: target/arm/
1198d8b636dSPaolo BonziniF: hw/arm/
1208d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
121f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
122c17652eeSPaolo BonziniF: disas/arm.c
123c17652eeSPaolo BonziniF: disas/arm-a64.cc
124c17652eeSPaolo BonziniF: disas/libvixl/
125fd5d5c56SAnthony Liguori
126fd5d5c56SAnthony LiguoriCRIS
127fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128fd5d5c56SAnthony LiguoriS: Maintained
129fcf5ef2aSThomas HuthF: target/cris/
1308d8b636dSPaolo BonziniF: hw/cris/
131c9b90090SThomas HuthF: include/hw/cris/
132c0bd0b50SPaolo BonziniF: tests/tcg/cris/
133c17652eeSPaolo BonziniF: disas/cris.c
134fd5d5c56SAnthony Liguori
13561766fe9SRichard HendersonHPPA (PA-RISC)
13661766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13761766fe9SRichard HendersonS: Maintained
13861766fe9SRichard HendersonF: target/hppa/
13961766fe9SRichard HendersonF: disas/hppa.c
14061766fe9SRichard Henderson
14107bf23a7SMichael WalleLM32
14207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14307bf23a7SMichael WalleS: Maintained
144fcf5ef2aSThomas HuthF: target/lm32/
1454eab7a0aSMichael WalleF: disas/lm32.c
1468d8b636dSPaolo BonziniF: hw/lm32/
1474eab7a0aSMichael WalleF: hw/*/lm32_*
1484eab7a0aSMichael WalleF: hw/*/milkymist-*
1494eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1504eab7a0aSMichael WalleF: include/hw/lm32/
151c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
15207bf23a7SMichael Walle
153fd5d5c56SAnthony LiguoriM68K
154595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
155595a926dSLaurent VivierS: Maintained
156fcf5ef2aSThomas HuthF: target/m68k/
157e9a56114SThomas HuthF: disas/m68k.c
158fd5d5c56SAnthony Liguori
159abc07545SEdgar E. IglesiasMicroBlaze
160fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161fd5d5c56SAnthony LiguoriS: Maintained
162fcf5ef2aSThomas HuthF: target/microblaze/
1638d8b636dSPaolo BonziniF: hw/microblaze/
164c17652eeSPaolo BonziniF: disas/microblaze.c
165fd5d5c56SAnthony Liguori
166fd5d5c56SAnthony LiguoriMIPS
167ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
16878851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1696f640917SLeon AlraeS: Maintained
170fcf5ef2aSThomas HuthF: target/mips/
1718d8b636dSPaolo BonziniF: hw/mips/
1725995db88SThomas HuthF: hw/misc/mips_*
1735995db88SThomas HuthF: hw/intc/mips_gic.c
1745995db88SThomas HuthF: hw/timer/mips_gictimer.c
1755995db88SThomas HuthF: include/hw/mips/
1765995db88SThomas HuthF: include/hw/misc/mips_*
1775995db88SThomas HuthF: include/hw/intc/mips_gic.h
1785995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
179c0bd0b50SPaolo BonziniF: tests/tcg/mips/
180c17652eeSPaolo BonziniF: disas/mips.c
181fd5d5c56SAnthony Liguori
182d15a9c23SAnthony GreenMoxie
183d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
184d15a9c23SAnthony GreenS: Maintained
185fcf5ef2aSThomas HuthF: target/moxie/
186c17652eeSPaolo BonziniF: disas/moxie.c
187a3ccdfb5SThomas HuthF: hw/moxie/
188a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
189d15a9c23SAnthony Green
190e671711cSMarek VasutNiosII
191e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
192e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
193e671711cSMarek VasutS: Maintained
194e671711cSMarek VasutF: target/nios2/
195e671711cSMarek VasutF: hw/nios2/
196e671711cSMarek VasutF: disas/nios2.c
197e671711cSMarek Vasut
198945dad6dSJia LiuOpenRISC
199945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
200945dad6dSJia LiuS: Maintained
201fcf5ef2aSThomas HuthF: target/openrisc/
202945dad6dSJia LiuF: hw/openrisc/
203c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
204945dad6dSJia Liu
205fd5d5c56SAnthony LiguoriPowerPC
206b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
207fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
208a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
209fd5d5c56SAnthony LiguoriS: Maintained
210fcf5ef2aSThomas HuthF: target/ppc/
2118d8b636dSPaolo BonziniF: hw/ppc/
212b5d55020SThomas HuthF: include/hw/ppc/
213c17652eeSPaolo BonziniF: disas/ppc.c
214fd5d5c56SAnthony Liguori
215749717a0SAlexander GrafS390
2162b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
217fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
218fd5d5c56SAnthony LiguoriS: Maintained
219fcf5ef2aSThomas HuthF: target/s390x/
2208d8b636dSPaolo BonziniF: hw/s390x/
221c17652eeSPaolo BonziniF: disas/s390.c
222b6f97c14Sbellard
223fd5d5c56SAnthony LiguoriSH4
224ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2252c9b7d1aSAndreas FärberS: Odd Fixes
226fcf5ef2aSThomas HuthF: target/sh4/
2278d8b636dSPaolo BonziniF: hw/sh4/
228c17652eeSPaolo BonziniF: disas/sh4.c
2298a90f900SThomas HuthF: include/hw/sh4/
230fd5d5c56SAnthony Liguori
231fd5d5c56SAnthony LiguoriSPARC
232f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2332c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
234fd5d5c56SAnthony LiguoriS: Maintained
235fcf5ef2aSThomas HuthF: target/sparc/
2368d8b636dSPaolo BonziniF: hw/sparc/
2378d8b636dSPaolo BonziniF: hw/sparc64/
238c17652eeSPaolo BonziniF: disas/sparc.c
239fd5d5c56SAnthony Liguori
240a6ea7b4cSAndreas FärberUniCore32
241a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
242a6ea7b4cSAndreas FärberS: Maintained
243fcf5ef2aSThomas HuthF: target/unicore32/
2448d8b636dSPaolo BonziniF: hw/unicore32/
24547b98d59SThomas HuthF: include/hw/unicore32/
246a6ea7b4cSAndreas Färber
247fd5d5c56SAnthony LiguoriX86
248d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
249d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
250e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
251b203a4baSEduardo HabkostS: Maintained
252fcf5ef2aSThomas HuthF: target/i386/
2538d8b636dSPaolo BonziniF: hw/i386/
254c17652eeSPaolo BonziniF: disas/i386.c
255fd5d5c56SAnthony Liguori
25616e7caaeSMax FilippovXtensa
25716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
258375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25916e7caaeSMax FilippovS: Maintained
260fcf5ef2aSThomas HuthF: target/xtensa/
2618d8b636dSPaolo BonziniF: hw/xtensa/
262c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
26316e7caaeSMax Filippov
26448e06fe0SBastian KoppelmannTriCore
26548e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26648e06fe0SBastian KoppelmannS: Maintained
267fcf5ef2aSThomas HuthF: target/tricore/
26848e06fe0SBastian KoppelmannF: hw/tricore/
269d46d14e6SThomas HuthF: include/hw/tricore/
27048e06fe0SBastian Koppelmann
271fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
272fd5d5c56SAnthony Liguori----------------------
273fd5d5c56SAnthony Liguori
274fd5d5c56SAnthony LiguoriOverall
275c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
276fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
277fd5d5c56SAnthony LiguoriS: Supported
278fd5d5c56SAnthony LiguoriF: kvm-*
279fd5d5c56SAnthony LiguoriF: */kvm.*
280a95e9a48SThomas HuthF: include/sysemu/kvm*.h
281fd5d5c56SAnthony Liguori
282ed4659d1SPeter MaydellARM
283ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
284b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
285ed4659d1SPeter MaydellS: Maintained
286fcf5ef2aSThomas HuthF: target/arm/kvm.c
287ed4659d1SPeter Maydell
288a31896c4SJames HoganMIPS
289a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
290a31896c4SJames HoganS: Maintained
291fcf5ef2aSThomas HuthF: target/mips/kvm.c
292a31896c4SJames Hogan
293fd5d5c56SAnthony LiguoriPPC
294fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
295fd5d5c56SAnthony LiguoriS: Maintained
296fcf5ef2aSThomas HuthF: target/ppc/kvm.c
297fd5d5c56SAnthony Liguori
298fd5d5c56SAnthony LiguoriS390
299b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
300b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
301fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
302fd5d5c56SAnthony LiguoriS: Maintained
303fcf5ef2aSThomas HuthF: target/s390x/kvm.c
304fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
305fcf5ef2aSThomas HuthF: target/s390x/machine.c
3064277af19SCornelia HuckF: hw/intc/s390_flic.c
3074277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3084277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
309c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3103e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3113e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
312fd5d5c56SAnthony Liguori
313fd5d5c56SAnthony LiguoriX86
314d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
315fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
316fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
317fd5d5c56SAnthony LiguoriS: Supported
318fcf5ef2aSThomas HuthF: target/i386/kvm.c
319fd5d5c56SAnthony Liguori
3208a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3218a6b0cd7SStefano Stabellini----------------------
3228a6b0cd7SStefano Stabellini
3238a6b0cd7SStefano StabelliniX86
3243623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3253623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3266d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3278a6b0cd7SStefano StabelliniS: Supported
3288a6b0cd7SStefano StabelliniF: xen-*
3298a6b0cd7SStefano StabelliniF: */xen*
330d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
331c92451c2SPaolo BonziniF: hw/char/xen_console.c
332c92451c2SPaolo BonziniF: hw/display/xenfb.c
333c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3349027ac50SStefano StabelliniF: hw/block/xen_*
335c92451c2SPaolo BonziniF: hw/xen/
336c92451c2SPaolo BonziniF: hw/xenpv/
3379027ac50SStefano StabelliniF: hw/i386/xen/
338c92451c2SPaolo BonziniF: include/hw/xen/
3399027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3408a6b0cd7SStefano Stabellini
3411bdd6874SStefan WeilHosts:
3421bdd6874SStefan Weil------
3431bdd6874SStefan Weil
3441bdd6874SStefan WeilLINUX
3451bdd6874SStefan WeilL: qemu-devel@nongnu.org
3461bdd6874SStefan WeilS: Maintained
3471bdd6874SStefan WeilF: linux-*
3481bdd6874SStefan WeilF: linux-headers/
3491bdd6874SStefan Weil
3501bdd6874SStefan WeilPOSIX
3511bdd6874SStefan WeilL: qemu-devel@nongnu.org
3521bdd6874SStefan WeilS: Maintained
3531bdd6874SStefan WeilF: *posix*
3541bdd6874SStefan Weil
3551bdd6874SStefan WeilW32, W64
3561bdd6874SStefan WeilL: qemu-devel@nongnu.org
3571bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3581bdd6874SStefan WeilS: Maintained
3591bdd6874SStefan WeilF: *win32*
36003972660SThomas HuthF: */*win32*
36103972660SThomas HuthF: include/*/*win32*
36203972660SThomas HuthX: qga/*win32*
363885bdc95SStefan WeilF: qemu.nsi
3641bdd6874SStefan Weil
365fd5d5c56SAnthony LiguoriARM Machines
366fd5d5c56SAnthony Liguori------------
36784291fe7SliguangAllwinner-a10
36885b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
369b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37084291fe7SliguangS: Maintained
37185b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37285b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37384291fe7SliguangF: hw/arm/cubieboard.c
37484291fe7Sliguang
37506271000SPaolo BonziniARM PrimeCell
37606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
377b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37806271000SPaolo BonziniS: Maintained
37906271000SPaolo BonziniF: hw/char/pl011.c
38006271000SPaolo BonziniF: hw/display/pl110*
38106271000SPaolo BonziniF: hw/dma/pl080.c
38206271000SPaolo BonziniF: hw/dma/pl330.c
38306271000SPaolo BonziniF: hw/gpio/pl061.c
38406271000SPaolo BonziniF: hw/input/pl050.c
38506271000SPaolo BonziniF: hw/intc/pl190.c
38606271000SPaolo BonziniF: hw/sd/pl181.c
38706271000SPaolo BonziniF: hw/timer/pl031.c
38806271000SPaolo BonziniF: include/hw/arm/primecell.h
38906271000SPaolo Bonzini
39006271000SPaolo BonziniARM cores
39106271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
392b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
39306271000SPaolo BonziniS: Maintained
39406271000SPaolo BonziniF: hw/intc/arm*
39506271000SPaolo BonziniF: hw/intc/gic_internal.h
39606271000SPaolo BonziniF: hw/misc/a9scu.c
39706271000SPaolo BonziniF: hw/misc/arm11scu.c
39806271000SPaolo BonziniF: hw/timer/a9gtimer*
39906271000SPaolo BonziniF: hw/timer/arm_*
40006271000SPaolo BonziniF: include/hw/arm/arm.h
40106271000SPaolo BonziniF: include/hw/intc/arm*
40206271000SPaolo BonziniF: include/hw/misc/a9scu.h
40306271000SPaolo BonziniF: include/hw/misc/arm11scu.h
40406271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
40506271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
40606271000SPaolo Bonzini
407fc63dcffSEvgeny VoevodinExynos
408f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
409b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
410fc63dcffSEvgeny VoevodinS: Maintained
4118d8b636dSPaolo BonziniF: hw/*/exynos*
412ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
413fc63dcffSEvgeny Voevodin
414766fd09fSMark LangsdorfCalxeda Highbank
4159ef137caSRob HerringM: Rob Herring <robh@kernel.org>
416b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4179ef137caSRob HerringS: Maintained
4188d8b636dSPaolo BonziniF: hw/arm/highbank.c
4198d8b636dSPaolo BonziniF: hw/net/xgmac.c
420766fd09fSMark Langsdorf
4219082f121SAntony PavlovCanon DIGIC
4229082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
423b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4249082f121SAntony PavlovS: Maintained
4259082f121SAntony PavlovF: include/hw/arm/digic.h
4269082f121SAntony PavlovF: hw/*/digic*
4279082f121SAntony Pavlov
428fd5d5c56SAnthony LiguoriGumstix
4295dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
430b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
431fd5d5c56SAnthony LiguoriS: Orphan
4328d8b636dSPaolo BonziniF: hw/arm/gumstix.c
433fd5d5c56SAnthony Liguori
4340325559dSPeter Chubbi.MX31
4350325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
436b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4370325559dSPeter ChubbS: Odd fixes
4388d8b636dSPaolo BonziniF: hw/*/imx*
439f7e242d6SThomas HuthF: include/hw/*/imx*
4408d8b636dSPaolo BonziniF: hw/arm/kzm.c
441ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4420325559dSPeter Chubb
443fd5d5c56SAnthony LiguoriIntegrator CP
4441ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
445b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
446fd5d5c56SAnthony LiguoriS: Maintained
4478d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
448f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
449fd5d5c56SAnthony Liguori
450fd5d5c56SAnthony LiguoriMusicpal
451fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
452b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
453fd5d5c56SAnthony LiguoriS: Maintained
4548d8b636dSPaolo BonziniF: hw/arm/musicpal.c
455fd5d5c56SAnthony Liguori
456fd5d5c56SAnthony LiguorinSeries
457fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
458b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
459fd5d5c56SAnthony LiguoriS: Maintained
4608d8b636dSPaolo BonziniF: hw/arm/nseries.c
461fd5d5c56SAnthony Liguori
462fd5d5c56SAnthony LiguoriPalm
463fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
464b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
465fd5d5c56SAnthony LiguoriS: Maintained
4668d8b636dSPaolo BonziniF: hw/arm/palm.c
467fd5d5c56SAnthony Liguori
468fd5d5c56SAnthony LiguoriReal View
4691ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
470b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
471fd5d5c56SAnthony LiguoriS: Maintained
4728d8b636dSPaolo BonziniF: hw/arm/realview*
473f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4745ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4755ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
476fd5d5c56SAnthony Liguori
4779b31bff0SPaolo BonziniPXA2XX
478fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
479b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
480fd5d5c56SAnthony LiguoriS: Maintained
4819b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4828d8b636dSPaolo BonziniF: hw/arm/spitz.c
4839b31bff0SPaolo BonziniF: hw/arm/tosa.c
4849b31bff0SPaolo BonziniF: hw/arm/z2.c
4859b31bff0SPaolo BonziniF: hw/*/pxa2xx*
486f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
487ed0db866SThomas HuthF: include/hw/arm/pxa.h
488fd5d5c56SAnthony Liguori
489fd5d5c56SAnthony LiguoriStellaris
4901ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
491b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
492fd5d5c56SAnthony LiguoriS: Maintained
4938d8b636dSPaolo BonziniF: hw/*/stellaris*
494fd5d5c56SAnthony Liguori
495fd5d5c56SAnthony LiguoriVersatile PB
4961ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
497b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
498fd5d5c56SAnthony LiguoriS: Maintained
4998d8b636dSPaolo BonziniF: hw/*/versatile*
500fd5d5c56SAnthony Liguori
501e3260506SPeter A. G. CrosthwaiteXilinx Zynq
502cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5034b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
504b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
505e3260506SPeter A. G. CrosthwaiteS: Maintained
506cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5078d8b636dSPaolo BonziniF: hw/*/cadence_*
508f7e242d6SThomas HuthF: hw/misc/zynq*
509f7e242d6SThomas HuthF: include/hw/misc/zynq*
510cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
511e3260506SPeter A. G. Crosthwaite
512137805f5SAlistair FrancisXilinx ZynqMP
513137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
514cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
515b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
516137805f5SAlistair FrancisS: Maintained
517cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
518f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
519137805f5SAlistair Francis
5208f4d260eSShannon ZhaoARM ACPI Subsystem
5218f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5228f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
523b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5248f4d260eSShannon ZhaoS: Maintained
5258f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5268f4d260eSShannon Zhao
527a1f8193bSAlistair FrancisSTM32F205
528a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
529a1f8193bSAlistair FrancisS: Maintained
530a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
531a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
532a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
533a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
534a1f8193bSAlistair FrancisF: hw/adc/*
535a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
536a1f8193bSAlistair Francis
537a1f8193bSAlistair FrancisNetduino 2
538a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
539a1f8193bSAlistair FrancisS: Maintained
540a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
541a1f8193bSAlistair Francis
542fd5d5c56SAnthony LiguoriCRIS Machines
543fd5d5c56SAnthony Liguori-------------
544fd5d5c56SAnthony LiguoriAxis Dev88
545fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
546fd5d5c56SAnthony LiguoriS: Maintained
5478d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5486e481d57SPeter MaydellF: hw/*/etraxfs_*.c
549fd5d5c56SAnthony Liguori
55007bf23a7SMichael WalleLM32 Machines
55107bf23a7SMichael Walle-------------
55207bf23a7SMichael WalleEVR32 and uclinux BSP
55307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
55407bf23a7SMichael WalleS: Maintained
5558d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
55607bf23a7SMichael Walle
557d118aa6bSMichael Wallemilkymist
558d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
559d118aa6bSMichael WalleS: Maintained
5608d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
561d118aa6bSMichael Walle
562afcacd53SAurelien JarnoM68K Machines
563fd5d5c56SAnthony Liguori-------------
564fd5d5c56SAnthony Liguorian5206
5655baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5665baf2741SThomas HuthS: Odd Fixes
5678d8b636dSPaolo BonziniF: hw/m68k/an5206.c
568e9a56114SThomas HuthF: hw/m68k/mcf5206.c
569fd5d5c56SAnthony Liguori
570fd5d5c56SAnthony Liguorimcf5208
5715baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5725baf2741SThomas HuthS: Odd Fixes
5738d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
574e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
575e9a56114SThomas HuthF: hw/char/mcf_uart.c
576e9a56114SThomas HuthF: hw/net/mcf_fec.c
5775baf2741SThomas HuthF: include/hw/m68k/mcf*.h
578fd5d5c56SAnthony Liguori
579fd5d5c56SAnthony LiguoriMicroBlaze Machines
580b6f97c14Sbellard-------------------
581fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
582fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
583fd5d5c56SAnthony LiguoriS: Maintained
5846e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
585b6f97c14Sbellard
586d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5874b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5898d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
590d36e8ce7SPeter A. G. Crosthwaite
591fd5d5c56SAnthony LiguoriMIPS Machines
592fd5d5c56SAnthony Liguori-------------
593fd5d5c56SAnthony LiguoriJazz
594fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
595fd5d5c56SAnthony LiguoriS: Maintained
5968d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
597fd5d5c56SAnthony Liguori
598fd5d5c56SAnthony LiguoriMalta
599fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
600fd5d5c56SAnthony LiguoriS: Maintained
6018d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
602fd5d5c56SAnthony Liguori
603fd5d5c56SAnthony LiguoriMipssim
604659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
605659f42d8SYongbok KimS: Odd Fixes
6068d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
607659f42d8SYongbok KimF: hw/net/mipsnet.c
608fd5d5c56SAnthony Liguori
609fd5d5c56SAnthony LiguoriR4000
610fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
611fd5d5c56SAnthony LiguoriS: Maintained
6128d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
613fd5d5c56SAnthony Liguori
614659f42d8SYongbok KimFulong 2E
615659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
616659f42d8SYongbok KimS: Odd Fixes
617659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
618659f42d8SYongbok Kim
619659f42d8SYongbok KimBoston
620659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
621659f42d8SYongbok KimS: Maintained
622659f42d8SYongbok KimF: hw/core/loader-fit.c
623659f42d8SYongbok KimF: hw/mips/boston.c
624659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
625659f42d8SYongbok Kim
626945dad6dSJia LiuOpenRISC Machines
627945dad6dSJia Liu-----------------
628945dad6dSJia Liuor1k-sim
629945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
630945dad6dSJia LiuS: Maintained
631945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
632945dad6dSJia Liu
633fd5d5c56SAnthony LiguoriPowerPC Machines
634fd5d5c56SAnthony Liguori----------------
635fd5d5c56SAnthony Liguori405
636fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
637a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6389b9fe135SAndreas FärberS: Odd Fixes
6398d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
640fd5d5c56SAnthony Liguori
641aaade8d7SAndreas FärberBamboo
642aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
643aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
644aaade8d7SAndreas FärberS: Odd Fixes
6458d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
646aaade8d7SAndreas Färber
64798cded3aSAndreas Färbere500
64898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
64998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
65098cded3aSAndreas FärberS: Supported
65198cded3aSAndreas FärberF: hw/ppc/e500.[hc]
65298cded3aSAndreas FärberF: hw/ppc/e500plat.c
653b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
654b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
655b5d55020SThomas HuthF: pc-bios/u-boot.e500
65698cded3aSAndreas Färber
65798cded3aSAndreas Färbermpc8544ds
65898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
65998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
66098cded3aSAndreas FärberS: Supported
66198cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6628d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
66398cded3aSAndreas Färber
664fd5d5c56SAnthony LiguoriNew World
665fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
666a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
667fd5d5c56SAnthony LiguoriS: Maintained
668baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6696e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6706e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6718d8b636dSPaolo BonziniF: hw/misc/macio/
672b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
673b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
674fd5d5c56SAnthony Liguori
675fd5d5c56SAnthony LiguoriOld World
676fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
677a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
678fd5d5c56SAnthony LiguoriS: Maintained
679baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6806e481d57SPeter MaydellF: hw/pci-host/grackle.c
6818d8b636dSPaolo BonziniF: hw/misc/macio/
682835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
683fd5d5c56SAnthony Liguori
684ec38d398SAndreas FärberPReP
6858178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
6869f38774dSAndreas FärberL: qemu-devel@nongnu.org
687a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6888178e89cSHervé PoussineauS: Maintained
68975610155SAndreas FärberF: hw/ppc/prep.c
6908178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
6918178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
6926e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6938d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
694835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
695fd5d5c56SAnthony Liguori
696300b115cSAndreas FärbersPAPR
697085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6988a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6998a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7008a269ca4SAndreas FärberS: Supported
7018d8b636dSPaolo BonziniF: hw/*/spapr*
702f9de2da7SDavid GibsonF: include/hw/*/spapr*
703f9de2da7SDavid GibsonF: hw/*/xics*
704f9de2da7SDavid GibsonF: include/hw/*/xics*
705f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
706b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
707b5d55020SThomas HuthF: pc-bios/slof.bin
708bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
709b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
710b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
711a70ab357SGreg KurzF: tests/spapr*
712a70ab357SGreg KurzF: tests/libqos/*spapr*
713a70ab357SGreg KurzF: tests/rtas*
714a70ab357SGreg KurzF: tests/libqos/rtas*
7158a269ca4SAndreas Färber
716794d00bfSAndreas Färbervirtex_ml507
717794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
718794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
719794d00bfSAndreas FärberS: Odd Fixes
7206e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
721794d00bfSAndreas Färber
722fd5d5c56SAnthony LiguoriSH4 Machines
723fd5d5c56SAnthony Liguori------------
724fd5d5c56SAnthony LiguoriR2D
725fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
726fd5d5c56SAnthony LiguoriS: Maintained
7276e481d57SPeter MaydellF: hw/sh4/r2d.c
72881527b94SThomas HuthF: hw/intc/sh_intc.c
72981527b94SThomas HuthF: hw/timer/sh_timer.c
730fd5d5c56SAnthony Liguori
731fd5d5c56SAnthony LiguoriShix
732fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
73381527b94SThomas HuthS: Odd Fixes
7346e481d57SPeter MaydellF: hw/sh4/shix.c
735fd5d5c56SAnthony Liguori
736fd5d5c56SAnthony LiguoriSPARC Machines
737fd5d5c56SAnthony Liguori--------------
738fd5d5c56SAnthony LiguoriSun4m
739f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
740fd5d5c56SAnthony LiguoriS: Maintained
7418d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
742c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
743c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7447098b79eSThomas HuthF: hw/misc/eccmemctl.c
7457098b79eSThomas HuthF: hw/misc/slavio_misc.c
746c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
747c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
748c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
749fd5d5c56SAnthony Liguori
750fd5d5c56SAnthony LiguoriSun4u
751f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
752fd5d5c56SAnthony LiguoriS: Maintained
7538d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
754c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
755fd5d5c56SAnthony Liguori
756a2664ca0SArtyom TarasenkoSun4v
757a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
758a2664ca0SArtyom TarasenkoS: Maintained
759a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
760a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
761a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
762a2664ca0SArtyom Tarasenko
763ce6c760cSFabien ChouteauLeon3
764ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
765ce6c760cSFabien ChouteauS: Maintained
7668d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7678d8b636dSPaolo BonziniF: hw/*/grlib*
768c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
769ce6c760cSFabien Chouteau
770fd5d5c56SAnthony LiguoriS390 Machines
771fd5d5c56SAnthony Liguori-------------
772dd4ad64aSCornelia HuckS390 Virtio-ccw
773dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
774b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
775dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
776dd4ad64aSCornelia HuckS: Supported
7770c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
778c5bfb202SCornelia HuckF: hw/s390x/
7794277af19SCornelia HuckF: include/hw/s390x/
7804277af19SCornelia HuckF: pc-bios/s390-ccw/
781c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7821e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7831e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7841e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7853e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7863e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
787dd4ad64aSCornelia Huck
788ab9528caSGuan XuetaoUniCore32 Machines
789ab9528caSGuan Xuetao-------------
790ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
791ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
792ab9528caSGuan XuetaoS: Maintained
7938d8b636dSPaolo BonziniF: hw/*/puv3*
794ab9528caSGuan XuetaoF: hw/unicore32/
795ab9528caSGuan Xuetao
796fd5d5c56SAnthony LiguoriX86 Machines
797fd5d5c56SAnthony Liguori------------
798fd5d5c56SAnthony LiguoriPC
799046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
800fd5d5c56SAnthony LiguoriS: Supported
801046a6486SMichael S. TsirkinF: include/hw/i386/
802046a6486SMichael S. TsirkinF: hw/i386/
803046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
804046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
805046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
806046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
807046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
808046a6486SMichael S. TsirkinF: hw/isa/piix4.c
809046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
810046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
811046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
812046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
813046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
814f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8159cc3b73cSPaolo BonziniF: hw/misc/sga.c
8169cc3b73cSPaolo Bonzini
8179cc3b73cSPaolo BonziniPC Chipset
8189cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8199cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8209cc3b73cSPaolo BonziniS: Support
8219cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8229cc3b73cSPaolo BonziniF: hw/char/parallel.c
8239cc3b73cSPaolo BonziniF: hw/char/serial*
8249cc3b73cSPaolo BonziniF: hw/dma/i8257*
8259cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8269cc3b73cSPaolo BonziniF: hw/intc/apic*
8279cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8289cc3b73cSPaolo BonziniF: hw/intc/i8259*
8299cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8309cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8319cc3b73cSPaolo BonziniF: hw/timer/hpet*
8329cc3b73cSPaolo BonziniF: hw/timer/i8254*
8339cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
834a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
835a2feb348SThomas HuthF: include/hw/timer/hpet.h
836a2feb348SThomas HuthF: include/hw/timer/i8254*
837a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
838046a6486SMichael S. Tsirkin
8395da4fb00SMichael S. TsirkinMachine core
8405da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8415da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8425da4fb00SMichael S. TsirkinS: Supported
8435da4fb00SMichael S. TsirkinF: hw/core/machine.c
844c1629c5cSThomas HuthF: hw/core/null-machine.c
8455da4fb00SMichael S. TsirkinF: include/hw/boards.h
846fd5d5c56SAnthony Liguori
84716e7caaeSMax FilippovXtensa Machines
84816e7caaeSMax Filippov---------------
849375847a6SMax Filippovsim
85016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
85116e7caaeSMax FilippovS: Maintained
852437a8c11SMax FilippovF: hw/xtensa/sim.c
853375847a6SMax Filippov
854437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
855375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
856375847a6SMax FilippovS: Maintained
857437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
858437a8c11SMax FilippovF: hw/net/opencores_eth.c
85916e7caaeSMax Filippov
860fd5d5c56SAnthony LiguoriDevices
861fd5d5c56SAnthony Liguori-------
862b30934cbSJiri SlabyEDU
863b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
864b30934cbSJiri SlabyS: Maintained
865b30934cbSJiri SlabyF: hw/misc/edu.c
866b30934cbSJiri Slaby
867fd5d5c56SAnthony LiguoriIDE
868c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
869c095348bSJohn SnowL: qemu-block@nongnu.org
870c095348bSJohn SnowS: Supported
8718d8b636dSPaolo BonziniF: include/hw/ide.h
872c9f7acd5SThomas HuthF: include/hw/ide/
873fd5d5c56SAnthony LiguoriF: hw/ide/
874c095348bSJohn SnowF: hw/block/block.c
875c095348bSJohn SnowF: hw/block/cdrom.c
876c095348bSJohn SnowF: hw/block/hd-geometry.c
877c095348bSJohn SnowF: tests/ide-test.c
878c095348bSJohn SnowF: tests/ahci-test.c
879aee50319SJohn SnowF: tests/libqos/ahci*
880c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
881c095348bSJohn Snow
882c095348bSJohn SnowFloppy
883c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
884c095348bSJohn SnowL: qemu-block@nongnu.org
885c095348bSJohn SnowS: Supported
886c095348bSJohn SnowF: hw/block/fdc.c
887c095348bSJohn SnowF: include/hw/block/fdc.h
888aee50319SJohn SnowF: tests/fdc-test.c
889c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
890fd5d5c56SAnthony Liguori
891f5f487b2SPeter MaydellOMAP
892f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
893f5f487b2SPeter MaydellS: Maintained
8948d8b636dSPaolo BonziniF: hw/*/omap*
895ed0db866SThomas HuthF: include/hw/arm/omap.h
896f5f487b2SPeter Maydell
89728d54e58SPaolo BonziniIPack
89828d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
89928d54e58SPaolo BonziniS: Odd Fixes
90028d54e58SPaolo BonziniF: hw/char/ipoctal232.c
90128d54e58SPaolo BonziniF: hw/ipack/
90228d54e58SPaolo Bonzini
903fd5d5c56SAnthony LiguoriPCI
904fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
905874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
906fd5d5c56SAnthony LiguoriS: Supported
9078d8b636dSPaolo BonziniF: include/hw/pci/*
908f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
909ca818cfbSMichael S. TsirkinF: hw/pci/*
910f178bc6bSPaolo BonziniF: hw/pci-bridge/*
9110e0b3592SMichael S. Tsirkin
912d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9130e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9140e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9150e0b3592SMichael S. TsirkinS: Supported
9160e0b3592SMichael S. TsirkinF: include/hw/acpi/*
917d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9180e0b3592SMichael S. TsirkinF: hw/mem/*
9198d8b636dSPaolo BonziniF: hw/acpi/*
920d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9210e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9220e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9233248f1b4SBen WarrenF: tests/bios-tables-test.c
9243248f1b4SBen WarrenF: tests/acpi-utils.[hc]
925fd5d5c56SAnthony Liguori
926aaade8d7SAndreas Färberppc4xx
927aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
928aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
929aaade8d7SAndreas FärberS: Odd Fixes
9308d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
931b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
932aaade8d7SAndreas Färber
93398cded3aSAndreas Färberppce500
93498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
93598cded3aSAndreas FärberL: qemu-ppc@nongnu.org
93698cded3aSAndreas FärberS: Supported
9376e481d57SPeter MaydellF: hw/ppc/e500*
938566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
939566dd236SPaolo BonziniF: hw/net/fsl_etsec/
94098cded3aSAndreas Färber
94161af0ee6SPaolo BonziniCharacter devices
94261af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
94361af0ee6SPaolo BonziniS: Odd Fixes
94461af0ee6SPaolo BonziniF: hw/char/
94561af0ee6SPaolo Bonzini
946f536f112SPaolo BonziniNetwork devices
947f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
948f536f112SPaolo BonziniS: Odd Fixes
949f536f112SPaolo BonziniF: hw/net/
9506bd7776cSGreg KurzF: tests/virtio-net-test.c
951f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
952f536f112SPaolo Bonzini
953fd5d5c56SAnthony LiguoriSCSI
954de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
955de7724f7SPaolo BonziniS: Supported
95674460f34SThomas HuthF: include/hw/scsi/*
9578d8b636dSPaolo BonziniF: hw/scsi/*
9586bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9591ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
960de7724f7SPaolo Bonzini
961de7724f7SPaolo BonziniLSI53C895A
9620e19885eSAnthony LiguoriS: Orphan
9638d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
964fd5d5c56SAnthony Liguori
965fcb5629dSPeter A. G. CrosthwaiteSSI
9664b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
967fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9688d8b636dSPaolo BonziniF: hw/ssi/*
9698d8b636dSPaolo BonziniF: hw/block/m25p80.c
9704b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9714b46ba61SAlistair Francis
9724b46ba61SAlistair FrancisXilinx SPI
9734b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9744b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9754b46ba61SAlistair FrancisS: Maintained
9764b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
977fcb5629dSPeter A. G. Crosthwaite
978fd5d5c56SAnthony LiguoriUSB
9795d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9805d0d62feSGerd HoffmannS: Maintained
9818d8b636dSPaolo BonziniF: hw/usb/*
98228edfce0SGongleiF: tests/usb-*-test.c
983beded0ffSThomas HuthF: docs/usb2.txt
984beded0ffSThomas HuthF: docs/usb-storage.txt
985beded0ffSThomas HuthF: include/hw/usb.h
986beded0ffSThomas HuthF: include/hw/usb/
987fd5d5c56SAnthony Liguori
988e26082fdSPaolo BonziniUSB (serial adapter)
989e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
990e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
991e26082fdSPaolo BonziniS: Maintained
992e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
993e26082fdSPaolo Bonzini
99492e1fb5eSAlex WilliamsonVFIO
99592e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
99692e1fb5eSAlex WilliamsonS: Supported
997cf7087dbSKim PhillipsF: hw/vfio/*
99899b88c6dSThomas HuthF: include/hw/vfio/
99992e1fb5eSAlex Williamson
1000fd5d5c56SAnthony Liguorivhost
1001fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1002fd5d5c56SAnthony LiguoriS: Supported
10038d8b636dSPaolo BonziniF: hw/*/*vhost*
1004fd5d5c56SAnthony Liguori
1005fd5d5c56SAnthony Liguorivirtio
1006a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1007fd5d5c56SAnthony LiguoriS: Supported
10088d8b636dSPaolo BonziniF: hw/*/virtio*
100972fa605dSThomas HuthF: hw/virtio/Makefile.objs
101072fa605dSThomas HuthF: hw/virtio/trace-events
10116a084ea3SMichael S. TsirkinF: net/vhost-user.c
1012494f7b57SThomas HuthF: include/hw/virtio/
10136bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1014fd5d5c56SAnthony Liguori
1015fd5d5c56SAnthony Liguorivirtio-9p
101623704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10178c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1018fd5d5c56SAnthony LiguoriS: Supported
1019aebeca25SAndreas FärberF: hw/9pfs/
1020aebeca25SAndreas FärberF: fsdev/
10212d888c09SAndreas FärberF: tests/virtio-9p-test.c
10223f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10238c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1024fd5d5c56SAnthony Liguori
1025fd5d5c56SAnthony Liguorivirtio-blk
102654d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1027b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1028fd5d5c56SAnthony LiguoriS: Supported
10298d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1030b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10316bd7776cSGreg KurzF: tests/virtio-blk-test.c
1032b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1033fd5d5c56SAnthony Liguori
1034dd4ad64aSCornelia Huckvirtio-ccw
1035dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
1036b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1037dd4ad64aSCornelia HuckS: Supported
1038dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10393e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10403e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1041dd4ad64aSCornelia Huck
1042a5d4d7b5SGerd Hoffmannvirtio-input
1043a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1044a5d4d7b5SGerd HoffmannS: Maintained
1045a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1046a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1047a5d4d7b5SGerd Hoffmann
1048fd5d5c56SAnthony Liguorivirtio-serial
1049cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1050fd5d5c56SAnthony LiguoriS: Supported
10518d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10528d8b636dSPaolo BonziniF: hw/char/virtio-console.c
105368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10546bd7776cSGreg KurzF: tests/virtio-console-test.c
10556bd7776cSGreg KurzF: tests/virtio-serial-test.c
1056fd5d5c56SAnthony Liguori
10571f51a5cbSAmit Shahvirtio-rng
1058cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10591f51a5cbSAmit ShahS: Supported
10601f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10611f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1062750cf869SThomas HuthF: include/sysemu/rng*.h
10631f51a5cbSAmit ShahF: backends/rng*.c
10646bd7776cSGreg KurzF: tests/virtio-rng-test.c
10651f51a5cbSAmit Shah
10666034011cSGongleivirtio-crypto
10676034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10686034011cSGongleiS: Supported
10696034011cSGongleiF: hw/virtio/virtio-crypto.c
10706034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10716034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10726034011cSGonglei
1073f3c507adSKeith Buschnvme
1074f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1075c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1076f3c507adSKeith BuschS: Supported
1077f3c507adSKeith BuschF: hw/block/nvme*
1078fc967791SAndreas FärberF: tests/nvme-test.c
1079f3c507adSKeith Busch
1080d383c625SHannes Reineckemegasas
1081d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1082c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1083d383c625SHannes ReineckeS: Supported
1084d383c625SHannes ReineckeF: hw/scsi/megasas.c
1085d383c625SHannes ReineckeF: hw/scsi/mfi.h
1086d383c625SHannes Reinecke
1087605d52e6SDmitry FleytmanNetwork packet abstractions
1088605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1089605d52e6SDmitry FleytmanS: Maintained
1090605d52e6SDmitry FleytmanF: include/net/eth.h
1091605d52e6SDmitry FleytmanF: net/eth.c
1092605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1093605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1094605d52e6SDmitry Fleytman
1095622fb504SDmitry FleytmanVmware
1096622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1097622fb504SDmitry FleytmanS: Maintained
1098622fb504SDmitry FleytmanF: hw/net/vmxnet*
1099622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1100622fb504SDmitry Fleytman
1101de24d3f1SScott FeldmanRocker
1102de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1103de24d3f1SScott FeldmanS: Maintained
1104de24d3f1SScott FeldmanF: hw/net/rocker/
1105de850948SThomas HuthF: tests/rocker/
1106de850948SThomas HuthF: docs/specs/rocker.txt
1107de24d3f1SScott Feldman
110870d1fb9cSXiao GuangrongNVDIMM
110970d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
111070d1fb9cSXiao GuangrongS: Maintained
111170d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
111270d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
111370d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
111470d1fb9cSXiao Guangrong
1115093454e2SDmitry Fleytmane1000x
1116093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1117093454e2SDmitry FleytmanS: Maintained
1118093454e2SDmitry FleytmanF: hw/net/e1000x*
1119093454e2SDmitry Fleytman
11206f3fbe4eSDmitry Fleytmane1000e
11216f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11226f3fbe4eSDmitry FleytmanS: Maintained
11236f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11246f3fbe4eSDmitry Fleytman
1125e481a1f6SAlistair FrancisGeneric Loader
1126e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1127e481a1f6SAlistair FrancisS: Maintained
1128e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1129e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1130e481a1f6SAlistair Francis
113187a9023aSThomas HuthCHRP NVRAM
113287a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
113387a9023aSThomas HuthS: Maintained
113487a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
113587a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
113687a9023aSThomas HuthF: tests/prom-env-test.c
113787a9023aSThomas Huth
113842697d88SBen WarrenVM Generation ID
113942697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
114042697d88SBen WarrenS: Maintained
114142697d88SBen WarrenF: hw/acpi/vmgenid.c
114242697d88SBen WarrenF: include/hw/acpi/vmgenid.h
114342697d88SBen WarrenF: docs/specs/vmgenid.txt
114442697d88SBen WarrenF: tests/vmgenid-test.c
114542697d88SBen WarrenF: stubs/vmgenid.c
114642697d88SBen Warren
1147fd5d5c56SAnthony LiguoriSubsystems
1148fd5d5c56SAnthony Liguori----------
1149fd5d5c56SAnthony LiguoriAudio
11509f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1151fd5d5c56SAnthony LiguoriS: Maintained
1152fd5d5c56SAnthony LiguoriF: audio/
11538d8b636dSPaolo BonziniF: hw/audio/
1154a2b245aeSThomas HuthF: include/hw/audio/
1155d7b50c0cSAndreas FärberF: tests/ac97-test.c
11568fa74c94SAndreas FärberF: tests/es1370-test.c
1157fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1158fd5d5c56SAnthony Liguori
115917f1e8f5SStefan HajnocziBlock layer core
1160fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1161c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1162c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1163fd5d5c56SAnthony LiguoriS: Supported
1164fd5d5c56SAnthony LiguoriF: block*
1165fd5d5c56SAnthony LiguoriF: block/
11668d8b636dSPaolo BonziniF: hw/block/
11674c346e0bSKevin WolfF: include/block/
116846078760SKevin WolfF: qemu-img*
116946078760SKevin WolfF: qemu-io*
117029242091SKevin WolfF: tests/qemu-iotests/
1171d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1172fd5d5c56SAnthony Liguori
1173d55053b1SStefan HajnocziBlock I/O path
1174d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11759ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1176d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1177d55053b1SStefan HajnocziS: Supported
1178d55053b1SStefan HajnocziF: async.c
1179d55053b1SStefan HajnocziF: aio-*.c
1180d55053b1SStefan HajnocziF: block/io.c
1181d55053b1SStefan HajnocziF: migration/block*
1182e1029ae2SFam ZhengF: include/block/aio.h
1183d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1184d55053b1SStefan Hajnoczi
1185280458a3SJeff CodyBlock Jobs
1186280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1187280458a3SJeff CodyL: qemu-block@nongnu.org
1188280458a3SJeff CodyS: Supported
1189280458a3SJeff CodyF: blockjob.c
1190280458a3SJeff CodyF: include/block/blockjob.h
1191280458a3SJeff CodyF: block/backup.c
1192280458a3SJeff CodyF: block/commit.c
119377346025SJeff CodyF: block/stream.c
1194280458a3SJeff CodyF: block/mirror.c
1195280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1196280458a3SJeff Cody
11974120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11984120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11994120201dSMarkus ArmbrusterS: Supported
12004120201dSMarkus ArmbrusterF: blockdev.c
12014120201dSMarkus ArmbrusterF: block/qapi.c
12024120201dSMarkus ArmbrusterF: qapi/block*.json
12034120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12044120201dSMarkus Armbruster
1205538193bcSJohn SnowDirty Bitmaps
1206538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1207538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1208538193bcSJohn SnowL: qemu-block@nongnu.org
1209538193bcSJohn SnowS: Supported
1210538193bcSJohn SnowF: util/hbitmap.c
1211538193bcSJohn SnowF: block/dirty-bitmap.c
1212538193bcSJohn SnowF: include/qemu/hbitmap.h
1213538193bcSJohn SnowF: include/block/dirty-bitmap.h
1214538193bcSJohn SnowF: tests/test-hbitmap.c
1215538193bcSJohn SnowF: docs/bitmaps.md
1216538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1217538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1218538193bcSJohn Snow
121961af0ee6SPaolo BonziniCharacter device backends
1220da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
122155fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1222fd5d5c56SAnthony LiguoriS: Maintained
1223178fe0aeSMarc-André LureauF: chardev/
1224da26f37aSPaolo BonziniF: backends/msmouse.c
1225da26f37aSPaolo BonziniF: backends/testdev.c
1226fd5d5c56SAnthony Liguori
1227e26082fdSPaolo BonziniCharacter Devices (Braille)
1228e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1229e26082fdSPaolo BonziniS: Maintained
1230e26082fdSPaolo BonziniF: backends/baum.c
1231fd5d5c56SAnthony Liguori
1232e94630d3SMarkus ArmbrusterCommand line option argument parsing
1233e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1234e94630d3SMarkus ArmbrusterS: Supported
1235e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1236e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1237e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1238e94630d3SMarkus ArmbrusterF: util/keyval.c
1239e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1240e94630d3SMarkus Armbruster
12418c413e79SMarkus ArmbrusterCoverity model
12428c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12438c413e79SMarkus ArmbrusterS: Supported
12448c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12458c413e79SMarkus Armbruster
1246f2ca0524SAndreas FärberCPU
124712b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1248f2ca0524SAndreas FärberS: Supported
1249f2ca0524SAndreas FärberF: qom/cpu.c
12506e481d57SPeter MaydellF: include/qom/cpu.h
1251f2ca0524SAndreas Färber
1252d24b569aSPeter A. G. CrosthwaiteDevice Tree
12534b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1254d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1255d24b569aSPeter A. G. CrosthwaiteS: Maintained
125682407515SThomas HuthF: device_tree.c
125782407515SThomas HuthF: include/sysemu/device_tree.h
1258d24b569aSPeter A. G. Crosthwaite
12594f966768SMarkus ArmbrusterError reporting
12604f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12614f966768SMarkus ArmbrusterS: Supported
12624f966768SMarkus ArmbrusterF: include/qapi/error.h
12634f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12644f966768SMarkus ArmbrusterF: util/error.c
12654f966768SMarkus ArmbrusterF: util/qemu-error.c
12664f966768SMarkus Armbruster
1267fd5d5c56SAnthony LiguoriGDB stub
12685dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1269fd5d5c56SAnthony LiguoriS: Odd Fixes
1270fd5d5c56SAnthony LiguoriF: gdbstub*
1271fd5d5c56SAnthony LiguoriF: gdb-xml/
1272fd5d5c56SAnthony Liguori
127301a9c03cSPaolo BonziniMemory API
127401a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
127501a9c03cSPaolo BonziniS: Supported
127601a9c03cSPaolo BonziniF: include/exec/ioport.h
127701a9c03cSPaolo BonziniF: ioport.c
127801a9c03cSPaolo BonziniF: include/exec/memory.h
12792b1641d0SPaolo BonziniF: include/exec/ram_addr.h
128001a9c03cSPaolo BonziniF: memory.c
128101a9c03cSPaolo BonziniF: include/exec/memory-internal.h
128201a9c03cSPaolo BonziniF: exec.c
128301a9c03cSPaolo Bonzini
12847ee3bf03SGerd HoffmannSPICE
12857ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
12867ee3bf03SGerd HoffmannS: Supported
12876e481d57SPeter MaydellF: include/ui/qemu-spice.h
1288438528a3SThomas HuthF: include/ui/spice-display.h
12897ee3bf03SGerd HoffmannF: ui/spice-*.c
12907ee3bf03SGerd HoffmannF: audio/spiceaudio.c
12918d8b636dSPaolo BonziniF: hw/display/qxl*
12927ee3bf03SGerd Hoffmann
1293fd5d5c56SAnthony LiguoriGraphics
129425eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
129525eccc37SGerd HoffmannS: Odd Fixes
1296fd5d5c56SAnthony LiguoriF: ui/
1297e220656cSThomas HuthF: include/ui/
1298fd5d5c56SAnthony Liguori
1299351f1bf6SAndreas FärberCocoa graphics
130030ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1301351f1bf6SAndreas FärberS: Odd Fixes
1302351f1bf6SAndreas FärberF: ui/cocoa.m
1303351f1bf6SAndreas Färber
1304fd5d5c56SAnthony LiguoriMain loop
1305da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1306da26f37aSPaolo BonziniS: Maintained
1307da26f37aSPaolo BonziniF: cpus.c
1308*3ecb29a3SPaolo BonziniF: util/main-loop.c
1309*3ecb29a3SPaolo BonziniF: util/qemu-timer.c
1310fd5d5c56SAnthony LiguoriF: vl.c
1311fd5d5c56SAnthony Liguori
13128899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1313c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1314fbb0621aSLuiz CapitulinoS: Maintained
1315fd5d5c56SAnthony LiguoriF: monitor.c
1316c13e9912SThomas HuthF: hmp.[ch]
1317c13e9912SThomas HuthF: hmp-commands*.hx
1318c13e9912SThomas HuthF: include/monitor/hmp-target.h
1319fd5d5c56SAnthony Liguori
1320f536f112SPaolo BonziniNetwork device backends
1321442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1322fd5d5c56SAnthony LiguoriS: Maintained
1323fd5d5c56SAnthony LiguoriF: net/
1324d24b2b1cSThomas HuthF: include/net/
13255fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1326fd5d5c56SAnthony Liguori
1327aee09bafSVincenzo MaffioneNetmap network backend
1328aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1329aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1330aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1331aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1332aee09bafSVincenzo MaffioneS: Maintained
1333aee09bafSVincenzo MaffioneF: net/netmap.c
1334aee09bafSVincenzo Maffione
133544f76b28SPaolo BonziniNetwork Block Device (NBD)
133644f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
133744f76b28SPaolo BonziniS: Odd Fixes
1338798bfe00SFam ZhengF: block/nbd*
1339798bfe00SFam ZhengF: nbd/
1340798bfe00SFam ZhengF: include/block/nbd*
134144f76b28SPaolo BonziniF: qemu-nbd.c
13421ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
134344f76b28SPaolo Bonzini
13442f54eb98SEduardo HabkostNUMA
13452f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13462f54eb98SEduardo HabkostS: Maintained
13472f54eb98SEduardo HabkostF: numa.c
13482f54eb98SEduardo HabkostF: include/sysemu/numa.h
13492f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13502f54eb98SEduardo Habkost
13514fc264f4SEduardo HabkostHost Memory Backends
13524fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13534fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13544fc264f4SEduardo HabkostS: Maintained
13554fc264f4SEduardo HabkostF: backends/hostmem*.c
13564fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13574fc264f4SEduardo Habkost
13586034011cSGongleiCryptodev Backends
13596034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13606034011cSGongleiS: Maintained
13616034011cSGongleiF: include/sysemu/cryptodev*.h
13626034011cSGongleiF: backends/cryptodev*.c
13636034011cSGonglei
13648899b4aeSLuiz CapitulinoQAPI
13659740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13668899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13679740618cSLuiz CapitulinoS: Supported
13688899b4aeSLuiz CapitulinoF: qapi/
13690311c5bdSMarkus ArmbrusterX: qapi/*.json
1370ac4abb9aSMarkus ArmbrusterF: include/qapi/
1371ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1372ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1373c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1374ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1375e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1376ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1377e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
13780311c5bdSMarkus ArmbrusterF: scripts/qapi*
13790311c5bdSMarkus ArmbrusterF: docs/qapi*
13809740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13818899b4aeSLuiz Capitulino
13827810d291SLuiz CapitulinoQAPI Schema
13837810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
13847810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13857810d291SLuiz CapitulinoS: Supported
13867810d291SLuiz CapitulinoF: qapi-schema.json
13870311c5bdSMarkus ArmbrusterF: qapi/*.json
13889740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13897810d291SLuiz Capitulino
1390f3582ba4SLuiz CapitulinoQObject
1391daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1392daf5dc78SMarkus ArmbrusterS: Supported
1393f3582ba4SLuiz CapitulinoF: qobject/
13947735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
13957735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
13967735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
13977735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
13987735d2b5SMarkus ArmbrusterF: tests/check-qint.c
13997735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14007735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14017735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1402daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1403f3582ba4SLuiz Capitulino
1404f05d9999SMichael RothQEMU Guest Agent
1405f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1406f05d9999SMichael RothS: Maintained
1407f05d9999SMichael RothF: qga/
1408f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1409f05d9999SMichael Roth
14104688c94cSAndreas FärberQOM
14114688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14124688c94cSAndreas FärberS: Supported
14134688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14144688c94cSAndreas FärberF: include/qom/
14154688c94cSAndreas FärberX: include/qom/cpu.h
14164688c94cSAndreas FärberF: qom/
14174688c94cSAndreas FärberX: qom/cpu.c
14189f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14199f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14204688c94cSAndreas FärberF: tests/qom-test.c
14214688c94cSAndreas Färber
14228899b4aeSLuiz CapitulinoQMP
14239740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14249740618cSLuiz CapitulinoS: Supported
14258899b4aeSLuiz CapitulinoF: qmp.c
14268899b4aeSLuiz CapitulinoF: monitor.c
14279b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
14289740618cSLuiz CapitulinoF: scripts/qmp/
1429f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
14309740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14318899b4aeSLuiz Capitulino
1432cc0100f4SAlistair FrancisRegister API
1433cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1434cc0100f4SAlistair FrancisS: Maintained
1435cc0100f4SAlistair FrancisF: hw/core/register.c
1436cc0100f4SAlistair FrancisF: include/hw/register.h
1437cc0100f4SAlistair Francis
1438fd5d5c56SAnthony LiguoriSLIRP
1439eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1440bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1441bafc72abSJan KiszkaS: Maintained
1442fd5d5c56SAnthony LiguoriF: slirp/
1443663fb1e1SThomas HuthF: net/slirp.c
1444d24b2b1cSThomas HuthF: include/net/slirp.h
14451ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1446fd5d5c56SAnthony Liguori
1447b1ed728aSPaolo BonziniStubs
1448b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1449b1ed728aSPaolo BonziniS: Maintained
1450b1ed728aSPaolo BonziniF: stubs/
1451b1ed728aSPaolo Bonzini
1452598a3f35SStefan HajnocziTracing
14531cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1454598a3f35SStefan HajnocziS: Maintained
1455598a3f35SStefan HajnocziF: trace/
1456f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1457f70fd8fdSLluís VilanovaF: scripts/tracetool/
1458f922ea46SAndreas FärberF: docs/tracing.txt
14591ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1460598a3f35SStefan Hajnoczi
146114f40fdcSBlue SwirlCheckpatch
146214f40fdcSBlue SwirlS: Odd Fixes
146314f40fdcSBlue SwirlF: scripts/checkpatch.pl
146414f40fdcSBlue Swirl
1465c0787c8dSJuan QuintelaMigration
1466c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1467d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1468c0787c8dSJuan QuintelaS: Maintained
1469c0787c8dSJuan QuintelaF: include/migration/
147044a1f946SDr. David Alan GilbertF: migration/
1471c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1472c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1473a609ad8bSThomas HuthF: docs/migration.txt
1474c0787c8dSJuan Quintela
147592bfedb0SEduardo OtuboSeccomp
14769d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
147792bfedb0SEduardo OtuboS: Supported
147892bfedb0SEduardo OtuboF: qemu-seccomp.c
147992bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
148092bfedb0SEduardo Otubo
1481ddbb0d09SDaniel P. BerrangeCryptography
1482ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1483ddbb0d09SDaniel P. BerrangeS: Maintained
1484ddbb0d09SDaniel P. BerrangeF: crypto/
1485ddbb0d09SDaniel P. BerrangeF: include/crypto/
1486ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1487ddbb0d09SDaniel P. Berrange
148810817bf0SDaniel P. BerrangeCoroutines
148910817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
149010817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
149110817bf0SDaniel P. BerrangeF: util/*coroutine*
149210817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
149310817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
149410817bf0SDaniel P. Berrange
149588c5f205SDaniel P. BerrangeBuffers
149688c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
149788c5f205SDaniel P. BerrangeS: Odd fixes
149888c5f205SDaniel P. BerrangeF: util/buffer.c
149988c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
150088c5f205SDaniel P. Berrange
1501666a3af9SDaniel P. BerrangeI/O Channels
1502666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1503666a3af9SDaniel P. BerrangeS: Maintained
1504666a3af9SDaniel P. BerrangeF: io/
1505666a3af9SDaniel P. BerrangeF: include/io/
1506666a3af9SDaniel P. BerrangeF: tests/test-io-*
1507666a3af9SDaniel P. Berrange
15085614a283SGerd HoffmannSockets
15095614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
15105614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15115614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
15125614a283SGerd HoffmannS: Maintained
15135614a283SGerd HoffmannF: include/qemu/sockets.h
15145614a283SGerd HoffmannF: util/qemu-sockets.c
15155614a283SGerd Hoffmann
1516d310d85bSAlberto GarciaThrottling infrastructure
1517d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1518d310d85bSAlberto GarciaS: Supported
1519d310d85bSAlberto GarciaF: block/throttle-groups.c
1520d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1521d310d85bSAlberto GarciaF: include/qemu/throttle.h
1522d310d85bSAlberto GarciaF: util/throttle.c
1523d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1524d310d85bSAlberto Garcia
1525080d7aacSFam ZhengUUID
1526080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1527080d7aacSFam ZhengS: Supported
1528080d7aacSFam ZhengF: util/uuid.c
1529080d7aacSFam ZhengF: include/qemu/uuid.h
1530080d7aacSFam ZhengF: tests/test-uuid.c
1531080d7aacSFam Zheng
1532a4cc318eSzhanghailiangCOLO Framework
1533a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1534a4cc318eSzhanghailiangS: Maintained
1535a4cc318eSzhanghailiangF: migration/colo*
1536a4cc318eSzhanghailiangF: include/migration/colo.h
1537a4cc318eSzhanghailiangF: include/migration/failover.h
1538a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1539a4cc318eSzhanghailiang
154088f82ed1SZhang ChenCOLO Proxy
154188f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
154288f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
154388f82ed1SZhang ChenS: Supported
154488f82ed1SZhang ChenF: docs/colo-proxy.txt
154588f82ed1SZhang ChenF: net/colo*
154688f82ed1SZhang ChenF: net/filter-rewriter.c
154788f82ed1SZhang ChenF: net/filter-mirror.c
154888f82ed1SZhang Chen
1549fd5d5c56SAnthony LiguoriUsermode Emulation
1550fd5d5c56SAnthony Liguori------------------
1551486bbe5fSPaolo BonziniOverall
1552486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1553486bbe5fSPaolo BonziniS: Maintained
1554486bbe5fSPaolo BonziniF: thunk.c
1555486bbe5fSPaolo BonziniF: user-exec.c
15565564edb1SPaolo BonziniF: user-exec-stub.c
1557486bbe5fSPaolo Bonzini
1558fd5d5c56SAnthony LiguoriBSD user
1559297e8005SMarkus ArmbrusterS: Orphan
1560fd5d5c56SAnthony LiguoriF: bsd-user/
1561ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1562fd5d5c56SAnthony Liguori
1563fd5d5c56SAnthony LiguoriLinux user
1564fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1565fd5d5c56SAnthony LiguoriS: Maintained
1566fd5d5c56SAnthony LiguoriF: linux-user/
1567ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
156842f5a7e9SAurelien Jarno
156942f5a7e9SAurelien JarnoTiny Code Generator (TCG)
157042f5a7e9SAurelien Jarno-------------------------
157142f5a7e9SAurelien JarnoCommon code
1572cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
157342f5a7e9SAurelien JarnoS: Maintained
157442f5a7e9SAurelien JarnoF: tcg/
157542f5a7e9SAurelien Jarno
1576b25a464cSClaudio FontanaAArch64 target
1577b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1578b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1579b25a464cSClaudio FontanaS: Maintained
1580b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1581b25a464cSClaudio FontanaF: tcg/aarch64/
1582c17652eeSPaolo BonziniF: disas/arm-a64.cc
1583c17652eeSPaolo BonziniF: disas/libvixl/
1584b25a464cSClaudio Fontana
158542f5a7e9SAurelien JarnoARM target
158642f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
158742f5a7e9SAurelien JarnoS: Maintained
1588b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
158942f5a7e9SAurelien JarnoF: tcg/arm/
1590c17652eeSPaolo BonziniF: disas/arm.c
159142f5a7e9SAurelien Jarno
159242f5a7e9SAurelien Jarnoi386 target
15935dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
159442f5a7e9SAurelien JarnoS: Maintained
159542f5a7e9SAurelien JarnoF: tcg/i386/
1596c17652eeSPaolo BonziniF: disas/i386.c
159742f5a7e9SAurelien Jarno
159842f5a7e9SAurelien JarnoIA64 target
159942f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
160042f5a7e9SAurelien JarnoS: Maintained
160142f5a7e9SAurelien JarnoF: tcg/ia64/
1602c17652eeSPaolo BonziniF: disas/ia64.c
160342f5a7e9SAurelien Jarno
160442f5a7e9SAurelien JarnoMIPS target
1605d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
160642f5a7e9SAurelien JarnoS: Maintained
160742f5a7e9SAurelien JarnoF: tcg/mips/
1608c17652eeSPaolo BonziniF: disas/mips.c
160942f5a7e9SAurelien Jarno
161042f5a7e9SAurelien JarnoPPC
161115610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
161215610d42SPranith KumarS: Odd Fixes
161342f5a7e9SAurelien JarnoF: tcg/ppc/
1614c17652eeSPaolo BonziniF: disas/ppc.c
161542f5a7e9SAurelien Jarno
161642f5a7e9SAurelien JarnoS390 target
161742f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
161842f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
161942f5a7e9SAurelien JarnoS: Maintained
162042f5a7e9SAurelien JarnoF: tcg/s390/
1621c17652eeSPaolo BonziniF: disas/s390.c
162242f5a7e9SAurelien Jarno
162342f5a7e9SAurelien JarnoSPARC target
1624297e8005SMarkus ArmbrusterS: Odd Fixes
162542f5a7e9SAurelien JarnoF: tcg/sparc/
1626c17652eeSPaolo BonziniF: disas/sparc.c
1627bc75c9e5SStefan Weil
1628bc75c9e5SStefan WeilTCI target
1629bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1630bc75c9e5SStefan WeilS: Maintained
16318ef9cd55SAndreas FärberF: tcg/tci/
16322b7be8c8SStefan WeilF: tci.c
1633c17652eeSPaolo BonziniF: disas/tci.c
1634aa09c951SAndreas Färber
1635f05b328cSStefan HajnocziBlock drivers
1636f05b328cSStefan Hajnoczi-------------
1637f05b328cSStefan HajnocziVMDK
1638f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1639c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1640f05b328cSStefan HajnocziS: Supported
1641f05b328cSStefan HajnocziF: block/vmdk.c
1642f05b328cSStefan Hajnoczi
1643f05b328cSStefan HajnocziRBD
16445a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1645280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1646280458a3SJeff CodyL: qemu-block@nongnu.org
1647f05b328cSStefan HajnocziS: Supported
1648f05b328cSStefan HajnocziF: block/rbd.c
1649280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1650f05b328cSStefan Hajnoczi
1651f05b328cSStefan HajnocziSheepdog
165253b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1653f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1654280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1655280458a3SJeff CodyL: qemu-block@nongnu.org
1656dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1657f05b328cSStefan HajnocziS: Supported
1658f05b328cSStefan HajnocziF: block/sheepdog.c
1659280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1660f05b328cSStefan Hajnoczi
1661f05b328cSStefan HajnocziVHDX
1662f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1663280458a3SJeff CodyL: qemu-block@nongnu.org
1664f05b328cSStefan HajnocziS: Supported
1665f05b328cSStefan HajnocziF: block/vhdx*
1666280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1667f05b328cSStefan Hajnoczi
1668f05b328cSStefan HajnocziVDI
1669f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1670c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1671f05b328cSStefan HajnocziS: Maintained
1672f05b328cSStefan HajnocziF: block/vdi.c
1673f05b328cSStefan Hajnoczi
1674f05b328cSStefan HajnocziiSCSI
1675f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1676f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1677f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1678c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1679f05b328cSStefan HajnocziS: Supported
1680f05b328cSStefan HajnocziF: block/iscsi.c
16812deb63c2SPeter LievenF: block/iscsi-opts.c
1682f05b328cSStefan Hajnoczi
16836542aa9cSPeter LievenNFS
1684280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
16856542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1686280458a3SJeff CodyL: qemu-block@nongnu.org
16876542aa9cSPeter LievenS: Maintained
16886542aa9cSPeter LievenF: block/nfs.c
1689280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
16906542aa9cSPeter Lieven
1691f05b328cSStefan HajnocziSSH
1692f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1693280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1694280458a3SJeff CodyL: qemu-block@nongnu.org
1695f05b328cSStefan HajnocziS: Supported
1696f05b328cSStefan HajnocziF: block/ssh.c
1697280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1698c9a12e75SChrysostomos Nanakos
1699280458a3SJeff CodyCURL
1700280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1701280458a3SJeff CodyL: qemu-block@nongnu.org
1702280458a3SJeff CodyS: Supported
1703280458a3SJeff CodyF: block/curl.c
1704280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1705280458a3SJeff Cody
1706280458a3SJeff CodyGLUSTER
1707280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1708280458a3SJeff CodyL: qemu-block@nongnu.org
1709280458a3SJeff CodyS: Supported
1710280458a3SJeff CodyF: block/gluster.c
1711280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1712b5e9476cSGonglei
1713199667a8SFam ZhengNull Block Driver
1714199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1715199667a8SFam ZhengL: qemu-block@nongnu.org
1716199667a8SFam ZhengS: Supported
1717199667a8SFam ZhengF: block/null.c
1718199667a8SFam Zheng
1719b5e9476cSGongleiBootdevice
1720b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1721b5e9476cSGongleiS: Maintained
1722b5e9476cSGongleiF: bootdevice.c
1723ecdda9e0SAlberto Garcia
1724ecdda9e0SAlberto GarciaQuorum
1725ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1726ecdda9e0SAlberto GarciaS: Supported
1727ecdda9e0SAlberto GarciaF: block/quorum.c
1728ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1729e7c6e631SStefan Hajnoczi
1730e7c6e631SStefan Hajnocziblkverify
1731e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1732e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1733e7c6e631SStefan HajnocziS: Supported
1734e7c6e631SStefan HajnocziF: block/blkverify.c
1735e7c6e631SStefan Hajnoczi
1736e7c6e631SStefan Hajnoczibochs
1737e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1738e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1739e7c6e631SStefan HajnocziS: Supported
1740e7c6e631SStefan HajnocziF: block/bochs.c
1741e7c6e631SStefan Hajnoczi
1742e7c6e631SStefan Hajnoczicloop
1743e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1744e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1745e7c6e631SStefan HajnocziS: Supported
1746e7c6e631SStefan HajnocziF: block/cloop.c
1747e7c6e631SStefan Hajnoczi
1748e7c6e631SStefan Hajnoczidmg
1749e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1750e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1751e7c6e631SStefan HajnocziS: Supported
1752e7c6e631SStefan HajnocziF: block/dmg.c
1753e7c6e631SStefan Hajnoczi
1754e7c6e631SStefan Hajnocziparallels
1755e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1756f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1757e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1758e7c6e631SStefan HajnocziS: Supported
1759e7c6e631SStefan HajnocziF: block/parallels.c
1760b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1761e7c6e631SStefan Hajnoczi
1762e7c6e631SStefan Hajnocziqed
1763e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1764e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1765e7c6e631SStefan HajnocziS: Supported
1766e7c6e631SStefan HajnocziF: block/qed.c
1767e7c6e631SStefan Hajnoczi
1768e7c6e631SStefan Hajnocziraw
1769e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1770e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1771e7c6e631SStefan HajnocziS: Supported
1772e7c6e631SStefan HajnocziF: block/linux-aio.c
1773f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
17742e6fc7ebSEric BlakeF: block/raw-format.c
1775c1bb86cdSEric BlakeF: block/file-posix.c
1776c1bb86cdSEric BlakeF: block/file-win32.c
1777e7c6e631SStefan HajnocziF: block/win32-aio.c
1778e7c6e631SStefan Hajnoczi
1779e7c6e631SStefan Hajnocziqcow2
1780e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1781c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1782e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1783e7c6e631SStefan HajnocziS: Supported
1784e7c6e631SStefan HajnocziF: block/qcow2*
1785e7c6e631SStefan Hajnoczi
1786e7c6e631SStefan Hajnocziqcow
1787e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1788e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1789e7c6e631SStefan HajnocziS: Supported
1790e7c6e631SStefan HajnocziF: block/qcow.c
1791e7c6e631SStefan Hajnoczi
1792e7c6e631SStefan Hajnocziblkdebug
1793e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1794c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1795e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1796e7c6e631SStefan HajnocziS: Supported
1797e7c6e631SStefan HajnocziF: block/blkdebug.c
1798e7c6e631SStefan Hajnoczi
1799e7c6e631SStefan Hajnoczivpc
1800e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1801e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1802e7c6e631SStefan HajnocziS: Supported
1803e7c6e631SStefan HajnocziF: block/vpc.c
1804e7c6e631SStefan Hajnoczi
1805e7c6e631SStefan Hajnoczivvfat
1806e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1807e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1808e7c6e631SStefan HajnocziS: Supported
1809e7c6e631SStefan HajnocziF: block/vvfat.c
1810abfe4e94SStefan Hajnoczi
1811abfe4e94SStefan HajnocziImage format fuzzer
1812abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1813abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1814abfe4e94SStefan HajnocziS: Supported
1815abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1816717171bdSDaniel P. Berrange
1817049105a3SChanglong XieReplication
1818205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
18193ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1820049105a3SChanglong XieS: Supported
1821049105a3SChanglong XieF: replication*
1822049105a3SChanglong XieF: block/replication.c
1823049105a3SChanglong XieF: tests/test-replication.c
1824049105a3SChanglong XieF: docs/block-replication.txt
1825049105a3SChanglong Xie
1826b9e02c06SAlex BennéeBuild and test automation
1827b9e02c06SAlex Bennée-------------------------
1828b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1829e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
1830b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1831e70dc7f8SAlex BennéeS: Maintained
1832b9e02c06SAlex BennéeF: .travis.yml
1833d92d886aSAlex BennéeF: .shippable.yml
1834e70dc7f8SAlex BennéeF: tests/docker/
1835e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
1836e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1837717171bdSDaniel P. Berrange
1838717171bdSDaniel P. BerrangeDocumentation
1839717171bdSDaniel P. Berrange-------------
1840717171bdSDaniel P. BerrangeBuild system architecture
1841717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1842717171bdSDaniel P. BerrangeS: Odd Fixes
1843717171bdSDaniel P. BerrangeF: docs/build-system.txt
18448a49e97fSFam Zheng
1845