xref: /openbmc/qemu/MAINTAINERS (revision a51b3153)
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/
138c348722cSAlex BennéeF: tests/tcg/arm/
13929e0436eSAlex BennéeF: tests/tcg/aarch64/
1408d8b636dSPaolo BonziniF: hw/arm/
1418d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
142f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
143c17652eeSPaolo BonziniF: disas/arm.c
144c17652eeSPaolo BonziniF: disas/arm-a64.cc
145c17652eeSPaolo BonziniF: disas/libvixl/
146fd5d5c56SAnthony Liguori
147fd5d5c56SAnthony LiguoriCRIS
148fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
149fd5d5c56SAnthony LiguoriS: Maintained
150fcf5ef2aSThomas HuthF: target/cris/
1518d8b636dSPaolo BonziniF: hw/cris/
152c9b90090SThomas HuthF: include/hw/cris/
153c0bd0b50SPaolo BonziniF: tests/tcg/cris/
154c17652eeSPaolo BonziniF: disas/cris.c
155fd5d5c56SAnthony Liguori
15661766fe9SRichard HendersonHPPA (PA-RISC)
15761766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
15861766fe9SRichard HendersonS: Maintained
15961766fe9SRichard HendersonF: target/hppa/
16061461802SRichard HendersonF: hw/hppa/
16161766fe9SRichard HendersonF: disas/hppa.c
16261766fe9SRichard Henderson
16307bf23a7SMichael WalleLM32
16407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16507bf23a7SMichael WalleS: Maintained
166fcf5ef2aSThomas HuthF: target/lm32/
1674eab7a0aSMichael WalleF: disas/lm32.c
1688d8b636dSPaolo BonziniF: hw/lm32/
1694eab7a0aSMichael WalleF: hw/*/lm32_*
1704eab7a0aSMichael WalleF: hw/*/milkymist-*
1714eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1724eab7a0aSMichael WalleF: include/hw/lm32/
173c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17407bf23a7SMichael Walle
175fd5d5c56SAnthony LiguoriM68K
176595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
177595a926dSLaurent VivierS: Maintained
178fcf5ef2aSThomas HuthF: target/m68k/
179e9a56114SThomas HuthF: disas/m68k.c
180fd5d5c56SAnthony Liguori
181abc07545SEdgar E. IglesiasMicroBlaze
182fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
183fd5d5c56SAnthony LiguoriS: Maintained
184fcf5ef2aSThomas HuthF: target/microblaze/
1858d8b636dSPaolo BonziniF: hw/microblaze/
186c17652eeSPaolo BonziniF: disas/microblaze.c
187fd5d5c56SAnthony Liguori
188fd5d5c56SAnthony LiguoriMIPS
189ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1904872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
1916f640917SLeon AlraeS: Maintained
192fcf5ef2aSThomas HuthF: target/mips/
1938d8b636dSPaolo BonziniF: hw/mips/
1945995db88SThomas HuthF: hw/misc/mips_*
1955995db88SThomas HuthF: hw/intc/mips_gic.c
1965995db88SThomas HuthF: hw/timer/mips_gictimer.c
1975995db88SThomas HuthF: include/hw/mips/
1985995db88SThomas HuthF: include/hw/misc/mips_*
1995995db88SThomas HuthF: include/hw/intc/mips_gic.h
2005995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
201c0bd0b50SPaolo BonziniF: tests/tcg/mips/
202c17652eeSPaolo BonziniF: disas/mips.c
203fd5d5c56SAnthony Liguori
204d15a9c23SAnthony GreenMoxie
205d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
206d15a9c23SAnthony GreenS: Maintained
207fcf5ef2aSThomas HuthF: target/moxie/
208c17652eeSPaolo BonziniF: disas/moxie.c
209a3ccdfb5SThomas HuthF: hw/moxie/
210a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
211d15a9c23SAnthony Green
212e671711cSMarek VasutNiosII
213e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
214e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
215e671711cSMarek VasutS: Maintained
216e671711cSMarek VasutF: target/nios2/
217e671711cSMarek VasutF: hw/nios2/
218e671711cSMarek VasutF: disas/nios2.c
219e671711cSMarek Vasut
220945dad6dSJia LiuOpenRISC
2211d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2221d7cf18dSStafford HorneS: Odd Fixes
223fcf5ef2aSThomas HuthF: target/openrisc/
224945dad6dSJia LiuF: hw/openrisc/
225c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
226945dad6dSJia Liu
227fd5d5c56SAnthony LiguoriPowerPC
228b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
229fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
230a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
231fd5d5c56SAnthony LiguoriS: Maintained
232fcf5ef2aSThomas HuthF: target/ppc/
2338d8b636dSPaolo BonziniF: hw/ppc/
234b5d55020SThomas HuthF: include/hw/ppc/
235c17652eeSPaolo BonziniF: disas/ppc.c
236fd5d5c56SAnthony Liguori
2374dc62b15SMichael ClarkRISC-V
2384dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2394dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2404dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2414dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2424dc62b15SMichael ClarkS: Maintained
2434dc62b15SMichael ClarkF: target/riscv/
2444dc62b15SMichael ClarkF: hw/riscv/
2454dc62b15SMichael ClarkF: include/hw/riscv/
2464dc62b15SMichael ClarkF: disas/riscv.c
2474dc62b15SMichael Clark
248749717a0SAlexander GrafS390
2492b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
250fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
251ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
252fd5d5c56SAnthony LiguoriS: Maintained
253fcf5ef2aSThomas HuthF: target/s390x/
2548d8b636dSPaolo BonziniF: hw/s390x/
255c17652eeSPaolo BonziniF: disas/s390.c
256276ba120SPavel ZbitskiyF: tests/tcg/s390x/
257146bd283SCornelia HuckL: qemu-s390x@nongnu.org
258b6f97c14Sbellard
259fd5d5c56SAnthony LiguoriSH4
260ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2612c9b7d1aSAndreas FärberS: Odd Fixes
262fcf5ef2aSThomas HuthF: target/sh4/
2638d8b636dSPaolo BonziniF: hw/sh4/
264c17652eeSPaolo BonziniF: disas/sh4.c
2658a90f900SThomas HuthF: include/hw/sh4/
266fd5d5c56SAnthony Liguori
267fd5d5c56SAnthony LiguoriSPARC
268f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2692c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
270fd5d5c56SAnthony LiguoriS: Maintained
271fcf5ef2aSThomas HuthF: target/sparc/
2728d8b636dSPaolo BonziniF: hw/sparc/
2738d8b636dSPaolo BonziniF: hw/sparc64/
274c17652eeSPaolo BonziniF: disas/sparc.c
275fd5d5c56SAnthony Liguori
276a6ea7b4cSAndreas FärberUniCore32
277a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
278a6ea7b4cSAndreas FärberS: Maintained
279fcf5ef2aSThomas HuthF: target/unicore32/
2808d8b636dSPaolo BonziniF: hw/unicore32/
28147b98d59SThomas HuthF: include/hw/unicore32/
282a6ea7b4cSAndreas Färber
283fd5d5c56SAnthony LiguoriX86
284d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
285d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
286e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
287b203a4baSEduardo HabkostS: Maintained
288fcf5ef2aSThomas HuthF: target/i386/
2894132431fSAlex BennéeF: tests/tcg/i386/
2903a082ec0SAlex BennéeF: tests/tcg/x86_64/
2918d8b636dSPaolo BonziniF: hw/i386/
292c17652eeSPaolo BonziniF: disas/i386.c
2932544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi
294e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
295fd5d5c56SAnthony Liguori
29616e7caaeSMax FilippovXtensa
29716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
298b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29916e7caaeSMax FilippovS: Maintained
300fcf5ef2aSThomas HuthF: target/xtensa/
3018d8b636dSPaolo BonziniF: hw/xtensa/
302c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3035a6539e6SMax FilippovF: disas/xtensa.c
30416e7caaeSMax Filippov
30548e06fe0SBastian KoppelmannTriCore
30648e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30748e06fe0SBastian KoppelmannS: Maintained
308fcf5ef2aSThomas HuthF: target/tricore/
30948e06fe0SBastian KoppelmannF: hw/tricore/
310d46d14e6SThomas HuthF: include/hw/tricore/
31148e06fe0SBastian Koppelmann
312dd28bebdSAlex BennéeMultiarch Linux User Tests
313dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
314dd28bebdSAlex BennéeF: tests/tcg/multiarch/
315dd28bebdSAlex Bennée
316fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
317fd5d5c56SAnthony Liguori----------------------
318fd5d5c56SAnthony Liguori
319fd5d5c56SAnthony LiguoriOverall
320c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
321fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
322fd5d5c56SAnthony LiguoriS: Supported
323fd5d5c56SAnthony LiguoriF: */kvm.*
3241962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
325a95e9a48SThomas HuthF: include/sysemu/kvm*.h
326fd5d5c56SAnthony Liguori
327ed4659d1SPeter MaydellARM
328ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
329b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
330ed4659d1SPeter MaydellS: Maintained
331fcf5ef2aSThomas HuthF: target/arm/kvm.c
332ed4659d1SPeter Maydell
333a31896c4SJames HoganMIPS
334a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
335a31896c4SJames HoganS: Maintained
336fcf5ef2aSThomas HuthF: target/mips/kvm.c
337a31896c4SJames Hogan
338fd5d5c56SAnthony LiguoriPPC
339fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
340fd5d5c56SAnthony LiguoriS: Maintained
341fcf5ef2aSThomas HuthF: target/ppc/kvm.c
342fd5d5c56SAnthony Liguori
343fd5d5c56SAnthony LiguoriS390
344b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
345c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
346fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
347fd5d5c56SAnthony LiguoriS: Maintained
348fcf5ef2aSThomas HuthF: target/s390x/kvm.c
349040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
350040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
351fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
352fcf5ef2aSThomas HuthF: target/s390x/machine.c
35374b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3544277af19SCornelia HuckF: hw/intc/s390_flic.c
3554277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3564277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
357c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3583e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3593e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
360146bd283SCornelia HuckL: qemu-s390x@nongnu.org
361fd5d5c56SAnthony Liguori
362fd5d5c56SAnthony LiguoriX86
363d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
364fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
365fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
366fd5d5c56SAnthony LiguoriS: Supported
367fcf5ef2aSThomas HuthF: target/i386/kvm.c
368fd5d5c56SAnthony Liguori
3698a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3708a6b0cd7SStefano Stabellini----------------------
3718a6b0cd7SStefano Stabellini
3728a6b0cd7SStefano StabelliniX86
3733623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3743623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3756d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3768a6b0cd7SStefano StabelliniS: Supported
3778a6b0cd7SStefano StabelliniF: */xen*
378d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
379c92451c2SPaolo BonziniF: hw/char/xen_console.c
380c92451c2SPaolo BonziniF: hw/display/xenfb.c
381c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3829027ac50SStefano StabelliniF: hw/block/xen_*
383c92451c2SPaolo BonziniF: hw/xen/
384c92451c2SPaolo BonziniF: hw/xenpv/
3859027ac50SStefano StabelliniF: hw/i386/xen/
386c92451c2SPaolo BonziniF: include/hw/xen/
3879027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3888a6b0cd7SStefano Stabellini
3891bdd6874SStefan WeilHosts:
3901bdd6874SStefan Weil------
3911bdd6874SStefan Weil
3921bdd6874SStefan WeilLINUX
3931bdd6874SStefan WeilL: qemu-devel@nongnu.org
3941bdd6874SStefan WeilS: Maintained
3951bdd6874SStefan WeilF: linux-*
3961bdd6874SStefan WeilF: linux-headers/
3971bdd6874SStefan Weil
3981bdd6874SStefan WeilPOSIX
3991bdd6874SStefan WeilL: qemu-devel@nongnu.org
4001bdd6874SStefan WeilS: Maintained
4011bdd6874SStefan WeilF: *posix*
4021bdd6874SStefan Weil
4033c2bdbc1SKamil RytarowskiNETBSD
4043c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4053c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4063c2bdbc1SKamil RytarowskiS: Maintained
4071b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4083c2bdbc1SKamil Rytarowski
4090a773d55SBrad SmithOPENBSD
4100a773d55SBrad SmithL: qemu-devel@nongnu.org
4110a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4120a773d55SBrad SmithS: Maintained
4130a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4140a773d55SBrad Smith
4151bdd6874SStefan WeilW32, W64
4161bdd6874SStefan WeilL: qemu-devel@nongnu.org
4171bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4181bdd6874SStefan WeilS: Maintained
4191bdd6874SStefan WeilF: *win32*
42003972660SThomas HuthF: */*win32*
42103972660SThomas HuthF: include/*/*win32*
42203972660SThomas HuthX: qga/*win32*
423885bdc95SStefan WeilF: qemu.nsi
4241bdd6874SStefan Weil
425b250d04aSPhilippe Mathieu-DaudéAlpha Machines
426b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
427b250d04aSPhilippe Mathieu-DaudéS: Maintained
428b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4297bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
430b250d04aSPhilippe Mathieu-Daudé
431fd5d5c56SAnthony LiguoriARM Machines
432fd5d5c56SAnthony Liguori------------
43384291fe7SliguangAllwinner-a10
43485b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
435b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43684291fe7SliguangS: Maintained
43785b4d5daSBeniamino GalvaniF: hw/*/allwinner*
43885b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
43984291fe7SliguangF: hw/arm/cubieboard.c
44084291fe7Sliguang
441e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
443b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44406271000SPaolo BonziniS: Maintained
44506271000SPaolo BonziniF: hw/char/pl011.c
446c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
44706271000SPaolo BonziniF: hw/display/pl110*
44806271000SPaolo BonziniF: hw/dma/pl080.c
449aa74e355SPeter MaydellF: include/hw/dma/pl080.h
45006271000SPaolo BonziniF: hw/dma/pl330.c
45106271000SPaolo BonziniF: hw/gpio/pl061.c
45206271000SPaolo BonziniF: hw/input/pl050.c
45306271000SPaolo BonziniF: hw/intc/pl190.c
45406271000SPaolo BonziniF: hw/sd/pl181.c
4551d52866fSPeter MaydellF: hw/ssi/pl022.c
4561d52866fSPeter MaydellF: include/hw/ssi/pl022.h
45706271000SPaolo BonziniF: hw/timer/pl031.c
45806271000SPaolo BonziniF: include/hw/arm/primecell.h
459e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
460e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4614f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4624f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
463e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
464e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
465050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
466050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4670d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4680d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
469344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
470344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
471211e701dSPeter MaydellF: hw/misc/tz-msc.c
472211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47306271000SPaolo Bonzini
47406271000SPaolo BonziniARM cores
47506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
47706271000SPaolo BonziniS: Maintained
47806271000SPaolo BonziniF: hw/intc/arm*
47906271000SPaolo BonziniF: hw/intc/gic_internal.h
48006271000SPaolo BonziniF: hw/misc/a9scu.c
48106271000SPaolo BonziniF: hw/misc/arm11scu.c
48206271000SPaolo BonziniF: hw/timer/a9gtimer*
483c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
484c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48506271000SPaolo BonziniF: include/hw/intc/arm*
48606271000SPaolo BonziniF: include/hw/misc/a9scu.h
48706271000SPaolo BonziniF: include/hw/misc/arm11scu.h
48806271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
48906271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
490c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
491c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49206271000SPaolo Bonzini
493fc63dcffSEvgeny VoevodinExynos
494f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
495b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
496fc63dcffSEvgeny VoevodinS: Maintained
4978d8b636dSPaolo BonziniF: hw/*/exynos*
498ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
499fc63dcffSEvgeny Voevodin
500766fd09fSMark LangsdorfCalxeda Highbank
5019ef137caSRob HerringM: Rob Herring <robh@kernel.org>
502b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5039ef137caSRob HerringS: Maintained
5048d8b636dSPaolo BonziniF: hw/arm/highbank.c
5058d8b636dSPaolo BonziniF: hw/net/xgmac.c
506766fd09fSMark Langsdorf
5079082f121SAntony PavlovCanon DIGIC
5089082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
509b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5109082f121SAntony PavlovS: Maintained
5119082f121SAntony PavlovF: include/hw/arm/digic.h
5129082f121SAntony PavlovF: hw/*/digic*
5139082f121SAntony Pavlov
514fd5d5c56SAnthony LiguoriGumstix
5151f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5165dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
517b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5181f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5198d8b636dSPaolo BonziniF: hw/arm/gumstix.c
520fd5d5c56SAnthony Liguori
5210325559dSPeter Chubbi.MX31
5220325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
523b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5240325559dSPeter ChubbS: Odd fixes
5258d8b636dSPaolo BonziniF: hw/*/imx*
526f7e242d6SThomas HuthF: include/hw/*/imx*
5278d8b636dSPaolo BonziniF: hw/arm/kzm.c
528ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5290325559dSPeter Chubb
530fd5d5c56SAnthony LiguoriIntegrator CP
5311ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
532b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
533fd5d5c56SAnthony LiguoriS: Maintained
5348d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
535f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
536fd5d5c56SAnthony Liguori
537e5a6a6e6SPeter MaydellMPS2
538e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
539e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
540e5a6a6e6SPeter MaydellS: Maintained
541e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5420d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5430d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5440d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5450d4a7551SPeter MaydellF: hw/arm/iotkit.c
5460d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
54775750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
54875750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
549c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
550c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
551e5a6a6e6SPeter Maydell
552fd5d5c56SAnthony LiguoriMusicpal
553fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
554b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
555fd5d5c56SAnthony LiguoriS: Maintained
5568d8b636dSPaolo BonziniF: hw/arm/musicpal.c
557fd5d5c56SAnthony Liguori
558fd5d5c56SAnthony LiguorinSeries
559fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
560b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
561fd5d5c56SAnthony LiguoriS: Maintained
5628d8b636dSPaolo BonziniF: hw/arm/nseries.c
563fd5d5c56SAnthony Liguori
564fd5d5c56SAnthony LiguoriPalm
565fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
566b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
567fd5d5c56SAnthony LiguoriS: Maintained
5688d8b636dSPaolo BonziniF: hw/arm/palm.c
569fd5d5c56SAnthony Liguori
570fd5d5c56SAnthony LiguoriReal View
5711ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
572b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
573fd5d5c56SAnthony LiguoriS: Maintained
5748d8b636dSPaolo BonziniF: hw/arm/realview*
575f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5765ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5775ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
578fd5d5c56SAnthony Liguori
5799b31bff0SPaolo BonziniPXA2XX
580fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
581b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
582fd5d5c56SAnthony LiguoriS: Maintained
5839b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5848d8b636dSPaolo BonziniF: hw/arm/spitz.c
5859b31bff0SPaolo BonziniF: hw/arm/tosa.c
5869b31bff0SPaolo BonziniF: hw/arm/z2.c
5879b31bff0SPaolo BonziniF: hw/*/pxa2xx*
588f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
589ed0db866SThomas HuthF: include/hw/arm/pxa.h
590fd5d5c56SAnthony Liguori
591fd5d5c56SAnthony LiguoriStellaris
5921ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
593b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
594fd5d5c56SAnthony LiguoriS: Maintained
5958d8b636dSPaolo BonziniF: hw/*/stellaris*
596fd5d5c56SAnthony Liguori
597fd5d5c56SAnthony LiguoriVersatile PB
5981ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
599b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
600fd5d5c56SAnthony LiguoriS: Maintained
6018d8b636dSPaolo BonziniF: hw/*/versatile*
602c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
603fd5d5c56SAnthony Liguori
604e3260506SPeter A. G. CrosthwaiteXilinx Zynq
605cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
606c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
607b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
608e3260506SPeter A. G. CrosthwaiteS: Maintained
609cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6108d8b636dSPaolo BonziniF: hw/*/cadence_*
611f7e242d6SThomas HuthF: hw/misc/zynq*
612f7e242d6SThomas HuthF: include/hw/misc/zynq*
613cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
614e3260506SPeter A. G. Crosthwaite
615137805f5SAlistair FrancisXilinx ZynqMP
616c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
617cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
618b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
619137805f5SAlistair FrancisS: Maintained
620cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
621f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
622137805f5SAlistair Francis
6238f4d260eSShannon ZhaoARM ACPI Subsystem
6248f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
625e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
626b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6278f4d260eSShannon ZhaoS: Maintained
6288f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6298f4d260eSShannon Zhao
630a1f8193bSAlistair FrancisSTM32F205
631a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
632a1f8193bSAlistair FrancisS: Maintained
633a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
634a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
635a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
636a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
637a1f8193bSAlistair FrancisF: hw/adc/*
638a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6390e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
640a1f8193bSAlistair Francis
641a1f8193bSAlistair FrancisNetduino 2
642a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
643a1f8193bSAlistair FrancisS: Maintained
644a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
645a1f8193bSAlistair Francis
646670bc4cbSSubbaraya SundeepSmartFusion2
647670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
648670bc4cbSSubbaraya SundeepS: Maintained
649670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
650670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
651670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
652670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
653670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
654670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
655670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
656670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
657670bc4cbSSubbaraya Sundeep
658670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
659670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
660670bc4cbSSubbaraya SundeepS: Maintained
661670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
662670bc4cbSSubbaraya Sundeep
663f87db1baSJoel StanleyASPEED BMCs
664f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
665f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
666f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
667f87db1baSJoel StanleyL: qemu-arm@nongnu.org
668f87db1baSJoel StanleyS: Maintained
669f87db1baSJoel StanleyF: hw/*/*aspeed*
670f87db1baSJoel StanleyF: include/hw/*/*aspeed*
671f87db1baSJoel StanleyF: hw/net/ftgmac100.c
672f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
673f87db1baSJoel Stanley
674c0066d1aSJoel StanleyNRF51
675c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au>
676c0066d1aSJoel StanleyL: qemu-arm@nongnu.org
677c0066d1aSJoel StanleyS: Maintained
678c0066d1aSJoel StanleyF: hw/arm/nrf51_soc.c
679c0066d1aSJoel StanleyF: hw/arm/microbit.c
680c0066d1aSJoel StanleyF: include/hw/arm/nrf51_soc.h
681c0066d1aSJoel Stanley
682fd5d5c56SAnthony LiguoriCRIS Machines
683fd5d5c56SAnthony Liguori-------------
684fd5d5c56SAnthony LiguoriAxis Dev88
685fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
686fd5d5c56SAnthony LiguoriS: Maintained
6878d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6886e481d57SPeter MaydellF: hw/*/etraxfs_*.c
689fd5d5c56SAnthony Liguori
69007bf23a7SMichael WalleLM32 Machines
69107bf23a7SMichael Walle-------------
69207bf23a7SMichael WalleEVR32 and uclinux BSP
69307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
69407bf23a7SMichael WalleS: Maintained
6958d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
69607bf23a7SMichael Walle
697d118aa6bSMichael Wallemilkymist
698d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
699d118aa6bSMichael WalleS: Maintained
7008d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
701d118aa6bSMichael Walle
702afcacd53SAurelien JarnoM68K Machines
703fd5d5c56SAnthony Liguori-------------
704fd5d5c56SAnthony Liguorian5206
7055baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7065baf2741SThomas HuthS: Odd Fixes
7078d8b636dSPaolo BonziniF: hw/m68k/an5206.c
708e9a56114SThomas HuthF: hw/m68k/mcf5206.c
709fd5d5c56SAnthony Liguori
710fd5d5c56SAnthony Liguorimcf5208
7115baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7125baf2741SThomas HuthS: Odd Fixes
7138d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
714e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
715e9a56114SThomas HuthF: hw/char/mcf_uart.c
716e9a56114SThomas HuthF: hw/net/mcf_fec.c
7175baf2741SThomas HuthF: include/hw/m68k/mcf*.h
718fd5d5c56SAnthony Liguori
719fd5d5c56SAnthony LiguoriMicroBlaze Machines
720b6f97c14Sbellard-------------------
721fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
722fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
723fd5d5c56SAnthony LiguoriS: Maintained
7246e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
725b6f97c14Sbellard
726d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7274b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
728d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7298d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
730d36e8ce7SPeter A. G. Crosthwaite
731fd5d5c56SAnthony LiguoriMIPS Machines
732fd5d5c56SAnthony Liguori-------------
733fd5d5c56SAnthony LiguoriJazz
734fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
735fd5d5c56SAnthony LiguoriS: Maintained
7368d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
737fd5d5c56SAnthony Liguori
738fd5d5c56SAnthony LiguoriMalta
739fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
740fd5d5c56SAnthony LiguoriS: Maintained
7418d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
742fd5d5c56SAnthony Liguori
743fd5d5c56SAnthony LiguoriMipssim
7444872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
745659f42d8SYongbok KimS: Odd Fixes
7468d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
747659f42d8SYongbok KimF: hw/net/mipsnet.c
748fd5d5c56SAnthony Liguori
749fd5d5c56SAnthony LiguoriR4000
750fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
751fd5d5c56SAnthony LiguoriS: Maintained
7528d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
753fd5d5c56SAnthony Liguori
754659f42d8SYongbok KimFulong 2E
7554872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
756659f42d8SYongbok KimS: Odd Fixes
757659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7580170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7594872fee2SAleksandar Markovic
7600170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
761659f42d8SYongbok Kim
762659f42d8SYongbok KimBoston
7634872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
764659f42d8SYongbok KimS: Maintained
765659f42d8SYongbok KimF: hw/core/loader-fit.c
766659f42d8SYongbok KimF: hw/mips/boston.c
767659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
768659f42d8SYongbok Kim
769945dad6dSJia LiuOpenRISC Machines
770945dad6dSJia Liu-----------------
771945dad6dSJia Liuor1k-sim
772945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
773945dad6dSJia LiuS: Maintained
774945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
775945dad6dSJia Liu
776fd5d5c56SAnthony LiguoriPowerPC Machines
777fd5d5c56SAnthony Liguori----------------
778fd5d5c56SAnthony Liguori405
779fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
780a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7819b9fe135SAndreas FärberS: Odd Fixes
7828d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
783fd5d5c56SAnthony Liguori
784aaade8d7SAndreas FärberBamboo
785aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
786aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
787aaade8d7SAndreas FärberS: Odd Fixes
7888d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
789aaade8d7SAndreas Färber
79098cded3aSAndreas Färbere500
79198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
79298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
79398cded3aSAndreas FärberS: Supported
79498cded3aSAndreas FärberF: hw/ppc/e500.[hc]
79598cded3aSAndreas FärberF: hw/ppc/e500plat.c
796b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
797b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
798b5d55020SThomas HuthF: pc-bios/u-boot.e500
79998cded3aSAndreas Färber
80098cded3aSAndreas Färbermpc8544ds
80198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
80298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
80398cded3aSAndreas FärberS: Supported
80498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
8058d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
80698cded3aSAndreas Färber
807fd5d5c56SAnthony LiguoriNew World
808fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
809a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
810fd5d5c56SAnthony LiguoriS: Maintained
811baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8126e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8136e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8148d8b636dSPaolo BonziniF: hw/misc/macio/
8156ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
816b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
817eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8186ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
819eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
820fd5d5c56SAnthony Liguori
821fd5d5c56SAnthony LiguoriOld World
822fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
823a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
824fd5d5c56SAnthony LiguoriS: Maintained
825baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8266e481d57SPeter MaydellF: hw/pci-host/grackle.c
8278d8b636dSPaolo BonziniF: hw/misc/macio/
828835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
829fd5d5c56SAnthony Liguori
830ec38d398SAndreas FärberPReP
8318178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8329f38774dSAndreas FärberL: qemu-devel@nongnu.org
833a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8348178e89cSHervé PoussineauS: Maintained
83575610155SAndreas FärberF: hw/ppc/prep.c
8368178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8378178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8386e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8390a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
840a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8411cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
842cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
843a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
844cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
845835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
846fd5d5c56SAnthony Liguori
847300b115cSAndreas FärbersPAPR
848085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8498a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8508a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8518a269ca4SAndreas FärberS: Supported
8528d8b636dSPaolo BonziniF: hw/*/spapr*
853f9de2da7SDavid GibsonF: include/hw/*/spapr*
854f9de2da7SDavid GibsonF: hw/*/xics*
855f9de2da7SDavid GibsonF: include/hw/*/xics*
856f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
857b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
858b5d55020SThomas HuthF: pc-bios/slof.bin
859bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
860b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
861b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
862a70ab357SGreg KurzF: tests/spapr*
863a70ab357SGreg KurzF: tests/libqos/*spapr*
864a70ab357SGreg KurzF: tests/rtas*
865a70ab357SGreg KurzF: tests/libqos/rtas*
8668a269ca4SAndreas Färber
867794d00bfSAndreas Färbervirtex_ml507
868794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
869794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
870794d00bfSAndreas FärberS: Odd Fixes
8716e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
872794d00bfSAndreas Färber
873a9dd6604SBALATON Zoltansam460ex
874a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
875a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
876a9dd6604SBALATON ZoltanS: Maintained
877a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
878c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
879a9dd6604SBALATON Zoltan
880fd5d5c56SAnthony LiguoriSH4 Machines
881fd5d5c56SAnthony Liguori------------
882fd5d5c56SAnthony LiguoriR2D
883fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
884fd5d5c56SAnthony LiguoriS: Maintained
8856e481d57SPeter MaydellF: hw/sh4/r2d.c
88681527b94SThomas HuthF: hw/intc/sh_intc.c
88781527b94SThomas HuthF: hw/timer/sh_timer.c
888fd5d5c56SAnthony Liguori
889fd5d5c56SAnthony LiguoriShix
890fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
89181527b94SThomas HuthS: Odd Fixes
8926e481d57SPeter MaydellF: hw/sh4/shix.c
893fd5d5c56SAnthony Liguori
894fd5d5c56SAnthony LiguoriSPARC Machines
895fd5d5c56SAnthony Liguori--------------
896fd5d5c56SAnthony LiguoriSun4m
897f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
898fd5d5c56SAnthony LiguoriS: Maintained
8998d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
900c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c
901c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
9027098b79eSThomas HuthF: hw/misc/eccmemctl.c
9037098b79eSThomas HuthF: hw/misc/slavio_misc.c
904c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
905c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
906fd5d5c56SAnthony Liguori
907fd5d5c56SAnthony LiguoriSun4u
908f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
909fd5d5c56SAnthony LiguoriS: Maintained
9108d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
911c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
912fd5d5c56SAnthony Liguori
913a2664ca0SArtyom TarasenkoSun4v
914a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
915a2664ca0SArtyom TarasenkoS: Maintained
916626e4a4bSFam ZhengF: hw/sparc64/niagara.c
917a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
918a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
919a2664ca0SArtyom Tarasenko
920ce6c760cSFabien ChouteauLeon3
921ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
922ce6c760cSFabien ChouteauS: Maintained
9238d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9248d8b636dSPaolo BonziniF: hw/*/grlib*
925c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
926ce6c760cSFabien Chouteau
927fd5d5c56SAnthony LiguoriS390 Machines
928fd5d5c56SAnthony Liguori-------------
929dd4ad64aSCornelia HuckS390 Virtio-ccw
930c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
931b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
932dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
933dd4ad64aSCornelia HuckS: Supported
9340c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9359d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
936c5bfb202SCornelia HuckF: hw/s390x/
9374277af19SCornelia HuckF: include/hw/s390x/
938c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9391e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9401e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9413e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9423e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
943146bd283SCornelia HuckL: qemu-s390x@nongnu.org
944dd4ad64aSCornelia Huck
945304584bfSCornelia HuckS390-ccw Bios
946304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
947304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
948304584bfSCornelia HuckS: Supported
949304584bfSCornelia HuckF: pc-bios/s390-ccw/
950304584bfSCornelia HuckF: pc-bios/s390-ccw.img
951304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
952304584bfSCornelia HuckL: qemu-s390x@nongnu.org
953304584bfSCornelia Huck
954ab9528caSGuan XuetaoUniCore32 Machines
955ab9528caSGuan Xuetao-------------
956ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
957ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
958ab9528caSGuan XuetaoS: Maintained
9598d8b636dSPaolo BonziniF: hw/*/puv3*
960ab9528caSGuan XuetaoF: hw/unicore32/
961ab9528caSGuan Xuetao
962fd5d5c56SAnthony LiguoriX86 Machines
963fd5d5c56SAnthony Liguori------------
964fd5d5c56SAnthony LiguoriPC
965046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
966fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
967fd5d5c56SAnthony LiguoriS: Supported
968046a6486SMichael S. TsirkinF: include/hw/i386/
969046a6486SMichael S. TsirkinF: hw/i386/
970046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
971046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
972046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
973046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
974046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
975046a6486SMichael S. TsirkinF: hw/isa/piix4.c
976046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
977046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
978046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
979046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
980046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
981f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9829cc3b73cSPaolo BonziniF: hw/misc/sga.c
9839cc3b73cSPaolo Bonzini
9849cc3b73cSPaolo BonziniPC Chipset
9859cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9869cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9871732be86SPhilippe Mathieu-DaudéS: Supported
9889cc3b73cSPaolo BonziniF: hw/char/debugcon.c
989bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9909cc3b73cSPaolo BonziniF: hw/char/serial*
9919cc3b73cSPaolo BonziniF: hw/dma/i8257*
9929cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9931732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9949cc3b73cSPaolo BonziniF: hw/intc/apic*
9959cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9969cc3b73cSPaolo BonziniF: hw/intc/i8259*
9971854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9989cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9999cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
10009cc3b73cSPaolo BonziniF: hw/timer/hpet*
10019cc3b73cSPaolo BonziniF: hw/timer/i8254*
10029cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
1003edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
1004866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
1005bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
100655f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
1007a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
100847973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10091854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1010a2feb348SThomas HuthF: include/hw/timer/hpet.h
1011a2feb348SThomas HuthF: include/hw/timer/i8254*
1012a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1013046a6486SMichael S. Tsirkin
10145da4fb00SMichael S. TsirkinMachine core
10155da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1016fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10175da4fb00SMichael S. TsirkinS: Supported
10185da4fb00SMichael S. TsirkinF: hw/core/machine.c
1019c1629c5cSThomas HuthF: hw/core/null-machine.c
10205da4fb00SMichael S. TsirkinF: include/hw/boards.h
1021e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1022fd5d5c56SAnthony Liguori
102316e7caaeSMax FilippovXtensa Machines
102416e7caaeSMax Filippov---------------
1025375847a6SMax Filippovsim
102616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
102716e7caaeSMax FilippovS: Maintained
1028437a8c11SMax FilippovF: hw/xtensa/sim.c
1029375847a6SMax Filippov
1030437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1031375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1032375847a6SMax FilippovS: Maintained
1033437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1034437a8c11SMax FilippovF: hw/net/opencores_eth.c
103516e7caaeSMax Filippov
1036fd5d5c56SAnthony LiguoriDevices
1037fd5d5c56SAnthony Liguori-------
1038b30934cbSJiri SlabyEDU
1039b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1040b30934cbSJiri SlabyS: Maintained
1041b30934cbSJiri SlabyF: hw/misc/edu.c
1042b30934cbSJiri Slaby
1043fd5d5c56SAnthony LiguoriIDE
1044c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1045c095348bSJohn SnowL: qemu-block@nongnu.org
1046c095348bSJohn SnowS: Supported
10478d8b636dSPaolo BonziniF: include/hw/ide.h
1048c9f7acd5SThomas HuthF: include/hw/ide/
1049fd5d5c56SAnthony LiguoriF: hw/ide/
1050c095348bSJohn SnowF: hw/block/block.c
1051c095348bSJohn SnowF: hw/block/cdrom.c
1052c095348bSJohn SnowF: hw/block/hd-geometry.c
1053c095348bSJohn SnowF: tests/ide-test.c
1054c095348bSJohn SnowF: tests/ahci-test.c
1055edc35b3dSThomas HuthF: tests/cdrom-test.c
1056aee50319SJohn SnowF: tests/libqos/ahci*
1057c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1058c095348bSJohn Snow
1059caf316baSCorey MinyardIPMI
1060caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1061caf316baSCorey MinyardS: Maintained
1062caf316baSCorey MinyardF: include/hw/ipmi/*
1063caf316baSCorey MinyardF: hw/ipmi/*
1064caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1065caf316baSCorey MinyardF: tests/ipmi*
1066caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1067caf316baSCorey Minyard
1068c095348bSJohn SnowFloppy
1069c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1070c095348bSJohn SnowL: qemu-block@nongnu.org
1071c095348bSJohn SnowS: Supported
1072c095348bSJohn SnowF: hw/block/fdc.c
1073c095348bSJohn SnowF: include/hw/block/fdc.h
1074aee50319SJohn SnowF: tests/fdc-test.c
1075c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1076fd5d5c56SAnthony Liguori
1077f5f487b2SPeter MaydellOMAP
1078f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1079f5f487b2SPeter MaydellS: Maintained
10808d8b636dSPaolo BonziniF: hw/*/omap*
1081ed0db866SThomas HuthF: include/hw/arm/omap.h
1082f5f487b2SPeter Maydell
108328d54e58SPaolo BonziniIPack
108428d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
108528d54e58SPaolo BonziniS: Odd Fixes
108628d54e58SPaolo BonziniF: hw/char/ipoctal232.c
108728d54e58SPaolo BonziniF: hw/ipack/
108828d54e58SPaolo Bonzini
1089fd5d5c56SAnthony LiguoriPCI
1090fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1091fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1092fd5d5c56SAnthony LiguoriS: Supported
10938d8b636dSPaolo BonziniF: include/hw/pci/*
1094f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1095ca818cfbSMichael S. TsirkinF: hw/pci/*
1096f178bc6bSPaolo BonziniF: hw/pci-bridge/*
109768179923SPhilippe Mathieu-DaudéF: docs/pci*
109868179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1099534fd814SFam ZhengF: default-configs/pci.mak
11000e0b3592SMichael S. Tsirkin
1101d31e5ae7SMichael S. TsirkinACPI/SMBIOS
11020e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
11030e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
11040e0b3592SMichael S. TsirkinS: Supported
11050e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1106d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
11070e0b3592SMichael S. TsirkinF: hw/mem/*
11088d8b636dSPaolo BonziniF: hw/acpi/*
1109d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11100e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11110e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11123248f1b4SBen WarrenF: tests/bios-tables-test.c
11133248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1114fd5d5c56SAnthony Liguori
1115aaade8d7SAndreas Färberppc4xx
1116aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1117aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1118aaade8d7SAndreas FärberS: Odd Fixes
11198d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1120aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1121b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1122aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1123aaade8d7SAndreas Färber
112498cded3aSAndreas Färberppce500
112598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
112698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
112798cded3aSAndreas FärberS: Supported
11286e481d57SPeter MaydellF: hw/ppc/e500*
1129566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1130566dd236SPaolo BonziniF: hw/net/fsl_etsec/
113198cded3aSAndreas Färber
113261af0ee6SPaolo BonziniCharacter devices
113361af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
113461af0ee6SPaolo BonziniS: Odd Fixes
113561af0ee6SPaolo BonziniF: hw/char/
113661af0ee6SPaolo Bonzini
1137f536f112SPaolo BonziniNetwork devices
1138f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1139f536f112SPaolo BonziniS: Odd Fixes
1140f536f112SPaolo BonziniF: hw/net/
11416061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11426bd7776cSGreg KurzF: tests/virtio-net-test.c
1143f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1144f536f112SPaolo Bonzini
1145fd5d5c56SAnthony LiguoriSCSI
1146de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1147c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1148de7724f7SPaolo BonziniS: Supported
114974460f34SThomas HuthF: include/hw/scsi/*
11508d8b636dSPaolo BonziniF: hw/scsi/*
11516bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11521ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1153de7724f7SPaolo Bonzini
1154fcb5629dSPeter A. G. CrosthwaiteSSI
11554b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1156c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1157fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11588d8b636dSPaolo BonziniF: hw/ssi/*
11598d8b636dSPaolo BonziniF: hw/block/m25p80.c
1160982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11614b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1162982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11634b46ba61SAlistair Francis
11644b46ba61SAlistair FrancisXilinx SPI
1165c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11664b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11674b46ba61SAlistair FrancisS: Maintained
11684b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1169fcb5629dSPeter A. G. Crosthwaite
1170076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1171076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1172076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1173076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1174076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1175076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1176076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1177076a0fc3SPhilippe Mathieu-Daudé
1178fd5d5c56SAnthony LiguoriUSB
11795d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11805d0d62feSGerd HoffmannS: Maintained
11818d8b636dSPaolo BonziniF: hw/usb/*
118228edfce0SGongleiF: tests/usb-*-test.c
1183beded0ffSThomas HuthF: docs/usb2.txt
1184beded0ffSThomas HuthF: docs/usb-storage.txt
1185beded0ffSThomas HuthF: include/hw/usb.h
1186beded0ffSThomas HuthF: include/hw/usb/
1187104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1188fd5d5c56SAnthony Liguori
1189e26082fdSPaolo BonziniUSB (serial adapter)
1190e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1191e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1192e26082fdSPaolo BonziniS: Maintained
1193e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1194e26082fdSPaolo Bonzini
119592e1fb5eSAlex WilliamsonVFIO
119692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
119792e1fb5eSAlex WilliamsonS: Supported
1198cf7087dbSKim PhillipsF: hw/vfio/*
119999b88c6dSThomas HuthF: include/hw/vfio/
120092e1fb5eSAlex Williamson
12015eb74557SDong Jia Shivfio-ccw
1202c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
12035eb74557SDong Jia ShiS: Supported
12045eb74557SDong Jia ShiF: hw/vfio/ccw.c
12055eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
12065eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
12075eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1208146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12095eb74557SDong Jia Shi
1210*a51b3153STony Krowiakvfio-ap
1211*a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com>
1212*a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com>
1213*a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com>
1214*a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com>
1215*a51b3153STony KrowiakS: Supported
1216*a51b3153STony KrowiakF: hw/s390x/ap-device.c
1217*a51b3153STony KrowiakF: hw/s390x/ap-bridge.c
1218*a51b3153STony KrowiakF: include/hw/s390x/ap-device.h
1219*a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h
1220*a51b3153STony KrowiakL: qemu-s390x@nongnu.org
1221*a51b3153STony Krowiak
1222fd5d5c56SAnthony Liguorivhost
1223fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1224fd5d5c56SAnthony LiguoriS: Supported
12258d8b636dSPaolo BonziniF: hw/*/*vhost*
122637f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1227fd5d5c56SAnthony Liguori
1228fd5d5c56SAnthony Liguorivirtio
1229a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1230fd5d5c56SAnthony LiguoriS: Supported
12318d8b636dSPaolo BonziniF: hw/*/virtio*
123272fa605dSThomas HuthF: hw/virtio/Makefile.objs
123372fa605dSThomas HuthF: hw/virtio/trace-events
12346a084ea3SMichael S. TsirkinF: net/vhost-user.c
1235494f7b57SThomas HuthF: include/hw/virtio/
12366bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1237fd5d5c56SAnthony Liguori
1238fd5d5c56SAnthony Liguorivirtio-9p
12398c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1240fd5d5c56SAnthony LiguoriS: Supported
1241aebeca25SAndreas FärberF: hw/9pfs/
1242aebeca25SAndreas FärberF: fsdev/
12432d888c09SAndreas FärberF: tests/virtio-9p-test.c
12448c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1245fd5d5c56SAnthony Liguori
1246fd5d5c56SAnthony Liguorivirtio-blk
124754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1248b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1249fd5d5c56SAnthony LiguoriS: Supported
12508d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1251b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12526bd7776cSGreg KurzF: tests/virtio-blk-test.c
1253b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1254fd5d5c56SAnthony Liguori
1255dd4ad64aSCornelia Huckvirtio-ccw
1256c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1257b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1258dd4ad64aSCornelia HuckS: Supported
1259901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc]
1260d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c
12613e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12623e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1263146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1264dd4ad64aSCornelia Huck
1265a5d4d7b5SGerd Hoffmannvirtio-input
1266a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1267a5d4d7b5SGerd HoffmannS: Maintained
1268a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1269a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1270a5d4d7b5SGerd Hoffmann
1271fd5d5c56SAnthony Liguorivirtio-serial
1272cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1273fd5d5c56SAnthony LiguoriS: Supported
12748d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12758d8b636dSPaolo BonziniF: hw/char/virtio-console.c
127668a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12776bd7776cSGreg KurzF: tests/virtio-console-test.c
12786bd7776cSGreg KurzF: tests/virtio-serial-test.c
1279fd5d5c56SAnthony Liguori
12801f51a5cbSAmit Shahvirtio-rng
1281cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12821f51a5cbSAmit ShahS: Supported
12831f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12841f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1285750cf869SThomas HuthF: include/sysemu/rng*.h
12861f51a5cbSAmit ShahF: backends/rng*.c
12876bd7776cSGreg KurzF: tests/virtio-rng-test.c
12881f51a5cbSAmit Shah
12896034011cSGongleivirtio-crypto
12906034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12916034011cSGongleiS: Supported
12926034011cSGongleiF: hw/virtio/virtio-crypto.c
12936034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12946034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12956034011cSGonglei
1296f3c507adSKeith Buschnvme
1297f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1298c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1299f3c507adSKeith BuschS: Supported
1300f3c507adSKeith BuschF: hw/block/nvme*
1301fc967791SAndreas FärberF: tests/nvme-test.c
1302f3c507adSKeith Busch
1303d383c625SHannes Reineckemegasas
13043fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1305c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1306d383c625SHannes ReineckeS: Supported
1307d383c625SHannes ReineckeF: hw/scsi/megasas.c
1308d383c625SHannes ReineckeF: hw/scsi/mfi.h
13093fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1310d383c625SHannes Reinecke
1311605d52e6SDmitry FleytmanNetwork packet abstractions
1312bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1313605d52e6SDmitry FleytmanS: Maintained
1314605d52e6SDmitry FleytmanF: include/net/eth.h
1315605d52e6SDmitry FleytmanF: net/eth.c
1316605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1317605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1318605d52e6SDmitry Fleytman
1319622fb504SDmitry FleytmanVmware
1320bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1321622fb504SDmitry FleytmanS: Maintained
1322622fb504SDmitry FleytmanF: hw/net/vmxnet*
1323622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13245a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1325622fb504SDmitry Fleytman
1326de24d3f1SScott FeldmanRocker
1327de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1328de24d3f1SScott FeldmanS: Maintained
1329de24d3f1SScott FeldmanF: hw/net/rocker/
1330de850948SThomas HuthF: tests/rocker/
1331de850948SThomas HuthF: docs/specs/rocker.txt
1332de24d3f1SScott Feldman
133370d1fb9cSXiao GuangrongNVDIMM
13347a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
133570d1fb9cSXiao GuangrongS: Maintained
133670d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
133770d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
133870d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
133970d1fb9cSXiao Guangrong
1340093454e2SDmitry Fleytmane1000x
1341bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1342093454e2SDmitry FleytmanS: Maintained
1343093454e2SDmitry FleytmanF: hw/net/e1000x*
1344093454e2SDmitry Fleytman
13456f3fbe4eSDmitry Fleytmane1000e
1346bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13476f3fbe4eSDmitry FleytmanS: Maintained
13486f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13496f3fbe4eSDmitry Fleytman
1350ebc2327fSStefan Weileepro100
1351ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1352ebc2327fSStefan WeilS: Maintained
1353ebc2327fSStefan WeilF: hw/net/eepro100.c
1354ebc2327fSStefan Weil
1355e481a1f6SAlistair FrancisGeneric Loader
1356c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1357e481a1f6SAlistair FrancisS: Maintained
1358e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1359e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1360c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1361e481a1f6SAlistair Francis
1362645d3cbeSSu HangIntel Hexadecimal Object File Loader
1363645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1364645d3cbeSSu HangS: Maintained
1365645d3cbeSSu HangF: tests/hexloader-test.c
1366645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1367645d3cbeSSu Hang
136887a9023aSThomas HuthCHRP NVRAM
136987a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
137087a9023aSThomas HuthS: Maintained
137187a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
137287a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
137387a9023aSThomas HuthF: tests/prom-env-test.c
137487a9023aSThomas Huth
137542697d88SBen WarrenVM Generation ID
137642697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
137742697d88SBen WarrenS: Maintained
137842697d88SBen WarrenF: hw/acpi/vmgenid.c
137942697d88SBen WarrenF: include/hw/acpi/vmgenid.h
138042697d88SBen WarrenF: docs/specs/vmgenid.txt
138142697d88SBen WarrenF: tests/vmgenid-test.c
138242697d88SBen WarrenF: stubs/vmgenid.c
138342697d88SBen Warren
1384747969dbSPhilippe Mathieu-DaudéUnimplemented device
1385747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1386747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1387747969dbSPhilippe Mathieu-DaudéS: Maintained
1388747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1389747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1390747969dbSPhilippe Mathieu-Daudé
1391dbb2e472SGerd HoffmannStandard VGA
1392dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1393dbb2e472SGerd HoffmannS: Maintained
1394dbb2e472SGerd HoffmannF: hw/display/vga*
1395dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1396dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1397dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1398dbb2e472SGerd Hoffmann
139958d632c7SGerd Hoffmannramfb
140058d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
140158d632c7SGerd HoffmannS: Maintained
140258d632c7SGerd HoffmannF: hw/display/ramfb*.c
140358d632c7SGerd HoffmannF: include/hw/display/ramfb.h
140458d632c7SGerd Hoffmann
1405dbb2e472SGerd Hoffmannvirtio-gpu
1406dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1407dbb2e472SGerd HoffmannS: Maintained
1408dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1409dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1410dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1411dbb2e472SGerd Hoffmann
1412dbb2e472SGerd HoffmannCirrus VGA
1413dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1414dbb2e472SGerd HoffmannS: Odd Fixes
1415dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1416dbb2e472SGerd HoffmannF: hw/display/cirrus*
1417dbb2e472SGerd Hoffmann
141872d277a7SGerd HoffmannEDID Generator
141972d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
142072d277a7SGerd HoffmannS: Maintained
142172d277a7SGerd HoffmannF: hw/display/edid*
142272d277a7SGerd HoffmannF: include/hw/display/edid.h
142372d277a7SGerd HoffmannF: qemu-edid.c
142472d277a7SGerd Hoffmann
1425fd5d5c56SAnthony LiguoriSubsystems
1426fd5d5c56SAnthony Liguori----------
1427fd5d5c56SAnthony LiguoriAudio
14289f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1429fd5d5c56SAnthony LiguoriS: Maintained
1430fd5d5c56SAnthony LiguoriF: audio/
14318d8b636dSPaolo BonziniF: hw/audio/
1432a2b245aeSThomas HuthF: include/hw/audio/
1433d7b50c0cSAndreas FärberF: tests/ac97-test.c
14348fa74c94SAndreas FärberF: tests/es1370-test.c
1435fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1436fd5d5c56SAnthony Liguori
143717f1e8f5SStefan HajnocziBlock layer core
1438fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1439c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1440c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1441fd5d5c56SAnthony LiguoriS: Supported
1442fd5d5c56SAnthony LiguoriF: block*
1443fd5d5c56SAnthony LiguoriF: block/
14448d8b636dSPaolo BonziniF: hw/block/
14454c346e0bSKevin WolfF: include/block/
144646078760SKevin WolfF: qemu-img*
144746078760SKevin WolfF: qemu-io*
144829242091SKevin WolfF: tests/qemu-iotests/
14498dd30c86SMax ReitzF: util/qemu-progress.c
14500bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
1451c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c
1452d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1453fd5d5c56SAnthony Liguori
1454d55053b1SStefan HajnocziBlock I/O path
1455d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14569ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1457d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1458d55053b1SStefan HajnocziS: Supported
145936c697bdSPaolo BonziniF: util/async.c
146036c697bdSPaolo BonziniF: util/aio-*.c
1461d55053b1SStefan HajnocziF: block/io.c
1462d55053b1SStefan HajnocziF: migration/block*
1463e1029ae2SFam ZhengF: include/block/aio.h
1464f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14650a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1466d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1467d55053b1SStefan Hajnoczi
1468e5b5728cSPaolo BonziniBlock SCSI subsystem
1469e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1470c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1471e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1472e5b5728cSPaolo BonziniS: Supported
1473e5b5728cSPaolo BonziniF: include/scsi/*
1474e5b5728cSPaolo BonziniF: scsi/*
1475e5b5728cSPaolo Bonzini
1476280458a3SJeff CodyBlock Jobs
1477280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1478280458a3SJeff CodyL: qemu-block@nongnu.org
1479280458a3SJeff CodyS: Supported
1480280458a3SJeff CodyF: blockjob.c
1481280458a3SJeff CodyF: include/block/blockjob.h
148233e9e9bdSKevin WolfF: job.c
14831a90bc81SKevin WolfF: job-qmp.c
1484c468e368SMarkus ArmbrusterF: include/qemu/job.h
1485280458a3SJeff CodyF: block/backup.c
1486280458a3SJeff CodyF: block/commit.c
148777346025SJeff CodyF: block/stream.c
1488280458a3SJeff CodyF: block/mirror.c
1489bf42508fSKevin WolfF: qapi/job.json
1490280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1491280458a3SJeff Cody
14924120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14934120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14944120201dSMarkus ArmbrusterS: Supported
14954120201dSMarkus ArmbrusterF: blockdev.c
14964120201dSMarkus ArmbrusterF: block/qapi.c
14974120201dSMarkus ArmbrusterF: qapi/block*.json
1498fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14994120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
15004120201dSMarkus Armbruster
1501538193bcSJohn SnowDirty Bitmaps
1502538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1503538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1504538193bcSJohn SnowL: qemu-block@nongnu.org
1505538193bcSJohn SnowS: Supported
1506538193bcSJohn SnowF: util/hbitmap.c
1507538193bcSJohn SnowF: block/dirty-bitmap.c
1508538193bcSJohn SnowF: include/qemu/hbitmap.h
1509538193bcSJohn SnowF: include/block/dirty-bitmap.h
1510538193bcSJohn SnowF: tests/test-hbitmap.c
15115746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1512538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1513538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1514538193bcSJohn Snow
151561af0ee6SPaolo BonziniCharacter device backends
1516da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
151755fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1518fd5d5c56SAnthony LiguoriS: Maintained
1519178fe0aeSMarc-André LureauF: chardev/
15208228e353SMarc-André LureauF: include/chardev/
1521dbeee392SMarkus ArmbrusterF: qapi/char.json
1522fd5d5c56SAnthony Liguori
1523e26082fdSPaolo BonziniCharacter Devices (Braille)
1524e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1525e26082fdSPaolo BonziniS: Maintained
15266b10e573SMarc-André LureauF: chardev/baum.c
1527fd5d5c56SAnthony Liguori
1528e94630d3SMarkus ArmbrusterCommand line option argument parsing
1529e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1530e94630d3SMarkus ArmbrusterS: Supported
1531e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1532e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1533e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1534e94630d3SMarkus ArmbrusterF: util/keyval.c
1535e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1536e94630d3SMarkus Armbruster
15378c413e79SMarkus ArmbrusterCoverity model
15388c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15398c413e79SMarkus ArmbrusterS: Supported
15408c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15418c413e79SMarkus Armbruster
1542f2ca0524SAndreas FärberCPU
154312b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1544f2ca0524SAndreas FärberS: Supported
1545f2ca0524SAndreas FärberF: qom/cpu.c
15466e481d57SPeter MaydellF: include/qom/cpu.h
1547f2ca0524SAndreas Färber
1548d24b569aSPeter A. G. CrosthwaiteDevice Tree
15494b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1550d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1551d24b569aSPeter A. G. CrosthwaiteS: Maintained
155282407515SThomas HuthF: device_tree.c
155382407515SThomas HuthF: include/sysemu/device_tree.h
1554d24b569aSPeter A. G. Crosthwaite
15553505a22bSMarc-André LureauDump
15563505a22bSMarc-André LureauS: Supported
15573505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15583505a22bSMarc-André LureauF: dump.c
15593505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15603505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15613505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15623505a22bSMarc-André LureauF: include/sysemu/dump.h
15633505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15643505a22bSMarc-André LureauF: stubs/dump.c
15653505a22bSMarc-André Lureau
15664f966768SMarkus ArmbrusterError reporting
15674f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15684f966768SMarkus ArmbrusterS: Supported
15694f966768SMarkus ArmbrusterF: include/qapi/error.h
15704f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15714f966768SMarkus ArmbrusterF: util/error.c
15724f966768SMarkus ArmbrusterF: util/qemu-error.c
15734f966768SMarkus Armbruster
1574fd5d5c56SAnthony LiguoriGDB stub
15755dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1576fd5d5c56SAnthony LiguoriS: Odd Fixes
1577fd5d5c56SAnthony LiguoriF: gdbstub*
1578fd5d5c56SAnthony LiguoriF: gdb-xml/
1579fd5d5c56SAnthony Liguori
158001a9c03cSPaolo BonziniMemory API
158101a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
158201a9c03cSPaolo BonziniS: Supported
158301a9c03cSPaolo BonziniF: include/exec/ioport.h
158401a9c03cSPaolo BonziniF: ioport.c
158501a9c03cSPaolo BonziniF: include/exec/memory.h
15862b1641d0SPaolo BonziniF: include/exec/ram_addr.h
158701a9c03cSPaolo BonziniF: memory.c
158801a9c03cSPaolo BonziniF: include/exec/memory-internal.h
158901a9c03cSPaolo BonziniF: exec.c
159001a9c03cSPaolo Bonzini
15917ee3bf03SGerd HoffmannSPICE
15927ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15937ee3bf03SGerd HoffmannS: Supported
15946e481d57SPeter MaydellF: include/ui/qemu-spice.h
1595438528a3SThomas HuthF: include/ui/spice-display.h
15967ee3bf03SGerd HoffmannF: ui/spice-*.c
15977ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15988d8b636dSPaolo BonziniF: hw/display/qxl*
1599608cfed6SMarkus ArmbrusterF: qapi/ui.json
16007ee3bf03SGerd Hoffmann
1601fd5d5c56SAnthony LiguoriGraphics
160225eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
160325eccc37SGerd HoffmannS: Odd Fixes
1604fd5d5c56SAnthony LiguoriF: ui/
1605e220656cSThomas HuthF: include/ui/
1606608cfed6SMarkus ArmbrusterF: qapi/ui.json
1607b1d38037SMarc-André LureauF: util/drm.c
1608fd5d5c56SAnthony Liguori
1609351f1bf6SAndreas FärberCocoa graphics
161030ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1611351f1bf6SAndreas FärberS: Odd Fixes
1612351f1bf6SAndreas FärberF: ui/cocoa.m
1613351f1bf6SAndreas Färber
1614fd5d5c56SAnthony LiguoriMain loop
1615da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1616da26f37aSPaolo BonziniS: Maintained
1617da26f37aSPaolo BonziniF: cpus.c
16183ecb29a3SPaolo BonziniF: util/main-loop.c
16193ecb29a3SPaolo BonziniF: util/qemu-timer.c
1620fd5d5c56SAnthony LiguoriF: vl.c
16210e201d34SMarkus ArmbrusterF: qapi/run-state.json
1622fd5d5c56SAnthony Liguori
16238899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1624c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1625fbb0621aSLuiz CapitulinoS: Maintained
1626fd5d5c56SAnthony LiguoriF: monitor.c
1627c13e9912SThomas HuthF: hmp.[ch]
1628c13e9912SThomas HuthF: hmp-commands*.hx
1629c13e9912SThomas HuthF: include/monitor/hmp-target.h
1630bbcee372SThomas HuthF: tests/test-hmp.c
1631fd5d5c56SAnthony Liguori
1632f536f112SPaolo BonziniNetwork device backends
1633442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1634fd5d5c56SAnthony LiguoriS: Maintained
1635fd5d5c56SAnthony LiguoriF: net/
1636d24b2b1cSThomas HuthF: include/net/
16375fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
16383c0bd37dSMarkus ArmbrusterF: qapi/net.json
1639fd5d5c56SAnthony Liguori
1640aee09bafSVincenzo MaffioneNetmap network backend
1641aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1642aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1643aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1644aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1645aee09bafSVincenzo MaffioneS: Maintained
1646aee09bafSVincenzo MaffioneF: net/netmap.c
1647aee09bafSVincenzo Maffione
16482f54eb98SEduardo HabkostNUMA
16492f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16502f54eb98SEduardo HabkostS: Maintained
16512f54eb98SEduardo HabkostF: numa.c
16522f54eb98SEduardo HabkostF: include/sysemu/numa.h
1653e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16542f54eb98SEduardo Habkost
16554fc264f4SEduardo HabkostHost Memory Backends
16564fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16574fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16584fc264f4SEduardo HabkostS: Maintained
16594fc264f4SEduardo HabkostF: backends/hostmem*.c
16604fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1661e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16624fc264f4SEduardo Habkost
16636034011cSGongleiCryptodev Backends
16646034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16656034011cSGongleiS: Maintained
16666034011cSGongleiF: include/sysemu/cryptodev*.h
16676034011cSGongleiF: backends/cryptodev*.c
16686034011cSGonglei
1669ad904f66SEduardo HabkostPython scripts
1670ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1671ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1672ad904f66SEduardo HabkostS: Odd fixes
1673ad904f66SEduardo HabkostF: scripts/qmp/*
1674ad904f66SEduardo HabkostF: scripts/*.py
1675ad904f66SEduardo HabkostF: tests/*.py
1676ad904f66SEduardo Habkost
16778899b4aeSLuiz CapitulinoQAPI
16789740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16798899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16809740618cSLuiz CapitulinoS: Supported
16818899b4aeSLuiz CapitulinoF: qapi/
16820311c5bdSMarkus ArmbrusterX: qapi/*.json
1683ac4abb9aSMarkus ArmbrusterF: include/qapi/
1684ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1685ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1686c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1687ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1688e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1689ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1690e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1691be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1692be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1693c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16949740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16958899b4aeSLuiz Capitulino
16967810d291SLuiz CapitulinoQAPI Schema
16977810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16987810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16997810d291SLuiz CapitulinoS: Supported
17000311c5bdSMarkus ArmbrusterF: qapi/*.json
17019740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17027810d291SLuiz Capitulino
1703f3582ba4SLuiz CapitulinoQObject
1704daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1705daf5dc78SMarkus ArmbrusterS: Supported
1706f3582ba4SLuiz CapitulinoF: qobject/
17077735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
17087735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1709a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
17107735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
171101b2ffceSMarc-André LureauF: tests/check-qnum.c
17127735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
17137735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
17147735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1715daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1716f3582ba4SLuiz Capitulino
1717f05d9999SMichael RothQEMU Guest Agent
1718f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1719f05d9999SMichael RothS: Maintained
1720f05d9999SMichael RothF: qga/
1721ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1722ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1723ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1724ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1725f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1726f05d9999SMichael Roth
17274688c94cSAndreas FärberQOM
17284688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17294688c94cSAndreas FärberS: Supported
17304688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
17314688c94cSAndreas FärberF: include/qom/
17324688c94cSAndreas FärberX: include/qom/cpu.h
17334688c94cSAndreas FärberF: qom/
17344688c94cSAndreas FärberX: qom/cpu.c
17359f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17369f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17374688c94cSAndreas Färber
17388899b4aeSLuiz CapitulinoQMP
17399740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17409740618cSLuiz CapitulinoS: Supported
17418899b4aeSLuiz CapitulinoF: qmp.c
17428899b4aeSLuiz CapitulinoF: monitor.c
1743c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17449740618cSLuiz CapitulinoF: scripts/qmp/
1745f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
1746d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c
17479740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17488899b4aeSLuiz Capitulino
174998a43bf0SPaolo Bonziniqtest
175098a43bf0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
175198a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
175298a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
175398a43bf0SPaolo BonziniS: Maintained
175498a43bf0SPaolo BonziniF: qtest.c
175598a43bf0SPaolo BonziniF: tests/libqtest.*
175698a43bf0SPaolo BonziniF: tests/libqos/
175798a43bf0SPaolo BonziniF: tests/*-test.c
175898a43bf0SPaolo Bonzini
1759cc0100f4SAlistair FrancisRegister API
1760c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1761cc0100f4SAlistair FrancisS: Maintained
1762cc0100f4SAlistair FrancisF: hw/core/register.c
1763cc0100f4SAlistair FrancisF: include/hw/register.h
176406a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1765cc0100f4SAlistair Francis
1766fd5d5c56SAnthony LiguoriSLIRP
1767eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1768bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1769bafc72abSJan KiszkaS: Maintained
1770fd5d5c56SAnthony LiguoriF: slirp/
1771663fb1e1SThomas HuthF: net/slirp.c
1772d24b2b1cSThomas HuthF: include/net/slirp.h
177302cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17741ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1775fd5d5c56SAnthony Liguori
1776b1ed728aSPaolo BonziniStubs
1777b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1778b1ed728aSPaolo BonziniS: Maintained
1779b1ed728aSPaolo BonziniF: stubs/
1780b1ed728aSPaolo Bonzini
1781598a3f35SStefan HajnocziTracing
17821cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1783598a3f35SStefan HajnocziS: Maintained
1784598a3f35SStefan HajnocziF: trace/
17850e076292SThomas HuthF: trace-events
17860e076292SThomas HuthF: qemu-option-trace.texi
1787f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1788f70fd8fdSLluís VilanovaF: scripts/tracetool/
1789c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17901ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1791598a3f35SStefan Hajnoczi
17923859b6cfSMarkus ArmbrusterTPM
17936b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17946b4f250bSStefan BergerS: Maintained
17953859b6cfSMarkus ArmbrusterF: tpm.c
1796c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17973859b6cfSMarkus ArmbrusterF: hw/tpm/*
17983859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17993859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
18003859b6cfSMarkus ArmbrusterF: qapi/tpm.json
18016b4f250bSStefan BergerF: backends/tpm.c
1802adb0e917SStefan BergerF: tests/*tpm*
1803d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
18043859b6cfSMarkus Armbruster
180514f40fdcSBlue SwirlCheckpatch
180614f40fdcSBlue SwirlS: Odd Fixes
180714f40fdcSBlue SwirlF: scripts/checkpatch.pl
180814f40fdcSBlue Swirl
1809c0787c8dSJuan QuintelaMigration
1810c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1811d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1812c0787c8dSJuan QuintelaS: Maintained
1813c0787c8dSJuan QuintelaF: include/migration/
181444a1f946SDr. David Alan GilbertF: migration/
1815c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1816c5515640SAmit ShahF: tests/vmstate-static-checker-data/
18172656bfd9SJuan QuintelaF: tests/migration-test.c
1818c468e368SMarkus ArmbrusterF: docs/devel/migration.rst
181948685a8eSMarkus ArmbrusterF: qapi/migration.json
1820c0787c8dSJuan Quintela
182192bfedb0SEduardo OtuboSeccomp
1822064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
182392bfedb0SEduardo OtuboS: Supported
182492bfedb0SEduardo OtuboF: qemu-seccomp.c
182592bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
182692bfedb0SEduardo Otubo
1827ddbb0d09SDaniel P. BerrangeCryptography
1828ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1829ddbb0d09SDaniel P. BerrangeS: Maintained
1830ddbb0d09SDaniel P. BerrangeF: crypto/
1831ddbb0d09SDaniel P. BerrangeF: include/crypto/
1832ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18333947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1834899833cdSDaniel P. BerrangeF: qemu.sasl
1835ddbb0d09SDaniel P. Berrange
183610817bf0SDaniel P. BerrangeCoroutines
183710817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
183810817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
183910817bf0SDaniel P. BerrangeF: util/*coroutine*
184010817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
184110817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
184210817bf0SDaniel P. Berrange
184388c5f205SDaniel P. BerrangeBuffers
184488c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
184588c5f205SDaniel P. BerrangeS: Odd fixes
184688c5f205SDaniel P. BerrangeF: util/buffer.c
184788c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
184888c5f205SDaniel P. Berrange
1849666a3af9SDaniel P. BerrangeI/O Channels
1850666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1851666a3af9SDaniel P. BerrangeS: Maintained
1852666a3af9SDaniel P. BerrangeF: io/
1853666a3af9SDaniel P. BerrangeF: include/io/
1854666a3af9SDaniel P. BerrangeF: tests/test-io-*
1855666a3af9SDaniel P. Berrange
18565614a283SGerd HoffmannSockets
18575614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18585614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18595614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18605614a283SGerd HoffmannS: Maintained
18615614a283SGerd HoffmannF: include/qemu/sockets.h
18625614a283SGerd HoffmannF: util/qemu-sockets.c
1863a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18645614a283SGerd Hoffmann
1865d310d85bSAlberto GarciaThrottling infrastructure
1866d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1867d310d85bSAlberto GarciaS: Supported
1868d310d85bSAlberto GarciaF: block/throttle-groups.c
1869d310d85bSAlberto GarciaF: include/block/throttle-groups.h
187089603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1871d310d85bSAlberto GarciaF: util/throttle.c
187289603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
187389603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1874d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1875d310d85bSAlberto Garcia
1876080d7aacSFam ZhengUUID
1877080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1878080d7aacSFam ZhengS: Supported
1879080d7aacSFam ZhengF: util/uuid.c
1880080d7aacSFam ZhengF: include/qemu/uuid.h
1881080d7aacSFam ZhengF: tests/test-uuid.c
1882080d7aacSFam Zheng
1883a4cc318eSzhanghailiangCOLO Framework
1884a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1885a4cc318eSzhanghailiangS: Maintained
1886a4cc318eSzhanghailiangF: migration/colo*
1887a4cc318eSzhanghailiangF: include/migration/colo.h
1888a4cc318eSzhanghailiangF: include/migration/failover.h
1889a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1890a4cc318eSzhanghailiang
189188f82ed1SZhang ChenCOLO Proxy
1892b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
189388f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
189488f82ed1SZhang ChenS: Supported
189588f82ed1SZhang ChenF: docs/colo-proxy.txt
189688f82ed1SZhang ChenF: net/colo*
189788f82ed1SZhang ChenF: net/filter-rewriter.c
189888f82ed1SZhang ChenF: net/filter-mirror.c
189988f82ed1SZhang Chen
190062258201SPavel DovgalyukRecord/replay
190162258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
190262258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
190370b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
190462258201SPavel DovgalyukS: Supported
190562258201SPavel DovgalyukF: replay/*
190662258201SPavel DovgalyukF: block/blkreplay.c
190762258201SPavel DovgalyukF: net/filter-replay.c
190862258201SPavel DovgalyukF: include/sysemu/replay.h
190962258201SPavel DovgalyukF: docs/replay.txt
191062258201SPavel DovgalyukF: stubs/replay.c
191162258201SPavel Dovgalyuk
1912eecf5eedSPeter XuIOVA Tree
1913eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1914eecf5eedSPeter XuS: Maintained
1915eecf5eedSPeter XuF: include/qemu/iova-tree.h
1916eecf5eedSPeter XuF: util/iova-tree.c
1917eecf5eedSPeter Xu
19185ee547bbSViktor Prutyanovelf2dmp
19195ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
19205ee547bbSViktor PrutyanovS: Maintained
19215ee547bbSViktor PrutyanovF: contrib/elf2dmp/
19225ee547bbSViktor Prutyanov
1923fd5d5c56SAnthony LiguoriUsermode Emulation
1924fd5d5c56SAnthony Liguori------------------
1925486bbe5fSPaolo BonziniOverall
1926486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1927486bbe5fSPaolo BonziniS: Maintained
1928486bbe5fSPaolo BonziniF: thunk.c
192958410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1930486bbe5fSPaolo Bonzini
1931fd5d5c56SAnthony LiguoriBSD user
1932297e8005SMarkus ArmbrusterS: Orphan
1933fd5d5c56SAnthony LiguoriF: bsd-user/
1934ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1935fd5d5c56SAnthony Liguori
1936fd5d5c56SAnthony LiguoriLinux user
1937fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1938ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1939fd5d5c56SAnthony LiguoriS: Maintained
1940fd5d5c56SAnthony LiguoriF: linux-user/
1941ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1942e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
194342f5a7e9SAurelien Jarno
194442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
194542f5a7e9SAurelien Jarno-------------------------
194642f5a7e9SAurelien JarnoCommon code
1947cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
194842f5a7e9SAurelien JarnoS: Maintained
194942f5a7e9SAurelien JarnoF: tcg/
195042f5a7e9SAurelien Jarno
1951b25a464cSClaudio FontanaAArch64 target
1952b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1953b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1954b25a464cSClaudio FontanaS: Maintained
1955b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1956b25a464cSClaudio FontanaF: tcg/aarch64/
1957c17652eeSPaolo BonziniF: disas/arm-a64.cc
1958c17652eeSPaolo BonziniF: disas/libvixl/
1959b25a464cSClaudio Fontana
196042f5a7e9SAurelien JarnoARM target
196142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
196242f5a7e9SAurelien JarnoS: Maintained
1963b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
196442f5a7e9SAurelien JarnoF: tcg/arm/
1965c17652eeSPaolo BonziniF: disas/arm.c
196642f5a7e9SAurelien Jarno
196742f5a7e9SAurelien Jarnoi386 target
19685dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
196942f5a7e9SAurelien JarnoS: Maintained
197042f5a7e9SAurelien JarnoF: tcg/i386/
1971c17652eeSPaolo BonziniF: disas/i386.c
197242f5a7e9SAurelien Jarno
197342f5a7e9SAurelien JarnoMIPS target
1974d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
197542f5a7e9SAurelien JarnoS: Maintained
197642f5a7e9SAurelien JarnoF: tcg/mips/
1977c17652eeSPaolo BonziniF: disas/mips.c
197842f5a7e9SAurelien Jarno
197942f5a7e9SAurelien JarnoPPC
198015610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
198115610d42SPranith KumarS: Odd Fixes
198242f5a7e9SAurelien JarnoF: tcg/ppc/
1983c17652eeSPaolo BonziniF: disas/ppc.c
198442f5a7e9SAurelien Jarno
198542f5a7e9SAurelien JarnoS390 target
198642f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
198742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
198842f5a7e9SAurelien JarnoS: Maintained
198942f5a7e9SAurelien JarnoF: tcg/s390/
1990c17652eeSPaolo BonziniF: disas/s390.c
1991146bd283SCornelia HuckL: qemu-s390x@nongnu.org
199242f5a7e9SAurelien Jarno
199342f5a7e9SAurelien JarnoSPARC target
1994297e8005SMarkus ArmbrusterS: Odd Fixes
199542f5a7e9SAurelien JarnoF: tcg/sparc/
1996c17652eeSPaolo BonziniF: disas/sparc.c
1997bc75c9e5SStefan Weil
1998bc75c9e5SStefan WeilTCI target
1999bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
2000bc75c9e5SStefan WeilS: Maintained
20018ef9cd55SAndreas FärberF: tcg/tci/
2002752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
2003c17652eeSPaolo BonziniF: disas/tci.c
2004aa09c951SAndreas Färber
2005f05b328cSStefan HajnocziBlock drivers
2006f05b328cSStefan Hajnoczi-------------
2007f05b328cSStefan HajnocziVMDK
2008f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
2009c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2010f05b328cSStefan HajnocziS: Supported
2011f05b328cSStefan HajnocziF: block/vmdk.c
2012f05b328cSStefan Hajnoczi
2013f05b328cSStefan HajnocziRBD
20145a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
2015280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2016280458a3SJeff CodyL: qemu-block@nongnu.org
2017f05b328cSStefan HajnocziS: Supported
2018f05b328cSStefan HajnocziF: block/rbd.c
2019280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2020f05b328cSStefan Hajnoczi
2021f05b328cSStefan HajnocziSheepdog
202253b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
2023f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
2024280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2025280458a3SJeff CodyL: qemu-block@nongnu.org
2026dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
2027f05b328cSStefan HajnocziS: Supported
2028f05b328cSStefan HajnocziF: block/sheepdog.c
2029280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2030f05b328cSStefan Hajnoczi
2031f05b328cSStefan HajnocziVHDX
2032f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
2033280458a3SJeff CodyL: qemu-block@nongnu.org
2034f05b328cSStefan HajnocziS: Supported
2035f05b328cSStefan HajnocziF: block/vhdx*
2036280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2037f05b328cSStefan Hajnoczi
2038f05b328cSStefan HajnocziVDI
2039f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2040c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2041f05b328cSStefan HajnocziS: Maintained
2042f05b328cSStefan HajnocziF: block/vdi.c
2043f05b328cSStefan Hajnoczi
2044f05b328cSStefan HajnocziiSCSI
2045f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2046f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2047f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2048c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2049f05b328cSStefan HajnocziS: Supported
2050f05b328cSStefan HajnocziF: block/iscsi.c
20512deb63c2SPeter LievenF: block/iscsi-opts.c
2052f05b328cSStefan Hajnoczi
205399c62e70SEric BlakeNetwork Block Device (NBD)
205499c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
205599c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
205699c62e70SEric BlakeL: qemu-block@nongnu.org
205799c62e70SEric BlakeS: Maintained
205899c62e70SEric BlakeF: block/nbd*
205999c62e70SEric BlakeF: nbd/
206099c62e70SEric BlakeF: include/block/nbd*
206199c62e70SEric BlakeF: qemu-nbd.*
206299c62e70SEric BlakeF: blockdev-nbd.c
20633229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
206499c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
206599c62e70SEric Blake
20666542aa9cSPeter LievenNFS
2067280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20686542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2069280458a3SJeff CodyL: qemu-block@nongnu.org
20706542aa9cSPeter LievenS: Maintained
20716542aa9cSPeter LievenF: block/nfs.c
2072280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20736542aa9cSPeter Lieven
2074f05b328cSStefan HajnocziSSH
2075f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2076280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2077280458a3SJeff CodyL: qemu-block@nongnu.org
2078f05b328cSStefan HajnocziS: Supported
2079f05b328cSStefan HajnocziF: block/ssh.c
2080280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2081c9a12e75SChrysostomos Nanakos
2082280458a3SJeff CodyCURL
2083280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2084280458a3SJeff CodyL: qemu-block@nongnu.org
2085280458a3SJeff CodyS: Supported
2086280458a3SJeff CodyF: block/curl.c
2087280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2088280458a3SJeff Cody
2089280458a3SJeff CodyGLUSTER
2090280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2091280458a3SJeff CodyL: qemu-block@nongnu.org
2092280458a3SJeff CodyS: Supported
2093280458a3SJeff CodyF: block/gluster.c
2094280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2095b5e9476cSGonglei
2096199667a8SFam ZhengNull Block Driver
2097199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2098199667a8SFam ZhengL: qemu-block@nongnu.org
2099199667a8SFam ZhengS: Supported
2100199667a8SFam ZhengF: block/null.c
2101199667a8SFam Zheng
2102bdd6a90aSFam ZhengNVMe Block Driver
2103bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2104bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2105bdd6a90aSFam ZhengS: Supported
2106bdd6a90aSFam ZhengF: block/nvme*
2107bdd6a90aSFam Zheng
2108b5e9476cSGongleiBootdevice
2109b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2110b5e9476cSGongleiS: Maintained
2111b5e9476cSGongleiF: bootdevice.c
2112ecdda9e0SAlberto Garcia
2113ecdda9e0SAlberto GarciaQuorum
2114ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2115ecdda9e0SAlberto GarciaS: Supported
2116ecdda9e0SAlberto GarciaF: block/quorum.c
2117ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2118e7c6e631SStefan Hajnoczi
2119bfcc224eSAapo Vienamoblklogwrites
2120bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2121bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2122bfcc224eSAapo VienamoS: Supported
2123bfcc224eSAapo VienamoF: block/blklogwrites.c
2124bfcc224eSAapo Vienamo
2125e7c6e631SStefan Hajnocziblkverify
2126e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2127e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2128e7c6e631SStefan HajnocziS: Supported
2129e7c6e631SStefan HajnocziF: block/blkverify.c
2130e7c6e631SStefan Hajnoczi
2131e7c6e631SStefan Hajnoczibochs
2132e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2133e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2134e7c6e631SStefan HajnocziS: Supported
2135e7c6e631SStefan HajnocziF: block/bochs.c
2136e7c6e631SStefan Hajnoczi
2137e7c6e631SStefan Hajnoczicloop
2138e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2139e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2140e7c6e631SStefan HajnocziS: Supported
2141e7c6e631SStefan HajnocziF: block/cloop.c
2142e7c6e631SStefan Hajnoczi
2143e7c6e631SStefan Hajnoczidmg
2144e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2145e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2146e7c6e631SStefan HajnocziS: Supported
2147e7c6e631SStefan HajnocziF: block/dmg.c
2148e7c6e631SStefan Hajnoczi
2149e7c6e631SStefan Hajnocziparallels
2150e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2151f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2152e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2153e7c6e631SStefan HajnocziS: Supported
2154e7c6e631SStefan HajnocziF: block/parallels.c
21555746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2156e7c6e631SStefan Hajnoczi
2157e7c6e631SStefan Hajnocziqed
2158e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2159e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2160e7c6e631SStefan HajnocziS: Supported
2161e7c6e631SStefan HajnocziF: block/qed.c
2162e7c6e631SStefan Hajnoczi
2163e7c6e631SStefan Hajnocziraw
2164e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2165e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2166e7c6e631SStefan HajnocziS: Supported
2167e7c6e631SStefan HajnocziF: block/linux-aio.c
2168f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21692e6fc7ebSEric BlakeF: block/raw-format.c
2170c1bb86cdSEric BlakeF: block/file-posix.c
2171c1bb86cdSEric BlakeF: block/file-win32.c
2172e7c6e631SStefan HajnocziF: block/win32-aio.c
2173e7c6e631SStefan Hajnoczi
2174e7c6e631SStefan Hajnocziqcow2
2175e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2176c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2177e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2178e7c6e631SStefan HajnocziS: Supported
2179e7c6e631SStefan HajnocziF: block/qcow2*
2180b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2181e7c6e631SStefan Hajnoczi
2182e7c6e631SStefan Hajnocziqcow
2183e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2184e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2185e7c6e631SStefan HajnocziS: Supported
2186e7c6e631SStefan HajnocziF: block/qcow.c
2187e7c6e631SStefan Hajnoczi
2188e7c6e631SStefan Hajnocziblkdebug
2189e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2190c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2191e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2192e7c6e631SStefan HajnocziS: Supported
2193e7c6e631SStefan HajnocziF: block/blkdebug.c
2194e7c6e631SStefan Hajnoczi
2195e7c6e631SStefan Hajnoczivpc
2196e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2197e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2198e7c6e631SStefan HajnocziS: Supported
2199e7c6e631SStefan HajnocziF: block/vpc.c
2200e7c6e631SStefan Hajnoczi
2201e7c6e631SStefan Hajnoczivvfat
2202e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2203e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2204e7c6e631SStefan HajnocziS: Supported
2205e7c6e631SStefan HajnocziF: block/vvfat.c
2206abfe4e94SStefan Hajnoczi
2207abfe4e94SStefan HajnocziImage format fuzzer
2208abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2209abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2210abfe4e94SStefan HajnocziS: Supported
2211abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2212717171bdSDaniel P. Berrange
2213049105a3SChanglong XieReplication
2214205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
22153ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2216049105a3SChanglong XieS: Supported
2217049105a3SChanglong XieF: replication*
2218049105a3SChanglong XieF: block/replication.c
2219049105a3SChanglong XieF: tests/test-replication.c
2220049105a3SChanglong XieF: docs/block-replication.txt
2221049105a3SChanglong Xie
2222a3defabbSMarcel ApfelbaumPVRDMA
2223a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2224fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2225a3defabbSMarcel ApfelbaumS: Maintained
2226a3defabbSMarcel ApfelbaumF: hw/rdma/*
2227a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2228a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2229a3defabbSMarcel Apfelbaum
2230b9e02c06SAlex BennéeBuild and test automation
2231b9e02c06SAlex Bennée-------------------------
22320475a03eSEduardo HabkostBuild and test automation
2233b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2234e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
223532b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2236b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2237e70dc7f8SAlex BennéeS: Maintained
2238b9e02c06SAlex BennéeF: .travis.yml
22390708e647SAlex BennéeF: scripts/travis/
2240d92d886aSAlex BennéeF: .shippable.yml
2241e70dc7f8SAlex BennéeF: tests/docker/
224218023821SFam ZhengF: tests/vm/
2243e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22442a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2245e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2246717171bdSDaniel P. Berrange
22477e97017eSAlex BennéeGuest Test Compilation Support
22487e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22497e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22507e97017eSAlex BennéeF: tests/tcg/Makefile
2251c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22527e97017eSAlex BennéeL: qemu-devel@nongnu.org
22537e97017eSAlex Bennée
2254717171bdSDaniel P. BerrangeDocumentation
2255717171bdSDaniel P. Berrange-------------
2256717171bdSDaniel P. BerrangeBuild system architecture
2257717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2258717171bdSDaniel P. BerrangeS: Odd Fixes
2259c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22608a49e97fSFam Zheng
2261b02c9bc3SMarkus ArmbrusterIncompatible changes
2262b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2263b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2264b02c9bc3SMarkus Armbruster
2265aef45d51SDaniel P. BerrangeBuild System
2266aef45d51SDaniel P. Berrange------------
2267aef45d51SDaniel P. BerrangeGIT submodules
2268aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2269aef45d51SDaniel P. BerrangeS: Odd Fixes
2270aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2271