xref: /openbmc/qemu/MAINTAINERS (revision 7a5bd53d09b1fb42376388ee703dc81be6994baa)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fdf6fab4SPaul E. McKenney	R: Designated reviewer: FullName <address@domain>
16fdf6fab4SPaul E. McKenney	   These reviewers should be CCed on patches.
17fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
18fd5d5c56SAnthony Liguori	W: Web-page with status/info
19fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
20fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21fd5d5c56SAnthony Liguori	S: Status, one of the following:
22fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
23fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
24fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
25c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
26fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
27fd5d5c56SAnthony Liguori			role as you write your new code].
28fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
29fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
30fd5d5c56SAnthony Liguori			should be using that.
31fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
32fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
33fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
34fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
35fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
36fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
37fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
38fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
39fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
40fd5d5c56SAnthony Liguori	   F:	net/
41fd5d5c56SAnthony Liguori	   X:	net/ipv6/
42fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
43fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
44fd5d5c56SAnthony Liguori	   patch or file.  For instance:
45fd5d5c56SAnthony Liguori	   K: of_get_profile
46fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
47fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
48fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
49fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
50fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
51b6f97c14Sbellard
52b6f97c14Sbellard
53fd5d5c56SAnthony LiguoriGeneral Project Administration
54fd5d5c56SAnthony Liguori------------------------------
55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
56fd5d5c56SAnthony Liguori
57c9a19d5bSStephen WarrenAll patches CC here
58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
59c9a19d5bSStephen WarrenF: *
60c9a19d5bSStephen WarrenF: */
61c9a19d5bSStephen Warren
6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6362622c11SMichael S. Tsirkin------------------------------
6462622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess
6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6662622c11SMichael S. TsirkinL: secalert@redhat.com
6762622c11SMichael S. Tsirkin
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent Vivier---------------
70936c2230SLaurent VivierTrivial patches
71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
73936c2230SLaurent VivierS: Maintained
74936c2230SLaurent VivierL: qemu-trivial@nongnu.org
75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
78936c2230SLaurent Vivier
79fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
80fd5d5c56SAnthony Liguori----------------------
81486bbe5fSPaolo BonziniOverall
825dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
832b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
842b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
862b1641d0SPaolo BonziniS: Maintained
872b1641d0SPaolo BonziniF: cpus.c
882b1641d0SPaolo BonziniF: exec.c
89c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
902b1641d0SPaolo BonziniF: include/exec/cpu*.h
912b1641d0SPaolo BonziniF: include/exec/exec-all.h
92486bbe5fSPaolo BonziniF: include/exec/helper*.h
932b1641d0SPaolo BonziniF: include/exec/tb-hash.h
94460423d3SThomas HuthF: include/sysemu/cpus.h
95486bbe5fSPaolo Bonzini
961badb586SPeter MaydellFPU emulation
971badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
981badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
991badb586SPeter MaydellS: Odd Fixes
1001badb586SPeter MaydellF: fpu/
1011badb586SPeter MaydellF: include/fpu/
1021badb586SPeter Maydell
103b6f97c14SbellardAlpha
1048d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1058d6df264SRichard HendersonS: Maintained
106fcf5ef2aSThomas HuthF: target/alpha/
1078d8b636dSPaolo BonziniF: hw/alpha/
108c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
109c17652eeSPaolo BonziniF: disas/alpha.c
110fd5d5c56SAnthony Liguori
111fd5d5c56SAnthony LiguoriARM
1121ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
113b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
114fd5d5c56SAnthony LiguoriS: Maintained
115fcf5ef2aSThomas HuthF: target/arm/
1168d8b636dSPaolo BonziniF: hw/arm/
1178d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
118f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
119c17652eeSPaolo BonziniF: disas/arm.c
120c17652eeSPaolo BonziniF: disas/arm-a64.cc
121c17652eeSPaolo BonziniF: disas/libvixl/
122fd5d5c56SAnthony Liguori
123fd5d5c56SAnthony LiguoriCRIS
124fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125fd5d5c56SAnthony LiguoriS: Maintained
126fcf5ef2aSThomas HuthF: target/cris/
1278d8b636dSPaolo BonziniF: hw/cris/
128c9b90090SThomas HuthF: include/hw/cris/
129c0bd0b50SPaolo BonziniF: tests/tcg/cris/
130c17652eeSPaolo BonziniF: disas/cris.c
131fd5d5c56SAnthony Liguori
13261766fe9SRichard HendersonHPPA (PA-RISC)
13361766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13461766fe9SRichard HendersonS: Maintained
13561766fe9SRichard HendersonF: target/hppa/
13661766fe9SRichard HendersonF: disas/hppa.c
13761766fe9SRichard Henderson
13807bf23a7SMichael WalleLM32
13907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14007bf23a7SMichael WalleS: Maintained
141fcf5ef2aSThomas HuthF: target/lm32/
1424eab7a0aSMichael WalleF: disas/lm32.c
1438d8b636dSPaolo BonziniF: hw/lm32/
1444eab7a0aSMichael WalleF: hw/*/lm32_*
1454eab7a0aSMichael WalleF: hw/*/milkymist-*
1464eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1474eab7a0aSMichael WalleF: include/hw/lm32/
148c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
14907bf23a7SMichael Walle
150fd5d5c56SAnthony LiguoriM68K
151595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
152595a926dSLaurent VivierS: Maintained
153fcf5ef2aSThomas HuthF: target/m68k/
154e9a56114SThomas HuthF: disas/m68k.c
155fd5d5c56SAnthony Liguori
156abc07545SEdgar E. IglesiasMicroBlaze
157fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158fd5d5c56SAnthony LiguoriS: Maintained
159fcf5ef2aSThomas HuthF: target/microblaze/
1608d8b636dSPaolo BonziniF: hw/microblaze/
161c17652eeSPaolo BonziniF: disas/microblaze.c
162fd5d5c56SAnthony Liguori
163fd5d5c56SAnthony LiguoriMIPS
164ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
16578851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1666f640917SLeon AlraeS: Maintained
167fcf5ef2aSThomas HuthF: target/mips/
1688d8b636dSPaolo BonziniF: hw/mips/
1695995db88SThomas HuthF: hw/misc/mips_*
1705995db88SThomas HuthF: hw/intc/mips_gic.c
1715995db88SThomas HuthF: hw/timer/mips_gictimer.c
1725995db88SThomas HuthF: include/hw/mips/
1735995db88SThomas HuthF: include/hw/misc/mips_*
1745995db88SThomas HuthF: include/hw/intc/mips_gic.h
1755995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
176c0bd0b50SPaolo BonziniF: tests/tcg/mips/
177c17652eeSPaolo BonziniF: disas/mips.c
178fd5d5c56SAnthony Liguori
179d15a9c23SAnthony GreenMoxie
180d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
181d15a9c23SAnthony GreenS: Maintained
182fcf5ef2aSThomas HuthF: target/moxie/
183c17652eeSPaolo BonziniF: disas/moxie.c
184a3ccdfb5SThomas HuthF: hw/moxie/
185a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
186d15a9c23SAnthony Green
187e671711cSMarek VasutNiosII
188e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
189e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
190e671711cSMarek VasutS: Maintained
191e671711cSMarek VasutF: target/nios2/
192e671711cSMarek VasutF: hw/nios2/
193e671711cSMarek VasutF: disas/nios2.c
194e671711cSMarek Vasut
195945dad6dSJia LiuOpenRISC
1961d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
1971d7cf18dSStafford HorneS: Odd Fixes
198fcf5ef2aSThomas HuthF: target/openrisc/
199945dad6dSJia LiuF: hw/openrisc/
200c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
201945dad6dSJia Liu
202fd5d5c56SAnthony LiguoriPowerPC
203b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
204fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
205a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
206fd5d5c56SAnthony LiguoriS: Maintained
207fcf5ef2aSThomas HuthF: target/ppc/
2088d8b636dSPaolo BonziniF: hw/ppc/
209b5d55020SThomas HuthF: include/hw/ppc/
210c17652eeSPaolo BonziniF: disas/ppc.c
211fd5d5c56SAnthony Liguori
212749717a0SAlexander GrafS390
2132b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
214fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
215fd5d5c56SAnthony LiguoriS: Maintained
216fcf5ef2aSThomas HuthF: target/s390x/
2178d8b636dSPaolo BonziniF: hw/s390x/
218c17652eeSPaolo BonziniF: disas/s390.c
219b6f97c14Sbellard
220fd5d5c56SAnthony LiguoriSH4
221ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2222c9b7d1aSAndreas FärberS: Odd Fixes
223fcf5ef2aSThomas HuthF: target/sh4/
2248d8b636dSPaolo BonziniF: hw/sh4/
225c17652eeSPaolo BonziniF: disas/sh4.c
2268a90f900SThomas HuthF: include/hw/sh4/
227fd5d5c56SAnthony Liguori
228fd5d5c56SAnthony LiguoriSPARC
229f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2302c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
231fd5d5c56SAnthony LiguoriS: Maintained
232fcf5ef2aSThomas HuthF: target/sparc/
2338d8b636dSPaolo BonziniF: hw/sparc/
2348d8b636dSPaolo BonziniF: hw/sparc64/
235c17652eeSPaolo BonziniF: disas/sparc.c
236fd5d5c56SAnthony Liguori
237a6ea7b4cSAndreas FärberUniCore32
238a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
239a6ea7b4cSAndreas FärberS: Maintained
240fcf5ef2aSThomas HuthF: target/unicore32/
2418d8b636dSPaolo BonziniF: hw/unicore32/
24247b98d59SThomas HuthF: include/hw/unicore32/
243a6ea7b4cSAndreas Färber
244fd5d5c56SAnthony LiguoriX86
245d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
246d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
247e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
248b203a4baSEduardo HabkostS: Maintained
249fcf5ef2aSThomas HuthF: target/i386/
2508d8b636dSPaolo BonziniF: hw/i386/
251c17652eeSPaolo BonziniF: disas/i386.c
252fd5d5c56SAnthony Liguori
25316e7caaeSMax FilippovXtensa
25416e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
255375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25616e7caaeSMax FilippovS: Maintained
257fcf5ef2aSThomas HuthF: target/xtensa/
2588d8b636dSPaolo BonziniF: hw/xtensa/
259c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
26016e7caaeSMax Filippov
26148e06fe0SBastian KoppelmannTriCore
26248e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26348e06fe0SBastian KoppelmannS: Maintained
264fcf5ef2aSThomas HuthF: target/tricore/
26548e06fe0SBastian KoppelmannF: hw/tricore/
266d46d14e6SThomas HuthF: include/hw/tricore/
26748e06fe0SBastian Koppelmann
268fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
269fd5d5c56SAnthony Liguori----------------------
270fd5d5c56SAnthony Liguori
271fd5d5c56SAnthony LiguoriOverall
272c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
273fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
274fd5d5c56SAnthony LiguoriS: Supported
275fd5d5c56SAnthony LiguoriF: */kvm.*
2761962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
277a95e9a48SThomas HuthF: include/sysemu/kvm*.h
278fd5d5c56SAnthony Liguori
279ed4659d1SPeter MaydellARM
280ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
281b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
282ed4659d1SPeter MaydellS: Maintained
283fcf5ef2aSThomas HuthF: target/arm/kvm.c
284ed4659d1SPeter Maydell
285a31896c4SJames HoganMIPS
286a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
287a31896c4SJames HoganS: Maintained
288fcf5ef2aSThomas HuthF: target/mips/kvm.c
289a31896c4SJames Hogan
290fd5d5c56SAnthony LiguoriPPC
291fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
292fd5d5c56SAnthony LiguoriS: Maintained
293fcf5ef2aSThomas HuthF: target/ppc/kvm.c
294fd5d5c56SAnthony Liguori
295fd5d5c56SAnthony LiguoriS390
296b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
297c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
298fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
299fd5d5c56SAnthony LiguoriS: Maintained
300fcf5ef2aSThomas HuthF: target/s390x/kvm.c
301fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
302fcf5ef2aSThomas HuthF: target/s390x/machine.c
3034277af19SCornelia HuckF: hw/intc/s390_flic.c
3044277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3054277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
306c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3073e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3083e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
309fd5d5c56SAnthony Liguori
310fd5d5c56SAnthony LiguoriX86
311d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
312fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
313fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
314fd5d5c56SAnthony LiguoriS: Supported
315fcf5ef2aSThomas HuthF: target/i386/kvm.c
316fd5d5c56SAnthony Liguori
3178a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3188a6b0cd7SStefano Stabellini----------------------
3198a6b0cd7SStefano Stabellini
3208a6b0cd7SStefano StabelliniX86
3213623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3223623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3236d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3248a6b0cd7SStefano StabelliniS: Supported
3258a6b0cd7SStefano StabelliniF: */xen*
326d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
327c92451c2SPaolo BonziniF: hw/char/xen_console.c
328c92451c2SPaolo BonziniF: hw/display/xenfb.c
329c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3309027ac50SStefano StabelliniF: hw/block/xen_*
331c92451c2SPaolo BonziniF: hw/xen/
332c92451c2SPaolo BonziniF: hw/xenpv/
3339027ac50SStefano StabelliniF: hw/i386/xen/
334c92451c2SPaolo BonziniF: include/hw/xen/
3359027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3368a6b0cd7SStefano Stabellini
3371bdd6874SStefan WeilHosts:
3381bdd6874SStefan Weil------
3391bdd6874SStefan Weil
3401bdd6874SStefan WeilLINUX
3411bdd6874SStefan WeilL: qemu-devel@nongnu.org
3421bdd6874SStefan WeilS: Maintained
3431bdd6874SStefan WeilF: linux-*
3441bdd6874SStefan WeilF: linux-headers/
3451bdd6874SStefan Weil
3461bdd6874SStefan WeilPOSIX
3471bdd6874SStefan WeilL: qemu-devel@nongnu.org
3481bdd6874SStefan WeilS: Maintained
3491bdd6874SStefan WeilF: *posix*
3501bdd6874SStefan Weil
3513c2bdbc1SKamil RytarowskiNETBSD
3523c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3533c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3543c2bdbc1SKamil RytarowskiS: Maintained
3551b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3563c2bdbc1SKamil Rytarowski
3571bdd6874SStefan WeilW32, W64
3581bdd6874SStefan WeilL: qemu-devel@nongnu.org
3591bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3601bdd6874SStefan WeilS: Maintained
3611bdd6874SStefan WeilF: *win32*
36203972660SThomas HuthF: */*win32*
36303972660SThomas HuthF: include/*/*win32*
36403972660SThomas HuthX: qga/*win32*
365885bdc95SStefan WeilF: qemu.nsi
3661bdd6874SStefan Weil
367fd5d5c56SAnthony LiguoriARM Machines
368fd5d5c56SAnthony Liguori------------
36984291fe7SliguangAllwinner-a10
37085b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
371b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37284291fe7SliguangS: Maintained
37385b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37485b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37584291fe7SliguangF: hw/arm/cubieboard.c
37684291fe7Sliguang
377e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
37806271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
379b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38006271000SPaolo BonziniS: Maintained
38106271000SPaolo BonziniF: hw/char/pl011.c
38206271000SPaolo BonziniF: hw/display/pl110*
38306271000SPaolo BonziniF: hw/dma/pl080.c
38406271000SPaolo BonziniF: hw/dma/pl330.c
38506271000SPaolo BonziniF: hw/gpio/pl061.c
38606271000SPaolo BonziniF: hw/input/pl050.c
38706271000SPaolo BonziniF: hw/intc/pl190.c
38806271000SPaolo BonziniF: hw/sd/pl181.c
38906271000SPaolo BonziniF: hw/timer/pl031.c
39006271000SPaolo BonziniF: include/hw/arm/primecell.h
391e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
392e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
393e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
394e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
39506271000SPaolo Bonzini
39606271000SPaolo BonziniARM cores
39706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
398b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
39906271000SPaolo BonziniS: Maintained
40006271000SPaolo BonziniF: hw/intc/arm*
40106271000SPaolo BonziniF: hw/intc/gic_internal.h
40206271000SPaolo BonziniF: hw/misc/a9scu.c
40306271000SPaolo BonziniF: hw/misc/arm11scu.c
40406271000SPaolo BonziniF: hw/timer/a9gtimer*
40506271000SPaolo BonziniF: hw/timer/arm_*
40606271000SPaolo BonziniF: include/hw/arm/arm.h
40706271000SPaolo BonziniF: include/hw/intc/arm*
40806271000SPaolo BonziniF: include/hw/misc/a9scu.h
40906271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41006271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
41106271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
41206271000SPaolo Bonzini
413fc63dcffSEvgeny VoevodinExynos
414f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
415b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
416fc63dcffSEvgeny VoevodinS: Maintained
4178d8b636dSPaolo BonziniF: hw/*/exynos*
418ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
419fc63dcffSEvgeny Voevodin
420766fd09fSMark LangsdorfCalxeda Highbank
4219ef137caSRob HerringM: Rob Herring <robh@kernel.org>
422b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4239ef137caSRob HerringS: Maintained
4248d8b636dSPaolo BonziniF: hw/arm/highbank.c
4258d8b636dSPaolo BonziniF: hw/net/xgmac.c
426766fd09fSMark Langsdorf
4279082f121SAntony PavlovCanon DIGIC
4289082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
429b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4309082f121SAntony PavlovS: Maintained
4319082f121SAntony PavlovF: include/hw/arm/digic.h
4329082f121SAntony PavlovF: hw/*/digic*
4339082f121SAntony Pavlov
434fd5d5c56SAnthony LiguoriGumstix
4355dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
436b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
437fd5d5c56SAnthony LiguoriS: Orphan
4388d8b636dSPaolo BonziniF: hw/arm/gumstix.c
439fd5d5c56SAnthony Liguori
4400325559dSPeter Chubbi.MX31
4410325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
442b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4430325559dSPeter ChubbS: Odd fixes
4448d8b636dSPaolo BonziniF: hw/*/imx*
445f7e242d6SThomas HuthF: include/hw/*/imx*
4468d8b636dSPaolo BonziniF: hw/arm/kzm.c
447ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4480325559dSPeter Chubb
449fd5d5c56SAnthony LiguoriIntegrator CP
4501ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
451b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
452fd5d5c56SAnthony LiguoriS: Maintained
4538d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
454f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
455fd5d5c56SAnthony Liguori
456e5a6a6e6SPeter MaydellMPS2
457e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
458e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
459e5a6a6e6SPeter MaydellS: Maintained
460e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
461e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
462e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
463e5a6a6e6SPeter Maydell
464fd5d5c56SAnthony LiguoriMusicpal
465fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
466b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
467fd5d5c56SAnthony LiguoriS: Maintained
4688d8b636dSPaolo BonziniF: hw/arm/musicpal.c
469fd5d5c56SAnthony Liguori
470fd5d5c56SAnthony LiguorinSeries
471fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
472b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
473fd5d5c56SAnthony LiguoriS: Maintained
4748d8b636dSPaolo BonziniF: hw/arm/nseries.c
475fd5d5c56SAnthony Liguori
476fd5d5c56SAnthony LiguoriPalm
477fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
478b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
479fd5d5c56SAnthony LiguoriS: Maintained
4808d8b636dSPaolo BonziniF: hw/arm/palm.c
481fd5d5c56SAnthony Liguori
482fd5d5c56SAnthony LiguoriReal View
4831ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
484b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
485fd5d5c56SAnthony LiguoriS: Maintained
4868d8b636dSPaolo BonziniF: hw/arm/realview*
487f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4885ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4895ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
490fd5d5c56SAnthony Liguori
4919b31bff0SPaolo BonziniPXA2XX
492fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
493b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
494fd5d5c56SAnthony LiguoriS: Maintained
4959b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4968d8b636dSPaolo BonziniF: hw/arm/spitz.c
4979b31bff0SPaolo BonziniF: hw/arm/tosa.c
4989b31bff0SPaolo BonziniF: hw/arm/z2.c
4999b31bff0SPaolo BonziniF: hw/*/pxa2xx*
500f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
501ed0db866SThomas HuthF: include/hw/arm/pxa.h
502fd5d5c56SAnthony Liguori
503fd5d5c56SAnthony LiguoriStellaris
5041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
505b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
506fd5d5c56SAnthony LiguoriS: Maintained
5078d8b636dSPaolo BonziniF: hw/*/stellaris*
508fd5d5c56SAnthony Liguori
509fd5d5c56SAnthony LiguoriVersatile PB
5101ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
511b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
512fd5d5c56SAnthony LiguoriS: Maintained
5138d8b636dSPaolo BonziniF: hw/*/versatile*
514fd5d5c56SAnthony Liguori
515e3260506SPeter A. G. CrosthwaiteXilinx Zynq
516cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5174b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
518b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
519e3260506SPeter A. G. CrosthwaiteS: Maintained
520cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5218d8b636dSPaolo BonziniF: hw/*/cadence_*
522f7e242d6SThomas HuthF: hw/misc/zynq*
523f7e242d6SThomas HuthF: include/hw/misc/zynq*
524cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
525e3260506SPeter A. G. Crosthwaite
526137805f5SAlistair FrancisXilinx ZynqMP
527137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
528cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
529b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
530137805f5SAlistair FrancisS: Maintained
531cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
532f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
533137805f5SAlistair Francis
5348f4d260eSShannon ZhaoARM ACPI Subsystem
5358f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5368f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
537b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5388f4d260eSShannon ZhaoS: Maintained
5398f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5408f4d260eSShannon Zhao
541a1f8193bSAlistair FrancisSTM32F205
542a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
543a1f8193bSAlistair FrancisS: Maintained
544a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
545a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
546a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
547a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
548a1f8193bSAlistair FrancisF: hw/adc/*
549a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
550a1f8193bSAlistair Francis
551a1f8193bSAlistair FrancisNetduino 2
552a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
553a1f8193bSAlistair FrancisS: Maintained
554a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
555a1f8193bSAlistair Francis
556fd5d5c56SAnthony LiguoriCRIS Machines
557fd5d5c56SAnthony Liguori-------------
558fd5d5c56SAnthony LiguoriAxis Dev88
559fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
560fd5d5c56SAnthony LiguoriS: Maintained
5618d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5626e481d57SPeter MaydellF: hw/*/etraxfs_*.c
563fd5d5c56SAnthony Liguori
56407bf23a7SMichael WalleLM32 Machines
56507bf23a7SMichael Walle-------------
56607bf23a7SMichael WalleEVR32 and uclinux BSP
56707bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
56807bf23a7SMichael WalleS: Maintained
5698d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
57007bf23a7SMichael Walle
571d118aa6bSMichael Wallemilkymist
572d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
573d118aa6bSMichael WalleS: Maintained
5748d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
575d118aa6bSMichael Walle
576afcacd53SAurelien JarnoM68K Machines
577fd5d5c56SAnthony Liguori-------------
578fd5d5c56SAnthony Liguorian5206
5795baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5805baf2741SThomas HuthS: Odd Fixes
5818d8b636dSPaolo BonziniF: hw/m68k/an5206.c
582e9a56114SThomas HuthF: hw/m68k/mcf5206.c
583fd5d5c56SAnthony Liguori
584fd5d5c56SAnthony Liguorimcf5208
5855baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5865baf2741SThomas HuthS: Odd Fixes
5878d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
588e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
589e9a56114SThomas HuthF: hw/char/mcf_uart.c
590e9a56114SThomas HuthF: hw/net/mcf_fec.c
5915baf2741SThomas HuthF: include/hw/m68k/mcf*.h
592fd5d5c56SAnthony Liguori
593fd5d5c56SAnthony LiguoriMicroBlaze Machines
594b6f97c14Sbellard-------------------
595fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
596fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
597fd5d5c56SAnthony LiguoriS: Maintained
5986e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
599b6f97c14Sbellard
600d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6014b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
602d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6038d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
604d36e8ce7SPeter A. G. Crosthwaite
605fd5d5c56SAnthony LiguoriMIPS Machines
606fd5d5c56SAnthony Liguori-------------
607fd5d5c56SAnthony LiguoriJazz
608fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
609fd5d5c56SAnthony LiguoriS: Maintained
6108d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
611fd5d5c56SAnthony Liguori
612fd5d5c56SAnthony LiguoriMalta
613fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
614fd5d5c56SAnthony LiguoriS: Maintained
6158d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
616fd5d5c56SAnthony Liguori
617fd5d5c56SAnthony LiguoriMipssim
618659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
619659f42d8SYongbok KimS: Odd Fixes
6208d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
621659f42d8SYongbok KimF: hw/net/mipsnet.c
622fd5d5c56SAnthony Liguori
623fd5d5c56SAnthony LiguoriR4000
624fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
625fd5d5c56SAnthony LiguoriS: Maintained
6268d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
627fd5d5c56SAnthony Liguori
628659f42d8SYongbok KimFulong 2E
629659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
630659f42d8SYongbok KimS: Odd Fixes
631659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
632659f42d8SYongbok Kim
633659f42d8SYongbok KimBoston
634659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
635659f42d8SYongbok KimS: Maintained
636659f42d8SYongbok KimF: hw/core/loader-fit.c
637659f42d8SYongbok KimF: hw/mips/boston.c
638659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
639659f42d8SYongbok Kim
640945dad6dSJia LiuOpenRISC Machines
641945dad6dSJia Liu-----------------
642945dad6dSJia Liuor1k-sim
643945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
644945dad6dSJia LiuS: Maintained
645945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
646945dad6dSJia Liu
647fd5d5c56SAnthony LiguoriPowerPC Machines
648fd5d5c56SAnthony Liguori----------------
649fd5d5c56SAnthony Liguori405
650fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
651a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6529b9fe135SAndreas FärberS: Odd Fixes
6538d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
654fd5d5c56SAnthony Liguori
655aaade8d7SAndreas FärberBamboo
656aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
657aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
658aaade8d7SAndreas FärberS: Odd Fixes
6598d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
660aaade8d7SAndreas Färber
66198cded3aSAndreas Färbere500
66298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
66398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
66498cded3aSAndreas FärberS: Supported
66598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
66698cded3aSAndreas FärberF: hw/ppc/e500plat.c
667b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
668b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
669b5d55020SThomas HuthF: pc-bios/u-boot.e500
67098cded3aSAndreas Färber
67198cded3aSAndreas Färbermpc8544ds
67298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
67398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
67498cded3aSAndreas FärberS: Supported
67598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6768d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
67798cded3aSAndreas Färber
678fd5d5c56SAnthony LiguoriNew World
679fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
680a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
681fd5d5c56SAnthony LiguoriS: Maintained
682baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6836e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6846e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6858d8b636dSPaolo BonziniF: hw/misc/macio/
686b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
687b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
688fd5d5c56SAnthony Liguori
689fd5d5c56SAnthony LiguoriOld World
690fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
691a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
692fd5d5c56SAnthony LiguoriS: Maintained
693baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6946e481d57SPeter MaydellF: hw/pci-host/grackle.c
6958d8b636dSPaolo BonziniF: hw/misc/macio/
696835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
697fd5d5c56SAnthony Liguori
698ec38d398SAndreas FärberPReP
6998178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7009f38774dSAndreas FärberL: qemu-devel@nongnu.org
701a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7028178e89cSHervé PoussineauS: Maintained
70375610155SAndreas FärberF: hw/ppc/prep.c
7048178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7058178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7066e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7078d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
708835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
709fd5d5c56SAnthony Liguori
710300b115cSAndreas FärbersPAPR
711085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7128a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7138a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7148a269ca4SAndreas FärberS: Supported
7158d8b636dSPaolo BonziniF: hw/*/spapr*
716f9de2da7SDavid GibsonF: include/hw/*/spapr*
717f9de2da7SDavid GibsonF: hw/*/xics*
718f9de2da7SDavid GibsonF: include/hw/*/xics*
719f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
720b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
721b5d55020SThomas HuthF: pc-bios/slof.bin
722bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
723b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
724b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
725a70ab357SGreg KurzF: tests/spapr*
726a70ab357SGreg KurzF: tests/libqos/*spapr*
727a70ab357SGreg KurzF: tests/rtas*
728a70ab357SGreg KurzF: tests/libqos/rtas*
7298a269ca4SAndreas Färber
730794d00bfSAndreas Färbervirtex_ml507
731794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
732794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
733794d00bfSAndreas FärberS: Odd Fixes
7346e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
735794d00bfSAndreas Färber
736fd5d5c56SAnthony LiguoriSH4 Machines
737fd5d5c56SAnthony Liguori------------
738fd5d5c56SAnthony LiguoriR2D
739fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
740fd5d5c56SAnthony LiguoriS: Maintained
7416e481d57SPeter MaydellF: hw/sh4/r2d.c
74281527b94SThomas HuthF: hw/intc/sh_intc.c
74381527b94SThomas HuthF: hw/timer/sh_timer.c
744fd5d5c56SAnthony Liguori
745fd5d5c56SAnthony LiguoriShix
746fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
74781527b94SThomas HuthS: Odd Fixes
7486e481d57SPeter MaydellF: hw/sh4/shix.c
749fd5d5c56SAnthony Liguori
750fd5d5c56SAnthony LiguoriSPARC Machines
751fd5d5c56SAnthony Liguori--------------
752fd5d5c56SAnthony LiguoriSun4m
753f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
754fd5d5c56SAnthony LiguoriS: Maintained
7558d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
756c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
757c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7587098b79eSThomas HuthF: hw/misc/eccmemctl.c
7597098b79eSThomas HuthF: hw/misc/slavio_misc.c
760c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
761c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
762c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
763fd5d5c56SAnthony Liguori
764fd5d5c56SAnthony LiguoriSun4u
765f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
766fd5d5c56SAnthony LiguoriS: Maintained
7678d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
768c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
769fd5d5c56SAnthony Liguori
770a2664ca0SArtyom TarasenkoSun4v
771a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
772a2664ca0SArtyom TarasenkoS: Maintained
773a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
774a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
775a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
776a2664ca0SArtyom Tarasenko
777ce6c760cSFabien ChouteauLeon3
778ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
779ce6c760cSFabien ChouteauS: Maintained
7808d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7818d8b636dSPaolo BonziniF: hw/*/grlib*
782c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
783ce6c760cSFabien Chouteau
784fd5d5c56SAnthony LiguoriS390 Machines
785fd5d5c56SAnthony Liguori-------------
786dd4ad64aSCornelia HuckS390 Virtio-ccw
787c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
788b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
789dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
790dd4ad64aSCornelia HuckS: Supported
7910c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
792c5bfb202SCornelia HuckF: hw/s390x/
7934277af19SCornelia HuckF: include/hw/s390x/
7944277af19SCornelia HuckF: pc-bios/s390-ccw/
795c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7961e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7971e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7981e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7993e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8003e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
801dd4ad64aSCornelia Huck
802ab9528caSGuan XuetaoUniCore32 Machines
803ab9528caSGuan Xuetao-------------
804ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
805ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
806ab9528caSGuan XuetaoS: Maintained
8078d8b636dSPaolo BonziniF: hw/*/puv3*
808ab9528caSGuan XuetaoF: hw/unicore32/
809ab9528caSGuan Xuetao
810fd5d5c56SAnthony LiguoriX86 Machines
811fd5d5c56SAnthony Liguori------------
812fd5d5c56SAnthony LiguoriPC
813046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
814fd5d5c56SAnthony LiguoriS: Supported
815046a6486SMichael S. TsirkinF: include/hw/i386/
816046a6486SMichael S. TsirkinF: hw/i386/
817046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
818046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
819046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
820046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
821046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
822046a6486SMichael S. TsirkinF: hw/isa/piix4.c
823046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
824046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
825046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
826046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
827046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
828f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8299cc3b73cSPaolo BonziniF: hw/misc/sga.c
8309cc3b73cSPaolo Bonzini
8319cc3b73cSPaolo BonziniPC Chipset
8329cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8339cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8349cc3b73cSPaolo BonziniS: Support
8359cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8369cc3b73cSPaolo BonziniF: hw/char/parallel.c
8379cc3b73cSPaolo BonziniF: hw/char/serial*
8389cc3b73cSPaolo BonziniF: hw/dma/i8257*
8399cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8409cc3b73cSPaolo BonziniF: hw/intc/apic*
8419cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8429cc3b73cSPaolo BonziniF: hw/intc/i8259*
8439cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8449cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8459cc3b73cSPaolo BonziniF: hw/timer/hpet*
8469cc3b73cSPaolo BonziniF: hw/timer/i8254*
8479cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
848a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
849a2feb348SThomas HuthF: include/hw/timer/hpet.h
850a2feb348SThomas HuthF: include/hw/timer/i8254*
851a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
852046a6486SMichael S. Tsirkin
8535da4fb00SMichael S. TsirkinMachine core
8545da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8555da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8565da4fb00SMichael S. TsirkinS: Supported
8575da4fb00SMichael S. TsirkinF: hw/core/machine.c
858c1629c5cSThomas HuthF: hw/core/null-machine.c
8595da4fb00SMichael S. TsirkinF: include/hw/boards.h
860fd5d5c56SAnthony Liguori
86116e7caaeSMax FilippovXtensa Machines
86216e7caaeSMax Filippov---------------
863375847a6SMax Filippovsim
86416e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
86516e7caaeSMax FilippovS: Maintained
866437a8c11SMax FilippovF: hw/xtensa/sim.c
867375847a6SMax Filippov
868437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
869375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
870375847a6SMax FilippovS: Maintained
871437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
872437a8c11SMax FilippovF: hw/net/opencores_eth.c
87316e7caaeSMax Filippov
874fd5d5c56SAnthony LiguoriDevices
875fd5d5c56SAnthony Liguori-------
876b30934cbSJiri SlabyEDU
877b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
878b30934cbSJiri SlabyS: Maintained
879b30934cbSJiri SlabyF: hw/misc/edu.c
880b30934cbSJiri Slaby
881fd5d5c56SAnthony LiguoriIDE
882c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
883c095348bSJohn SnowL: qemu-block@nongnu.org
884c095348bSJohn SnowS: Supported
8858d8b636dSPaolo BonziniF: include/hw/ide.h
886c9f7acd5SThomas HuthF: include/hw/ide/
887fd5d5c56SAnthony LiguoriF: hw/ide/
888c095348bSJohn SnowF: hw/block/block.c
889c095348bSJohn SnowF: hw/block/cdrom.c
890c095348bSJohn SnowF: hw/block/hd-geometry.c
891c095348bSJohn SnowF: tests/ide-test.c
892c095348bSJohn SnowF: tests/ahci-test.c
893aee50319SJohn SnowF: tests/libqos/ahci*
894c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
895c095348bSJohn Snow
896c095348bSJohn SnowFloppy
897c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
898c095348bSJohn SnowL: qemu-block@nongnu.org
899c095348bSJohn SnowS: Supported
900c095348bSJohn SnowF: hw/block/fdc.c
901c095348bSJohn SnowF: include/hw/block/fdc.h
902aee50319SJohn SnowF: tests/fdc-test.c
903c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
904fd5d5c56SAnthony Liguori
905f5f487b2SPeter MaydellOMAP
906f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
907f5f487b2SPeter MaydellS: Maintained
9088d8b636dSPaolo BonziniF: hw/*/omap*
909ed0db866SThomas HuthF: include/hw/arm/omap.h
910f5f487b2SPeter Maydell
91128d54e58SPaolo BonziniIPack
91228d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
91328d54e58SPaolo BonziniS: Odd Fixes
91428d54e58SPaolo BonziniF: hw/char/ipoctal232.c
91528d54e58SPaolo BonziniF: hw/ipack/
91628d54e58SPaolo Bonzini
917fd5d5c56SAnthony LiguoriPCI
918fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
919874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
920fd5d5c56SAnthony LiguoriS: Supported
9218d8b636dSPaolo BonziniF: include/hw/pci/*
922f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
923ca818cfbSMichael S. TsirkinF: hw/pci/*
924f178bc6bSPaolo BonziniF: hw/pci-bridge/*
9250e0b3592SMichael S. Tsirkin
926d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9270e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9280e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9290e0b3592SMichael S. TsirkinS: Supported
9300e0b3592SMichael S. TsirkinF: include/hw/acpi/*
931d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9320e0b3592SMichael S. TsirkinF: hw/mem/*
9338d8b636dSPaolo BonziniF: hw/acpi/*
934d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9350e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9360e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9373248f1b4SBen WarrenF: tests/bios-tables-test.c
9383248f1b4SBen WarrenF: tests/acpi-utils.[hc]
939fd5d5c56SAnthony Liguori
940aaade8d7SAndreas Färberppc4xx
941aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
942aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
943aaade8d7SAndreas FärberS: Odd Fixes
9448d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
945b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
946aaade8d7SAndreas Färber
94798cded3aSAndreas Färberppce500
94898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
94998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
95098cded3aSAndreas FärberS: Supported
9516e481d57SPeter MaydellF: hw/ppc/e500*
952566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
953566dd236SPaolo BonziniF: hw/net/fsl_etsec/
95498cded3aSAndreas Färber
95561af0ee6SPaolo BonziniCharacter devices
95661af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
95761af0ee6SPaolo BonziniS: Odd Fixes
95861af0ee6SPaolo BonziniF: hw/char/
95961af0ee6SPaolo Bonzini
960f536f112SPaolo BonziniNetwork devices
961f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
962f536f112SPaolo BonziniS: Odd Fixes
963f536f112SPaolo BonziniF: hw/net/
9646bd7776cSGreg KurzF: tests/virtio-net-test.c
965f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
966f536f112SPaolo Bonzini
967fd5d5c56SAnthony LiguoriSCSI
968de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
969de7724f7SPaolo BonziniS: Supported
97074460f34SThomas HuthF: include/hw/scsi/*
97128751358SFam ZhengF: include/scsi/*
9728d8b636dSPaolo BonziniF: hw/scsi/*
97328751358SFam ZhengF: util/scsi*
9746bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9751ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
976de7724f7SPaolo Bonzini
977de7724f7SPaolo BonziniLSI53C895A
9780e19885eSAnthony LiguoriS: Orphan
9798d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
980fd5d5c56SAnthony Liguori
981fcb5629dSPeter A. G. CrosthwaiteSSI
9824b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
983fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9848d8b636dSPaolo BonziniF: hw/ssi/*
9858d8b636dSPaolo BonziniF: hw/block/m25p80.c
9864b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9874b46ba61SAlistair Francis
9884b46ba61SAlistair FrancisXilinx SPI
9894b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9904b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9914b46ba61SAlistair FrancisS: Maintained
9924b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
993fcb5629dSPeter A. G. Crosthwaite
994fd5d5c56SAnthony LiguoriUSB
9955d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9965d0d62feSGerd HoffmannS: Maintained
9978d8b636dSPaolo BonziniF: hw/usb/*
99828edfce0SGongleiF: tests/usb-*-test.c
999beded0ffSThomas HuthF: docs/usb2.txt
1000beded0ffSThomas HuthF: docs/usb-storage.txt
1001beded0ffSThomas HuthF: include/hw/usb.h
1002beded0ffSThomas HuthF: include/hw/usb/
1003104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1004fd5d5c56SAnthony Liguori
1005e26082fdSPaolo BonziniUSB (serial adapter)
1006e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1007e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1008e26082fdSPaolo BonziniS: Maintained
1009e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1010e26082fdSPaolo Bonzini
101192e1fb5eSAlex WilliamsonVFIO
101292e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
101392e1fb5eSAlex WilliamsonS: Supported
1014cf7087dbSKim PhillipsF: hw/vfio/*
101599b88c6dSThomas HuthF: include/hw/vfio/
101692e1fb5eSAlex Williamson
10175eb74557SDong Jia Shivfio-ccw
1018c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10195eb74557SDong Jia ShiS: Supported
10205eb74557SDong Jia ShiF: hw/vfio/ccw.c
10215eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10225eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10235eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
10245eb74557SDong Jia Shi
1025fd5d5c56SAnthony Liguorivhost
1026fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1027fd5d5c56SAnthony LiguoriS: Supported
10288d8b636dSPaolo BonziniF: hw/*/*vhost*
1029fd5d5c56SAnthony Liguori
1030fd5d5c56SAnthony Liguorivirtio
1031a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1032fd5d5c56SAnthony LiguoriS: Supported
10338d8b636dSPaolo BonziniF: hw/*/virtio*
103472fa605dSThomas HuthF: hw/virtio/Makefile.objs
103572fa605dSThomas HuthF: hw/virtio/trace-events
10366a084ea3SMichael S. TsirkinF: net/vhost-user.c
1037494f7b57SThomas HuthF: include/hw/virtio/
10386bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1039fd5d5c56SAnthony Liguori
1040fd5d5c56SAnthony Liguorivirtio-9p
104123704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10428c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1043fd5d5c56SAnthony LiguoriS: Supported
1044aebeca25SAndreas FärberF: hw/9pfs/
1045aebeca25SAndreas FärberF: fsdev/
10462d888c09SAndreas FärberF: tests/virtio-9p-test.c
10473f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10488c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1049fd5d5c56SAnthony Liguori
1050fd5d5c56SAnthony Liguorivirtio-blk
105154d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1052b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1053fd5d5c56SAnthony LiguoriS: Supported
10548d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1055b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10566bd7776cSGreg KurzF: tests/virtio-blk-test.c
1057b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1058fd5d5c56SAnthony Liguori
1059dd4ad64aSCornelia Huckvirtio-ccw
1060c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1061b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1062dd4ad64aSCornelia HuckS: Supported
1063dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10643e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10653e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1066dd4ad64aSCornelia Huck
1067a5d4d7b5SGerd Hoffmannvirtio-input
1068a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1069a5d4d7b5SGerd HoffmannS: Maintained
1070a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1071a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1072a5d4d7b5SGerd Hoffmann
1073fd5d5c56SAnthony Liguorivirtio-serial
1074cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1075fd5d5c56SAnthony LiguoriS: Supported
10768d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10778d8b636dSPaolo BonziniF: hw/char/virtio-console.c
107868a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10796bd7776cSGreg KurzF: tests/virtio-console-test.c
10806bd7776cSGreg KurzF: tests/virtio-serial-test.c
1081fd5d5c56SAnthony Liguori
10821f51a5cbSAmit Shahvirtio-rng
1083cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10841f51a5cbSAmit ShahS: Supported
10851f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10861f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1087750cf869SThomas HuthF: include/sysemu/rng*.h
10881f51a5cbSAmit ShahF: backends/rng*.c
10896bd7776cSGreg KurzF: tests/virtio-rng-test.c
10901f51a5cbSAmit Shah
10916034011cSGongleivirtio-crypto
10926034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10936034011cSGongleiS: Supported
10946034011cSGongleiF: hw/virtio/virtio-crypto.c
10956034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10966034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10976034011cSGonglei
1098f3c507adSKeith Buschnvme
1099f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1100c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1101f3c507adSKeith BuschS: Supported
1102f3c507adSKeith BuschF: hw/block/nvme*
1103fc967791SAndreas FärberF: tests/nvme-test.c
1104f3c507adSKeith Busch
1105d383c625SHannes Reineckemegasas
1106d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1107c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1108d383c625SHannes ReineckeS: Supported
1109d383c625SHannes ReineckeF: hw/scsi/megasas.c
1110d383c625SHannes ReineckeF: hw/scsi/mfi.h
1111d383c625SHannes Reinecke
1112605d52e6SDmitry FleytmanNetwork packet abstractions
1113605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1114605d52e6SDmitry FleytmanS: Maintained
1115605d52e6SDmitry FleytmanF: include/net/eth.h
1116605d52e6SDmitry FleytmanF: net/eth.c
1117605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1118605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1119605d52e6SDmitry Fleytman
1120622fb504SDmitry FleytmanVmware
1121622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1122622fb504SDmitry FleytmanS: Maintained
1123622fb504SDmitry FleytmanF: hw/net/vmxnet*
1124622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1125622fb504SDmitry Fleytman
1126de24d3f1SScott FeldmanRocker
1127de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1128de24d3f1SScott FeldmanS: Maintained
1129de24d3f1SScott FeldmanF: hw/net/rocker/
1130de850948SThomas HuthF: tests/rocker/
1131de850948SThomas HuthF: docs/specs/rocker.txt
1132de24d3f1SScott Feldman
113370d1fb9cSXiao GuangrongNVDIMM
1134*7a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
113570d1fb9cSXiao GuangrongS: Maintained
113670d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
113770d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
113870d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
113970d1fb9cSXiao Guangrong
1140093454e2SDmitry Fleytmane1000x
1141093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1142093454e2SDmitry FleytmanS: Maintained
1143093454e2SDmitry FleytmanF: hw/net/e1000x*
1144093454e2SDmitry Fleytman
11456f3fbe4eSDmitry Fleytmane1000e
11466f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11476f3fbe4eSDmitry FleytmanS: Maintained
11486f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11496f3fbe4eSDmitry Fleytman
1150e481a1f6SAlistair FrancisGeneric Loader
1151e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1152e481a1f6SAlistair FrancisS: Maintained
1153e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1154e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1155e481a1f6SAlistair Francis
115687a9023aSThomas HuthCHRP NVRAM
115787a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
115887a9023aSThomas HuthS: Maintained
115987a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
116087a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
116187a9023aSThomas HuthF: tests/prom-env-test.c
116287a9023aSThomas Huth
116342697d88SBen WarrenVM Generation ID
116442697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
116542697d88SBen WarrenS: Maintained
116642697d88SBen WarrenF: hw/acpi/vmgenid.c
116742697d88SBen WarrenF: include/hw/acpi/vmgenid.h
116842697d88SBen WarrenF: docs/specs/vmgenid.txt
116942697d88SBen WarrenF: tests/vmgenid-test.c
117042697d88SBen WarrenF: stubs/vmgenid.c
117142697d88SBen Warren
1172747969dbSPhilippe Mathieu-DaudéUnimplemented device
1173747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1174747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1175747969dbSPhilippe Mathieu-DaudéS: Maintained
1176747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1177747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1178747969dbSPhilippe Mathieu-Daudé
1179fd5d5c56SAnthony LiguoriSubsystems
1180fd5d5c56SAnthony Liguori----------
1181fd5d5c56SAnthony LiguoriAudio
11829f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1183fd5d5c56SAnthony LiguoriS: Maintained
1184fd5d5c56SAnthony LiguoriF: audio/
11858d8b636dSPaolo BonziniF: hw/audio/
1186a2b245aeSThomas HuthF: include/hw/audio/
1187d7b50c0cSAndreas FärberF: tests/ac97-test.c
11888fa74c94SAndreas FärberF: tests/es1370-test.c
1189fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1190fd5d5c56SAnthony Liguori
119117f1e8f5SStefan HajnocziBlock layer core
1192fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1193c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1194c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1195fd5d5c56SAnthony LiguoriS: Supported
1196fd5d5c56SAnthony LiguoriF: block*
1197fd5d5c56SAnthony LiguoriF: block/
11988d8b636dSPaolo BonziniF: hw/block/
11994c346e0bSKevin WolfF: include/block/
120046078760SKevin WolfF: qemu-img*
120146078760SKevin WolfF: qemu-io*
120229242091SKevin WolfF: tests/qemu-iotests/
12038dd30c86SMax ReitzF: util/qemu-progress.c
1204d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1205fd5d5c56SAnthony Liguori
1206d55053b1SStefan HajnocziBlock I/O path
1207d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12089ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1209d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1210d55053b1SStefan HajnocziS: Supported
121136c697bdSPaolo BonziniF: util/async.c
121236c697bdSPaolo BonziniF: util/aio-*.c
1213d55053b1SStefan HajnocziF: block/io.c
1214d55053b1SStefan HajnocziF: migration/block*
1215e1029ae2SFam ZhengF: include/block/aio.h
1216d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1217d55053b1SStefan Hajnoczi
1218e5b5728cSPaolo BonziniBlock SCSI subsystem
1219e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1220e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1221e5b5728cSPaolo BonziniS: Supported
1222e5b5728cSPaolo BonziniF: include/scsi/*
1223e5b5728cSPaolo BonziniF: scsi/*
1224e5b5728cSPaolo Bonzini
1225280458a3SJeff CodyBlock Jobs
1226280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1227280458a3SJeff CodyL: qemu-block@nongnu.org
1228280458a3SJeff CodyS: Supported
1229280458a3SJeff CodyF: blockjob.c
1230280458a3SJeff CodyF: include/block/blockjob.h
1231280458a3SJeff CodyF: block/backup.c
1232280458a3SJeff CodyF: block/commit.c
123377346025SJeff CodyF: block/stream.c
1234280458a3SJeff CodyF: block/mirror.c
1235280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1236280458a3SJeff Cody
12374120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12384120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12394120201dSMarkus ArmbrusterS: Supported
12404120201dSMarkus ArmbrusterF: blockdev.c
12414120201dSMarkus ArmbrusterF: block/qapi.c
12424120201dSMarkus ArmbrusterF: qapi/block*.json
1243fa988e39SMarkus ArmbrusterF: qapi/transaction.json
12444120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12454120201dSMarkus Armbruster
1246538193bcSJohn SnowDirty Bitmaps
1247538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1248538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1249538193bcSJohn SnowL: qemu-block@nongnu.org
1250538193bcSJohn SnowS: Supported
1251538193bcSJohn SnowF: util/hbitmap.c
1252538193bcSJohn SnowF: block/dirty-bitmap.c
1253538193bcSJohn SnowF: include/qemu/hbitmap.h
1254538193bcSJohn SnowF: include/block/dirty-bitmap.h
1255538193bcSJohn SnowF: tests/test-hbitmap.c
1256538193bcSJohn SnowF: docs/bitmaps.md
1257538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1258538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1259538193bcSJohn Snow
126061af0ee6SPaolo BonziniCharacter device backends
1261da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
126255fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1263fd5d5c56SAnthony LiguoriS: Maintained
1264178fe0aeSMarc-André LureauF: chardev/
12658228e353SMarc-André LureauF: include/chardev/
1266dbeee392SMarkus ArmbrusterF: qapi/char.json
1267fd5d5c56SAnthony Liguori
1268e26082fdSPaolo BonziniCharacter Devices (Braille)
1269e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1270e26082fdSPaolo BonziniS: Maintained
12716b10e573SMarc-André LureauF: chardev/baum.c
1272fd5d5c56SAnthony Liguori
1273e94630d3SMarkus ArmbrusterCommand line option argument parsing
1274e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1275e94630d3SMarkus ArmbrusterS: Supported
1276e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1277e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1278e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1279e94630d3SMarkus ArmbrusterF: util/keyval.c
1280e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1281e94630d3SMarkus Armbruster
12828c413e79SMarkus ArmbrusterCoverity model
12838c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12848c413e79SMarkus ArmbrusterS: Supported
12858c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12868c413e79SMarkus Armbruster
1287f2ca0524SAndreas FärberCPU
128812b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1289f2ca0524SAndreas FärberS: Supported
1290f2ca0524SAndreas FärberF: qom/cpu.c
12916e481d57SPeter MaydellF: include/qom/cpu.h
1292f2ca0524SAndreas Färber
1293d24b569aSPeter A. G. CrosthwaiteDevice Tree
12944b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1295d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1296d24b569aSPeter A. G. CrosthwaiteS: Maintained
129782407515SThomas HuthF: device_tree.c
129882407515SThomas HuthF: include/sysemu/device_tree.h
1299d24b569aSPeter A. G. Crosthwaite
13004f966768SMarkus ArmbrusterError reporting
13014f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13024f966768SMarkus ArmbrusterS: Supported
13034f966768SMarkus ArmbrusterF: include/qapi/error.h
13044f966768SMarkus ArmbrusterF: include/qemu/error-report.h
13054f966768SMarkus ArmbrusterF: util/error.c
13064f966768SMarkus ArmbrusterF: util/qemu-error.c
13074f966768SMarkus Armbruster
1308fd5d5c56SAnthony LiguoriGDB stub
13095dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1310fd5d5c56SAnthony LiguoriS: Odd Fixes
1311fd5d5c56SAnthony LiguoriF: gdbstub*
1312fd5d5c56SAnthony LiguoriF: gdb-xml/
1313fd5d5c56SAnthony Liguori
131401a9c03cSPaolo BonziniMemory API
131501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
131601a9c03cSPaolo BonziniS: Supported
131701a9c03cSPaolo BonziniF: include/exec/ioport.h
131801a9c03cSPaolo BonziniF: ioport.c
131901a9c03cSPaolo BonziniF: include/exec/memory.h
13202b1641d0SPaolo BonziniF: include/exec/ram_addr.h
132101a9c03cSPaolo BonziniF: memory.c
132201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
132301a9c03cSPaolo BonziniF: exec.c
132401a9c03cSPaolo Bonzini
13257ee3bf03SGerd HoffmannSPICE
13267ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13277ee3bf03SGerd HoffmannS: Supported
13286e481d57SPeter MaydellF: include/ui/qemu-spice.h
1329438528a3SThomas HuthF: include/ui/spice-display.h
13307ee3bf03SGerd HoffmannF: ui/spice-*.c
13317ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13328d8b636dSPaolo BonziniF: hw/display/qxl*
1333608cfed6SMarkus ArmbrusterF: qapi/ui.json
13347ee3bf03SGerd Hoffmann
1335fd5d5c56SAnthony LiguoriGraphics
133625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
133725eccc37SGerd HoffmannS: Odd Fixes
1338fd5d5c56SAnthony LiguoriF: ui/
1339e220656cSThomas HuthF: include/ui/
1340608cfed6SMarkus ArmbrusterF: qapi/ui.json
1341fd5d5c56SAnthony Liguori
1342351f1bf6SAndreas FärberCocoa graphics
134330ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1344351f1bf6SAndreas FärberS: Odd Fixes
1345351f1bf6SAndreas FärberF: ui/cocoa.m
1346351f1bf6SAndreas Färber
1347fd5d5c56SAnthony LiguoriMain loop
1348da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1349da26f37aSPaolo BonziniS: Maintained
1350da26f37aSPaolo BonziniF: cpus.c
13513ecb29a3SPaolo BonziniF: util/main-loop.c
13523ecb29a3SPaolo BonziniF: util/qemu-timer.c
1353fd5d5c56SAnthony LiguoriF: vl.c
13540e201d34SMarkus ArmbrusterF: qapi/run-state.json
1355fd5d5c56SAnthony Liguori
13568899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1357c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1358fbb0621aSLuiz CapitulinoS: Maintained
1359fd5d5c56SAnthony LiguoriF: monitor.c
1360c13e9912SThomas HuthF: hmp.[ch]
1361c13e9912SThomas HuthF: hmp-commands*.hx
1362c13e9912SThomas HuthF: include/monitor/hmp-target.h
1363bbcee372SThomas HuthF: tests/test-hmp.c
1364fd5d5c56SAnthony Liguori
1365f536f112SPaolo BonziniNetwork device backends
1366442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1367fd5d5c56SAnthony LiguoriS: Maintained
1368fd5d5c56SAnthony LiguoriF: net/
1369d24b2b1cSThomas HuthF: include/net/
13705fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
13713c0bd37dSMarkus ArmbrusterF: qapi/net.json
1372fd5d5c56SAnthony Liguori
1373aee09bafSVincenzo MaffioneNetmap network backend
1374aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1375aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1376aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1377aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1378aee09bafSVincenzo MaffioneS: Maintained
1379aee09bafSVincenzo MaffioneF: net/netmap.c
1380aee09bafSVincenzo Maffione
13812f54eb98SEduardo HabkostNUMA
13822f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13832f54eb98SEduardo HabkostS: Maintained
13842f54eb98SEduardo HabkostF: numa.c
13852f54eb98SEduardo HabkostF: include/sysemu/numa.h
13862f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13872f54eb98SEduardo Habkost
13884fc264f4SEduardo HabkostHost Memory Backends
13894fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13904fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13914fc264f4SEduardo HabkostS: Maintained
13924fc264f4SEduardo HabkostF: backends/hostmem*.c
13934fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13944fc264f4SEduardo Habkost
13956034011cSGongleiCryptodev Backends
13966034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13976034011cSGongleiS: Maintained
13986034011cSGongleiF: include/sysemu/cryptodev*.h
13996034011cSGongleiF: backends/cryptodev*.c
14006034011cSGonglei
14018899b4aeSLuiz CapitulinoQAPI
14029740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14038899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
14049740618cSLuiz CapitulinoS: Supported
14058899b4aeSLuiz CapitulinoF: qapi/
14060311c5bdSMarkus ArmbrusterX: qapi/*.json
1407ac4abb9aSMarkus ArmbrusterF: include/qapi/
1408ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1409ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1410c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1411ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1412e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1413ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1414e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
14150311c5bdSMarkus ArmbrusterF: scripts/qapi*
14160311c5bdSMarkus ArmbrusterF: docs/qapi*
14179740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14188899b4aeSLuiz Capitulino
14197810d291SLuiz CapitulinoQAPI Schema
14207810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14217810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14227810d291SLuiz CapitulinoS: Supported
14237810d291SLuiz CapitulinoF: qapi-schema.json
14240311c5bdSMarkus ArmbrusterF: qapi/*.json
14259740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14267810d291SLuiz Capitulino
1427f3582ba4SLuiz CapitulinoQObject
1428daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1429daf5dc78SMarkus ArmbrusterS: Supported
1430f3582ba4SLuiz CapitulinoF: qobject/
14317735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14327735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1433a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14347735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
143501b2ffceSMarc-André LureauF: tests/check-qnum.c
14367735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14377735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14387735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1439daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1440f3582ba4SLuiz Capitulino
1441f05d9999SMichael RothQEMU Guest Agent
1442f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1443f05d9999SMichael RothS: Maintained
1444f05d9999SMichael RothF: qga/
1445f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1446f05d9999SMichael Roth
14474688c94cSAndreas FärberQOM
14484688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14494688c94cSAndreas FärberS: Supported
14504688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14514688c94cSAndreas FärberF: include/qom/
14524688c94cSAndreas FärberX: include/qom/cpu.h
14534688c94cSAndreas FärberF: qom/
14544688c94cSAndreas FärberX: qom/cpu.c
14559f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14569f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14574688c94cSAndreas FärberF: tests/qom-test.c
14584688c94cSAndreas Färber
14598899b4aeSLuiz CapitulinoQMP
14609740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14619740618cSLuiz CapitulinoS: Supported
14628899b4aeSLuiz CapitulinoF: qmp.c
14638899b4aeSLuiz CapitulinoF: monitor.c
14649b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
14659740618cSLuiz CapitulinoF: scripts/qmp/
1466f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
14679740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14688899b4aeSLuiz Capitulino
1469cc0100f4SAlistair FrancisRegister API
1470cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1471cc0100f4SAlistair FrancisS: Maintained
1472cc0100f4SAlistair FrancisF: hw/core/register.c
1473cc0100f4SAlistair FrancisF: include/hw/register.h
1474cc0100f4SAlistair Francis
1475fd5d5c56SAnthony LiguoriSLIRP
1476eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1477bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1478bafc72abSJan KiszkaS: Maintained
1479fd5d5c56SAnthony LiguoriF: slirp/
1480663fb1e1SThomas HuthF: net/slirp.c
1481d24b2b1cSThomas HuthF: include/net/slirp.h
14821ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1483fd5d5c56SAnthony Liguori
1484b1ed728aSPaolo BonziniStubs
1485b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1486b1ed728aSPaolo BonziniS: Maintained
1487b1ed728aSPaolo BonziniF: stubs/
1488b1ed728aSPaolo Bonzini
1489598a3f35SStefan HajnocziTracing
14901cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1491598a3f35SStefan HajnocziS: Maintained
1492598a3f35SStefan HajnocziF: trace/
1493f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1494f70fd8fdSLluís VilanovaF: scripts/tracetool/
1495f922ea46SAndreas FärberF: docs/tracing.txt
14961ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1497598a3f35SStefan Hajnoczi
14983859b6cfSMarkus ArmbrusterTPM
14993859b6cfSMarkus ArmbrusterS: Orphan
15003859b6cfSMarkus ArmbrusterF: tpm.c
15013859b6cfSMarkus ArmbrusterF: hw/tpm/*
15023859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
15033859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
15043859b6cfSMarkus ArmbrusterF: qapi/tpm.json
15053859b6cfSMarkus Armbruster
150614f40fdcSBlue SwirlCheckpatch
150714f40fdcSBlue SwirlS: Odd Fixes
150814f40fdcSBlue SwirlF: scripts/checkpatch.pl
150914f40fdcSBlue Swirl
1510c0787c8dSJuan QuintelaMigration
1511c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1512d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1513c0787c8dSJuan QuintelaS: Maintained
1514c0787c8dSJuan QuintelaF: include/migration/
151544a1f946SDr. David Alan GilbertF: migration/
1516c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1517c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1518a609ad8bSThomas HuthF: docs/migration.txt
151948685a8eSMarkus ArmbrusterF: qapi/migration.json
1520c0787c8dSJuan Quintela
152192bfedb0SEduardo OtuboSeccomp
1522064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
152392bfedb0SEduardo OtuboS: Supported
152492bfedb0SEduardo OtuboF: qemu-seccomp.c
152592bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
152692bfedb0SEduardo Otubo
1527ddbb0d09SDaniel P. BerrangeCryptography
1528ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1529ddbb0d09SDaniel P. BerrangeS: Maintained
1530ddbb0d09SDaniel P. BerrangeF: crypto/
1531ddbb0d09SDaniel P. BerrangeF: include/crypto/
1532ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1533899833cdSDaniel P. BerrangeF: qemu.sasl
1534ddbb0d09SDaniel P. Berrange
153510817bf0SDaniel P. BerrangeCoroutines
153610817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
153710817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
153810817bf0SDaniel P. BerrangeF: util/*coroutine*
153910817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
154010817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
154110817bf0SDaniel P. Berrange
154288c5f205SDaniel P. BerrangeBuffers
154388c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
154488c5f205SDaniel P. BerrangeS: Odd fixes
154588c5f205SDaniel P. BerrangeF: util/buffer.c
154688c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
154788c5f205SDaniel P. Berrange
1548666a3af9SDaniel P. BerrangeI/O Channels
1549666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1550666a3af9SDaniel P. BerrangeS: Maintained
1551666a3af9SDaniel P. BerrangeF: io/
1552666a3af9SDaniel P. BerrangeF: include/io/
1553666a3af9SDaniel P. BerrangeF: tests/test-io-*
1554666a3af9SDaniel P. Berrange
15555614a283SGerd HoffmannSockets
15565614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
15575614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15585614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
15595614a283SGerd HoffmannS: Maintained
15605614a283SGerd HoffmannF: include/qemu/sockets.h
15615614a283SGerd HoffmannF: util/qemu-sockets.c
1562a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
15635614a283SGerd Hoffmann
1564d310d85bSAlberto GarciaThrottling infrastructure
1565d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1566d310d85bSAlberto GarciaS: Supported
1567d310d85bSAlberto GarciaF: block/throttle-groups.c
1568d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1569d310d85bSAlberto GarciaF: include/qemu/throttle.h
1570d310d85bSAlberto GarciaF: util/throttle.c
1571d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1572d310d85bSAlberto Garcia
1573080d7aacSFam ZhengUUID
1574080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1575080d7aacSFam ZhengS: Supported
1576080d7aacSFam ZhengF: util/uuid.c
1577080d7aacSFam ZhengF: include/qemu/uuid.h
1578080d7aacSFam ZhengF: tests/test-uuid.c
1579080d7aacSFam Zheng
1580a4cc318eSzhanghailiangCOLO Framework
1581a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1582a4cc318eSzhanghailiangS: Maintained
1583a4cc318eSzhanghailiangF: migration/colo*
1584a4cc318eSzhanghailiangF: include/migration/colo.h
1585a4cc318eSzhanghailiangF: include/migration/failover.h
1586a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1587a4cc318eSzhanghailiang
158888f82ed1SZhang ChenCOLO Proxy
1589b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
159088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
159188f82ed1SZhang ChenS: Supported
159288f82ed1SZhang ChenF: docs/colo-proxy.txt
159388f82ed1SZhang ChenF: net/colo*
159488f82ed1SZhang ChenF: net/filter-rewriter.c
159588f82ed1SZhang ChenF: net/filter-mirror.c
159688f82ed1SZhang Chen
159762258201SPavel DovgalyukRecord/replay
159862258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
159962258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
160062258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
160162258201SPavel DovgalyukS: Supported
160262258201SPavel DovgalyukF: replay/*
160362258201SPavel DovgalyukF: block/blkreplay.c
160462258201SPavel DovgalyukF: net/filter-replay.c
160562258201SPavel DovgalyukF: include/sysemu/replay.h
160662258201SPavel DovgalyukF: docs/replay.txt
160762258201SPavel DovgalyukF: stubs/replay.c
160862258201SPavel Dovgalyuk
1609fd5d5c56SAnthony LiguoriUsermode Emulation
1610fd5d5c56SAnthony Liguori------------------
1611486bbe5fSPaolo BonziniOverall
1612486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1613486bbe5fSPaolo BonziniS: Maintained
1614486bbe5fSPaolo BonziniF: thunk.c
161558410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1616486bbe5fSPaolo Bonzini
1617fd5d5c56SAnthony LiguoriBSD user
1618297e8005SMarkus ArmbrusterS: Orphan
1619fd5d5c56SAnthony LiguoriF: bsd-user/
1620ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1621fd5d5c56SAnthony Liguori
1622fd5d5c56SAnthony LiguoriLinux user
1623fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1624ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1625fd5d5c56SAnthony LiguoriS: Maintained
1626fd5d5c56SAnthony LiguoriF: linux-user/
1627ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
162842f5a7e9SAurelien Jarno
162942f5a7e9SAurelien JarnoTiny Code Generator (TCG)
163042f5a7e9SAurelien Jarno-------------------------
163142f5a7e9SAurelien JarnoCommon code
1632cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
163342f5a7e9SAurelien JarnoS: Maintained
163442f5a7e9SAurelien JarnoF: tcg/
163542f5a7e9SAurelien Jarno
1636b25a464cSClaudio FontanaAArch64 target
1637b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1638b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1639b25a464cSClaudio FontanaS: Maintained
1640b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1641b25a464cSClaudio FontanaF: tcg/aarch64/
1642c17652eeSPaolo BonziniF: disas/arm-a64.cc
1643c17652eeSPaolo BonziniF: disas/libvixl/
1644b25a464cSClaudio Fontana
164542f5a7e9SAurelien JarnoARM target
164642f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
164742f5a7e9SAurelien JarnoS: Maintained
1648b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
164942f5a7e9SAurelien JarnoF: tcg/arm/
1650c17652eeSPaolo BonziniF: disas/arm.c
165142f5a7e9SAurelien Jarno
165242f5a7e9SAurelien Jarnoi386 target
16535dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
165442f5a7e9SAurelien JarnoS: Maintained
165542f5a7e9SAurelien JarnoF: tcg/i386/
1656c17652eeSPaolo BonziniF: disas/i386.c
165742f5a7e9SAurelien Jarno
165842f5a7e9SAurelien JarnoMIPS target
1659d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
166042f5a7e9SAurelien JarnoS: Maintained
166142f5a7e9SAurelien JarnoF: tcg/mips/
1662c17652eeSPaolo BonziniF: disas/mips.c
166342f5a7e9SAurelien Jarno
166442f5a7e9SAurelien JarnoPPC
166515610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
166615610d42SPranith KumarS: Odd Fixes
166742f5a7e9SAurelien JarnoF: tcg/ppc/
1668c17652eeSPaolo BonziniF: disas/ppc.c
166942f5a7e9SAurelien Jarno
167042f5a7e9SAurelien JarnoS390 target
167142f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
167242f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
167342f5a7e9SAurelien JarnoS: Maintained
167442f5a7e9SAurelien JarnoF: tcg/s390/
1675c17652eeSPaolo BonziniF: disas/s390.c
167642f5a7e9SAurelien Jarno
167742f5a7e9SAurelien JarnoSPARC target
1678297e8005SMarkus ArmbrusterS: Odd Fixes
167942f5a7e9SAurelien JarnoF: tcg/sparc/
1680c17652eeSPaolo BonziniF: disas/sparc.c
1681bc75c9e5SStefan Weil
1682bc75c9e5SStefan WeilTCI target
1683bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1684bc75c9e5SStefan WeilS: Maintained
16858ef9cd55SAndreas FärberF: tcg/tci/
1686752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1687c17652eeSPaolo BonziniF: disas/tci.c
1688aa09c951SAndreas Färber
1689f05b328cSStefan HajnocziBlock drivers
1690f05b328cSStefan Hajnoczi-------------
1691f05b328cSStefan HajnocziVMDK
1692f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1693c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1694f05b328cSStefan HajnocziS: Supported
1695f05b328cSStefan HajnocziF: block/vmdk.c
1696f05b328cSStefan Hajnoczi
1697f05b328cSStefan HajnocziRBD
16985a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1699280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1700280458a3SJeff CodyL: qemu-block@nongnu.org
1701f05b328cSStefan HajnocziS: Supported
1702f05b328cSStefan HajnocziF: block/rbd.c
1703280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1704f05b328cSStefan Hajnoczi
1705f05b328cSStefan HajnocziSheepdog
170653b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1707f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1708280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1709280458a3SJeff CodyL: qemu-block@nongnu.org
1710dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1711f05b328cSStefan HajnocziS: Supported
1712f05b328cSStefan HajnocziF: block/sheepdog.c
1713280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1714f05b328cSStefan Hajnoczi
1715f05b328cSStefan HajnocziVHDX
1716f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1717280458a3SJeff CodyL: qemu-block@nongnu.org
1718f05b328cSStefan HajnocziS: Supported
1719f05b328cSStefan HajnocziF: block/vhdx*
1720280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1721f05b328cSStefan Hajnoczi
1722f05b328cSStefan HajnocziVDI
1723f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1724c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1725f05b328cSStefan HajnocziS: Maintained
1726f05b328cSStefan HajnocziF: block/vdi.c
1727f05b328cSStefan Hajnoczi
1728f05b328cSStefan HajnocziiSCSI
1729f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1730f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1731f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1732c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1733f05b328cSStefan HajnocziS: Supported
1734f05b328cSStefan HajnocziF: block/iscsi.c
17352deb63c2SPeter LievenF: block/iscsi-opts.c
1736f05b328cSStefan Hajnoczi
173799c62e70SEric BlakeNetwork Block Device (NBD)
173899c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
173999c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
174099c62e70SEric BlakeL: qemu-block@nongnu.org
174199c62e70SEric BlakeS: Maintained
174299c62e70SEric BlakeF: block/nbd*
174399c62e70SEric BlakeF: nbd/
174499c62e70SEric BlakeF: include/block/nbd*
174599c62e70SEric BlakeF: qemu-nbd.*
174699c62e70SEric BlakeF: blockdev-nbd.c
174799c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
174899c62e70SEric Blake
17496542aa9cSPeter LievenNFS
1750280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
17516542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1752280458a3SJeff CodyL: qemu-block@nongnu.org
17536542aa9cSPeter LievenS: Maintained
17546542aa9cSPeter LievenF: block/nfs.c
1755280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
17566542aa9cSPeter Lieven
1757f05b328cSStefan HajnocziSSH
1758f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1759280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1760280458a3SJeff CodyL: qemu-block@nongnu.org
1761f05b328cSStefan HajnocziS: Supported
1762f05b328cSStefan HajnocziF: block/ssh.c
1763280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1764c9a12e75SChrysostomos Nanakos
1765280458a3SJeff CodyCURL
1766280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1767280458a3SJeff CodyL: qemu-block@nongnu.org
1768280458a3SJeff CodyS: Supported
1769280458a3SJeff CodyF: block/curl.c
1770280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1771280458a3SJeff Cody
1772280458a3SJeff CodyGLUSTER
1773280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1774280458a3SJeff CodyL: qemu-block@nongnu.org
1775280458a3SJeff CodyS: Supported
1776280458a3SJeff CodyF: block/gluster.c
1777280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1778b5e9476cSGonglei
1779199667a8SFam ZhengNull Block Driver
1780199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1781199667a8SFam ZhengL: qemu-block@nongnu.org
1782199667a8SFam ZhengS: Supported
1783199667a8SFam ZhengF: block/null.c
1784199667a8SFam Zheng
1785b5e9476cSGongleiBootdevice
1786b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1787b5e9476cSGongleiS: Maintained
1788b5e9476cSGongleiF: bootdevice.c
1789ecdda9e0SAlberto Garcia
1790ecdda9e0SAlberto GarciaQuorum
1791ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1792ecdda9e0SAlberto GarciaS: Supported
1793ecdda9e0SAlberto GarciaF: block/quorum.c
1794ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1795e7c6e631SStefan Hajnoczi
1796e7c6e631SStefan Hajnocziblkverify
1797e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1798e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1799e7c6e631SStefan HajnocziS: Supported
1800e7c6e631SStefan HajnocziF: block/blkverify.c
1801e7c6e631SStefan Hajnoczi
1802e7c6e631SStefan Hajnoczibochs
1803e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1804e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1805e7c6e631SStefan HajnocziS: Supported
1806e7c6e631SStefan HajnocziF: block/bochs.c
1807e7c6e631SStefan Hajnoczi
1808e7c6e631SStefan Hajnoczicloop
1809e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1810e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1811e7c6e631SStefan HajnocziS: Supported
1812e7c6e631SStefan HajnocziF: block/cloop.c
1813e7c6e631SStefan Hajnoczi
1814e7c6e631SStefan Hajnoczidmg
1815e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1816e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1817e7c6e631SStefan HajnocziS: Supported
1818e7c6e631SStefan HajnocziF: block/dmg.c
1819e7c6e631SStefan Hajnoczi
1820e7c6e631SStefan Hajnocziparallels
1821e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1822f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1823e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1824e7c6e631SStefan HajnocziS: Supported
1825e7c6e631SStefan HajnocziF: block/parallels.c
1826b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1827e7c6e631SStefan Hajnoczi
1828e7c6e631SStefan Hajnocziqed
1829e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1830e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1831e7c6e631SStefan HajnocziS: Supported
1832e7c6e631SStefan HajnocziF: block/qed.c
1833e7c6e631SStefan Hajnoczi
1834e7c6e631SStefan Hajnocziraw
1835e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1836e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1837e7c6e631SStefan HajnocziS: Supported
1838e7c6e631SStefan HajnocziF: block/linux-aio.c
1839f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
18402e6fc7ebSEric BlakeF: block/raw-format.c
1841c1bb86cdSEric BlakeF: block/file-posix.c
1842c1bb86cdSEric BlakeF: block/file-win32.c
1843e7c6e631SStefan HajnocziF: block/win32-aio.c
1844e7c6e631SStefan Hajnoczi
1845e7c6e631SStefan Hajnocziqcow2
1846e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1847c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1848e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1849e7c6e631SStefan HajnocziS: Supported
1850e7c6e631SStefan HajnocziF: block/qcow2*
1851e7c6e631SStefan Hajnoczi
1852e7c6e631SStefan Hajnocziqcow
1853e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1854e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1855e7c6e631SStefan HajnocziS: Supported
1856e7c6e631SStefan HajnocziF: block/qcow.c
1857e7c6e631SStefan Hajnoczi
1858e7c6e631SStefan Hajnocziblkdebug
1859e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1860c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1861e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1862e7c6e631SStefan HajnocziS: Supported
1863e7c6e631SStefan HajnocziF: block/blkdebug.c
1864e7c6e631SStefan Hajnoczi
1865e7c6e631SStefan Hajnoczivpc
1866e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1867e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1868e7c6e631SStefan HajnocziS: Supported
1869e7c6e631SStefan HajnocziF: block/vpc.c
1870e7c6e631SStefan Hajnoczi
1871e7c6e631SStefan Hajnoczivvfat
1872e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1873e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1874e7c6e631SStefan HajnocziS: Supported
1875e7c6e631SStefan HajnocziF: block/vvfat.c
1876abfe4e94SStefan Hajnoczi
1877abfe4e94SStefan HajnocziImage format fuzzer
1878abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1879abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1880abfe4e94SStefan HajnocziS: Supported
1881abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1882717171bdSDaniel P. Berrange
1883049105a3SChanglong XieReplication
1884205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
18853ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1886049105a3SChanglong XieS: Supported
1887049105a3SChanglong XieF: replication*
1888049105a3SChanglong XieF: block/replication.c
1889049105a3SChanglong XieF: tests/test-replication.c
1890049105a3SChanglong XieF: docs/block-replication.txt
1891049105a3SChanglong Xie
1892b9e02c06SAlex BennéeBuild and test automation
1893b9e02c06SAlex Bennée-------------------------
1894b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1895e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
189632b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1897b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1898e70dc7f8SAlex BennéeS: Maintained
1899b9e02c06SAlex BennéeF: .travis.yml
1900d92d886aSAlex BennéeF: .shippable.yml
1901e70dc7f8SAlex BennéeF: tests/docker/
1902e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
19032a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1904e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1905717171bdSDaniel P. Berrange
1906717171bdSDaniel P. BerrangeDocumentation
1907717171bdSDaniel P. Berrange-------------
1908717171bdSDaniel P. BerrangeBuild system architecture
1909717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1910717171bdSDaniel P. BerrangeS: Odd Fixes
1911717171bdSDaniel P. BerrangeF: docs/build-system.txt
19128a49e97fSFam Zheng
1913