xref: /openbmc/qemu/MAINTAINERS (revision 104ebc5f2ce4edb575e3532ab93f75acf47feda8)
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
89486bbe5fSPaolo BonziniF: softmmu_template.h
90c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
912b1641d0SPaolo BonziniF: include/exec/cpu*.h
922b1641d0SPaolo BonziniF: include/exec/exec-all.h
93486bbe5fSPaolo BonziniF: include/exec/helper*.h
942b1641d0SPaolo BonziniF: include/exec/tb-hash.h
95460423d3SThomas HuthF: include/sysemu/cpus.h
96486bbe5fSPaolo Bonzini
971badb586SPeter MaydellFPU emulation
981badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
991badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1001badb586SPeter MaydellS: Odd Fixes
1011badb586SPeter MaydellF: fpu/
1021badb586SPeter MaydellF: include/fpu/
1031badb586SPeter Maydell
104b6f97c14SbellardAlpha
1058d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1068d6df264SRichard HendersonS: Maintained
107fcf5ef2aSThomas HuthF: target/alpha/
1088d8b636dSPaolo BonziniF: hw/alpha/
109c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
110c17652eeSPaolo BonziniF: disas/alpha.c
111fd5d5c56SAnthony Liguori
112fd5d5c56SAnthony LiguoriARM
1131ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
114b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
115fd5d5c56SAnthony LiguoriS: Maintained
116fcf5ef2aSThomas HuthF: target/arm/
1178d8b636dSPaolo BonziniF: hw/arm/
1188d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
119f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
120c17652eeSPaolo BonziniF: disas/arm.c
121c17652eeSPaolo BonziniF: disas/arm-a64.cc
122c17652eeSPaolo BonziniF: disas/libvixl/
123fd5d5c56SAnthony Liguori
124fd5d5c56SAnthony LiguoriCRIS
125fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
126fd5d5c56SAnthony LiguoriS: Maintained
127fcf5ef2aSThomas HuthF: target/cris/
1288d8b636dSPaolo BonziniF: hw/cris/
129c9b90090SThomas HuthF: include/hw/cris/
130c0bd0b50SPaolo BonziniF: tests/tcg/cris/
131c17652eeSPaolo BonziniF: disas/cris.c
132fd5d5c56SAnthony Liguori
13361766fe9SRichard HendersonHPPA (PA-RISC)
13461766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
13561766fe9SRichard HendersonS: Maintained
13661766fe9SRichard HendersonF: target/hppa/
13761766fe9SRichard HendersonF: disas/hppa.c
13861766fe9SRichard Henderson
13907bf23a7SMichael WalleLM32
14007bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
14107bf23a7SMichael WalleS: Maintained
142fcf5ef2aSThomas HuthF: target/lm32/
1434eab7a0aSMichael WalleF: disas/lm32.c
1448d8b636dSPaolo BonziniF: hw/lm32/
1454eab7a0aSMichael WalleF: hw/*/lm32_*
1464eab7a0aSMichael WalleF: hw/*/milkymist-*
1474eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1484eab7a0aSMichael WalleF: include/hw/lm32/
149c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
15007bf23a7SMichael Walle
151fd5d5c56SAnthony LiguoriM68K
152595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
153595a926dSLaurent VivierS: Maintained
154fcf5ef2aSThomas HuthF: target/m68k/
155e9a56114SThomas HuthF: disas/m68k.c
156fd5d5c56SAnthony Liguori
157abc07545SEdgar E. IglesiasMicroBlaze
158fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159fd5d5c56SAnthony LiguoriS: Maintained
160fcf5ef2aSThomas HuthF: target/microblaze/
1618d8b636dSPaolo BonziniF: hw/microblaze/
162c17652eeSPaolo BonziniF: disas/microblaze.c
163fd5d5c56SAnthony Liguori
164fd5d5c56SAnthony LiguoriMIPS
165ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
16678851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com>
1676f640917SLeon AlraeS: Maintained
168fcf5ef2aSThomas HuthF: target/mips/
1698d8b636dSPaolo BonziniF: hw/mips/
1705995db88SThomas HuthF: hw/misc/mips_*
1715995db88SThomas HuthF: hw/intc/mips_gic.c
1725995db88SThomas HuthF: hw/timer/mips_gictimer.c
1735995db88SThomas HuthF: include/hw/mips/
1745995db88SThomas HuthF: include/hw/misc/mips_*
1755995db88SThomas HuthF: include/hw/intc/mips_gic.h
1765995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
177c0bd0b50SPaolo BonziniF: tests/tcg/mips/
178c17652eeSPaolo BonziniF: disas/mips.c
179fd5d5c56SAnthony Liguori
180d15a9c23SAnthony GreenMoxie
181d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
182d15a9c23SAnthony GreenS: Maintained
183fcf5ef2aSThomas HuthF: target/moxie/
184c17652eeSPaolo BonziniF: disas/moxie.c
185a3ccdfb5SThomas HuthF: hw/moxie/
186a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
187d15a9c23SAnthony Green
188e671711cSMarek VasutNiosII
189e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
190e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
191e671711cSMarek VasutS: Maintained
192e671711cSMarek VasutF: target/nios2/
193e671711cSMarek VasutF: hw/nios2/
194e671711cSMarek VasutF: disas/nios2.c
195e671711cSMarek Vasut
196945dad6dSJia LiuOpenRISC
1971d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
1981d7cf18dSStafford HorneS: Odd Fixes
199fcf5ef2aSThomas HuthF: target/openrisc/
200945dad6dSJia LiuF: hw/openrisc/
201c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
202945dad6dSJia Liu
203fd5d5c56SAnthony LiguoriPowerPC
204b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
205fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
206a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
207fd5d5c56SAnthony LiguoriS: Maintained
208fcf5ef2aSThomas HuthF: target/ppc/
2098d8b636dSPaolo BonziniF: hw/ppc/
210b5d55020SThomas HuthF: include/hw/ppc/
211c17652eeSPaolo BonziniF: disas/ppc.c
212fd5d5c56SAnthony Liguori
213749717a0SAlexander GrafS390
2142b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
215fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
216fd5d5c56SAnthony LiguoriS: Maintained
217fcf5ef2aSThomas HuthF: target/s390x/
2188d8b636dSPaolo BonziniF: hw/s390x/
219c17652eeSPaolo BonziniF: disas/s390.c
220b6f97c14Sbellard
221fd5d5c56SAnthony LiguoriSH4
222ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2232c9b7d1aSAndreas FärberS: Odd Fixes
224fcf5ef2aSThomas HuthF: target/sh4/
2258d8b636dSPaolo BonziniF: hw/sh4/
226c17652eeSPaolo BonziniF: disas/sh4.c
2278a90f900SThomas HuthF: include/hw/sh4/
228fd5d5c56SAnthony Liguori
229fd5d5c56SAnthony LiguoriSPARC
230f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2312c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
232fd5d5c56SAnthony LiguoriS: Maintained
233fcf5ef2aSThomas HuthF: target/sparc/
2348d8b636dSPaolo BonziniF: hw/sparc/
2358d8b636dSPaolo BonziniF: hw/sparc64/
236c17652eeSPaolo BonziniF: disas/sparc.c
237fd5d5c56SAnthony Liguori
238a6ea7b4cSAndreas FärberUniCore32
239a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
240a6ea7b4cSAndreas FärberS: Maintained
241fcf5ef2aSThomas HuthF: target/unicore32/
2428d8b636dSPaolo BonziniF: hw/unicore32/
24347b98d59SThomas HuthF: include/hw/unicore32/
244a6ea7b4cSAndreas Färber
245fd5d5c56SAnthony LiguoriX86
246d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
247d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
248e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
249b203a4baSEduardo HabkostS: Maintained
250fcf5ef2aSThomas HuthF: target/i386/
2518d8b636dSPaolo BonziniF: hw/i386/
252c17652eeSPaolo BonziniF: disas/i386.c
253fd5d5c56SAnthony Liguori
25416e7caaeSMax FilippovXtensa
25516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
256375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
25716e7caaeSMax FilippovS: Maintained
258fcf5ef2aSThomas HuthF: target/xtensa/
2598d8b636dSPaolo BonziniF: hw/xtensa/
260c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
26116e7caaeSMax Filippov
26248e06fe0SBastian KoppelmannTriCore
26348e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
26448e06fe0SBastian KoppelmannS: Maintained
265fcf5ef2aSThomas HuthF: target/tricore/
26648e06fe0SBastian KoppelmannF: hw/tricore/
267d46d14e6SThomas HuthF: include/hw/tricore/
26848e06fe0SBastian Koppelmann
269fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
270fd5d5c56SAnthony Liguori----------------------
271fd5d5c56SAnthony Liguori
272fd5d5c56SAnthony LiguoriOverall
273c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
274fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
275fd5d5c56SAnthony LiguoriS: Supported
276fd5d5c56SAnthony LiguoriF: */kvm.*
2771962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
278a95e9a48SThomas HuthF: include/sysemu/kvm*.h
279fd5d5c56SAnthony Liguori
280ed4659d1SPeter MaydellARM
281ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
282b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
283ed4659d1SPeter MaydellS: Maintained
284fcf5ef2aSThomas HuthF: target/arm/kvm.c
285ed4659d1SPeter Maydell
286a31896c4SJames HoganMIPS
287a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com>
288a31896c4SJames HoganS: Maintained
289fcf5ef2aSThomas HuthF: target/mips/kvm.c
290a31896c4SJames Hogan
291fd5d5c56SAnthony LiguoriPPC
292fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
293fd5d5c56SAnthony LiguoriS: Maintained
294fcf5ef2aSThomas HuthF: target/ppc/kvm.c
295fd5d5c56SAnthony Liguori
296fd5d5c56SAnthony LiguoriS390
297b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
298c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
299fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
300fd5d5c56SAnthony LiguoriS: Maintained
301fcf5ef2aSThomas HuthF: target/s390x/kvm.c
302fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
303fcf5ef2aSThomas HuthF: target/s390x/machine.c
3044277af19SCornelia HuckF: hw/intc/s390_flic.c
3054277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3064277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
307c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3083e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3093e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
310fd5d5c56SAnthony Liguori
311fd5d5c56SAnthony LiguoriX86
312d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
313fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
314fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
315fd5d5c56SAnthony LiguoriS: Supported
316fcf5ef2aSThomas HuthF: target/i386/kvm.c
317fd5d5c56SAnthony Liguori
3188a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3198a6b0cd7SStefano Stabellini----------------------
3208a6b0cd7SStefano Stabellini
3218a6b0cd7SStefano StabelliniX86
3223623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3233623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3246d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3258a6b0cd7SStefano StabelliniS: Supported
3268a6b0cd7SStefano StabelliniF: */xen*
327d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
328c92451c2SPaolo BonziniF: hw/char/xen_console.c
329c92451c2SPaolo BonziniF: hw/display/xenfb.c
330c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3319027ac50SStefano StabelliniF: hw/block/xen_*
332c92451c2SPaolo BonziniF: hw/xen/
333c92451c2SPaolo BonziniF: hw/xenpv/
3349027ac50SStefano StabelliniF: hw/i386/xen/
335c92451c2SPaolo BonziniF: include/hw/xen/
3369027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3378a6b0cd7SStefano Stabellini
3381bdd6874SStefan WeilHosts:
3391bdd6874SStefan Weil------
3401bdd6874SStefan Weil
3411bdd6874SStefan WeilLINUX
3421bdd6874SStefan WeilL: qemu-devel@nongnu.org
3431bdd6874SStefan WeilS: Maintained
3441bdd6874SStefan WeilF: linux-*
3451bdd6874SStefan WeilF: linux-headers/
3461bdd6874SStefan Weil
3471bdd6874SStefan WeilPOSIX
3481bdd6874SStefan WeilL: qemu-devel@nongnu.org
3491bdd6874SStefan WeilS: Maintained
3501bdd6874SStefan WeilF: *posix*
3511bdd6874SStefan Weil
3523c2bdbc1SKamil RytarowskiNETBSD
3533c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3543c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3553c2bdbc1SKamil RytarowskiS: Maintained
3561b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3573c2bdbc1SKamil Rytarowski
3581bdd6874SStefan WeilW32, W64
3591bdd6874SStefan WeilL: qemu-devel@nongnu.org
3601bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3611bdd6874SStefan WeilS: Maintained
3621bdd6874SStefan WeilF: *win32*
36303972660SThomas HuthF: */*win32*
36403972660SThomas HuthF: include/*/*win32*
36503972660SThomas HuthX: qga/*win32*
366885bdc95SStefan WeilF: qemu.nsi
3671bdd6874SStefan Weil
368fd5d5c56SAnthony LiguoriARM Machines
369fd5d5c56SAnthony Liguori------------
37084291fe7SliguangAllwinner-a10
37185b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
372b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37384291fe7SliguangS: Maintained
37485b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37585b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37684291fe7SliguangF: hw/arm/cubieboard.c
37784291fe7Sliguang
378e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
37906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
380b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38106271000SPaolo BonziniS: Maintained
38206271000SPaolo BonziniF: hw/char/pl011.c
38306271000SPaolo BonziniF: hw/display/pl110*
38406271000SPaolo BonziniF: hw/dma/pl080.c
38506271000SPaolo BonziniF: hw/dma/pl330.c
38606271000SPaolo BonziniF: hw/gpio/pl061.c
38706271000SPaolo BonziniF: hw/input/pl050.c
38806271000SPaolo BonziniF: hw/intc/pl190.c
38906271000SPaolo BonziniF: hw/sd/pl181.c
39006271000SPaolo BonziniF: hw/timer/pl031.c
39106271000SPaolo BonziniF: include/hw/arm/primecell.h
392e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
393e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
394e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
395e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
39606271000SPaolo Bonzini
39706271000SPaolo BonziniARM cores
39806271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
399b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
40006271000SPaolo BonziniS: Maintained
40106271000SPaolo BonziniF: hw/intc/arm*
40206271000SPaolo BonziniF: hw/intc/gic_internal.h
40306271000SPaolo BonziniF: hw/misc/a9scu.c
40406271000SPaolo BonziniF: hw/misc/arm11scu.c
40506271000SPaolo BonziniF: hw/timer/a9gtimer*
40606271000SPaolo BonziniF: hw/timer/arm_*
40706271000SPaolo BonziniF: include/hw/arm/arm.h
40806271000SPaolo BonziniF: include/hw/intc/arm*
40906271000SPaolo BonziniF: include/hw/misc/a9scu.h
41006271000SPaolo BonziniF: include/hw/misc/arm11scu.h
41106271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
41206271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
41306271000SPaolo Bonzini
414fc63dcffSEvgeny VoevodinExynos
415f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
416b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
417fc63dcffSEvgeny VoevodinS: Maintained
4188d8b636dSPaolo BonziniF: hw/*/exynos*
419ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
420fc63dcffSEvgeny Voevodin
421766fd09fSMark LangsdorfCalxeda Highbank
4229ef137caSRob HerringM: Rob Herring <robh@kernel.org>
423b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4249ef137caSRob HerringS: Maintained
4258d8b636dSPaolo BonziniF: hw/arm/highbank.c
4268d8b636dSPaolo BonziniF: hw/net/xgmac.c
427766fd09fSMark Langsdorf
4289082f121SAntony PavlovCanon DIGIC
4299082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
430b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4319082f121SAntony PavlovS: Maintained
4329082f121SAntony PavlovF: include/hw/arm/digic.h
4339082f121SAntony PavlovF: hw/*/digic*
4349082f121SAntony Pavlov
435fd5d5c56SAnthony LiguoriGumstix
4365dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
437b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
438fd5d5c56SAnthony LiguoriS: Orphan
4398d8b636dSPaolo BonziniF: hw/arm/gumstix.c
440fd5d5c56SAnthony Liguori
4410325559dSPeter Chubbi.MX31
4420325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
443b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4440325559dSPeter ChubbS: Odd fixes
4458d8b636dSPaolo BonziniF: hw/*/imx*
446f7e242d6SThomas HuthF: include/hw/*/imx*
4478d8b636dSPaolo BonziniF: hw/arm/kzm.c
448ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4490325559dSPeter Chubb
450fd5d5c56SAnthony LiguoriIntegrator CP
4511ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
452b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
453fd5d5c56SAnthony LiguoriS: Maintained
4548d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
455f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
456fd5d5c56SAnthony Liguori
457e5a6a6e6SPeter MaydellMPS2
458e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
459e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
460e5a6a6e6SPeter MaydellS: Maintained
461e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
462e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
463e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
464e5a6a6e6SPeter Maydell
465fd5d5c56SAnthony LiguoriMusicpal
466fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
467b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
468fd5d5c56SAnthony LiguoriS: Maintained
4698d8b636dSPaolo BonziniF: hw/arm/musicpal.c
470fd5d5c56SAnthony Liguori
471fd5d5c56SAnthony LiguorinSeries
472fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
473b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
474fd5d5c56SAnthony LiguoriS: Maintained
4758d8b636dSPaolo BonziniF: hw/arm/nseries.c
476fd5d5c56SAnthony Liguori
477fd5d5c56SAnthony LiguoriPalm
478fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
479b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
480fd5d5c56SAnthony LiguoriS: Maintained
4818d8b636dSPaolo BonziniF: hw/arm/palm.c
482fd5d5c56SAnthony Liguori
483fd5d5c56SAnthony LiguoriReal View
4841ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
485b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
486fd5d5c56SAnthony LiguoriS: Maintained
4878d8b636dSPaolo BonziniF: hw/arm/realview*
488f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4895ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4905ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
491fd5d5c56SAnthony Liguori
4929b31bff0SPaolo BonziniPXA2XX
493fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
494b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
495fd5d5c56SAnthony LiguoriS: Maintained
4969b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4978d8b636dSPaolo BonziniF: hw/arm/spitz.c
4989b31bff0SPaolo BonziniF: hw/arm/tosa.c
4999b31bff0SPaolo BonziniF: hw/arm/z2.c
5009b31bff0SPaolo BonziniF: hw/*/pxa2xx*
501f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
502ed0db866SThomas HuthF: include/hw/arm/pxa.h
503fd5d5c56SAnthony Liguori
504fd5d5c56SAnthony LiguoriStellaris
5051ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
506b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
507fd5d5c56SAnthony LiguoriS: Maintained
5088d8b636dSPaolo BonziniF: hw/*/stellaris*
509fd5d5c56SAnthony Liguori
510fd5d5c56SAnthony LiguoriVersatile PB
5111ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
513fd5d5c56SAnthony LiguoriS: Maintained
5148d8b636dSPaolo BonziniF: hw/*/versatile*
515fd5d5c56SAnthony Liguori
516e3260506SPeter A. G. CrosthwaiteXilinx Zynq
517cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5184b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
519b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
520e3260506SPeter A. G. CrosthwaiteS: Maintained
521cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5228d8b636dSPaolo BonziniF: hw/*/cadence_*
523f7e242d6SThomas HuthF: hw/misc/zynq*
524f7e242d6SThomas HuthF: include/hw/misc/zynq*
525cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
526e3260506SPeter A. G. Crosthwaite
527137805f5SAlistair FrancisXilinx ZynqMP
528137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
529cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
530b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
531137805f5SAlistair FrancisS: Maintained
532cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
533f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
534137805f5SAlistair Francis
5358f4d260eSShannon ZhaoARM ACPI Subsystem
5368f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5378f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
538b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5398f4d260eSShannon ZhaoS: Maintained
5408f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5418f4d260eSShannon Zhao
542a1f8193bSAlistair FrancisSTM32F205
543a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
544a1f8193bSAlistair FrancisS: Maintained
545a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
546a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
547a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
548a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
549a1f8193bSAlistair FrancisF: hw/adc/*
550a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
551a1f8193bSAlistair Francis
552a1f8193bSAlistair FrancisNetduino 2
553a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
554a1f8193bSAlistair FrancisS: Maintained
555a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
556a1f8193bSAlistair Francis
557fd5d5c56SAnthony LiguoriCRIS Machines
558fd5d5c56SAnthony Liguori-------------
559fd5d5c56SAnthony LiguoriAxis Dev88
560fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
561fd5d5c56SAnthony LiguoriS: Maintained
5628d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5636e481d57SPeter MaydellF: hw/*/etraxfs_*.c
564fd5d5c56SAnthony Liguori
56507bf23a7SMichael WalleLM32 Machines
56607bf23a7SMichael Walle-------------
56707bf23a7SMichael WalleEVR32 and uclinux BSP
56807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
56907bf23a7SMichael WalleS: Maintained
5708d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
57107bf23a7SMichael Walle
572d118aa6bSMichael Wallemilkymist
573d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
574d118aa6bSMichael WalleS: Maintained
5758d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
576d118aa6bSMichael Walle
577afcacd53SAurelien JarnoM68K Machines
578fd5d5c56SAnthony Liguori-------------
579fd5d5c56SAnthony Liguorian5206
5805baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5815baf2741SThomas HuthS: Odd Fixes
5828d8b636dSPaolo BonziniF: hw/m68k/an5206.c
583e9a56114SThomas HuthF: hw/m68k/mcf5206.c
584fd5d5c56SAnthony Liguori
585fd5d5c56SAnthony Liguorimcf5208
5865baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5875baf2741SThomas HuthS: Odd Fixes
5888d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
589e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
590e9a56114SThomas HuthF: hw/char/mcf_uart.c
591e9a56114SThomas HuthF: hw/net/mcf_fec.c
5925baf2741SThomas HuthF: include/hw/m68k/mcf*.h
593fd5d5c56SAnthony Liguori
594fd5d5c56SAnthony LiguoriMicroBlaze Machines
595b6f97c14Sbellard-------------------
596fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
597fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
598fd5d5c56SAnthony LiguoriS: Maintained
5996e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
600b6f97c14Sbellard
601d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6024b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6048d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
605d36e8ce7SPeter A. G. Crosthwaite
606fd5d5c56SAnthony LiguoriMIPS Machines
607fd5d5c56SAnthony Liguori-------------
608fd5d5c56SAnthony LiguoriJazz
609fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
610fd5d5c56SAnthony LiguoriS: Maintained
6118d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
612fd5d5c56SAnthony Liguori
613fd5d5c56SAnthony LiguoriMalta
614fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
615fd5d5c56SAnthony LiguoriS: Maintained
6168d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
617fd5d5c56SAnthony Liguori
618fd5d5c56SAnthony LiguoriMipssim
619659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
620659f42d8SYongbok KimS: Odd Fixes
6218d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
622659f42d8SYongbok KimF: hw/net/mipsnet.c
623fd5d5c56SAnthony Liguori
624fd5d5c56SAnthony LiguoriR4000
625fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
626fd5d5c56SAnthony LiguoriS: Maintained
6278d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
628fd5d5c56SAnthony Liguori
629659f42d8SYongbok KimFulong 2E
630659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
631659f42d8SYongbok KimS: Odd Fixes
632659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
633659f42d8SYongbok Kim
634659f42d8SYongbok KimBoston
635659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
636659f42d8SYongbok KimS: Maintained
637659f42d8SYongbok KimF: hw/core/loader-fit.c
638659f42d8SYongbok KimF: hw/mips/boston.c
639659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
640659f42d8SYongbok Kim
641945dad6dSJia LiuOpenRISC Machines
642945dad6dSJia Liu-----------------
643945dad6dSJia Liuor1k-sim
644945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
645945dad6dSJia LiuS: Maintained
646945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
647945dad6dSJia Liu
648fd5d5c56SAnthony LiguoriPowerPC Machines
649fd5d5c56SAnthony Liguori----------------
650fd5d5c56SAnthony Liguori405
651fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
652a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6539b9fe135SAndreas FärberS: Odd Fixes
6548d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
655fd5d5c56SAnthony Liguori
656aaade8d7SAndreas FärberBamboo
657aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
658aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
659aaade8d7SAndreas FärberS: Odd Fixes
6608d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
661aaade8d7SAndreas Färber
66298cded3aSAndreas Färbere500
66398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
66498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
66598cded3aSAndreas FärberS: Supported
66698cded3aSAndreas FärberF: hw/ppc/e500.[hc]
66798cded3aSAndreas FärberF: hw/ppc/e500plat.c
668b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
669b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
670b5d55020SThomas HuthF: pc-bios/u-boot.e500
67198cded3aSAndreas Färber
67298cded3aSAndreas Färbermpc8544ds
67398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
67498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
67598cded3aSAndreas FärberS: Supported
67698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6778d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
67898cded3aSAndreas Färber
679fd5d5c56SAnthony LiguoriNew World
680fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
681a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
682fd5d5c56SAnthony LiguoriS: Maintained
683baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6846e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6856e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6868d8b636dSPaolo BonziniF: hw/misc/macio/
687b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
688b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
689fd5d5c56SAnthony Liguori
690fd5d5c56SAnthony LiguoriOld World
691fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
692a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
693fd5d5c56SAnthony LiguoriS: Maintained
694baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6956e481d57SPeter MaydellF: hw/pci-host/grackle.c
6968d8b636dSPaolo BonziniF: hw/misc/macio/
697835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
698fd5d5c56SAnthony Liguori
699ec38d398SAndreas FärberPReP
7008178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7019f38774dSAndreas FärberL: qemu-devel@nongnu.org
702a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7038178e89cSHervé PoussineauS: Maintained
70475610155SAndreas FärberF: hw/ppc/prep.c
7058178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7068178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7076e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7088d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
709835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
710fd5d5c56SAnthony Liguori
711300b115cSAndreas FärbersPAPR
712085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7138a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7148a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7158a269ca4SAndreas FärberS: Supported
7168d8b636dSPaolo BonziniF: hw/*/spapr*
717f9de2da7SDavid GibsonF: include/hw/*/spapr*
718f9de2da7SDavid GibsonF: hw/*/xics*
719f9de2da7SDavid GibsonF: include/hw/*/xics*
720f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
721b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
722b5d55020SThomas HuthF: pc-bios/slof.bin
723bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
724b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
725b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
726a70ab357SGreg KurzF: tests/spapr*
727a70ab357SGreg KurzF: tests/libqos/*spapr*
728a70ab357SGreg KurzF: tests/rtas*
729a70ab357SGreg KurzF: tests/libqos/rtas*
7308a269ca4SAndreas Färber
731794d00bfSAndreas Färbervirtex_ml507
732794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
733794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
734794d00bfSAndreas FärberS: Odd Fixes
7356e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
736794d00bfSAndreas Färber
737fd5d5c56SAnthony LiguoriSH4 Machines
738fd5d5c56SAnthony Liguori------------
739fd5d5c56SAnthony LiguoriR2D
740fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
741fd5d5c56SAnthony LiguoriS: Maintained
7426e481d57SPeter MaydellF: hw/sh4/r2d.c
74381527b94SThomas HuthF: hw/intc/sh_intc.c
74481527b94SThomas HuthF: hw/timer/sh_timer.c
745fd5d5c56SAnthony Liguori
746fd5d5c56SAnthony LiguoriShix
747fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
74881527b94SThomas HuthS: Odd Fixes
7496e481d57SPeter MaydellF: hw/sh4/shix.c
750fd5d5c56SAnthony Liguori
751fd5d5c56SAnthony LiguoriSPARC Machines
752fd5d5c56SAnthony Liguori--------------
753fd5d5c56SAnthony LiguoriSun4m
754f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
755fd5d5c56SAnthony LiguoriS: Maintained
7568d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
757c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
758c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7597098b79eSThomas HuthF: hw/misc/eccmemctl.c
7607098b79eSThomas HuthF: hw/misc/slavio_misc.c
761c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
762c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
763c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
764fd5d5c56SAnthony Liguori
765fd5d5c56SAnthony LiguoriSun4u
766f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
767fd5d5c56SAnthony LiguoriS: Maintained
7688d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
769c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
770fd5d5c56SAnthony Liguori
771a2664ca0SArtyom TarasenkoSun4v
772a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
773a2664ca0SArtyom TarasenkoS: Maintained
774a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
775a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
776a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
777a2664ca0SArtyom Tarasenko
778ce6c760cSFabien ChouteauLeon3
779ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
780ce6c760cSFabien ChouteauS: Maintained
7818d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7828d8b636dSPaolo BonziniF: hw/*/grlib*
783c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
784ce6c760cSFabien Chouteau
785fd5d5c56SAnthony LiguoriS390 Machines
786fd5d5c56SAnthony Liguori-------------
787dd4ad64aSCornelia HuckS390 Virtio-ccw
788c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
789b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
790dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
791dd4ad64aSCornelia HuckS: Supported
7920c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
793c5bfb202SCornelia HuckF: hw/s390x/
7944277af19SCornelia HuckF: include/hw/s390x/
7954277af19SCornelia HuckF: pc-bios/s390-ccw/
796c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7971e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7981e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7991e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8003e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8013e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
802dd4ad64aSCornelia Huck
803ab9528caSGuan XuetaoUniCore32 Machines
804ab9528caSGuan Xuetao-------------
805ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
806ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
807ab9528caSGuan XuetaoS: Maintained
8088d8b636dSPaolo BonziniF: hw/*/puv3*
809ab9528caSGuan XuetaoF: hw/unicore32/
810ab9528caSGuan Xuetao
811fd5d5c56SAnthony LiguoriX86 Machines
812fd5d5c56SAnthony Liguori------------
813fd5d5c56SAnthony LiguoriPC
814046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
815fd5d5c56SAnthony LiguoriS: Supported
816046a6486SMichael S. TsirkinF: include/hw/i386/
817046a6486SMichael S. TsirkinF: hw/i386/
818046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
819046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
820046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
821046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
822046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
823046a6486SMichael S. TsirkinF: hw/isa/piix4.c
824046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
825046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
826046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
827046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
828046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
829f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8309cc3b73cSPaolo BonziniF: hw/misc/sga.c
8319cc3b73cSPaolo Bonzini
8329cc3b73cSPaolo BonziniPC Chipset
8339cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8349cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8359cc3b73cSPaolo BonziniS: Support
8369cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8379cc3b73cSPaolo BonziniF: hw/char/parallel.c
8389cc3b73cSPaolo BonziniF: hw/char/serial*
8399cc3b73cSPaolo BonziniF: hw/dma/i8257*
8409cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8419cc3b73cSPaolo BonziniF: hw/intc/apic*
8429cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8439cc3b73cSPaolo BonziniF: hw/intc/i8259*
8449cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8459cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8469cc3b73cSPaolo BonziniF: hw/timer/hpet*
8479cc3b73cSPaolo BonziniF: hw/timer/i8254*
8489cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
849a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
850a2feb348SThomas HuthF: include/hw/timer/hpet.h
851a2feb348SThomas HuthF: include/hw/timer/i8254*
852a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
853046a6486SMichael S. Tsirkin
8545da4fb00SMichael S. TsirkinMachine core
8555da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8565da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8575da4fb00SMichael S. TsirkinS: Supported
8585da4fb00SMichael S. TsirkinF: hw/core/machine.c
859c1629c5cSThomas HuthF: hw/core/null-machine.c
8605da4fb00SMichael S. TsirkinF: include/hw/boards.h
861fd5d5c56SAnthony Liguori
86216e7caaeSMax FilippovXtensa Machines
86316e7caaeSMax Filippov---------------
864375847a6SMax Filippovsim
86516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
86616e7caaeSMax FilippovS: Maintained
867437a8c11SMax FilippovF: hw/xtensa/sim.c
868375847a6SMax Filippov
869437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
870375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
871375847a6SMax FilippovS: Maintained
872437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
873437a8c11SMax FilippovF: hw/net/opencores_eth.c
87416e7caaeSMax Filippov
875fd5d5c56SAnthony LiguoriDevices
876fd5d5c56SAnthony Liguori-------
877b30934cbSJiri SlabyEDU
878b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
879b30934cbSJiri SlabyS: Maintained
880b30934cbSJiri SlabyF: hw/misc/edu.c
881b30934cbSJiri Slaby
882fd5d5c56SAnthony LiguoriIDE
883c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
884c095348bSJohn SnowL: qemu-block@nongnu.org
885c095348bSJohn SnowS: Supported
8868d8b636dSPaolo BonziniF: include/hw/ide.h
887c9f7acd5SThomas HuthF: include/hw/ide/
888fd5d5c56SAnthony LiguoriF: hw/ide/
889c095348bSJohn SnowF: hw/block/block.c
890c095348bSJohn SnowF: hw/block/cdrom.c
891c095348bSJohn SnowF: hw/block/hd-geometry.c
892c095348bSJohn SnowF: tests/ide-test.c
893c095348bSJohn SnowF: tests/ahci-test.c
894aee50319SJohn SnowF: tests/libqos/ahci*
895c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
896c095348bSJohn Snow
897c095348bSJohn SnowFloppy
898c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
899c095348bSJohn SnowL: qemu-block@nongnu.org
900c095348bSJohn SnowS: Supported
901c095348bSJohn SnowF: hw/block/fdc.c
902c095348bSJohn SnowF: include/hw/block/fdc.h
903aee50319SJohn SnowF: tests/fdc-test.c
904c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
905fd5d5c56SAnthony Liguori
906f5f487b2SPeter MaydellOMAP
907f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
908f5f487b2SPeter MaydellS: Maintained
9098d8b636dSPaolo BonziniF: hw/*/omap*
910ed0db866SThomas HuthF: include/hw/arm/omap.h
911f5f487b2SPeter Maydell
91228d54e58SPaolo BonziniIPack
91328d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
91428d54e58SPaolo BonziniS: Odd Fixes
91528d54e58SPaolo BonziniF: hw/char/ipoctal232.c
91628d54e58SPaolo BonziniF: hw/ipack/
91728d54e58SPaolo Bonzini
918fd5d5c56SAnthony LiguoriPCI
919fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
920874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
921fd5d5c56SAnthony LiguoriS: Supported
9228d8b636dSPaolo BonziniF: include/hw/pci/*
923f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
924ca818cfbSMichael S. TsirkinF: hw/pci/*
925f178bc6bSPaolo BonziniF: hw/pci-bridge/*
9260e0b3592SMichael S. Tsirkin
927d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9280e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9290e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9300e0b3592SMichael S. TsirkinS: Supported
9310e0b3592SMichael S. TsirkinF: include/hw/acpi/*
932d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9330e0b3592SMichael S. TsirkinF: hw/mem/*
9348d8b636dSPaolo BonziniF: hw/acpi/*
935d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9360e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9370e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9383248f1b4SBen WarrenF: tests/bios-tables-test.c
9393248f1b4SBen WarrenF: tests/acpi-utils.[hc]
940fd5d5c56SAnthony Liguori
941aaade8d7SAndreas Färberppc4xx
942aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
943aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
944aaade8d7SAndreas FärberS: Odd Fixes
9458d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
946b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
947aaade8d7SAndreas Färber
94898cded3aSAndreas Färberppce500
94998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
95098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
95198cded3aSAndreas FärberS: Supported
9526e481d57SPeter MaydellF: hw/ppc/e500*
953566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
954566dd236SPaolo BonziniF: hw/net/fsl_etsec/
95598cded3aSAndreas Färber
95661af0ee6SPaolo BonziniCharacter devices
95761af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
95861af0ee6SPaolo BonziniS: Odd Fixes
95961af0ee6SPaolo BonziniF: hw/char/
96061af0ee6SPaolo Bonzini
961f536f112SPaolo BonziniNetwork devices
962f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
963f536f112SPaolo BonziniS: Odd Fixes
964f536f112SPaolo BonziniF: hw/net/
9656bd7776cSGreg KurzF: tests/virtio-net-test.c
966f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
967f536f112SPaolo Bonzini
968fd5d5c56SAnthony LiguoriSCSI
969de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
970de7724f7SPaolo BonziniS: Supported
97174460f34SThomas HuthF: include/hw/scsi/*
9728d8b636dSPaolo BonziniF: hw/scsi/*
9736bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9741ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
975de7724f7SPaolo Bonzini
976de7724f7SPaolo BonziniLSI53C895A
9770e19885eSAnthony LiguoriS: Orphan
9788d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
979fd5d5c56SAnthony Liguori
980fcb5629dSPeter A. G. CrosthwaiteSSI
9814b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
982fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9838d8b636dSPaolo BonziniF: hw/ssi/*
9848d8b636dSPaolo BonziniF: hw/block/m25p80.c
9854b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9864b46ba61SAlistair Francis
9874b46ba61SAlistair FrancisXilinx SPI
9884b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9894b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9904b46ba61SAlistair FrancisS: Maintained
9914b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
992fcb5629dSPeter A. G. Crosthwaite
993fd5d5c56SAnthony LiguoriUSB
9945d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9955d0d62feSGerd HoffmannS: Maintained
9968d8b636dSPaolo BonziniF: hw/usb/*
99728edfce0SGongleiF: tests/usb-*-test.c
998beded0ffSThomas HuthF: docs/usb2.txt
999beded0ffSThomas HuthF: docs/usb-storage.txt
1000beded0ffSThomas HuthF: include/hw/usb.h
1001beded0ffSThomas HuthF: include/hw/usb/
1002*104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1003fd5d5c56SAnthony Liguori
1004e26082fdSPaolo BonziniUSB (serial adapter)
1005e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1006e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1007e26082fdSPaolo BonziniS: Maintained
1008e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1009e26082fdSPaolo Bonzini
101092e1fb5eSAlex WilliamsonVFIO
101192e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
101292e1fb5eSAlex WilliamsonS: Supported
1013cf7087dbSKim PhillipsF: hw/vfio/*
101499b88c6dSThomas HuthF: include/hw/vfio/
101592e1fb5eSAlex Williamson
10165eb74557SDong Jia Shivfio-ccw
1017c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10185eb74557SDong Jia ShiS: Supported
10195eb74557SDong Jia ShiF: hw/vfio/ccw.c
10205eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10215eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10225eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
10235eb74557SDong Jia Shi
1024fd5d5c56SAnthony Liguorivhost
1025fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1026fd5d5c56SAnthony LiguoriS: Supported
10278d8b636dSPaolo BonziniF: hw/*/*vhost*
1028fd5d5c56SAnthony Liguori
1029fd5d5c56SAnthony Liguorivirtio
1030a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1031fd5d5c56SAnthony LiguoriS: Supported
10328d8b636dSPaolo BonziniF: hw/*/virtio*
103372fa605dSThomas HuthF: hw/virtio/Makefile.objs
103472fa605dSThomas HuthF: hw/virtio/trace-events
10356a084ea3SMichael S. TsirkinF: net/vhost-user.c
1036494f7b57SThomas HuthF: include/hw/virtio/
10376bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1038fd5d5c56SAnthony Liguori
1039fd5d5c56SAnthony Liguorivirtio-9p
104023704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10418c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1042fd5d5c56SAnthony LiguoriS: Supported
1043aebeca25SAndreas FärberF: hw/9pfs/
1044aebeca25SAndreas FärberF: fsdev/
10452d888c09SAndreas FärberF: tests/virtio-9p-test.c
10463f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10478c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1048fd5d5c56SAnthony Liguori
1049fd5d5c56SAnthony Liguorivirtio-blk
105054d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1051b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1052fd5d5c56SAnthony LiguoriS: Supported
10538d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1054b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10556bd7776cSGreg KurzF: tests/virtio-blk-test.c
1056b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1057fd5d5c56SAnthony Liguori
1058dd4ad64aSCornelia Huckvirtio-ccw
1059c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1060b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1061dd4ad64aSCornelia HuckS: Supported
1062dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10633e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10643e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1065dd4ad64aSCornelia Huck
1066a5d4d7b5SGerd Hoffmannvirtio-input
1067a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1068a5d4d7b5SGerd HoffmannS: Maintained
1069a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1070a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1071a5d4d7b5SGerd Hoffmann
1072fd5d5c56SAnthony Liguorivirtio-serial
1073cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1074fd5d5c56SAnthony LiguoriS: Supported
10758d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10768d8b636dSPaolo BonziniF: hw/char/virtio-console.c
107768a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10786bd7776cSGreg KurzF: tests/virtio-console-test.c
10796bd7776cSGreg KurzF: tests/virtio-serial-test.c
1080fd5d5c56SAnthony Liguori
10811f51a5cbSAmit Shahvirtio-rng
1082cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10831f51a5cbSAmit ShahS: Supported
10841f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10851f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1086750cf869SThomas HuthF: include/sysemu/rng*.h
10871f51a5cbSAmit ShahF: backends/rng*.c
10886bd7776cSGreg KurzF: tests/virtio-rng-test.c
10891f51a5cbSAmit Shah
10906034011cSGongleivirtio-crypto
10916034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10926034011cSGongleiS: Supported
10936034011cSGongleiF: hw/virtio/virtio-crypto.c
10946034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10956034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10966034011cSGonglei
1097f3c507adSKeith Buschnvme
1098f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1099c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1100f3c507adSKeith BuschS: Supported
1101f3c507adSKeith BuschF: hw/block/nvme*
1102fc967791SAndreas FärberF: tests/nvme-test.c
1103f3c507adSKeith Busch
1104d383c625SHannes Reineckemegasas
1105d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1106c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1107d383c625SHannes ReineckeS: Supported
1108d383c625SHannes ReineckeF: hw/scsi/megasas.c
1109d383c625SHannes ReineckeF: hw/scsi/mfi.h
1110d383c625SHannes Reinecke
1111605d52e6SDmitry FleytmanNetwork packet abstractions
1112605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1113605d52e6SDmitry FleytmanS: Maintained
1114605d52e6SDmitry FleytmanF: include/net/eth.h
1115605d52e6SDmitry FleytmanF: net/eth.c
1116605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1117605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1118605d52e6SDmitry Fleytman
1119622fb504SDmitry FleytmanVmware
1120622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1121622fb504SDmitry FleytmanS: Maintained
1122622fb504SDmitry FleytmanF: hw/net/vmxnet*
1123622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1124622fb504SDmitry Fleytman
1125de24d3f1SScott FeldmanRocker
1126de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1127de24d3f1SScott FeldmanS: Maintained
1128de24d3f1SScott FeldmanF: hw/net/rocker/
1129de850948SThomas HuthF: tests/rocker/
1130de850948SThomas HuthF: docs/specs/rocker.txt
1131de24d3f1SScott Feldman
113270d1fb9cSXiao GuangrongNVDIMM
113370d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
113470d1fb9cSXiao GuangrongS: Maintained
113570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
113670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
113770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
113870d1fb9cSXiao Guangrong
1139093454e2SDmitry Fleytmane1000x
1140093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1141093454e2SDmitry FleytmanS: Maintained
1142093454e2SDmitry FleytmanF: hw/net/e1000x*
1143093454e2SDmitry Fleytman
11446f3fbe4eSDmitry Fleytmane1000e
11456f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11466f3fbe4eSDmitry FleytmanS: Maintained
11476f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11486f3fbe4eSDmitry Fleytman
1149e481a1f6SAlistair FrancisGeneric Loader
1150e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1151e481a1f6SAlistair FrancisS: Maintained
1152e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1153e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1154e481a1f6SAlistair Francis
115587a9023aSThomas HuthCHRP NVRAM
115687a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
115787a9023aSThomas HuthS: Maintained
115887a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
115987a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
116087a9023aSThomas HuthF: tests/prom-env-test.c
116187a9023aSThomas Huth
116242697d88SBen WarrenVM Generation ID
116342697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
116442697d88SBen WarrenS: Maintained
116542697d88SBen WarrenF: hw/acpi/vmgenid.c
116642697d88SBen WarrenF: include/hw/acpi/vmgenid.h
116742697d88SBen WarrenF: docs/specs/vmgenid.txt
116842697d88SBen WarrenF: tests/vmgenid-test.c
116942697d88SBen WarrenF: stubs/vmgenid.c
117042697d88SBen Warren
1171747969dbSPhilippe Mathieu-DaudéUnimplemented device
1172747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1173747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1174747969dbSPhilippe Mathieu-DaudéS: Maintained
1175747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1176747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1177747969dbSPhilippe Mathieu-Daudé
1178fd5d5c56SAnthony LiguoriSubsystems
1179fd5d5c56SAnthony Liguori----------
1180fd5d5c56SAnthony LiguoriAudio
11819f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1182fd5d5c56SAnthony LiguoriS: Maintained
1183fd5d5c56SAnthony LiguoriF: audio/
11848d8b636dSPaolo BonziniF: hw/audio/
1185a2b245aeSThomas HuthF: include/hw/audio/
1186d7b50c0cSAndreas FärberF: tests/ac97-test.c
11878fa74c94SAndreas FärberF: tests/es1370-test.c
1188fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1189fd5d5c56SAnthony Liguori
119017f1e8f5SStefan HajnocziBlock layer core
1191fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1192c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1193c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1194fd5d5c56SAnthony LiguoriS: Supported
1195fd5d5c56SAnthony LiguoriF: block*
1196fd5d5c56SAnthony LiguoriF: block/
11978d8b636dSPaolo BonziniF: hw/block/
11984c346e0bSKevin WolfF: include/block/
119946078760SKevin WolfF: qemu-img*
120046078760SKevin WolfF: qemu-io*
120129242091SKevin WolfF: tests/qemu-iotests/
12028dd30c86SMax ReitzF: util/qemu-progress.c
1203d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1204fd5d5c56SAnthony Liguori
1205d55053b1SStefan HajnocziBlock I/O path
1206d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
12079ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1208d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1209d55053b1SStefan HajnocziS: Supported
121036c697bdSPaolo BonziniF: util/async.c
121136c697bdSPaolo BonziniF: util/aio-*.c
1212d55053b1SStefan HajnocziF: block/io.c
1213d55053b1SStefan HajnocziF: migration/block*
1214e1029ae2SFam ZhengF: include/block/aio.h
1215d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1216d55053b1SStefan Hajnoczi
1217280458a3SJeff CodyBlock Jobs
1218280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1219280458a3SJeff CodyL: qemu-block@nongnu.org
1220280458a3SJeff CodyS: Supported
1221280458a3SJeff CodyF: blockjob.c
1222280458a3SJeff CodyF: include/block/blockjob.h
1223280458a3SJeff CodyF: block/backup.c
1224280458a3SJeff CodyF: block/commit.c
122577346025SJeff CodyF: block/stream.c
1226280458a3SJeff CodyF: block/mirror.c
1227280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1228280458a3SJeff Cody
12294120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12304120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12314120201dSMarkus ArmbrusterS: Supported
12324120201dSMarkus ArmbrusterF: blockdev.c
12334120201dSMarkus ArmbrusterF: block/qapi.c
12344120201dSMarkus ArmbrusterF: qapi/block*.json
1235fa988e39SMarkus ArmbrusterF: qapi/transaction.json
12364120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12374120201dSMarkus Armbruster
1238538193bcSJohn SnowDirty Bitmaps
1239538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1240538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1241538193bcSJohn SnowL: qemu-block@nongnu.org
1242538193bcSJohn SnowS: Supported
1243538193bcSJohn SnowF: util/hbitmap.c
1244538193bcSJohn SnowF: block/dirty-bitmap.c
1245538193bcSJohn SnowF: include/qemu/hbitmap.h
1246538193bcSJohn SnowF: include/block/dirty-bitmap.h
1247538193bcSJohn SnowF: tests/test-hbitmap.c
1248538193bcSJohn SnowF: docs/bitmaps.md
1249538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1250538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1251538193bcSJohn Snow
125261af0ee6SPaolo BonziniCharacter device backends
1253da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
125455fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1255fd5d5c56SAnthony LiguoriS: Maintained
1256178fe0aeSMarc-André LureauF: chardev/
12578228e353SMarc-André LureauF: include/chardev/
1258dbeee392SMarkus ArmbrusterF: qapi/char.json
1259fd5d5c56SAnthony Liguori
1260e26082fdSPaolo BonziniCharacter Devices (Braille)
1261e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1262e26082fdSPaolo BonziniS: Maintained
12636b10e573SMarc-André LureauF: chardev/baum.c
1264fd5d5c56SAnthony Liguori
1265e94630d3SMarkus ArmbrusterCommand line option argument parsing
1266e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1267e94630d3SMarkus ArmbrusterS: Supported
1268e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1269e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1270e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1271e94630d3SMarkus ArmbrusterF: util/keyval.c
1272e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1273e94630d3SMarkus Armbruster
12748c413e79SMarkus ArmbrusterCoverity model
12758c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12768c413e79SMarkus ArmbrusterS: Supported
12778c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12788c413e79SMarkus Armbruster
1279f2ca0524SAndreas FärberCPU
128012b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1281f2ca0524SAndreas FärberS: Supported
1282f2ca0524SAndreas FärberF: qom/cpu.c
12836e481d57SPeter MaydellF: include/qom/cpu.h
1284f2ca0524SAndreas Färber
1285d24b569aSPeter A. G. CrosthwaiteDevice Tree
12864b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1287d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1288d24b569aSPeter A. G. CrosthwaiteS: Maintained
128982407515SThomas HuthF: device_tree.c
129082407515SThomas HuthF: include/sysemu/device_tree.h
1291d24b569aSPeter A. G. Crosthwaite
12924f966768SMarkus ArmbrusterError reporting
12934f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12944f966768SMarkus ArmbrusterS: Supported
12954f966768SMarkus ArmbrusterF: include/qapi/error.h
12964f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12974f966768SMarkus ArmbrusterF: util/error.c
12984f966768SMarkus ArmbrusterF: util/qemu-error.c
12994f966768SMarkus Armbruster
1300fd5d5c56SAnthony LiguoriGDB stub
13015dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1302fd5d5c56SAnthony LiguoriS: Odd Fixes
1303fd5d5c56SAnthony LiguoriF: gdbstub*
1304fd5d5c56SAnthony LiguoriF: gdb-xml/
1305fd5d5c56SAnthony Liguori
130601a9c03cSPaolo BonziniMemory API
130701a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
130801a9c03cSPaolo BonziniS: Supported
130901a9c03cSPaolo BonziniF: include/exec/ioport.h
131001a9c03cSPaolo BonziniF: ioport.c
131101a9c03cSPaolo BonziniF: include/exec/memory.h
13122b1641d0SPaolo BonziniF: include/exec/ram_addr.h
131301a9c03cSPaolo BonziniF: memory.c
131401a9c03cSPaolo BonziniF: include/exec/memory-internal.h
131501a9c03cSPaolo BonziniF: exec.c
131601a9c03cSPaolo Bonzini
13177ee3bf03SGerd HoffmannSPICE
13187ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
13197ee3bf03SGerd HoffmannS: Supported
13206e481d57SPeter MaydellF: include/ui/qemu-spice.h
1321438528a3SThomas HuthF: include/ui/spice-display.h
13227ee3bf03SGerd HoffmannF: ui/spice-*.c
13237ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13248d8b636dSPaolo BonziniF: hw/display/qxl*
1325608cfed6SMarkus ArmbrusterF: qapi/ui.json
13267ee3bf03SGerd Hoffmann
1327fd5d5c56SAnthony LiguoriGraphics
132825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
132925eccc37SGerd HoffmannS: Odd Fixes
1330fd5d5c56SAnthony LiguoriF: ui/
1331e220656cSThomas HuthF: include/ui/
1332608cfed6SMarkus ArmbrusterF: qapi/ui.json
1333fd5d5c56SAnthony Liguori
1334351f1bf6SAndreas FärberCocoa graphics
133530ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1336351f1bf6SAndreas FärberS: Odd Fixes
1337351f1bf6SAndreas FärberF: ui/cocoa.m
1338351f1bf6SAndreas Färber
1339fd5d5c56SAnthony LiguoriMain loop
1340da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1341da26f37aSPaolo BonziniS: Maintained
1342da26f37aSPaolo BonziniF: cpus.c
13433ecb29a3SPaolo BonziniF: util/main-loop.c
13443ecb29a3SPaolo BonziniF: util/qemu-timer.c
1345fd5d5c56SAnthony LiguoriF: vl.c
13460e201d34SMarkus ArmbrusterF: qapi/run-state.json
1347fd5d5c56SAnthony Liguori
13488899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1349c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1350fbb0621aSLuiz CapitulinoS: Maintained
1351fd5d5c56SAnthony LiguoriF: monitor.c
1352c13e9912SThomas HuthF: hmp.[ch]
1353c13e9912SThomas HuthF: hmp-commands*.hx
1354c13e9912SThomas HuthF: include/monitor/hmp-target.h
1355bbcee372SThomas HuthF: tests/test-hmp.c
1356fd5d5c56SAnthony Liguori
1357f536f112SPaolo BonziniNetwork device backends
1358442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1359fd5d5c56SAnthony LiguoriS: Maintained
1360fd5d5c56SAnthony LiguoriF: net/
1361d24b2b1cSThomas HuthF: include/net/
13625fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
13633c0bd37dSMarkus ArmbrusterF: qapi/net.json
1364fd5d5c56SAnthony Liguori
1365aee09bafSVincenzo MaffioneNetmap network backend
1366aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1367aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1368aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1369aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1370aee09bafSVincenzo MaffioneS: Maintained
1371aee09bafSVincenzo MaffioneF: net/netmap.c
1372aee09bafSVincenzo Maffione
13732f54eb98SEduardo HabkostNUMA
13742f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13752f54eb98SEduardo HabkostS: Maintained
13762f54eb98SEduardo HabkostF: numa.c
13772f54eb98SEduardo HabkostF: include/sysemu/numa.h
13782f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13792f54eb98SEduardo Habkost
13804fc264f4SEduardo HabkostHost Memory Backends
13814fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13824fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13834fc264f4SEduardo HabkostS: Maintained
13844fc264f4SEduardo HabkostF: backends/hostmem*.c
13854fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13864fc264f4SEduardo Habkost
13876034011cSGongleiCryptodev Backends
13886034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13896034011cSGongleiS: Maintained
13906034011cSGongleiF: include/sysemu/cryptodev*.h
13916034011cSGongleiF: backends/cryptodev*.c
13926034011cSGonglei
13938899b4aeSLuiz CapitulinoQAPI
13949740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13958899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13969740618cSLuiz CapitulinoS: Supported
13978899b4aeSLuiz CapitulinoF: qapi/
13980311c5bdSMarkus ArmbrusterX: qapi/*.json
1399ac4abb9aSMarkus ArmbrusterF: include/qapi/
1400ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1401ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1402c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1403ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1404e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1405ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1406e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
14070311c5bdSMarkus ArmbrusterF: scripts/qapi*
14080311c5bdSMarkus ArmbrusterF: docs/qapi*
14099740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14108899b4aeSLuiz Capitulino
14117810d291SLuiz CapitulinoQAPI Schema
14127810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
14137810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14147810d291SLuiz CapitulinoS: Supported
14157810d291SLuiz CapitulinoF: qapi-schema.json
14160311c5bdSMarkus ArmbrusterF: qapi/*.json
14179740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14187810d291SLuiz Capitulino
1419f3582ba4SLuiz CapitulinoQObject
1420daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1421daf5dc78SMarkus ArmbrusterS: Supported
1422f3582ba4SLuiz CapitulinoF: qobject/
14237735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
14247735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1425a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14267735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
142701b2ffceSMarc-André LureauF: tests/check-qnum.c
14287735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14297735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14307735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1431daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1432f3582ba4SLuiz Capitulino
1433f05d9999SMichael RothQEMU Guest Agent
1434f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1435f05d9999SMichael RothS: Maintained
1436f05d9999SMichael RothF: qga/
1437f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1438f05d9999SMichael Roth
14394688c94cSAndreas FärberQOM
14404688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14414688c94cSAndreas FärberS: Supported
14424688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14434688c94cSAndreas FärberF: include/qom/
14444688c94cSAndreas FärberX: include/qom/cpu.h
14454688c94cSAndreas FärberF: qom/
14464688c94cSAndreas FärberX: qom/cpu.c
14479f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14489f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14494688c94cSAndreas FärberF: tests/qom-test.c
14504688c94cSAndreas Färber
14518899b4aeSLuiz CapitulinoQMP
14529740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14539740618cSLuiz CapitulinoS: Supported
14548899b4aeSLuiz CapitulinoF: qmp.c
14558899b4aeSLuiz CapitulinoF: monitor.c
14569b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
14579740618cSLuiz CapitulinoF: scripts/qmp/
1458f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
14599740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14608899b4aeSLuiz Capitulino
1461cc0100f4SAlistair FrancisRegister API
1462cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1463cc0100f4SAlistair FrancisS: Maintained
1464cc0100f4SAlistair FrancisF: hw/core/register.c
1465cc0100f4SAlistair FrancisF: include/hw/register.h
1466cc0100f4SAlistair Francis
1467fd5d5c56SAnthony LiguoriSLIRP
1468eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1469bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1470bafc72abSJan KiszkaS: Maintained
1471fd5d5c56SAnthony LiguoriF: slirp/
1472663fb1e1SThomas HuthF: net/slirp.c
1473d24b2b1cSThomas HuthF: include/net/slirp.h
14741ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1475fd5d5c56SAnthony Liguori
1476b1ed728aSPaolo BonziniStubs
1477b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1478b1ed728aSPaolo BonziniS: Maintained
1479b1ed728aSPaolo BonziniF: stubs/
1480b1ed728aSPaolo Bonzini
1481598a3f35SStefan HajnocziTracing
14821cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1483598a3f35SStefan HajnocziS: Maintained
1484598a3f35SStefan HajnocziF: trace/
1485f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1486f70fd8fdSLluís VilanovaF: scripts/tracetool/
1487f922ea46SAndreas FärberF: docs/tracing.txt
14881ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1489598a3f35SStefan Hajnoczi
14903859b6cfSMarkus ArmbrusterTPM
14913859b6cfSMarkus ArmbrusterS: Orphan
14923859b6cfSMarkus ArmbrusterF: tpm.c
14933859b6cfSMarkus ArmbrusterF: hw/tpm/*
14943859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
14953859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
14963859b6cfSMarkus ArmbrusterF: qapi/tpm.json
14973859b6cfSMarkus Armbruster
149814f40fdcSBlue SwirlCheckpatch
149914f40fdcSBlue SwirlS: Odd Fixes
150014f40fdcSBlue SwirlF: scripts/checkpatch.pl
150114f40fdcSBlue Swirl
1502c0787c8dSJuan QuintelaMigration
1503c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1504d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1505c0787c8dSJuan QuintelaS: Maintained
1506c0787c8dSJuan QuintelaF: include/migration/
150744a1f946SDr. David Alan GilbertF: migration/
1508c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1509c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1510a609ad8bSThomas HuthF: docs/migration.txt
151148685a8eSMarkus ArmbrusterF: qapi/migration.json
1512c0787c8dSJuan Quintela
151392bfedb0SEduardo OtuboSeccomp
1514064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
151592bfedb0SEduardo OtuboS: Supported
151692bfedb0SEduardo OtuboF: qemu-seccomp.c
151792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
151892bfedb0SEduardo Otubo
1519ddbb0d09SDaniel P. BerrangeCryptography
1520ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1521ddbb0d09SDaniel P. BerrangeS: Maintained
1522ddbb0d09SDaniel P. BerrangeF: crypto/
1523ddbb0d09SDaniel P. BerrangeF: include/crypto/
1524ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1525899833cdSDaniel P. BerrangeF: qemu.sasl
1526ddbb0d09SDaniel P. Berrange
152710817bf0SDaniel P. BerrangeCoroutines
152810817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
152910817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
153010817bf0SDaniel P. BerrangeF: util/*coroutine*
153110817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
153210817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
153310817bf0SDaniel P. Berrange
153488c5f205SDaniel P. BerrangeBuffers
153588c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
153688c5f205SDaniel P. BerrangeS: Odd fixes
153788c5f205SDaniel P. BerrangeF: util/buffer.c
153888c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
153988c5f205SDaniel P. Berrange
1540666a3af9SDaniel P. BerrangeI/O Channels
1541666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1542666a3af9SDaniel P. BerrangeS: Maintained
1543666a3af9SDaniel P. BerrangeF: io/
1544666a3af9SDaniel P. BerrangeF: include/io/
1545666a3af9SDaniel P. BerrangeF: tests/test-io-*
1546666a3af9SDaniel P. Berrange
15475614a283SGerd HoffmannSockets
15485614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
15495614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15505614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
15515614a283SGerd HoffmannS: Maintained
15525614a283SGerd HoffmannF: include/qemu/sockets.h
15535614a283SGerd HoffmannF: util/qemu-sockets.c
1554a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
15555614a283SGerd Hoffmann
1556d310d85bSAlberto GarciaThrottling infrastructure
1557d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1558d310d85bSAlberto GarciaS: Supported
1559d310d85bSAlberto GarciaF: block/throttle-groups.c
1560d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1561d310d85bSAlberto GarciaF: include/qemu/throttle.h
1562d310d85bSAlberto GarciaF: util/throttle.c
1563d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1564d310d85bSAlberto Garcia
1565080d7aacSFam ZhengUUID
1566080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1567080d7aacSFam ZhengS: Supported
1568080d7aacSFam ZhengF: util/uuid.c
1569080d7aacSFam ZhengF: include/qemu/uuid.h
1570080d7aacSFam ZhengF: tests/test-uuid.c
1571080d7aacSFam Zheng
1572a4cc318eSzhanghailiangCOLO Framework
1573a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1574a4cc318eSzhanghailiangS: Maintained
1575a4cc318eSzhanghailiangF: migration/colo*
1576a4cc318eSzhanghailiangF: include/migration/colo.h
1577a4cc318eSzhanghailiangF: include/migration/failover.h
1578a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1579a4cc318eSzhanghailiang
158088f82ed1SZhang ChenCOLO Proxy
1581b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
158288f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
158388f82ed1SZhang ChenS: Supported
158488f82ed1SZhang ChenF: docs/colo-proxy.txt
158588f82ed1SZhang ChenF: net/colo*
158688f82ed1SZhang ChenF: net/filter-rewriter.c
158788f82ed1SZhang ChenF: net/filter-mirror.c
158888f82ed1SZhang Chen
158962258201SPavel DovgalyukRecord/replay
159062258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
159162258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
159262258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
159362258201SPavel DovgalyukS: Supported
159462258201SPavel DovgalyukF: replay/*
159562258201SPavel DovgalyukF: block/blkreplay.c
159662258201SPavel DovgalyukF: net/filter-replay.c
159762258201SPavel DovgalyukF: include/sysemu/replay.h
159862258201SPavel DovgalyukF: docs/replay.txt
159962258201SPavel DovgalyukF: stubs/replay.c
160062258201SPavel Dovgalyuk
1601fd5d5c56SAnthony LiguoriUsermode Emulation
1602fd5d5c56SAnthony Liguori------------------
1603486bbe5fSPaolo BonziniOverall
1604486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1605486bbe5fSPaolo BonziniS: Maintained
1606486bbe5fSPaolo BonziniF: thunk.c
1607486bbe5fSPaolo BonziniF: user-exec.c
16085564edb1SPaolo BonziniF: user-exec-stub.c
1609486bbe5fSPaolo Bonzini
1610fd5d5c56SAnthony LiguoriBSD user
1611297e8005SMarkus ArmbrusterS: Orphan
1612fd5d5c56SAnthony LiguoriF: bsd-user/
1613ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1614fd5d5c56SAnthony Liguori
1615fd5d5c56SAnthony LiguoriLinux user
1616fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1617ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1618fd5d5c56SAnthony LiguoriS: Maintained
1619fd5d5c56SAnthony LiguoriF: linux-user/
1620ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
162142f5a7e9SAurelien Jarno
162242f5a7e9SAurelien JarnoTiny Code Generator (TCG)
162342f5a7e9SAurelien Jarno-------------------------
162442f5a7e9SAurelien JarnoCommon code
1625cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
162642f5a7e9SAurelien JarnoS: Maintained
162742f5a7e9SAurelien JarnoF: tcg/
162842f5a7e9SAurelien Jarno
1629b25a464cSClaudio FontanaAArch64 target
1630b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1631b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1632b25a464cSClaudio FontanaS: Maintained
1633b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1634b25a464cSClaudio FontanaF: tcg/aarch64/
1635c17652eeSPaolo BonziniF: disas/arm-a64.cc
1636c17652eeSPaolo BonziniF: disas/libvixl/
1637b25a464cSClaudio Fontana
163842f5a7e9SAurelien JarnoARM target
163942f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
164042f5a7e9SAurelien JarnoS: Maintained
1641b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
164242f5a7e9SAurelien JarnoF: tcg/arm/
1643c17652eeSPaolo BonziniF: disas/arm.c
164442f5a7e9SAurelien Jarno
164542f5a7e9SAurelien Jarnoi386 target
16465dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
164742f5a7e9SAurelien JarnoS: Maintained
164842f5a7e9SAurelien JarnoF: tcg/i386/
1649c17652eeSPaolo BonziniF: disas/i386.c
165042f5a7e9SAurelien Jarno
165142f5a7e9SAurelien JarnoMIPS target
1652d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
165342f5a7e9SAurelien JarnoS: Maintained
165442f5a7e9SAurelien JarnoF: tcg/mips/
1655c17652eeSPaolo BonziniF: disas/mips.c
165642f5a7e9SAurelien Jarno
165742f5a7e9SAurelien JarnoPPC
165815610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
165915610d42SPranith KumarS: Odd Fixes
166042f5a7e9SAurelien JarnoF: tcg/ppc/
1661c17652eeSPaolo BonziniF: disas/ppc.c
166242f5a7e9SAurelien Jarno
166342f5a7e9SAurelien JarnoS390 target
166442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
166542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
166642f5a7e9SAurelien JarnoS: Maintained
166742f5a7e9SAurelien JarnoF: tcg/s390/
1668c17652eeSPaolo BonziniF: disas/s390.c
166942f5a7e9SAurelien Jarno
167042f5a7e9SAurelien JarnoSPARC target
1671297e8005SMarkus ArmbrusterS: Odd Fixes
167242f5a7e9SAurelien JarnoF: tcg/sparc/
1673c17652eeSPaolo BonziniF: disas/sparc.c
1674bc75c9e5SStefan Weil
1675bc75c9e5SStefan WeilTCI target
1676bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1677bc75c9e5SStefan WeilS: Maintained
16788ef9cd55SAndreas FärberF: tcg/tci/
1679752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1680c17652eeSPaolo BonziniF: disas/tci.c
1681aa09c951SAndreas Färber
1682f05b328cSStefan HajnocziBlock drivers
1683f05b328cSStefan Hajnoczi-------------
1684f05b328cSStefan HajnocziVMDK
1685f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1686c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1687f05b328cSStefan HajnocziS: Supported
1688f05b328cSStefan HajnocziF: block/vmdk.c
1689f05b328cSStefan Hajnoczi
1690f05b328cSStefan HajnocziRBD
16915a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1692280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1693280458a3SJeff CodyL: qemu-block@nongnu.org
1694f05b328cSStefan HajnocziS: Supported
1695f05b328cSStefan HajnocziF: block/rbd.c
1696280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1697f05b328cSStefan Hajnoczi
1698f05b328cSStefan HajnocziSheepdog
169953b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1700f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1701280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1702280458a3SJeff CodyL: qemu-block@nongnu.org
1703dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1704f05b328cSStefan HajnocziS: Supported
1705f05b328cSStefan HajnocziF: block/sheepdog.c
1706280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1707f05b328cSStefan Hajnoczi
1708f05b328cSStefan HajnocziVHDX
1709f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1710280458a3SJeff CodyL: qemu-block@nongnu.org
1711f05b328cSStefan HajnocziS: Supported
1712f05b328cSStefan HajnocziF: block/vhdx*
1713280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1714f05b328cSStefan Hajnoczi
1715f05b328cSStefan HajnocziVDI
1716f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1717c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1718f05b328cSStefan HajnocziS: Maintained
1719f05b328cSStefan HajnocziF: block/vdi.c
1720f05b328cSStefan Hajnoczi
1721f05b328cSStefan HajnocziiSCSI
1722f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1723f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1724f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1725c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1726f05b328cSStefan HajnocziS: Supported
1727f05b328cSStefan HajnocziF: block/iscsi.c
17282deb63c2SPeter LievenF: block/iscsi-opts.c
1729f05b328cSStefan Hajnoczi
173099c62e70SEric BlakeNetwork Block Device (NBD)
173199c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
173299c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
173399c62e70SEric BlakeL: qemu-block@nongnu.org
173499c62e70SEric BlakeS: Maintained
173599c62e70SEric BlakeF: block/nbd*
173699c62e70SEric BlakeF: nbd/
173799c62e70SEric BlakeF: include/block/nbd*
173899c62e70SEric BlakeF: qemu-nbd.*
173999c62e70SEric BlakeF: blockdev-nbd.c
174099c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
174199c62e70SEric Blake
17426542aa9cSPeter LievenNFS
1743280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
17446542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1745280458a3SJeff CodyL: qemu-block@nongnu.org
17466542aa9cSPeter LievenS: Maintained
17476542aa9cSPeter LievenF: block/nfs.c
1748280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
17496542aa9cSPeter Lieven
1750f05b328cSStefan HajnocziSSH
1751f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1752280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1753280458a3SJeff CodyL: qemu-block@nongnu.org
1754f05b328cSStefan HajnocziS: Supported
1755f05b328cSStefan HajnocziF: block/ssh.c
1756280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1757c9a12e75SChrysostomos Nanakos
1758280458a3SJeff CodyCURL
1759280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1760280458a3SJeff CodyL: qemu-block@nongnu.org
1761280458a3SJeff CodyS: Supported
1762280458a3SJeff CodyF: block/curl.c
1763280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1764280458a3SJeff Cody
1765280458a3SJeff CodyGLUSTER
1766280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1767280458a3SJeff CodyL: qemu-block@nongnu.org
1768280458a3SJeff CodyS: Supported
1769280458a3SJeff CodyF: block/gluster.c
1770280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1771b5e9476cSGonglei
1772199667a8SFam ZhengNull Block Driver
1773199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1774199667a8SFam ZhengL: qemu-block@nongnu.org
1775199667a8SFam ZhengS: Supported
1776199667a8SFam ZhengF: block/null.c
1777199667a8SFam Zheng
1778b5e9476cSGongleiBootdevice
1779b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1780b5e9476cSGongleiS: Maintained
1781b5e9476cSGongleiF: bootdevice.c
1782ecdda9e0SAlberto Garcia
1783ecdda9e0SAlberto GarciaQuorum
1784ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1785ecdda9e0SAlberto GarciaS: Supported
1786ecdda9e0SAlberto GarciaF: block/quorum.c
1787ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1788e7c6e631SStefan Hajnoczi
1789e7c6e631SStefan Hajnocziblkverify
1790e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1791e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1792e7c6e631SStefan HajnocziS: Supported
1793e7c6e631SStefan HajnocziF: block/blkverify.c
1794e7c6e631SStefan Hajnoczi
1795e7c6e631SStefan Hajnoczibochs
1796e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1797e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1798e7c6e631SStefan HajnocziS: Supported
1799e7c6e631SStefan HajnocziF: block/bochs.c
1800e7c6e631SStefan Hajnoczi
1801e7c6e631SStefan Hajnoczicloop
1802e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1803e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1804e7c6e631SStefan HajnocziS: Supported
1805e7c6e631SStefan HajnocziF: block/cloop.c
1806e7c6e631SStefan Hajnoczi
1807e7c6e631SStefan Hajnoczidmg
1808e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1809e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1810e7c6e631SStefan HajnocziS: Supported
1811e7c6e631SStefan HajnocziF: block/dmg.c
1812e7c6e631SStefan Hajnoczi
1813e7c6e631SStefan Hajnocziparallels
1814e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1815f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1816e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1817e7c6e631SStefan HajnocziS: Supported
1818e7c6e631SStefan HajnocziF: block/parallels.c
1819b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1820e7c6e631SStefan Hajnoczi
1821e7c6e631SStefan Hajnocziqed
1822e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1823e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1824e7c6e631SStefan HajnocziS: Supported
1825e7c6e631SStefan HajnocziF: block/qed.c
1826e7c6e631SStefan Hajnoczi
1827e7c6e631SStefan Hajnocziraw
1828e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1829e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1830e7c6e631SStefan HajnocziS: Supported
1831e7c6e631SStefan HajnocziF: block/linux-aio.c
1832f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
18332e6fc7ebSEric BlakeF: block/raw-format.c
1834c1bb86cdSEric BlakeF: block/file-posix.c
1835c1bb86cdSEric BlakeF: block/file-win32.c
1836e7c6e631SStefan HajnocziF: block/win32-aio.c
1837e7c6e631SStefan Hajnoczi
1838e7c6e631SStefan Hajnocziqcow2
1839e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1840c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1841e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1842e7c6e631SStefan HajnocziS: Supported
1843e7c6e631SStefan HajnocziF: block/qcow2*
1844e7c6e631SStefan Hajnoczi
1845e7c6e631SStefan Hajnocziqcow
1846e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1847e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1848e7c6e631SStefan HajnocziS: Supported
1849e7c6e631SStefan HajnocziF: block/qcow.c
1850e7c6e631SStefan Hajnoczi
1851e7c6e631SStefan Hajnocziblkdebug
1852e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1853c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1854e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1855e7c6e631SStefan HajnocziS: Supported
1856e7c6e631SStefan HajnocziF: block/blkdebug.c
1857e7c6e631SStefan Hajnoczi
1858e7c6e631SStefan Hajnoczivpc
1859e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1860e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1861e7c6e631SStefan HajnocziS: Supported
1862e7c6e631SStefan HajnocziF: block/vpc.c
1863e7c6e631SStefan Hajnoczi
1864e7c6e631SStefan Hajnoczivvfat
1865e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1866e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1867e7c6e631SStefan HajnocziS: Supported
1868e7c6e631SStefan HajnocziF: block/vvfat.c
1869abfe4e94SStefan Hajnoczi
1870abfe4e94SStefan HajnocziImage format fuzzer
1871abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1872abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1873abfe4e94SStefan HajnocziS: Supported
1874abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1875717171bdSDaniel P. Berrange
1876049105a3SChanglong XieReplication
1877205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
18783ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1879049105a3SChanglong XieS: Supported
1880049105a3SChanglong XieF: replication*
1881049105a3SChanglong XieF: block/replication.c
1882049105a3SChanglong XieF: tests/test-replication.c
1883049105a3SChanglong XieF: docs/block-replication.txt
1884049105a3SChanglong Xie
1885b9e02c06SAlex BennéeBuild and test automation
1886b9e02c06SAlex Bennée-------------------------
1887b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1888e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
188932b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1890b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1891e70dc7f8SAlex BennéeS: Maintained
1892b9e02c06SAlex BennéeF: .travis.yml
1893d92d886aSAlex BennéeF: .shippable.yml
1894e70dc7f8SAlex BennéeF: tests/docker/
1895e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
18962a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1897e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1898717171bdSDaniel P. Berrange
1899717171bdSDaniel P. BerrangeDocumentation
1900717171bdSDaniel P. Berrange-------------
1901717171bdSDaniel P. BerrangeBuild system architecture
1902717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1903717171bdSDaniel P. BerrangeS: Odd Fixes
1904717171bdSDaniel P. BerrangeF: docs/build-system.txt
19058a49e97fSFam Zheng
1906