xref: /openbmc/qemu/MAINTAINERS (revision 5564edb19e06129b62b4b272c290db2efb87cefc)
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
13507bf23a7SMichael WalleLM32
13607bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
13707bf23a7SMichael WalleS: Maintained
138fcf5ef2aSThomas HuthF: target/lm32/
1394eab7a0aSMichael WalleF: disas/lm32.c
1408d8b636dSPaolo BonziniF: hw/lm32/
1414eab7a0aSMichael WalleF: hw/*/lm32_*
1424eab7a0aSMichael WalleF: hw/*/milkymist-*
1434eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1444eab7a0aSMichael WalleF: include/hw/lm32/
145c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
14607bf23a7SMichael Walle
147fd5d5c56SAnthony LiguoriM68K
148595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
149595a926dSLaurent VivierS: Maintained
150fcf5ef2aSThomas HuthF: target/m68k/
151e9a56114SThomas HuthF: disas/m68k.c
152fd5d5c56SAnthony Liguori
153abc07545SEdgar E. IglesiasMicroBlaze
154fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
155fd5d5c56SAnthony LiguoriS: Maintained
156fcf5ef2aSThomas HuthF: target/microblaze/
1578d8b636dSPaolo BonziniF: hw/microblaze/
158c17652eeSPaolo BonziniF: disas/microblaze.c
159fd5d5c56SAnthony Liguori
160fd5d5c56SAnthony LiguoriMIPS
161ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
16278851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1636f640917SLeon AlraeS: Maintained
164fcf5ef2aSThomas HuthF: target/mips/
1658d8b636dSPaolo BonziniF: hw/mips/
1665995db88SThomas HuthF: hw/misc/mips_*
1675995db88SThomas HuthF: hw/intc/mips_gic.c
1685995db88SThomas HuthF: hw/timer/mips_gictimer.c
1695995db88SThomas HuthF: include/hw/mips/
1705995db88SThomas HuthF: include/hw/misc/mips_*
1715995db88SThomas HuthF: include/hw/intc/mips_gic.h
1725995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
173c0bd0b50SPaolo BonziniF: tests/tcg/mips/
174c17652eeSPaolo BonziniF: disas/mips.c
175fd5d5c56SAnthony Liguori
176d15a9c23SAnthony GreenMoxie
177d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
178d15a9c23SAnthony GreenS: Maintained
179fcf5ef2aSThomas HuthF: target/moxie/
180c17652eeSPaolo BonziniF: disas/moxie.c
181a3ccdfb5SThomas HuthF: hw/moxie/
182a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
183d15a9c23SAnthony Green
184945dad6dSJia LiuOpenRISC
185945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
186945dad6dSJia LiuS: Maintained
187fcf5ef2aSThomas HuthF: target/openrisc/
188945dad6dSJia LiuF: hw/openrisc/
189c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
190945dad6dSJia Liu
191fd5d5c56SAnthony LiguoriPowerPC
192b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
193fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
194a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
195fd5d5c56SAnthony LiguoriS: Maintained
196fcf5ef2aSThomas HuthF: target/ppc/
1978d8b636dSPaolo BonziniF: hw/ppc/
198b5d55020SThomas HuthF: include/hw/ppc/
199c17652eeSPaolo BonziniF: disas/ppc.c
200fd5d5c56SAnthony Liguori
201749717a0SAlexander GrafS390
2022b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
203fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
204fd5d5c56SAnthony LiguoriS: Maintained
205fcf5ef2aSThomas HuthF: target/s390x/
2068d8b636dSPaolo BonziniF: hw/s390x/
207c17652eeSPaolo BonziniF: disas/s390.c
208b6f97c14Sbellard
209fd5d5c56SAnthony LiguoriSH4
210ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2112c9b7d1aSAndreas FärberS: Odd Fixes
212fcf5ef2aSThomas HuthF: target/sh4/
2138d8b636dSPaolo BonziniF: hw/sh4/
214c17652eeSPaolo BonziniF: disas/sh4.c
2158a90f900SThomas HuthF: include/hw/sh4/
216fd5d5c56SAnthony Liguori
217fd5d5c56SAnthony LiguoriSPARC
218f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2192c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
220fd5d5c56SAnthony LiguoriS: Maintained
221fcf5ef2aSThomas HuthF: target/sparc/
2228d8b636dSPaolo BonziniF: hw/sparc/
2238d8b636dSPaolo BonziniF: hw/sparc64/
224c17652eeSPaolo BonziniF: disas/sparc.c
225fd5d5c56SAnthony Liguori
226a6ea7b4cSAndreas FärberUniCore32
227a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
228a6ea7b4cSAndreas FärberS: Maintained
229fcf5ef2aSThomas HuthF: target/unicore32/
2308d8b636dSPaolo BonziniF: hw/unicore32/
23147b98d59SThomas HuthF: include/hw/unicore32/
232a6ea7b4cSAndreas Färber
233fd5d5c56SAnthony LiguoriX86
234d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
235d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
236e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
237b203a4baSEduardo HabkostS: Maintained
238fcf5ef2aSThomas HuthF: target/i386/
2398d8b636dSPaolo BonziniF: hw/i386/
240c17652eeSPaolo BonziniF: disas/i386.c
241fd5d5c56SAnthony Liguori
24216e7caaeSMax FilippovXtensa
24316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
244375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
24516e7caaeSMax FilippovS: Maintained
246fcf5ef2aSThomas HuthF: target/xtensa/
2478d8b636dSPaolo BonziniF: hw/xtensa/
248c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
24916e7caaeSMax Filippov
25048e06fe0SBastian KoppelmannTriCore
25148e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
25248e06fe0SBastian KoppelmannS: Maintained
253fcf5ef2aSThomas HuthF: target/tricore/
25448e06fe0SBastian KoppelmannF: hw/tricore/
255d46d14e6SThomas HuthF: include/hw/tricore/
25648e06fe0SBastian Koppelmann
257fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
258fd5d5c56SAnthony Liguori----------------------
259fd5d5c56SAnthony Liguori
260fd5d5c56SAnthony LiguoriOverall
261c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
262fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
263fd5d5c56SAnthony LiguoriS: Supported
264fd5d5c56SAnthony LiguoriF: kvm-*
265fd5d5c56SAnthony LiguoriF: */kvm.*
266a95e9a48SThomas HuthF: include/sysemu/kvm*.h
267fd5d5c56SAnthony Liguori
268ed4659d1SPeter MaydellARM
269ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
270b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
271ed4659d1SPeter MaydellS: Maintained
272fcf5ef2aSThomas HuthF: target/arm/kvm.c
273ed4659d1SPeter Maydell
274a31896c4SJames HoganMIPS
275a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
276a31896c4SJames HoganS: Maintained
277fcf5ef2aSThomas HuthF: target/mips/kvm.c
278a31896c4SJames Hogan
279fd5d5c56SAnthony LiguoriPPC
280fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
281fd5d5c56SAnthony LiguoriS: Maintained
282fcf5ef2aSThomas HuthF: target/ppc/kvm.c
283fd5d5c56SAnthony Liguori
284fd5d5c56SAnthony LiguoriS390
285b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
286b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com>
287fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
288fd5d5c56SAnthony LiguoriS: Maintained
289fcf5ef2aSThomas HuthF: target/s390x/kvm.c
290fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
291fcf5ef2aSThomas HuthF: target/s390x/machine.c
2924277af19SCornelia HuckF: hw/intc/s390_flic.c
2934277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
2944277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
295c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
2963e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
2973e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
298fd5d5c56SAnthony Liguori
299fd5d5c56SAnthony LiguoriX86
300d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
301fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
302fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
303fd5d5c56SAnthony LiguoriS: Supported
304fcf5ef2aSThomas HuthF: target/i386/kvm.c
305fd5d5c56SAnthony Liguori
3068a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3078a6b0cd7SStefano Stabellini----------------------
3088a6b0cd7SStefano Stabellini
3098a6b0cd7SStefano StabelliniX86
3103623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3113623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3128a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com
3138a6b0cd7SStefano StabelliniS: Supported
3148a6b0cd7SStefano StabelliniF: xen-*
3158a6b0cd7SStefano StabelliniF: */xen*
316c92451c2SPaolo BonziniF: hw/char/xen_console.c
317c92451c2SPaolo BonziniF: hw/display/xenfb.c
318c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3199027ac50SStefano StabelliniF: hw/block/xen_*
320c92451c2SPaolo BonziniF: hw/xen/
321c92451c2SPaolo BonziniF: hw/xenpv/
3229027ac50SStefano StabelliniF: hw/i386/xen/
323c92451c2SPaolo BonziniF: include/hw/xen/
3249027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3258a6b0cd7SStefano Stabellini
3261bdd6874SStefan WeilHosts:
3271bdd6874SStefan Weil------
3281bdd6874SStefan Weil
3291bdd6874SStefan WeilLINUX
3301bdd6874SStefan WeilL: qemu-devel@nongnu.org
3311bdd6874SStefan WeilS: Maintained
3321bdd6874SStefan WeilF: linux-*
3331bdd6874SStefan WeilF: linux-headers/
3341bdd6874SStefan Weil
3351bdd6874SStefan WeilPOSIX
3361bdd6874SStefan WeilL: qemu-devel@nongnu.org
3371bdd6874SStefan WeilS: Maintained
3381bdd6874SStefan WeilF: *posix*
3391bdd6874SStefan Weil
3401bdd6874SStefan WeilW32, W64
3411bdd6874SStefan WeilL: qemu-devel@nongnu.org
3421bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3431bdd6874SStefan WeilS: Maintained
3441bdd6874SStefan WeilF: *win32*
34503972660SThomas HuthF: */*win32*
34603972660SThomas HuthF: include/*/*win32*
34703972660SThomas HuthX: qga/*win32*
348885bdc95SStefan WeilF: qemu.nsi
3491bdd6874SStefan Weil
350fd5d5c56SAnthony LiguoriARM Machines
351fd5d5c56SAnthony Liguori------------
35284291fe7SliguangAllwinner-a10
35385b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
354b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
35584291fe7SliguangS: Maintained
35685b4d5daSBeniamino GalvaniF: hw/*/allwinner*
35785b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
35884291fe7SliguangF: hw/arm/cubieboard.c
35984291fe7Sliguang
36006271000SPaolo BonziniARM PrimeCell
36106271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
362b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
36306271000SPaolo BonziniS: Maintained
36406271000SPaolo BonziniF: hw/char/pl011.c
36506271000SPaolo BonziniF: hw/display/pl110*
36606271000SPaolo BonziniF: hw/dma/pl080.c
36706271000SPaolo BonziniF: hw/dma/pl330.c
36806271000SPaolo BonziniF: hw/gpio/pl061.c
36906271000SPaolo BonziniF: hw/input/pl050.c
37006271000SPaolo BonziniF: hw/intc/pl190.c
37106271000SPaolo BonziniF: hw/sd/pl181.c
37206271000SPaolo BonziniF: hw/timer/pl031.c
37306271000SPaolo BonziniF: include/hw/arm/primecell.h
37406271000SPaolo Bonzini
37506271000SPaolo BonziniARM cores
37606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
377b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37806271000SPaolo BonziniS: Maintained
37906271000SPaolo BonziniF: hw/intc/arm*
38006271000SPaolo BonziniF: hw/intc/gic_internal.h
38106271000SPaolo BonziniF: hw/misc/a9scu.c
38206271000SPaolo BonziniF: hw/misc/arm11scu.c
38306271000SPaolo BonziniF: hw/timer/a9gtimer*
38406271000SPaolo BonziniF: hw/timer/arm_*
38506271000SPaolo BonziniF: include/hw/arm/arm.h
38606271000SPaolo BonziniF: include/hw/intc/arm*
38706271000SPaolo BonziniF: include/hw/misc/a9scu.h
38806271000SPaolo BonziniF: include/hw/misc/arm11scu.h
38906271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
39006271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
39106271000SPaolo Bonzini
392fc63dcffSEvgeny VoevodinExynos
393f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
394b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
395fc63dcffSEvgeny VoevodinS: Maintained
3968d8b636dSPaolo BonziniF: hw/*/exynos*
397ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
398fc63dcffSEvgeny Voevodin
399766fd09fSMark LangsdorfCalxeda Highbank
4009ef137caSRob HerringM: Rob Herring <robh@kernel.org>
401b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4029ef137caSRob HerringS: Maintained
4038d8b636dSPaolo BonziniF: hw/arm/highbank.c
4048d8b636dSPaolo BonziniF: hw/net/xgmac.c
405766fd09fSMark Langsdorf
4069082f121SAntony PavlovCanon DIGIC
4079082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
408b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4099082f121SAntony PavlovS: Maintained
4109082f121SAntony PavlovF: include/hw/arm/digic.h
4119082f121SAntony PavlovF: hw/*/digic*
4129082f121SAntony Pavlov
413fd5d5c56SAnthony LiguoriGumstix
4145dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
415b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
416fd5d5c56SAnthony LiguoriS: Orphan
4178d8b636dSPaolo BonziniF: hw/arm/gumstix.c
418fd5d5c56SAnthony Liguori
4190325559dSPeter Chubbi.MX31
4200325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
421b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4220325559dSPeter ChubbS: Odd fixes
4238d8b636dSPaolo BonziniF: hw/*/imx*
424f7e242d6SThomas HuthF: include/hw/*/imx*
4258d8b636dSPaolo BonziniF: hw/arm/kzm.c
426ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4270325559dSPeter Chubb
428fd5d5c56SAnthony LiguoriIntegrator CP
4291ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
430b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
431fd5d5c56SAnthony LiguoriS: Maintained
4328d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
433f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
434fd5d5c56SAnthony Liguori
435fd5d5c56SAnthony LiguoriMusicpal
436fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
437b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
438fd5d5c56SAnthony LiguoriS: Maintained
4398d8b636dSPaolo BonziniF: hw/arm/musicpal.c
440fd5d5c56SAnthony Liguori
441fd5d5c56SAnthony LiguorinSeries
442fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
443b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
444fd5d5c56SAnthony LiguoriS: Maintained
4458d8b636dSPaolo BonziniF: hw/arm/nseries.c
446fd5d5c56SAnthony Liguori
447fd5d5c56SAnthony LiguoriPalm
448fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
449b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
450fd5d5c56SAnthony LiguoriS: Maintained
4518d8b636dSPaolo BonziniF: hw/arm/palm.c
452fd5d5c56SAnthony Liguori
453fd5d5c56SAnthony LiguoriReal View
4541ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
455b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
456fd5d5c56SAnthony LiguoriS: Maintained
4578d8b636dSPaolo BonziniF: hw/arm/realview*
458f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4595ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4605ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
461fd5d5c56SAnthony Liguori
4629b31bff0SPaolo BonziniPXA2XX
463fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
464b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
465fd5d5c56SAnthony LiguoriS: Maintained
4669b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4678d8b636dSPaolo BonziniF: hw/arm/spitz.c
4689b31bff0SPaolo BonziniF: hw/arm/tosa.c
4699b31bff0SPaolo BonziniF: hw/arm/z2.c
4709b31bff0SPaolo BonziniF: hw/*/pxa2xx*
471f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
472ed0db866SThomas HuthF: include/hw/arm/pxa.h
473fd5d5c56SAnthony Liguori
474fd5d5c56SAnthony LiguoriStellaris
4751ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
477fd5d5c56SAnthony LiguoriS: Maintained
4788d8b636dSPaolo BonziniF: hw/*/stellaris*
479fd5d5c56SAnthony Liguori
480fd5d5c56SAnthony LiguoriVersatile PB
4811ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
482b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
483fd5d5c56SAnthony LiguoriS: Maintained
4848d8b636dSPaolo BonziniF: hw/*/versatile*
485fd5d5c56SAnthony Liguori
486e3260506SPeter A. G. CrosthwaiteXilinx Zynq
487cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4884b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
489b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
490e3260506SPeter A. G. CrosthwaiteS: Maintained
491cc0100f4SAlistair FrancisF: hw/*/xilinx_*
4928d8b636dSPaolo BonziniF: hw/*/cadence_*
493f7e242d6SThomas HuthF: hw/misc/zynq*
494f7e242d6SThomas HuthF: include/hw/misc/zynq*
495cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
496e3260506SPeter A. G. Crosthwaite
497137805f5SAlistair FrancisXilinx ZynqMP
498137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
499cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
500b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
501137805f5SAlistair FrancisS: Maintained
502cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
503f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
504137805f5SAlistair Francis
5058f4d260eSShannon ZhaoARM ACPI Subsystem
5068f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5078f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
508b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5098f4d260eSShannon ZhaoS: Maintained
5108f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5118f4d260eSShannon Zhao
512a1f8193bSAlistair FrancisSTM32F205
513a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
514a1f8193bSAlistair FrancisS: Maintained
515a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
516a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
517a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
518a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
519a1f8193bSAlistair FrancisF: hw/adc/*
520a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
521a1f8193bSAlistair Francis
522a1f8193bSAlistair FrancisNetduino 2
523a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
524a1f8193bSAlistair FrancisS: Maintained
525a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
526a1f8193bSAlistair Francis
527fd5d5c56SAnthony LiguoriCRIS Machines
528fd5d5c56SAnthony Liguori-------------
529fd5d5c56SAnthony LiguoriAxis Dev88
530fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
531fd5d5c56SAnthony LiguoriS: Maintained
5328d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5336e481d57SPeter MaydellF: hw/*/etraxfs_*.c
534fd5d5c56SAnthony Liguori
53507bf23a7SMichael WalleLM32 Machines
53607bf23a7SMichael Walle-------------
53707bf23a7SMichael WalleEVR32 and uclinux BSP
53807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
53907bf23a7SMichael WalleS: Maintained
5408d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
54107bf23a7SMichael Walle
542d118aa6bSMichael Wallemilkymist
543d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
544d118aa6bSMichael WalleS: Maintained
5458d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
546d118aa6bSMichael Walle
547afcacd53SAurelien JarnoM68K Machines
548fd5d5c56SAnthony Liguori-------------
549fd5d5c56SAnthony Liguorian5206
5500e19885eSAnthony LiguoriS: Orphan
5518d8b636dSPaolo BonziniF: hw/m68k/an5206.c
552e9a56114SThomas HuthF: hw/m68k/mcf5206.c
553fd5d5c56SAnthony Liguori
554fd5d5c56SAnthony Liguoridummy_m68k
5550e19885eSAnthony LiguoriS: Orphan
5568d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c
557fd5d5c56SAnthony Liguori
558fd5d5c56SAnthony Liguorimcf5208
5590e19885eSAnthony LiguoriS: Orphan
5608d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
561e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
562e9a56114SThomas HuthF: hw/char/mcf_uart.c
563e9a56114SThomas HuthF: hw/net/mcf_fec.c
564fd5d5c56SAnthony Liguori
565fd5d5c56SAnthony LiguoriMicroBlaze Machines
566b6f97c14Sbellard-------------------
567fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
568fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
569fd5d5c56SAnthony LiguoriS: Maintained
5706e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
571b6f97c14Sbellard
572d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5734b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
574d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5758d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
576d36e8ce7SPeter A. G. Crosthwaite
577fd5d5c56SAnthony LiguoriMIPS Machines
578fd5d5c56SAnthony Liguori-------------
579fd5d5c56SAnthony LiguoriJazz
580fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
581fd5d5c56SAnthony LiguoriS: Maintained
5828d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
583fd5d5c56SAnthony Liguori
584fd5d5c56SAnthony LiguoriMalta
585fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
586fd5d5c56SAnthony LiguoriS: Maintained
5878d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
588fd5d5c56SAnthony Liguori
589fd5d5c56SAnthony LiguoriMipssim
5905dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
591fd5d5c56SAnthony LiguoriS: Orphan
5928d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
593fd5d5c56SAnthony Liguori
594fd5d5c56SAnthony LiguoriR4000
595fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
596fd5d5c56SAnthony LiguoriS: Maintained
5978d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
598fd5d5c56SAnthony Liguori
599945dad6dSJia LiuOpenRISC Machines
600945dad6dSJia Liu-----------------
601945dad6dSJia Liuor1k-sim
602945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
603945dad6dSJia LiuS: Maintained
604945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
605945dad6dSJia Liu
606fd5d5c56SAnthony LiguoriPowerPC Machines
607fd5d5c56SAnthony Liguori----------------
608fd5d5c56SAnthony Liguori405
609fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
610a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6119b9fe135SAndreas FärberS: Odd Fixes
6128d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
613fd5d5c56SAnthony Liguori
614aaade8d7SAndreas FärberBamboo
615aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
616aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
617aaade8d7SAndreas FärberS: Odd Fixes
6188d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
619aaade8d7SAndreas Färber
62098cded3aSAndreas Färbere500
62198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
62298cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
62398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
62498cded3aSAndreas FärberS: Supported
62598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
62698cded3aSAndreas FärberF: hw/ppc/e500plat.c
627b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
628b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
629b5d55020SThomas HuthF: pc-bios/u-boot.e500
63098cded3aSAndreas Färber
63198cded3aSAndreas Färbermpc8544ds
63298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
63398cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
63498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
63598cded3aSAndreas FärberS: Supported
63698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6378d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
63898cded3aSAndreas Färber
639fd5d5c56SAnthony LiguoriNew World
640fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
641a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
642fd5d5c56SAnthony LiguoriS: Maintained
643baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6446e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6456e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6468d8b636dSPaolo BonziniF: hw/misc/macio/
647b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
648b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
649fd5d5c56SAnthony Liguori
650fd5d5c56SAnthony LiguoriOld World
651fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
652a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
653fd5d5c56SAnthony LiguoriS: Maintained
654baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6556e481d57SPeter MaydellF: hw/pci-host/grackle.c
6568d8b636dSPaolo BonziniF: hw/misc/macio/
657835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
658fd5d5c56SAnthony Liguori
659ec38d398SAndreas FärberPReP
6609f38774dSAndreas FärberL: qemu-devel@nongnu.org
661a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
662ec38d398SAndreas FärberS: Odd Fixes
66375610155SAndreas FärberF: hw/ppc/prep.c
6646e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6658d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
666835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
667fd5d5c56SAnthony Liguori
668300b115cSAndreas FärbersPAPR
669085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
6708a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
6718a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
6728a269ca4SAndreas FärberS: Supported
6738d8b636dSPaolo BonziniF: hw/*/spapr*
674f9de2da7SDavid GibsonF: include/hw/*/spapr*
675f9de2da7SDavid GibsonF: hw/*/xics*
676f9de2da7SDavid GibsonF: include/hw/*/xics*
677f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
678b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
679b5d55020SThomas HuthF: pc-bios/slof.bin
680bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
681b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
682b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
683a70ab357SGreg KurzF: tests/spapr*
684a70ab357SGreg KurzF: tests/libqos/*spapr*
685a70ab357SGreg KurzF: tests/rtas*
686a70ab357SGreg KurzF: tests/libqos/rtas*
6878a269ca4SAndreas Färber
688794d00bfSAndreas Färbervirtex_ml507
689794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
690794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
691794d00bfSAndreas FärberS: Odd Fixes
6926e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
693794d00bfSAndreas Färber
694fd5d5c56SAnthony LiguoriSH4 Machines
695fd5d5c56SAnthony Liguori------------
696fd5d5c56SAnthony LiguoriR2D
697fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
698fd5d5c56SAnthony LiguoriS: Maintained
6996e481d57SPeter MaydellF: hw/sh4/r2d.c
70081527b94SThomas HuthF: hw/intc/sh_intc.c
70181527b94SThomas HuthF: hw/timer/sh_timer.c
702fd5d5c56SAnthony Liguori
703fd5d5c56SAnthony LiguoriShix
704fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
70581527b94SThomas HuthS: Odd Fixes
7066e481d57SPeter MaydellF: hw/sh4/shix.c
707fd5d5c56SAnthony Liguori
708fd5d5c56SAnthony LiguoriSPARC Machines
709fd5d5c56SAnthony Liguori--------------
710fd5d5c56SAnthony LiguoriSun4m
711f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
712fd5d5c56SAnthony LiguoriS: Maintained
7138d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
714c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
715c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7167098b79eSThomas HuthF: hw/misc/eccmemctl.c
7177098b79eSThomas HuthF: hw/misc/slavio_misc.c
718c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
719c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
720c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
721fd5d5c56SAnthony Liguori
722fd5d5c56SAnthony LiguoriSun4u
723f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
724fd5d5c56SAnthony LiguoriS: Maintained
7258d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
726c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
727fd5d5c56SAnthony Liguori
728ce6c760cSFabien ChouteauLeon3
729ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
730ce6c760cSFabien ChouteauS: Maintained
7318d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7328d8b636dSPaolo BonziniF: hw/*/grlib*
733c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
734ce6c760cSFabien Chouteau
735fd5d5c56SAnthony LiguoriS390 Machines
736fd5d5c56SAnthony Liguori-------------
737dd4ad64aSCornelia HuckS390 Virtio-ccw
738dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
739b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
740dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
741dd4ad64aSCornelia HuckS: Supported
7420c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
743c5bfb202SCornelia HuckF: hw/s390x/
7444277af19SCornelia HuckF: include/hw/s390x/
7454277af19SCornelia HuckF: pc-bios/s390-ccw/
746c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7471e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7481e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7491e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7503e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7513e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
752dd4ad64aSCornelia Huck
753ab9528caSGuan XuetaoUniCore32 Machines
754ab9528caSGuan Xuetao-------------
755ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
756ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
757ab9528caSGuan XuetaoS: Maintained
7588d8b636dSPaolo BonziniF: hw/*/puv3*
759ab9528caSGuan XuetaoF: hw/unicore32/
760ab9528caSGuan Xuetao
761fd5d5c56SAnthony LiguoriX86 Machines
762fd5d5c56SAnthony Liguori------------
763fd5d5c56SAnthony LiguoriPC
764046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
765fd5d5c56SAnthony LiguoriS: Supported
766046a6486SMichael S. TsirkinF: include/hw/i386/
767046a6486SMichael S. TsirkinF: hw/i386/
768046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
769046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
770046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
771046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
772046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
773046a6486SMichael S. TsirkinF: hw/isa/piix4.c
774046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
775046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
776046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
777046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
778046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
779f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
7809cc3b73cSPaolo BonziniF: hw/misc/sga.c
7819cc3b73cSPaolo Bonzini
7829cc3b73cSPaolo BonziniPC Chipset
7839cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
7849cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
7859cc3b73cSPaolo BonziniS: Support
7869cc3b73cSPaolo BonziniF: hw/char/debugcon.c
7879cc3b73cSPaolo BonziniF: hw/char/parallel.c
7889cc3b73cSPaolo BonziniF: hw/char/serial*
7899cc3b73cSPaolo BonziniF: hw/dma/i8257*
7909cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
7919cc3b73cSPaolo BonziniF: hw/intc/apic*
7929cc3b73cSPaolo BonziniF: hw/intc/ioapic*
7939cc3b73cSPaolo BonziniF: hw/intc/i8259*
7949cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
7959cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
7969cc3b73cSPaolo BonziniF: hw/timer/hpet*
7979cc3b73cSPaolo BonziniF: hw/timer/i8254*
7989cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
799a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
800a2feb348SThomas HuthF: include/hw/timer/hpet.h
801a2feb348SThomas HuthF: include/hw/timer/i8254*
802a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
803046a6486SMichael S. Tsirkin
8045da4fb00SMichael S. TsirkinMachine core
8055da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8065da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8075da4fb00SMichael S. TsirkinS: Supported
8085da4fb00SMichael S. TsirkinF: hw/core/machine.c
8095da4fb00SMichael S. TsirkinF: include/hw/boards.h
810fd5d5c56SAnthony Liguori
81116e7caaeSMax FilippovXtensa Machines
81216e7caaeSMax Filippov---------------
813375847a6SMax Filippovsim
81416e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
81516e7caaeSMax FilippovS: Maintained
816437a8c11SMax FilippovF: hw/xtensa/sim.c
817375847a6SMax Filippov
818437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
819375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
820375847a6SMax FilippovS: Maintained
821437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
822437a8c11SMax FilippovF: hw/net/opencores_eth.c
82316e7caaeSMax Filippov
824fd5d5c56SAnthony LiguoriDevices
825fd5d5c56SAnthony Liguori-------
826b30934cbSJiri SlabyEDU
827b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
828b30934cbSJiri SlabyS: Maintained
829b30934cbSJiri SlabyF: hw/misc/edu.c
830b30934cbSJiri Slaby
831fd5d5c56SAnthony LiguoriIDE
832c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
833c095348bSJohn SnowL: qemu-block@nongnu.org
834c095348bSJohn SnowS: Supported
8358d8b636dSPaolo BonziniF: include/hw/ide.h
836c9f7acd5SThomas HuthF: include/hw/ide/
837fd5d5c56SAnthony LiguoriF: hw/ide/
838c095348bSJohn SnowF: hw/block/block.c
839c095348bSJohn SnowF: hw/block/cdrom.c
840c095348bSJohn SnowF: hw/block/hd-geometry.c
841c095348bSJohn SnowF: tests/ide-test.c
842c095348bSJohn SnowF: tests/ahci-test.c
843aee50319SJohn SnowF: tests/libqos/ahci*
844c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
845c095348bSJohn Snow
846c095348bSJohn SnowFloppy
847c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
848c095348bSJohn SnowL: qemu-block@nongnu.org
849c095348bSJohn SnowS: Supported
850c095348bSJohn SnowF: hw/block/fdc.c
851c095348bSJohn SnowF: include/hw/block/fdc.h
852aee50319SJohn SnowF: tests/fdc-test.c
853c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
854fd5d5c56SAnthony Liguori
855f5f487b2SPeter MaydellOMAP
856f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
857f5f487b2SPeter MaydellS: Maintained
8588d8b636dSPaolo BonziniF: hw/*/omap*
859ed0db866SThomas HuthF: include/hw/arm/omap.h
860f5f487b2SPeter Maydell
86128d54e58SPaolo BonziniIPack
86228d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
86328d54e58SPaolo BonziniS: Odd Fixes
86428d54e58SPaolo BonziniF: hw/char/ipoctal232.c
86528d54e58SPaolo BonziniF: hw/ipack/
86628d54e58SPaolo Bonzini
867fd5d5c56SAnthony LiguoriPCI
868fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
869874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
870fd5d5c56SAnthony LiguoriS: Supported
8718d8b636dSPaolo BonziniF: include/hw/pci/*
872f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
873ca818cfbSMichael S. TsirkinF: hw/pci/*
874f178bc6bSPaolo BonziniF: hw/pci-bridge/*
8750e0b3592SMichael S. Tsirkin
876d31e5ae7SMichael S. TsirkinACPI/SMBIOS
8770e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
8780e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
8790e0b3592SMichael S. TsirkinS: Supported
8800e0b3592SMichael S. TsirkinF: include/hw/acpi/*
881d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
8820e0b3592SMichael S. TsirkinF: hw/mem/*
8838d8b636dSPaolo BonziniF: hw/acpi/*
884d31e5ae7SMichael S. TsirkinF: hw/smbios/*
8850e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
8860e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
887fd5d5c56SAnthony Liguori
888aaade8d7SAndreas Färberppc4xx
889aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
890aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
891aaade8d7SAndreas FärberS: Odd Fixes
8928d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
893b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
894aaade8d7SAndreas Färber
89598cded3aSAndreas Färberppce500
89698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
89798cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com>
89898cded3aSAndreas FärberL: qemu-ppc@nongnu.org
89998cded3aSAndreas FärberS: Supported
9006e481d57SPeter MaydellF: hw/ppc/e500*
901566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
902566dd236SPaolo BonziniF: hw/net/fsl_etsec/
90398cded3aSAndreas Färber
90461af0ee6SPaolo BonziniCharacter devices
90561af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
90661af0ee6SPaolo BonziniS: Odd Fixes
90761af0ee6SPaolo BonziniF: hw/char/
90861af0ee6SPaolo Bonzini
909f536f112SPaolo BonziniNetwork devices
910f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
911f536f112SPaolo BonziniS: Odd Fixes
912f536f112SPaolo BonziniF: hw/net/
9136bd7776cSGreg KurzF: tests/virtio-net-test.c
914f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
915f536f112SPaolo Bonzini
916fd5d5c56SAnthony LiguoriSCSI
917de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
918de7724f7SPaolo BonziniS: Supported
91974460f34SThomas HuthF: include/hw/scsi/*
9208d8b636dSPaolo BonziniF: hw/scsi/*
9216bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9221ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
923de7724f7SPaolo Bonzini
924de7724f7SPaolo BonziniLSI53C895A
9250e19885eSAnthony LiguoriS: Orphan
9268d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
927fd5d5c56SAnthony Liguori
928fcb5629dSPeter A. G. CrosthwaiteSSI
9294b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
930fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9318d8b636dSPaolo BonziniF: hw/ssi/*
9328d8b636dSPaolo BonziniF: hw/block/m25p80.c
9334b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9344b46ba61SAlistair Francis
9354b46ba61SAlistair FrancisXilinx SPI
9364b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9374b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9384b46ba61SAlistair FrancisS: Maintained
9394b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
940fcb5629dSPeter A. G. Crosthwaite
941fd5d5c56SAnthony LiguoriUSB
9425d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9435d0d62feSGerd HoffmannS: Maintained
9448d8b636dSPaolo BonziniF: hw/usb/*
94528edfce0SGongleiF: tests/usb-*-test.c
946beded0ffSThomas HuthF: docs/usb2.txt
947beded0ffSThomas HuthF: docs/usb-storage.txt
948beded0ffSThomas HuthF: include/hw/usb.h
949beded0ffSThomas HuthF: include/hw/usb/
950fd5d5c56SAnthony Liguori
951e26082fdSPaolo BonziniUSB (serial adapter)
952e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
953e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
954e26082fdSPaolo BonziniS: Maintained
955e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
956e26082fdSPaolo Bonzini
95792e1fb5eSAlex WilliamsonVFIO
95892e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
95992e1fb5eSAlex WilliamsonS: Supported
960cf7087dbSKim PhillipsF: hw/vfio/*
96199b88c6dSThomas HuthF: include/hw/vfio/
96292e1fb5eSAlex Williamson
963fd5d5c56SAnthony Liguorivhost
964fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
965fd5d5c56SAnthony LiguoriS: Supported
9668d8b636dSPaolo BonziniF: hw/*/*vhost*
967fd5d5c56SAnthony Liguori
968fd5d5c56SAnthony Liguorivirtio
969a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
970fd5d5c56SAnthony LiguoriS: Supported
9718d8b636dSPaolo BonziniF: hw/*/virtio*
97272fa605dSThomas HuthF: hw/virtio/Makefile.objs
97372fa605dSThomas HuthF: hw/virtio/trace-events
9746a084ea3SMichael S. TsirkinF: net/vhost-user.c
975494f7b57SThomas HuthF: include/hw/virtio/
9766bd7776cSGreg KurzF: tests/virtio-balloon-test.c
977fd5d5c56SAnthony Liguori
978fd5d5c56SAnthony Liguorivirtio-9p
97923704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
9808c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
981fd5d5c56SAnthony LiguoriS: Supported
982aebeca25SAndreas FärberF: hw/9pfs/
983aebeca25SAndreas FärberF: fsdev/
9842d888c09SAndreas FärberF: tests/virtio-9p-test.c
9853f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
9868c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
987fd5d5c56SAnthony Liguori
988fd5d5c56SAnthony Liguorivirtio-blk
98954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
990b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
991fd5d5c56SAnthony LiguoriS: Supported
9928d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
993b457a5f5SStefan HajnocziF: hw/block/dataplane/*
9946bd7776cSGreg KurzF: tests/virtio-blk-test.c
995b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
996fd5d5c56SAnthony Liguori
997dd4ad64aSCornelia Huckvirtio-ccw
998dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com>
999b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1000dd4ad64aSCornelia HuckS: Supported
1001dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10023e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10033e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1004dd4ad64aSCornelia Huck
1005a5d4d7b5SGerd Hoffmannvirtio-input
1006a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1007a5d4d7b5SGerd HoffmannS: Maintained
1008a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1009a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1010a5d4d7b5SGerd Hoffmann
1011fd5d5c56SAnthony Liguorivirtio-serial
1012fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com>
1013fd5d5c56SAnthony LiguoriS: Supported
10148d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10158d8b636dSPaolo BonziniF: hw/char/virtio-console.c
101668a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10176bd7776cSGreg KurzF: tests/virtio-console-test.c
10186bd7776cSGreg KurzF: tests/virtio-serial-test.c
1019fd5d5c56SAnthony Liguori
10201f51a5cbSAmit Shahvirtio-rng
10211f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com>
10221f51a5cbSAmit ShahS: Supported
10231f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10241f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1025750cf869SThomas HuthF: include/sysemu/rng*.h
10261f51a5cbSAmit ShahF: backends/rng*.c
10276bd7776cSGreg KurzF: tests/virtio-rng-test.c
10281f51a5cbSAmit Shah
10296034011cSGongleivirtio-crypto
10306034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10316034011cSGongleiS: Supported
10326034011cSGongleiF: hw/virtio/virtio-crypto.c
10336034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10346034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10356034011cSGonglei
1036f3c507adSKeith Buschnvme
1037f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1038c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1039f3c507adSKeith BuschS: Supported
1040f3c507adSKeith BuschF: hw/block/nvme*
1041fc967791SAndreas FärberF: tests/nvme-test.c
1042f3c507adSKeith Busch
1043d383c625SHannes Reineckemegasas
1044d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1045c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1046d383c625SHannes ReineckeS: Supported
1047d383c625SHannes ReineckeF: hw/scsi/megasas.c
1048d383c625SHannes ReineckeF: hw/scsi/mfi.h
1049d383c625SHannes Reinecke
1050605d52e6SDmitry FleytmanNetwork packet abstractions
1051605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1052605d52e6SDmitry FleytmanS: Maintained
1053605d52e6SDmitry FleytmanF: include/net/eth.h
1054605d52e6SDmitry FleytmanF: net/eth.c
1055605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1056605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1057605d52e6SDmitry Fleytman
1058622fb504SDmitry FleytmanVmware
1059622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1060622fb504SDmitry FleytmanS: Maintained
1061622fb504SDmitry FleytmanF: hw/net/vmxnet*
1062622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1063622fb504SDmitry Fleytman
1064de24d3f1SScott FeldmanRocker
1065de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1066de24d3f1SScott FeldmanS: Maintained
1067de24d3f1SScott FeldmanF: hw/net/rocker/
1068de850948SThomas HuthF: tests/rocker/
1069de850948SThomas HuthF: docs/specs/rocker.txt
1070de24d3f1SScott Feldman
107170d1fb9cSXiao GuangrongNVDIMM
107270d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
107370d1fb9cSXiao GuangrongS: Maintained
107470d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
107570d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
107670d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
107770d1fb9cSXiao Guangrong
1078093454e2SDmitry Fleytmane1000x
1079093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1080093454e2SDmitry FleytmanS: Maintained
1081093454e2SDmitry FleytmanF: hw/net/e1000x*
1082093454e2SDmitry Fleytman
10836f3fbe4eSDmitry Fleytmane1000e
10846f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
10856f3fbe4eSDmitry FleytmanS: Maintained
10866f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
10876f3fbe4eSDmitry Fleytman
1088e481a1f6SAlistair FrancisGeneric Loader
1089e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1090e481a1f6SAlistair FrancisS: Maintained
1091e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1092e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1093e481a1f6SAlistair Francis
109487a9023aSThomas HuthCHRP NVRAM
109587a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
109687a9023aSThomas HuthS: Maintained
109787a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
109887a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
109987a9023aSThomas HuthF: tests/prom-env-test.c
110087a9023aSThomas Huth
1101fd5d5c56SAnthony LiguoriSubsystems
1102fd5d5c56SAnthony Liguori----------
1103fd5d5c56SAnthony LiguoriAudio
11049f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1105fd5d5c56SAnthony LiguoriS: Maintained
1106fd5d5c56SAnthony LiguoriF: audio/
11078d8b636dSPaolo BonziniF: hw/audio/
1108a2b245aeSThomas HuthF: include/hw/audio/
1109d7b50c0cSAndreas FärberF: tests/ac97-test.c
11108fa74c94SAndreas FärberF: tests/es1370-test.c
1111fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1112fd5d5c56SAnthony Liguori
111317f1e8f5SStefan HajnocziBlock layer core
1114fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1115c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1116c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1117fd5d5c56SAnthony LiguoriS: Supported
1118fd5d5c56SAnthony LiguoriF: block*
1119fd5d5c56SAnthony LiguoriF: block/
11208d8b636dSPaolo BonziniF: hw/block/
11214c346e0bSKevin WolfF: include/block/
112246078760SKevin WolfF: qemu-img*
112346078760SKevin WolfF: qemu-io*
112429242091SKevin WolfF: tests/qemu-iotests/
1125d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1126fd5d5c56SAnthony Liguori
1127d55053b1SStefan HajnocziBlock I/O path
1128d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11299ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1130d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1131d55053b1SStefan HajnocziS: Supported
1132d55053b1SStefan HajnocziF: async.c
1133d55053b1SStefan HajnocziF: aio-*.c
1134d55053b1SStefan HajnocziF: block/io.c
1135d55053b1SStefan HajnocziF: migration/block*
1136e1029ae2SFam ZhengF: include/block/aio.h
1137d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1138d55053b1SStefan Hajnoczi
1139280458a3SJeff CodyBlock Jobs
1140280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1141280458a3SJeff CodyL: qemu-block@nongnu.org
1142280458a3SJeff CodyS: Supported
1143280458a3SJeff CodyF: blockjob.c
1144280458a3SJeff CodyF: include/block/blockjob.h
1145280458a3SJeff CodyF: block/backup.c
1146280458a3SJeff CodyF: block/commit.c
114777346025SJeff CodyF: block/stream.c
1148280458a3SJeff CodyF: block/mirror.c
1149280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1150280458a3SJeff Cody
11514120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
11524120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11534120201dSMarkus ArmbrusterS: Supported
11544120201dSMarkus ArmbrusterF: blockdev.c
11554120201dSMarkus ArmbrusterF: block/qapi.c
11564120201dSMarkus ArmbrusterF: qapi/block*.json
11574120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
11584120201dSMarkus Armbruster
1159538193bcSJohn SnowDirty Bitmaps
1160538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1161538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1162538193bcSJohn SnowL: qemu-block@nongnu.org
1163538193bcSJohn SnowS: Supported
1164538193bcSJohn SnowF: util/hbitmap.c
1165538193bcSJohn SnowF: block/dirty-bitmap.c
1166538193bcSJohn SnowF: include/qemu/hbitmap.h
1167538193bcSJohn SnowF: include/block/dirty-bitmap.h
1168538193bcSJohn SnowF: tests/test-hbitmap.c
1169538193bcSJohn SnowF: docs/bitmaps.md
1170538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1171538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1172538193bcSJohn Snow
117361af0ee6SPaolo BonziniCharacter device backends
1174da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1175fd5d5c56SAnthony LiguoriS: Maintained
1176fd5d5c56SAnthony LiguoriF: qemu-char.c
1177da26f37aSPaolo BonziniF: backends/msmouse.c
1178da26f37aSPaolo BonziniF: backends/testdev.c
1179fd5d5c56SAnthony Liguori
1180e26082fdSPaolo BonziniCharacter Devices (Braille)
1181e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1182e26082fdSPaolo BonziniS: Maintained
1183e26082fdSPaolo BonziniF: backends/baum.c
1184fd5d5c56SAnthony Liguori
11858c413e79SMarkus ArmbrusterCoverity model
11868c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
11878c413e79SMarkus ArmbrusterS: Supported
11888c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
11898c413e79SMarkus Armbruster
1190f2ca0524SAndreas FärberCPU
119112b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1192f2ca0524SAndreas FärberS: Supported
1193f2ca0524SAndreas FärberF: qom/cpu.c
11946e481d57SPeter MaydellF: include/qom/cpu.h
1195f2ca0524SAndreas Färber
1196d24b569aSPeter A. G. CrosthwaiteDevice Tree
11974b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1198d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1199d24b569aSPeter A. G. CrosthwaiteS: Maintained
120082407515SThomas HuthF: device_tree.c
120182407515SThomas HuthF: include/sysemu/device_tree.h
1202d24b569aSPeter A. G. Crosthwaite
12034f966768SMarkus ArmbrusterError reporting
12044f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12054f966768SMarkus ArmbrusterS: Supported
12064f966768SMarkus ArmbrusterF: include/qapi/error.h
12074f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12084f966768SMarkus ArmbrusterF: util/error.c
12094f966768SMarkus ArmbrusterF: util/qemu-error.c
12104f966768SMarkus Armbruster
1211fd5d5c56SAnthony LiguoriGDB stub
12125dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1213fd5d5c56SAnthony LiguoriS: Odd Fixes
1214fd5d5c56SAnthony LiguoriF: gdbstub*
1215fd5d5c56SAnthony LiguoriF: gdb-xml/
1216fd5d5c56SAnthony Liguori
121701a9c03cSPaolo BonziniMemory API
121801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
121901a9c03cSPaolo BonziniS: Supported
122001a9c03cSPaolo BonziniF: include/exec/ioport.h
122101a9c03cSPaolo BonziniF: ioport.c
122201a9c03cSPaolo BonziniF: include/exec/memory.h
12232b1641d0SPaolo BonziniF: include/exec/ram_addr.h
122401a9c03cSPaolo BonziniF: memory.c
122501a9c03cSPaolo BonziniF: include/exec/memory-internal.h
122601a9c03cSPaolo BonziniF: exec.c
122701a9c03cSPaolo Bonzini
12287ee3bf03SGerd HoffmannSPICE
12297ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
12307ee3bf03SGerd HoffmannS: Supported
12316e481d57SPeter MaydellF: include/ui/qemu-spice.h
1232438528a3SThomas HuthF: include/ui/spice-display.h
12337ee3bf03SGerd HoffmannF: ui/spice-*.c
12347ee3bf03SGerd HoffmannF: audio/spiceaudio.c
12358d8b636dSPaolo BonziniF: hw/display/qxl*
12367ee3bf03SGerd Hoffmann
1237fd5d5c56SAnthony LiguoriGraphics
123825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
123925eccc37SGerd HoffmannS: Odd Fixes
1240fd5d5c56SAnthony LiguoriF: ui/
1241e220656cSThomas HuthF: include/ui/
1242fd5d5c56SAnthony Liguori
1243351f1bf6SAndreas FärberCocoa graphics
124430ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1245351f1bf6SAndreas FärberS: Odd Fixes
1246351f1bf6SAndreas FärberF: ui/cocoa.m
1247351f1bf6SAndreas Färber
1248fd5d5c56SAnthony LiguoriMain loop
1249da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1250da26f37aSPaolo BonziniS: Maintained
1251da26f37aSPaolo BonziniF: cpus.c
1252da26f37aSPaolo BonziniF: main-loop.c
1253da26f37aSPaolo BonziniF: qemu-timer.c
1254fd5d5c56SAnthony LiguoriF: vl.c
1255fd5d5c56SAnthony Liguori
12568899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1257c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1258fbb0621aSLuiz CapitulinoS: Maintained
1259fd5d5c56SAnthony LiguoriF: monitor.c
1260c13e9912SThomas HuthF: hmp.[ch]
1261c13e9912SThomas HuthF: hmp-commands*.hx
1262c13e9912SThomas HuthF: include/monitor/hmp-target.h
1263fd5d5c56SAnthony Liguori
1264f536f112SPaolo BonziniNetwork device backends
1265442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1266fd5d5c56SAnthony LiguoriS: Maintained
1267fd5d5c56SAnthony LiguoriF: net/
1268d24b2b1cSThomas HuthF: include/net/
12695fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1270fd5d5c56SAnthony Liguori
1271aee09bafSVincenzo MaffioneNetmap network backend
1272aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1273aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1274aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1275aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1276aee09bafSVincenzo MaffioneS: Maintained
1277aee09bafSVincenzo MaffioneF: net/netmap.c
1278aee09bafSVincenzo Maffione
127944f76b28SPaolo BonziniNetwork Block Device (NBD)
128044f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
128144f76b28SPaolo BonziniS: Odd Fixes
1282798bfe00SFam ZhengF: block/nbd*
1283798bfe00SFam ZhengF: nbd/
1284798bfe00SFam ZhengF: include/block/nbd*
128544f76b28SPaolo BonziniF: qemu-nbd.c
12861ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next
128744f76b28SPaolo Bonzini
12882f54eb98SEduardo HabkostNUMA
12892f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12902f54eb98SEduardo HabkostS: Maintained
12912f54eb98SEduardo HabkostF: numa.c
12922f54eb98SEduardo HabkostF: include/sysemu/numa.h
12932f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
12942f54eb98SEduardo Habkost
12954fc264f4SEduardo HabkostHost Memory Backends
12964fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
12974fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
12984fc264f4SEduardo HabkostS: Maintained
12994fc264f4SEduardo HabkostF: backends/hostmem*.c
13004fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13014fc264f4SEduardo Habkost
13026034011cSGongleiCryptodev Backends
13036034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13046034011cSGongleiS: Maintained
13056034011cSGongleiF: include/sysemu/cryptodev*.h
13066034011cSGongleiF: backends/cryptodev*.c
13076034011cSGonglei
13088899b4aeSLuiz CapitulinoQAPI
13099740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13108899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13119740618cSLuiz CapitulinoS: Supported
13128899b4aeSLuiz CapitulinoF: qapi/
13130311c5bdSMarkus ArmbrusterX: qapi/*.json
1314ac4abb9aSMarkus ArmbrusterF: include/qapi/
1315ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1316ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1317c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1318ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1319ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
13200311c5bdSMarkus ArmbrusterF: scripts/qapi*
13210311c5bdSMarkus ArmbrusterF: docs/qapi*
13229740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13238899b4aeSLuiz Capitulino
13247810d291SLuiz CapitulinoQAPI Schema
13257810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
13267810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13277810d291SLuiz CapitulinoS: Supported
13287810d291SLuiz CapitulinoF: qapi-schema.json
13290311c5bdSMarkus ArmbrusterF: qapi/*.json
13309740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13317810d291SLuiz Capitulino
1332f3582ba4SLuiz CapitulinoQObject
1333daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1334daf5dc78SMarkus ArmbrusterS: Supported
1335f3582ba4SLuiz CapitulinoF: qobject/
13367735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
13377735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
13387735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
13397735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c
13407735d2b5SMarkus ArmbrusterF: tests/check-qint.c
13417735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
13427735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
13437735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1344daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1345f3582ba4SLuiz Capitulino
1346f05d9999SMichael RothQEMU Guest Agent
1347f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1348f05d9999SMichael RothS: Maintained
1349f05d9999SMichael RothF: qga/
1350f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1351f05d9999SMichael Roth
13524688c94cSAndreas FärberQOM
13534688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
13544688c94cSAndreas FärberS: Supported
13554688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
13564688c94cSAndreas FärberF: include/qom/
13574688c94cSAndreas FärberX: include/qom/cpu.h
13584688c94cSAndreas FärberF: qom/
13594688c94cSAndreas FärberX: qom/cpu.c
13609f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
13619f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
13624688c94cSAndreas FärberF: tests/qom-test.c
13634688c94cSAndreas Färber
13648899b4aeSLuiz CapitulinoQMP
13659740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13669740618cSLuiz CapitulinoS: Supported
13678899b4aeSLuiz CapitulinoF: qmp.c
13688899b4aeSLuiz CapitulinoF: monitor.c
13699b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
13709740618cSLuiz CapitulinoF: scripts/qmp/
13719740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13728899b4aeSLuiz Capitulino
1373cc0100f4SAlistair FrancisRegister API
1374cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1375cc0100f4SAlistair FrancisS: Maintained
1376cc0100f4SAlistair FrancisF: hw/core/register.c
1377cc0100f4SAlistair FrancisF: include/hw/register.h
1378cc0100f4SAlistair Francis
1379fd5d5c56SAnthony LiguoriSLIRP
1380eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1381bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1382bafc72abSJan KiszkaS: Maintained
1383fd5d5c56SAnthony LiguoriF: slirp/
1384663fb1e1SThomas HuthF: net/slirp.c
1385d24b2b1cSThomas HuthF: include/net/slirp.h
13861ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1387fd5d5c56SAnthony Liguori
1388b1ed728aSPaolo BonziniStubs
1389b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1390b1ed728aSPaolo BonziniS: Maintained
1391b1ed728aSPaolo BonziniF: stubs/
1392b1ed728aSPaolo Bonzini
1393598a3f35SStefan HajnocziTracing
13941cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1395598a3f35SStefan HajnocziS: Maintained
1396598a3f35SStefan HajnocziF: trace/
1397f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1398f70fd8fdSLluís VilanovaF: scripts/tracetool/
1399f922ea46SAndreas FärberF: docs/tracing.txt
14001ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1401598a3f35SStefan Hajnoczi
140214f40fdcSBlue SwirlCheckpatch
140314f40fdcSBlue SwirlS: Odd Fixes
140414f40fdcSBlue SwirlF: scripts/checkpatch.pl
140514f40fdcSBlue Swirl
1406c0787c8dSJuan QuintelaMigration
1407c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
14087f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com>
1409c0787c8dSJuan QuintelaS: Maintained
1410c0787c8dSJuan QuintelaF: include/migration/
141144a1f946SDr. David Alan GilbertF: migration/
1412c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1413c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1414a609ad8bSThomas HuthF: docs/migration.txt
1415c0787c8dSJuan Quintela
141692bfedb0SEduardo OtuboSeccomp
14179d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com>
141892bfedb0SEduardo OtuboS: Supported
141992bfedb0SEduardo OtuboF: qemu-seccomp.c
142092bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
142192bfedb0SEduardo Otubo
1422ddbb0d09SDaniel P. BerrangeCryptography
1423ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1424ddbb0d09SDaniel P. BerrangeS: Maintained
1425ddbb0d09SDaniel P. BerrangeF: crypto/
1426ddbb0d09SDaniel P. BerrangeF: include/crypto/
1427ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1428ddbb0d09SDaniel P. Berrange
142910817bf0SDaniel P. BerrangeCoroutines
143010817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
143110817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
143210817bf0SDaniel P. BerrangeF: util/*coroutine*
143310817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
143410817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
143510817bf0SDaniel P. Berrange
143688c5f205SDaniel P. BerrangeBuffers
143788c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
143888c5f205SDaniel P. BerrangeS: Odd fixes
143988c5f205SDaniel P. BerrangeF: util/buffer.c
144088c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
144188c5f205SDaniel P. Berrange
1442666a3af9SDaniel P. BerrangeI/O Channels
1443666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1444666a3af9SDaniel P. BerrangeS: Maintained
1445666a3af9SDaniel P. BerrangeF: io/
1446666a3af9SDaniel P. BerrangeF: include/io/
1447666a3af9SDaniel P. BerrangeF: tests/test-io-*
1448666a3af9SDaniel P. Berrange
14495614a283SGerd HoffmannSockets
14505614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
14515614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14525614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
14535614a283SGerd HoffmannS: Maintained
14545614a283SGerd HoffmannF: include/qemu/sockets.h
14555614a283SGerd HoffmannF: util/qemu-sockets.c
14565614a283SGerd Hoffmann
1457d310d85bSAlberto GarciaThrottling infrastructure
1458d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1459d310d85bSAlberto GarciaS: Supported
1460d310d85bSAlberto GarciaF: block/throttle-groups.c
1461d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1462d310d85bSAlberto GarciaF: include/qemu/throttle.h
1463d310d85bSAlberto GarciaF: util/throttle.c
1464d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1465d310d85bSAlberto Garcia
1466080d7aacSFam ZhengUUID
1467080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1468080d7aacSFam ZhengS: Supported
1469080d7aacSFam ZhengF: util/uuid.c
1470080d7aacSFam ZhengF: include/qemu/uuid.h
1471080d7aacSFam ZhengF: tests/test-uuid.c
1472080d7aacSFam Zheng
1473a4cc318eSzhanghailiangCOLO Framework
1474a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1475a4cc318eSzhanghailiangS: Maintained
1476a4cc318eSzhanghailiangF: migration/colo*
1477a4cc318eSzhanghailiangF: include/migration/colo.h
1478a4cc318eSzhanghailiangF: include/migration/failover.h
1479a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1480a4cc318eSzhanghailiang
148188f82ed1SZhang ChenCOLO Proxy
148288f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
148388f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
148488f82ed1SZhang ChenS: Supported
148588f82ed1SZhang ChenF: docs/colo-proxy.txt
148688f82ed1SZhang ChenF: net/colo*
148788f82ed1SZhang ChenF: net/filter-rewriter.c
148888f82ed1SZhang ChenF: net/filter-mirror.c
148988f82ed1SZhang Chen
1490fd5d5c56SAnthony LiguoriUsermode Emulation
1491fd5d5c56SAnthony Liguori------------------
1492486bbe5fSPaolo BonziniOverall
1493486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1494486bbe5fSPaolo BonziniS: Maintained
1495486bbe5fSPaolo BonziniF: thunk.c
1496486bbe5fSPaolo BonziniF: user-exec.c
1497*5564edb1SPaolo BonziniF: user-exec-stub.c
1498486bbe5fSPaolo Bonzini
1499fd5d5c56SAnthony LiguoriBSD user
1500297e8005SMarkus ArmbrusterS: Orphan
1501fd5d5c56SAnthony LiguoriF: bsd-user/
1502ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1503fd5d5c56SAnthony Liguori
1504fd5d5c56SAnthony LiguoriLinux user
1505fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1506fd5d5c56SAnthony LiguoriS: Maintained
1507fd5d5c56SAnthony LiguoriF: linux-user/
1508ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
150942f5a7e9SAurelien Jarno
151042f5a7e9SAurelien JarnoTiny Code Generator (TCG)
151142f5a7e9SAurelien Jarno-------------------------
151242f5a7e9SAurelien JarnoCommon code
1513cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
151442f5a7e9SAurelien JarnoS: Maintained
151542f5a7e9SAurelien JarnoF: tcg/
151642f5a7e9SAurelien Jarno
1517b25a464cSClaudio FontanaAArch64 target
1518b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1519b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1520b25a464cSClaudio FontanaS: Maintained
1521b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1522b25a464cSClaudio FontanaF: tcg/aarch64/
1523c17652eeSPaolo BonziniF: disas/arm-a64.cc
1524c17652eeSPaolo BonziniF: disas/libvixl/
1525b25a464cSClaudio Fontana
152642f5a7e9SAurelien JarnoARM target
152742f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
152842f5a7e9SAurelien JarnoS: Maintained
1529b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
153042f5a7e9SAurelien JarnoF: tcg/arm/
1531c17652eeSPaolo BonziniF: disas/arm.c
153242f5a7e9SAurelien Jarno
153342f5a7e9SAurelien Jarnoi386 target
15345dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
153542f5a7e9SAurelien JarnoS: Maintained
153642f5a7e9SAurelien JarnoF: tcg/i386/
1537c17652eeSPaolo BonziniF: disas/i386.c
153842f5a7e9SAurelien Jarno
153942f5a7e9SAurelien JarnoIA64 target
154042f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
154142f5a7e9SAurelien JarnoS: Maintained
154242f5a7e9SAurelien JarnoF: tcg/ia64/
1543c17652eeSPaolo BonziniF: disas/ia64.c
154442f5a7e9SAurelien Jarno
154542f5a7e9SAurelien JarnoMIPS target
1546d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
154742f5a7e9SAurelien JarnoS: Maintained
154842f5a7e9SAurelien JarnoF: tcg/mips/
1549c17652eeSPaolo BonziniF: disas/mips.c
155042f5a7e9SAurelien Jarno
155142f5a7e9SAurelien JarnoPPC
155215610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
155315610d42SPranith KumarS: Odd Fixes
155442f5a7e9SAurelien JarnoF: tcg/ppc/
1555c17652eeSPaolo BonziniF: disas/ppc.c
155642f5a7e9SAurelien Jarno
155742f5a7e9SAurelien JarnoS390 target
155842f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
155942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
156042f5a7e9SAurelien JarnoS: Maintained
156142f5a7e9SAurelien JarnoF: tcg/s390/
1562c17652eeSPaolo BonziniF: disas/s390.c
156342f5a7e9SAurelien Jarno
156442f5a7e9SAurelien JarnoSPARC target
1565297e8005SMarkus ArmbrusterS: Odd Fixes
156642f5a7e9SAurelien JarnoF: tcg/sparc/
1567c17652eeSPaolo BonziniF: disas/sparc.c
1568bc75c9e5SStefan Weil
1569bc75c9e5SStefan WeilTCI target
1570bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1571bc75c9e5SStefan WeilS: Maintained
15728ef9cd55SAndreas FärberF: tcg/tci/
15732b7be8c8SStefan WeilF: tci.c
1574c17652eeSPaolo BonziniF: disas/tci.c
1575aa09c951SAndreas Färber
1576f05b328cSStefan HajnocziBlock drivers
1577f05b328cSStefan Hajnoczi-------------
1578f05b328cSStefan HajnocziVMDK
1579f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1580c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1581f05b328cSStefan HajnocziS: Supported
1582f05b328cSStefan HajnocziF: block/vmdk.c
1583f05b328cSStefan Hajnoczi
1584f05b328cSStefan HajnocziRBD
15855a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1586280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1587280458a3SJeff CodyL: qemu-block@nongnu.org
1588f05b328cSStefan HajnocziS: Supported
1589f05b328cSStefan HajnocziF: block/rbd.c
1590280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1591f05b328cSStefan Hajnoczi
1592f05b328cSStefan HajnocziSheepdog
159353b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1594f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1595280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1596280458a3SJeff CodyL: qemu-block@nongnu.org
1597dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1598f05b328cSStefan HajnocziS: Supported
1599f05b328cSStefan HajnocziF: block/sheepdog.c
1600280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1601f05b328cSStefan Hajnoczi
1602f05b328cSStefan HajnocziVHDX
1603f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1604280458a3SJeff CodyL: qemu-block@nongnu.org
1605f05b328cSStefan HajnocziS: Supported
1606f05b328cSStefan HajnocziF: block/vhdx*
1607280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1608f05b328cSStefan Hajnoczi
1609f05b328cSStefan HajnocziVDI
1610f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1611c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1612f05b328cSStefan HajnocziS: Maintained
1613f05b328cSStefan HajnocziF: block/vdi.c
1614f05b328cSStefan Hajnoczi
1615f05b328cSStefan HajnocziiSCSI
1616f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1617f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1618f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1619c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1620f05b328cSStefan HajnocziS: Supported
1621f05b328cSStefan HajnocziF: block/iscsi.c
1622f05b328cSStefan Hajnoczi
16236542aa9cSPeter LievenNFS
1624280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
16256542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1626280458a3SJeff CodyL: qemu-block@nongnu.org
16276542aa9cSPeter LievenS: Maintained
16286542aa9cSPeter LievenF: block/nfs.c
1629280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
16306542aa9cSPeter Lieven
1631f05b328cSStefan HajnocziSSH
1632f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1633280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1634280458a3SJeff CodyL: qemu-block@nongnu.org
1635f05b328cSStefan HajnocziS: Supported
1636f05b328cSStefan HajnocziF: block/ssh.c
1637280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1638c9a12e75SChrysostomos Nanakos
1639c9a12e75SChrysostomos NanakosARCHIPELAGO
1640c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr>
1641280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1642280458a3SJeff CodyL: qemu-block@nongnu.org
1643c9a12e75SChrysostomos NanakosS: Maintained
1644c9a12e75SChrysostomos NanakosF: block/archipelago.c
1645280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1646280458a3SJeff Cody
1647280458a3SJeff CodyCURL
1648280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1649280458a3SJeff CodyL: qemu-block@nongnu.org
1650280458a3SJeff CodyS: Supported
1651280458a3SJeff CodyF: block/curl.c
1652280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1653280458a3SJeff Cody
1654280458a3SJeff CodyGLUSTER
1655280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1656280458a3SJeff CodyL: qemu-block@nongnu.org
1657280458a3SJeff CodyS: Supported
1658280458a3SJeff CodyF: block/gluster.c
1659280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1660b5e9476cSGonglei
1661199667a8SFam ZhengNull Block Driver
1662199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1663199667a8SFam ZhengL: qemu-block@nongnu.org
1664199667a8SFam ZhengS: Supported
1665199667a8SFam ZhengF: block/null.c
1666199667a8SFam Zheng
1667b5e9476cSGongleiBootdevice
1668b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1669b5e9476cSGongleiS: Maintained
1670b5e9476cSGongleiF: bootdevice.c
1671ecdda9e0SAlberto Garcia
1672ecdda9e0SAlberto GarciaQuorum
1673ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1674ecdda9e0SAlberto GarciaS: Supported
1675ecdda9e0SAlberto GarciaF: block/quorum.c
1676ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1677e7c6e631SStefan Hajnoczi
1678e7c6e631SStefan Hajnocziblkverify
1679e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1680e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1681e7c6e631SStefan HajnocziS: Supported
1682e7c6e631SStefan HajnocziF: block/blkverify.c
1683e7c6e631SStefan Hajnoczi
1684e7c6e631SStefan Hajnoczibochs
1685e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1686e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1687e7c6e631SStefan HajnocziS: Supported
1688e7c6e631SStefan HajnocziF: block/bochs.c
1689e7c6e631SStefan Hajnoczi
1690e7c6e631SStefan Hajnoczicloop
1691e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1692e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1693e7c6e631SStefan HajnocziS: Supported
1694e7c6e631SStefan HajnocziF: block/cloop.c
1695e7c6e631SStefan Hajnoczi
1696e7c6e631SStefan Hajnoczidmg
1697e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1698e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1699e7c6e631SStefan HajnocziS: Supported
1700e7c6e631SStefan HajnocziF: block/dmg.c
1701e7c6e631SStefan Hajnoczi
1702e7c6e631SStefan Hajnocziparallels
1703e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1704f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1705e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1706e7c6e631SStefan HajnocziS: Supported
1707e7c6e631SStefan HajnocziF: block/parallels.c
1708b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1709e7c6e631SStefan Hajnoczi
1710e7c6e631SStefan Hajnocziqed
1711e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1712e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1713e7c6e631SStefan HajnocziS: Supported
1714e7c6e631SStefan HajnocziF: block/qed.c
1715e7c6e631SStefan Hajnoczi
1716e7c6e631SStefan Hajnocziraw
1717e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1718e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1719e7c6e631SStefan HajnocziS: Supported
1720e7c6e631SStefan HajnocziF: block/linux-aio.c
1721f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
17222e6fc7ebSEric BlakeF: block/raw-format.c
1723c1bb86cdSEric BlakeF: block/file-posix.c
1724c1bb86cdSEric BlakeF: block/file-win32.c
1725e7c6e631SStefan HajnocziF: block/win32-aio.c
1726e7c6e631SStefan Hajnoczi
1727e7c6e631SStefan Hajnocziqcow2
1728e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1729c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1730e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1731e7c6e631SStefan HajnocziS: Supported
1732e7c6e631SStefan HajnocziF: block/qcow2*
1733e7c6e631SStefan Hajnoczi
1734e7c6e631SStefan Hajnocziqcow
1735e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1736e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1737e7c6e631SStefan HajnocziS: Supported
1738e7c6e631SStefan HajnocziF: block/qcow.c
1739e7c6e631SStefan Hajnoczi
1740e7c6e631SStefan Hajnocziblkdebug
1741e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1742c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1743e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1744e7c6e631SStefan HajnocziS: Supported
1745e7c6e631SStefan HajnocziF: block/blkdebug.c
1746e7c6e631SStefan Hajnoczi
1747e7c6e631SStefan Hajnoczivpc
1748e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1749e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1750e7c6e631SStefan HajnocziS: Supported
1751e7c6e631SStefan HajnocziF: block/vpc.c
1752e7c6e631SStefan Hajnoczi
1753e7c6e631SStefan Hajnoczivvfat
1754e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1755e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1756e7c6e631SStefan HajnocziS: Supported
1757e7c6e631SStefan HajnocziF: block/vvfat.c
1758abfe4e94SStefan Hajnoczi
1759abfe4e94SStefan HajnocziImage format fuzzer
1760abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1761abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1762abfe4e94SStefan HajnocziS: Supported
1763abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1764717171bdSDaniel P. Berrange
1765049105a3SChanglong XieReplication
1766049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com>
1767049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1768049105a3SChanglong XieS: Supported
1769049105a3SChanglong XieF: replication*
1770049105a3SChanglong XieF: block/replication.c
1771049105a3SChanglong XieF: tests/test-replication.c
1772049105a3SChanglong XieF: docs/block-replication.txt
1773049105a3SChanglong Xie
1774b9e02c06SAlex BennéeBuild and test automation
1775b9e02c06SAlex Bennée-------------------------
1776b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1777b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1778b9e02c06SAlex BennéeS: Supported
1779b9e02c06SAlex BennéeF: .travis.yml
1780717171bdSDaniel P. Berrange
1781717171bdSDaniel P. BerrangeDocumentation
1782717171bdSDaniel P. Berrange-------------
1783717171bdSDaniel P. BerrangeBuild system architecture
1784717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1785717171bdSDaniel P. BerrangeS: Odd Fixes
1786717171bdSDaniel P. BerrangeF: docs/build-system.txt
17878a49e97fSFam Zheng
17888a49e97fSFam ZhengDocker testing
17898a49e97fSFam Zheng--------------
17908a49e97fSFam ZhengDocker based testing framework and cases
17918a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com>
17928a49e97fSFam ZhengS: Maintained
17938a49e97fSFam ZhengF: tests/docker/
1794