xref: /openbmc/qemu/MAINTAINERS (revision 90b27c4c)
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
77e18a8b34SStefan HajnocziT: git https://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/
912fe2942cSTony KrowiakF: hw/vfio/ap.c
92daf14ce3SCornelia HuckF: hw/vfio/ccw.c
93daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c
94daf14ce3SCornelia HuckF: include/hw/s390x/
95daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h
96daf14ce3SCornelia HuckF: pc-bios/s390-ccw/
97daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img
98daf14ce3SCornelia HuckF: target/s390x/
99694a8d70STony KrowiakF: docs/vfio-ap.txt
100daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x?
101e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
102daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org
103daf14ce3SCornelia Huck
104fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
105fd5d5c56SAnthony Liguori----------------------
106486bbe5fSPaolo BonziniOverall
1075dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1082b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1092b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
1102185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
1112b1641d0SPaolo BonziniS: Maintained
1122b1641d0SPaolo BonziniF: cpus.c
1132b1641d0SPaolo BonziniF: exec.c
114c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
1152b1641d0SPaolo BonziniF: include/exec/cpu*.h
1162b1641d0SPaolo BonziniF: include/exec/exec-all.h
117486bbe5fSPaolo BonziniF: include/exec/helper*.h
1182b1641d0SPaolo BonziniF: include/exec/tb-hash.h
119460423d3SThomas HuthF: include/sysemu/cpus.h
120486bbe5fSPaolo Bonzini
1211badb586SPeter MaydellFPU emulation
1221badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1231badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1241badb586SPeter MaydellS: Odd Fixes
1251badb586SPeter MaydellF: fpu/
1261badb586SPeter MaydellF: include/fpu/
1271badb586SPeter Maydell
128b6f97c14SbellardAlpha
1298d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1308d6df264SRichard HendersonS: Maintained
131fcf5ef2aSThomas HuthF: target/alpha/
132c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
133c17652eeSPaolo BonziniF: disas/alpha.c
134fd5d5c56SAnthony Liguori
135fd5d5c56SAnthony LiguoriARM
1361ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
137b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
138fd5d5c56SAnthony LiguoriS: Maintained
139fcf5ef2aSThomas HuthF: target/arm/
140c348722cSAlex BennéeF: tests/tcg/arm/
14129e0436eSAlex BennéeF: tests/tcg/aarch64/
1428d8b636dSPaolo BonziniF: hw/arm/
1438d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
144f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
145c17652eeSPaolo BonziniF: disas/arm.c
146c17652eeSPaolo BonziniF: disas/arm-a64.cc
147c17652eeSPaolo BonziniF: disas/libvixl/
148fd5d5c56SAnthony Liguori
149fd5d5c56SAnthony LiguoriCRIS
150fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
151fd5d5c56SAnthony LiguoriS: Maintained
152fcf5ef2aSThomas HuthF: target/cris/
1538d8b636dSPaolo BonziniF: hw/cris/
154c9b90090SThomas HuthF: include/hw/cris/
155c0bd0b50SPaolo BonziniF: tests/tcg/cris/
156c17652eeSPaolo BonziniF: disas/cris.c
157fd5d5c56SAnthony Liguori
15861766fe9SRichard HendersonHPPA (PA-RISC)
15961766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
16061766fe9SRichard HendersonS: Maintained
16161766fe9SRichard HendersonF: target/hppa/
16261461802SRichard HendersonF: hw/hppa/
16361766fe9SRichard HendersonF: disas/hppa.c
16461766fe9SRichard Henderson
16507bf23a7SMichael WalleLM32
16607bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16707bf23a7SMichael WalleS: Maintained
168fcf5ef2aSThomas HuthF: target/lm32/
1694eab7a0aSMichael WalleF: disas/lm32.c
1708d8b636dSPaolo BonziniF: hw/lm32/
1714eab7a0aSMichael WalleF: hw/*/lm32_*
1724eab7a0aSMichael WalleF: hw/*/milkymist-*
1734eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1744eab7a0aSMichael WalleF: include/hw/lm32/
175c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17607bf23a7SMichael Walle
177fd5d5c56SAnthony LiguoriM68K
178595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
179595a926dSLaurent VivierS: Maintained
180fcf5ef2aSThomas HuthF: target/m68k/
181e9a56114SThomas HuthF: disas/m68k.c
182fd5d5c56SAnthony Liguori
183abc07545SEdgar E. IglesiasMicroBlaze
184fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
185fd5d5c56SAnthony LiguoriS: Maintained
186fcf5ef2aSThomas HuthF: target/microblaze/
1878d8b636dSPaolo BonziniF: hw/microblaze/
188c17652eeSPaolo BonziniF: disas/microblaze.c
189fd5d5c56SAnthony Liguori
190fd5d5c56SAnthony LiguoriMIPS
191ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1924872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
193*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
1946f640917SLeon AlraeS: Maintained
195fcf5ef2aSThomas HuthF: target/mips/
1968d8b636dSPaolo BonziniF: hw/mips/
1975995db88SThomas HuthF: hw/misc/mips_*
1985995db88SThomas HuthF: hw/intc/mips_gic.c
1995995db88SThomas HuthF: hw/timer/mips_gictimer.c
2005995db88SThomas HuthF: include/hw/mips/
2015995db88SThomas HuthF: include/hw/misc/mips_*
2025995db88SThomas HuthF: include/hw/intc/mips_gic.h
2035995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
204c0bd0b50SPaolo BonziniF: tests/tcg/mips/
205c17652eeSPaolo BonziniF: disas/mips.c
20689a955e8SAleksandar MarkovicF: disas/nanomips.h
20789a955e8SAleksandar MarkovicF: disas/nanomips.cpp
208fd5d5c56SAnthony Liguori
209d15a9c23SAnthony GreenMoxie
210d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
211d15a9c23SAnthony GreenS: Maintained
212fcf5ef2aSThomas HuthF: target/moxie/
213c17652eeSPaolo BonziniF: disas/moxie.c
214a3ccdfb5SThomas HuthF: hw/moxie/
215a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
216d15a9c23SAnthony Green
217e671711cSMarek VasutNiosII
218e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
219e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
220e671711cSMarek VasutS: Maintained
221e671711cSMarek VasutF: target/nios2/
222e671711cSMarek VasutF: hw/nios2/
223e671711cSMarek VasutF: disas/nios2.c
224e671711cSMarek Vasut
225945dad6dSJia LiuOpenRISC
2261d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2271d7cf18dSStafford HorneS: Odd Fixes
228fcf5ef2aSThomas HuthF: target/openrisc/
229945dad6dSJia LiuF: hw/openrisc/
230c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
231945dad6dSJia Liu
232fd5d5c56SAnthony LiguoriPowerPC
233b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
234a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
235fd5d5c56SAnthony LiguoriS: Maintained
236fcf5ef2aSThomas HuthF: target/ppc/
2378d8b636dSPaolo BonziniF: hw/ppc/
238b5d55020SThomas HuthF: include/hw/ppc/
239c17652eeSPaolo BonziniF: disas/ppc.c
240fd5d5c56SAnthony Liguori
2414dc62b15SMichael ClarkRISC-V
2424dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2434dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
244a17a61f3SPalmer DabbeltM: Alistair Francis <Alistair.Francis@wdc.com>
2454dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2464dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
247a094b354SPalmer DabbeltL: qemu-riscv@nongnu.org
2484dc62b15SMichael ClarkS: Maintained
2494dc62b15SMichael ClarkF: target/riscv/
2504dc62b15SMichael ClarkF: hw/riscv/
2514dc62b15SMichael ClarkF: include/hw/riscv/
2524dc62b15SMichael ClarkF: disas/riscv.c
2534dc62b15SMichael Clark
254749717a0SAlexander GrafS390
2552b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
256ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
257fd5d5c56SAnthony LiguoriS: Maintained
258fcf5ef2aSThomas HuthF: target/s390x/
2598d8b636dSPaolo BonziniF: hw/s390x/
260c17652eeSPaolo BonziniF: disas/s390.c
261276ba120SPavel ZbitskiyF: tests/tcg/s390x/
262146bd283SCornelia HuckL: qemu-s390x@nongnu.org
263b6f97c14Sbellard
264fd5d5c56SAnthony LiguoriSH4
265ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2662c9b7d1aSAndreas FärberS: Odd Fixes
267fcf5ef2aSThomas HuthF: target/sh4/
2688d8b636dSPaolo BonziniF: hw/sh4/
269c17652eeSPaolo BonziniF: disas/sh4.c
2708a90f900SThomas HuthF: include/hw/sh4/
271fd5d5c56SAnthony Liguori
272fd5d5c56SAnthony LiguoriSPARC
273f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2742c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
275fd5d5c56SAnthony LiguoriS: Maintained
276fcf5ef2aSThomas HuthF: target/sparc/
2778d8b636dSPaolo BonziniF: hw/sparc/
2788d8b636dSPaolo BonziniF: hw/sparc64/
279c17652eeSPaolo BonziniF: disas/sparc.c
280fd5d5c56SAnthony Liguori
281a6ea7b4cSAndreas FärberUniCore32
282a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
283a6ea7b4cSAndreas FärberS: Maintained
284fcf5ef2aSThomas HuthF: target/unicore32/
2858d8b636dSPaolo BonziniF: hw/unicore32/
28647b98d59SThomas HuthF: include/hw/unicore32/
287a6ea7b4cSAndreas Färber
288fd5d5c56SAnthony LiguoriX86
289d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
290d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
291e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
292b203a4baSEduardo HabkostS: Maintained
293fcf5ef2aSThomas HuthF: target/i386/
2944132431fSAlex BennéeF: tests/tcg/i386/
2953a082ec0SAlex BennéeF: tests/tcg/x86_64/
2968d8b636dSPaolo BonziniF: hw/i386/
297c17652eeSPaolo BonziniF: disas/i386.c
2982544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi
299e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git x86-next
300fd5d5c56SAnthony Liguori
30116e7caaeSMax FilippovXtensa
30216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
303b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
30416e7caaeSMax FilippovS: Maintained
305fcf5ef2aSThomas HuthF: target/xtensa/
3068d8b636dSPaolo BonziniF: hw/xtensa/
307c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3085a6539e6SMax FilippovF: disas/xtensa.c
30916e7caaeSMax Filippov
31048e06fe0SBastian KoppelmannTriCore
31148e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
31248e06fe0SBastian KoppelmannS: Maintained
313fcf5ef2aSThomas HuthF: target/tricore/
31448e06fe0SBastian KoppelmannF: hw/tricore/
315d46d14e6SThomas HuthF: include/hw/tricore/
31648e06fe0SBastian Koppelmann
317dd28bebdSAlex BennéeMultiarch Linux User Tests
318dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
319dd28bebdSAlex BennéeF: tests/tcg/multiarch/
320dd28bebdSAlex Bennée
321fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
322fd5d5c56SAnthony Liguori----------------------
323fd5d5c56SAnthony Liguori
324fd5d5c56SAnthony LiguoriOverall
325c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
326fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
327fd5d5c56SAnthony LiguoriS: Supported
328fd5d5c56SAnthony LiguoriF: */kvm.*
3291962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
330a95e9a48SThomas HuthF: include/sysemu/kvm*.h
331fd5d5c56SAnthony Liguori
332ed4659d1SPeter MaydellARM
333ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
334b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
335ed4659d1SPeter MaydellS: Maintained
336fcf5ef2aSThomas HuthF: target/arm/kvm.c
337ed4659d1SPeter Maydell
338a31896c4SJames HoganMIPS
339a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
340*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
341a31896c4SJames HoganS: Maintained
342fcf5ef2aSThomas HuthF: target/mips/kvm.c
343a31896c4SJames Hogan
344fd5d5c56SAnthony LiguoriPPC
345bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
346fd5d5c56SAnthony LiguoriS: Maintained
347fcf5ef2aSThomas HuthF: target/ppc/kvm.c
348fd5d5c56SAnthony Liguori
349fd5d5c56SAnthony LiguoriS390
350b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
351c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
352fd5d5c56SAnthony LiguoriS: Maintained
353fcf5ef2aSThomas HuthF: target/s390x/kvm.c
354040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
355040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
356fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
357fcf5ef2aSThomas HuthF: target/s390x/machine.c
35874b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3594277af19SCornelia HuckF: hw/intc/s390_flic.c
3604277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3614277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
362c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
363e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
364e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
365146bd283SCornelia HuckL: qemu-s390x@nongnu.org
366fd5d5c56SAnthony Liguori
367fd5d5c56SAnthony LiguoriX86
368d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
369fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
370fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
371fd5d5c56SAnthony LiguoriS: Supported
372fcf5ef2aSThomas HuthF: target/i386/kvm.c
373fd5d5c56SAnthony Liguori
3748a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3758a6b0cd7SStefano Stabellini----------------------
3768a6b0cd7SStefano Stabellini
3778a6b0cd7SStefano StabelliniX86
3783623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3793623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3806d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3818a6b0cd7SStefano StabelliniS: Supported
3828a6b0cd7SStefano StabelliniF: */xen*
383d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
384c92451c2SPaolo BonziniF: hw/char/xen_console.c
385c92451c2SPaolo BonziniF: hw/display/xenfb.c
386c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3879027ac50SStefano StabelliniF: hw/block/xen_*
388c92451c2SPaolo BonziniF: hw/xen/
389c92451c2SPaolo BonziniF: hw/xenpv/
3909027ac50SStefano StabelliniF: hw/i386/xen/
391c92451c2SPaolo BonziniF: include/hw/xen/
3929027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3938a6b0cd7SStefano Stabellini
3941bdd6874SStefan WeilHosts:
3951bdd6874SStefan Weil------
3961bdd6874SStefan Weil
3971bdd6874SStefan WeilLINUX
3981bdd6874SStefan WeilL: qemu-devel@nongnu.org
3991bdd6874SStefan WeilS: Maintained
4001bdd6874SStefan WeilF: linux-*
4011bdd6874SStefan WeilF: linux-headers/
4021bdd6874SStefan Weil
4031bdd6874SStefan WeilPOSIX
4041bdd6874SStefan WeilL: qemu-devel@nongnu.org
4051bdd6874SStefan WeilS: Maintained
4061bdd6874SStefan WeilF: *posix*
4071bdd6874SStefan Weil
4083c2bdbc1SKamil RytarowskiNETBSD
4093c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4103c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4113c2bdbc1SKamil RytarowskiS: Maintained
4121b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4133c2bdbc1SKamil Rytarowski
4140a773d55SBrad SmithOPENBSD
4150a773d55SBrad SmithL: qemu-devel@nongnu.org
4160a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4170a773d55SBrad SmithS: Maintained
4180a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4190a773d55SBrad Smith
4201bdd6874SStefan WeilW32, W64
4211bdd6874SStefan WeilL: qemu-devel@nongnu.org
4221bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4231bdd6874SStefan WeilS: Maintained
4241bdd6874SStefan WeilF: *win32*
42503972660SThomas HuthF: */*win32*
42603972660SThomas HuthF: include/*/*win32*
42703972660SThomas HuthX: qga/*win32*
428885bdc95SStefan WeilF: qemu.nsi
4291bdd6874SStefan Weil
430b250d04aSPhilippe Mathieu-DaudéAlpha Machines
431b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
432b250d04aSPhilippe Mathieu-DaudéS: Maintained
433b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4347bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
435b250d04aSPhilippe Mathieu-Daudé
436fd5d5c56SAnthony LiguoriARM Machines
437fd5d5c56SAnthony Liguori------------
43884291fe7SliguangAllwinner-a10
43985b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
440b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44184291fe7SliguangS: Maintained
44285b4d5daSBeniamino GalvaniF: hw/*/allwinner*
44385b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
44484291fe7SliguangF: hw/arm/cubieboard.c
44584291fe7Sliguang
446e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
448b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44906271000SPaolo BonziniS: Maintained
45006271000SPaolo BonziniF: hw/char/pl011.c
451c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
45206271000SPaolo BonziniF: hw/display/pl110*
45306271000SPaolo BonziniF: hw/dma/pl080.c
454aa74e355SPeter MaydellF: include/hw/dma/pl080.h
45506271000SPaolo BonziniF: hw/dma/pl330.c
45606271000SPaolo BonziniF: hw/gpio/pl061.c
45706271000SPaolo BonziniF: hw/input/pl050.c
45806271000SPaolo BonziniF: hw/intc/pl190.c
45906271000SPaolo BonziniF: hw/sd/pl181.c
4601d52866fSPeter MaydellF: hw/ssi/pl022.c
4611d52866fSPeter MaydellF: include/hw/ssi/pl022.h
46206271000SPaolo BonziniF: hw/timer/pl031.c
46306271000SPaolo BonziniF: include/hw/arm/primecell.h
464e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
465e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4664f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4674f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
468e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
469e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
470050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
471050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4720d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4730d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
474344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
475344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
476211e701dSPeter MaydellF: hw/misc/tz-msc.c
477211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47806271000SPaolo Bonzini
47906271000SPaolo BonziniARM cores
48006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
481b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
48206271000SPaolo BonziniS: Maintained
48306271000SPaolo BonziniF: hw/intc/arm*
48406271000SPaolo BonziniF: hw/intc/gic_internal.h
48506271000SPaolo BonziniF: hw/misc/a9scu.c
48606271000SPaolo BonziniF: hw/misc/arm11scu.c
48706271000SPaolo BonziniF: hw/timer/a9gtimer*
488c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
489c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
49006271000SPaolo BonziniF: include/hw/intc/arm*
49106271000SPaolo BonziniF: include/hw/misc/a9scu.h
49206271000SPaolo BonziniF: include/hw/misc/arm11scu.h
49306271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
49406271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
495c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
496c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49706271000SPaolo Bonzini
498fc63dcffSEvgeny VoevodinExynos
499f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
500b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
501fc63dcffSEvgeny VoevodinS: Maintained
5028d8b636dSPaolo BonziniF: hw/*/exynos*
503ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
504fc63dcffSEvgeny Voevodin
505766fd09fSMark LangsdorfCalxeda Highbank
5069ef137caSRob HerringM: Rob Herring <robh@kernel.org>
507b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5089ef137caSRob HerringS: Maintained
5098d8b636dSPaolo BonziniF: hw/arm/highbank.c
5108d8b636dSPaolo BonziniF: hw/net/xgmac.c
511766fd09fSMark Langsdorf
5129082f121SAntony PavlovCanon DIGIC
5139082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
514b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5159082f121SAntony PavlovS: Maintained
5169082f121SAntony PavlovF: include/hw/arm/digic.h
5179082f121SAntony PavlovF: hw/*/digic*
5189082f121SAntony Pavlov
519fd5d5c56SAnthony LiguoriGumstix
5201f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5215dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
522b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5231f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5248d8b636dSPaolo BonziniF: hw/arm/gumstix.c
525fd5d5c56SAnthony Liguori
5260325559dSPeter Chubbi.MX31
5270325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
528b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5290325559dSPeter ChubbS: Odd fixes
5308d8b636dSPaolo BonziniF: hw/*/imx*
531f7e242d6SThomas HuthF: include/hw/*/imx*
5328d8b636dSPaolo BonziniF: hw/arm/kzm.c
533ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5340325559dSPeter Chubb
535fd5d5c56SAnthony LiguoriIntegrator CP
5361ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
537b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
538fd5d5c56SAnthony LiguoriS: Maintained
5398d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
540f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
541fd5d5c56SAnthony Liguori
542e5a6a6e6SPeter MaydellMPS2
543e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
544e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
545e5a6a6e6SPeter MaydellS: Maintained
546e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5470d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5480d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5490d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5500d4a7551SPeter MaydellF: hw/arm/iotkit.c
5510d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
55275750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
55375750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
554c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
555c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
556e5a6a6e6SPeter Maydell
557fd5d5c56SAnthony LiguoriMusicpal
558fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
559b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
560fd5d5c56SAnthony LiguoriS: Maintained
5618d8b636dSPaolo BonziniF: hw/arm/musicpal.c
562fd5d5c56SAnthony Liguori
563fd5d5c56SAnthony LiguorinSeries
564fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
565b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
566fd5d5c56SAnthony LiguoriS: Maintained
5678d8b636dSPaolo BonziniF: hw/arm/nseries.c
568fd5d5c56SAnthony Liguori
569fd5d5c56SAnthony LiguoriPalm
570fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
571b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
572fd5d5c56SAnthony LiguoriS: Maintained
5738d8b636dSPaolo BonziniF: hw/arm/palm.c
574fd5d5c56SAnthony Liguori
575fd5d5c56SAnthony LiguoriReal View
5761ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
577b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
578fd5d5c56SAnthony LiguoriS: Maintained
5798d8b636dSPaolo BonziniF: hw/arm/realview*
580f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5815ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5825ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
583fd5d5c56SAnthony Liguori
5849b31bff0SPaolo BonziniPXA2XX
585fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
586b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
587fd5d5c56SAnthony LiguoriS: Maintained
5889b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5898d8b636dSPaolo BonziniF: hw/arm/spitz.c
5909b31bff0SPaolo BonziniF: hw/arm/tosa.c
5919b31bff0SPaolo BonziniF: hw/arm/z2.c
5929b31bff0SPaolo BonziniF: hw/*/pxa2xx*
593f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
594ed0db866SThomas HuthF: include/hw/arm/pxa.h
595fd5d5c56SAnthony Liguori
596671f11b2SThomas HuthSharp SL-5500 (Collie) PDA
597671f11b2SThomas HuthM: Peter Maydell <peter.maydell@linaro.org>
598671f11b2SThomas HuthL: qemu-arm@nongnu.org
599671f11b2SThomas HuthS: Odd Fixes
600671f11b2SThomas HuthF: hw/arm/collie.c
601671f11b2SThomas HuthF: hw/arm/strongarm*
602671f11b2SThomas Huth
603fd5d5c56SAnthony LiguoriStellaris
6041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
605b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
606fd5d5c56SAnthony LiguoriS: Maintained
6078d8b636dSPaolo BonziniF: hw/*/stellaris*
608fd5d5c56SAnthony Liguori
609fd5d5c56SAnthony LiguoriVersatile PB
6101ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
611b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
612fd5d5c56SAnthony LiguoriS: Maintained
6138d8b636dSPaolo BonziniF: hw/*/versatile*
614c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
615fd5d5c56SAnthony Liguori
616e3260506SPeter A. G. CrosthwaiteXilinx Zynq
617cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
618c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
619b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
620e3260506SPeter A. G. CrosthwaiteS: Maintained
621cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6228d8b636dSPaolo BonziniF: hw/*/cadence_*
623f7e242d6SThomas HuthF: hw/misc/zynq*
624f7e242d6SThomas HuthF: include/hw/misc/zynq*
625cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
626e3260506SPeter A. G. Crosthwaite
627137805f5SAlistair FrancisXilinx ZynqMP
628c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
629cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
630b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
631137805f5SAlistair FrancisS: Maintained
632cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
633f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
634137805f5SAlistair Francis
6358f4d260eSShannon ZhaoARM ACPI Subsystem
636e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
637b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6388f4d260eSShannon ZhaoS: Maintained
6398f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6408f4d260eSShannon Zhao
641a1f8193bSAlistair FrancisSTM32F205
642a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
643a1f8193bSAlistair FrancisS: Maintained
644a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
645a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
646a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
647a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
648a1f8193bSAlistair FrancisF: hw/adc/*
649a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6500e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
651a1f8193bSAlistair Francis
652a1f8193bSAlistair FrancisNetduino 2
653a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
654a1f8193bSAlistair FrancisS: Maintained
655a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
656a1f8193bSAlistair Francis
657670bc4cbSSubbaraya SundeepSmartFusion2
658670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
659670bc4cbSSubbaraya SundeepS: Maintained
660670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
661670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
662670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
663670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
664670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
665670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
666670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
667670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
668670bc4cbSSubbaraya Sundeep
669670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
670670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
671670bc4cbSSubbaraya SundeepS: Maintained
672670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
673670bc4cbSSubbaraya Sundeep
674f87db1baSJoel StanleyASPEED BMCs
675f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
676f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
677f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
678f87db1baSJoel StanleyL: qemu-arm@nongnu.org
679f87db1baSJoel StanleyS: Maintained
680f87db1baSJoel StanleyF: hw/*/*aspeed*
681f87db1baSJoel StanleyF: include/hw/*/*aspeed*
682f87db1baSJoel StanleyF: hw/net/ftgmac100.c
683f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
684f87db1baSJoel Stanley
685c0066d1aSJoel StanleyNRF51
686c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au>
687c0066d1aSJoel StanleyL: qemu-arm@nongnu.org
688c0066d1aSJoel StanleyS: Maintained
689c0066d1aSJoel StanleyF: hw/arm/nrf51_soc.c
690c0066d1aSJoel StanleyF: hw/arm/microbit.c
691c0066d1aSJoel StanleyF: include/hw/arm/nrf51_soc.h
692c0066d1aSJoel Stanley
693fd5d5c56SAnthony LiguoriCRIS Machines
694fd5d5c56SAnthony Liguori-------------
695fd5d5c56SAnthony LiguoriAxis Dev88
696fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
697fd5d5c56SAnthony LiguoriS: Maintained
6988d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6996e481d57SPeter MaydellF: hw/*/etraxfs_*.c
700fd5d5c56SAnthony Liguori
70107bf23a7SMichael WalleLM32 Machines
70207bf23a7SMichael Walle-------------
70307bf23a7SMichael WalleEVR32 and uclinux BSP
70407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
70507bf23a7SMichael WalleS: Maintained
7068d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
70707bf23a7SMichael Walle
708d118aa6bSMichael Wallemilkymist
709d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
710d118aa6bSMichael WalleS: Maintained
7118d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
712d118aa6bSMichael Walle
713afcacd53SAurelien JarnoM68K Machines
714fd5d5c56SAnthony Liguori-------------
715fd5d5c56SAnthony Liguorian5206
7165baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7175baf2741SThomas HuthS: Odd Fixes
7188d8b636dSPaolo BonziniF: hw/m68k/an5206.c
719e9a56114SThomas HuthF: hw/m68k/mcf5206.c
720fd5d5c56SAnthony Liguori
721fd5d5c56SAnthony Liguorimcf5208
7225baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7235baf2741SThomas HuthS: Odd Fixes
7248d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
725e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
726e9a56114SThomas HuthF: hw/char/mcf_uart.c
727e9a56114SThomas HuthF: hw/net/mcf_fec.c
7285baf2741SThomas HuthF: include/hw/m68k/mcf*.h
729fd5d5c56SAnthony Liguori
730fd5d5c56SAnthony LiguoriMicroBlaze Machines
731b6f97c14Sbellard-------------------
732fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
733fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
734fd5d5c56SAnthony LiguoriS: Maintained
7356e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
736b6f97c14Sbellard
737d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7384b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
739d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7408d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
741d36e8ce7SPeter A. G. Crosthwaite
742fd5d5c56SAnthony LiguoriMIPS Machines
743fd5d5c56SAnthony Liguori-------------
744fd5d5c56SAnthony LiguoriJazz
745fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
746*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
747fd5d5c56SAnthony LiguoriS: Maintained
7488d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
749fd5d5c56SAnthony Liguori
750fd5d5c56SAnthony LiguoriMalta
751fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
752*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
753fd5d5c56SAnthony LiguoriS: Maintained
7548d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
755fd5d5c56SAnthony Liguori
756fd5d5c56SAnthony LiguoriMipssim
7574872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
758*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
759659f42d8SYongbok KimS: Odd Fixes
7608d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
761659f42d8SYongbok KimF: hw/net/mipsnet.c
762fd5d5c56SAnthony Liguori
763fd5d5c56SAnthony LiguoriR4000
764fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
765*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
766fd5d5c56SAnthony LiguoriS: Maintained
7678d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
768fd5d5c56SAnthony Liguori
769659f42d8SYongbok KimFulong 2E
7704872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
771*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
772659f42d8SYongbok KimS: Odd Fixes
773659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7740170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7754872fee2SAleksandar Markovic
7760170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
777659f42d8SYongbok Kim
778659f42d8SYongbok KimBoston
7794872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
780*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
781659f42d8SYongbok KimS: Maintained
782659f42d8SYongbok KimF: hw/core/loader-fit.c
783659f42d8SYongbok KimF: hw/mips/boston.c
784659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
785659f42d8SYongbok Kim
786945dad6dSJia LiuOpenRISC Machines
787945dad6dSJia Liu-----------------
788945dad6dSJia Liuor1k-sim
789945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
790945dad6dSJia LiuS: Maintained
791945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
792945dad6dSJia Liu
793fd5d5c56SAnthony LiguoriPowerPC Machines
794fd5d5c56SAnthony Liguori----------------
795fd5d5c56SAnthony Liguori405
796bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
797a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7989b9fe135SAndreas FärberS: Odd Fixes
7998d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
800fd5d5c56SAnthony Liguori
801aaade8d7SAndreas FärberBamboo
802bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
803aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
804aaade8d7SAndreas FärberS: Odd Fixes
8058d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
806aaade8d7SAndreas Färber
80798cded3aSAndreas Färbere500
808bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
80998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
810bba8e23aSAlexander GrafS: Odd Fixes
81198cded3aSAndreas FärberF: hw/ppc/e500.[hc]
81298cded3aSAndreas FärberF: hw/ppc/e500plat.c
813b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
814b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
815b5d55020SThomas HuthF: pc-bios/u-boot.e500
81698cded3aSAndreas Färber
81798cded3aSAndreas Färbermpc8544ds
818bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
81998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
820bba8e23aSAlexander GrafS: Odd Fixes
82198cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
8228d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
82398cded3aSAndreas Färber
824fd5d5c56SAnthony LiguoriNew World
825bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
826a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
827bba8e23aSAlexander GrafS: Odd Fixes
828baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8296e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8306e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8318d8b636dSPaolo BonziniF: hw/misc/macio/
8326ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
833b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
834eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8356ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
836eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
837fd5d5c56SAnthony Liguori
838fd5d5c56SAnthony LiguoriOld World
839bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
840a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
841bba8e23aSAlexander GrafS: Odd Fixes
842baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8436e481d57SPeter MaydellF: hw/pci-host/grackle.c
8448d8b636dSPaolo BonziniF: hw/misc/macio/
845835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
846fd5d5c56SAnthony Liguori
847ec38d398SAndreas FärberPReP
8488178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8499f38774dSAndreas FärberL: qemu-devel@nongnu.org
850a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8518178e89cSHervé PoussineauS: Maintained
85275610155SAndreas FärberF: hw/ppc/prep.c
8538178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8548178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8556e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8560a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
857a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8581cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
859cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
860a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
861cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
862835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
863fd5d5c56SAnthony Liguori
864300b115cSAndreas FärbersPAPR
865085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8668a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8678a269ca4SAndreas FärberS: Supported
8688d8b636dSPaolo BonziniF: hw/*/spapr*
869f9de2da7SDavid GibsonF: include/hw/*/spapr*
870f9de2da7SDavid GibsonF: hw/*/xics*
871f9de2da7SDavid GibsonF: include/hw/*/xics*
872f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
873b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
874b5d55020SThomas HuthF: pc-bios/slof.bin
875bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
876b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
877b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
878a70ab357SGreg KurzF: tests/spapr*
879a70ab357SGreg KurzF: tests/libqos/*spapr*
880a70ab357SGreg KurzF: tests/rtas*
881a70ab357SGreg KurzF: tests/libqos/rtas*
8828a269ca4SAndreas Färber
883794d00bfSAndreas Färbervirtex_ml507
884794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
885794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
886794d00bfSAndreas FärberS: Odd Fixes
8876e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
888794d00bfSAndreas Färber
889a9dd6604SBALATON Zoltansam460ex
890a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
891a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
892a9dd6604SBALATON ZoltanS: Maintained
893a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
894c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
895a9dd6604SBALATON Zoltan
896fd5d5c56SAnthony LiguoriSH4 Machines
897fd5d5c56SAnthony Liguori------------
898fd5d5c56SAnthony LiguoriR2D
899fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
900fd5d5c56SAnthony LiguoriS: Maintained
9016e481d57SPeter MaydellF: hw/sh4/r2d.c
90281527b94SThomas HuthF: hw/intc/sh_intc.c
90381527b94SThomas HuthF: hw/timer/sh_timer.c
904fd5d5c56SAnthony Liguori
905fd5d5c56SAnthony LiguoriShix
906fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
90781527b94SThomas HuthS: Odd Fixes
9086e481d57SPeter MaydellF: hw/sh4/shix.c
909fd5d5c56SAnthony Liguori
910fd5d5c56SAnthony LiguoriSPARC Machines
911fd5d5c56SAnthony Liguori--------------
912fd5d5c56SAnthony LiguoriSun4m
913f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
914fd5d5c56SAnthony LiguoriS: Maintained
9158d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
916c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c
917c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
9187098b79eSThomas HuthF: hw/misc/eccmemctl.c
9197098b79eSThomas HuthF: hw/misc/slavio_misc.c
920c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
921c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
922fd5d5c56SAnthony Liguori
923fd5d5c56SAnthony LiguoriSun4u
924f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
925fd5d5c56SAnthony LiguoriS: Maintained
9268d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
927c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
928fd5d5c56SAnthony Liguori
929a2664ca0SArtyom TarasenkoSun4v
930a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
931a2664ca0SArtyom TarasenkoS: Maintained
932626e4a4bSFam ZhengF: hw/sparc64/niagara.c
933a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
934a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
935a2664ca0SArtyom Tarasenko
936ce6c760cSFabien ChouteauLeon3
937ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
938ce6c760cSFabien ChouteauS: Maintained
9398d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9408d8b636dSPaolo BonziniF: hw/*/grlib*
941c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
942ce6c760cSFabien Chouteau
943fd5d5c56SAnthony LiguoriS390 Machines
944fd5d5c56SAnthony Liguori-------------
945dd4ad64aSCornelia HuckS390 Virtio-ccw
946c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
947b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
948dd4ad64aSCornelia HuckS: Supported
9490c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9509d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
951c5bfb202SCornelia HuckF: hw/s390x/
9524277af19SCornelia HuckF: include/hw/s390x/
953c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9541e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9551e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
956e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
957e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
958146bd283SCornelia HuckL: qemu-s390x@nongnu.org
959dd4ad64aSCornelia Huck
9608e4eb427SChristian BorntraegerS390-ccw boot
961304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
962304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
963304584bfSCornelia HuckS: Supported
9648e4eb427SChristian BorntraegerF: hw/s390x/ipl.*
965304584bfSCornelia HuckF: pc-bios/s390-ccw/
966304584bfSCornelia HuckF: pc-bios/s390-ccw.img
967e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
968304584bfSCornelia HuckL: qemu-s390x@nongnu.org
969304584bfSCornelia Huck
970d5bfb425SChristian BorntraegerS390 PCI
971d5bfb425SChristian BorntraegerM: Collin Walling <walling@linux.ibm.com>
972d5bfb425SChristian BorntraegerS: Supported
973d5bfb425SChristian BorntraegerF: hw/s390x/s390-pci*
974d5bfb425SChristian BorntraegerL: qemu-s390x@nongnu.org
975d5bfb425SChristian Borntraeger
976ab9528caSGuan XuetaoUniCore32 Machines
977ab9528caSGuan Xuetao-------------
978ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
979ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
980ab9528caSGuan XuetaoS: Maintained
9818d8b636dSPaolo BonziniF: hw/*/puv3*
982ab9528caSGuan XuetaoF: hw/unicore32/
983ab9528caSGuan Xuetao
984fd5d5c56SAnthony LiguoriX86 Machines
985fd5d5c56SAnthony Liguori------------
986fd5d5c56SAnthony LiguoriPC
987046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
988fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
989fd5d5c56SAnthony LiguoriS: Supported
990046a6486SMichael S. TsirkinF: include/hw/i386/
991046a6486SMichael S. TsirkinF: hw/i386/
992046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
993046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
994046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
995046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
996046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
997046a6486SMichael S. TsirkinF: hw/isa/piix4.c
998046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
999046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
1000046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
1001046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
1002046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
1003f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
10049cc3b73cSPaolo BonziniF: hw/misc/sga.c
10059cc3b73cSPaolo Bonzini
10069cc3b73cSPaolo BonziniPC Chipset
10079cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
10089cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
10091732be86SPhilippe Mathieu-DaudéS: Supported
10109cc3b73cSPaolo BonziniF: hw/char/debugcon.c
1011bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
10129cc3b73cSPaolo BonziniF: hw/char/serial*
10139cc3b73cSPaolo BonziniF: hw/dma/i8257*
10149cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
10151732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
10169cc3b73cSPaolo BonziniF: hw/intc/apic*
10179cc3b73cSPaolo BonziniF: hw/intc/ioapic*
10189cc3b73cSPaolo BonziniF: hw/intc/i8259*
10191854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
10209cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
10219cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
10229cc3b73cSPaolo BonziniF: hw/timer/hpet*
10239cc3b73cSPaolo BonziniF: hw/timer/i8254*
10249cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
1025edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
1026866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
1027bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
102855f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
1029a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
103047973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10311854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1032a2feb348SThomas HuthF: include/hw/timer/hpet.h
1033a2feb348SThomas HuthF: include/hw/timer/i8254*
1034a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1035046a6486SMichael S. Tsirkin
10365da4fb00SMichael S. TsirkinMachine core
10375da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1038fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10395da4fb00SMichael S. TsirkinS: Supported
10405da4fb00SMichael S. TsirkinF: hw/core/machine.c
1041c1629c5cSThomas HuthF: hw/core/null-machine.c
10425da4fb00SMichael S. TsirkinF: include/hw/boards.h
1043e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next
1044fd5d5c56SAnthony Liguori
104516e7caaeSMax FilippovXtensa Machines
104616e7caaeSMax Filippov---------------
1047375847a6SMax Filippovsim
104816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
104916e7caaeSMax FilippovS: Maintained
1050437a8c11SMax FilippovF: hw/xtensa/sim.c
1051375847a6SMax Filippov
1052437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1053375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1054375847a6SMax FilippovS: Maintained
1055437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1056437a8c11SMax FilippovF: hw/net/opencores_eth.c
105716e7caaeSMax Filippov
1058fd5d5c56SAnthony LiguoriDevices
1059fd5d5c56SAnthony Liguori-------
1060b30934cbSJiri SlabyEDU
1061b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1062b30934cbSJiri SlabyS: Maintained
1063b30934cbSJiri SlabyF: hw/misc/edu.c
1064b30934cbSJiri Slaby
1065fd5d5c56SAnthony LiguoriIDE
1066c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1067c095348bSJohn SnowL: qemu-block@nongnu.org
1068c095348bSJohn SnowS: Supported
10698d8b636dSPaolo BonziniF: include/hw/ide.h
1070c9f7acd5SThomas HuthF: include/hw/ide/
1071fd5d5c56SAnthony LiguoriF: hw/ide/
1072c095348bSJohn SnowF: hw/block/block.c
1073c095348bSJohn SnowF: hw/block/cdrom.c
1074c095348bSJohn SnowF: hw/block/hd-geometry.c
1075c095348bSJohn SnowF: tests/ide-test.c
1076c095348bSJohn SnowF: tests/ahci-test.c
1077edc35b3dSThomas HuthF: tests/cdrom-test.c
1078aee50319SJohn SnowF: tests/libqos/ahci*
1079e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide
1080c095348bSJohn Snow
1081caf316baSCorey MinyardIPMI
1082caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1083caf316baSCorey MinyardS: Maintained
1084caf316baSCorey MinyardF: include/hw/ipmi/*
1085caf316baSCorey MinyardF: hw/ipmi/*
1086caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1087caf316baSCorey MinyardF: tests/ipmi*
1088e18a8b34SStefan HajnocziT: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1089caf316baSCorey Minyard
1090c095348bSJohn SnowFloppy
1091c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1092c095348bSJohn SnowL: qemu-block@nongnu.org
1093c095348bSJohn SnowS: Supported
1094c095348bSJohn SnowF: hw/block/fdc.c
1095c095348bSJohn SnowF: include/hw/block/fdc.h
1096aee50319SJohn SnowF: tests/fdc-test.c
1097e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide
1098fd5d5c56SAnthony Liguori
1099f5f487b2SPeter MaydellOMAP
1100f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1101f5f487b2SPeter MaydellS: Maintained
11028d8b636dSPaolo BonziniF: hw/*/omap*
1103ed0db866SThomas HuthF: include/hw/arm/omap.h
1104f5f487b2SPeter Maydell
110528d54e58SPaolo BonziniIPack
110628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
110728d54e58SPaolo BonziniS: Odd Fixes
110828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
110928d54e58SPaolo BonziniF: hw/ipack/
111028d54e58SPaolo Bonzini
1111fd5d5c56SAnthony LiguoriPCI
1112fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1113fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1114fd5d5c56SAnthony LiguoriS: Supported
11158d8b636dSPaolo BonziniF: include/hw/pci/*
1116f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1117ca818cfbSMichael S. TsirkinF: hw/pci/*
1118f178bc6bSPaolo BonziniF: hw/pci-bridge/*
111968179923SPhilippe Mathieu-DaudéF: docs/pci*
112068179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1121534fd814SFam ZhengF: default-configs/pci.mak
11220e0b3592SMichael S. Tsirkin
1123d31e5ae7SMichael S. TsirkinACPI/SMBIOS
11240e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
11250e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
11260e0b3592SMichael S. TsirkinS: Supported
11270e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1128d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
11290e0b3592SMichael S. TsirkinF: hw/mem/*
11308d8b636dSPaolo BonziniF: hw/acpi/*
1131d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11320e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11330e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11343248f1b4SBen WarrenF: tests/bios-tables-test.c
11353248f1b4SBen WarrenF: tests/acpi-utils.[hc]
11367115dcf4SLaszlo ErsekF: tests/acpi-test-data/*
11377115dcf4SLaszlo ErsekF: tests/acpi-test-data/*/*
1138fd5d5c56SAnthony Liguori
1139aaade8d7SAndreas Färberppc4xx
1140bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
1141aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1142aaade8d7SAndreas FärberS: Odd Fixes
11438d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1144aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1145b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1146aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1147aaade8d7SAndreas Färber
114898cded3aSAndreas Färberppce500
1149bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
115098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
1151bba8e23aSAlexander GrafS: Odd Fixes
11526e481d57SPeter MaydellF: hw/ppc/e500*
1153566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1154566dd236SPaolo BonziniF: hw/net/fsl_etsec/
115598cded3aSAndreas Färber
115661af0ee6SPaolo BonziniCharacter devices
11572185fd67SPaolo BonziniM: Marc-André Lureau <marcandre.lureau@redhat.com>
11582185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
115961af0ee6SPaolo BonziniS: Odd Fixes
116061af0ee6SPaolo BonziniF: hw/char/
116161af0ee6SPaolo Bonzini
1162f536f112SPaolo BonziniNetwork devices
1163f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1164f536f112SPaolo BonziniS: Odd Fixes
1165f536f112SPaolo BonziniF: hw/net/
11666061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11676bd7776cSGreg KurzF: tests/virtio-net-test.c
1168e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net
1169f536f112SPaolo Bonzini
1170fd5d5c56SAnthony LiguoriSCSI
1171de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1172c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1173de7724f7SPaolo BonziniS: Supported
117474460f34SThomas HuthF: include/hw/scsi/*
11758d8b636dSPaolo BonziniF: hw/scsi/*
11766bd7776cSGreg KurzF: tests/virtio-scsi-test.c
1177e18a8b34SStefan HajnocziT: git https://github.com/bonzini/qemu.git scsi-next
1178de7724f7SPaolo Bonzini
1179fcb5629dSPeter A. G. CrosthwaiteSSI
11804b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1181c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1182fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11838d8b636dSPaolo BonziniF: hw/ssi/*
11848d8b636dSPaolo BonziniF: hw/block/m25p80.c
1185982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11864b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1187982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11884b46ba61SAlistair Francis
11894b46ba61SAlistair FrancisXilinx SPI
1190c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11914b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11924b46ba61SAlistair FrancisS: Maintained
11934b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1194fcb5629dSPeter A. G. Crosthwaite
1195076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1196076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1197076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1198076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1199076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1200076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1201076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1202076a0fc3SPhilippe Mathieu-Daudé
1203fd5d5c56SAnthony LiguoriUSB
12045d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
12055d0d62feSGerd HoffmannS: Maintained
12068d8b636dSPaolo BonziniF: hw/usb/*
120728edfce0SGongleiF: tests/usb-*-test.c
1208beded0ffSThomas HuthF: docs/usb2.txt
1209beded0ffSThomas HuthF: docs/usb-storage.txt
1210beded0ffSThomas HuthF: include/hw/usb.h
1211beded0ffSThomas HuthF: include/hw/usb/
1212104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1213fd5d5c56SAnthony Liguori
1214e26082fdSPaolo BonziniUSB (serial adapter)
1215e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1216e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1217e26082fdSPaolo BonziniS: Maintained
1218e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1219e26082fdSPaolo Bonzini
122092e1fb5eSAlex WilliamsonVFIO
122192e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
122292e1fb5eSAlex WilliamsonS: Supported
1223cf7087dbSKim PhillipsF: hw/vfio/*
122499b88c6dSThomas HuthF: include/hw/vfio/
122592e1fb5eSAlex Williamson
12265eb74557SDong Jia Shivfio-ccw
1227c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
12287913938aSChristian BorntraegerM: Eric Farman <farman@linux.ibm.com>
12297913938aSChristian BorntraegerM: Farhan Ali <alifm@linux.ibm.com>
12305eb74557SDong Jia ShiS: Supported
12315eb74557SDong Jia ShiF: hw/vfio/ccw.c
12325eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
12335eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
1234e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
1235146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12365eb74557SDong Jia Shi
1237a51b3153STony Krowiakvfio-ap
1238a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com>
1239a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com>
1240a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com>
1241a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com>
1242a51b3153STony KrowiakS: Supported
1243a51b3153STony KrowiakF: hw/s390x/ap-device.c
1244a51b3153STony KrowiakF: hw/s390x/ap-bridge.c
1245a51b3153STony KrowiakF: include/hw/s390x/ap-device.h
1246a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h
12472fe2942cSTony KrowiakF: hw/vfio/ap.c
1248694a8d70STony KrowiakF: docs/vfio-ap.txt
1249a51b3153STony KrowiakL: qemu-s390x@nongnu.org
1250a51b3153STony Krowiak
1251fd5d5c56SAnthony Liguorivhost
1252fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1253fd5d5c56SAnthony LiguoriS: Supported
12548d8b636dSPaolo BonziniF: hw/*/*vhost*
125537f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1256fd5d5c56SAnthony Liguori
1257fd5d5c56SAnthony Liguorivirtio
1258a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1259fd5d5c56SAnthony LiguoriS: Supported
12608d8b636dSPaolo BonziniF: hw/*/virtio*
126172fa605dSThomas HuthF: hw/virtio/Makefile.objs
126272fa605dSThomas HuthF: hw/virtio/trace-events
12636a084ea3SMichael S. TsirkinF: net/vhost-user.c
1264494f7b57SThomas HuthF: include/hw/virtio/
12656bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1266fd5d5c56SAnthony Liguori
1267fd5d5c56SAnthony Liguorivirtio-9p
12688c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1269fd5d5c56SAnthony LiguoriS: Supported
1270aebeca25SAndreas FärberF: hw/9pfs/
1271aebeca25SAndreas FärberF: fsdev/
12722d888c09SAndreas FärberF: tests/virtio-9p-test.c
1273e18a8b34SStefan HajnocziT: git https://github.com/gkurz/qemu.git 9p-next
1274fd5d5c56SAnthony Liguori
1275fd5d5c56SAnthony Liguorivirtio-blk
127654d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1277b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1278fd5d5c56SAnthony LiguoriS: Supported
12798d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1280b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12816bd7776cSGreg KurzF: tests/virtio-blk-test.c
1282e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block
1283fd5d5c56SAnthony Liguori
1284dd4ad64aSCornelia Huckvirtio-ccw
1285c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
128668b91e85SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com>
1287dd4ad64aSCornelia HuckS: Supported
1288901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc]
1289d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c
1290e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
1291e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
1292146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1293dd4ad64aSCornelia Huck
1294a5d4d7b5SGerd Hoffmannvirtio-input
1295a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1296a5d4d7b5SGerd HoffmannS: Maintained
1297a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1298a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1299a5d4d7b5SGerd Hoffmann
1300fd5d5c56SAnthony Liguorivirtio-serial
1301cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1302fd5d5c56SAnthony LiguoriS: Supported
13038d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
13048d8b636dSPaolo BonziniF: hw/char/virtio-console.c
130568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
13066bd7776cSGreg KurzF: tests/virtio-console-test.c
13076bd7776cSGreg KurzF: tests/virtio-serial-test.c
1308fd5d5c56SAnthony Liguori
13091f51a5cbSAmit Shahvirtio-rng
1310cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
13111f51a5cbSAmit ShahS: Supported
13121f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
13131f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1314750cf869SThomas HuthF: include/sysemu/rng*.h
13151f51a5cbSAmit ShahF: backends/rng*.c
13166bd7776cSGreg KurzF: tests/virtio-rng-test.c
13171f51a5cbSAmit Shah
13186034011cSGongleivirtio-crypto
13196034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13206034011cSGongleiS: Supported
13216034011cSGongleiF: hw/virtio/virtio-crypto.c
13226034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
13236034011cSGongleiF: include/hw/virtio/virtio-crypto.h
13246034011cSGonglei
1325f3c507adSKeith Buschnvme
1326f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1327c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1328f3c507adSKeith BuschS: Supported
1329f3c507adSKeith BuschF: hw/block/nvme*
1330fc967791SAndreas FärberF: tests/nvme-test.c
1331f3c507adSKeith Busch
1332d383c625SHannes Reineckemegasas
13333fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1334c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1335d383c625SHannes ReineckeS: Supported
1336d383c625SHannes ReineckeF: hw/scsi/megasas.c
1337d383c625SHannes ReineckeF: hw/scsi/mfi.h
13383fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1339d383c625SHannes Reinecke
1340605d52e6SDmitry FleytmanNetwork packet abstractions
1341bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1342605d52e6SDmitry FleytmanS: Maintained
1343605d52e6SDmitry FleytmanF: include/net/eth.h
1344605d52e6SDmitry FleytmanF: net/eth.c
1345605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1346605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1347605d52e6SDmitry Fleytman
1348622fb504SDmitry FleytmanVmware
1349bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1350622fb504SDmitry FleytmanS: Maintained
1351622fb504SDmitry FleytmanF: hw/net/vmxnet*
1352622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13535a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1354622fb504SDmitry Fleytman
1355de24d3f1SScott FeldmanRocker
1356de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1357de24d3f1SScott FeldmanS: Maintained
1358de24d3f1SScott FeldmanF: hw/net/rocker/
1359de850948SThomas HuthF: tests/rocker/
1360de850948SThomas HuthF: docs/specs/rocker.txt
1361de24d3f1SScott Feldman
136270d1fb9cSXiao GuangrongNVDIMM
13637a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
136470d1fb9cSXiao GuangrongS: Maintained
136570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
136670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
136770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
136870d1fb9cSXiao Guangrong
1369093454e2SDmitry Fleytmane1000x
1370bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1371093454e2SDmitry FleytmanS: Maintained
1372093454e2SDmitry FleytmanF: hw/net/e1000x*
1373093454e2SDmitry Fleytman
13746f3fbe4eSDmitry Fleytmane1000e
1375bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13766f3fbe4eSDmitry FleytmanS: Maintained
13776f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13786f3fbe4eSDmitry Fleytman
1379ebc2327fSStefan Weileepro100
1380ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1381ebc2327fSStefan WeilS: Maintained
1382ebc2327fSStefan WeilF: hw/net/eepro100.c
1383ebc2327fSStefan Weil
1384e481a1f6SAlistair FrancisGeneric Loader
1385c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1386e481a1f6SAlistair FrancisS: Maintained
1387e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1388e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1389c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1390e481a1f6SAlistair Francis
1391645d3cbeSSu HangIntel Hexadecimal Object File Loader
1392645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1393645d3cbeSSu HangS: Maintained
1394645d3cbeSSu HangF: tests/hexloader-test.c
13954b2ff65aSPeter MaydellF: tests/data/hex-loader/test.hex
1396645d3cbeSSu Hang
139787a9023aSThomas HuthCHRP NVRAM
139887a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
139987a9023aSThomas HuthS: Maintained
140087a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
140187a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
140287a9023aSThomas HuthF: tests/prom-env-test.c
140387a9023aSThomas Huth
140442697d88SBen WarrenVM Generation ID
140542697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
140642697d88SBen WarrenS: Maintained
140742697d88SBen WarrenF: hw/acpi/vmgenid.c
140842697d88SBen WarrenF: include/hw/acpi/vmgenid.h
140942697d88SBen WarrenF: docs/specs/vmgenid.txt
141042697d88SBen WarrenF: tests/vmgenid-test.c
141142697d88SBen WarrenF: stubs/vmgenid.c
141242697d88SBen Warren
1413747969dbSPhilippe Mathieu-DaudéUnimplemented device
1414747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1415747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1416747969dbSPhilippe Mathieu-DaudéS: Maintained
1417747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1418747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1419747969dbSPhilippe Mathieu-Daudé
1420dbb2e472SGerd HoffmannStandard VGA
1421dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1422dbb2e472SGerd HoffmannS: Maintained
1423dbb2e472SGerd HoffmannF: hw/display/vga*
1424dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1425dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1426dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1427dbb2e472SGerd Hoffmann
142858d632c7SGerd Hoffmannramfb
142958d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
143058d632c7SGerd HoffmannS: Maintained
143158d632c7SGerd HoffmannF: hw/display/ramfb*.c
143258d632c7SGerd HoffmannF: include/hw/display/ramfb.h
143358d632c7SGerd Hoffmann
1434dbb2e472SGerd Hoffmannvirtio-gpu
1435dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1436dbb2e472SGerd HoffmannS: Maintained
1437dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1438dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1439dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1440dbb2e472SGerd Hoffmann
1441dbb2e472SGerd HoffmannCirrus VGA
1442dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1443dbb2e472SGerd HoffmannS: Odd Fixes
1444dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1445dbb2e472SGerd HoffmannF: hw/display/cirrus*
1446dbb2e472SGerd Hoffmann
144772d277a7SGerd HoffmannEDID Generator
144872d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
144972d277a7SGerd HoffmannS: Maintained
145072d277a7SGerd HoffmannF: hw/display/edid*
145172d277a7SGerd HoffmannF: include/hw/display/edid.h
145272d277a7SGerd HoffmannF: qemu-edid.c
145372d277a7SGerd Hoffmann
1454fd5d5c56SAnthony LiguoriSubsystems
1455fd5d5c56SAnthony Liguori----------
1456fd5d5c56SAnthony LiguoriAudio
14579f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1458fd5d5c56SAnthony LiguoriS: Maintained
1459fd5d5c56SAnthony LiguoriF: audio/
14608d8b636dSPaolo BonziniF: hw/audio/
1461a2b245aeSThomas HuthF: include/hw/audio/
1462d7b50c0cSAndreas FärberF: tests/ac97-test.c
14638fa74c94SAndreas FärberF: tests/es1370-test.c
1464fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1465fd5d5c56SAnthony Liguori
146617f1e8f5SStefan HajnocziBlock layer core
1467fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1468c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1469c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1470fd5d5c56SAnthony LiguoriS: Supported
1471fd5d5c56SAnthony LiguoriF: block*
1472fd5d5c56SAnthony LiguoriF: block/
14738d8b636dSPaolo BonziniF: hw/block/
14744c346e0bSKevin WolfF: include/block/
147546078760SKevin WolfF: qemu-img*
147646078760SKevin WolfF: qemu-io*
147729242091SKevin WolfF: tests/qemu-iotests/
14788dd30c86SMax ReitzF: util/qemu-progress.c
14790bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
1480c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c
1481ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block
1482fd5d5c56SAnthony Liguori
1483d55053b1SStefan HajnocziBlock I/O path
1484d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14859ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1486d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1487d55053b1SStefan HajnocziS: Supported
148836c697bdSPaolo BonziniF: util/async.c
148936c697bdSPaolo BonziniF: util/aio-*.c
1490d55053b1SStefan HajnocziF: block/io.c
1491d55053b1SStefan HajnocziF: migration/block*
1492e1029ae2SFam ZhengF: include/block/aio.h
1493f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14940a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1495e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block
1496d55053b1SStefan Hajnoczi
1497e5b5728cSPaolo BonziniBlock SCSI subsystem
1498e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1499c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1500e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1501e5b5728cSPaolo BonziniS: Supported
1502e5b5728cSPaolo BonziniF: include/scsi/*
1503e5b5728cSPaolo BonziniF: scsi/*
1504e5b5728cSPaolo Bonzini
1505280458a3SJeff CodyBlock Jobs
1506280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1507280458a3SJeff CodyL: qemu-block@nongnu.org
1508280458a3SJeff CodyS: Supported
1509280458a3SJeff CodyF: blockjob.c
1510280458a3SJeff CodyF: include/block/blockjob.h
151133e9e9bdSKevin WolfF: job.c
15121a90bc81SKevin WolfF: job-qmp.c
1513c468e368SMarkus ArmbrusterF: include/qemu/job.h
1514280458a3SJeff CodyF: block/backup.c
1515280458a3SJeff CodyF: block/commit.c
151677346025SJeff CodyF: block/stream.c
1517280458a3SJeff CodyF: block/mirror.c
1518bf42508fSKevin WolfF: qapi/job.json
1519e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
1520280458a3SJeff Cody
15214120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
15224120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15234120201dSMarkus ArmbrusterS: Supported
15244120201dSMarkus ArmbrusterF: blockdev.c
15254120201dSMarkus ArmbrusterF: block/qapi.c
15264120201dSMarkus ArmbrusterF: qapi/block*.json
1527fa988e39SMarkus ArmbrusterF: qapi/transaction.json
1528ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git block-next
15294120201dSMarkus Armbruster
1530538193bcSJohn SnowDirty Bitmaps
1531538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1532538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1533538193bcSJohn SnowL: qemu-block@nongnu.org
1534538193bcSJohn SnowS: Supported
1535538193bcSJohn SnowF: util/hbitmap.c
1536538193bcSJohn SnowF: block/dirty-bitmap.c
1537538193bcSJohn SnowF: include/qemu/hbitmap.h
1538538193bcSJohn SnowF: include/block/dirty-bitmap.h
1539538193bcSJohn SnowF: tests/test-hbitmap.c
15405746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1541e18a8b34SStefan HajnocziT: git https://github.com/famz/qemu.git bitmaps
1542e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git bitmaps
1543538193bcSJohn Snow
154461af0ee6SPaolo BonziniCharacter device backends
154555fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15462185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
1547fd5d5c56SAnthony LiguoriS: Maintained
1548178fe0aeSMarc-André LureauF: chardev/
15498228e353SMarc-André LureauF: include/chardev/
1550dbeee392SMarkus ArmbrusterF: qapi/char.json
1551fd5d5c56SAnthony Liguori
1552e26082fdSPaolo BonziniCharacter Devices (Braille)
1553e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1554e26082fdSPaolo BonziniS: Maintained
15556b10e573SMarc-André LureauF: chardev/baum.c
1556fd5d5c56SAnthony Liguori
1557e94630d3SMarkus ArmbrusterCommand line option argument parsing
1558e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1559e94630d3SMarkus ArmbrusterS: Supported
1560e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1561e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1562e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1563e94630d3SMarkus ArmbrusterF: util/keyval.c
1564e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1565e94630d3SMarkus Armbruster
15668c413e79SMarkus ArmbrusterCoverity model
15678c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15688c413e79SMarkus ArmbrusterS: Supported
15698c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15708c413e79SMarkus Armbruster
1571f2ca0524SAndreas FärberCPU
157212b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1573f2ca0524SAndreas FärberS: Supported
1574f2ca0524SAndreas FärberF: qom/cpu.c
15756e481d57SPeter MaydellF: include/qom/cpu.h
1576f2ca0524SAndreas Färber
1577d24b569aSPeter A. G. CrosthwaiteDevice Tree
15784b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1579d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1580d24b569aSPeter A. G. CrosthwaiteS: Maintained
158182407515SThomas HuthF: device_tree.c
158282407515SThomas HuthF: include/sysemu/device_tree.h
1583d24b569aSPeter A. G. Crosthwaite
15843505a22bSMarc-André LureauDump
15853505a22bSMarc-André LureauS: Supported
15863505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15873505a22bSMarc-André LureauF: dump.c
15883505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15893505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15903505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15913505a22bSMarc-André LureauF: include/sysemu/dump.h
15923505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15933505a22bSMarc-André LureauF: stubs/dump.c
15943505a22bSMarc-André Lureau
15954f966768SMarkus ArmbrusterError reporting
15964f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15974f966768SMarkus ArmbrusterS: Supported
15984f966768SMarkus ArmbrusterF: include/qapi/error.h
15994f966768SMarkus ArmbrusterF: include/qemu/error-report.h
16004f966768SMarkus ArmbrusterF: util/error.c
16014f966768SMarkus ArmbrusterF: util/qemu-error.c
16024f966768SMarkus Armbruster
1603fd5d5c56SAnthony LiguoriGDB stub
16045dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1605fd5d5c56SAnthony LiguoriS: Odd Fixes
1606fd5d5c56SAnthony LiguoriF: gdbstub*
1607fd5d5c56SAnthony LiguoriF: gdb-xml/
1608fd5d5c56SAnthony Liguori
160901a9c03cSPaolo BonziniMemory API
161001a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
161101a9c03cSPaolo BonziniS: Supported
161201a9c03cSPaolo BonziniF: include/exec/ioport.h
161301a9c03cSPaolo BonziniF: ioport.c
161401a9c03cSPaolo BonziniF: include/exec/memory.h
16152b1641d0SPaolo BonziniF: include/exec/ram_addr.h
161601a9c03cSPaolo BonziniF: memory.c
161701a9c03cSPaolo BonziniF: include/exec/memory-internal.h
161801a9c03cSPaolo BonziniF: exec.c
161901a9c03cSPaolo Bonzini
16207ee3bf03SGerd HoffmannSPICE
16217ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16227ee3bf03SGerd HoffmannS: Supported
16236e481d57SPeter MaydellF: include/ui/qemu-spice.h
1624438528a3SThomas HuthF: include/ui/spice-display.h
16257ee3bf03SGerd HoffmannF: ui/spice-*.c
16267ee3bf03SGerd HoffmannF: audio/spiceaudio.c
16278d8b636dSPaolo BonziniF: hw/display/qxl*
1628608cfed6SMarkus ArmbrusterF: qapi/ui.json
16297ee3bf03SGerd Hoffmann
1630fd5d5c56SAnthony LiguoriGraphics
163125eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
163225eccc37SGerd HoffmannS: Odd Fixes
1633fd5d5c56SAnthony LiguoriF: ui/
1634e220656cSThomas HuthF: include/ui/
1635608cfed6SMarkus ArmbrusterF: qapi/ui.json
1636b1d38037SMarc-André LureauF: util/drm.c
1637fd5d5c56SAnthony Liguori
1638351f1bf6SAndreas FärberCocoa graphics
163930ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1640351f1bf6SAndreas FärberS: Odd Fixes
1641351f1bf6SAndreas FärberF: ui/cocoa.m
1642351f1bf6SAndreas Färber
1643fd5d5c56SAnthony LiguoriMain loop
1644da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1645da26f37aSPaolo BonziniS: Maintained
1646da26f37aSPaolo BonziniF: cpus.c
16473ecb29a3SPaolo BonziniF: util/main-loop.c
16483ecb29a3SPaolo BonziniF: util/qemu-timer.c
1649fd5d5c56SAnthony LiguoriF: vl.c
16500e201d34SMarkus ArmbrusterF: qapi/run-state.json
1651fd5d5c56SAnthony Liguori
16528899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1653c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1654fbb0621aSLuiz CapitulinoS: Maintained
1655fd5d5c56SAnthony LiguoriF: monitor.c
1656c13e9912SThomas HuthF: hmp.[ch]
1657c13e9912SThomas HuthF: hmp-commands*.hx
1658c13e9912SThomas HuthF: include/monitor/hmp-target.h
1659bbcee372SThomas HuthF: tests/test-hmp.c
1660fd5d5c56SAnthony Liguori
1661f536f112SPaolo BonziniNetwork device backends
1662442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1663fd5d5c56SAnthony LiguoriS: Maintained
1664fd5d5c56SAnthony LiguoriF: net/
1665d24b2b1cSThomas HuthF: include/net/
1666e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net
16673c0bd37dSMarkus ArmbrusterF: qapi/net.json
1668fd5d5c56SAnthony Liguori
1669aee09bafSVincenzo MaffioneNetmap network backend
1670aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1671aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1672aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1673aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1674aee09bafSVincenzo MaffioneS: Maintained
1675aee09bafSVincenzo MaffioneF: net/netmap.c
1676aee09bafSVincenzo Maffione
16772f54eb98SEduardo HabkostNUMA
16782f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16792f54eb98SEduardo HabkostS: Maintained
16802f54eb98SEduardo HabkostF: numa.c
16812f54eb98SEduardo HabkostF: include/sysemu/numa.h
1682e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next
16832f54eb98SEduardo Habkost
16844fc264f4SEduardo HabkostHost Memory Backends
16854fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16864fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16874fc264f4SEduardo HabkostS: Maintained
16884fc264f4SEduardo HabkostF: backends/hostmem*.c
16894fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1690e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next
16914fc264f4SEduardo Habkost
16926034011cSGongleiCryptodev Backends
16936034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16946034011cSGongleiS: Maintained
16956034011cSGongleiF: include/sysemu/cryptodev*.h
16966034011cSGongleiF: backends/cryptodev*.c
16976034011cSGonglei
1698ad904f66SEduardo HabkostPython scripts
1699ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1700ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1701ad904f66SEduardo HabkostS: Odd fixes
1702ad904f66SEduardo HabkostF: scripts/qmp/*
1703ad904f66SEduardo HabkostF: scripts/*.py
1704ad904f66SEduardo HabkostF: tests/*.py
1705ad904f66SEduardo Habkost
17068899b4aeSLuiz CapitulinoQAPI
17079740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17088899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
17099740618cSLuiz CapitulinoS: Supported
17108899b4aeSLuiz CapitulinoF: qapi/
17110311c5bdSMarkus ArmbrusterX: qapi/*.json
1712ac4abb9aSMarkus ArmbrusterF: include/qapi/
1713ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1714ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1715c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1716ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1717e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1718ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1719e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1720be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1721be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1722c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
1723ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next
17248899b4aeSLuiz Capitulino
17257810d291SLuiz CapitulinoQAPI Schema
17267810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
17277810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17287810d291SLuiz CapitulinoS: Supported
17290311c5bdSMarkus ArmbrusterF: qapi/*.json
1730ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next
17317810d291SLuiz Capitulino
1732f3582ba4SLuiz CapitulinoQObject
1733daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1734daf5dc78SMarkus ArmbrusterS: Supported
1735f3582ba4SLuiz CapitulinoF: qobject/
17367735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
17377735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1738a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
17397735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
174001b2ffceSMarc-André LureauF: tests/check-qnum.c
17417735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
17427735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
17437735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1744ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next
1745f3582ba4SLuiz Capitulino
1746f05d9999SMichael RothQEMU Guest Agent
1747f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1748f05d9999SMichael RothS: Maintained
1749f05d9999SMichael RothF: qga/
1750ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1751ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1752ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1753ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1754e18a8b34SStefan HajnocziT: git https://github.com/mdroth/qemu.git qga
1755f05d9999SMichael Roth
17564688c94cSAndreas FärberQOM
17574688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17584688c94cSAndreas FärberS: Supported
1759e18a8b34SStefan HajnocziT: git https://github.com/afaerber/qemu-cpu.git qom-next
17604688c94cSAndreas FärberF: include/qom/
17614688c94cSAndreas FärberX: include/qom/cpu.h
17624688c94cSAndreas FärberF: qom/
17634688c94cSAndreas FärberX: qom/cpu.c
17649f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17659f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17664688c94cSAndreas Färber
17678899b4aeSLuiz CapitulinoQMP
17689740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17699740618cSLuiz CapitulinoS: Supported
17708899b4aeSLuiz CapitulinoF: qmp.c
17718899b4aeSLuiz CapitulinoF: monitor.c
1772c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17739740618cSLuiz CapitulinoF: scripts/qmp/
1774f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
1775d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c
1776ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next
17778899b4aeSLuiz Capitulino
177898a43bf0SPaolo Bonziniqtest
177998a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
178098a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
17812185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
178298a43bf0SPaolo BonziniS: Maintained
178398a43bf0SPaolo BonziniF: qtest.c
178498a43bf0SPaolo BonziniF: tests/libqtest.*
178598a43bf0SPaolo BonziniF: tests/libqos/
178698a43bf0SPaolo BonziniF: tests/*-test.c
178798a43bf0SPaolo Bonzini
1788cc0100f4SAlistair FrancisRegister API
1789c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1790cc0100f4SAlistair FrancisS: Maintained
1791cc0100f4SAlistair FrancisF: hw/core/register.c
1792cc0100f4SAlistair FrancisF: include/hw/register.h
179306a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1794cc0100f4SAlistair Francis
1795fd5d5c56SAnthony LiguoriSLIRP
1796eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1797bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1798bafc72abSJan KiszkaS: Maintained
1799fd5d5c56SAnthony LiguoriF: slirp/
1800663fb1e1SThomas HuthF: net/slirp.c
1801d24b2b1cSThomas HuthF: include/net/slirp.h
180202cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
18031ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1804fd5d5c56SAnthony Liguori
1805b1ed728aSPaolo BonziniStubs
1806b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1807b1ed728aSPaolo BonziniS: Maintained
1808b1ed728aSPaolo BonziniF: stubs/
1809b1ed728aSPaolo Bonzini
1810598a3f35SStefan HajnocziTracing
18111cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1812598a3f35SStefan HajnocziS: Maintained
1813598a3f35SStefan HajnocziF: trace/
18140e076292SThomas HuthF: trace-events
18150e076292SThomas HuthF: qemu-option-trace.texi
1816f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1817f70fd8fdSLluís VilanovaF: scripts/tracetool/
1818c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
1819e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git tracing
1820598a3f35SStefan Hajnoczi
18213859b6cfSMarkus ArmbrusterTPM
18221f63669eSStefan BergerM: Stefan Berger <stefanb@linux.ibm.com>
18236b4f250bSStefan BergerS: Maintained
18243859b6cfSMarkus ArmbrusterF: tpm.c
1825c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
18263859b6cfSMarkus ArmbrusterF: hw/tpm/*
18273859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
18283859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
18293859b6cfSMarkus ArmbrusterF: qapi/tpm.json
18306b4f250bSStefan BergerF: backends/tpm.c
1831adb0e917SStefan BergerF: tests/*tpm*
1832e18a8b34SStefan HajnocziT: git https://github.com/stefanberger/qemu-tpm.git tpm-next
18333859b6cfSMarkus Armbruster
183414f40fdcSBlue SwirlCheckpatch
183514f40fdcSBlue SwirlS: Odd Fixes
183614f40fdcSBlue SwirlF: scripts/checkpatch.pl
183714f40fdcSBlue Swirl
1838c0787c8dSJuan QuintelaMigration
1839c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1840d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1841c0787c8dSJuan QuintelaS: Maintained
1842c0787c8dSJuan QuintelaF: include/migration/
184344a1f946SDr. David Alan GilbertF: migration/
1844c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1845c5515640SAmit ShahF: tests/vmstate-static-checker-data/
18462656bfd9SJuan QuintelaF: tests/migration-test.c
1847c468e368SMarkus ArmbrusterF: docs/devel/migration.rst
184848685a8eSMarkus ArmbrusterF: qapi/migration.json
1849c0787c8dSJuan Quintela
185092bfedb0SEduardo OtuboSeccomp
1851064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
185292bfedb0SEduardo OtuboS: Supported
185392bfedb0SEduardo OtuboF: qemu-seccomp.c
185492bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
185592bfedb0SEduardo Otubo
1856ddbb0d09SDaniel P. BerrangeCryptography
1857ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1858ddbb0d09SDaniel P. BerrangeS: Maintained
1859ddbb0d09SDaniel P. BerrangeF: crypto/
1860ddbb0d09SDaniel P. BerrangeF: include/crypto/
1861ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18623947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1863899833cdSDaniel P. BerrangeF: qemu.sasl
1864ddbb0d09SDaniel P. Berrange
186510817bf0SDaniel P. BerrangeCoroutines
186610817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
186710817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
186810817bf0SDaniel P. BerrangeF: util/*coroutine*
186910817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
187010817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
187110817bf0SDaniel P. Berrange
187288c5f205SDaniel P. BerrangeBuffers
187388c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
187488c5f205SDaniel P. BerrangeS: Odd fixes
187588c5f205SDaniel P. BerrangeF: util/buffer.c
187688c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
187788c5f205SDaniel P. Berrange
1878666a3af9SDaniel P. BerrangeI/O Channels
1879666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1880666a3af9SDaniel P. BerrangeS: Maintained
1881666a3af9SDaniel P. BerrangeF: io/
1882666a3af9SDaniel P. BerrangeF: include/io/
1883666a3af9SDaniel P. BerrangeF: tests/test-io-*
1884666a3af9SDaniel P. Berrange
18855614a283SGerd HoffmannSockets
18865614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18875614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18885614a283SGerd HoffmannS: Maintained
18895614a283SGerd HoffmannF: include/qemu/sockets.h
18905614a283SGerd HoffmannF: util/qemu-sockets.c
1891a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18925614a283SGerd Hoffmann
1893d310d85bSAlberto GarciaThrottling infrastructure
1894d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1895d310d85bSAlberto GarciaS: Supported
1896d310d85bSAlberto GarciaF: block/throttle-groups.c
1897d310d85bSAlberto GarciaF: include/block/throttle-groups.h
189889603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1899d310d85bSAlberto GarciaF: util/throttle.c
190089603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
190189603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1902d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1903d310d85bSAlberto Garcia
1904080d7aacSFam ZhengUUID
1905080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1906080d7aacSFam ZhengS: Supported
1907080d7aacSFam ZhengF: util/uuid.c
1908080d7aacSFam ZhengF: include/qemu/uuid.h
1909080d7aacSFam ZhengF: tests/test-uuid.c
1910080d7aacSFam Zheng
1911a4cc318eSzhanghailiangCOLO Framework
1912a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1913a4cc318eSzhanghailiangS: Maintained
1914a4cc318eSzhanghailiangF: migration/colo*
1915a4cc318eSzhanghailiangF: include/migration/colo.h
1916a4cc318eSzhanghailiangF: include/migration/failover.h
1917a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1918a4cc318eSzhanghailiang
191988f82ed1SZhang ChenCOLO Proxy
1920b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
192188f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
192288f82ed1SZhang ChenS: Supported
192388f82ed1SZhang ChenF: docs/colo-proxy.txt
192488f82ed1SZhang ChenF: net/colo*
192588f82ed1SZhang ChenF: net/filter-rewriter.c
192688f82ed1SZhang ChenF: net/filter-mirror.c
192788f82ed1SZhang Chen
192862258201SPavel DovgalyukRecord/replay
192962258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
193062258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
193170b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
193262258201SPavel DovgalyukS: Supported
193362258201SPavel DovgalyukF: replay/*
193462258201SPavel DovgalyukF: block/blkreplay.c
193562258201SPavel DovgalyukF: net/filter-replay.c
193662258201SPavel DovgalyukF: include/sysemu/replay.h
193762258201SPavel DovgalyukF: docs/replay.txt
193862258201SPavel DovgalyukF: stubs/replay.c
193962258201SPavel Dovgalyuk
1940eecf5eedSPeter XuIOVA Tree
1941eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1942eecf5eedSPeter XuS: Maintained
1943eecf5eedSPeter XuF: include/qemu/iova-tree.h
1944eecf5eedSPeter XuF: util/iova-tree.c
1945eecf5eedSPeter Xu
19465ee547bbSViktor Prutyanovelf2dmp
19475ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
19485ee547bbSViktor PrutyanovS: Maintained
19495ee547bbSViktor PrutyanovF: contrib/elf2dmp/
19505ee547bbSViktor Prutyanov
1951fd5d5c56SAnthony LiguoriUsermode Emulation
1952fd5d5c56SAnthony Liguori------------------
1953486bbe5fSPaolo BonziniOverall
1954486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1955486bbe5fSPaolo BonziniS: Maintained
1956486bbe5fSPaolo BonziniF: thunk.c
195758410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1958486bbe5fSPaolo Bonzini
1959fd5d5c56SAnthony LiguoriBSD user
1960297e8005SMarkus ArmbrusterS: Orphan
1961fd5d5c56SAnthony LiguoriF: bsd-user/
1962ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1963fd5d5c56SAnthony Liguori
1964fd5d5c56SAnthony LiguoriLinux user
1965fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1966ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1967fd5d5c56SAnthony LiguoriS: Maintained
1968fd5d5c56SAnthony LiguoriF: linux-user/
1969ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1970e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
197142f5a7e9SAurelien Jarno
197242f5a7e9SAurelien JarnoTiny Code Generator (TCG)
197342f5a7e9SAurelien Jarno-------------------------
197442f5a7e9SAurelien JarnoCommon code
1975cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
197642f5a7e9SAurelien JarnoS: Maintained
197742f5a7e9SAurelien JarnoF: tcg/
197842f5a7e9SAurelien Jarno
1979b25a464cSClaudio FontanaAArch64 target
1980b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1981b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1982b25a464cSClaudio FontanaS: Maintained
1983b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1984b25a464cSClaudio FontanaF: tcg/aarch64/
1985c17652eeSPaolo BonziniF: disas/arm-a64.cc
1986c17652eeSPaolo BonziniF: disas/libvixl/
1987b25a464cSClaudio Fontana
198842f5a7e9SAurelien JarnoARM target
198942f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
199042f5a7e9SAurelien JarnoS: Maintained
1991b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
199242f5a7e9SAurelien JarnoF: tcg/arm/
1993c17652eeSPaolo BonziniF: disas/arm.c
199442f5a7e9SAurelien Jarno
199542f5a7e9SAurelien Jarnoi386 target
19965dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
199742f5a7e9SAurelien JarnoS: Maintained
199842f5a7e9SAurelien JarnoF: tcg/i386/
1999c17652eeSPaolo BonziniF: disas/i386.c
200042f5a7e9SAurelien Jarno
200142f5a7e9SAurelien JarnoMIPS target
2002d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
2003*90b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com>
200442f5a7e9SAurelien JarnoS: Maintained
200542f5a7e9SAurelien JarnoF: tcg/mips/
2006c17652eeSPaolo BonziniF: disas/mips.c
200742f5a7e9SAurelien Jarno
200842f5a7e9SAurelien JarnoPPC
200915610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
201015610d42SPranith KumarS: Odd Fixes
201142f5a7e9SAurelien JarnoF: tcg/ppc/
2012c17652eeSPaolo BonziniF: disas/ppc.c
201342f5a7e9SAurelien Jarno
201442f5a7e9SAurelien JarnoS390 target
201542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
201642f5a7e9SAurelien JarnoS: Maintained
201742f5a7e9SAurelien JarnoF: tcg/s390/
2018c17652eeSPaolo BonziniF: disas/s390.c
2019146bd283SCornelia HuckL: qemu-s390x@nongnu.org
202042f5a7e9SAurelien Jarno
202142f5a7e9SAurelien JarnoSPARC target
2022297e8005SMarkus ArmbrusterS: Odd Fixes
202342f5a7e9SAurelien JarnoF: tcg/sparc/
2024c17652eeSPaolo BonziniF: disas/sparc.c
2025bc75c9e5SStefan Weil
2026bc75c9e5SStefan WeilTCI target
2027bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
2028bc75c9e5SStefan WeilS: Maintained
20298ef9cd55SAndreas FärberF: tcg/tci/
2030752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
2031c17652eeSPaolo BonziniF: disas/tci.c
2032aa09c951SAndreas Färber
2033f05b328cSStefan HajnocziBlock drivers
2034f05b328cSStefan Hajnoczi-------------
2035f05b328cSStefan HajnocziVMDK
2036f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
2037c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2038f05b328cSStefan HajnocziS: Supported
2039f05b328cSStefan HajnocziF: block/vmdk.c
2040f05b328cSStefan Hajnoczi
2041f05b328cSStefan HajnocziRBD
20425a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
2043280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2044280458a3SJeff CodyL: qemu-block@nongnu.org
2045f05b328cSStefan HajnocziS: Supported
2046f05b328cSStefan HajnocziF: block/rbd.c
2047e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2048f05b328cSStefan Hajnoczi
2049f05b328cSStefan HajnocziSheepdog
2050f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
2051280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2052280458a3SJeff CodyL: qemu-block@nongnu.org
2053f05b328cSStefan HajnocziS: Supported
2054f05b328cSStefan HajnocziF: block/sheepdog.c
2055e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2056f05b328cSStefan Hajnoczi
2057f05b328cSStefan HajnocziVHDX
2058f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
2059280458a3SJeff CodyL: qemu-block@nongnu.org
2060f05b328cSStefan HajnocziS: Supported
2061f05b328cSStefan HajnocziF: block/vhdx*
2062e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2063f05b328cSStefan Hajnoczi
2064f05b328cSStefan HajnocziVDI
2065f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2066c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2067f05b328cSStefan HajnocziS: Maintained
2068f05b328cSStefan HajnocziF: block/vdi.c
2069f05b328cSStefan Hajnoczi
2070f05b328cSStefan HajnocziiSCSI
2071f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2072f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2073f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2074c95e4c0eSKevin WolfL: qemu-block@nongnu.org
20752185fd67SPaolo BonziniS: Odd Fixes
2076f05b328cSStefan HajnocziF: block/iscsi.c
20772deb63c2SPeter LievenF: block/iscsi-opts.c
2078f05b328cSStefan Hajnoczi
207999c62e70SEric BlakeNetwork Block Device (NBD)
208099c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
208199c62e70SEric BlakeL: qemu-block@nongnu.org
208299c62e70SEric BlakeS: Maintained
208399c62e70SEric BlakeF: block/nbd*
208499c62e70SEric BlakeF: nbd/
208599c62e70SEric BlakeF: include/block/nbd*
208699c62e70SEric BlakeF: qemu-nbd.*
208799c62e70SEric BlakeF: blockdev-nbd.c
20883229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
2089ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/ericb.git nbd
209099c62e70SEric Blake
20916542aa9cSPeter LievenNFS
2092280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20936542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2094280458a3SJeff CodyL: qemu-block@nongnu.org
20956542aa9cSPeter LievenS: Maintained
20966542aa9cSPeter LievenF: block/nfs.c
2097e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
20986542aa9cSPeter Lieven
2099f05b328cSStefan HajnocziSSH
2100f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2101280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2102280458a3SJeff CodyL: qemu-block@nongnu.org
2103f05b328cSStefan HajnocziS: Supported
2104f05b328cSStefan HajnocziF: block/ssh.c
2105e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2106c9a12e75SChrysostomos Nanakos
2107280458a3SJeff CodyCURL
2108280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2109280458a3SJeff CodyL: qemu-block@nongnu.org
2110280458a3SJeff CodyS: Supported
2111280458a3SJeff CodyF: block/curl.c
2112e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2113280458a3SJeff Cody
2114280458a3SJeff CodyGLUSTER
2115280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2116280458a3SJeff CodyL: qemu-block@nongnu.org
2117280458a3SJeff CodyS: Supported
2118280458a3SJeff CodyF: block/gluster.c
2119e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2120b5e9476cSGonglei
2121199667a8SFam ZhengNull Block Driver
2122199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2123199667a8SFam ZhengL: qemu-block@nongnu.org
2124199667a8SFam ZhengS: Supported
2125199667a8SFam ZhengF: block/null.c
2126199667a8SFam Zheng
2127bdd6a90aSFam ZhengNVMe Block Driver
2128bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2129bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2130bdd6a90aSFam ZhengS: Supported
2131bdd6a90aSFam ZhengF: block/nvme*
2132bdd6a90aSFam Zheng
2133b5e9476cSGongleiBootdevice
2134b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2135b5e9476cSGongleiS: Maintained
2136b5e9476cSGongleiF: bootdevice.c
2137ecdda9e0SAlberto Garcia
2138ecdda9e0SAlberto GarciaQuorum
2139ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2140ecdda9e0SAlberto GarciaS: Supported
2141ecdda9e0SAlberto GarciaF: block/quorum.c
2142ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2143e7c6e631SStefan Hajnoczi
2144bfcc224eSAapo Vienamoblklogwrites
2145bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2146bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2147bfcc224eSAapo VienamoS: Supported
2148bfcc224eSAapo VienamoF: block/blklogwrites.c
2149bfcc224eSAapo Vienamo
2150e7c6e631SStefan Hajnocziblkverify
2151e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2152e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2153e7c6e631SStefan HajnocziS: Supported
2154e7c6e631SStefan HajnocziF: block/blkverify.c
2155e7c6e631SStefan Hajnoczi
2156e7c6e631SStefan Hajnoczibochs
2157e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2158e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2159e7c6e631SStefan HajnocziS: Supported
2160e7c6e631SStefan HajnocziF: block/bochs.c
2161e7c6e631SStefan Hajnoczi
2162e7c6e631SStefan Hajnoczicloop
2163e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2164e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2165e7c6e631SStefan HajnocziS: Supported
2166e7c6e631SStefan HajnocziF: block/cloop.c
2167e7c6e631SStefan Hajnoczi
2168e7c6e631SStefan Hajnoczidmg
2169e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2170e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2171e7c6e631SStefan HajnocziS: Supported
2172e7c6e631SStefan HajnocziF: block/dmg.c
2173e7c6e631SStefan Hajnoczi
2174e7c6e631SStefan Hajnocziparallels
2175e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2176f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2177e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2178e7c6e631SStefan HajnocziS: Supported
2179e7c6e631SStefan HajnocziF: block/parallels.c
21805746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2181e7c6e631SStefan Hajnoczi
2182e7c6e631SStefan Hajnocziqed
2183e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2184e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2185e7c6e631SStefan HajnocziS: Supported
2186e7c6e631SStefan HajnocziF: block/qed.c
2187e7c6e631SStefan Hajnoczi
2188e7c6e631SStefan Hajnocziraw
2189e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2190e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2191e7c6e631SStefan HajnocziS: Supported
2192e7c6e631SStefan HajnocziF: block/linux-aio.c
2193f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21942e6fc7ebSEric BlakeF: block/raw-format.c
2195c1bb86cdSEric BlakeF: block/file-posix.c
2196c1bb86cdSEric BlakeF: block/file-win32.c
2197e7c6e631SStefan HajnocziF: block/win32-aio.c
2198e7c6e631SStefan Hajnoczi
2199e7c6e631SStefan Hajnocziqcow2
2200e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2201c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2202e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2203e7c6e631SStefan HajnocziS: Supported
2204e7c6e631SStefan HajnocziF: block/qcow2*
2205b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2206e7c6e631SStefan Hajnoczi
2207e7c6e631SStefan Hajnocziqcow
2208e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2209e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2210e7c6e631SStefan HajnocziS: Supported
2211e7c6e631SStefan HajnocziF: block/qcow.c
2212e7c6e631SStefan Hajnoczi
2213e7c6e631SStefan Hajnocziblkdebug
2214e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2215c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2216e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2217e7c6e631SStefan HajnocziS: Supported
2218e7c6e631SStefan HajnocziF: block/blkdebug.c
2219e7c6e631SStefan Hajnoczi
2220e7c6e631SStefan Hajnoczivpc
2221e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2222e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2223e7c6e631SStefan HajnocziS: Supported
2224e7c6e631SStefan HajnocziF: block/vpc.c
2225e7c6e631SStefan Hajnoczi
2226e7c6e631SStefan Hajnoczivvfat
2227e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2228e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2229e7c6e631SStefan HajnocziS: Supported
2230e7c6e631SStefan HajnocziF: block/vvfat.c
2231abfe4e94SStefan Hajnoczi
2232abfe4e94SStefan HajnocziImage format fuzzer
2233abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2234abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2235abfe4e94SStefan HajnocziS: Supported
2236abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2237717171bdSDaniel P. Berrange
2238049105a3SChanglong XieReplication
2239205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
22403ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2241049105a3SChanglong XieS: Supported
2242049105a3SChanglong XieF: replication*
2243049105a3SChanglong XieF: block/replication.c
2244049105a3SChanglong XieF: tests/test-replication.c
2245049105a3SChanglong XieF: docs/block-replication.txt
2246049105a3SChanglong Xie
2247a3defabbSMarcel ApfelbaumPVRDMA
2248a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2249fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2250a3defabbSMarcel ApfelbaumS: Maintained
2251a3defabbSMarcel ApfelbaumF: hw/rdma/*
2252a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2253a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2254a3defabbSMarcel Apfelbaum
2255b9e02c06SAlex BennéeBuild and test automation
2256b9e02c06SAlex Bennée-------------------------
22570475a03eSEduardo HabkostBuild and test automation
2258b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2259e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
226032b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2261b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2262e70dc7f8SAlex BennéeS: Maintained
2263b9e02c06SAlex BennéeF: .travis.yml
22640708e647SAlex BennéeF: scripts/travis/
2265d92d886aSAlex BennéeF: .shippable.yml
2266e70dc7f8SAlex BennéeF: tests/docker/
226718023821SFam ZhengF: tests/vm/
2268e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22692a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2270e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2271717171bdSDaniel P. Berrange
22727e97017eSAlex BennéeGuest Test Compilation Support
22737e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22747e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22757e97017eSAlex BennéeF: tests/tcg/Makefile
2276c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22777e97017eSAlex BennéeL: qemu-devel@nongnu.org
22787e97017eSAlex Bennée
2279717171bdSDaniel P. BerrangeDocumentation
2280717171bdSDaniel P. Berrange-------------
2281717171bdSDaniel P. BerrangeBuild system architecture
2282717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2283717171bdSDaniel P. BerrangeS: Odd Fixes
2284c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22858a49e97fSFam Zheng
2286b02c9bc3SMarkus ArmbrusterIncompatible changes
2287b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2288b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2289b02c9bc3SMarkus Armbruster
2290aef45d51SDaniel P. BerrangeBuild System
2291aef45d51SDaniel P. Berrange------------
2292aef45d51SDaniel P. BerrangeGIT submodules
2293aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2294aef45d51SDaniel P. BerrangeS: Odd Fixes
2295aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2296