xref: /openbmc/qemu/MAINTAINERS (revision 3248f1b4)
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*
330c92451c2SPaolo BonziniF: hw/char/xen_console.c
331c92451c2SPaolo BonziniF: hw/display/xenfb.c
332c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3339027ac50SStefano StabelliniF: hw/block/xen_*
334c92451c2SPaolo BonziniF: hw/xen/
335c92451c2SPaolo BonziniF: hw/xenpv/
3369027ac50SStefano StabelliniF: hw/i386/xen/
337c92451c2SPaolo BonziniF: include/hw/xen/
3389027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3398a6b0cd7SStefano Stabellini
3401bdd6874SStefan WeilHosts:
3411bdd6874SStefan Weil------
3421bdd6874SStefan Weil
3431bdd6874SStefan WeilLINUX
3441bdd6874SStefan WeilL: qemu-devel@nongnu.org
3451bdd6874SStefan WeilS: Maintained
3461bdd6874SStefan WeilF: linux-*
3471bdd6874SStefan WeilF: linux-headers/
3481bdd6874SStefan Weil
3491bdd6874SStefan WeilPOSIX
3501bdd6874SStefan WeilL: qemu-devel@nongnu.org
3511bdd6874SStefan WeilS: Maintained
3521bdd6874SStefan WeilF: *posix*
3531bdd6874SStefan Weil
3541bdd6874SStefan WeilW32, W64
3551bdd6874SStefan WeilL: qemu-devel@nongnu.org
3561bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3571bdd6874SStefan WeilS: Maintained
3581bdd6874SStefan WeilF: *win32*
35903972660SThomas HuthF: */*win32*
36003972660SThomas HuthF: include/*/*win32*
36103972660SThomas HuthX: qga/*win32*
362885bdc95SStefan WeilF: qemu.nsi
3631bdd6874SStefan Weil
364fd5d5c56SAnthony LiguoriARM Machines
365fd5d5c56SAnthony Liguori------------
36684291fe7SliguangAllwinner-a10
36785b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
368b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
36984291fe7SliguangS: Maintained
37085b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37185b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37284291fe7SliguangF: hw/arm/cubieboard.c
37384291fe7Sliguang
37406271000SPaolo BonziniARM PrimeCell
37506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
376b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37706271000SPaolo BonziniS: Maintained
37806271000SPaolo BonziniF: hw/char/pl011.c
37906271000SPaolo BonziniF: hw/display/pl110*
38006271000SPaolo BonziniF: hw/dma/pl080.c
38106271000SPaolo BonziniF: hw/dma/pl330.c
38206271000SPaolo BonziniF: hw/gpio/pl061.c
38306271000SPaolo BonziniF: hw/input/pl050.c
38406271000SPaolo BonziniF: hw/intc/pl190.c
38506271000SPaolo BonziniF: hw/sd/pl181.c
38606271000SPaolo BonziniF: hw/timer/pl031.c
38706271000SPaolo BonziniF: include/hw/arm/primecell.h
38806271000SPaolo Bonzini
38906271000SPaolo BonziniARM cores
39006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
391b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
39206271000SPaolo BonziniS: Maintained
39306271000SPaolo BonziniF: hw/intc/arm*
39406271000SPaolo BonziniF: hw/intc/gic_internal.h
39506271000SPaolo BonziniF: hw/misc/a9scu.c
39606271000SPaolo BonziniF: hw/misc/arm11scu.c
39706271000SPaolo BonziniF: hw/timer/a9gtimer*
39806271000SPaolo BonziniF: hw/timer/arm_*
39906271000SPaolo BonziniF: include/hw/arm/arm.h
40006271000SPaolo BonziniF: include/hw/intc/arm*
40106271000SPaolo BonziniF: include/hw/misc/a9scu.h
40206271000SPaolo BonziniF: include/hw/misc/arm11scu.h
40306271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
40406271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
40506271000SPaolo Bonzini
406fc63dcffSEvgeny VoevodinExynos
407f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
408b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
409fc63dcffSEvgeny VoevodinS: Maintained
4108d8b636dSPaolo BonziniF: hw/*/exynos*
411ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
412fc63dcffSEvgeny Voevodin
413766fd09fSMark LangsdorfCalxeda Highbank
4149ef137caSRob HerringM: Rob Herring <robh@kernel.org>
415b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4169ef137caSRob HerringS: Maintained
4178d8b636dSPaolo BonziniF: hw/arm/highbank.c
4188d8b636dSPaolo BonziniF: hw/net/xgmac.c
419766fd09fSMark Langsdorf
4209082f121SAntony PavlovCanon DIGIC
4219082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
422b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4239082f121SAntony PavlovS: Maintained
4249082f121SAntony PavlovF: include/hw/arm/digic.h
4259082f121SAntony PavlovF: hw/*/digic*
4269082f121SAntony Pavlov
427fd5d5c56SAnthony LiguoriGumstix
4285dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
429b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
430fd5d5c56SAnthony LiguoriS: Orphan
4318d8b636dSPaolo BonziniF: hw/arm/gumstix.c
432fd5d5c56SAnthony Liguori
4330325559dSPeter Chubbi.MX31
4340325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
435b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4360325559dSPeter ChubbS: Odd fixes
4378d8b636dSPaolo BonziniF: hw/*/imx*
438f7e242d6SThomas HuthF: include/hw/*/imx*
4398d8b636dSPaolo BonziniF: hw/arm/kzm.c
440ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4410325559dSPeter Chubb
442fd5d5c56SAnthony LiguoriIntegrator CP
4431ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
444b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
445fd5d5c56SAnthony LiguoriS: Maintained
4468d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
447f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
448fd5d5c56SAnthony Liguori
449fd5d5c56SAnthony LiguoriMusicpal
450fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
451b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
452fd5d5c56SAnthony LiguoriS: Maintained
4538d8b636dSPaolo BonziniF: hw/arm/musicpal.c
454fd5d5c56SAnthony Liguori
455fd5d5c56SAnthony LiguorinSeries
456fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
457b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
458fd5d5c56SAnthony LiguoriS: Maintained
4598d8b636dSPaolo BonziniF: hw/arm/nseries.c
460fd5d5c56SAnthony Liguori
461fd5d5c56SAnthony LiguoriPalm
462fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
463b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
464fd5d5c56SAnthony LiguoriS: Maintained
4658d8b636dSPaolo BonziniF: hw/arm/palm.c
466fd5d5c56SAnthony Liguori
467fd5d5c56SAnthony LiguoriReal View
4681ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
469b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
470fd5d5c56SAnthony LiguoriS: Maintained
4718d8b636dSPaolo BonziniF: hw/arm/realview*
472f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4735ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4745ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
475fd5d5c56SAnthony Liguori
4769b31bff0SPaolo BonziniPXA2XX
477fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
478b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
479fd5d5c56SAnthony LiguoriS: Maintained
4809b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4818d8b636dSPaolo BonziniF: hw/arm/spitz.c
4829b31bff0SPaolo BonziniF: hw/arm/tosa.c
4839b31bff0SPaolo BonziniF: hw/arm/z2.c
4849b31bff0SPaolo BonziniF: hw/*/pxa2xx*
485f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
486ed0db866SThomas HuthF: include/hw/arm/pxa.h
487fd5d5c56SAnthony Liguori
488fd5d5c56SAnthony LiguoriStellaris
4891ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
490b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
491fd5d5c56SAnthony LiguoriS: Maintained
4928d8b636dSPaolo BonziniF: hw/*/stellaris*
493fd5d5c56SAnthony Liguori
494fd5d5c56SAnthony LiguoriVersatile PB
4951ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
496b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
497fd5d5c56SAnthony LiguoriS: Maintained
4988d8b636dSPaolo BonziniF: hw/*/versatile*
499fd5d5c56SAnthony Liguori
500e3260506SPeter A. G. CrosthwaiteXilinx Zynq
501cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5024b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
503b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
504e3260506SPeter A. G. CrosthwaiteS: Maintained
505cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5068d8b636dSPaolo BonziniF: hw/*/cadence_*
507f7e242d6SThomas HuthF: hw/misc/zynq*
508f7e242d6SThomas HuthF: include/hw/misc/zynq*
509cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
510e3260506SPeter A. G. Crosthwaite
511137805f5SAlistair FrancisXilinx ZynqMP
512137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
513cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
514b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
515137805f5SAlistair FrancisS: Maintained
516cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
517f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
518137805f5SAlistair Francis
5198f4d260eSShannon ZhaoARM ACPI Subsystem
5208f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5218f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
522b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5238f4d260eSShannon ZhaoS: Maintained
5248f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5258f4d260eSShannon Zhao
526a1f8193bSAlistair FrancisSTM32F205
527a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
528a1f8193bSAlistair FrancisS: Maintained
529a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
530a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
531a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
532a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
533a1f8193bSAlistair FrancisF: hw/adc/*
534a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
535a1f8193bSAlistair Francis
536a1f8193bSAlistair FrancisNetduino 2
537a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
538a1f8193bSAlistair FrancisS: Maintained
539a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
540a1f8193bSAlistair Francis
541fd5d5c56SAnthony LiguoriCRIS Machines
542fd5d5c56SAnthony Liguori-------------
543fd5d5c56SAnthony LiguoriAxis Dev88
544fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
545fd5d5c56SAnthony LiguoriS: Maintained
5468d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5476e481d57SPeter MaydellF: hw/*/etraxfs_*.c
548fd5d5c56SAnthony Liguori
54907bf23a7SMichael WalleLM32 Machines
55007bf23a7SMichael Walle-------------
55107bf23a7SMichael WalleEVR32 and uclinux BSP
55207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
55307bf23a7SMichael WalleS: Maintained
5548d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
55507bf23a7SMichael Walle
556d118aa6bSMichael Wallemilkymist
557d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
558d118aa6bSMichael WalleS: Maintained
5598d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
560d118aa6bSMichael Walle
561afcacd53SAurelien JarnoM68K Machines
562fd5d5c56SAnthony Liguori-------------
563fd5d5c56SAnthony Liguorian5206
5645baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5655baf2741SThomas HuthS: Odd Fixes
5668d8b636dSPaolo BonziniF: hw/m68k/an5206.c
567e9a56114SThomas HuthF: hw/m68k/mcf5206.c
568fd5d5c56SAnthony Liguori
569fd5d5c56SAnthony Liguorimcf5208
5705baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5715baf2741SThomas HuthS: Odd Fixes
5728d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
573e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
574e9a56114SThomas HuthF: hw/char/mcf_uart.c
575e9a56114SThomas HuthF: hw/net/mcf_fec.c
5765baf2741SThomas HuthF: include/hw/m68k/mcf*.h
577fd5d5c56SAnthony Liguori
578fd5d5c56SAnthony LiguoriMicroBlaze Machines
579b6f97c14Sbellard-------------------
580fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
581fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582fd5d5c56SAnthony LiguoriS: Maintained
5836e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
584b6f97c14Sbellard
585d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5864b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
587d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5888d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
589d36e8ce7SPeter A. G. Crosthwaite
590fd5d5c56SAnthony LiguoriMIPS Machines
591fd5d5c56SAnthony Liguori-------------
592fd5d5c56SAnthony LiguoriJazz
593fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
594fd5d5c56SAnthony LiguoriS: Maintained
5958d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
596fd5d5c56SAnthony Liguori
597fd5d5c56SAnthony LiguoriMalta
598fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
599fd5d5c56SAnthony LiguoriS: Maintained
6008d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
601fd5d5c56SAnthony Liguori
602fd5d5c56SAnthony LiguoriMipssim
6035dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
604fd5d5c56SAnthony LiguoriS: Orphan
6058d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
606fd5d5c56SAnthony Liguori
607fd5d5c56SAnthony LiguoriR4000
608fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
609fd5d5c56SAnthony LiguoriS: Maintained
6108d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
611fd5d5c56SAnthony Liguori
612945dad6dSJia LiuOpenRISC Machines
613945dad6dSJia Liu-----------------
614945dad6dSJia Liuor1k-sim
615945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
616945dad6dSJia LiuS: Maintained
617945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
618945dad6dSJia Liu
619fd5d5c56SAnthony LiguoriPowerPC Machines
620fd5d5c56SAnthony Liguori----------------
621fd5d5c56SAnthony Liguori405
622fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
623a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6249b9fe135SAndreas FärberS: Odd Fixes
6258d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
626fd5d5c56SAnthony Liguori
627aaade8d7SAndreas FärberBamboo
628aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
629aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
630aaade8d7SAndreas FärberS: Odd Fixes
6318d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
632aaade8d7SAndreas Färber
63398cded3aSAndreas Färbere500
63498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
63598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
63698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
63798cded3aSAndreas FärberS: Supported
63898cded3aSAndreas FärberF: hw/ppc/e500.[hc]
63998cded3aSAndreas FärberF: hw/ppc/e500plat.c
640b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
641b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
642b5d55020SThomas HuthF: pc-bios/u-boot.e500
64398cded3aSAndreas Färber
64498cded3aSAndreas Färbermpc8544ds
64598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
64698cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
64798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
64898cded3aSAndreas FärberS: Supported
64998cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6508d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
65198cded3aSAndreas Färber
652fd5d5c56SAnthony LiguoriNew World
653fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
654a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
655fd5d5c56SAnthony LiguoriS: Maintained
656baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6576e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6586e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6598d8b636dSPaolo BonziniF: hw/misc/macio/
660b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
661b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
662fd5d5c56SAnthony Liguori
663fd5d5c56SAnthony LiguoriOld World
664fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
665a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
666fd5d5c56SAnthony LiguoriS: Maintained
667baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6686e481d57SPeter MaydellF: hw/pci-host/grackle.c
6698d8b636dSPaolo BonziniF: hw/misc/macio/
670835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
671fd5d5c56SAnthony Liguori
672ec38d398SAndreas FärberPReP
6738178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
6749f38774dSAndreas FärberL: qemu-devel@nongnu.org
675a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6768178e89cSHervé PoussineauS: Maintained
67775610155SAndreas FärberF: hw/ppc/prep.c
6788178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
6798178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
6806e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6818d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
682835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
683fd5d5c56SAnthony Liguori
684300b115cSAndreas FärbersPAPR
685085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6868a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6878a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6888a269ca4SAndreas FärberS: Supported
6898d8b636dSPaolo BonziniF: hw/*/spapr*
690f9de2da7SDavid GibsonF: include/hw/*/spapr*
691f9de2da7SDavid GibsonF: hw/*/xics*
692f9de2da7SDavid GibsonF: include/hw/*/xics*
693f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
694b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
695b5d55020SThomas HuthF: pc-bios/slof.bin
696bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
697b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
698b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
699a70ab357SGreg KurzF: tests/spapr*
700a70ab357SGreg KurzF: tests/libqos/*spapr*
701a70ab357SGreg KurzF: tests/rtas*
702a70ab357SGreg KurzF: tests/libqos/rtas*
7038a269ca4SAndreas Färber
704794d00bfSAndreas Färbervirtex_ml507
705794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
706794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
707794d00bfSAndreas FärberS: Odd Fixes
7086e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
709794d00bfSAndreas Färber
710fd5d5c56SAnthony LiguoriSH4 Machines
711fd5d5c56SAnthony Liguori------------
712fd5d5c56SAnthony LiguoriR2D
713fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
714fd5d5c56SAnthony LiguoriS: Maintained
7156e481d57SPeter MaydellF: hw/sh4/r2d.c
71681527b94SThomas HuthF: hw/intc/sh_intc.c
71781527b94SThomas HuthF: hw/timer/sh_timer.c
718fd5d5c56SAnthony Liguori
719fd5d5c56SAnthony LiguoriShix
720fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
72181527b94SThomas HuthS: Odd Fixes
7226e481d57SPeter MaydellF: hw/sh4/shix.c
723fd5d5c56SAnthony Liguori
724fd5d5c56SAnthony LiguoriSPARC Machines
725fd5d5c56SAnthony Liguori--------------
726fd5d5c56SAnthony LiguoriSun4m
727f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
728fd5d5c56SAnthony LiguoriS: Maintained
7298d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
730c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
731c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7327098b79eSThomas HuthF: hw/misc/eccmemctl.c
7337098b79eSThomas HuthF: hw/misc/slavio_misc.c
734c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
735c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
736c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
737fd5d5c56SAnthony Liguori
738fd5d5c56SAnthony LiguoriSun4u
739f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
740fd5d5c56SAnthony LiguoriS: Maintained
7418d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
742c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
743fd5d5c56SAnthony Liguori
744a2664ca0SArtyom TarasenkoSun4v
745a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
746a2664ca0SArtyom TarasenkoS: Maintained
747a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
748a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
749a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
750a2664ca0SArtyom Tarasenko
751ce6c760cSFabien ChouteauLeon3
752ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
753ce6c760cSFabien ChouteauS: Maintained
7548d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7558d8b636dSPaolo BonziniF: hw/*/grlib*
756c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
757ce6c760cSFabien Chouteau
758fd5d5c56SAnthony LiguoriS390 Machines
759fd5d5c56SAnthony Liguori-------------
760dd4ad64aSCornelia HuckS390 Virtio-ccw
761dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
762b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
763dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
764dd4ad64aSCornelia HuckS: Supported
7650c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
766c5bfb202SCornelia HuckF: hw/s390x/
7674277af19SCornelia HuckF: include/hw/s390x/
7684277af19SCornelia HuckF: pc-bios/s390-ccw/
769c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7701e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7711e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7721e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7733e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7743e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
775dd4ad64aSCornelia Huck
776ab9528caSGuan XuetaoUniCore32 Machines
777ab9528caSGuan Xuetao-------------
778ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
779ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
780ab9528caSGuan XuetaoS: Maintained
7818d8b636dSPaolo BonziniF: hw/*/puv3*
782ab9528caSGuan XuetaoF: hw/unicore32/
783ab9528caSGuan Xuetao
784fd5d5c56SAnthony LiguoriX86 Machines
785fd5d5c56SAnthony Liguori------------
786fd5d5c56SAnthony LiguoriPC
787046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
788fd5d5c56SAnthony LiguoriS: Supported
789046a6486SMichael S. TsirkinF: include/hw/i386/
790046a6486SMichael S. TsirkinF: hw/i386/
791046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
792046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
793046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
794046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
795046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
796046a6486SMichael S. TsirkinF: hw/isa/piix4.c
797046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
798046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
799046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
800046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
801046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
802f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8039cc3b73cSPaolo BonziniF: hw/misc/sga.c
8049cc3b73cSPaolo Bonzini
8059cc3b73cSPaolo BonziniPC Chipset
8069cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8079cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8089cc3b73cSPaolo BonziniS: Support
8099cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8109cc3b73cSPaolo BonziniF: hw/char/parallel.c
8119cc3b73cSPaolo BonziniF: hw/char/serial*
8129cc3b73cSPaolo BonziniF: hw/dma/i8257*
8139cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8149cc3b73cSPaolo BonziniF: hw/intc/apic*
8159cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8169cc3b73cSPaolo BonziniF: hw/intc/i8259*
8179cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8189cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8199cc3b73cSPaolo BonziniF: hw/timer/hpet*
8209cc3b73cSPaolo BonziniF: hw/timer/i8254*
8219cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
822a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
823a2feb348SThomas HuthF: include/hw/timer/hpet.h
824a2feb348SThomas HuthF: include/hw/timer/i8254*
825a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
826046a6486SMichael S. Tsirkin
8275da4fb00SMichael S. TsirkinMachine core
8285da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8295da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8305da4fb00SMichael S. TsirkinS: Supported
8315da4fb00SMichael S. TsirkinF: hw/core/machine.c
832c1629c5cSThomas HuthF: hw/core/null-machine.c
8335da4fb00SMichael S. TsirkinF: include/hw/boards.h
834fd5d5c56SAnthony Liguori
83516e7caaeSMax FilippovXtensa Machines
83616e7caaeSMax Filippov---------------
837375847a6SMax Filippovsim
83816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
83916e7caaeSMax FilippovS: Maintained
840437a8c11SMax FilippovF: hw/xtensa/sim.c
841375847a6SMax Filippov
842437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
843375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
844375847a6SMax FilippovS: Maintained
845437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
846437a8c11SMax FilippovF: hw/net/opencores_eth.c
84716e7caaeSMax Filippov
848fd5d5c56SAnthony LiguoriDevices
849fd5d5c56SAnthony Liguori-------
850b30934cbSJiri SlabyEDU
851b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
852b30934cbSJiri SlabyS: Maintained
853b30934cbSJiri SlabyF: hw/misc/edu.c
854b30934cbSJiri Slaby
855fd5d5c56SAnthony LiguoriIDE
856c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
857c095348bSJohn SnowL: qemu-block@nongnu.org
858c095348bSJohn SnowS: Supported
8598d8b636dSPaolo BonziniF: include/hw/ide.h
860c9f7acd5SThomas HuthF: include/hw/ide/
861fd5d5c56SAnthony LiguoriF: hw/ide/
862c095348bSJohn SnowF: hw/block/block.c
863c095348bSJohn SnowF: hw/block/cdrom.c
864c095348bSJohn SnowF: hw/block/hd-geometry.c
865c095348bSJohn SnowF: tests/ide-test.c
866c095348bSJohn SnowF: tests/ahci-test.c
867aee50319SJohn SnowF: tests/libqos/ahci*
868c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
869c095348bSJohn Snow
870c095348bSJohn SnowFloppy
871c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
872c095348bSJohn SnowL: qemu-block@nongnu.org
873c095348bSJohn SnowS: Supported
874c095348bSJohn SnowF: hw/block/fdc.c
875c095348bSJohn SnowF: include/hw/block/fdc.h
876aee50319SJohn SnowF: tests/fdc-test.c
877c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
878fd5d5c56SAnthony Liguori
879f5f487b2SPeter MaydellOMAP
880f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
881f5f487b2SPeter MaydellS: Maintained
8828d8b636dSPaolo BonziniF: hw/*/omap*
883ed0db866SThomas HuthF: include/hw/arm/omap.h
884f5f487b2SPeter Maydell
88528d54e58SPaolo BonziniIPack
88628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
88728d54e58SPaolo BonziniS: Odd Fixes
88828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
88928d54e58SPaolo BonziniF: hw/ipack/
89028d54e58SPaolo Bonzini
891fd5d5c56SAnthony LiguoriPCI
892fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
893874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
894fd5d5c56SAnthony LiguoriS: Supported
8958d8b636dSPaolo BonziniF: include/hw/pci/*
896f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
897ca818cfbSMichael S. TsirkinF: hw/pci/*
898f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8990e0b3592SMichael S. Tsirkin
900d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9010e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9020e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9030e0b3592SMichael S. TsirkinS: Supported
9040e0b3592SMichael S. TsirkinF: include/hw/acpi/*
905d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9060e0b3592SMichael S. TsirkinF: hw/mem/*
9078d8b636dSPaolo BonziniF: hw/acpi/*
908d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9090e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9100e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
911*3248f1b4SBen WarrenF: tests/bios-tables-test.c
912*3248f1b4SBen WarrenF: tests/acpi-utils.[hc]
913fd5d5c56SAnthony Liguori
914aaade8d7SAndreas Färberppc4xx
915aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
916aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
917aaade8d7SAndreas FärberS: Odd Fixes
9188d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
919b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
920aaade8d7SAndreas Färber
92198cded3aSAndreas Färberppce500
92298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
92398cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
92498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
92598cded3aSAndreas FärberS: Supported
9266e481d57SPeter MaydellF: hw/ppc/e500*
927566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
928566dd236SPaolo BonziniF: hw/net/fsl_etsec/
92998cded3aSAndreas Färber
93061af0ee6SPaolo BonziniCharacter devices
93161af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
93261af0ee6SPaolo BonziniS: Odd Fixes
93361af0ee6SPaolo BonziniF: hw/char/
93461af0ee6SPaolo Bonzini
935f536f112SPaolo BonziniNetwork devices
936f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
937f536f112SPaolo BonziniS: Odd Fixes
938f536f112SPaolo BonziniF: hw/net/
9396bd7776cSGreg KurzF: tests/virtio-net-test.c
940f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
941f536f112SPaolo Bonzini
942fd5d5c56SAnthony LiguoriSCSI
943de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
944de7724f7SPaolo BonziniS: Supported
94574460f34SThomas HuthF: include/hw/scsi/*
9468d8b636dSPaolo BonziniF: hw/scsi/*
9476bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9481ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
949de7724f7SPaolo Bonzini
950de7724f7SPaolo BonziniLSI53C895A
9510e19885eSAnthony LiguoriS: Orphan
9528d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
953fd5d5c56SAnthony Liguori
954fcb5629dSPeter A. G. CrosthwaiteSSI
9554b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
956fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9578d8b636dSPaolo BonziniF: hw/ssi/*
9588d8b636dSPaolo BonziniF: hw/block/m25p80.c
9594b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9604b46ba61SAlistair Francis
9614b46ba61SAlistair FrancisXilinx SPI
9624b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9634b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9644b46ba61SAlistair FrancisS: Maintained
9654b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
966fcb5629dSPeter A. G. Crosthwaite
967fd5d5c56SAnthony LiguoriUSB
9685d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9695d0d62feSGerd HoffmannS: Maintained
9708d8b636dSPaolo BonziniF: hw/usb/*
97128edfce0SGongleiF: tests/usb-*-test.c
972beded0ffSThomas HuthF: docs/usb2.txt
973beded0ffSThomas HuthF: docs/usb-storage.txt
974beded0ffSThomas HuthF: include/hw/usb.h
975beded0ffSThomas HuthF: include/hw/usb/
976fd5d5c56SAnthony Liguori
977e26082fdSPaolo BonziniUSB (serial adapter)
978e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
979e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
980e26082fdSPaolo BonziniS: Maintained
981e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
982e26082fdSPaolo Bonzini
98392e1fb5eSAlex WilliamsonVFIO
98492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
98592e1fb5eSAlex WilliamsonS: Supported
986cf7087dbSKim PhillipsF: hw/vfio/*
98799b88c6dSThomas HuthF: include/hw/vfio/
98892e1fb5eSAlex Williamson
989fd5d5c56SAnthony Liguorivhost
990fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
991fd5d5c56SAnthony LiguoriS: Supported
9928d8b636dSPaolo BonziniF: hw/*/*vhost*
993fd5d5c56SAnthony Liguori
994fd5d5c56SAnthony Liguorivirtio
995a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
996fd5d5c56SAnthony LiguoriS: Supported
9978d8b636dSPaolo BonziniF: hw/*/virtio*
99872fa605dSThomas HuthF: hw/virtio/Makefile.objs
99972fa605dSThomas HuthF: hw/virtio/trace-events
10006a084ea3SMichael S. TsirkinF: net/vhost-user.c
1001494f7b57SThomas HuthF: include/hw/virtio/
10026bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1003fd5d5c56SAnthony Liguori
1004fd5d5c56SAnthony Liguorivirtio-9p
100523704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10068c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1007fd5d5c56SAnthony LiguoriS: Supported
1008aebeca25SAndreas FärberF: hw/9pfs/
1009aebeca25SAndreas FärberF: fsdev/
10102d888c09SAndreas FärberF: tests/virtio-9p-test.c
10113f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10128c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1013fd5d5c56SAnthony Liguori
1014fd5d5c56SAnthony Liguorivirtio-blk
101554d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1016b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1017fd5d5c56SAnthony LiguoriS: Supported
10188d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1019b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10206bd7776cSGreg KurzF: tests/virtio-blk-test.c
1021b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1022fd5d5c56SAnthony Liguori
1023dd4ad64aSCornelia Huckvirtio-ccw
1024dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
1025b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1026dd4ad64aSCornelia HuckS: Supported
1027dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10283e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10293e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1030dd4ad64aSCornelia Huck
1031a5d4d7b5SGerd Hoffmannvirtio-input
1032a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1033a5d4d7b5SGerd HoffmannS: Maintained
1034a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1035a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1036a5d4d7b5SGerd Hoffmann
1037fd5d5c56SAnthony Liguorivirtio-serial
1038cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1039fd5d5c56SAnthony LiguoriS: Supported
10408d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10418d8b636dSPaolo BonziniF: hw/char/virtio-console.c
104268a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10436bd7776cSGreg KurzF: tests/virtio-console-test.c
10446bd7776cSGreg KurzF: tests/virtio-serial-test.c
1045fd5d5c56SAnthony Liguori
10461f51a5cbSAmit Shahvirtio-rng
1047cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10481f51a5cbSAmit ShahS: Supported
10491f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10501f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1051750cf869SThomas HuthF: include/sysemu/rng*.h
10521f51a5cbSAmit ShahF: backends/rng*.c
10536bd7776cSGreg KurzF: tests/virtio-rng-test.c
10541f51a5cbSAmit Shah
10556034011cSGongleivirtio-crypto
10566034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10576034011cSGongleiS: Supported
10586034011cSGongleiF: hw/virtio/virtio-crypto.c
10596034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10606034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10616034011cSGonglei
1062f3c507adSKeith Buschnvme
1063f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1064c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1065f3c507adSKeith BuschS: Supported
1066f3c507adSKeith BuschF: hw/block/nvme*
1067fc967791SAndreas FärberF: tests/nvme-test.c
1068f3c507adSKeith Busch
1069d383c625SHannes Reineckemegasas
1070d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1071c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1072d383c625SHannes ReineckeS: Supported
1073d383c625SHannes ReineckeF: hw/scsi/megasas.c
1074d383c625SHannes ReineckeF: hw/scsi/mfi.h
1075d383c625SHannes Reinecke
1076605d52e6SDmitry FleytmanNetwork packet abstractions
1077605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1078605d52e6SDmitry FleytmanS: Maintained
1079605d52e6SDmitry FleytmanF: include/net/eth.h
1080605d52e6SDmitry FleytmanF: net/eth.c
1081605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1082605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1083605d52e6SDmitry Fleytman
1084622fb504SDmitry FleytmanVmware
1085622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1086622fb504SDmitry FleytmanS: Maintained
1087622fb504SDmitry FleytmanF: hw/net/vmxnet*
1088622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1089622fb504SDmitry Fleytman
1090de24d3f1SScott FeldmanRocker
1091de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1092de24d3f1SScott FeldmanS: Maintained
1093de24d3f1SScott FeldmanF: hw/net/rocker/
1094de850948SThomas HuthF: tests/rocker/
1095de850948SThomas HuthF: docs/specs/rocker.txt
1096de24d3f1SScott Feldman
109770d1fb9cSXiao GuangrongNVDIMM
109870d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
109970d1fb9cSXiao GuangrongS: Maintained
110070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
110170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
110270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
110370d1fb9cSXiao Guangrong
1104093454e2SDmitry Fleytmane1000x
1105093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1106093454e2SDmitry FleytmanS: Maintained
1107093454e2SDmitry FleytmanF: hw/net/e1000x*
1108093454e2SDmitry Fleytman
11096f3fbe4eSDmitry Fleytmane1000e
11106f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11116f3fbe4eSDmitry FleytmanS: Maintained
11126f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11136f3fbe4eSDmitry Fleytman
1114e481a1f6SAlistair FrancisGeneric Loader
1115e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1116e481a1f6SAlistair FrancisS: Maintained
1117e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1118e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1119e481a1f6SAlistair Francis
112087a9023aSThomas HuthCHRP NVRAM
112187a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
112287a9023aSThomas HuthS: Maintained
112387a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
112487a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
112587a9023aSThomas HuthF: tests/prom-env-test.c
112687a9023aSThomas Huth
1127fd5d5c56SAnthony LiguoriSubsystems
1128fd5d5c56SAnthony Liguori----------
1129fd5d5c56SAnthony LiguoriAudio
11309f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1131fd5d5c56SAnthony LiguoriS: Maintained
1132fd5d5c56SAnthony LiguoriF: audio/
11338d8b636dSPaolo BonziniF: hw/audio/
1134a2b245aeSThomas HuthF: include/hw/audio/
1135d7b50c0cSAndreas FärberF: tests/ac97-test.c
11368fa74c94SAndreas FärberF: tests/es1370-test.c
1137fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1138fd5d5c56SAnthony Liguori
113917f1e8f5SStefan HajnocziBlock layer core
1140fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1141c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1142c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1143fd5d5c56SAnthony LiguoriS: Supported
1144fd5d5c56SAnthony LiguoriF: block*
1145fd5d5c56SAnthony LiguoriF: block/
11468d8b636dSPaolo BonziniF: hw/block/
11474c346e0bSKevin WolfF: include/block/
114846078760SKevin WolfF: qemu-img*
114946078760SKevin WolfF: qemu-io*
115029242091SKevin WolfF: tests/qemu-iotests/
1151d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1152fd5d5c56SAnthony Liguori
1153d55053b1SStefan HajnocziBlock I/O path
1154d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11559ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1156d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1157d55053b1SStefan HajnocziS: Supported
1158d55053b1SStefan HajnocziF: async.c
1159d55053b1SStefan HajnocziF: aio-*.c
1160d55053b1SStefan HajnocziF: block/io.c
1161d55053b1SStefan HajnocziF: migration/block*
1162e1029ae2SFam ZhengF: include/block/aio.h
1163d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1164d55053b1SStefan Hajnoczi
1165280458a3SJeff CodyBlock Jobs
1166280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1167280458a3SJeff CodyL: qemu-block@nongnu.org
1168280458a3SJeff CodyS: Supported
1169280458a3SJeff CodyF: blockjob.c
1170280458a3SJeff CodyF: include/block/blockjob.h
1171280458a3SJeff CodyF: block/backup.c
1172280458a3SJeff CodyF: block/commit.c
117377346025SJeff CodyF: block/stream.c
1174280458a3SJeff CodyF: block/mirror.c
1175280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1176280458a3SJeff Cody
11774120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11784120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11794120201dSMarkus ArmbrusterS: Supported
11804120201dSMarkus ArmbrusterF: blockdev.c
11814120201dSMarkus ArmbrusterF: block/qapi.c
11824120201dSMarkus ArmbrusterF: qapi/block*.json
11834120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11844120201dSMarkus Armbruster
1185538193bcSJohn SnowDirty Bitmaps
1186538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1187538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1188538193bcSJohn SnowL: qemu-block@nongnu.org
1189538193bcSJohn SnowS: Supported
1190538193bcSJohn SnowF: util/hbitmap.c
1191538193bcSJohn SnowF: block/dirty-bitmap.c
1192538193bcSJohn SnowF: include/qemu/hbitmap.h
1193538193bcSJohn SnowF: include/block/dirty-bitmap.h
1194538193bcSJohn SnowF: tests/test-hbitmap.c
1195538193bcSJohn SnowF: docs/bitmaps.md
1196538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1197538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1198538193bcSJohn Snow
119961af0ee6SPaolo BonziniCharacter device backends
1200da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
120155fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1202fd5d5c56SAnthony LiguoriS: Maintained
1203178fe0aeSMarc-André LureauF: chardev/
1204da26f37aSPaolo BonziniF: backends/msmouse.c
1205da26f37aSPaolo BonziniF: backends/testdev.c
1206fd5d5c56SAnthony Liguori
1207e26082fdSPaolo BonziniCharacter Devices (Braille)
1208e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1209e26082fdSPaolo BonziniS: Maintained
1210e26082fdSPaolo BonziniF: backends/baum.c
1211fd5d5c56SAnthony Liguori
12128c413e79SMarkus ArmbrusterCoverity model
12138c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12148c413e79SMarkus ArmbrusterS: Supported
12158c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12168c413e79SMarkus Armbruster
1217f2ca0524SAndreas FärberCPU
121812b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1219f2ca0524SAndreas FärberS: Supported
1220f2ca0524SAndreas FärberF: qom/cpu.c
12216e481d57SPeter MaydellF: include/qom/cpu.h
1222f2ca0524SAndreas Färber
1223d24b569aSPeter A. G. CrosthwaiteDevice Tree
12244b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1225d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1226d24b569aSPeter A. G. CrosthwaiteS: Maintained
122782407515SThomas HuthF: device_tree.c
122882407515SThomas HuthF: include/sysemu/device_tree.h
1229d24b569aSPeter A. G. Crosthwaite
12304f966768SMarkus ArmbrusterError reporting
12314f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12324f966768SMarkus ArmbrusterS: Supported
12334f966768SMarkus ArmbrusterF: include/qapi/error.h
12344f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12354f966768SMarkus ArmbrusterF: util/error.c
12364f966768SMarkus ArmbrusterF: util/qemu-error.c
12374f966768SMarkus Armbruster
1238fd5d5c56SAnthony LiguoriGDB stub
12395dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1240fd5d5c56SAnthony LiguoriS: Odd Fixes
1241fd5d5c56SAnthony LiguoriF: gdbstub*
1242fd5d5c56SAnthony LiguoriF: gdb-xml/
1243fd5d5c56SAnthony Liguori
124401a9c03cSPaolo BonziniMemory API
124501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
124601a9c03cSPaolo BonziniS: Supported
124701a9c03cSPaolo BonziniF: include/exec/ioport.h
124801a9c03cSPaolo BonziniF: ioport.c
124901a9c03cSPaolo BonziniF: include/exec/memory.h
12502b1641d0SPaolo BonziniF: include/exec/ram_addr.h
125101a9c03cSPaolo BonziniF: memory.c
125201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
125301a9c03cSPaolo BonziniF: exec.c
125401a9c03cSPaolo Bonzini
12557ee3bf03SGerd HoffmannSPICE
12567ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
12577ee3bf03SGerd HoffmannS: Supported
12586e481d57SPeter MaydellF: include/ui/qemu-spice.h
1259438528a3SThomas HuthF: include/ui/spice-display.h
12607ee3bf03SGerd HoffmannF: ui/spice-*.c
12617ee3bf03SGerd HoffmannF: audio/spiceaudio.c
12628d8b636dSPaolo BonziniF: hw/display/qxl*
12637ee3bf03SGerd Hoffmann
1264fd5d5c56SAnthony LiguoriGraphics
126525eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
126625eccc37SGerd HoffmannS: Odd Fixes
1267fd5d5c56SAnthony LiguoriF: ui/
1268e220656cSThomas HuthF: include/ui/
1269fd5d5c56SAnthony Liguori
1270351f1bf6SAndreas FärberCocoa graphics
127130ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1272351f1bf6SAndreas FärberS: Odd Fixes
1273351f1bf6SAndreas FärberF: ui/cocoa.m
1274351f1bf6SAndreas Färber
1275fd5d5c56SAnthony LiguoriMain loop
1276da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1277da26f37aSPaolo BonziniS: Maintained
1278da26f37aSPaolo BonziniF: cpus.c
1279da26f37aSPaolo BonziniF: main-loop.c
1280da26f37aSPaolo BonziniF: qemu-timer.c
1281fd5d5c56SAnthony LiguoriF: vl.c
1282fd5d5c56SAnthony Liguori
12838899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1284c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1285fbb0621aSLuiz CapitulinoS: Maintained
1286fd5d5c56SAnthony LiguoriF: monitor.c
1287c13e9912SThomas HuthF: hmp.[ch]
1288c13e9912SThomas HuthF: hmp-commands*.hx
1289c13e9912SThomas HuthF: include/monitor/hmp-target.h
1290fd5d5c56SAnthony Liguori
1291f536f112SPaolo BonziniNetwork device backends
1292442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1293fd5d5c56SAnthony LiguoriS: Maintained
1294fd5d5c56SAnthony LiguoriF: net/
1295d24b2b1cSThomas HuthF: include/net/
12965fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1297fd5d5c56SAnthony Liguori
1298aee09bafSVincenzo MaffioneNetmap network backend
1299aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1300aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1301aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1302aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1303aee09bafSVincenzo MaffioneS: Maintained
1304aee09bafSVincenzo MaffioneF: net/netmap.c
1305aee09bafSVincenzo Maffione
130644f76b28SPaolo BonziniNetwork Block Device (NBD)
130744f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
130844f76b28SPaolo BonziniS: Odd Fixes
1309798bfe00SFam ZhengF: block/nbd*
1310798bfe00SFam ZhengF: nbd/
1311798bfe00SFam ZhengF: include/block/nbd*
131244f76b28SPaolo BonziniF: qemu-nbd.c
13131ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
131444f76b28SPaolo Bonzini
13152f54eb98SEduardo HabkostNUMA
13162f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13172f54eb98SEduardo HabkostS: Maintained
13182f54eb98SEduardo HabkostF: numa.c
13192f54eb98SEduardo HabkostF: include/sysemu/numa.h
13202f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13212f54eb98SEduardo Habkost
13224fc264f4SEduardo HabkostHost Memory Backends
13234fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13244fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13254fc264f4SEduardo HabkostS: Maintained
13264fc264f4SEduardo HabkostF: backends/hostmem*.c
13274fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13284fc264f4SEduardo Habkost
13296034011cSGongleiCryptodev Backends
13306034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13316034011cSGongleiS: Maintained
13326034011cSGongleiF: include/sysemu/cryptodev*.h
13336034011cSGongleiF: backends/cryptodev*.c
13346034011cSGonglei
13358899b4aeSLuiz CapitulinoQAPI
13369740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13378899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13389740618cSLuiz CapitulinoS: Supported
13398899b4aeSLuiz CapitulinoF: qapi/
13400311c5bdSMarkus ArmbrusterX: qapi/*.json
1341ac4abb9aSMarkus ArmbrusterF: include/qapi/
1342ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1343ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1344c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1345ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1346ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
13470311c5bdSMarkus ArmbrusterF: scripts/qapi*
13480311c5bdSMarkus ArmbrusterF: docs/qapi*
13499740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13508899b4aeSLuiz Capitulino
13517810d291SLuiz CapitulinoQAPI Schema
13527810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
13537810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13547810d291SLuiz CapitulinoS: Supported
13557810d291SLuiz CapitulinoF: qapi-schema.json
13560311c5bdSMarkus ArmbrusterF: qapi/*.json
13579740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13587810d291SLuiz Capitulino
1359f3582ba4SLuiz CapitulinoQObject
1360daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1361daf5dc78SMarkus ArmbrusterS: Supported
1362f3582ba4SLuiz CapitulinoF: qobject/
13637735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
13647735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
13657735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
13667735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
13677735d2b5SMarkus ArmbrusterF: tests/check-qint.c
13687735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
13697735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
13707735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1371daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1372f3582ba4SLuiz Capitulino
1373f05d9999SMichael RothQEMU Guest Agent
1374f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1375f05d9999SMichael RothS: Maintained
1376f05d9999SMichael RothF: qga/
1377f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1378f05d9999SMichael Roth
13794688c94cSAndreas FärberQOM
13804688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
13814688c94cSAndreas FärberS: Supported
13824688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
13834688c94cSAndreas FärberF: include/qom/
13844688c94cSAndreas FärberX: include/qom/cpu.h
13854688c94cSAndreas FärberF: qom/
13864688c94cSAndreas FärberX: qom/cpu.c
13879f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
13889f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
13894688c94cSAndreas FärberF: tests/qom-test.c
13904688c94cSAndreas Färber
13918899b4aeSLuiz CapitulinoQMP
13929740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13939740618cSLuiz CapitulinoS: Supported
13948899b4aeSLuiz CapitulinoF: qmp.c
13958899b4aeSLuiz CapitulinoF: monitor.c
13969b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13979740618cSLuiz CapitulinoF: scripts/qmp/
13989740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13998899b4aeSLuiz Capitulino
1400cc0100f4SAlistair FrancisRegister API
1401cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1402cc0100f4SAlistair FrancisS: Maintained
1403cc0100f4SAlistair FrancisF: hw/core/register.c
1404cc0100f4SAlistair FrancisF: include/hw/register.h
1405cc0100f4SAlistair Francis
1406fd5d5c56SAnthony LiguoriSLIRP
1407eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1408bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1409bafc72abSJan KiszkaS: Maintained
1410fd5d5c56SAnthony LiguoriF: slirp/
1411663fb1e1SThomas HuthF: net/slirp.c
1412d24b2b1cSThomas HuthF: include/net/slirp.h
14131ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1414fd5d5c56SAnthony Liguori
1415b1ed728aSPaolo BonziniStubs
1416b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1417b1ed728aSPaolo BonziniS: Maintained
1418b1ed728aSPaolo BonziniF: stubs/
1419b1ed728aSPaolo Bonzini
1420598a3f35SStefan HajnocziTracing
14211cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1422598a3f35SStefan HajnocziS: Maintained
1423598a3f35SStefan HajnocziF: trace/
1424f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1425f70fd8fdSLluís VilanovaF: scripts/tracetool/
1426f922ea46SAndreas FärberF: docs/tracing.txt
14271ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1428598a3f35SStefan Hajnoczi
142914f40fdcSBlue SwirlCheckpatch
143014f40fdcSBlue SwirlS: Odd Fixes
143114f40fdcSBlue SwirlF: scripts/checkpatch.pl
143214f40fdcSBlue Swirl
1433c0787c8dSJuan QuintelaMigration
1434c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1435d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1436c0787c8dSJuan QuintelaS: Maintained
1437c0787c8dSJuan QuintelaF: include/migration/
143844a1f946SDr. David Alan GilbertF: migration/
1439c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1440c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1441a609ad8bSThomas HuthF: docs/migration.txt
1442c0787c8dSJuan Quintela
144392bfedb0SEduardo OtuboSeccomp
14449d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
144592bfedb0SEduardo OtuboS: Supported
144692bfedb0SEduardo OtuboF: qemu-seccomp.c
144792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
144892bfedb0SEduardo Otubo
1449ddbb0d09SDaniel P. BerrangeCryptography
1450ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1451ddbb0d09SDaniel P. BerrangeS: Maintained
1452ddbb0d09SDaniel P. BerrangeF: crypto/
1453ddbb0d09SDaniel P. BerrangeF: include/crypto/
1454ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1455ddbb0d09SDaniel P. Berrange
145610817bf0SDaniel P. BerrangeCoroutines
145710817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
145810817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
145910817bf0SDaniel P. BerrangeF: util/*coroutine*
146010817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
146110817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
146210817bf0SDaniel P. Berrange
146388c5f205SDaniel P. BerrangeBuffers
146488c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
146588c5f205SDaniel P. BerrangeS: Odd fixes
146688c5f205SDaniel P. BerrangeF: util/buffer.c
146788c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
146888c5f205SDaniel P. Berrange
1469666a3af9SDaniel P. BerrangeI/O Channels
1470666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1471666a3af9SDaniel P. BerrangeS: Maintained
1472666a3af9SDaniel P. BerrangeF: io/
1473666a3af9SDaniel P. BerrangeF: include/io/
1474666a3af9SDaniel P. BerrangeF: tests/test-io-*
1475666a3af9SDaniel P. Berrange
14765614a283SGerd HoffmannSockets
14775614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
14785614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14795614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
14805614a283SGerd HoffmannS: Maintained
14815614a283SGerd HoffmannF: include/qemu/sockets.h
14825614a283SGerd HoffmannF: util/qemu-sockets.c
14835614a283SGerd Hoffmann
1484d310d85bSAlberto GarciaThrottling infrastructure
1485d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1486d310d85bSAlberto GarciaS: Supported
1487d310d85bSAlberto GarciaF: block/throttle-groups.c
1488d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1489d310d85bSAlberto GarciaF: include/qemu/throttle.h
1490d310d85bSAlberto GarciaF: util/throttle.c
1491d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1492d310d85bSAlberto Garcia
1493080d7aacSFam ZhengUUID
1494080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1495080d7aacSFam ZhengS: Supported
1496080d7aacSFam ZhengF: util/uuid.c
1497080d7aacSFam ZhengF: include/qemu/uuid.h
1498080d7aacSFam ZhengF: tests/test-uuid.c
1499080d7aacSFam Zheng
1500a4cc318eSzhanghailiangCOLO Framework
1501a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1502a4cc318eSzhanghailiangS: Maintained
1503a4cc318eSzhanghailiangF: migration/colo*
1504a4cc318eSzhanghailiangF: include/migration/colo.h
1505a4cc318eSzhanghailiangF: include/migration/failover.h
1506a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1507a4cc318eSzhanghailiang
150888f82ed1SZhang ChenCOLO Proxy
150988f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
151088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
151188f82ed1SZhang ChenS: Supported
151288f82ed1SZhang ChenF: docs/colo-proxy.txt
151388f82ed1SZhang ChenF: net/colo*
151488f82ed1SZhang ChenF: net/filter-rewriter.c
151588f82ed1SZhang ChenF: net/filter-mirror.c
151688f82ed1SZhang Chen
1517fd5d5c56SAnthony LiguoriUsermode Emulation
1518fd5d5c56SAnthony Liguori------------------
1519486bbe5fSPaolo BonziniOverall
1520486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1521486bbe5fSPaolo BonziniS: Maintained
1522486bbe5fSPaolo BonziniF: thunk.c
1523486bbe5fSPaolo BonziniF: user-exec.c
15245564edb1SPaolo BonziniF: user-exec-stub.c
1525486bbe5fSPaolo Bonzini
1526fd5d5c56SAnthony LiguoriBSD user
1527297e8005SMarkus ArmbrusterS: Orphan
1528fd5d5c56SAnthony LiguoriF: bsd-user/
1529ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1530fd5d5c56SAnthony Liguori
1531fd5d5c56SAnthony LiguoriLinux user
1532fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1533fd5d5c56SAnthony LiguoriS: Maintained
1534fd5d5c56SAnthony LiguoriF: linux-user/
1535ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
153642f5a7e9SAurelien Jarno
153742f5a7e9SAurelien JarnoTiny Code Generator (TCG)
153842f5a7e9SAurelien Jarno-------------------------
153942f5a7e9SAurelien JarnoCommon code
1540cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
154142f5a7e9SAurelien JarnoS: Maintained
154242f5a7e9SAurelien JarnoF: tcg/
154342f5a7e9SAurelien Jarno
1544b25a464cSClaudio FontanaAArch64 target
1545b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1546b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1547b25a464cSClaudio FontanaS: Maintained
1548b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1549b25a464cSClaudio FontanaF: tcg/aarch64/
1550c17652eeSPaolo BonziniF: disas/arm-a64.cc
1551c17652eeSPaolo BonziniF: disas/libvixl/
1552b25a464cSClaudio Fontana
155342f5a7e9SAurelien JarnoARM target
155442f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
155542f5a7e9SAurelien JarnoS: Maintained
1556b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
155742f5a7e9SAurelien JarnoF: tcg/arm/
1558c17652eeSPaolo BonziniF: disas/arm.c
155942f5a7e9SAurelien Jarno
156042f5a7e9SAurelien Jarnoi386 target
15615dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
156242f5a7e9SAurelien JarnoS: Maintained
156342f5a7e9SAurelien JarnoF: tcg/i386/
1564c17652eeSPaolo BonziniF: disas/i386.c
156542f5a7e9SAurelien Jarno
156642f5a7e9SAurelien JarnoIA64 target
156742f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
156842f5a7e9SAurelien JarnoS: Maintained
156942f5a7e9SAurelien JarnoF: tcg/ia64/
1570c17652eeSPaolo BonziniF: disas/ia64.c
157142f5a7e9SAurelien Jarno
157242f5a7e9SAurelien JarnoMIPS target
1573d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
157442f5a7e9SAurelien JarnoS: Maintained
157542f5a7e9SAurelien JarnoF: tcg/mips/
1576c17652eeSPaolo BonziniF: disas/mips.c
157742f5a7e9SAurelien Jarno
157842f5a7e9SAurelien JarnoPPC
157915610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
158015610d42SPranith KumarS: Odd Fixes
158142f5a7e9SAurelien JarnoF: tcg/ppc/
1582c17652eeSPaolo BonziniF: disas/ppc.c
158342f5a7e9SAurelien Jarno
158442f5a7e9SAurelien JarnoS390 target
158542f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
158642f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
158742f5a7e9SAurelien JarnoS: Maintained
158842f5a7e9SAurelien JarnoF: tcg/s390/
1589c17652eeSPaolo BonziniF: disas/s390.c
159042f5a7e9SAurelien Jarno
159142f5a7e9SAurelien JarnoSPARC target
1592297e8005SMarkus ArmbrusterS: Odd Fixes
159342f5a7e9SAurelien JarnoF: tcg/sparc/
1594c17652eeSPaolo BonziniF: disas/sparc.c
1595bc75c9e5SStefan Weil
1596bc75c9e5SStefan WeilTCI target
1597bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1598bc75c9e5SStefan WeilS: Maintained
15998ef9cd55SAndreas FärberF: tcg/tci/
16002b7be8c8SStefan WeilF: tci.c
1601c17652eeSPaolo BonziniF: disas/tci.c
1602aa09c951SAndreas Färber
1603f05b328cSStefan HajnocziBlock drivers
1604f05b328cSStefan Hajnoczi-------------
1605f05b328cSStefan HajnocziVMDK
1606f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1607c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1608f05b328cSStefan HajnocziS: Supported
1609f05b328cSStefan HajnocziF: block/vmdk.c
1610f05b328cSStefan Hajnoczi
1611f05b328cSStefan HajnocziRBD
16125a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1613280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1614280458a3SJeff CodyL: qemu-block@nongnu.org
1615f05b328cSStefan HajnocziS: Supported
1616f05b328cSStefan HajnocziF: block/rbd.c
1617280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1618f05b328cSStefan Hajnoczi
1619f05b328cSStefan HajnocziSheepdog
162053b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1621f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1622280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1623280458a3SJeff CodyL: qemu-block@nongnu.org
1624dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1625f05b328cSStefan HajnocziS: Supported
1626f05b328cSStefan HajnocziF: block/sheepdog.c
1627280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1628f05b328cSStefan Hajnoczi
1629f05b328cSStefan HajnocziVHDX
1630f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1631280458a3SJeff CodyL: qemu-block@nongnu.org
1632f05b328cSStefan HajnocziS: Supported
1633f05b328cSStefan HajnocziF: block/vhdx*
1634280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1635f05b328cSStefan Hajnoczi
1636f05b328cSStefan HajnocziVDI
1637f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1638c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1639f05b328cSStefan HajnocziS: Maintained
1640f05b328cSStefan HajnocziF: block/vdi.c
1641f05b328cSStefan Hajnoczi
1642f05b328cSStefan HajnocziiSCSI
1643f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1644f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1645f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1646c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1647f05b328cSStefan HajnocziS: Supported
1648f05b328cSStefan HajnocziF: block/iscsi.c
16492deb63c2SPeter LievenF: block/iscsi-opts.c
1650f05b328cSStefan Hajnoczi
16516542aa9cSPeter LievenNFS
1652280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
16536542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1654280458a3SJeff CodyL: qemu-block@nongnu.org
16556542aa9cSPeter LievenS: Maintained
16566542aa9cSPeter LievenF: block/nfs.c
1657280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
16586542aa9cSPeter Lieven
1659f05b328cSStefan HajnocziSSH
1660f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1661280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1662280458a3SJeff CodyL: qemu-block@nongnu.org
1663f05b328cSStefan HajnocziS: Supported
1664f05b328cSStefan HajnocziF: block/ssh.c
1665280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1666c9a12e75SChrysostomos Nanakos
1667c9a12e75SChrysostomos NanakosARCHIPELAGO
1668c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1669280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1670280458a3SJeff CodyL: qemu-block@nongnu.org
1671c9a12e75SChrysostomos NanakosS: Maintained
1672c9a12e75SChrysostomos NanakosF: block/archipelago.c
1673280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1674280458a3SJeff Cody
1675280458a3SJeff CodyCURL
1676280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1677280458a3SJeff CodyL: qemu-block@nongnu.org
1678280458a3SJeff CodyS: Supported
1679280458a3SJeff CodyF: block/curl.c
1680280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1681280458a3SJeff Cody
1682280458a3SJeff CodyGLUSTER
1683280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1684280458a3SJeff CodyL: qemu-block@nongnu.org
1685280458a3SJeff CodyS: Supported
1686280458a3SJeff CodyF: block/gluster.c
1687280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1688b5e9476cSGonglei
1689199667a8SFam ZhengNull Block Driver
1690199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1691199667a8SFam ZhengL: qemu-block@nongnu.org
1692199667a8SFam ZhengS: Supported
1693199667a8SFam ZhengF: block/null.c
1694199667a8SFam Zheng
1695b5e9476cSGongleiBootdevice
1696b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1697b5e9476cSGongleiS: Maintained
1698b5e9476cSGongleiF: bootdevice.c
1699ecdda9e0SAlberto Garcia
1700ecdda9e0SAlberto GarciaQuorum
1701ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1702ecdda9e0SAlberto GarciaS: Supported
1703ecdda9e0SAlberto GarciaF: block/quorum.c
1704ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1705e7c6e631SStefan Hajnoczi
1706e7c6e631SStefan Hajnocziblkverify
1707e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1708e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1709e7c6e631SStefan HajnocziS: Supported
1710e7c6e631SStefan HajnocziF: block/blkverify.c
1711e7c6e631SStefan Hajnoczi
1712e7c6e631SStefan Hajnoczibochs
1713e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1714e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1715e7c6e631SStefan HajnocziS: Supported
1716e7c6e631SStefan HajnocziF: block/bochs.c
1717e7c6e631SStefan Hajnoczi
1718e7c6e631SStefan Hajnoczicloop
1719e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1720e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1721e7c6e631SStefan HajnocziS: Supported
1722e7c6e631SStefan HajnocziF: block/cloop.c
1723e7c6e631SStefan Hajnoczi
1724e7c6e631SStefan Hajnoczidmg
1725e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1726e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1727e7c6e631SStefan HajnocziS: Supported
1728e7c6e631SStefan HajnocziF: block/dmg.c
1729e7c6e631SStefan Hajnoczi
1730e7c6e631SStefan Hajnocziparallels
1731e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1732f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1733e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1734e7c6e631SStefan HajnocziS: Supported
1735e7c6e631SStefan HajnocziF: block/parallels.c
1736b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1737e7c6e631SStefan Hajnoczi
1738e7c6e631SStefan Hajnocziqed
1739e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1740e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1741e7c6e631SStefan HajnocziS: Supported
1742e7c6e631SStefan HajnocziF: block/qed.c
1743e7c6e631SStefan Hajnoczi
1744e7c6e631SStefan Hajnocziraw
1745e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1746e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1747e7c6e631SStefan HajnocziS: Supported
1748e7c6e631SStefan HajnocziF: block/linux-aio.c
1749f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
17502e6fc7ebSEric BlakeF: block/raw-format.c
1751c1bb86cdSEric BlakeF: block/file-posix.c
1752c1bb86cdSEric BlakeF: block/file-win32.c
1753e7c6e631SStefan HajnocziF: block/win32-aio.c
1754e7c6e631SStefan Hajnoczi
1755e7c6e631SStefan Hajnocziqcow2
1756e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1757c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1758e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1759e7c6e631SStefan HajnocziS: Supported
1760e7c6e631SStefan HajnocziF: block/qcow2*
1761e7c6e631SStefan Hajnoczi
1762e7c6e631SStefan Hajnocziqcow
1763e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1764e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1765e7c6e631SStefan HajnocziS: Supported
1766e7c6e631SStefan HajnocziF: block/qcow.c
1767e7c6e631SStefan Hajnoczi
1768e7c6e631SStefan Hajnocziblkdebug
1769e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1770c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1771e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1772e7c6e631SStefan HajnocziS: Supported
1773e7c6e631SStefan HajnocziF: block/blkdebug.c
1774e7c6e631SStefan Hajnoczi
1775e7c6e631SStefan Hajnoczivpc
1776e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1777e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1778e7c6e631SStefan HajnocziS: Supported
1779e7c6e631SStefan HajnocziF: block/vpc.c
1780e7c6e631SStefan Hajnoczi
1781e7c6e631SStefan Hajnoczivvfat
1782e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1783e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1784e7c6e631SStefan HajnocziS: Supported
1785e7c6e631SStefan HajnocziF: block/vvfat.c
1786abfe4e94SStefan Hajnoczi
1787abfe4e94SStefan HajnocziImage format fuzzer
1788abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1789abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1790abfe4e94SStefan HajnocziS: Supported
1791abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1792717171bdSDaniel P. Berrange
1793049105a3SChanglong XieReplication
1794049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1795049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1796049105a3SChanglong XieS: Supported
1797049105a3SChanglong XieF: replication*
1798049105a3SChanglong XieF: block/replication.c
1799049105a3SChanglong XieF: tests/test-replication.c
1800049105a3SChanglong XieF: docs/block-replication.txt
1801049105a3SChanglong Xie
1802b9e02c06SAlex BennéeBuild and test automation
1803b9e02c06SAlex Bennée-------------------------
1804b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1805e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
1806b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1807e70dc7f8SAlex BennéeS: Maintained
1808b9e02c06SAlex BennéeF: .travis.yml
1809d92d886aSAlex BennéeF: .shippable.yml
1810e70dc7f8SAlex BennéeF: tests/docker/
1811e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
1812e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1813717171bdSDaniel P. Berrange
1814717171bdSDaniel P. BerrangeDocumentation
1815717171bdSDaniel P. Berrange-------------
1816717171bdSDaniel P. BerrangeBuild system architecture
1817717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1818717171bdSDaniel P. BerrangeS: Odd Fixes
1819717171bdSDaniel P. BerrangeF: docs/build-system.txt
18208a49e97fSFam Zheng
1821