xref: /openbmc/qemu/MAINTAINERS (revision c6a88dda)
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
90*c6a88ddaSPhilippe 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-*
277fd5d5c56SAnthony LiguoriF: */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-*
3278a6b0cd7SStefano StabelliniF: */xen*
328d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
329c92451c2SPaolo BonziniF: hw/char/xen_console.c
330c92451c2SPaolo BonziniF: hw/display/xenfb.c
331c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3329027ac50SStefano StabelliniF: hw/block/xen_*
333c92451c2SPaolo BonziniF: hw/xen/
334c92451c2SPaolo BonziniF: hw/xenpv/
3359027ac50SStefano StabelliniF: hw/i386/xen/
336c92451c2SPaolo BonziniF: include/hw/xen/
3379027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3388a6b0cd7SStefano Stabellini
3391bdd6874SStefan WeilHosts:
3401bdd6874SStefan Weil------
3411bdd6874SStefan Weil
3421bdd6874SStefan WeilLINUX
3431bdd6874SStefan WeilL: qemu-devel@nongnu.org
3441bdd6874SStefan WeilS: Maintained
3451bdd6874SStefan WeilF: linux-*
3461bdd6874SStefan WeilF: linux-headers/
3471bdd6874SStefan Weil
3481bdd6874SStefan WeilPOSIX
3491bdd6874SStefan WeilL: qemu-devel@nongnu.org
3501bdd6874SStefan WeilS: Maintained
3511bdd6874SStefan WeilF: *posix*
3521bdd6874SStefan Weil
3533c2bdbc1SKamil RytarowskiNETBSD
3543c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3553c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3563c2bdbc1SKamil RytarowskiS: Maintained
3573c2bdbc1SKamil RytarowskiK: (?i)NetBSD
3583c2bdbc1SKamil Rytarowski
3591bdd6874SStefan WeilW32, W64
3601bdd6874SStefan WeilL: qemu-devel@nongnu.org
3611bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
3621bdd6874SStefan WeilS: Maintained
3631bdd6874SStefan WeilF: *win32*
36403972660SThomas HuthF: */*win32*
36503972660SThomas HuthF: include/*/*win32*
36603972660SThomas HuthX: qga/*win32*
367885bdc95SStefan WeilF: qemu.nsi
3681bdd6874SStefan Weil
369fd5d5c56SAnthony LiguoriARM Machines
370fd5d5c56SAnthony Liguori------------
37184291fe7SliguangAllwinner-a10
37285b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
373b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
37484291fe7SliguangS: Maintained
37585b4d5daSBeniamino GalvaniF: hw/*/allwinner*
37685b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
37784291fe7SliguangF: hw/arm/cubieboard.c
37884291fe7Sliguang
37906271000SPaolo BonziniARM PrimeCell
38006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
381b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
38206271000SPaolo BonziniS: Maintained
38306271000SPaolo BonziniF: hw/char/pl011.c
38406271000SPaolo BonziniF: hw/display/pl110*
38506271000SPaolo BonziniF: hw/dma/pl080.c
38606271000SPaolo BonziniF: hw/dma/pl330.c
38706271000SPaolo BonziniF: hw/gpio/pl061.c
38806271000SPaolo BonziniF: hw/input/pl050.c
38906271000SPaolo BonziniF: hw/intc/pl190.c
39006271000SPaolo BonziniF: hw/sd/pl181.c
39106271000SPaolo BonziniF: hw/timer/pl031.c
39206271000SPaolo BonziniF: include/hw/arm/primecell.h
39306271000SPaolo Bonzini
39406271000SPaolo BonziniARM cores
39506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
396b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
39706271000SPaolo BonziniS: Maintained
39806271000SPaolo BonziniF: hw/intc/arm*
39906271000SPaolo BonziniF: hw/intc/gic_internal.h
40006271000SPaolo BonziniF: hw/misc/a9scu.c
40106271000SPaolo BonziniF: hw/misc/arm11scu.c
40206271000SPaolo BonziniF: hw/timer/a9gtimer*
40306271000SPaolo BonziniF: hw/timer/arm_*
40406271000SPaolo BonziniF: include/hw/arm/arm.h
40506271000SPaolo BonziniF: include/hw/intc/arm*
40606271000SPaolo BonziniF: include/hw/misc/a9scu.h
40706271000SPaolo BonziniF: include/hw/misc/arm11scu.h
40806271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
40906271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
41006271000SPaolo Bonzini
411fc63dcffSEvgeny VoevodinExynos
412f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
413b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
414fc63dcffSEvgeny VoevodinS: Maintained
4158d8b636dSPaolo BonziniF: hw/*/exynos*
416ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
417fc63dcffSEvgeny Voevodin
418766fd09fSMark LangsdorfCalxeda Highbank
4199ef137caSRob HerringM: Rob Herring <robh@kernel.org>
420b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4219ef137caSRob HerringS: Maintained
4228d8b636dSPaolo BonziniF: hw/arm/highbank.c
4238d8b636dSPaolo BonziniF: hw/net/xgmac.c
424766fd09fSMark Langsdorf
4259082f121SAntony PavlovCanon DIGIC
4269082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
427b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4289082f121SAntony PavlovS: Maintained
4299082f121SAntony PavlovF: include/hw/arm/digic.h
4309082f121SAntony PavlovF: hw/*/digic*
4319082f121SAntony Pavlov
432fd5d5c56SAnthony LiguoriGumstix
4335dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
434b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
435fd5d5c56SAnthony LiguoriS: Orphan
4368d8b636dSPaolo BonziniF: hw/arm/gumstix.c
437fd5d5c56SAnthony Liguori
4380325559dSPeter Chubbi.MX31
4390325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
440b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4410325559dSPeter ChubbS: Odd fixes
4428d8b636dSPaolo BonziniF: hw/*/imx*
443f7e242d6SThomas HuthF: include/hw/*/imx*
4448d8b636dSPaolo BonziniF: hw/arm/kzm.c
445ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
4460325559dSPeter Chubb
447fd5d5c56SAnthony LiguoriIntegrator CP
4481ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
449b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
450fd5d5c56SAnthony LiguoriS: Maintained
4518d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
452f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
453fd5d5c56SAnthony Liguori
454fd5d5c56SAnthony LiguoriMusicpal
455fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
456b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
457fd5d5c56SAnthony LiguoriS: Maintained
4588d8b636dSPaolo BonziniF: hw/arm/musicpal.c
459fd5d5c56SAnthony Liguori
460fd5d5c56SAnthony LiguorinSeries
461fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
462b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
463fd5d5c56SAnthony LiguoriS: Maintained
4648d8b636dSPaolo BonziniF: hw/arm/nseries.c
465fd5d5c56SAnthony Liguori
466fd5d5c56SAnthony LiguoriPalm
467fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
468b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
469fd5d5c56SAnthony LiguoriS: Maintained
4708d8b636dSPaolo BonziniF: hw/arm/palm.c
471fd5d5c56SAnthony Liguori
472fd5d5c56SAnthony LiguoriReal View
4731ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
474b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
475fd5d5c56SAnthony LiguoriS: Maintained
4768d8b636dSPaolo BonziniF: hw/arm/realview*
477f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
4785ea53049SPaolo BonziniF: hw/intc/realview_gic.c
4795ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
480fd5d5c56SAnthony Liguori
4819b31bff0SPaolo BonziniPXA2XX
482fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
483b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
484fd5d5c56SAnthony LiguoriS: Maintained
4859b31bff0SPaolo BonziniF: hw/arm/mainstone.c
4868d8b636dSPaolo BonziniF: hw/arm/spitz.c
4879b31bff0SPaolo BonziniF: hw/arm/tosa.c
4889b31bff0SPaolo BonziniF: hw/arm/z2.c
4899b31bff0SPaolo BonziniF: hw/*/pxa2xx*
490f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
491ed0db866SThomas HuthF: include/hw/arm/pxa.h
492fd5d5c56SAnthony Liguori
493fd5d5c56SAnthony LiguoriStellaris
4941ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
495b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
496fd5d5c56SAnthony LiguoriS: Maintained
4978d8b636dSPaolo BonziniF: hw/*/stellaris*
498fd5d5c56SAnthony Liguori
499fd5d5c56SAnthony LiguoriVersatile PB
5001ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
501b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
502fd5d5c56SAnthony LiguoriS: Maintained
5038d8b636dSPaolo BonziniF: hw/*/versatile*
504fd5d5c56SAnthony Liguori
505e3260506SPeter A. G. CrosthwaiteXilinx Zynq
506cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
5074b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
508b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
509e3260506SPeter A. G. CrosthwaiteS: Maintained
510cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5118d8b636dSPaolo BonziniF: hw/*/cadence_*
512f7e242d6SThomas HuthF: hw/misc/zynq*
513f7e242d6SThomas HuthF: include/hw/misc/zynq*
514cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
515e3260506SPeter A. G. Crosthwaite
516137805f5SAlistair FrancisXilinx ZynqMP
517137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
518cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
519b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
520137805f5SAlistair FrancisS: Maintained
521cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
522f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
523137805f5SAlistair Francis
5248f4d260eSShannon ZhaoARM ACPI Subsystem
5258f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
5268f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org>
527b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5288f4d260eSShannon ZhaoS: Maintained
5298f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5308f4d260eSShannon Zhao
531a1f8193bSAlistair FrancisSTM32F205
532a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
533a1f8193bSAlistair FrancisS: Maintained
534a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
535a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
536a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
537a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
538a1f8193bSAlistair FrancisF: hw/adc/*
539a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
540a1f8193bSAlistair Francis
541a1f8193bSAlistair FrancisNetduino 2
542a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
543a1f8193bSAlistair FrancisS: Maintained
544a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
545a1f8193bSAlistair Francis
546fd5d5c56SAnthony LiguoriCRIS Machines
547fd5d5c56SAnthony Liguori-------------
548fd5d5c56SAnthony LiguoriAxis Dev88
549fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
550fd5d5c56SAnthony LiguoriS: Maintained
5518d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
5526e481d57SPeter MaydellF: hw/*/etraxfs_*.c
553fd5d5c56SAnthony Liguori
55407bf23a7SMichael WalleLM32 Machines
55507bf23a7SMichael Walle-------------
55607bf23a7SMichael WalleEVR32 and uclinux BSP
55707bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
55807bf23a7SMichael WalleS: Maintained
5598d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
56007bf23a7SMichael Walle
561d118aa6bSMichael Wallemilkymist
562d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
563d118aa6bSMichael WalleS: Maintained
5648d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
565d118aa6bSMichael Walle
566afcacd53SAurelien JarnoM68K Machines
567fd5d5c56SAnthony Liguori-------------
568fd5d5c56SAnthony Liguorian5206
5695baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5705baf2741SThomas HuthS: Odd Fixes
5718d8b636dSPaolo BonziniF: hw/m68k/an5206.c
572e9a56114SThomas HuthF: hw/m68k/mcf5206.c
573fd5d5c56SAnthony Liguori
574fd5d5c56SAnthony Liguorimcf5208
5755baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
5765baf2741SThomas HuthS: Odd Fixes
5778d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
578e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
579e9a56114SThomas HuthF: hw/char/mcf_uart.c
580e9a56114SThomas HuthF: hw/net/mcf_fec.c
5815baf2741SThomas HuthF: include/hw/m68k/mcf*.h
582fd5d5c56SAnthony Liguori
583fd5d5c56SAnthony LiguoriMicroBlaze Machines
584b6f97c14Sbellard-------------------
585fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
586fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
587fd5d5c56SAnthony LiguoriS: Maintained
5886e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
589b6f97c14Sbellard
590d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
5914b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
592d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
5938d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
594d36e8ce7SPeter A. G. Crosthwaite
595fd5d5c56SAnthony LiguoriMIPS Machines
596fd5d5c56SAnthony Liguori-------------
597fd5d5c56SAnthony LiguoriJazz
598fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
599fd5d5c56SAnthony LiguoriS: Maintained
6008d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
601fd5d5c56SAnthony Liguori
602fd5d5c56SAnthony LiguoriMalta
603fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
604fd5d5c56SAnthony LiguoriS: Maintained
6058d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
606fd5d5c56SAnthony Liguori
607fd5d5c56SAnthony LiguoriMipssim
608659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
609659f42d8SYongbok KimS: Odd Fixes
6108d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
611659f42d8SYongbok KimF: hw/net/mipsnet.c
612fd5d5c56SAnthony Liguori
613fd5d5c56SAnthony LiguoriR4000
614fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
615fd5d5c56SAnthony LiguoriS: Maintained
6168d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
617fd5d5c56SAnthony Liguori
618659f42d8SYongbok KimFulong 2E
619659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com>
620659f42d8SYongbok KimS: Odd Fixes
621659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
622659f42d8SYongbok Kim
623659f42d8SYongbok KimBoston
624659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com>
625659f42d8SYongbok KimS: Maintained
626659f42d8SYongbok KimF: hw/core/loader-fit.c
627659f42d8SYongbok KimF: hw/mips/boston.c
628659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
629659f42d8SYongbok Kim
630945dad6dSJia LiuOpenRISC Machines
631945dad6dSJia Liu-----------------
632945dad6dSJia Liuor1k-sim
633945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
634945dad6dSJia LiuS: Maintained
635945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
636945dad6dSJia Liu
637fd5d5c56SAnthony LiguoriPowerPC Machines
638fd5d5c56SAnthony Liguori----------------
639fd5d5c56SAnthony Liguori405
640fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
641a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6429b9fe135SAndreas FärberS: Odd Fixes
6438d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
644fd5d5c56SAnthony Liguori
645aaade8d7SAndreas FärberBamboo
646aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
647aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
648aaade8d7SAndreas FärberS: Odd Fixes
6498d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
650aaade8d7SAndreas Färber
65198cded3aSAndreas Färbere500
65298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
65398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
65498cded3aSAndreas FärberS: Supported
65598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
65698cded3aSAndreas FärberF: hw/ppc/e500plat.c
657b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
658b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
659b5d55020SThomas HuthF: pc-bios/u-boot.e500
66098cded3aSAndreas Färber
66198cded3aSAndreas Färbermpc8544ds
66298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
66398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
66498cded3aSAndreas FärberS: Supported
66598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
6668d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
66798cded3aSAndreas Färber
668fd5d5c56SAnthony LiguoriNew World
669fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
670a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
671fd5d5c56SAnthony LiguoriS: Maintained
672baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
6736e481d57SPeter MaydellF: hw/pci-host/uninorth.c
6746e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
6758d8b636dSPaolo BonziniF: hw/misc/macio/
676b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
677b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
678fd5d5c56SAnthony Liguori
679fd5d5c56SAnthony LiguoriOld World
680fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
681a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
682fd5d5c56SAnthony LiguoriS: Maintained
683baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
6846e481d57SPeter MaydellF: hw/pci-host/grackle.c
6858d8b636dSPaolo BonziniF: hw/misc/macio/
686835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
687fd5d5c56SAnthony Liguori
688ec38d398SAndreas FärberPReP
6898178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
6909f38774dSAndreas FärberL: qemu-devel@nongnu.org
691a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
6928178e89cSHervé PoussineauS: Maintained
69375610155SAndreas FärberF: hw/ppc/prep.c
6948178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
6958178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
6966e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
6978d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc]
698835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
699fd5d5c56SAnthony Liguori
700300b115cSAndreas FärbersPAPR
701085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7028a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7038a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7048a269ca4SAndreas FärberS: Supported
7058d8b636dSPaolo BonziniF: hw/*/spapr*
706f9de2da7SDavid GibsonF: include/hw/*/spapr*
707f9de2da7SDavid GibsonF: hw/*/xics*
708f9de2da7SDavid GibsonF: include/hw/*/xics*
709f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
710b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
711b5d55020SThomas HuthF: pc-bios/slof.bin
712bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
713b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
714b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
715a70ab357SGreg KurzF: tests/spapr*
716a70ab357SGreg KurzF: tests/libqos/*spapr*
717a70ab357SGreg KurzF: tests/rtas*
718a70ab357SGreg KurzF: tests/libqos/rtas*
7198a269ca4SAndreas Färber
720794d00bfSAndreas Färbervirtex_ml507
721794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
722794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
723794d00bfSAndreas FärberS: Odd Fixes
7246e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
725794d00bfSAndreas Färber
726fd5d5c56SAnthony LiguoriSH4 Machines
727fd5d5c56SAnthony Liguori------------
728fd5d5c56SAnthony LiguoriR2D
729fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
730fd5d5c56SAnthony LiguoriS: Maintained
7316e481d57SPeter MaydellF: hw/sh4/r2d.c
73281527b94SThomas HuthF: hw/intc/sh_intc.c
73381527b94SThomas HuthF: hw/timer/sh_timer.c
734fd5d5c56SAnthony Liguori
735fd5d5c56SAnthony LiguoriShix
736fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
73781527b94SThomas HuthS: Odd Fixes
7386e481d57SPeter MaydellF: hw/sh4/shix.c
739fd5d5c56SAnthony Liguori
740fd5d5c56SAnthony LiguoriSPARC Machines
741fd5d5c56SAnthony Liguori--------------
742fd5d5c56SAnthony LiguoriSun4m
743f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
744fd5d5c56SAnthony LiguoriS: Maintained
7458d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
746c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
747c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
7487098b79eSThomas HuthF: hw/misc/eccmemctl.c
7497098b79eSThomas HuthF: hw/misc/slavio_misc.c
750c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
751c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
752c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
753fd5d5c56SAnthony Liguori
754fd5d5c56SAnthony LiguoriSun4u
755f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
756fd5d5c56SAnthony LiguoriS: Maintained
7578d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
758c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
759fd5d5c56SAnthony Liguori
760a2664ca0SArtyom TarasenkoSun4v
761a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
762a2664ca0SArtyom TarasenkoS: Maintained
763a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c
764a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
765a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
766a2664ca0SArtyom Tarasenko
767ce6c760cSFabien ChouteauLeon3
768ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
769ce6c760cSFabien ChouteauS: Maintained
7708d8b636dSPaolo BonziniF: hw/sparc/leon3.c
7718d8b636dSPaolo BonziniF: hw/*/grlib*
772c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
773ce6c760cSFabien Chouteau
774fd5d5c56SAnthony LiguoriS390 Machines
775fd5d5c56SAnthony Liguori-------------
776dd4ad64aSCornelia HuckS390 Virtio-ccw
777c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
778b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
779dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
780dd4ad64aSCornelia HuckS: Supported
7810c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
782c5bfb202SCornelia HuckF: hw/s390x/
7834277af19SCornelia HuckF: include/hw/s390x/
7844277af19SCornelia HuckF: pc-bios/s390-ccw/
785c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
7861e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
7871e4738b2SSascha SilbeF: pc-bios/s390-ccw.img
7881e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
7893e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
7903e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
791dd4ad64aSCornelia Huck
792ab9528caSGuan XuetaoUniCore32 Machines
793ab9528caSGuan Xuetao-------------
794ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
795ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
796ab9528caSGuan XuetaoS: Maintained
7978d8b636dSPaolo BonziniF: hw/*/puv3*
798ab9528caSGuan XuetaoF: hw/unicore32/
799ab9528caSGuan Xuetao
800fd5d5c56SAnthony LiguoriX86 Machines
801fd5d5c56SAnthony Liguori------------
802fd5d5c56SAnthony LiguoriPC
803046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
804fd5d5c56SAnthony LiguoriS: Supported
805046a6486SMichael S. TsirkinF: include/hw/i386/
806046a6486SMichael S. TsirkinF: hw/i386/
807046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
808046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
809046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
810046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
811046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
812046a6486SMichael S. TsirkinF: hw/isa/piix4.c
813046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
814046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
815046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
816046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
817046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
818f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
8199cc3b73cSPaolo BonziniF: hw/misc/sga.c
8209cc3b73cSPaolo Bonzini
8219cc3b73cSPaolo BonziniPC Chipset
8229cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
8239cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
8249cc3b73cSPaolo BonziniS: Support
8259cc3b73cSPaolo BonziniF: hw/char/debugcon.c
8269cc3b73cSPaolo BonziniF: hw/char/parallel.c
8279cc3b73cSPaolo BonziniF: hw/char/serial*
8289cc3b73cSPaolo BonziniF: hw/dma/i8257*
8299cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
8309cc3b73cSPaolo BonziniF: hw/intc/apic*
8319cc3b73cSPaolo BonziniF: hw/intc/ioapic*
8329cc3b73cSPaolo BonziniF: hw/intc/i8259*
8339cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
8349cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
8359cc3b73cSPaolo BonziniF: hw/timer/hpet*
8369cc3b73cSPaolo BonziniF: hw/timer/i8254*
8379cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
838a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
839a2feb348SThomas HuthF: include/hw/timer/hpet.h
840a2feb348SThomas HuthF: include/hw/timer/i8254*
841a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
842046a6486SMichael S. Tsirkin
8435da4fb00SMichael S. TsirkinMachine core
8445da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
8455da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
8465da4fb00SMichael S. TsirkinS: Supported
8475da4fb00SMichael S. TsirkinF: hw/core/machine.c
848c1629c5cSThomas HuthF: hw/core/null-machine.c
8495da4fb00SMichael S. TsirkinF: include/hw/boards.h
850fd5d5c56SAnthony Liguori
85116e7caaeSMax FilippovXtensa Machines
85216e7caaeSMax Filippov---------------
853375847a6SMax Filippovsim
85416e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
85516e7caaeSMax FilippovS: Maintained
856437a8c11SMax FilippovF: hw/xtensa/sim.c
857375847a6SMax Filippov
858437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
859375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
860375847a6SMax FilippovS: Maintained
861437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
862437a8c11SMax FilippovF: hw/net/opencores_eth.c
86316e7caaeSMax Filippov
864fd5d5c56SAnthony LiguoriDevices
865fd5d5c56SAnthony Liguori-------
866b30934cbSJiri SlabyEDU
867b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
868b30934cbSJiri SlabyS: Maintained
869b30934cbSJiri SlabyF: hw/misc/edu.c
870b30934cbSJiri Slaby
871fd5d5c56SAnthony LiguoriIDE
872c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
873c095348bSJohn SnowL: qemu-block@nongnu.org
874c095348bSJohn SnowS: Supported
8758d8b636dSPaolo BonziniF: include/hw/ide.h
876c9f7acd5SThomas HuthF: include/hw/ide/
877fd5d5c56SAnthony LiguoriF: hw/ide/
878c095348bSJohn SnowF: hw/block/block.c
879c095348bSJohn SnowF: hw/block/cdrom.c
880c095348bSJohn SnowF: hw/block/hd-geometry.c
881c095348bSJohn SnowF: tests/ide-test.c
882c095348bSJohn SnowF: tests/ahci-test.c
883aee50319SJohn SnowF: tests/libqos/ahci*
884c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
885c095348bSJohn Snow
886c095348bSJohn SnowFloppy
887c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
888c095348bSJohn SnowL: qemu-block@nongnu.org
889c095348bSJohn SnowS: Supported
890c095348bSJohn SnowF: hw/block/fdc.c
891c095348bSJohn SnowF: include/hw/block/fdc.h
892aee50319SJohn SnowF: tests/fdc-test.c
893c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
894fd5d5c56SAnthony Liguori
895f5f487b2SPeter MaydellOMAP
896f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
897f5f487b2SPeter MaydellS: Maintained
8988d8b636dSPaolo BonziniF: hw/*/omap*
899ed0db866SThomas HuthF: include/hw/arm/omap.h
900f5f487b2SPeter Maydell
90128d54e58SPaolo BonziniIPack
90228d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
90328d54e58SPaolo BonziniS: Odd Fixes
90428d54e58SPaolo BonziniF: hw/char/ipoctal232.c
90528d54e58SPaolo BonziniF: hw/ipack/
90628d54e58SPaolo Bonzini
907fd5d5c56SAnthony LiguoriPCI
908fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
909874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
910fd5d5c56SAnthony LiguoriS: Supported
9118d8b636dSPaolo BonziniF: include/hw/pci/*
912f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
913ca818cfbSMichael S. TsirkinF: hw/pci/*
914f178bc6bSPaolo BonziniF: hw/pci-bridge/*
9150e0b3592SMichael S. Tsirkin
916d31e5ae7SMichael S. TsirkinACPI/SMBIOS
9170e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9180e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
9190e0b3592SMichael S. TsirkinS: Supported
9200e0b3592SMichael S. TsirkinF: include/hw/acpi/*
921d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
9220e0b3592SMichael S. TsirkinF: hw/mem/*
9238d8b636dSPaolo BonziniF: hw/acpi/*
924d31e5ae7SMichael S. TsirkinF: hw/smbios/*
9250e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
9260e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
9273248f1b4SBen WarrenF: tests/bios-tables-test.c
9283248f1b4SBen WarrenF: tests/acpi-utils.[hc]
929fd5d5c56SAnthony Liguori
930aaade8d7SAndreas Färberppc4xx
931aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
932aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
933aaade8d7SAndreas FärberS: Odd Fixes
9348d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
935b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
936aaade8d7SAndreas Färber
93798cded3aSAndreas Färberppce500
93898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
93998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
94098cded3aSAndreas FärberS: Supported
9416e481d57SPeter MaydellF: hw/ppc/e500*
942566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
943566dd236SPaolo BonziniF: hw/net/fsl_etsec/
94498cded3aSAndreas Färber
94561af0ee6SPaolo BonziniCharacter devices
94661af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
94761af0ee6SPaolo BonziniS: Odd Fixes
94861af0ee6SPaolo BonziniF: hw/char/
94961af0ee6SPaolo Bonzini
950f536f112SPaolo BonziniNetwork devices
951f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
952f536f112SPaolo BonziniS: Odd Fixes
953f536f112SPaolo BonziniF: hw/net/
9546bd7776cSGreg KurzF: tests/virtio-net-test.c
955f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
956f536f112SPaolo Bonzini
957fd5d5c56SAnthony LiguoriSCSI
958de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
959de7724f7SPaolo BonziniS: Supported
96074460f34SThomas HuthF: include/hw/scsi/*
9618d8b636dSPaolo BonziniF: hw/scsi/*
9626bd7776cSGreg KurzF: tests/virtio-scsi-test.c
9631ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
964de7724f7SPaolo Bonzini
965de7724f7SPaolo BonziniLSI53C895A
9660e19885eSAnthony LiguoriS: Orphan
9678d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c
968fd5d5c56SAnthony Liguori
969fcb5629dSPeter A. G. CrosthwaiteSSI
9704b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
971fcb5629dSPeter A. G. CrosthwaiteS: Maintained
9728d8b636dSPaolo BonziniF: hw/ssi/*
9738d8b636dSPaolo BonziniF: hw/block/m25p80.c
9744b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
9754b46ba61SAlistair Francis
9764b46ba61SAlistair FrancisXilinx SPI
9774b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
9784b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
9794b46ba61SAlistair FrancisS: Maintained
9804b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
981fcb5629dSPeter A. G. Crosthwaite
982fd5d5c56SAnthony LiguoriUSB
9835d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
9845d0d62feSGerd HoffmannS: Maintained
9858d8b636dSPaolo BonziniF: hw/usb/*
98628edfce0SGongleiF: tests/usb-*-test.c
987beded0ffSThomas HuthF: docs/usb2.txt
988beded0ffSThomas HuthF: docs/usb-storage.txt
989beded0ffSThomas HuthF: include/hw/usb.h
990beded0ffSThomas HuthF: include/hw/usb/
991fd5d5c56SAnthony Liguori
992e26082fdSPaolo BonziniUSB (serial adapter)
993e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
994e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
995e26082fdSPaolo BonziniS: Maintained
996e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
997e26082fdSPaolo Bonzini
99892e1fb5eSAlex WilliamsonVFIO
99992e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
100092e1fb5eSAlex WilliamsonS: Supported
1001cf7087dbSKim PhillipsF: hw/vfio/*
100299b88c6dSThomas HuthF: include/hw/vfio/
100392e1fb5eSAlex Williamson
10045eb74557SDong Jia Shivfio-ccw
1005c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
10065eb74557SDong Jia ShiS: Supported
10075eb74557SDong Jia ShiF: hw/vfio/ccw.c
10085eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
10095eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
10105eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
10115eb74557SDong Jia Shi
1012fd5d5c56SAnthony Liguorivhost
1013fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1014fd5d5c56SAnthony LiguoriS: Supported
10158d8b636dSPaolo BonziniF: hw/*/*vhost*
1016fd5d5c56SAnthony Liguori
1017fd5d5c56SAnthony Liguorivirtio
1018a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1019fd5d5c56SAnthony LiguoriS: Supported
10208d8b636dSPaolo BonziniF: hw/*/virtio*
102172fa605dSThomas HuthF: hw/virtio/Makefile.objs
102272fa605dSThomas HuthF: hw/virtio/trace-events
10236a084ea3SMichael S. TsirkinF: net/vhost-user.c
1024494f7b57SThomas HuthF: include/hw/virtio/
10256bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1026fd5d5c56SAnthony Liguori
1027fd5d5c56SAnthony Liguorivirtio-9p
102823704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
10298c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1030fd5d5c56SAnthony LiguoriS: Supported
1031aebeca25SAndreas FärberF: hw/9pfs/
1032aebeca25SAndreas FärberF: fsdev/
10332d888c09SAndreas FärberF: tests/virtio-9p-test.c
10343f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git
10358c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1036fd5d5c56SAnthony Liguori
1037fd5d5c56SAnthony Liguorivirtio-blk
103854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1039b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1040fd5d5c56SAnthony LiguoriS: Supported
10418d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1042b457a5f5SStefan HajnocziF: hw/block/dataplane/*
10436bd7776cSGreg KurzF: tests/virtio-blk-test.c
1044b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1045fd5d5c56SAnthony Liguori
1046dd4ad64aSCornelia Huckvirtio-ccw
1047c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1048b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1049dd4ad64aSCornelia HuckS: Supported
1050dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
10513e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
10523e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1053dd4ad64aSCornelia Huck
1054a5d4d7b5SGerd Hoffmannvirtio-input
1055a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1056a5d4d7b5SGerd HoffmannS: Maintained
1057a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1058a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1059a5d4d7b5SGerd Hoffmann
1060fd5d5c56SAnthony Liguorivirtio-serial
1061cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1062fd5d5c56SAnthony LiguoriS: Supported
10638d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
10648d8b636dSPaolo BonziniF: hw/char/virtio-console.c
106568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
10666bd7776cSGreg KurzF: tests/virtio-console-test.c
10676bd7776cSGreg KurzF: tests/virtio-serial-test.c
1068fd5d5c56SAnthony Liguori
10691f51a5cbSAmit Shahvirtio-rng
1070cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
10711f51a5cbSAmit ShahS: Supported
10721f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
10731f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1074750cf869SThomas HuthF: include/sysemu/rng*.h
10751f51a5cbSAmit ShahF: backends/rng*.c
10766bd7776cSGreg KurzF: tests/virtio-rng-test.c
10771f51a5cbSAmit Shah
10786034011cSGongleivirtio-crypto
10796034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
10806034011cSGongleiS: Supported
10816034011cSGongleiF: hw/virtio/virtio-crypto.c
10826034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
10836034011cSGongleiF: include/hw/virtio/virtio-crypto.h
10846034011cSGonglei
1085f3c507adSKeith Buschnvme
1086f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1087c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1088f3c507adSKeith BuschS: Supported
1089f3c507adSKeith BuschF: hw/block/nvme*
1090fc967791SAndreas FärberF: tests/nvme-test.c
1091f3c507adSKeith Busch
1092d383c625SHannes Reineckemegasas
1093d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de>
1094c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1095d383c625SHannes ReineckeS: Supported
1096d383c625SHannes ReineckeF: hw/scsi/megasas.c
1097d383c625SHannes ReineckeF: hw/scsi/mfi.h
1098d383c625SHannes Reinecke
1099605d52e6SDmitry FleytmanNetwork packet abstractions
1100605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1101605d52e6SDmitry FleytmanS: Maintained
1102605d52e6SDmitry FleytmanF: include/net/eth.h
1103605d52e6SDmitry FleytmanF: net/eth.c
1104605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1105605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1106605d52e6SDmitry Fleytman
1107622fb504SDmitry FleytmanVmware
1108622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1109622fb504SDmitry FleytmanS: Maintained
1110622fb504SDmitry FleytmanF: hw/net/vmxnet*
1111622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
1112622fb504SDmitry Fleytman
1113de24d3f1SScott FeldmanRocker
1114de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1115de24d3f1SScott FeldmanS: Maintained
1116de24d3f1SScott FeldmanF: hw/net/rocker/
1117de850948SThomas HuthF: tests/rocker/
1118de850948SThomas HuthF: docs/specs/rocker.txt
1119de24d3f1SScott Feldman
112070d1fb9cSXiao GuangrongNVDIMM
112170d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com>
112270d1fb9cSXiao GuangrongS: Maintained
112370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
112470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
112570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
112670d1fb9cSXiao Guangrong
1127093454e2SDmitry Fleytmane1000x
1128093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
1129093454e2SDmitry FleytmanS: Maintained
1130093454e2SDmitry FleytmanF: hw/net/e1000x*
1131093454e2SDmitry Fleytman
11326f3fbe4eSDmitry Fleytmane1000e
11336f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com>
11346f3fbe4eSDmitry FleytmanS: Maintained
11356f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
11366f3fbe4eSDmitry Fleytman
1137e481a1f6SAlistair FrancisGeneric Loader
1138e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1139e481a1f6SAlistair FrancisS: Maintained
1140e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1141e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1142e481a1f6SAlistair Francis
114387a9023aSThomas HuthCHRP NVRAM
114487a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
114587a9023aSThomas HuthS: Maintained
114687a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
114787a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
114887a9023aSThomas HuthF: tests/prom-env-test.c
114987a9023aSThomas Huth
115042697d88SBen WarrenVM Generation ID
115142697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
115242697d88SBen WarrenS: Maintained
115342697d88SBen WarrenF: hw/acpi/vmgenid.c
115442697d88SBen WarrenF: include/hw/acpi/vmgenid.h
115542697d88SBen WarrenF: docs/specs/vmgenid.txt
115642697d88SBen WarrenF: tests/vmgenid-test.c
115742697d88SBen WarrenF: stubs/vmgenid.c
115842697d88SBen Warren
1159fd5d5c56SAnthony LiguoriSubsystems
1160fd5d5c56SAnthony Liguori----------
1161fd5d5c56SAnthony LiguoriAudio
11629f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1163fd5d5c56SAnthony LiguoriS: Maintained
1164fd5d5c56SAnthony LiguoriF: audio/
11658d8b636dSPaolo BonziniF: hw/audio/
1166a2b245aeSThomas HuthF: include/hw/audio/
1167d7b50c0cSAndreas FärberF: tests/ac97-test.c
11688fa74c94SAndreas FärberF: tests/es1370-test.c
1169fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1170fd5d5c56SAnthony Liguori
117117f1e8f5SStefan HajnocziBlock layer core
1172fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1173c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1174c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1175fd5d5c56SAnthony LiguoriS: Supported
1176fd5d5c56SAnthony LiguoriF: block*
1177fd5d5c56SAnthony LiguoriF: block/
11788d8b636dSPaolo BonziniF: hw/block/
11794c346e0bSKevin WolfF: include/block/
118046078760SKevin WolfF: qemu-img*
118146078760SKevin WolfF: qemu-io*
118229242091SKevin WolfF: tests/qemu-iotests/
11838dd30c86SMax ReitzF: util/qemu-progress.c
1184d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1185fd5d5c56SAnthony Liguori
1186d55053b1SStefan HajnocziBlock I/O path
1187d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
11889ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1189d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1190d55053b1SStefan HajnocziS: Supported
119136c697bdSPaolo BonziniF: util/async.c
119236c697bdSPaolo BonziniF: util/aio-*.c
1193d55053b1SStefan HajnocziF: block/io.c
1194d55053b1SStefan HajnocziF: migration/block*
1195e1029ae2SFam ZhengF: include/block/aio.h
1196d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1197d55053b1SStefan Hajnoczi
1198280458a3SJeff CodyBlock Jobs
1199280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1200280458a3SJeff CodyL: qemu-block@nongnu.org
1201280458a3SJeff CodyS: Supported
1202280458a3SJeff CodyF: blockjob.c
1203280458a3SJeff CodyF: include/block/blockjob.h
1204280458a3SJeff CodyF: block/backup.c
1205280458a3SJeff CodyF: block/commit.c
120677346025SJeff CodyF: block/stream.c
1207280458a3SJeff CodyF: block/mirror.c
1208280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1209280458a3SJeff Cody
12104120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
12114120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12124120201dSMarkus ArmbrusterS: Supported
12134120201dSMarkus ArmbrusterF: blockdev.c
12144120201dSMarkus ArmbrusterF: block/qapi.c
12154120201dSMarkus ArmbrusterF: qapi/block*.json
12164120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
12174120201dSMarkus Armbruster
1218538193bcSJohn SnowDirty Bitmaps
1219538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1220538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1221538193bcSJohn SnowL: qemu-block@nongnu.org
1222538193bcSJohn SnowS: Supported
1223538193bcSJohn SnowF: util/hbitmap.c
1224538193bcSJohn SnowF: block/dirty-bitmap.c
1225538193bcSJohn SnowF: include/qemu/hbitmap.h
1226538193bcSJohn SnowF: include/block/dirty-bitmap.h
1227538193bcSJohn SnowF: tests/test-hbitmap.c
1228538193bcSJohn SnowF: docs/bitmaps.md
1229538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1230538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1231538193bcSJohn Snow
123261af0ee6SPaolo BonziniCharacter device backends
1233da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
123455fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1235fd5d5c56SAnthony LiguoriS: Maintained
1236178fe0aeSMarc-André LureauF: chardev/
12378228e353SMarc-André LureauF: include/chardev/
1238fd5d5c56SAnthony Liguori
1239e26082fdSPaolo BonziniCharacter Devices (Braille)
1240e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1241e26082fdSPaolo BonziniS: Maintained
12426b10e573SMarc-André LureauF: chardev/baum.c
1243fd5d5c56SAnthony Liguori
1244e94630d3SMarkus ArmbrusterCommand line option argument parsing
1245e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1246e94630d3SMarkus ArmbrusterS: Supported
1247e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1248e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1249e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1250e94630d3SMarkus ArmbrusterF: util/keyval.c
1251e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1252e94630d3SMarkus Armbruster
12538c413e79SMarkus ArmbrusterCoverity model
12548c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12558c413e79SMarkus ArmbrusterS: Supported
12568c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
12578c413e79SMarkus Armbruster
1258f2ca0524SAndreas FärberCPU
125912b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1260f2ca0524SAndreas FärberS: Supported
1261f2ca0524SAndreas FärberF: qom/cpu.c
12626e481d57SPeter MaydellF: include/qom/cpu.h
1263f2ca0524SAndreas Färber
1264d24b569aSPeter A. G. CrosthwaiteDevice Tree
12654b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1266d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1267d24b569aSPeter A. G. CrosthwaiteS: Maintained
126882407515SThomas HuthF: device_tree.c
126982407515SThomas HuthF: include/sysemu/device_tree.h
1270d24b569aSPeter A. G. Crosthwaite
12714f966768SMarkus ArmbrusterError reporting
12724f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
12734f966768SMarkus ArmbrusterS: Supported
12744f966768SMarkus ArmbrusterF: include/qapi/error.h
12754f966768SMarkus ArmbrusterF: include/qemu/error-report.h
12764f966768SMarkus ArmbrusterF: util/error.c
12774f966768SMarkus ArmbrusterF: util/qemu-error.c
12784f966768SMarkus Armbruster
1279fd5d5c56SAnthony LiguoriGDB stub
12805dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1281fd5d5c56SAnthony LiguoriS: Odd Fixes
1282fd5d5c56SAnthony LiguoriF: gdbstub*
1283fd5d5c56SAnthony LiguoriF: gdb-xml/
1284fd5d5c56SAnthony Liguori
128501a9c03cSPaolo BonziniMemory API
128601a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
128701a9c03cSPaolo BonziniS: Supported
128801a9c03cSPaolo BonziniF: include/exec/ioport.h
128901a9c03cSPaolo BonziniF: ioport.c
129001a9c03cSPaolo BonziniF: include/exec/memory.h
12912b1641d0SPaolo BonziniF: include/exec/ram_addr.h
129201a9c03cSPaolo BonziniF: memory.c
129301a9c03cSPaolo BonziniF: include/exec/memory-internal.h
129401a9c03cSPaolo BonziniF: exec.c
129501a9c03cSPaolo Bonzini
12967ee3bf03SGerd HoffmannSPICE
12977ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
12987ee3bf03SGerd HoffmannS: Supported
12996e481d57SPeter MaydellF: include/ui/qemu-spice.h
1300438528a3SThomas HuthF: include/ui/spice-display.h
13017ee3bf03SGerd HoffmannF: ui/spice-*.c
13027ee3bf03SGerd HoffmannF: audio/spiceaudio.c
13038d8b636dSPaolo BonziniF: hw/display/qxl*
13047ee3bf03SGerd Hoffmann
1305fd5d5c56SAnthony LiguoriGraphics
130625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
130725eccc37SGerd HoffmannS: Odd Fixes
1308fd5d5c56SAnthony LiguoriF: ui/
1309e220656cSThomas HuthF: include/ui/
1310fd5d5c56SAnthony Liguori
1311351f1bf6SAndreas FärberCocoa graphics
131230ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1313351f1bf6SAndreas FärberS: Odd Fixes
1314351f1bf6SAndreas FärberF: ui/cocoa.m
1315351f1bf6SAndreas Färber
1316fd5d5c56SAnthony LiguoriMain loop
1317da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1318da26f37aSPaolo BonziniS: Maintained
1319da26f37aSPaolo BonziniF: cpus.c
13203ecb29a3SPaolo BonziniF: util/main-loop.c
13213ecb29a3SPaolo BonziniF: util/qemu-timer.c
1322fd5d5c56SAnthony LiguoriF: vl.c
1323fd5d5c56SAnthony Liguori
13248899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1325c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1326fbb0621aSLuiz CapitulinoS: Maintained
1327fd5d5c56SAnthony LiguoriF: monitor.c
1328c13e9912SThomas HuthF: hmp.[ch]
1329c13e9912SThomas HuthF: hmp-commands*.hx
1330c13e9912SThomas HuthF: include/monitor/hmp-target.h
1331fd5d5c56SAnthony Liguori
1332f536f112SPaolo BonziniNetwork device backends
1333442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1334fd5d5c56SAnthony LiguoriS: Maintained
1335fd5d5c56SAnthony LiguoriF: net/
1336d24b2b1cSThomas HuthF: include/net/
13375fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
1338fd5d5c56SAnthony Liguori
1339aee09bafSVincenzo MaffioneNetmap network backend
1340aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1341aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1342aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1343aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1344aee09bafSVincenzo MaffioneS: Maintained
1345aee09bafSVincenzo MaffioneF: net/netmap.c
1346aee09bafSVincenzo Maffione
13472f54eb98SEduardo HabkostNUMA
13482f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13492f54eb98SEduardo HabkostS: Maintained
13502f54eb98SEduardo HabkostF: numa.c
13512f54eb98SEduardo HabkostF: include/sysemu/numa.h
13522f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa
13532f54eb98SEduardo Habkost
13544fc264f4SEduardo HabkostHost Memory Backends
13554fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
13564fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
13574fc264f4SEduardo HabkostS: Maintained
13584fc264f4SEduardo HabkostF: backends/hostmem*.c
13594fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
13604fc264f4SEduardo Habkost
13616034011cSGongleiCryptodev Backends
13626034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13636034011cSGongleiS: Maintained
13646034011cSGongleiF: include/sysemu/cryptodev*.h
13656034011cSGongleiF: backends/cryptodev*.c
13666034011cSGonglei
13678899b4aeSLuiz CapitulinoQAPI
13689740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13698899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
13709740618cSLuiz CapitulinoS: Supported
13718899b4aeSLuiz CapitulinoF: qapi/
13720311c5bdSMarkus ArmbrusterX: qapi/*.json
1373ac4abb9aSMarkus ArmbrusterF: include/qapi/
1374ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1375ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1376c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1377ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1378e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1379ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1380e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
13810311c5bdSMarkus ArmbrusterF: scripts/qapi*
13820311c5bdSMarkus ArmbrusterF: docs/qapi*
13839740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13848899b4aeSLuiz Capitulino
13857810d291SLuiz CapitulinoQAPI Schema
13867810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
13877810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
13887810d291SLuiz CapitulinoS: Supported
13897810d291SLuiz CapitulinoF: qapi-schema.json
13900311c5bdSMarkus ArmbrusterF: qapi/*.json
13919740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
13927810d291SLuiz Capitulino
1393f3582ba4SLuiz CapitulinoQObject
1394daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1395daf5dc78SMarkus ArmbrusterS: Supported
1396f3582ba4SLuiz CapitulinoF: qobject/
13977735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
13987735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1399a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
14007735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
140101b2ffceSMarc-André LureauF: tests/check-qnum.c
14027735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
14037735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
14047735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1405daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1406f3582ba4SLuiz Capitulino
1407f05d9999SMichael RothQEMU Guest Agent
1408f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1409f05d9999SMichael RothS: Maintained
1410f05d9999SMichael RothF: qga/
1411f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1412f05d9999SMichael Roth
14134688c94cSAndreas FärberQOM
14144688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
14154688c94cSAndreas FärberS: Supported
14164688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
14174688c94cSAndreas FärberF: include/qom/
14184688c94cSAndreas FärberX: include/qom/cpu.h
14194688c94cSAndreas FärberF: qom/
14204688c94cSAndreas FärberX: qom/cpu.c
14219f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
14229f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
14234688c94cSAndreas FärberF: tests/qom-test.c
14244688c94cSAndreas Färber
14258899b4aeSLuiz CapitulinoQMP
14269740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
14279740618cSLuiz CapitulinoS: Supported
14288899b4aeSLuiz CapitulinoF: qmp.c
14298899b4aeSLuiz CapitulinoF: monitor.c
14309b89b6a2SMarkus ArmbrusterF: docs/*qmp-*
14319740618cSLuiz CapitulinoF: scripts/qmp/
1432f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
14339740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
14348899b4aeSLuiz Capitulino
1435cc0100f4SAlistair FrancisRegister API
1436cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com>
1437cc0100f4SAlistair FrancisS: Maintained
1438cc0100f4SAlistair FrancisF: hw/core/register.c
1439cc0100f4SAlistair FrancisF: include/hw/register.h
1440cc0100f4SAlistair Francis
1441fd5d5c56SAnthony LiguoriSLIRP
1442eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1443bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1444bafc72abSJan KiszkaS: Maintained
1445fd5d5c56SAnthony LiguoriF: slirp/
1446663fb1e1SThomas HuthF: net/slirp.c
1447d24b2b1cSThomas HuthF: include/net/slirp.h
14481ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1449fd5d5c56SAnthony Liguori
1450b1ed728aSPaolo BonziniStubs
1451b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1452b1ed728aSPaolo BonziniS: Maintained
1453b1ed728aSPaolo BonziniF: stubs/
1454b1ed728aSPaolo Bonzini
1455598a3f35SStefan HajnocziTracing
14561cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1457598a3f35SStefan HajnocziS: Maintained
1458598a3f35SStefan HajnocziF: trace/
1459f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1460f70fd8fdSLluís VilanovaF: scripts/tracetool/
1461f922ea46SAndreas FärberF: docs/tracing.txt
14621ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1463598a3f35SStefan Hajnoczi
146414f40fdcSBlue SwirlCheckpatch
146514f40fdcSBlue SwirlS: Odd Fixes
146614f40fdcSBlue SwirlF: scripts/checkpatch.pl
146714f40fdcSBlue Swirl
1468c0787c8dSJuan QuintelaMigration
1469c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1470d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1471c0787c8dSJuan QuintelaS: Maintained
1472c0787c8dSJuan QuintelaF: include/migration/
147344a1f946SDr. David Alan GilbertF: migration/
1474c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1475c5515640SAmit ShahF: tests/vmstate-static-checker-data/
1476a609ad8bSThomas HuthF: docs/migration.txt
1477c0787c8dSJuan Quintela
147892bfedb0SEduardo OtuboSeccomp
1479064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
148092bfedb0SEduardo OtuboS: Supported
148192bfedb0SEduardo OtuboF: qemu-seccomp.c
148292bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
148392bfedb0SEduardo Otubo
1484ddbb0d09SDaniel P. BerrangeCryptography
1485ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1486ddbb0d09SDaniel P. BerrangeS: Maintained
1487ddbb0d09SDaniel P. BerrangeF: crypto/
1488ddbb0d09SDaniel P. BerrangeF: include/crypto/
1489ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
1490899833cdSDaniel P. BerrangeF: qemu.sasl
1491ddbb0d09SDaniel P. Berrange
149210817bf0SDaniel P. BerrangeCoroutines
149310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
149410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
149510817bf0SDaniel P. BerrangeF: util/*coroutine*
149610817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
149710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
149810817bf0SDaniel P. Berrange
149988c5f205SDaniel P. BerrangeBuffers
150088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
150188c5f205SDaniel P. BerrangeS: Odd fixes
150288c5f205SDaniel P. BerrangeF: util/buffer.c
150388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
150488c5f205SDaniel P. Berrange
1505666a3af9SDaniel P. BerrangeI/O Channels
1506666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1507666a3af9SDaniel P. BerrangeS: Maintained
1508666a3af9SDaniel P. BerrangeF: io/
1509666a3af9SDaniel P. BerrangeF: include/io/
1510666a3af9SDaniel P. BerrangeF: tests/test-io-*
1511666a3af9SDaniel P. Berrange
15125614a283SGerd HoffmannSockets
15135614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
15145614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15155614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
15165614a283SGerd HoffmannS: Maintained
15175614a283SGerd HoffmannF: include/qemu/sockets.h
15185614a283SGerd HoffmannF: util/qemu-sockets.c
15195614a283SGerd Hoffmann
1520d310d85bSAlberto GarciaThrottling infrastructure
1521d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1522d310d85bSAlberto GarciaS: Supported
1523d310d85bSAlberto GarciaF: block/throttle-groups.c
1524d310d85bSAlberto GarciaF: include/block/throttle-groups.h
1525d310d85bSAlberto GarciaF: include/qemu/throttle.h
1526d310d85bSAlberto GarciaF: util/throttle.c
1527d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1528d310d85bSAlberto Garcia
1529080d7aacSFam ZhengUUID
1530080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1531080d7aacSFam ZhengS: Supported
1532080d7aacSFam ZhengF: util/uuid.c
1533080d7aacSFam ZhengF: include/qemu/uuid.h
1534080d7aacSFam ZhengF: tests/test-uuid.c
1535080d7aacSFam Zheng
1536a4cc318eSzhanghailiangCOLO Framework
1537a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1538a4cc318eSzhanghailiangS: Maintained
1539a4cc318eSzhanghailiangF: migration/colo*
1540a4cc318eSzhanghailiangF: include/migration/colo.h
1541a4cc318eSzhanghailiangF: include/migration/failover.h
1542a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1543a4cc318eSzhanghailiang
154488f82ed1SZhang ChenCOLO Proxy
154588f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
154688f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
154788f82ed1SZhang ChenS: Supported
154888f82ed1SZhang ChenF: docs/colo-proxy.txt
154988f82ed1SZhang ChenF: net/colo*
155088f82ed1SZhang ChenF: net/filter-rewriter.c
155188f82ed1SZhang ChenF: net/filter-mirror.c
155288f82ed1SZhang Chen
155362258201SPavel DovgalyukRecord/replay
155462258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
155562258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
155662258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay
155762258201SPavel DovgalyukS: Supported
155862258201SPavel DovgalyukF: replay/*
155962258201SPavel DovgalyukF: block/blkreplay.c
156062258201SPavel DovgalyukF: net/filter-replay.c
156162258201SPavel DovgalyukF: include/sysemu/replay.h
156262258201SPavel DovgalyukF: docs/replay.txt
156362258201SPavel DovgalyukF: stubs/replay.c
156462258201SPavel Dovgalyuk
1565fd5d5c56SAnthony LiguoriUsermode Emulation
1566fd5d5c56SAnthony Liguori------------------
1567486bbe5fSPaolo BonziniOverall
1568486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1569486bbe5fSPaolo BonziniS: Maintained
1570486bbe5fSPaolo BonziniF: thunk.c
1571486bbe5fSPaolo BonziniF: user-exec.c
15725564edb1SPaolo BonziniF: user-exec-stub.c
1573486bbe5fSPaolo Bonzini
1574fd5d5c56SAnthony LiguoriBSD user
1575297e8005SMarkus ArmbrusterS: Orphan
1576fd5d5c56SAnthony LiguoriF: bsd-user/
1577ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1578fd5d5c56SAnthony Liguori
1579fd5d5c56SAnthony LiguoriLinux user
1580fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1581ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1582fd5d5c56SAnthony LiguoriS: Maintained
1583fd5d5c56SAnthony LiguoriF: linux-user/
1584ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
158542f5a7e9SAurelien Jarno
158642f5a7e9SAurelien JarnoTiny Code Generator (TCG)
158742f5a7e9SAurelien Jarno-------------------------
158842f5a7e9SAurelien JarnoCommon code
1589cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
159042f5a7e9SAurelien JarnoS: Maintained
159142f5a7e9SAurelien JarnoF: tcg/
159242f5a7e9SAurelien Jarno
1593b25a464cSClaudio FontanaAArch64 target
1594b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1595b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1596b25a464cSClaudio FontanaS: Maintained
1597b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1598b25a464cSClaudio FontanaF: tcg/aarch64/
1599c17652eeSPaolo BonziniF: disas/arm-a64.cc
1600c17652eeSPaolo BonziniF: disas/libvixl/
1601b25a464cSClaudio Fontana
160242f5a7e9SAurelien JarnoARM target
160342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
160442f5a7e9SAurelien JarnoS: Maintained
1605b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
160642f5a7e9SAurelien JarnoF: tcg/arm/
1607c17652eeSPaolo BonziniF: disas/arm.c
160842f5a7e9SAurelien Jarno
160942f5a7e9SAurelien Jarnoi386 target
16105dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
161142f5a7e9SAurelien JarnoS: Maintained
161242f5a7e9SAurelien JarnoF: tcg/i386/
1613c17652eeSPaolo BonziniF: disas/i386.c
161442f5a7e9SAurelien Jarno
161542f5a7e9SAurelien JarnoIA64 target
161642f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
161742f5a7e9SAurelien JarnoS: Maintained
161842f5a7e9SAurelien JarnoF: tcg/ia64/
1619c17652eeSPaolo BonziniF: disas/ia64.c
162042f5a7e9SAurelien Jarno
162142f5a7e9SAurelien JarnoMIPS target
1622d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
162342f5a7e9SAurelien JarnoS: Maintained
162442f5a7e9SAurelien JarnoF: tcg/mips/
1625c17652eeSPaolo BonziniF: disas/mips.c
162642f5a7e9SAurelien Jarno
162742f5a7e9SAurelien JarnoPPC
162815610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
162915610d42SPranith KumarS: Odd Fixes
163042f5a7e9SAurelien JarnoF: tcg/ppc/
1631c17652eeSPaolo BonziniF: disas/ppc.c
163242f5a7e9SAurelien Jarno
163342f5a7e9SAurelien JarnoS390 target
163442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
163542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
163642f5a7e9SAurelien JarnoS: Maintained
163742f5a7e9SAurelien JarnoF: tcg/s390/
1638c17652eeSPaolo BonziniF: disas/s390.c
163942f5a7e9SAurelien Jarno
164042f5a7e9SAurelien JarnoSPARC target
1641297e8005SMarkus ArmbrusterS: Odd Fixes
164242f5a7e9SAurelien JarnoF: tcg/sparc/
1643c17652eeSPaolo BonziniF: disas/sparc.c
1644bc75c9e5SStefan Weil
1645bc75c9e5SStefan WeilTCI target
1646bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1647bc75c9e5SStefan WeilS: Maintained
16488ef9cd55SAndreas FärberF: tcg/tci/
16492b7be8c8SStefan WeilF: tci.c
1650c17652eeSPaolo BonziniF: disas/tci.c
1651aa09c951SAndreas Färber
1652f05b328cSStefan HajnocziBlock drivers
1653f05b328cSStefan Hajnoczi-------------
1654f05b328cSStefan HajnocziVMDK
1655f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1656c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1657f05b328cSStefan HajnocziS: Supported
1658f05b328cSStefan HajnocziF: block/vmdk.c
1659f05b328cSStefan Hajnoczi
1660f05b328cSStefan HajnocziRBD
16615a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1662280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1663280458a3SJeff CodyL: qemu-block@nongnu.org
1664f05b328cSStefan HajnocziS: Supported
1665f05b328cSStefan HajnocziF: block/rbd.c
1666280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1667f05b328cSStefan Hajnoczi
1668f05b328cSStefan HajnocziSheepdog
166953b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1670f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1671280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1672280458a3SJeff CodyL: qemu-block@nongnu.org
1673dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1674f05b328cSStefan HajnocziS: Supported
1675f05b328cSStefan HajnocziF: block/sheepdog.c
1676280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1677f05b328cSStefan Hajnoczi
1678f05b328cSStefan HajnocziVHDX
1679f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1680280458a3SJeff CodyL: qemu-block@nongnu.org
1681f05b328cSStefan HajnocziS: Supported
1682f05b328cSStefan HajnocziF: block/vhdx*
1683280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1684f05b328cSStefan Hajnoczi
1685f05b328cSStefan HajnocziVDI
1686f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1687c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1688f05b328cSStefan HajnocziS: Maintained
1689f05b328cSStefan HajnocziF: block/vdi.c
1690f05b328cSStefan Hajnoczi
1691f05b328cSStefan HajnocziiSCSI
1692f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1693f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1694f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1695c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1696f05b328cSStefan HajnocziS: Supported
1697f05b328cSStefan HajnocziF: block/iscsi.c
16982deb63c2SPeter LievenF: block/iscsi-opts.c
1699f05b328cSStefan Hajnoczi
170099c62e70SEric BlakeNetwork Block Device (NBD)
170199c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
170299c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
170399c62e70SEric BlakeL: qemu-block@nongnu.org
170499c62e70SEric BlakeS: Maintained
170599c62e70SEric BlakeF: block/nbd*
170699c62e70SEric BlakeF: nbd/
170799c62e70SEric BlakeF: include/block/nbd*
170899c62e70SEric BlakeF: qemu-nbd.*
170999c62e70SEric BlakeF: blockdev-nbd.c
171099c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
171199c62e70SEric Blake
17126542aa9cSPeter LievenNFS
1713280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
17146542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1715280458a3SJeff CodyL: qemu-block@nongnu.org
17166542aa9cSPeter LievenS: Maintained
17176542aa9cSPeter LievenF: block/nfs.c
1718280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
17196542aa9cSPeter Lieven
1720f05b328cSStefan HajnocziSSH
1721f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1722280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1723280458a3SJeff CodyL: qemu-block@nongnu.org
1724f05b328cSStefan HajnocziS: Supported
1725f05b328cSStefan HajnocziF: block/ssh.c
1726280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1727c9a12e75SChrysostomos Nanakos
1728280458a3SJeff CodyCURL
1729280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1730280458a3SJeff CodyL: qemu-block@nongnu.org
1731280458a3SJeff CodyS: Supported
1732280458a3SJeff CodyF: block/curl.c
1733280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1734280458a3SJeff Cody
1735280458a3SJeff CodyGLUSTER
1736280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1737280458a3SJeff CodyL: qemu-block@nongnu.org
1738280458a3SJeff CodyS: Supported
1739280458a3SJeff CodyF: block/gluster.c
1740280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1741b5e9476cSGonglei
1742199667a8SFam ZhengNull Block Driver
1743199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1744199667a8SFam ZhengL: qemu-block@nongnu.org
1745199667a8SFam ZhengS: Supported
1746199667a8SFam ZhengF: block/null.c
1747199667a8SFam Zheng
1748b5e9476cSGongleiBootdevice
1749b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1750b5e9476cSGongleiS: Maintained
1751b5e9476cSGongleiF: bootdevice.c
1752ecdda9e0SAlberto Garcia
1753ecdda9e0SAlberto GarciaQuorum
1754ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1755ecdda9e0SAlberto GarciaS: Supported
1756ecdda9e0SAlberto GarciaF: block/quorum.c
1757ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1758e7c6e631SStefan Hajnoczi
1759e7c6e631SStefan Hajnocziblkverify
1760e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1761e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1762e7c6e631SStefan HajnocziS: Supported
1763e7c6e631SStefan HajnocziF: block/blkverify.c
1764e7c6e631SStefan Hajnoczi
1765e7c6e631SStefan Hajnoczibochs
1766e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1767e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1768e7c6e631SStefan HajnocziS: Supported
1769e7c6e631SStefan HajnocziF: block/bochs.c
1770e7c6e631SStefan Hajnoczi
1771e7c6e631SStefan Hajnoczicloop
1772e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1773e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1774e7c6e631SStefan HajnocziS: Supported
1775e7c6e631SStefan HajnocziF: block/cloop.c
1776e7c6e631SStefan Hajnoczi
1777e7c6e631SStefan Hajnoczidmg
1778e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1779e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1780e7c6e631SStefan HajnocziS: Supported
1781e7c6e631SStefan HajnocziF: block/dmg.c
1782e7c6e631SStefan Hajnoczi
1783e7c6e631SStefan Hajnocziparallels
1784e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1785f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
1786e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1787e7c6e631SStefan HajnocziS: Supported
1788e7c6e631SStefan HajnocziF: block/parallels.c
1789b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt
1790e7c6e631SStefan Hajnoczi
1791e7c6e631SStefan Hajnocziqed
1792e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1793e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1794e7c6e631SStefan HajnocziS: Supported
1795e7c6e631SStefan HajnocziF: block/qed.c
1796e7c6e631SStefan Hajnoczi
1797e7c6e631SStefan Hajnocziraw
1798e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1799e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1800e7c6e631SStefan HajnocziS: Supported
1801e7c6e631SStefan HajnocziF: block/linux-aio.c
1802f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
18032e6fc7ebSEric BlakeF: block/raw-format.c
1804c1bb86cdSEric BlakeF: block/file-posix.c
1805c1bb86cdSEric BlakeF: block/file-win32.c
1806e7c6e631SStefan HajnocziF: block/win32-aio.c
1807e7c6e631SStefan Hajnoczi
1808e7c6e631SStefan Hajnocziqcow2
1809e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1810c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1811e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1812e7c6e631SStefan HajnocziS: Supported
1813e7c6e631SStefan HajnocziF: block/qcow2*
1814e7c6e631SStefan Hajnoczi
1815e7c6e631SStefan Hajnocziqcow
1816e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1817e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1818e7c6e631SStefan HajnocziS: Supported
1819e7c6e631SStefan HajnocziF: block/qcow.c
1820e7c6e631SStefan Hajnoczi
1821e7c6e631SStefan Hajnocziblkdebug
1822e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1823c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1824e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1825e7c6e631SStefan HajnocziS: Supported
1826e7c6e631SStefan HajnocziF: block/blkdebug.c
1827e7c6e631SStefan Hajnoczi
1828e7c6e631SStefan Hajnoczivpc
1829e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1830e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1831e7c6e631SStefan HajnocziS: Supported
1832e7c6e631SStefan HajnocziF: block/vpc.c
1833e7c6e631SStefan Hajnoczi
1834e7c6e631SStefan Hajnoczivvfat
1835e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
1836e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1837e7c6e631SStefan HajnocziS: Supported
1838e7c6e631SStefan HajnocziF: block/vvfat.c
1839abfe4e94SStefan Hajnoczi
1840abfe4e94SStefan HajnocziImage format fuzzer
1841abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1842abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
1843abfe4e94SStefan HajnocziS: Supported
1844abfe4e94SStefan HajnocziF: tests/image-fuzzer/
1845717171bdSDaniel P. Berrange
1846049105a3SChanglong XieReplication
1847205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
18483ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
1849049105a3SChanglong XieS: Supported
1850049105a3SChanglong XieF: replication*
1851049105a3SChanglong XieF: block/replication.c
1852049105a3SChanglong XieF: tests/test-replication.c
1853049105a3SChanglong XieF: docs/block-replication.txt
1854049105a3SChanglong Xie
1855b9e02c06SAlex BennéeBuild and test automation
1856b9e02c06SAlex Bennée-------------------------
1857b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
1858e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
185932b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1860b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
1861e70dc7f8SAlex BennéeS: Maintained
1862b9e02c06SAlex BennéeF: .travis.yml
1863d92d886aSAlex BennéeF: .shippable.yml
1864e70dc7f8SAlex BennéeF: tests/docker/
1865e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
18662a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
1867e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
1868717171bdSDaniel P. Berrange
1869717171bdSDaniel P. BerrangeDocumentation
1870717171bdSDaniel P. Berrange-------------
1871717171bdSDaniel P. BerrangeBuild system architecture
1872717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1873717171bdSDaniel P. BerrangeS: Odd Fixes
1874717171bdSDaniel P. BerrangeF: docs/build-system.txt
18758a49e97fSFam Zheng
1876