xref: /openbmc/qemu/MAINTAINERS (revision b250d04a)
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------------------------------
6470b7fba9SStefan HajnocziW: https://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
79daf14ce3SCornelia HuckArchitecture support
80daf14ce3SCornelia Huck--------------------
81daf14ce3SCornelia HuckS390
82daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
83daf14ce3SCornelia HuckS: Supported
84daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.mak
85daf14ce3SCornelia HuckF: gdb-xml/s390*.xml
86daf14ce3SCornelia HuckF: hw/char/sclp*.[hc]
87daf14ce3SCornelia HuckF: hw/char/terminal3270.c
88daf14ce3SCornelia HuckF: hw/intc/s390_flic.c
89daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c
90daf14ce3SCornelia HuckF: hw/s390x/
91daf14ce3SCornelia HuckF: hw/vfio/ccw.c
92daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c
93daf14ce3SCornelia HuckF: include/hw/s390x/
94daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h
95daf14ce3SCornelia HuckF: pc-bios/s390-ccw/
96daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img
97daf14ce3SCornelia HuckF: target/s390x/
98daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x?
99daf14ce3SCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
100daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org
101daf14ce3SCornelia Huck
102fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
103fd5d5c56SAnthony Liguori----------------------
104486bbe5fSPaolo BonziniOverall
1055dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1062b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1072b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1082b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
1092b1641d0SPaolo BonziniS: Maintained
1102b1641d0SPaolo BonziniF: cpus.c
1112b1641d0SPaolo BonziniF: exec.c
112c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
1132b1641d0SPaolo BonziniF: include/exec/cpu*.h
1142b1641d0SPaolo BonziniF: include/exec/exec-all.h
115486bbe5fSPaolo BonziniF: include/exec/helper*.h
1162b1641d0SPaolo BonziniF: include/exec/tb-hash.h
117460423d3SThomas HuthF: include/sysemu/cpus.h
118486bbe5fSPaolo Bonzini
1191badb586SPeter MaydellFPU emulation
1201badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1211badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1221badb586SPeter MaydellS: Odd Fixes
1231badb586SPeter MaydellF: fpu/
1241badb586SPeter MaydellF: include/fpu/
1251badb586SPeter Maydell
126b6f97c14SbellardAlpha
1278d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1288d6df264SRichard HendersonS: Maintained
129fcf5ef2aSThomas HuthF: target/alpha/
130c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
131c17652eeSPaolo BonziniF: disas/alpha.c
132fd5d5c56SAnthony Liguori
133fd5d5c56SAnthony LiguoriARM
1341ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
135b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
136fd5d5c56SAnthony LiguoriS: Maintained
137fcf5ef2aSThomas HuthF: target/arm/
1388d8b636dSPaolo BonziniF: hw/arm/
1398d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
140f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
141c17652eeSPaolo BonziniF: disas/arm.c
142c17652eeSPaolo BonziniF: disas/arm-a64.cc
143c17652eeSPaolo BonziniF: disas/libvixl/
144fd5d5c56SAnthony Liguori
145fd5d5c56SAnthony LiguoriCRIS
146fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
147fd5d5c56SAnthony LiguoriS: Maintained
148fcf5ef2aSThomas HuthF: target/cris/
1498d8b636dSPaolo BonziniF: hw/cris/
150c9b90090SThomas HuthF: include/hw/cris/
151c0bd0b50SPaolo BonziniF: tests/tcg/cris/
152c17652eeSPaolo BonziniF: disas/cris.c
153fd5d5c56SAnthony Liguori
15461766fe9SRichard HendersonHPPA (PA-RISC)
15561766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
15661766fe9SRichard HendersonS: Maintained
15761766fe9SRichard HendersonF: target/hppa/
15861461802SRichard HendersonF: hw/hppa/
15961766fe9SRichard HendersonF: disas/hppa.c
16061766fe9SRichard Henderson
16107bf23a7SMichael WalleLM32
16207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16307bf23a7SMichael WalleS: Maintained
164fcf5ef2aSThomas HuthF: target/lm32/
1654eab7a0aSMichael WalleF: disas/lm32.c
1668d8b636dSPaolo BonziniF: hw/lm32/
1674eab7a0aSMichael WalleF: hw/*/lm32_*
1684eab7a0aSMichael WalleF: hw/*/milkymist-*
1694eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1704eab7a0aSMichael WalleF: include/hw/lm32/
171c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17207bf23a7SMichael Walle
173fd5d5c56SAnthony LiguoriM68K
174595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
175595a926dSLaurent VivierS: Maintained
176fcf5ef2aSThomas HuthF: target/m68k/
177e9a56114SThomas HuthF: disas/m68k.c
178fd5d5c56SAnthony Liguori
179abc07545SEdgar E. IglesiasMicroBlaze
180fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
181fd5d5c56SAnthony LiguoriS: Maintained
182fcf5ef2aSThomas HuthF: target/microblaze/
1838d8b636dSPaolo BonziniF: hw/microblaze/
184c17652eeSPaolo BonziniF: disas/microblaze.c
185fd5d5c56SAnthony Liguori
186fd5d5c56SAnthony LiguoriMIPS
187ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1880eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
1896f640917SLeon AlraeS: Maintained
190fcf5ef2aSThomas HuthF: target/mips/
1918d8b636dSPaolo BonziniF: hw/mips/
1925995db88SThomas HuthF: hw/misc/mips_*
1935995db88SThomas HuthF: hw/intc/mips_gic.c
1945995db88SThomas HuthF: hw/timer/mips_gictimer.c
1955995db88SThomas HuthF: include/hw/mips/
1965995db88SThomas HuthF: include/hw/misc/mips_*
1975995db88SThomas HuthF: include/hw/intc/mips_gic.h
1985995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
199c0bd0b50SPaolo BonziniF: tests/tcg/mips/
200c17652eeSPaolo BonziniF: disas/mips.c
201fd5d5c56SAnthony Liguori
202d15a9c23SAnthony GreenMoxie
203d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
204d15a9c23SAnthony GreenS: Maintained
205fcf5ef2aSThomas HuthF: target/moxie/
206c17652eeSPaolo BonziniF: disas/moxie.c
207a3ccdfb5SThomas HuthF: hw/moxie/
208a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
209d15a9c23SAnthony Green
210e671711cSMarek VasutNiosII
211e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
212e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
213e671711cSMarek VasutS: Maintained
214e671711cSMarek VasutF: target/nios2/
215e671711cSMarek VasutF: hw/nios2/
216e671711cSMarek VasutF: disas/nios2.c
217e671711cSMarek Vasut
218945dad6dSJia LiuOpenRISC
2191d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2201d7cf18dSStafford HorneS: Odd Fixes
221fcf5ef2aSThomas HuthF: target/openrisc/
222945dad6dSJia LiuF: hw/openrisc/
223c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
224945dad6dSJia Liu
225fd5d5c56SAnthony LiguoriPowerPC
226b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
227fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
228a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
229fd5d5c56SAnthony LiguoriS: Maintained
230fcf5ef2aSThomas HuthF: target/ppc/
2318d8b636dSPaolo BonziniF: hw/ppc/
232b5d55020SThomas HuthF: include/hw/ppc/
233c17652eeSPaolo BonziniF: disas/ppc.c
234fd5d5c56SAnthony Liguori
2354dc62b15SMichael ClarkRISC-V
2364dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2374dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2384dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2394dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2404dc62b15SMichael ClarkS: Maintained
2414dc62b15SMichael ClarkF: target/riscv/
2424dc62b15SMichael ClarkF: hw/riscv/
2434dc62b15SMichael ClarkF: include/hw/riscv/
2444dc62b15SMichael ClarkF: disas/riscv.c
2454dc62b15SMichael Clark
246749717a0SAlexander GrafS390
2472b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
248fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
249ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
250fd5d5c56SAnthony LiguoriS: Maintained
251fcf5ef2aSThomas HuthF: target/s390x/
2528d8b636dSPaolo BonziniF: hw/s390x/
253c17652eeSPaolo BonziniF: disas/s390.c
254146bd283SCornelia HuckL: qemu-s390x@nongnu.org
255b6f97c14Sbellard
256fd5d5c56SAnthony LiguoriSH4
257ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2582c9b7d1aSAndreas FärberS: Odd Fixes
259fcf5ef2aSThomas HuthF: target/sh4/
2608d8b636dSPaolo BonziniF: hw/sh4/
261c17652eeSPaolo BonziniF: disas/sh4.c
2628a90f900SThomas HuthF: include/hw/sh4/
263fd5d5c56SAnthony Liguori
264fd5d5c56SAnthony LiguoriSPARC
265f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2662c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
267fd5d5c56SAnthony LiguoriS: Maintained
268fcf5ef2aSThomas HuthF: target/sparc/
2698d8b636dSPaolo BonziniF: hw/sparc/
2708d8b636dSPaolo BonziniF: hw/sparc64/
271c17652eeSPaolo BonziniF: disas/sparc.c
272fd5d5c56SAnthony Liguori
273a6ea7b4cSAndreas FärberUniCore32
274a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
275a6ea7b4cSAndreas FärberS: Maintained
276fcf5ef2aSThomas HuthF: target/unicore32/
2778d8b636dSPaolo BonziniF: hw/unicore32/
27847b98d59SThomas HuthF: include/hw/unicore32/
279a6ea7b4cSAndreas Färber
280fd5d5c56SAnthony LiguoriX86
281d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
282d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
283e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
284b203a4baSEduardo HabkostS: Maintained
285fcf5ef2aSThomas HuthF: target/i386/
2868d8b636dSPaolo BonziniF: hw/i386/
287c17652eeSPaolo BonziniF: disas/i386.c
288e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
289fd5d5c56SAnthony Liguori
29016e7caaeSMax FilippovXtensa
29116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
292375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29316e7caaeSMax FilippovS: Maintained
294fcf5ef2aSThomas HuthF: target/xtensa/
2958d8b636dSPaolo BonziniF: hw/xtensa/
296c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
2975a6539e6SMax FilippovF: disas/xtensa.c
29816e7caaeSMax Filippov
29948e06fe0SBastian KoppelmannTriCore
30048e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30148e06fe0SBastian KoppelmannS: Maintained
302fcf5ef2aSThomas HuthF: target/tricore/
30348e06fe0SBastian KoppelmannF: hw/tricore/
304d46d14e6SThomas HuthF: include/hw/tricore/
30548e06fe0SBastian Koppelmann
306fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
307fd5d5c56SAnthony Liguori----------------------
308fd5d5c56SAnthony Liguori
309fd5d5c56SAnthony LiguoriOverall
310c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
311fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
312fd5d5c56SAnthony LiguoriS: Supported
313fd5d5c56SAnthony LiguoriF: */kvm.*
3141962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
315a95e9a48SThomas HuthF: include/sysemu/kvm*.h
316fd5d5c56SAnthony Liguori
317ed4659d1SPeter MaydellARM
318ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
319b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
320ed4659d1SPeter MaydellS: Maintained
321fcf5ef2aSThomas HuthF: target/arm/kvm.c
322ed4659d1SPeter Maydell
323a31896c4SJames HoganMIPS
324a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
325a31896c4SJames HoganS: Maintained
326fcf5ef2aSThomas HuthF: target/mips/kvm.c
327a31896c4SJames Hogan
328fd5d5c56SAnthony LiguoriPPC
329fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
330fd5d5c56SAnthony LiguoriS: Maintained
331fcf5ef2aSThomas HuthF: target/ppc/kvm.c
332fd5d5c56SAnthony Liguori
333fd5d5c56SAnthony LiguoriS390
334b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
335c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
336fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
337fd5d5c56SAnthony LiguoriS: Maintained
338fcf5ef2aSThomas HuthF: target/s390x/kvm.c
339040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
340040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
341fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
342fcf5ef2aSThomas HuthF: target/s390x/machine.c
34374b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3444277af19SCornelia HuckF: hw/intc/s390_flic.c
3454277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3464277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
347c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3483e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3493e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
350146bd283SCornelia HuckL: qemu-s390x@nongnu.org
351fd5d5c56SAnthony Liguori
352fd5d5c56SAnthony LiguoriX86
353d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
354fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
355fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
356fd5d5c56SAnthony LiguoriS: Supported
357fcf5ef2aSThomas HuthF: target/i386/kvm.c
358fd5d5c56SAnthony Liguori
3598a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3608a6b0cd7SStefano Stabellini----------------------
3618a6b0cd7SStefano Stabellini
3628a6b0cd7SStefano StabelliniX86
3633623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3643623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3656d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3668a6b0cd7SStefano StabelliniS: Supported
3678a6b0cd7SStefano StabelliniF: */xen*
368d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
369c92451c2SPaolo BonziniF: hw/char/xen_console.c
370c92451c2SPaolo BonziniF: hw/display/xenfb.c
371c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3729027ac50SStefano StabelliniF: hw/block/xen_*
373c92451c2SPaolo BonziniF: hw/xen/
374c92451c2SPaolo BonziniF: hw/xenpv/
3759027ac50SStefano StabelliniF: hw/i386/xen/
376c92451c2SPaolo BonziniF: include/hw/xen/
3779027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3788a6b0cd7SStefano Stabellini
3791bdd6874SStefan WeilHosts:
3801bdd6874SStefan Weil------
3811bdd6874SStefan Weil
3821bdd6874SStefan WeilLINUX
3831bdd6874SStefan WeilL: qemu-devel@nongnu.org
3841bdd6874SStefan WeilS: Maintained
3851bdd6874SStefan WeilF: linux-*
3861bdd6874SStefan WeilF: linux-headers/
3871bdd6874SStefan Weil
3881bdd6874SStefan WeilPOSIX
3891bdd6874SStefan WeilL: qemu-devel@nongnu.org
3901bdd6874SStefan WeilS: Maintained
3911bdd6874SStefan WeilF: *posix*
3921bdd6874SStefan Weil
3933c2bdbc1SKamil RytarowskiNETBSD
3943c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
3953c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
3963c2bdbc1SKamil RytarowskiS: Maintained
3971b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
3983c2bdbc1SKamil Rytarowski
3990a773d55SBrad SmithOPENBSD
4000a773d55SBrad SmithL: qemu-devel@nongnu.org
4010a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4020a773d55SBrad SmithS: Maintained
4030a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4040a773d55SBrad Smith
4051bdd6874SStefan WeilW32, W64
4061bdd6874SStefan WeilL: qemu-devel@nongnu.org
4071bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4081bdd6874SStefan WeilS: Maintained
4091bdd6874SStefan WeilF: *win32*
41003972660SThomas HuthF: */*win32*
41103972660SThomas HuthF: include/*/*win32*
41203972660SThomas HuthX: qga/*win32*
413885bdc95SStefan WeilF: qemu.nsi
4141bdd6874SStefan Weil
415*b250d04aSPhilippe Mathieu-DaudéAlpha Machines
416*b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
417*b250d04aSPhilippe Mathieu-DaudéS: Maintained
418*b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
419*b250d04aSPhilippe Mathieu-Daudé
420fd5d5c56SAnthony LiguoriARM Machines
421fd5d5c56SAnthony Liguori------------
42284291fe7SliguangAllwinner-a10
42385b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
424b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
42584291fe7SliguangS: Maintained
42685b4d5daSBeniamino GalvaniF: hw/*/allwinner*
42785b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
42884291fe7SliguangF: hw/arm/cubieboard.c
42984291fe7Sliguang
430e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
43106271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
432b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43306271000SPaolo BonziniS: Maintained
43406271000SPaolo BonziniF: hw/char/pl011.c
435c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
43606271000SPaolo BonziniF: hw/display/pl110*
43706271000SPaolo BonziniF: hw/dma/pl080.c
43806271000SPaolo BonziniF: hw/dma/pl330.c
43906271000SPaolo BonziniF: hw/gpio/pl061.c
44006271000SPaolo BonziniF: hw/input/pl050.c
44106271000SPaolo BonziniF: hw/intc/pl190.c
44206271000SPaolo BonziniF: hw/sd/pl181.c
44306271000SPaolo BonziniF: hw/timer/pl031.c
44406271000SPaolo BonziniF: include/hw/arm/primecell.h
445e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
446e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
447e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
448e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
44906271000SPaolo Bonzini
45006271000SPaolo BonziniARM cores
45106271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
452b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
45306271000SPaolo BonziniS: Maintained
45406271000SPaolo BonziniF: hw/intc/arm*
45506271000SPaolo BonziniF: hw/intc/gic_internal.h
45606271000SPaolo BonziniF: hw/misc/a9scu.c
45706271000SPaolo BonziniF: hw/misc/arm11scu.c
45806271000SPaolo BonziniF: hw/timer/a9gtimer*
459c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
460c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
46106271000SPaolo BonziniF: include/hw/intc/arm*
46206271000SPaolo BonziniF: include/hw/misc/a9scu.h
46306271000SPaolo BonziniF: include/hw/misc/arm11scu.h
46406271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
46506271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
466c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
467c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
46806271000SPaolo Bonzini
469fc63dcffSEvgeny VoevodinExynos
470f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
471b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
472fc63dcffSEvgeny VoevodinS: Maintained
4738d8b636dSPaolo BonziniF: hw/*/exynos*
474ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
475fc63dcffSEvgeny Voevodin
476766fd09fSMark LangsdorfCalxeda Highbank
4779ef137caSRob HerringM: Rob Herring <robh@kernel.org>
478b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4799ef137caSRob HerringS: Maintained
4808d8b636dSPaolo BonziniF: hw/arm/highbank.c
4818d8b636dSPaolo BonziniF: hw/net/xgmac.c
482766fd09fSMark Langsdorf
4839082f121SAntony PavlovCanon DIGIC
4849082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
485b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4869082f121SAntony PavlovS: Maintained
4879082f121SAntony PavlovF: include/hw/arm/digic.h
4889082f121SAntony PavlovF: hw/*/digic*
4899082f121SAntony Pavlov
490fd5d5c56SAnthony LiguoriGumstix
4915dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
492b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
493fd5d5c56SAnthony LiguoriS: Orphan
4948d8b636dSPaolo BonziniF: hw/arm/gumstix.c
495fd5d5c56SAnthony Liguori
4960325559dSPeter Chubbi.MX31
4970325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
498b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4990325559dSPeter ChubbS: Odd fixes
5008d8b636dSPaolo BonziniF: hw/*/imx*
501f7e242d6SThomas HuthF: include/hw/*/imx*
5028d8b636dSPaolo BonziniF: hw/arm/kzm.c
503ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5040325559dSPeter Chubb
505fd5d5c56SAnthony LiguoriIntegrator CP
5061ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
507b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
508fd5d5c56SAnthony LiguoriS: Maintained
5098d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
510f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
511fd5d5c56SAnthony Liguori
512e5a6a6e6SPeter MaydellMPS2
513e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
514e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
515e5a6a6e6SPeter MaydellS: Maintained
516e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
517e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c
518e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h
519e5a6a6e6SPeter Maydell
520fd5d5c56SAnthony LiguoriMusicpal
521fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
522b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
523fd5d5c56SAnthony LiguoriS: Maintained
5248d8b636dSPaolo BonziniF: hw/arm/musicpal.c
525fd5d5c56SAnthony Liguori
526fd5d5c56SAnthony LiguorinSeries
527fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
528b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
529fd5d5c56SAnthony LiguoriS: Maintained
5308d8b636dSPaolo BonziniF: hw/arm/nseries.c
531fd5d5c56SAnthony Liguori
532fd5d5c56SAnthony LiguoriPalm
533fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
534b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
535fd5d5c56SAnthony LiguoriS: Maintained
5368d8b636dSPaolo BonziniF: hw/arm/palm.c
537fd5d5c56SAnthony Liguori
538fd5d5c56SAnthony LiguoriReal View
5391ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
540b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
541fd5d5c56SAnthony LiguoriS: Maintained
5428d8b636dSPaolo BonziniF: hw/arm/realview*
543f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5445ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5455ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
546fd5d5c56SAnthony Liguori
5479b31bff0SPaolo BonziniPXA2XX
548fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
549b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
550fd5d5c56SAnthony LiguoriS: Maintained
5519b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5528d8b636dSPaolo BonziniF: hw/arm/spitz.c
5539b31bff0SPaolo BonziniF: hw/arm/tosa.c
5549b31bff0SPaolo BonziniF: hw/arm/z2.c
5559b31bff0SPaolo BonziniF: hw/*/pxa2xx*
556f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
557ed0db866SThomas HuthF: include/hw/arm/pxa.h
558fd5d5c56SAnthony Liguori
559fd5d5c56SAnthony LiguoriStellaris
5601ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
561b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
562fd5d5c56SAnthony LiguoriS: Maintained
5638d8b636dSPaolo BonziniF: hw/*/stellaris*
564fd5d5c56SAnthony Liguori
565fd5d5c56SAnthony LiguoriVersatile PB
5661ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
567b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
568fd5d5c56SAnthony LiguoriS: Maintained
5698d8b636dSPaolo BonziniF: hw/*/versatile*
570c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
571fd5d5c56SAnthony Liguori
572e3260506SPeter A. G. CrosthwaiteXilinx Zynq
573cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
574c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
575b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
576e3260506SPeter A. G. CrosthwaiteS: Maintained
577cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5788d8b636dSPaolo BonziniF: hw/*/cadence_*
579f7e242d6SThomas HuthF: hw/misc/zynq*
580f7e242d6SThomas HuthF: include/hw/misc/zynq*
581cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
582e3260506SPeter A. G. Crosthwaite
583137805f5SAlistair FrancisXilinx ZynqMP
584c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
585cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
586b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
587137805f5SAlistair FrancisS: Maintained
588cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
589f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
590137805f5SAlistair Francis
5918f4d260eSShannon ZhaoARM ACPI Subsystem
5928f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
593e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
594b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5958f4d260eSShannon ZhaoS: Maintained
5968f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
5978f4d260eSShannon Zhao
598a1f8193bSAlistair FrancisSTM32F205
599a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
600a1f8193bSAlistair FrancisS: Maintained
601a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
602a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
603a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
604a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
605a1f8193bSAlistair FrancisF: hw/adc/*
606a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6070e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
608a1f8193bSAlistair Francis
609a1f8193bSAlistair FrancisNetduino 2
610a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
611a1f8193bSAlistair FrancisS: Maintained
612a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
613a1f8193bSAlistair Francis
614670bc4cbSSubbaraya SundeepSmartFusion2
615670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
616670bc4cbSSubbaraya SundeepS: Maintained
617670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
618670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
619670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
620670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
621670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
622670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
623670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
624670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
625670bc4cbSSubbaraya Sundeep
626670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
627670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
628670bc4cbSSubbaraya SundeepS: Maintained
629670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
630670bc4cbSSubbaraya Sundeep
631fd5d5c56SAnthony LiguoriCRIS Machines
632fd5d5c56SAnthony Liguori-------------
633fd5d5c56SAnthony LiguoriAxis Dev88
634fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
635fd5d5c56SAnthony LiguoriS: Maintained
6368d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6376e481d57SPeter MaydellF: hw/*/etraxfs_*.c
638fd5d5c56SAnthony Liguori
63907bf23a7SMichael WalleLM32 Machines
64007bf23a7SMichael Walle-------------
64107bf23a7SMichael WalleEVR32 and uclinux BSP
64207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
64307bf23a7SMichael WalleS: Maintained
6448d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
64507bf23a7SMichael Walle
646d118aa6bSMichael Wallemilkymist
647d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
648d118aa6bSMichael WalleS: Maintained
6498d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
650d118aa6bSMichael Walle
651afcacd53SAurelien JarnoM68K Machines
652fd5d5c56SAnthony Liguori-------------
653fd5d5c56SAnthony Liguorian5206
6545baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6555baf2741SThomas HuthS: Odd Fixes
6568d8b636dSPaolo BonziniF: hw/m68k/an5206.c
657e9a56114SThomas HuthF: hw/m68k/mcf5206.c
658fd5d5c56SAnthony Liguori
659fd5d5c56SAnthony Liguorimcf5208
6605baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6615baf2741SThomas HuthS: Odd Fixes
6628d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
663e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
664e9a56114SThomas HuthF: hw/char/mcf_uart.c
665e9a56114SThomas HuthF: hw/net/mcf_fec.c
6665baf2741SThomas HuthF: include/hw/m68k/mcf*.h
667fd5d5c56SAnthony Liguori
668fd5d5c56SAnthony LiguoriMicroBlaze Machines
669b6f97c14Sbellard-------------------
670fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
671fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
672fd5d5c56SAnthony LiguoriS: Maintained
6736e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
674b6f97c14Sbellard
675d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6764b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
677d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6788d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
679d36e8ce7SPeter A. G. Crosthwaite
680fd5d5c56SAnthony LiguoriMIPS Machines
681fd5d5c56SAnthony Liguori-------------
682fd5d5c56SAnthony LiguoriJazz
683fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
684fd5d5c56SAnthony LiguoriS: Maintained
6858d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
686fd5d5c56SAnthony Liguori
687fd5d5c56SAnthony LiguoriMalta
688fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
689fd5d5c56SAnthony LiguoriS: Maintained
6908d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
691fd5d5c56SAnthony Liguori
692fd5d5c56SAnthony LiguoriMipssim
6930eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
694659f42d8SYongbok KimS: Odd Fixes
6958d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
696659f42d8SYongbok KimF: hw/net/mipsnet.c
697fd5d5c56SAnthony Liguori
698fd5d5c56SAnthony LiguoriR4000
699fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
700fd5d5c56SAnthony LiguoriS: Maintained
7018d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
702fd5d5c56SAnthony Liguori
703659f42d8SYongbok KimFulong 2E
7040eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
705659f42d8SYongbok KimS: Odd Fixes
706659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7070170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7080170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
709659f42d8SYongbok Kim
710659f42d8SYongbok KimBoston
71194d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
712659f42d8SYongbok KimS: Maintained
713659f42d8SYongbok KimF: hw/core/loader-fit.c
714659f42d8SYongbok KimF: hw/mips/boston.c
715659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
716659f42d8SYongbok Kim
717945dad6dSJia LiuOpenRISC Machines
718945dad6dSJia Liu-----------------
719945dad6dSJia Liuor1k-sim
720945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
721945dad6dSJia LiuS: Maintained
722945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
723945dad6dSJia Liu
724fd5d5c56SAnthony LiguoriPowerPC Machines
725fd5d5c56SAnthony Liguori----------------
726fd5d5c56SAnthony Liguori405
727fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
728a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7299b9fe135SAndreas FärberS: Odd Fixes
7308d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
731fd5d5c56SAnthony Liguori
732aaade8d7SAndreas FärberBamboo
733aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
734aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
735aaade8d7SAndreas FärberS: Odd Fixes
7368d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
737aaade8d7SAndreas Färber
73898cded3aSAndreas Färbere500
73998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
74098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
74198cded3aSAndreas FärberS: Supported
74298cded3aSAndreas FärberF: hw/ppc/e500.[hc]
74398cded3aSAndreas FärberF: hw/ppc/e500plat.c
744b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
745b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
746b5d55020SThomas HuthF: pc-bios/u-boot.e500
74798cded3aSAndreas Färber
74898cded3aSAndreas Färbermpc8544ds
74998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
75098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
75198cded3aSAndreas FärberS: Supported
75298cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7538d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
75498cded3aSAndreas Färber
755fd5d5c56SAnthony LiguoriNew World
756fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
757a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
758fd5d5c56SAnthony LiguoriS: Maintained
759baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7606e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7616e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7628d8b636dSPaolo BonziniF: hw/misc/macio/
763b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h
764b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
765fd5d5c56SAnthony Liguori
766fd5d5c56SAnthony LiguoriOld World
767fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
768a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
769fd5d5c56SAnthony LiguoriS: Maintained
770baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7716e481d57SPeter MaydellF: hw/pci-host/grackle.c
7728d8b636dSPaolo BonziniF: hw/misc/macio/
773835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
774fd5d5c56SAnthony Liguori
775ec38d398SAndreas FärberPReP
7768178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7779f38774dSAndreas FärberL: qemu-devel@nongnu.org
778a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7798178e89cSHervé PoussineauS: Maintained
78075610155SAndreas FärberF: hw/ppc/prep.c
7818178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
7828178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
7836e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
7840a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
785a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
7861cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
787cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
788a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
789cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
790835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
791fd5d5c56SAnthony Liguori
792300b115cSAndreas FärbersPAPR
793085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
7948a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
7958a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
7968a269ca4SAndreas FärberS: Supported
7978d8b636dSPaolo BonziniF: hw/*/spapr*
798f9de2da7SDavid GibsonF: include/hw/*/spapr*
799f9de2da7SDavid GibsonF: hw/*/xics*
800f9de2da7SDavid GibsonF: include/hw/*/xics*
801f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
802b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
803b5d55020SThomas HuthF: pc-bios/slof.bin
804bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
805b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
806b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
807a70ab357SGreg KurzF: tests/spapr*
808a70ab357SGreg KurzF: tests/libqos/*spapr*
809a70ab357SGreg KurzF: tests/rtas*
810a70ab357SGreg KurzF: tests/libqos/rtas*
8118a269ca4SAndreas Färber
812794d00bfSAndreas Färbervirtex_ml507
813794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
814794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
815794d00bfSAndreas FärberS: Odd Fixes
8166e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
817794d00bfSAndreas Färber
818a9dd6604SBALATON Zoltansam460ex
819a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
820a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
821a9dd6604SBALATON ZoltanS: Maintained
822a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
823a9dd6604SBALATON Zoltan
824fd5d5c56SAnthony LiguoriSH4 Machines
825fd5d5c56SAnthony Liguori------------
826fd5d5c56SAnthony LiguoriR2D
827fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
828fd5d5c56SAnthony LiguoriS: Maintained
8296e481d57SPeter MaydellF: hw/sh4/r2d.c
83081527b94SThomas HuthF: hw/intc/sh_intc.c
83181527b94SThomas HuthF: hw/timer/sh_timer.c
832fd5d5c56SAnthony Liguori
833fd5d5c56SAnthony LiguoriShix
834fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
83581527b94SThomas HuthS: Odd Fixes
8366e481d57SPeter MaydellF: hw/sh4/shix.c
837fd5d5c56SAnthony Liguori
838fd5d5c56SAnthony LiguoriSPARC Machines
839fd5d5c56SAnthony Liguori--------------
840fd5d5c56SAnthony LiguoriSun4m
841f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
842fd5d5c56SAnthony LiguoriS: Maintained
8438d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
844c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
845c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8467098b79eSThomas HuthF: hw/misc/eccmemctl.c
8477098b79eSThomas HuthF: hw/misc/slavio_misc.c
848c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
849c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
850c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
851fd5d5c56SAnthony Liguori
852fd5d5c56SAnthony LiguoriSun4u
853f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
854fd5d5c56SAnthony LiguoriS: Maintained
8558d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
856c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
857fd5d5c56SAnthony Liguori
858a2664ca0SArtyom TarasenkoSun4v
859a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
860a2664ca0SArtyom TarasenkoS: Maintained
861626e4a4bSFam ZhengF: hw/sparc64/niagara.c
862a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
863a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
864a2664ca0SArtyom Tarasenko
865ce6c760cSFabien ChouteauLeon3
866ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
867ce6c760cSFabien ChouteauS: Maintained
8688d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8698d8b636dSPaolo BonziniF: hw/*/grlib*
870c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
871ce6c760cSFabien Chouteau
872fd5d5c56SAnthony LiguoriS390 Machines
873fd5d5c56SAnthony Liguori-------------
874dd4ad64aSCornelia HuckS390 Virtio-ccw
875c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
876b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
877dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
878dd4ad64aSCornelia HuckS: Supported
8790c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8809d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
881c5bfb202SCornelia HuckF: hw/s390x/
8824277af19SCornelia HuckF: include/hw/s390x/
883c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
8841e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
8851e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
8863e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
8873e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
888146bd283SCornelia HuckL: qemu-s390x@nongnu.org
889dd4ad64aSCornelia Huck
890304584bfSCornelia HuckS390-ccw Bios
891304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
892304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
893304584bfSCornelia HuckS: Supported
894304584bfSCornelia HuckF: pc-bios/s390-ccw/
895304584bfSCornelia HuckF: pc-bios/s390-ccw.img
896304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
897304584bfSCornelia HuckL: qemu-s390x@nongnu.org
898304584bfSCornelia Huck
899ab9528caSGuan XuetaoUniCore32 Machines
900ab9528caSGuan Xuetao-------------
901ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
902ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
903ab9528caSGuan XuetaoS: Maintained
9048d8b636dSPaolo BonziniF: hw/*/puv3*
905ab9528caSGuan XuetaoF: hw/unicore32/
906ab9528caSGuan Xuetao
907fd5d5c56SAnthony LiguoriX86 Machines
908fd5d5c56SAnthony Liguori------------
909fd5d5c56SAnthony LiguoriPC
910046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
9111bcf2091SMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
912fd5d5c56SAnthony LiguoriS: Supported
913046a6486SMichael S. TsirkinF: include/hw/i386/
914046a6486SMichael S. TsirkinF: hw/i386/
915046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
916046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
917046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
918046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
919046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
920046a6486SMichael S. TsirkinF: hw/isa/piix4.c
921046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
922046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
923046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
924046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
925046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
926f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9279cc3b73cSPaolo BonziniF: hw/misc/sga.c
9289cc3b73cSPaolo Bonzini
9299cc3b73cSPaolo BonziniPC Chipset
9309cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9319cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9321732be86SPhilippe Mathieu-DaudéS: Supported
9339cc3b73cSPaolo BonziniF: hw/char/debugcon.c
934bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9359cc3b73cSPaolo BonziniF: hw/char/serial*
9369cc3b73cSPaolo BonziniF: hw/dma/i8257*
9379cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9381732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9399cc3b73cSPaolo BonziniF: hw/intc/apic*
9409cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9419cc3b73cSPaolo BonziniF: hw/intc/i8259*
9421854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9439cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9449cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9459cc3b73cSPaolo BonziniF: hw/timer/hpet*
9469cc3b73cSPaolo BonziniF: hw/timer/i8254*
9479cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
948edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
949866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
950bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
95155f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
952a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
95347973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9541854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
955a2feb348SThomas HuthF: include/hw/timer/hpet.h
956a2feb348SThomas HuthF: include/hw/timer/i8254*
957a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
958046a6486SMichael S. Tsirkin
9595da4fb00SMichael S. TsirkinMachine core
9605da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
9615da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
9625da4fb00SMichael S. TsirkinS: Supported
9635da4fb00SMichael S. TsirkinF: hw/core/machine.c
964c1629c5cSThomas HuthF: hw/core/null-machine.c
9655da4fb00SMichael S. TsirkinF: include/hw/boards.h
966e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
967fd5d5c56SAnthony Liguori
96816e7caaeSMax FilippovXtensa Machines
96916e7caaeSMax Filippov---------------
970375847a6SMax Filippovsim
97116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
97216e7caaeSMax FilippovS: Maintained
973437a8c11SMax FilippovF: hw/xtensa/sim.c
974375847a6SMax Filippov
975437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
976375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
977375847a6SMax FilippovS: Maintained
978437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
979437a8c11SMax FilippovF: hw/net/opencores_eth.c
98016e7caaeSMax Filippov
981fd5d5c56SAnthony LiguoriDevices
982fd5d5c56SAnthony Liguori-------
983b30934cbSJiri SlabyEDU
984b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
985b30934cbSJiri SlabyS: Maintained
986b30934cbSJiri SlabyF: hw/misc/edu.c
987b30934cbSJiri Slaby
988fd5d5c56SAnthony LiguoriIDE
989c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
990c095348bSJohn SnowL: qemu-block@nongnu.org
991c095348bSJohn SnowS: Supported
9928d8b636dSPaolo BonziniF: include/hw/ide.h
993c9f7acd5SThomas HuthF: include/hw/ide/
994fd5d5c56SAnthony LiguoriF: hw/ide/
995c095348bSJohn SnowF: hw/block/block.c
996c095348bSJohn SnowF: hw/block/cdrom.c
997c095348bSJohn SnowF: hw/block/hd-geometry.c
998c095348bSJohn SnowF: tests/ide-test.c
999c095348bSJohn SnowF: tests/ahci-test.c
1000aee50319SJohn SnowF: tests/libqos/ahci*
1001c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1002c095348bSJohn Snow
1003caf316baSCorey MinyardIPMI
1004caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1005caf316baSCorey MinyardS: Maintained
1006caf316baSCorey MinyardF: include/hw/ipmi/*
1007caf316baSCorey MinyardF: hw/ipmi/*
1008caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1009caf316baSCorey MinyardF: tests/ipmi*
1010caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1011caf316baSCorey Minyard
1012c095348bSJohn SnowFloppy
1013c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1014c095348bSJohn SnowL: qemu-block@nongnu.org
1015c095348bSJohn SnowS: Supported
1016c095348bSJohn SnowF: hw/block/fdc.c
1017c095348bSJohn SnowF: include/hw/block/fdc.h
1018aee50319SJohn SnowF: tests/fdc-test.c
1019c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1020fd5d5c56SAnthony Liguori
1021f5f487b2SPeter MaydellOMAP
1022f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1023f5f487b2SPeter MaydellS: Maintained
10248d8b636dSPaolo BonziniF: hw/*/omap*
1025ed0db866SThomas HuthF: include/hw/arm/omap.h
1026f5f487b2SPeter Maydell
102728d54e58SPaolo BonziniIPack
102828d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
102928d54e58SPaolo BonziniS: Odd Fixes
103028d54e58SPaolo BonziniF: hw/char/ipoctal232.c
103128d54e58SPaolo BonziniF: hw/ipack/
103228d54e58SPaolo Bonzini
1033fd5d5c56SAnthony LiguoriPCI
1034fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1035874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com>
1036fd5d5c56SAnthony LiguoriS: Supported
10378d8b636dSPaolo BonziniF: include/hw/pci/*
1038f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1039ca818cfbSMichael S. TsirkinF: hw/pci/*
1040f178bc6bSPaolo BonziniF: hw/pci-bridge/*
104168179923SPhilippe Mathieu-DaudéF: docs/pci*
104268179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1043534fd814SFam ZhengF: default-configs/pci.mak
10440e0b3592SMichael S. Tsirkin
1045d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10460e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10470e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10480e0b3592SMichael S. TsirkinS: Supported
10490e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1050d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10510e0b3592SMichael S. TsirkinF: hw/mem/*
10528d8b636dSPaolo BonziniF: hw/acpi/*
1053d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10540e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10550e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10563248f1b4SBen WarrenF: tests/bios-tables-test.c
10573248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1058fd5d5c56SAnthony Liguori
1059aaade8d7SAndreas Färberppc4xx
1060aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1061aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1062aaade8d7SAndreas FärberS: Odd Fixes
10638d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1064aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1065b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1066aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1067aaade8d7SAndreas Färber
106898cded3aSAndreas Färberppce500
106998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
107098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
107198cded3aSAndreas FärberS: Supported
10726e481d57SPeter MaydellF: hw/ppc/e500*
1073566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1074566dd236SPaolo BonziniF: hw/net/fsl_etsec/
107598cded3aSAndreas Färber
107661af0ee6SPaolo BonziniCharacter devices
107761af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
107861af0ee6SPaolo BonziniS: Odd Fixes
107961af0ee6SPaolo BonziniF: hw/char/
108061af0ee6SPaolo Bonzini
1081f536f112SPaolo BonziniNetwork devices
1082f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1083f536f112SPaolo BonziniS: Odd Fixes
1084f536f112SPaolo BonziniF: hw/net/
10856061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
10866bd7776cSGreg KurzF: tests/virtio-net-test.c
1087f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1088f536f112SPaolo Bonzini
1089fd5d5c56SAnthony LiguoriSCSI
1090de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1091c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1092de7724f7SPaolo BonziniS: Supported
109374460f34SThomas HuthF: include/hw/scsi/*
10948d8b636dSPaolo BonziniF: hw/scsi/*
10956bd7776cSGreg KurzF: tests/virtio-scsi-test.c
10961ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1097de7724f7SPaolo Bonzini
1098fcb5629dSPeter A. G. CrosthwaiteSSI
10994b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1100c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1101fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11028d8b636dSPaolo BonziniF: hw/ssi/*
11038d8b636dSPaolo BonziniF: hw/block/m25p80.c
1104982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11054b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1106982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11074b46ba61SAlistair Francis
11084b46ba61SAlistair FrancisXilinx SPI
1109c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11104b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11114b46ba61SAlistair FrancisS: Maintained
11124b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1113fcb5629dSPeter A. G. Crosthwaite
1114076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1115076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1116076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1117076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1118076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1119076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1120076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1121076a0fc3SPhilippe Mathieu-Daudé
1122fd5d5c56SAnthony LiguoriUSB
11235d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11245d0d62feSGerd HoffmannS: Maintained
11258d8b636dSPaolo BonziniF: hw/usb/*
112628edfce0SGongleiF: tests/usb-*-test.c
1127beded0ffSThomas HuthF: docs/usb2.txt
1128beded0ffSThomas HuthF: docs/usb-storage.txt
1129beded0ffSThomas HuthF: include/hw/usb.h
1130beded0ffSThomas HuthF: include/hw/usb/
1131104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1132fd5d5c56SAnthony Liguori
1133e26082fdSPaolo BonziniUSB (serial adapter)
1134e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1135e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1136e26082fdSPaolo BonziniS: Maintained
1137e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1138e26082fdSPaolo Bonzini
113992e1fb5eSAlex WilliamsonVFIO
114092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
114192e1fb5eSAlex WilliamsonS: Supported
1142cf7087dbSKim PhillipsF: hw/vfio/*
114399b88c6dSThomas HuthF: include/hw/vfio/
114492e1fb5eSAlex Williamson
11455eb74557SDong Jia Shivfio-ccw
1146c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11475eb74557SDong Jia ShiS: Supported
11485eb74557SDong Jia ShiF: hw/vfio/ccw.c
11495eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11505eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11515eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1152146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11535eb74557SDong Jia Shi
1154fd5d5c56SAnthony Liguorivhost
1155fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1156fd5d5c56SAnthony LiguoriS: Supported
11578d8b636dSPaolo BonziniF: hw/*/*vhost*
115837f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1159fd5d5c56SAnthony Liguori
1160fd5d5c56SAnthony Liguorivirtio
1161a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1162fd5d5c56SAnthony LiguoriS: Supported
11638d8b636dSPaolo BonziniF: hw/*/virtio*
116472fa605dSThomas HuthF: hw/virtio/Makefile.objs
116572fa605dSThomas HuthF: hw/virtio/trace-events
11666a084ea3SMichael S. TsirkinF: net/vhost-user.c
1167494f7b57SThomas HuthF: include/hw/virtio/
11686bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1169fd5d5c56SAnthony Liguori
1170fd5d5c56SAnthony Liguorivirtio-9p
11718c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1172fd5d5c56SAnthony LiguoriS: Supported
1173aebeca25SAndreas FärberF: hw/9pfs/
1174aebeca25SAndreas FärberF: fsdev/
11752d888c09SAndreas FärberF: tests/virtio-9p-test.c
11768c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1177fd5d5c56SAnthony Liguori
1178fd5d5c56SAnthony Liguorivirtio-blk
117954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1180b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1181fd5d5c56SAnthony LiguoriS: Supported
11828d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1183b457a5f5SStefan HajnocziF: hw/block/dataplane/*
11846bd7776cSGreg KurzF: tests/virtio-blk-test.c
1185b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1186fd5d5c56SAnthony Liguori
1187dd4ad64aSCornelia Huckvirtio-ccw
1188c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1189b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1190dd4ad64aSCornelia HuckS: Supported
1191dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
11923e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
11933e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1194146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1195dd4ad64aSCornelia Huck
1196a5d4d7b5SGerd Hoffmannvirtio-input
1197a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1198a5d4d7b5SGerd HoffmannS: Maintained
1199a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1200a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1201a5d4d7b5SGerd Hoffmann
1202fd5d5c56SAnthony Liguorivirtio-serial
1203cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1204fd5d5c56SAnthony LiguoriS: Supported
12058d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12068d8b636dSPaolo BonziniF: hw/char/virtio-console.c
120768a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12086bd7776cSGreg KurzF: tests/virtio-console-test.c
12096bd7776cSGreg KurzF: tests/virtio-serial-test.c
1210fd5d5c56SAnthony Liguori
12111f51a5cbSAmit Shahvirtio-rng
1212cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12131f51a5cbSAmit ShahS: Supported
12141f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12151f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1216750cf869SThomas HuthF: include/sysemu/rng*.h
12171f51a5cbSAmit ShahF: backends/rng*.c
12186bd7776cSGreg KurzF: tests/virtio-rng-test.c
12191f51a5cbSAmit Shah
12206034011cSGongleivirtio-crypto
12216034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12226034011cSGongleiS: Supported
12236034011cSGongleiF: hw/virtio/virtio-crypto.c
12246034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12256034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12266034011cSGonglei
1227f3c507adSKeith Buschnvme
1228f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1229c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1230f3c507adSKeith BuschS: Supported
1231f3c507adSKeith BuschF: hw/block/nvme*
1232fc967791SAndreas FärberF: tests/nvme-test.c
1233f3c507adSKeith Busch
1234d383c625SHannes Reineckemegasas
12353fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1236c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1237d383c625SHannes ReineckeS: Supported
1238d383c625SHannes ReineckeF: hw/scsi/megasas.c
1239d383c625SHannes ReineckeF: hw/scsi/mfi.h
12403fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1241d383c625SHannes Reinecke
1242605d52e6SDmitry FleytmanNetwork packet abstractions
1243bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1244605d52e6SDmitry FleytmanS: Maintained
1245605d52e6SDmitry FleytmanF: include/net/eth.h
1246605d52e6SDmitry FleytmanF: net/eth.c
1247605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1248605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1249605d52e6SDmitry Fleytman
1250622fb504SDmitry FleytmanVmware
1251bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1252622fb504SDmitry FleytmanS: Maintained
1253622fb504SDmitry FleytmanF: hw/net/vmxnet*
1254622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12555a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1256622fb504SDmitry Fleytman
1257de24d3f1SScott FeldmanRocker
1258de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1259de24d3f1SScott FeldmanS: Maintained
1260de24d3f1SScott FeldmanF: hw/net/rocker/
1261de850948SThomas HuthF: tests/rocker/
1262de850948SThomas HuthF: docs/specs/rocker.txt
1263de24d3f1SScott Feldman
126470d1fb9cSXiao GuangrongNVDIMM
12657a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
126670d1fb9cSXiao GuangrongS: Maintained
126770d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
126870d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
126970d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
127070d1fb9cSXiao Guangrong
1271093454e2SDmitry Fleytmane1000x
1272bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1273093454e2SDmitry FleytmanS: Maintained
1274093454e2SDmitry FleytmanF: hw/net/e1000x*
1275093454e2SDmitry Fleytman
12766f3fbe4eSDmitry Fleytmane1000e
1277bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12786f3fbe4eSDmitry FleytmanS: Maintained
12796f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
12806f3fbe4eSDmitry Fleytman
1281ebc2327fSStefan Weileepro100
1282ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1283ebc2327fSStefan WeilS: Maintained
1284ebc2327fSStefan WeilF: hw/net/eepro100.c
1285ebc2327fSStefan Weil
1286e481a1f6SAlistair FrancisGeneric Loader
1287c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1288e481a1f6SAlistair FrancisS: Maintained
1289e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1290e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1291c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1292e481a1f6SAlistair Francis
129387a9023aSThomas HuthCHRP NVRAM
129487a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
129587a9023aSThomas HuthS: Maintained
129687a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
129787a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
129887a9023aSThomas HuthF: tests/prom-env-test.c
129987a9023aSThomas Huth
130042697d88SBen WarrenVM Generation ID
130142697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
130242697d88SBen WarrenS: Maintained
130342697d88SBen WarrenF: hw/acpi/vmgenid.c
130442697d88SBen WarrenF: include/hw/acpi/vmgenid.h
130542697d88SBen WarrenF: docs/specs/vmgenid.txt
130642697d88SBen WarrenF: tests/vmgenid-test.c
130742697d88SBen WarrenF: stubs/vmgenid.c
130842697d88SBen Warren
1309747969dbSPhilippe Mathieu-DaudéUnimplemented device
1310747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1311747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1312747969dbSPhilippe Mathieu-DaudéS: Maintained
1313747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1314747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1315747969dbSPhilippe Mathieu-Daudé
1316fd5d5c56SAnthony LiguoriSubsystems
1317fd5d5c56SAnthony Liguori----------
1318fd5d5c56SAnthony LiguoriAudio
13199f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1320fd5d5c56SAnthony LiguoriS: Maintained
1321fd5d5c56SAnthony LiguoriF: audio/
13228d8b636dSPaolo BonziniF: hw/audio/
1323a2b245aeSThomas HuthF: include/hw/audio/
1324d7b50c0cSAndreas FärberF: tests/ac97-test.c
13258fa74c94SAndreas FärberF: tests/es1370-test.c
1326fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1327fd5d5c56SAnthony Liguori
132817f1e8f5SStefan HajnocziBlock layer core
1329fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1330c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1331c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1332fd5d5c56SAnthony LiguoriS: Supported
1333fd5d5c56SAnthony LiguoriF: block*
1334fd5d5c56SAnthony LiguoriF: block/
13358d8b636dSPaolo BonziniF: hw/block/
13364c346e0bSKevin WolfF: include/block/
133746078760SKevin WolfF: qemu-img*
133846078760SKevin WolfF: qemu-io*
133929242091SKevin WolfF: tests/qemu-iotests/
13408dd30c86SMax ReitzF: util/qemu-progress.c
1341d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1342fd5d5c56SAnthony Liguori
1343d55053b1SStefan HajnocziBlock I/O path
1344d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13459ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1346d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1347d55053b1SStefan HajnocziS: Supported
134836c697bdSPaolo BonziniF: util/async.c
134936c697bdSPaolo BonziniF: util/aio-*.c
1350d55053b1SStefan HajnocziF: block/io.c
1351d55053b1SStefan HajnocziF: migration/block*
1352e1029ae2SFam ZhengF: include/block/aio.h
13530a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1354d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1355d55053b1SStefan Hajnoczi
1356e5b5728cSPaolo BonziniBlock SCSI subsystem
1357e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1358c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1359e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1360e5b5728cSPaolo BonziniS: Supported
1361e5b5728cSPaolo BonziniF: include/scsi/*
1362e5b5728cSPaolo BonziniF: scsi/*
1363e5b5728cSPaolo Bonzini
1364280458a3SJeff CodyBlock Jobs
1365280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1366280458a3SJeff CodyL: qemu-block@nongnu.org
1367280458a3SJeff CodyS: Supported
1368280458a3SJeff CodyF: blockjob.c
1369280458a3SJeff CodyF: include/block/blockjob.h
1370280458a3SJeff CodyF: block/backup.c
1371280458a3SJeff CodyF: block/commit.c
137277346025SJeff CodyF: block/stream.c
1373280458a3SJeff CodyF: block/mirror.c
1374280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1375280458a3SJeff Cody
13764120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
13774120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
13784120201dSMarkus ArmbrusterS: Supported
13794120201dSMarkus ArmbrusterF: blockdev.c
13804120201dSMarkus ArmbrusterF: block/qapi.c
13814120201dSMarkus ArmbrusterF: qapi/block*.json
1382fa988e39SMarkus ArmbrusterF: qapi/transaction.json
13834120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
13844120201dSMarkus Armbruster
1385538193bcSJohn SnowDirty Bitmaps
1386538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1387538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1388538193bcSJohn SnowL: qemu-block@nongnu.org
1389538193bcSJohn SnowS: Supported
1390538193bcSJohn SnowF: util/hbitmap.c
1391538193bcSJohn SnowF: block/dirty-bitmap.c
1392538193bcSJohn SnowF: include/qemu/hbitmap.h
1393538193bcSJohn SnowF: include/block/dirty-bitmap.h
1394538193bcSJohn SnowF: tests/test-hbitmap.c
13955746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1396538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1397538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1398538193bcSJohn Snow
139961af0ee6SPaolo BonziniCharacter device backends
1400da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
140155fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1402fd5d5c56SAnthony LiguoriS: Maintained
1403178fe0aeSMarc-André LureauF: chardev/
14048228e353SMarc-André LureauF: include/chardev/
1405dbeee392SMarkus ArmbrusterF: qapi/char.json
1406fd5d5c56SAnthony Liguori
1407e26082fdSPaolo BonziniCharacter Devices (Braille)
1408e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1409e26082fdSPaolo BonziniS: Maintained
14106b10e573SMarc-André LureauF: chardev/baum.c
1411fd5d5c56SAnthony Liguori
1412e94630d3SMarkus ArmbrusterCommand line option argument parsing
1413e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1414e94630d3SMarkus ArmbrusterS: Supported
1415e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1416e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1417e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1418e94630d3SMarkus ArmbrusterF: util/keyval.c
1419e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1420e94630d3SMarkus Armbruster
14218c413e79SMarkus ArmbrusterCoverity model
14228c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14238c413e79SMarkus ArmbrusterS: Supported
14248c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
14258c413e79SMarkus Armbruster
1426f2ca0524SAndreas FärberCPU
142712b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1428f2ca0524SAndreas FärberS: Supported
1429f2ca0524SAndreas FärberF: qom/cpu.c
14306e481d57SPeter MaydellF: include/qom/cpu.h
1431f2ca0524SAndreas Färber
1432d24b569aSPeter A. G. CrosthwaiteDevice Tree
14334b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1434d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1435d24b569aSPeter A. G. CrosthwaiteS: Maintained
143682407515SThomas HuthF: device_tree.c
143782407515SThomas HuthF: include/sysemu/device_tree.h
1438d24b569aSPeter A. G. Crosthwaite
14393505a22bSMarc-André LureauDump
14403505a22bSMarc-André LureauS: Supported
14413505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14423505a22bSMarc-André LureauF: dump.c
14433505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14443505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14453505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
14463505a22bSMarc-André LureauF: include/sysemu/dump.h
14473505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
14483505a22bSMarc-André LureauF: stubs/dump.c
14493505a22bSMarc-André Lureau
14504f966768SMarkus ArmbrusterError reporting
14514f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14524f966768SMarkus ArmbrusterS: Supported
14534f966768SMarkus ArmbrusterF: include/qapi/error.h
14544f966768SMarkus ArmbrusterF: include/qemu/error-report.h
14554f966768SMarkus ArmbrusterF: util/error.c
14564f966768SMarkus ArmbrusterF: util/qemu-error.c
14574f966768SMarkus Armbruster
1458fd5d5c56SAnthony LiguoriGDB stub
14595dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1460fd5d5c56SAnthony LiguoriS: Odd Fixes
1461fd5d5c56SAnthony LiguoriF: gdbstub*
1462fd5d5c56SAnthony LiguoriF: gdb-xml/
1463fd5d5c56SAnthony Liguori
146401a9c03cSPaolo BonziniMemory API
146501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
146601a9c03cSPaolo BonziniS: Supported
146701a9c03cSPaolo BonziniF: include/exec/ioport.h
146801a9c03cSPaolo BonziniF: ioport.c
146901a9c03cSPaolo BonziniF: include/exec/memory.h
14702b1641d0SPaolo BonziniF: include/exec/ram_addr.h
147101a9c03cSPaolo BonziniF: memory.c
147201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
147301a9c03cSPaolo BonziniF: exec.c
147401a9c03cSPaolo Bonzini
14757ee3bf03SGerd HoffmannSPICE
14767ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
14777ee3bf03SGerd HoffmannS: Supported
14786e481d57SPeter MaydellF: include/ui/qemu-spice.h
1479438528a3SThomas HuthF: include/ui/spice-display.h
14807ee3bf03SGerd HoffmannF: ui/spice-*.c
14817ee3bf03SGerd HoffmannF: audio/spiceaudio.c
14828d8b636dSPaolo BonziniF: hw/display/qxl*
1483608cfed6SMarkus ArmbrusterF: qapi/ui.json
14847ee3bf03SGerd Hoffmann
1485fd5d5c56SAnthony LiguoriGraphics
148625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
148725eccc37SGerd HoffmannS: Odd Fixes
1488fd5d5c56SAnthony LiguoriF: ui/
1489e220656cSThomas HuthF: include/ui/
1490608cfed6SMarkus ArmbrusterF: qapi/ui.json
1491fd5d5c56SAnthony Liguori
1492351f1bf6SAndreas FärberCocoa graphics
149330ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1494351f1bf6SAndreas FärberS: Odd Fixes
1495351f1bf6SAndreas FärberF: ui/cocoa.m
1496351f1bf6SAndreas Färber
1497fd5d5c56SAnthony LiguoriMain loop
1498da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1499da26f37aSPaolo BonziniS: Maintained
1500da26f37aSPaolo BonziniF: cpus.c
15013ecb29a3SPaolo BonziniF: util/main-loop.c
15023ecb29a3SPaolo BonziniF: util/qemu-timer.c
1503fd5d5c56SAnthony LiguoriF: vl.c
15040e201d34SMarkus ArmbrusterF: qapi/run-state.json
1505fd5d5c56SAnthony Liguori
15068899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1507c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1508fbb0621aSLuiz CapitulinoS: Maintained
1509fd5d5c56SAnthony LiguoriF: monitor.c
1510c13e9912SThomas HuthF: hmp.[ch]
1511c13e9912SThomas HuthF: hmp-commands*.hx
1512c13e9912SThomas HuthF: include/monitor/hmp-target.h
1513bbcee372SThomas HuthF: tests/test-hmp.c
1514fd5d5c56SAnthony Liguori
1515f536f112SPaolo BonziniNetwork device backends
1516442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1517fd5d5c56SAnthony LiguoriS: Maintained
1518fd5d5c56SAnthony LiguoriF: net/
1519d24b2b1cSThomas HuthF: include/net/
15205fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
15213c0bd37dSMarkus ArmbrusterF: qapi/net.json
1522fd5d5c56SAnthony Liguori
1523aee09bafSVincenzo MaffioneNetmap network backend
1524aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1525aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1526aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1527aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1528aee09bafSVincenzo MaffioneS: Maintained
1529aee09bafSVincenzo MaffioneF: net/netmap.c
1530aee09bafSVincenzo Maffione
15312f54eb98SEduardo HabkostNUMA
15322f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15332f54eb98SEduardo HabkostS: Maintained
15342f54eb98SEduardo HabkostF: numa.c
15352f54eb98SEduardo HabkostF: include/sysemu/numa.h
1536e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15372f54eb98SEduardo Habkost
15384fc264f4SEduardo HabkostHost Memory Backends
15394fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15404fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15414fc264f4SEduardo HabkostS: Maintained
15424fc264f4SEduardo HabkostF: backends/hostmem*.c
15434fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1544e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15454fc264f4SEduardo Habkost
15466034011cSGongleiCryptodev Backends
15476034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
15486034011cSGongleiS: Maintained
15496034011cSGongleiF: include/sysemu/cryptodev*.h
15506034011cSGongleiF: backends/cryptodev*.c
15516034011cSGonglei
1552ad904f66SEduardo HabkostPython scripts
1553ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1554ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1555ad904f66SEduardo HabkostS: Odd fixes
1556ad904f66SEduardo HabkostF: scripts/qmp/*
1557ad904f66SEduardo HabkostF: scripts/*.py
1558ad904f66SEduardo HabkostF: tests/*.py
1559ad904f66SEduardo Habkost
15608899b4aeSLuiz CapitulinoQAPI
15619740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15628899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
15639740618cSLuiz CapitulinoS: Supported
15648899b4aeSLuiz CapitulinoF: qapi/
15650311c5bdSMarkus ArmbrusterX: qapi/*.json
1566ac4abb9aSMarkus ArmbrusterF: include/qapi/
1567ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1568ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1569c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1570ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1571e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1572ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1573e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
15740311c5bdSMarkus ArmbrusterF: scripts/qapi*
1575c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
15769740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15778899b4aeSLuiz Capitulino
15787810d291SLuiz CapitulinoQAPI Schema
15797810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
15807810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
15817810d291SLuiz CapitulinoS: Supported
15827810d291SLuiz CapitulinoF: qapi-schema.json
15830311c5bdSMarkus ArmbrusterF: qapi/*.json
15849740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
15857810d291SLuiz Capitulino
1586f3582ba4SLuiz CapitulinoQObject
1587daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1588daf5dc78SMarkus ArmbrusterS: Supported
1589f3582ba4SLuiz CapitulinoF: qobject/
15907735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
15917735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1592a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
15937735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
159401b2ffceSMarc-André LureauF: tests/check-qnum.c
15957735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
15967735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
15977735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1598daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1599f3582ba4SLuiz Capitulino
1600f05d9999SMichael RothQEMU Guest Agent
1601f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1602f05d9999SMichael RothS: Maintained
1603f05d9999SMichael RothF: qga/
1604ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1605ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1606ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1607ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1608f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1609f05d9999SMichael Roth
16104688c94cSAndreas FärberQOM
16114688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16124688c94cSAndreas FärberS: Supported
16134688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16144688c94cSAndreas FärberF: include/qom/
16154688c94cSAndreas FärberX: include/qom/cpu.h
16164688c94cSAndreas FärberF: qom/
16174688c94cSAndreas FärberX: qom/cpu.c
16189f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
16199f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
16204688c94cSAndreas FärberF: tests/qom-test.c
16214688c94cSAndreas Färber
16228899b4aeSLuiz CapitulinoQMP
16239740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16249740618cSLuiz CapitulinoS: Supported
16258899b4aeSLuiz CapitulinoF: qmp.c
16268899b4aeSLuiz CapitulinoF: monitor.c
1627c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
16289740618cSLuiz CapitulinoF: scripts/qmp/
1629f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
16309740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16318899b4aeSLuiz Capitulino
1632cc0100f4SAlistair FrancisRegister API
1633c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1634cc0100f4SAlistair FrancisS: Maintained
1635cc0100f4SAlistair FrancisF: hw/core/register.c
1636cc0100f4SAlistair FrancisF: include/hw/register.h
163706a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1638cc0100f4SAlistair Francis
1639fd5d5c56SAnthony LiguoriSLIRP
1640eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1641bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1642bafc72abSJan KiszkaS: Maintained
1643fd5d5c56SAnthony LiguoriF: slirp/
1644663fb1e1SThomas HuthF: net/slirp.c
1645d24b2b1cSThomas HuthF: include/net/slirp.h
16461ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1647fd5d5c56SAnthony Liguori
1648b1ed728aSPaolo BonziniStubs
1649b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1650b1ed728aSPaolo BonziniS: Maintained
1651b1ed728aSPaolo BonziniF: stubs/
1652b1ed728aSPaolo Bonzini
1653598a3f35SStefan HajnocziTracing
16541cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1655598a3f35SStefan HajnocziS: Maintained
1656598a3f35SStefan HajnocziF: trace/
1657f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1658f70fd8fdSLluís VilanovaF: scripts/tracetool/
1659c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
16601ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1661598a3f35SStefan Hajnoczi
16623859b6cfSMarkus ArmbrusterTPM
16636b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
16646b4f250bSStefan BergerS: Maintained
16653859b6cfSMarkus ArmbrusterF: tpm.c
1666c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
16673859b6cfSMarkus ArmbrusterF: hw/tpm/*
16683859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
16693859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
16703859b6cfSMarkus ArmbrusterF: qapi/tpm.json
16716b4f250bSStefan BergerF: backends/tpm.c
1672adb0e917SStefan BergerF: tests/*tpm*
1673d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
16743859b6cfSMarkus Armbruster
167514f40fdcSBlue SwirlCheckpatch
167614f40fdcSBlue SwirlS: Odd Fixes
167714f40fdcSBlue SwirlF: scripts/checkpatch.pl
167814f40fdcSBlue Swirl
1679c0787c8dSJuan QuintelaMigration
1680c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1681d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1682c0787c8dSJuan QuintelaS: Maintained
1683c0787c8dSJuan QuintelaF: include/migration/
168444a1f946SDr. David Alan GilbertF: migration/
1685c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1686c5515640SAmit ShahF: tests/vmstate-static-checker-data/
16872656bfd9SJuan QuintelaF: tests/migration-test.c
1688c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
168948685a8eSMarkus ArmbrusterF: qapi/migration.json
1690c0787c8dSJuan Quintela
169192bfedb0SEduardo OtuboSeccomp
1692064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
169392bfedb0SEduardo OtuboS: Supported
169492bfedb0SEduardo OtuboF: qemu-seccomp.c
169592bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
169692bfedb0SEduardo Otubo
1697ddbb0d09SDaniel P. BerrangeCryptography
1698ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1699ddbb0d09SDaniel P. BerrangeS: Maintained
1700ddbb0d09SDaniel P. BerrangeF: crypto/
1701ddbb0d09SDaniel P. BerrangeF: include/crypto/
1702ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
17033947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1704899833cdSDaniel P. BerrangeF: qemu.sasl
1705ddbb0d09SDaniel P. Berrange
170610817bf0SDaniel P. BerrangeCoroutines
170710817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
170810817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
170910817bf0SDaniel P. BerrangeF: util/*coroutine*
171010817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
171110817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
171210817bf0SDaniel P. Berrange
171388c5f205SDaniel P. BerrangeBuffers
171488c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
171588c5f205SDaniel P. BerrangeS: Odd fixes
171688c5f205SDaniel P. BerrangeF: util/buffer.c
171788c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
171888c5f205SDaniel P. Berrange
1719666a3af9SDaniel P. BerrangeI/O Channels
1720666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1721666a3af9SDaniel P. BerrangeS: Maintained
1722666a3af9SDaniel P. BerrangeF: io/
1723666a3af9SDaniel P. BerrangeF: include/io/
1724666a3af9SDaniel P. BerrangeF: tests/test-io-*
1725666a3af9SDaniel P. Berrange
17265614a283SGerd HoffmannSockets
17275614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
17285614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
17295614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
17305614a283SGerd HoffmannS: Maintained
17315614a283SGerd HoffmannF: include/qemu/sockets.h
17325614a283SGerd HoffmannF: util/qemu-sockets.c
1733a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
17345614a283SGerd Hoffmann
1735d310d85bSAlberto GarciaThrottling infrastructure
1736d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1737d310d85bSAlberto GarciaS: Supported
1738d310d85bSAlberto GarciaF: block/throttle-groups.c
1739d310d85bSAlberto GarciaF: include/block/throttle-groups.h
174089603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1741d310d85bSAlberto GarciaF: util/throttle.c
174289603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
174389603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1744d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1745d310d85bSAlberto Garcia
1746080d7aacSFam ZhengUUID
1747080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1748080d7aacSFam ZhengS: Supported
1749080d7aacSFam ZhengF: util/uuid.c
1750080d7aacSFam ZhengF: include/qemu/uuid.h
1751080d7aacSFam ZhengF: tests/test-uuid.c
1752080d7aacSFam Zheng
1753a4cc318eSzhanghailiangCOLO Framework
1754a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1755a4cc318eSzhanghailiangS: Maintained
1756a4cc318eSzhanghailiangF: migration/colo*
1757a4cc318eSzhanghailiangF: include/migration/colo.h
1758a4cc318eSzhanghailiangF: include/migration/failover.h
1759a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1760a4cc318eSzhanghailiang
176188f82ed1SZhang ChenCOLO Proxy
1762b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
176388f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
176488f82ed1SZhang ChenS: Supported
176588f82ed1SZhang ChenF: docs/colo-proxy.txt
176688f82ed1SZhang ChenF: net/colo*
176788f82ed1SZhang ChenF: net/filter-rewriter.c
176888f82ed1SZhang ChenF: net/filter-mirror.c
176988f82ed1SZhang Chen
177062258201SPavel DovgalyukRecord/replay
177162258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
177262258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
177370b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
177462258201SPavel DovgalyukS: Supported
177562258201SPavel DovgalyukF: replay/*
177662258201SPavel DovgalyukF: block/blkreplay.c
177762258201SPavel DovgalyukF: net/filter-replay.c
177862258201SPavel DovgalyukF: include/sysemu/replay.h
177962258201SPavel DovgalyukF: docs/replay.txt
178062258201SPavel DovgalyukF: stubs/replay.c
178162258201SPavel Dovgalyuk
1782fd5d5c56SAnthony LiguoriUsermode Emulation
1783fd5d5c56SAnthony Liguori------------------
1784486bbe5fSPaolo BonziniOverall
1785486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1786486bbe5fSPaolo BonziniS: Maintained
1787486bbe5fSPaolo BonziniF: thunk.c
178858410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1789486bbe5fSPaolo Bonzini
1790fd5d5c56SAnthony LiguoriBSD user
1791297e8005SMarkus ArmbrusterS: Orphan
1792fd5d5c56SAnthony LiguoriF: bsd-user/
1793ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1794fd5d5c56SAnthony Liguori
1795fd5d5c56SAnthony LiguoriLinux user
1796fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1797ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1798fd5d5c56SAnthony LiguoriS: Maintained
1799fd5d5c56SAnthony LiguoriF: linux-user/
1800ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1801e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
180242f5a7e9SAurelien Jarno
180342f5a7e9SAurelien JarnoTiny Code Generator (TCG)
180442f5a7e9SAurelien Jarno-------------------------
180542f5a7e9SAurelien JarnoCommon code
1806cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
180742f5a7e9SAurelien JarnoS: Maintained
180842f5a7e9SAurelien JarnoF: tcg/
180942f5a7e9SAurelien Jarno
1810b25a464cSClaudio FontanaAArch64 target
1811b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1812b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1813b25a464cSClaudio FontanaS: Maintained
1814b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1815b25a464cSClaudio FontanaF: tcg/aarch64/
1816c17652eeSPaolo BonziniF: disas/arm-a64.cc
1817c17652eeSPaolo BonziniF: disas/libvixl/
1818b25a464cSClaudio Fontana
181942f5a7e9SAurelien JarnoARM target
182042f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
182142f5a7e9SAurelien JarnoS: Maintained
1822b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
182342f5a7e9SAurelien JarnoF: tcg/arm/
1824c17652eeSPaolo BonziniF: disas/arm.c
182542f5a7e9SAurelien Jarno
182642f5a7e9SAurelien Jarnoi386 target
18275dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
182842f5a7e9SAurelien JarnoS: Maintained
182942f5a7e9SAurelien JarnoF: tcg/i386/
1830c17652eeSPaolo BonziniF: disas/i386.c
183142f5a7e9SAurelien Jarno
183242f5a7e9SAurelien JarnoMIPS target
1833d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
183442f5a7e9SAurelien JarnoS: Maintained
183542f5a7e9SAurelien JarnoF: tcg/mips/
1836c17652eeSPaolo BonziniF: disas/mips.c
183742f5a7e9SAurelien Jarno
183842f5a7e9SAurelien JarnoPPC
183915610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
184015610d42SPranith KumarS: Odd Fixes
184142f5a7e9SAurelien JarnoF: tcg/ppc/
1842c17652eeSPaolo BonziniF: disas/ppc.c
184342f5a7e9SAurelien Jarno
184442f5a7e9SAurelien JarnoS390 target
184542f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
184642f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
184742f5a7e9SAurelien JarnoS: Maintained
184842f5a7e9SAurelien JarnoF: tcg/s390/
1849c17652eeSPaolo BonziniF: disas/s390.c
1850146bd283SCornelia HuckL: qemu-s390x@nongnu.org
185142f5a7e9SAurelien Jarno
185242f5a7e9SAurelien JarnoSPARC target
1853297e8005SMarkus ArmbrusterS: Odd Fixes
185442f5a7e9SAurelien JarnoF: tcg/sparc/
1855c17652eeSPaolo BonziniF: disas/sparc.c
1856bc75c9e5SStefan Weil
1857bc75c9e5SStefan WeilTCI target
1858bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1859bc75c9e5SStefan WeilS: Maintained
18608ef9cd55SAndreas FärberF: tcg/tci/
1861752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1862c17652eeSPaolo BonziniF: disas/tci.c
1863aa09c951SAndreas Färber
1864f05b328cSStefan HajnocziBlock drivers
1865f05b328cSStefan Hajnoczi-------------
1866f05b328cSStefan HajnocziVMDK
1867f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1868c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1869f05b328cSStefan HajnocziS: Supported
1870f05b328cSStefan HajnocziF: block/vmdk.c
1871f05b328cSStefan Hajnoczi
1872f05b328cSStefan HajnocziRBD
18735a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1874280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1875280458a3SJeff CodyL: qemu-block@nongnu.org
1876f05b328cSStefan HajnocziS: Supported
1877f05b328cSStefan HajnocziF: block/rbd.c
1878280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1879f05b328cSStefan Hajnoczi
1880f05b328cSStefan HajnocziSheepdog
188153b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1882f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1883280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1884280458a3SJeff CodyL: qemu-block@nongnu.org
1885dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1886f05b328cSStefan HajnocziS: Supported
1887f05b328cSStefan HajnocziF: block/sheepdog.c
1888280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1889f05b328cSStefan Hajnoczi
1890f05b328cSStefan HajnocziVHDX
1891f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1892280458a3SJeff CodyL: qemu-block@nongnu.org
1893f05b328cSStefan HajnocziS: Supported
1894f05b328cSStefan HajnocziF: block/vhdx*
1895280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1896f05b328cSStefan Hajnoczi
1897f05b328cSStefan HajnocziVDI
1898f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1899c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1900f05b328cSStefan HajnocziS: Maintained
1901f05b328cSStefan HajnocziF: block/vdi.c
1902f05b328cSStefan Hajnoczi
1903f05b328cSStefan HajnocziiSCSI
1904f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1905f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1906f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1907c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1908f05b328cSStefan HajnocziS: Supported
1909f05b328cSStefan HajnocziF: block/iscsi.c
19102deb63c2SPeter LievenF: block/iscsi-opts.c
1911f05b328cSStefan Hajnoczi
191299c62e70SEric BlakeNetwork Block Device (NBD)
191399c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
191499c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
191599c62e70SEric BlakeL: qemu-block@nongnu.org
191699c62e70SEric BlakeS: Maintained
191799c62e70SEric BlakeF: block/nbd*
191899c62e70SEric BlakeF: nbd/
191999c62e70SEric BlakeF: include/block/nbd*
192099c62e70SEric BlakeF: qemu-nbd.*
192199c62e70SEric BlakeF: blockdev-nbd.c
192299c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
192399c62e70SEric Blake
19246542aa9cSPeter LievenNFS
1925280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
19266542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1927280458a3SJeff CodyL: qemu-block@nongnu.org
19286542aa9cSPeter LievenS: Maintained
19296542aa9cSPeter LievenF: block/nfs.c
1930280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
19316542aa9cSPeter Lieven
1932f05b328cSStefan HajnocziSSH
1933f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1934280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1935280458a3SJeff CodyL: qemu-block@nongnu.org
1936f05b328cSStefan HajnocziS: Supported
1937f05b328cSStefan HajnocziF: block/ssh.c
1938280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1939c9a12e75SChrysostomos Nanakos
1940280458a3SJeff CodyCURL
1941280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1942280458a3SJeff CodyL: qemu-block@nongnu.org
1943280458a3SJeff CodyS: Supported
1944280458a3SJeff CodyF: block/curl.c
1945280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1946280458a3SJeff Cody
1947280458a3SJeff CodyGLUSTER
1948280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1949280458a3SJeff CodyL: qemu-block@nongnu.org
1950280458a3SJeff CodyS: Supported
1951280458a3SJeff CodyF: block/gluster.c
1952280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1953b5e9476cSGonglei
1954199667a8SFam ZhengNull Block Driver
1955199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
1956199667a8SFam ZhengL: qemu-block@nongnu.org
1957199667a8SFam ZhengS: Supported
1958199667a8SFam ZhengF: block/null.c
1959199667a8SFam Zheng
1960bdd6a90aSFam ZhengNVMe Block Driver
1961bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
1962bdd6a90aSFam ZhengL: qemu-block@nongnu.org
1963bdd6a90aSFam ZhengS: Supported
1964bdd6a90aSFam ZhengF: block/nvme*
1965bdd6a90aSFam Zheng
1966b5e9476cSGongleiBootdevice
1967b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
1968b5e9476cSGongleiS: Maintained
1969b5e9476cSGongleiF: bootdevice.c
1970ecdda9e0SAlberto Garcia
1971ecdda9e0SAlberto GarciaQuorum
1972ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1973ecdda9e0SAlberto GarciaS: Supported
1974ecdda9e0SAlberto GarciaF: block/quorum.c
1975ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
1976e7c6e631SStefan Hajnoczi
1977e7c6e631SStefan Hajnocziblkverify
1978e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1979e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1980e7c6e631SStefan HajnocziS: Supported
1981e7c6e631SStefan HajnocziF: block/blkverify.c
1982e7c6e631SStefan Hajnoczi
1983e7c6e631SStefan Hajnoczibochs
1984e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1985e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1986e7c6e631SStefan HajnocziS: Supported
1987e7c6e631SStefan HajnocziF: block/bochs.c
1988e7c6e631SStefan Hajnoczi
1989e7c6e631SStefan Hajnoczicloop
1990e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1991e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1992e7c6e631SStefan HajnocziS: Supported
1993e7c6e631SStefan HajnocziF: block/cloop.c
1994e7c6e631SStefan Hajnoczi
1995e7c6e631SStefan Hajnoczidmg
1996e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1997e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
1998e7c6e631SStefan HajnocziS: Supported
1999e7c6e631SStefan HajnocziF: block/dmg.c
2000e7c6e631SStefan Hajnoczi
2001e7c6e631SStefan Hajnocziparallels
2002e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2003f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2004e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2005e7c6e631SStefan HajnocziS: Supported
2006e7c6e631SStefan HajnocziF: block/parallels.c
20075746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2008e7c6e631SStefan Hajnoczi
2009e7c6e631SStefan Hajnocziqed
2010e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2011e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2012e7c6e631SStefan HajnocziS: Supported
2013e7c6e631SStefan HajnocziF: block/qed.c
2014e7c6e631SStefan Hajnoczi
2015e7c6e631SStefan Hajnocziraw
2016e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2017e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2018e7c6e631SStefan HajnocziS: Supported
2019e7c6e631SStefan HajnocziF: block/linux-aio.c
2020f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
20212e6fc7ebSEric BlakeF: block/raw-format.c
2022c1bb86cdSEric BlakeF: block/file-posix.c
2023c1bb86cdSEric BlakeF: block/file-win32.c
2024e7c6e631SStefan HajnocziF: block/win32-aio.c
2025e7c6e631SStefan Hajnoczi
2026e7c6e631SStefan Hajnocziqcow2
2027e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2028c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2029e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2030e7c6e631SStefan HajnocziS: Supported
2031e7c6e631SStefan HajnocziF: block/qcow2*
2032b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2033e7c6e631SStefan Hajnoczi
2034e7c6e631SStefan Hajnocziqcow
2035e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2036e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2037e7c6e631SStefan HajnocziS: Supported
2038e7c6e631SStefan HajnocziF: block/qcow.c
2039e7c6e631SStefan Hajnoczi
2040e7c6e631SStefan Hajnocziblkdebug
2041e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2042c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2043e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2044e7c6e631SStefan HajnocziS: Supported
2045e7c6e631SStefan HajnocziF: block/blkdebug.c
2046e7c6e631SStefan Hajnoczi
2047e7c6e631SStefan Hajnoczivpc
2048e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2049e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2050e7c6e631SStefan HajnocziS: Supported
2051e7c6e631SStefan HajnocziF: block/vpc.c
2052e7c6e631SStefan Hajnoczi
2053e7c6e631SStefan Hajnoczivvfat
2054e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2055e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2056e7c6e631SStefan HajnocziS: Supported
2057e7c6e631SStefan HajnocziF: block/vvfat.c
2058abfe4e94SStefan Hajnoczi
2059abfe4e94SStefan HajnocziImage format fuzzer
2060abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2061abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2062abfe4e94SStefan HajnocziS: Supported
2063abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2064717171bdSDaniel P. Berrange
2065049105a3SChanglong XieReplication
2066205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
20673ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2068049105a3SChanglong XieS: Supported
2069049105a3SChanglong XieF: replication*
2070049105a3SChanglong XieF: block/replication.c
2071049105a3SChanglong XieF: tests/test-replication.c
2072049105a3SChanglong XieF: docs/block-replication.txt
2073049105a3SChanglong Xie
2074a3defabbSMarcel ApfelbaumPVRDMA
2075a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2076a3defabbSMarcel ApfelbaumM: Marcel Apfelbaum <marcel@redhat.com>
2077a3defabbSMarcel ApfelbaumS: Maintained
2078a3defabbSMarcel ApfelbaumF: hw/rdma/*
2079a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2080a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2081a3defabbSMarcel Apfelbaum
2082b9e02c06SAlex BennéeBuild and test automation
2083b9e02c06SAlex Bennée-------------------------
20840475a03eSEduardo HabkostBuild and test automation
2085b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2086e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
208732b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2088b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2089e70dc7f8SAlex BennéeS: Maintained
2090b9e02c06SAlex BennéeF: .travis.yml
2091d92d886aSAlex BennéeF: .shippable.yml
2092e70dc7f8SAlex BennéeF: tests/docker/
209318023821SFam ZhengF: tests/vm/
2094e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
20952a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2096e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2097717171bdSDaniel P. Berrange
2098717171bdSDaniel P. BerrangeDocumentation
2099717171bdSDaniel P. Berrange-------------
2100717171bdSDaniel P. BerrangeBuild system architecture
2101717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2102717171bdSDaniel P. BerrangeS: Odd Fixes
2103c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
21048a49e97fSFam Zheng
2105aef45d51SDaniel P. BerrangeBuild System
2106aef45d51SDaniel P. Berrange------------
2107aef45d51SDaniel P. BerrangeGIT submodules
2108aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2109aef45d51SDaniel P. BerrangeS: Odd Fixes
2110aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2111