xref: /openbmc/qemu/MAINTAINERS (revision e18a8b34)
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
77*e18a8b34SStefan 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?
101*e18a8b34SStefan 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>
1936f640917SLeon AlraeS: Maintained
194fcf5ef2aSThomas HuthF: target/mips/
1958d8b636dSPaolo BonziniF: hw/mips/
1965995db88SThomas HuthF: hw/misc/mips_*
1975995db88SThomas HuthF: hw/intc/mips_gic.c
1985995db88SThomas HuthF: hw/timer/mips_gictimer.c
1995995db88SThomas HuthF: include/hw/mips/
2005995db88SThomas HuthF: include/hw/misc/mips_*
2015995db88SThomas HuthF: include/hw/intc/mips_gic.h
2025995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
203c0bd0b50SPaolo BonziniF: tests/tcg/mips/
204c17652eeSPaolo BonziniF: disas/mips.c
20589a955e8SAleksandar MarkovicF: disas/nanomips.h
20689a955e8SAleksandar MarkovicF: disas/nanomips.cpp
207fd5d5c56SAnthony Liguori
208d15a9c23SAnthony GreenMoxie
209d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
210d15a9c23SAnthony GreenS: Maintained
211fcf5ef2aSThomas HuthF: target/moxie/
212c17652eeSPaolo BonziniF: disas/moxie.c
213a3ccdfb5SThomas HuthF: hw/moxie/
214a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
215d15a9c23SAnthony Green
216e671711cSMarek VasutNiosII
217e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
218e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
219e671711cSMarek VasutS: Maintained
220e671711cSMarek VasutF: target/nios2/
221e671711cSMarek VasutF: hw/nios2/
222e671711cSMarek VasutF: disas/nios2.c
223e671711cSMarek Vasut
224945dad6dSJia LiuOpenRISC
2251d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2261d7cf18dSStafford HorneS: Odd Fixes
227fcf5ef2aSThomas HuthF: target/openrisc/
228945dad6dSJia LiuF: hw/openrisc/
229c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
230945dad6dSJia Liu
231fd5d5c56SAnthony LiguoriPowerPC
232b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
233a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
234fd5d5c56SAnthony LiguoriS: Maintained
235fcf5ef2aSThomas HuthF: target/ppc/
2368d8b636dSPaolo BonziniF: hw/ppc/
237b5d55020SThomas HuthF: include/hw/ppc/
238c17652eeSPaolo BonziniF: disas/ppc.c
239fd5d5c56SAnthony Liguori
2404dc62b15SMichael ClarkRISC-V
2414dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2424dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
243a17a61f3SPalmer DabbeltM: Alistair Francis <Alistair.Francis@wdc.com>
2444dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2454dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
246a094b354SPalmer DabbeltL: qemu-riscv@nongnu.org
2474dc62b15SMichael ClarkS: Maintained
2484dc62b15SMichael ClarkF: target/riscv/
2494dc62b15SMichael ClarkF: hw/riscv/
2504dc62b15SMichael ClarkF: include/hw/riscv/
2514dc62b15SMichael ClarkF: disas/riscv.c
2524dc62b15SMichael Clark
253749717a0SAlexander GrafS390
2542b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
255ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
256fd5d5c56SAnthony LiguoriS: Maintained
257fcf5ef2aSThomas HuthF: target/s390x/
2588d8b636dSPaolo BonziniF: hw/s390x/
259c17652eeSPaolo BonziniF: disas/s390.c
260276ba120SPavel ZbitskiyF: tests/tcg/s390x/
261146bd283SCornelia HuckL: qemu-s390x@nongnu.org
262b6f97c14Sbellard
263fd5d5c56SAnthony LiguoriSH4
264ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2652c9b7d1aSAndreas FärberS: Odd Fixes
266fcf5ef2aSThomas HuthF: target/sh4/
2678d8b636dSPaolo BonziniF: hw/sh4/
268c17652eeSPaolo BonziniF: disas/sh4.c
2698a90f900SThomas HuthF: include/hw/sh4/
270fd5d5c56SAnthony Liguori
271fd5d5c56SAnthony LiguoriSPARC
272f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2732c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
274fd5d5c56SAnthony LiguoriS: Maintained
275fcf5ef2aSThomas HuthF: target/sparc/
2768d8b636dSPaolo BonziniF: hw/sparc/
2778d8b636dSPaolo BonziniF: hw/sparc64/
278c17652eeSPaolo BonziniF: disas/sparc.c
279fd5d5c56SAnthony Liguori
280a6ea7b4cSAndreas FärberUniCore32
281a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
282a6ea7b4cSAndreas FärberS: Maintained
283fcf5ef2aSThomas HuthF: target/unicore32/
2848d8b636dSPaolo BonziniF: hw/unicore32/
28547b98d59SThomas HuthF: include/hw/unicore32/
286a6ea7b4cSAndreas Färber
287fd5d5c56SAnthony LiguoriX86
288d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
289d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
290e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
291b203a4baSEduardo HabkostS: Maintained
292fcf5ef2aSThomas HuthF: target/i386/
2934132431fSAlex BennéeF: tests/tcg/i386/
2943a082ec0SAlex BennéeF: tests/tcg/x86_64/
2958d8b636dSPaolo BonziniF: hw/i386/
296c17652eeSPaolo BonziniF: disas/i386.c
2972544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi
298*e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git x86-next
299fd5d5c56SAnthony Liguori
30016e7caaeSMax FilippovXtensa
30116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
302b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
30316e7caaeSMax FilippovS: Maintained
304fcf5ef2aSThomas HuthF: target/xtensa/
3058d8b636dSPaolo BonziniF: hw/xtensa/
306c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3075a6539e6SMax FilippovF: disas/xtensa.c
30816e7caaeSMax Filippov
30948e06fe0SBastian KoppelmannTriCore
31048e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
31148e06fe0SBastian KoppelmannS: Maintained
312fcf5ef2aSThomas HuthF: target/tricore/
31348e06fe0SBastian KoppelmannF: hw/tricore/
314d46d14e6SThomas HuthF: include/hw/tricore/
31548e06fe0SBastian Koppelmann
316dd28bebdSAlex BennéeMultiarch Linux User Tests
317dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
318dd28bebdSAlex BennéeF: tests/tcg/multiarch/
319dd28bebdSAlex Bennée
320fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
321fd5d5c56SAnthony Liguori----------------------
322fd5d5c56SAnthony Liguori
323fd5d5c56SAnthony LiguoriOverall
324c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
325fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
326fd5d5c56SAnthony LiguoriS: Supported
327fd5d5c56SAnthony LiguoriF: */kvm.*
3281962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
329a95e9a48SThomas HuthF: include/sysemu/kvm*.h
330fd5d5c56SAnthony Liguori
331ed4659d1SPeter MaydellARM
332ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
333b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
334ed4659d1SPeter MaydellS: Maintained
335fcf5ef2aSThomas HuthF: target/arm/kvm.c
336ed4659d1SPeter Maydell
337a31896c4SJames HoganMIPS
338a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
339a31896c4SJames HoganS: Maintained
340fcf5ef2aSThomas HuthF: target/mips/kvm.c
341a31896c4SJames Hogan
342fd5d5c56SAnthony LiguoriPPC
343bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
344fd5d5c56SAnthony LiguoriS: Maintained
345fcf5ef2aSThomas HuthF: target/ppc/kvm.c
346fd5d5c56SAnthony Liguori
347fd5d5c56SAnthony LiguoriS390
348b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
349c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
350fd5d5c56SAnthony LiguoriS: Maintained
351fcf5ef2aSThomas HuthF: target/s390x/kvm.c
352040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
353040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
354fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
355fcf5ef2aSThomas HuthF: target/s390x/machine.c
35674b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3574277af19SCornelia HuckF: hw/intc/s390_flic.c
3584277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3594277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
360c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
361*e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
362*e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
363146bd283SCornelia HuckL: qemu-s390x@nongnu.org
364fd5d5c56SAnthony Liguori
365fd5d5c56SAnthony LiguoriX86
366d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
367fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
368fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
369fd5d5c56SAnthony LiguoriS: Supported
370fcf5ef2aSThomas HuthF: target/i386/kvm.c
371fd5d5c56SAnthony Liguori
3728a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3738a6b0cd7SStefano Stabellini----------------------
3748a6b0cd7SStefano Stabellini
3758a6b0cd7SStefano StabelliniX86
3763623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3773623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3786d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3798a6b0cd7SStefano StabelliniS: Supported
3808a6b0cd7SStefano StabelliniF: */xen*
381d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
382c92451c2SPaolo BonziniF: hw/char/xen_console.c
383c92451c2SPaolo BonziniF: hw/display/xenfb.c
384c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3859027ac50SStefano StabelliniF: hw/block/xen_*
386c92451c2SPaolo BonziniF: hw/xen/
387c92451c2SPaolo BonziniF: hw/xenpv/
3889027ac50SStefano StabelliniF: hw/i386/xen/
389c92451c2SPaolo BonziniF: include/hw/xen/
3909027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3918a6b0cd7SStefano Stabellini
3921bdd6874SStefan WeilHosts:
3931bdd6874SStefan Weil------
3941bdd6874SStefan Weil
3951bdd6874SStefan WeilLINUX
3961bdd6874SStefan WeilL: qemu-devel@nongnu.org
3971bdd6874SStefan WeilS: Maintained
3981bdd6874SStefan WeilF: linux-*
3991bdd6874SStefan WeilF: linux-headers/
4001bdd6874SStefan Weil
4011bdd6874SStefan WeilPOSIX
4021bdd6874SStefan WeilL: qemu-devel@nongnu.org
4031bdd6874SStefan WeilS: Maintained
4041bdd6874SStefan WeilF: *posix*
4051bdd6874SStefan Weil
4063c2bdbc1SKamil RytarowskiNETBSD
4073c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4083c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4093c2bdbc1SKamil RytarowskiS: Maintained
4101b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4113c2bdbc1SKamil Rytarowski
4120a773d55SBrad SmithOPENBSD
4130a773d55SBrad SmithL: qemu-devel@nongnu.org
4140a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4150a773d55SBrad SmithS: Maintained
4160a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4170a773d55SBrad Smith
4181bdd6874SStefan WeilW32, W64
4191bdd6874SStefan WeilL: qemu-devel@nongnu.org
4201bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4211bdd6874SStefan WeilS: Maintained
4221bdd6874SStefan WeilF: *win32*
42303972660SThomas HuthF: */*win32*
42403972660SThomas HuthF: include/*/*win32*
42503972660SThomas HuthX: qga/*win32*
426885bdc95SStefan WeilF: qemu.nsi
4271bdd6874SStefan Weil
428b250d04aSPhilippe Mathieu-DaudéAlpha Machines
429b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
430b250d04aSPhilippe Mathieu-DaudéS: Maintained
431b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4327bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
433b250d04aSPhilippe Mathieu-Daudé
434fd5d5c56SAnthony LiguoriARM Machines
435fd5d5c56SAnthony Liguori------------
43684291fe7SliguangAllwinner-a10
43785b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
438b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43984291fe7SliguangS: Maintained
44085b4d5daSBeniamino GalvaniF: hw/*/allwinner*
44185b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
44284291fe7SliguangF: hw/arm/cubieboard.c
44384291fe7Sliguang
444e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
446b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44706271000SPaolo BonziniS: Maintained
44806271000SPaolo BonziniF: hw/char/pl011.c
449c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
45006271000SPaolo BonziniF: hw/display/pl110*
45106271000SPaolo BonziniF: hw/dma/pl080.c
452aa74e355SPeter MaydellF: include/hw/dma/pl080.h
45306271000SPaolo BonziniF: hw/dma/pl330.c
45406271000SPaolo BonziniF: hw/gpio/pl061.c
45506271000SPaolo BonziniF: hw/input/pl050.c
45606271000SPaolo BonziniF: hw/intc/pl190.c
45706271000SPaolo BonziniF: hw/sd/pl181.c
4581d52866fSPeter MaydellF: hw/ssi/pl022.c
4591d52866fSPeter MaydellF: include/hw/ssi/pl022.h
46006271000SPaolo BonziniF: hw/timer/pl031.c
46106271000SPaolo BonziniF: include/hw/arm/primecell.h
462e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
463e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4644f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4654f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
466e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
467e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
468050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
469050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4700d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4710d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
472344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
473344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
474211e701dSPeter MaydellF: hw/misc/tz-msc.c
475211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47606271000SPaolo Bonzini
47706271000SPaolo BonziniARM cores
47806271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
479b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
48006271000SPaolo BonziniS: Maintained
48106271000SPaolo BonziniF: hw/intc/arm*
48206271000SPaolo BonziniF: hw/intc/gic_internal.h
48306271000SPaolo BonziniF: hw/misc/a9scu.c
48406271000SPaolo BonziniF: hw/misc/arm11scu.c
48506271000SPaolo BonziniF: hw/timer/a9gtimer*
486c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
487c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48806271000SPaolo BonziniF: include/hw/intc/arm*
48906271000SPaolo BonziniF: include/hw/misc/a9scu.h
49006271000SPaolo BonziniF: include/hw/misc/arm11scu.h
49106271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
49206271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
493c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
494c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49506271000SPaolo Bonzini
496fc63dcffSEvgeny VoevodinExynos
497f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
498b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
499fc63dcffSEvgeny VoevodinS: Maintained
5008d8b636dSPaolo BonziniF: hw/*/exynos*
501ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
502fc63dcffSEvgeny Voevodin
503766fd09fSMark LangsdorfCalxeda Highbank
5049ef137caSRob HerringM: Rob Herring <robh@kernel.org>
505b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5069ef137caSRob HerringS: Maintained
5078d8b636dSPaolo BonziniF: hw/arm/highbank.c
5088d8b636dSPaolo BonziniF: hw/net/xgmac.c
509766fd09fSMark Langsdorf
5109082f121SAntony PavlovCanon DIGIC
5119082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5139082f121SAntony PavlovS: Maintained
5149082f121SAntony PavlovF: include/hw/arm/digic.h
5159082f121SAntony PavlovF: hw/*/digic*
5169082f121SAntony Pavlov
517fd5d5c56SAnthony LiguoriGumstix
5181f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5195dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
520b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5211f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5228d8b636dSPaolo BonziniF: hw/arm/gumstix.c
523fd5d5c56SAnthony Liguori
5240325559dSPeter Chubbi.MX31
5250325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
526b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5270325559dSPeter ChubbS: Odd fixes
5288d8b636dSPaolo BonziniF: hw/*/imx*
529f7e242d6SThomas HuthF: include/hw/*/imx*
5308d8b636dSPaolo BonziniF: hw/arm/kzm.c
531ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5320325559dSPeter Chubb
533fd5d5c56SAnthony LiguoriIntegrator CP
5341ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
535b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
536fd5d5c56SAnthony LiguoriS: Maintained
5378d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
538f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
539fd5d5c56SAnthony Liguori
540e5a6a6e6SPeter MaydellMPS2
541e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
542e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
543e5a6a6e6SPeter MaydellS: Maintained
544e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5450d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5460d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5470d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5480d4a7551SPeter MaydellF: hw/arm/iotkit.c
5490d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
55075750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
55175750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
552c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
553c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
554e5a6a6e6SPeter Maydell
555fd5d5c56SAnthony LiguoriMusicpal
556fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
557b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
558fd5d5c56SAnthony LiguoriS: Maintained
5598d8b636dSPaolo BonziniF: hw/arm/musicpal.c
560fd5d5c56SAnthony Liguori
561fd5d5c56SAnthony LiguorinSeries
562fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
563b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
564fd5d5c56SAnthony LiguoriS: Maintained
5658d8b636dSPaolo BonziniF: hw/arm/nseries.c
566fd5d5c56SAnthony Liguori
567fd5d5c56SAnthony LiguoriPalm
568fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
569b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
570fd5d5c56SAnthony LiguoriS: Maintained
5718d8b636dSPaolo BonziniF: hw/arm/palm.c
572fd5d5c56SAnthony Liguori
573fd5d5c56SAnthony LiguoriReal View
5741ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
575b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
576fd5d5c56SAnthony LiguoriS: Maintained
5778d8b636dSPaolo BonziniF: hw/arm/realview*
578f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5795ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5805ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
581fd5d5c56SAnthony Liguori
5829b31bff0SPaolo BonziniPXA2XX
583fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
584b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
585fd5d5c56SAnthony LiguoriS: Maintained
5869b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5878d8b636dSPaolo BonziniF: hw/arm/spitz.c
5889b31bff0SPaolo BonziniF: hw/arm/tosa.c
5899b31bff0SPaolo BonziniF: hw/arm/z2.c
5909b31bff0SPaolo BonziniF: hw/*/pxa2xx*
591f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
592ed0db866SThomas HuthF: include/hw/arm/pxa.h
593fd5d5c56SAnthony Liguori
594fd5d5c56SAnthony LiguoriStellaris
5951ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
596b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
597fd5d5c56SAnthony LiguoriS: Maintained
5988d8b636dSPaolo BonziniF: hw/*/stellaris*
599fd5d5c56SAnthony Liguori
600fd5d5c56SAnthony LiguoriVersatile PB
6011ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
602b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
603fd5d5c56SAnthony LiguoriS: Maintained
6048d8b636dSPaolo BonziniF: hw/*/versatile*
605c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
606fd5d5c56SAnthony Liguori
607e3260506SPeter A. G. CrosthwaiteXilinx Zynq
608cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
609c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
610b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
611e3260506SPeter A. G. CrosthwaiteS: Maintained
612cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6138d8b636dSPaolo BonziniF: hw/*/cadence_*
614f7e242d6SThomas HuthF: hw/misc/zynq*
615f7e242d6SThomas HuthF: include/hw/misc/zynq*
616cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
617e3260506SPeter A. G. Crosthwaite
618137805f5SAlistair FrancisXilinx ZynqMP
619c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
620cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
621b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
622137805f5SAlistair FrancisS: Maintained
623cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
624f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
625137805f5SAlistair Francis
6268f4d260eSShannon ZhaoARM ACPI Subsystem
627e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
628b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6298f4d260eSShannon ZhaoS: Maintained
6308f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6318f4d260eSShannon Zhao
632a1f8193bSAlistair FrancisSTM32F205
633a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
634a1f8193bSAlistair FrancisS: Maintained
635a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
636a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
637a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
638a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
639a1f8193bSAlistair FrancisF: hw/adc/*
640a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6410e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
642a1f8193bSAlistair Francis
643a1f8193bSAlistair FrancisNetduino 2
644a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
645a1f8193bSAlistair FrancisS: Maintained
646a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
647a1f8193bSAlistair Francis
648670bc4cbSSubbaraya SundeepSmartFusion2
649670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
650670bc4cbSSubbaraya SundeepS: Maintained
651670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
652670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
653670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
654670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
655670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
656670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
657670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
658670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
659670bc4cbSSubbaraya Sundeep
660670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
661670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
662670bc4cbSSubbaraya SundeepS: Maintained
663670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
664670bc4cbSSubbaraya Sundeep
665f87db1baSJoel StanleyASPEED BMCs
666f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
667f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
668f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
669f87db1baSJoel StanleyL: qemu-arm@nongnu.org
670f87db1baSJoel StanleyS: Maintained
671f87db1baSJoel StanleyF: hw/*/*aspeed*
672f87db1baSJoel StanleyF: include/hw/*/*aspeed*
673f87db1baSJoel StanleyF: hw/net/ftgmac100.c
674f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
675f87db1baSJoel Stanley
676c0066d1aSJoel StanleyNRF51
677c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au>
678c0066d1aSJoel StanleyL: qemu-arm@nongnu.org
679c0066d1aSJoel StanleyS: Maintained
680c0066d1aSJoel StanleyF: hw/arm/nrf51_soc.c
681c0066d1aSJoel StanleyF: hw/arm/microbit.c
682c0066d1aSJoel StanleyF: include/hw/arm/nrf51_soc.h
683c0066d1aSJoel Stanley
684fd5d5c56SAnthony LiguoriCRIS Machines
685fd5d5c56SAnthony Liguori-------------
686fd5d5c56SAnthony LiguoriAxis Dev88
687fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
688fd5d5c56SAnthony LiguoriS: Maintained
6898d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6906e481d57SPeter MaydellF: hw/*/etraxfs_*.c
691fd5d5c56SAnthony Liguori
69207bf23a7SMichael WalleLM32 Machines
69307bf23a7SMichael Walle-------------
69407bf23a7SMichael WalleEVR32 and uclinux BSP
69507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
69607bf23a7SMichael WalleS: Maintained
6978d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
69807bf23a7SMichael Walle
699d118aa6bSMichael Wallemilkymist
700d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
701d118aa6bSMichael WalleS: Maintained
7028d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
703d118aa6bSMichael Walle
704afcacd53SAurelien JarnoM68K Machines
705fd5d5c56SAnthony Liguori-------------
706fd5d5c56SAnthony Liguorian5206
7075baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7085baf2741SThomas HuthS: Odd Fixes
7098d8b636dSPaolo BonziniF: hw/m68k/an5206.c
710e9a56114SThomas HuthF: hw/m68k/mcf5206.c
711fd5d5c56SAnthony Liguori
712fd5d5c56SAnthony Liguorimcf5208
7135baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7145baf2741SThomas HuthS: Odd Fixes
7158d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
716e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
717e9a56114SThomas HuthF: hw/char/mcf_uart.c
718e9a56114SThomas HuthF: hw/net/mcf_fec.c
7195baf2741SThomas HuthF: include/hw/m68k/mcf*.h
720fd5d5c56SAnthony Liguori
721fd5d5c56SAnthony LiguoriMicroBlaze Machines
722b6f97c14Sbellard-------------------
723fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
724fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
725fd5d5c56SAnthony LiguoriS: Maintained
7266e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
727b6f97c14Sbellard
728d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7294b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
730d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7318d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
732d36e8ce7SPeter A. G. Crosthwaite
733fd5d5c56SAnthony LiguoriMIPS Machines
734fd5d5c56SAnthony Liguori-------------
735fd5d5c56SAnthony LiguoriJazz
736fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
737fd5d5c56SAnthony LiguoriS: Maintained
7388d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
739fd5d5c56SAnthony Liguori
740fd5d5c56SAnthony LiguoriMalta
741fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
742fd5d5c56SAnthony LiguoriS: Maintained
7438d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
744fd5d5c56SAnthony Liguori
745fd5d5c56SAnthony LiguoriMipssim
7464872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
747659f42d8SYongbok KimS: Odd Fixes
7488d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
749659f42d8SYongbok KimF: hw/net/mipsnet.c
750fd5d5c56SAnthony Liguori
751fd5d5c56SAnthony LiguoriR4000
752fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
753fd5d5c56SAnthony LiguoriS: Maintained
7548d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
755fd5d5c56SAnthony Liguori
756659f42d8SYongbok KimFulong 2E
7574872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
758659f42d8SYongbok KimS: Odd Fixes
759659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7600170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7614872fee2SAleksandar Markovic
7620170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
763659f42d8SYongbok Kim
764659f42d8SYongbok KimBoston
7654872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
766659f42d8SYongbok KimS: Maintained
767659f42d8SYongbok KimF: hw/core/loader-fit.c
768659f42d8SYongbok KimF: hw/mips/boston.c
769659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
770659f42d8SYongbok Kim
771945dad6dSJia LiuOpenRISC Machines
772945dad6dSJia Liu-----------------
773945dad6dSJia Liuor1k-sim
774945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
775945dad6dSJia LiuS: Maintained
776945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
777945dad6dSJia Liu
778fd5d5c56SAnthony LiguoriPowerPC Machines
779fd5d5c56SAnthony Liguori----------------
780fd5d5c56SAnthony Liguori405
781bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
782a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7839b9fe135SAndreas FärberS: Odd Fixes
7848d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
785fd5d5c56SAnthony Liguori
786aaade8d7SAndreas FärberBamboo
787bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
788aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
789aaade8d7SAndreas FärberS: Odd Fixes
7908d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
791aaade8d7SAndreas Färber
79298cded3aSAndreas Färbere500
793bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
79498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
795bba8e23aSAlexander GrafS: Odd Fixes
79698cded3aSAndreas FärberF: hw/ppc/e500.[hc]
79798cded3aSAndreas FärberF: hw/ppc/e500plat.c
798b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
799b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
800b5d55020SThomas HuthF: pc-bios/u-boot.e500
80198cded3aSAndreas Färber
80298cded3aSAndreas Färbermpc8544ds
803bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
80498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
805bba8e23aSAlexander GrafS: Odd Fixes
80698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
8078d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
80898cded3aSAndreas Färber
809fd5d5c56SAnthony LiguoriNew World
810bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
811a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
812bba8e23aSAlexander GrafS: Odd Fixes
813baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8146e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8156e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8168d8b636dSPaolo BonziniF: hw/misc/macio/
8176ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
818b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
819eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8206ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
821eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
822fd5d5c56SAnthony Liguori
823fd5d5c56SAnthony LiguoriOld World
824bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
825a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
826bba8e23aSAlexander GrafS: Odd Fixes
827baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8286e481d57SPeter MaydellF: hw/pci-host/grackle.c
8298d8b636dSPaolo BonziniF: hw/misc/macio/
830835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
831fd5d5c56SAnthony Liguori
832ec38d398SAndreas FärberPReP
8338178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8349f38774dSAndreas FärberL: qemu-devel@nongnu.org
835a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8368178e89cSHervé PoussineauS: Maintained
83775610155SAndreas FärberF: hw/ppc/prep.c
8388178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8398178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8406e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8410a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
842a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8431cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
844cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
845a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
846cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
847835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
848fd5d5c56SAnthony Liguori
849300b115cSAndreas FärbersPAPR
850085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8518a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8528a269ca4SAndreas FärberS: Supported
8538d8b636dSPaolo BonziniF: hw/*/spapr*
854f9de2da7SDavid GibsonF: include/hw/*/spapr*
855f9de2da7SDavid GibsonF: hw/*/xics*
856f9de2da7SDavid GibsonF: include/hw/*/xics*
857f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
858b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
859b5d55020SThomas HuthF: pc-bios/slof.bin
860bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
861b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
862b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
863a70ab357SGreg KurzF: tests/spapr*
864a70ab357SGreg KurzF: tests/libqos/*spapr*
865a70ab357SGreg KurzF: tests/rtas*
866a70ab357SGreg KurzF: tests/libqos/rtas*
8678a269ca4SAndreas Färber
868794d00bfSAndreas Färbervirtex_ml507
869794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
870794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
871794d00bfSAndreas FärberS: Odd Fixes
8726e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
873794d00bfSAndreas Färber
874a9dd6604SBALATON Zoltansam460ex
875a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
876a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
877a9dd6604SBALATON ZoltanS: Maintained
878a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
879c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
880a9dd6604SBALATON Zoltan
881fd5d5c56SAnthony LiguoriSH4 Machines
882fd5d5c56SAnthony Liguori------------
883fd5d5c56SAnthony LiguoriR2D
884fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
885fd5d5c56SAnthony LiguoriS: Maintained
8866e481d57SPeter MaydellF: hw/sh4/r2d.c
88781527b94SThomas HuthF: hw/intc/sh_intc.c
88881527b94SThomas HuthF: hw/timer/sh_timer.c
889fd5d5c56SAnthony Liguori
890fd5d5c56SAnthony LiguoriShix
891fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
89281527b94SThomas HuthS: Odd Fixes
8936e481d57SPeter MaydellF: hw/sh4/shix.c
894fd5d5c56SAnthony Liguori
895fd5d5c56SAnthony LiguoriSPARC Machines
896fd5d5c56SAnthony Liguori--------------
897fd5d5c56SAnthony LiguoriSun4m
898f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
899fd5d5c56SAnthony LiguoriS: Maintained
9008d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
901c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c
902c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
9037098b79eSThomas HuthF: hw/misc/eccmemctl.c
9047098b79eSThomas HuthF: hw/misc/slavio_misc.c
905c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
906c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
907fd5d5c56SAnthony Liguori
908fd5d5c56SAnthony LiguoriSun4u
909f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
910fd5d5c56SAnthony LiguoriS: Maintained
9118d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
912c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
913fd5d5c56SAnthony Liguori
914a2664ca0SArtyom TarasenkoSun4v
915a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
916a2664ca0SArtyom TarasenkoS: Maintained
917626e4a4bSFam ZhengF: hw/sparc64/niagara.c
918a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
919a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
920a2664ca0SArtyom Tarasenko
921ce6c760cSFabien ChouteauLeon3
922ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
923ce6c760cSFabien ChouteauS: Maintained
9248d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9258d8b636dSPaolo BonziniF: hw/*/grlib*
926c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
927ce6c760cSFabien Chouteau
928fd5d5c56SAnthony LiguoriS390 Machines
929fd5d5c56SAnthony Liguori-------------
930dd4ad64aSCornelia HuckS390 Virtio-ccw
931c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
932b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
933dd4ad64aSCornelia HuckS: Supported
9340c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9359d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
936c5bfb202SCornelia HuckF: hw/s390x/
9374277af19SCornelia HuckF: include/hw/s390x/
938c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9391e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9401e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
941*e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
942*e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
943146bd283SCornelia HuckL: qemu-s390x@nongnu.org
944dd4ad64aSCornelia Huck
9458e4eb427SChristian BorntraegerS390-ccw boot
946304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
947304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
948304584bfSCornelia HuckS: Supported
9498e4eb427SChristian BorntraegerF: hw/s390x/ipl.*
950304584bfSCornelia HuckF: pc-bios/s390-ccw/
951304584bfSCornelia HuckF: pc-bios/s390-ccw.img
952*e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
953304584bfSCornelia HuckL: qemu-s390x@nongnu.org
954304584bfSCornelia Huck
955d5bfb425SChristian BorntraegerS390 PCI
956d5bfb425SChristian BorntraegerM: Collin Walling <walling@linux.ibm.com>
957d5bfb425SChristian BorntraegerS: Supported
958d5bfb425SChristian BorntraegerF: hw/s390x/s390-pci*
959d5bfb425SChristian BorntraegerL: qemu-s390x@nongnu.org
960d5bfb425SChristian Borntraeger
961ab9528caSGuan XuetaoUniCore32 Machines
962ab9528caSGuan Xuetao-------------
963ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
964ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
965ab9528caSGuan XuetaoS: Maintained
9668d8b636dSPaolo BonziniF: hw/*/puv3*
967ab9528caSGuan XuetaoF: hw/unicore32/
968ab9528caSGuan Xuetao
969fd5d5c56SAnthony LiguoriX86 Machines
970fd5d5c56SAnthony Liguori------------
971fd5d5c56SAnthony LiguoriPC
972046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
973fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
974fd5d5c56SAnthony LiguoriS: Supported
975046a6486SMichael S. TsirkinF: include/hw/i386/
976046a6486SMichael S. TsirkinF: hw/i386/
977046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
978046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
979046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
980046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
981046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
982046a6486SMichael S. TsirkinF: hw/isa/piix4.c
983046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
984046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
985046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
986046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
987046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
988f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9899cc3b73cSPaolo BonziniF: hw/misc/sga.c
9909cc3b73cSPaolo Bonzini
9919cc3b73cSPaolo BonziniPC Chipset
9929cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9939cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9941732be86SPhilippe Mathieu-DaudéS: Supported
9959cc3b73cSPaolo BonziniF: hw/char/debugcon.c
996bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9979cc3b73cSPaolo BonziniF: hw/char/serial*
9989cc3b73cSPaolo BonziniF: hw/dma/i8257*
9999cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
10001732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
10019cc3b73cSPaolo BonziniF: hw/intc/apic*
10029cc3b73cSPaolo BonziniF: hw/intc/ioapic*
10039cc3b73cSPaolo BonziniF: hw/intc/i8259*
10041854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
10059cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
10069cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
10079cc3b73cSPaolo BonziniF: hw/timer/hpet*
10089cc3b73cSPaolo BonziniF: hw/timer/i8254*
10099cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
1010edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
1011866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
1012bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
101355f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
1014a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
101547973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10161854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1017a2feb348SThomas HuthF: include/hw/timer/hpet.h
1018a2feb348SThomas HuthF: include/hw/timer/i8254*
1019a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1020046a6486SMichael S. Tsirkin
10215da4fb00SMichael S. TsirkinMachine core
10225da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1023fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10245da4fb00SMichael S. TsirkinS: Supported
10255da4fb00SMichael S. TsirkinF: hw/core/machine.c
1026c1629c5cSThomas HuthF: hw/core/null-machine.c
10275da4fb00SMichael S. TsirkinF: include/hw/boards.h
1028*e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next
1029fd5d5c56SAnthony Liguori
103016e7caaeSMax FilippovXtensa Machines
103116e7caaeSMax Filippov---------------
1032375847a6SMax Filippovsim
103316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
103416e7caaeSMax FilippovS: Maintained
1035437a8c11SMax FilippovF: hw/xtensa/sim.c
1036375847a6SMax Filippov
1037437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1038375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1039375847a6SMax FilippovS: Maintained
1040437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1041437a8c11SMax FilippovF: hw/net/opencores_eth.c
104216e7caaeSMax Filippov
1043fd5d5c56SAnthony LiguoriDevices
1044fd5d5c56SAnthony Liguori-------
1045b30934cbSJiri SlabyEDU
1046b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1047b30934cbSJiri SlabyS: Maintained
1048b30934cbSJiri SlabyF: hw/misc/edu.c
1049b30934cbSJiri Slaby
1050fd5d5c56SAnthony LiguoriIDE
1051c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1052c095348bSJohn SnowL: qemu-block@nongnu.org
1053c095348bSJohn SnowS: Supported
10548d8b636dSPaolo BonziniF: include/hw/ide.h
1055c9f7acd5SThomas HuthF: include/hw/ide/
1056fd5d5c56SAnthony LiguoriF: hw/ide/
1057c095348bSJohn SnowF: hw/block/block.c
1058c095348bSJohn SnowF: hw/block/cdrom.c
1059c095348bSJohn SnowF: hw/block/hd-geometry.c
1060c095348bSJohn SnowF: tests/ide-test.c
1061c095348bSJohn SnowF: tests/ahci-test.c
1062edc35b3dSThomas HuthF: tests/cdrom-test.c
1063aee50319SJohn SnowF: tests/libqos/ahci*
1064*e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide
1065c095348bSJohn Snow
1066caf316baSCorey MinyardIPMI
1067caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1068caf316baSCorey MinyardS: Maintained
1069caf316baSCorey MinyardF: include/hw/ipmi/*
1070caf316baSCorey MinyardF: hw/ipmi/*
1071caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1072caf316baSCorey MinyardF: tests/ipmi*
1073*e18a8b34SStefan HajnocziT: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1074caf316baSCorey Minyard
1075c095348bSJohn SnowFloppy
1076c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1077c095348bSJohn SnowL: qemu-block@nongnu.org
1078c095348bSJohn SnowS: Supported
1079c095348bSJohn SnowF: hw/block/fdc.c
1080c095348bSJohn SnowF: include/hw/block/fdc.h
1081aee50319SJohn SnowF: tests/fdc-test.c
1082*e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide
1083fd5d5c56SAnthony Liguori
1084f5f487b2SPeter MaydellOMAP
1085f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1086f5f487b2SPeter MaydellS: Maintained
10878d8b636dSPaolo BonziniF: hw/*/omap*
1088ed0db866SThomas HuthF: include/hw/arm/omap.h
1089f5f487b2SPeter Maydell
109028d54e58SPaolo BonziniIPack
109128d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
109228d54e58SPaolo BonziniS: Odd Fixes
109328d54e58SPaolo BonziniF: hw/char/ipoctal232.c
109428d54e58SPaolo BonziniF: hw/ipack/
109528d54e58SPaolo Bonzini
1096fd5d5c56SAnthony LiguoriPCI
1097fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1098fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1099fd5d5c56SAnthony LiguoriS: Supported
11008d8b636dSPaolo BonziniF: include/hw/pci/*
1101f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1102ca818cfbSMichael S. TsirkinF: hw/pci/*
1103f178bc6bSPaolo BonziniF: hw/pci-bridge/*
110468179923SPhilippe Mathieu-DaudéF: docs/pci*
110568179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1106534fd814SFam ZhengF: default-configs/pci.mak
11070e0b3592SMichael S. Tsirkin
1108d31e5ae7SMichael S. TsirkinACPI/SMBIOS
11090e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
11100e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
11110e0b3592SMichael S. TsirkinS: Supported
11120e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1113d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
11140e0b3592SMichael S. TsirkinF: hw/mem/*
11158d8b636dSPaolo BonziniF: hw/acpi/*
1116d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11170e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11180e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11193248f1b4SBen WarrenF: tests/bios-tables-test.c
11203248f1b4SBen WarrenF: tests/acpi-utils.[hc]
11217115dcf4SLaszlo ErsekF: tests/acpi-test-data/*
11227115dcf4SLaszlo ErsekF: tests/acpi-test-data/*/*
1123fd5d5c56SAnthony Liguori
1124aaade8d7SAndreas Färberppc4xx
1125bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
1126aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1127aaade8d7SAndreas FärberS: Odd Fixes
11288d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1129aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1130b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1131aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1132aaade8d7SAndreas Färber
113398cded3aSAndreas Färberppce500
1134bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au>
113598cded3aSAndreas FärberL: qemu-ppc@nongnu.org
1136bba8e23aSAlexander GrafS: Odd Fixes
11376e481d57SPeter MaydellF: hw/ppc/e500*
1138566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1139566dd236SPaolo BonziniF: hw/net/fsl_etsec/
114098cded3aSAndreas Färber
114161af0ee6SPaolo BonziniCharacter devices
11422185fd67SPaolo BonziniM: Marc-André Lureau <marcandre.lureau@redhat.com>
11432185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
114461af0ee6SPaolo BonziniS: Odd Fixes
114561af0ee6SPaolo BonziniF: hw/char/
114661af0ee6SPaolo Bonzini
1147f536f112SPaolo BonziniNetwork devices
1148f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1149f536f112SPaolo BonziniS: Odd Fixes
1150f536f112SPaolo BonziniF: hw/net/
11516061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11526bd7776cSGreg KurzF: tests/virtio-net-test.c
1153*e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net
1154f536f112SPaolo Bonzini
1155fd5d5c56SAnthony LiguoriSCSI
1156de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1157c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1158de7724f7SPaolo BonziniS: Supported
115974460f34SThomas HuthF: include/hw/scsi/*
11608d8b636dSPaolo BonziniF: hw/scsi/*
11616bd7776cSGreg KurzF: tests/virtio-scsi-test.c
1162*e18a8b34SStefan HajnocziT: git https://github.com/bonzini/qemu.git scsi-next
1163de7724f7SPaolo Bonzini
1164fcb5629dSPeter A. G. CrosthwaiteSSI
11654b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1166c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1167fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11688d8b636dSPaolo BonziniF: hw/ssi/*
11698d8b636dSPaolo BonziniF: hw/block/m25p80.c
1170982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11714b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1172982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11734b46ba61SAlistair Francis
11744b46ba61SAlistair FrancisXilinx SPI
1175c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11764b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11774b46ba61SAlistair FrancisS: Maintained
11784b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1179fcb5629dSPeter A. G. Crosthwaite
1180076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1181076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1182076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1183076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1184076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1185076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1186076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1187076a0fc3SPhilippe Mathieu-Daudé
1188fd5d5c56SAnthony LiguoriUSB
11895d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11905d0d62feSGerd HoffmannS: Maintained
11918d8b636dSPaolo BonziniF: hw/usb/*
119228edfce0SGongleiF: tests/usb-*-test.c
1193beded0ffSThomas HuthF: docs/usb2.txt
1194beded0ffSThomas HuthF: docs/usb-storage.txt
1195beded0ffSThomas HuthF: include/hw/usb.h
1196beded0ffSThomas HuthF: include/hw/usb/
1197104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1198fd5d5c56SAnthony Liguori
1199e26082fdSPaolo BonziniUSB (serial adapter)
1200e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1201e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1202e26082fdSPaolo BonziniS: Maintained
1203e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1204e26082fdSPaolo Bonzini
120592e1fb5eSAlex WilliamsonVFIO
120692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
120792e1fb5eSAlex WilliamsonS: Supported
1208cf7087dbSKim PhillipsF: hw/vfio/*
120999b88c6dSThomas HuthF: include/hw/vfio/
121092e1fb5eSAlex Williamson
12115eb74557SDong Jia Shivfio-ccw
1212c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
12137913938aSChristian BorntraegerM: Eric Farman <farman@linux.ibm.com>
12147913938aSChristian BorntraegerM: Farhan Ali <alifm@linux.ibm.com>
12155eb74557SDong Jia ShiS: Supported
12165eb74557SDong Jia ShiF: hw/vfio/ccw.c
12175eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
12185eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
1219*e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
1220146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12215eb74557SDong Jia Shi
1222a51b3153STony Krowiakvfio-ap
1223a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com>
1224a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com>
1225a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com>
1226a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com>
1227a51b3153STony KrowiakS: Supported
1228a51b3153STony KrowiakF: hw/s390x/ap-device.c
1229a51b3153STony KrowiakF: hw/s390x/ap-bridge.c
1230a51b3153STony KrowiakF: include/hw/s390x/ap-device.h
1231a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h
12322fe2942cSTony KrowiakF: hw/vfio/ap.c
1233694a8d70STony KrowiakF: docs/vfio-ap.txt
1234a51b3153STony KrowiakL: qemu-s390x@nongnu.org
1235a51b3153STony Krowiak
1236fd5d5c56SAnthony Liguorivhost
1237fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1238fd5d5c56SAnthony LiguoriS: Supported
12398d8b636dSPaolo BonziniF: hw/*/*vhost*
124037f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1241fd5d5c56SAnthony Liguori
1242fd5d5c56SAnthony Liguorivirtio
1243a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1244fd5d5c56SAnthony LiguoriS: Supported
12458d8b636dSPaolo BonziniF: hw/*/virtio*
124672fa605dSThomas HuthF: hw/virtio/Makefile.objs
124772fa605dSThomas HuthF: hw/virtio/trace-events
12486a084ea3SMichael S. TsirkinF: net/vhost-user.c
1249494f7b57SThomas HuthF: include/hw/virtio/
12506bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1251fd5d5c56SAnthony Liguori
1252fd5d5c56SAnthony Liguorivirtio-9p
12538c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1254fd5d5c56SAnthony LiguoriS: Supported
1255aebeca25SAndreas FärberF: hw/9pfs/
1256aebeca25SAndreas FärberF: fsdev/
12572d888c09SAndreas FärberF: tests/virtio-9p-test.c
1258*e18a8b34SStefan HajnocziT: git https://github.com/gkurz/qemu.git 9p-next
1259fd5d5c56SAnthony Liguori
1260fd5d5c56SAnthony Liguorivirtio-blk
126154d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1262b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1263fd5d5c56SAnthony LiguoriS: Supported
12648d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1265b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12666bd7776cSGreg KurzF: tests/virtio-blk-test.c
1267*e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block
1268fd5d5c56SAnthony Liguori
1269dd4ad64aSCornelia Huckvirtio-ccw
1270c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
127168b91e85SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com>
1272dd4ad64aSCornelia HuckS: Supported
1273901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc]
1274d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c
1275*e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next
1276*e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next
1277146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1278dd4ad64aSCornelia Huck
1279a5d4d7b5SGerd Hoffmannvirtio-input
1280a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1281a5d4d7b5SGerd HoffmannS: Maintained
1282a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1283a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1284a5d4d7b5SGerd Hoffmann
1285fd5d5c56SAnthony Liguorivirtio-serial
1286cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1287fd5d5c56SAnthony LiguoriS: Supported
12888d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12898d8b636dSPaolo BonziniF: hw/char/virtio-console.c
129068a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12916bd7776cSGreg KurzF: tests/virtio-console-test.c
12926bd7776cSGreg KurzF: tests/virtio-serial-test.c
1293fd5d5c56SAnthony Liguori
12941f51a5cbSAmit Shahvirtio-rng
1295cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12961f51a5cbSAmit ShahS: Supported
12971f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12981f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1299750cf869SThomas HuthF: include/sysemu/rng*.h
13001f51a5cbSAmit ShahF: backends/rng*.c
13016bd7776cSGreg KurzF: tests/virtio-rng-test.c
13021f51a5cbSAmit Shah
13036034011cSGongleivirtio-crypto
13046034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
13056034011cSGongleiS: Supported
13066034011cSGongleiF: hw/virtio/virtio-crypto.c
13076034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
13086034011cSGongleiF: include/hw/virtio/virtio-crypto.h
13096034011cSGonglei
1310f3c507adSKeith Buschnvme
1311f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1312c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1313f3c507adSKeith BuschS: Supported
1314f3c507adSKeith BuschF: hw/block/nvme*
1315fc967791SAndreas FärberF: tests/nvme-test.c
1316f3c507adSKeith Busch
1317d383c625SHannes Reineckemegasas
13183fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1319c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1320d383c625SHannes ReineckeS: Supported
1321d383c625SHannes ReineckeF: hw/scsi/megasas.c
1322d383c625SHannes ReineckeF: hw/scsi/mfi.h
13233fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1324d383c625SHannes Reinecke
1325605d52e6SDmitry FleytmanNetwork packet abstractions
1326bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1327605d52e6SDmitry FleytmanS: Maintained
1328605d52e6SDmitry FleytmanF: include/net/eth.h
1329605d52e6SDmitry FleytmanF: net/eth.c
1330605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1331605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1332605d52e6SDmitry Fleytman
1333622fb504SDmitry FleytmanVmware
1334bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1335622fb504SDmitry FleytmanS: Maintained
1336622fb504SDmitry FleytmanF: hw/net/vmxnet*
1337622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13385a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1339622fb504SDmitry Fleytman
1340de24d3f1SScott FeldmanRocker
1341de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1342de24d3f1SScott FeldmanS: Maintained
1343de24d3f1SScott FeldmanF: hw/net/rocker/
1344de850948SThomas HuthF: tests/rocker/
1345de850948SThomas HuthF: docs/specs/rocker.txt
1346de24d3f1SScott Feldman
134770d1fb9cSXiao GuangrongNVDIMM
13487a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
134970d1fb9cSXiao GuangrongS: Maintained
135070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
135170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
135270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
135370d1fb9cSXiao Guangrong
1354093454e2SDmitry Fleytmane1000x
1355bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1356093454e2SDmitry FleytmanS: Maintained
1357093454e2SDmitry FleytmanF: hw/net/e1000x*
1358093454e2SDmitry Fleytman
13596f3fbe4eSDmitry Fleytmane1000e
1360bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13616f3fbe4eSDmitry FleytmanS: Maintained
13626f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13636f3fbe4eSDmitry Fleytman
1364ebc2327fSStefan Weileepro100
1365ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1366ebc2327fSStefan WeilS: Maintained
1367ebc2327fSStefan WeilF: hw/net/eepro100.c
1368ebc2327fSStefan Weil
1369e481a1f6SAlistair FrancisGeneric Loader
1370c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1371e481a1f6SAlistair FrancisS: Maintained
1372e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1373e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1374c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1375e481a1f6SAlistair Francis
1376645d3cbeSSu HangIntel Hexadecimal Object File Loader
1377645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1378645d3cbeSSu HangS: Maintained
1379645d3cbeSSu HangF: tests/hexloader-test.c
13804b2ff65aSPeter MaydellF: tests/data/hex-loader/test.hex
1381645d3cbeSSu Hang
138287a9023aSThomas HuthCHRP NVRAM
138387a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
138487a9023aSThomas HuthS: Maintained
138587a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
138687a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
138787a9023aSThomas HuthF: tests/prom-env-test.c
138887a9023aSThomas Huth
138942697d88SBen WarrenVM Generation ID
139042697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
139142697d88SBen WarrenS: Maintained
139242697d88SBen WarrenF: hw/acpi/vmgenid.c
139342697d88SBen WarrenF: include/hw/acpi/vmgenid.h
139442697d88SBen WarrenF: docs/specs/vmgenid.txt
139542697d88SBen WarrenF: tests/vmgenid-test.c
139642697d88SBen WarrenF: stubs/vmgenid.c
139742697d88SBen Warren
1398747969dbSPhilippe Mathieu-DaudéUnimplemented device
1399747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1400747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1401747969dbSPhilippe Mathieu-DaudéS: Maintained
1402747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1403747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1404747969dbSPhilippe Mathieu-Daudé
1405dbb2e472SGerd HoffmannStandard VGA
1406dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1407dbb2e472SGerd HoffmannS: Maintained
1408dbb2e472SGerd HoffmannF: hw/display/vga*
1409dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1410dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1411dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1412dbb2e472SGerd Hoffmann
141358d632c7SGerd Hoffmannramfb
141458d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
141558d632c7SGerd HoffmannS: Maintained
141658d632c7SGerd HoffmannF: hw/display/ramfb*.c
141758d632c7SGerd HoffmannF: include/hw/display/ramfb.h
141858d632c7SGerd Hoffmann
1419dbb2e472SGerd Hoffmannvirtio-gpu
1420dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1421dbb2e472SGerd HoffmannS: Maintained
1422dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1423dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1424dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1425dbb2e472SGerd Hoffmann
1426dbb2e472SGerd HoffmannCirrus VGA
1427dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1428dbb2e472SGerd HoffmannS: Odd Fixes
1429dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1430dbb2e472SGerd HoffmannF: hw/display/cirrus*
1431dbb2e472SGerd Hoffmann
143272d277a7SGerd HoffmannEDID Generator
143372d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
143472d277a7SGerd HoffmannS: Maintained
143572d277a7SGerd HoffmannF: hw/display/edid*
143672d277a7SGerd HoffmannF: include/hw/display/edid.h
143772d277a7SGerd HoffmannF: qemu-edid.c
143872d277a7SGerd Hoffmann
1439fd5d5c56SAnthony LiguoriSubsystems
1440fd5d5c56SAnthony Liguori----------
1441fd5d5c56SAnthony LiguoriAudio
14429f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1443fd5d5c56SAnthony LiguoriS: Maintained
1444fd5d5c56SAnthony LiguoriF: audio/
14458d8b636dSPaolo BonziniF: hw/audio/
1446a2b245aeSThomas HuthF: include/hw/audio/
1447d7b50c0cSAndreas FärberF: tests/ac97-test.c
14488fa74c94SAndreas FärberF: tests/es1370-test.c
1449fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1450fd5d5c56SAnthony Liguori
145117f1e8f5SStefan HajnocziBlock layer core
1452fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1453c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1454c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1455fd5d5c56SAnthony LiguoriS: Supported
1456fd5d5c56SAnthony LiguoriF: block*
1457fd5d5c56SAnthony LiguoriF: block/
14588d8b636dSPaolo BonziniF: hw/block/
14594c346e0bSKevin WolfF: include/block/
146046078760SKevin WolfF: qemu-img*
146146078760SKevin WolfF: qemu-io*
146229242091SKevin WolfF: tests/qemu-iotests/
14638dd30c86SMax ReitzF: util/qemu-progress.c
14640bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
1465c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c
1466d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1467fd5d5c56SAnthony Liguori
1468d55053b1SStefan HajnocziBlock I/O path
1469d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14709ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1471d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1472d55053b1SStefan HajnocziS: Supported
147336c697bdSPaolo BonziniF: util/async.c
147436c697bdSPaolo BonziniF: util/aio-*.c
1475d55053b1SStefan HajnocziF: block/io.c
1476d55053b1SStefan HajnocziF: migration/block*
1477e1029ae2SFam ZhengF: include/block/aio.h
1478f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14790a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1480*e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block
1481d55053b1SStefan Hajnoczi
1482e5b5728cSPaolo BonziniBlock SCSI subsystem
1483e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1484c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1485e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1486e5b5728cSPaolo BonziniS: Supported
1487e5b5728cSPaolo BonziniF: include/scsi/*
1488e5b5728cSPaolo BonziniF: scsi/*
1489e5b5728cSPaolo Bonzini
1490280458a3SJeff CodyBlock Jobs
1491280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1492280458a3SJeff CodyL: qemu-block@nongnu.org
1493280458a3SJeff CodyS: Supported
1494280458a3SJeff CodyF: blockjob.c
1495280458a3SJeff CodyF: include/block/blockjob.h
149633e9e9bdSKevin WolfF: job.c
14971a90bc81SKevin WolfF: job-qmp.c
1498c468e368SMarkus ArmbrusterF: include/qemu/job.h
1499280458a3SJeff CodyF: block/backup.c
1500280458a3SJeff CodyF: block/commit.c
150177346025SJeff CodyF: block/stream.c
1502280458a3SJeff CodyF: block/mirror.c
1503bf42508fSKevin WolfF: qapi/job.json
1504*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
1505280458a3SJeff Cody
15064120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
15074120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15084120201dSMarkus ArmbrusterS: Supported
15094120201dSMarkus ArmbrusterF: blockdev.c
15104120201dSMarkus ArmbrusterF: block/qapi.c
15114120201dSMarkus ArmbrusterF: qapi/block*.json
1512fa988e39SMarkus ArmbrusterF: qapi/transaction.json
15134120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
15144120201dSMarkus Armbruster
1515538193bcSJohn SnowDirty Bitmaps
1516538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1517538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1518538193bcSJohn SnowL: qemu-block@nongnu.org
1519538193bcSJohn SnowS: Supported
1520538193bcSJohn SnowF: util/hbitmap.c
1521538193bcSJohn SnowF: block/dirty-bitmap.c
1522538193bcSJohn SnowF: include/qemu/hbitmap.h
1523538193bcSJohn SnowF: include/block/dirty-bitmap.h
1524538193bcSJohn SnowF: tests/test-hbitmap.c
15255746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1526*e18a8b34SStefan HajnocziT: git https://github.com/famz/qemu.git bitmaps
1527*e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git bitmaps
1528538193bcSJohn Snow
152961af0ee6SPaolo BonziniCharacter device backends
153055fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15312185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
1532fd5d5c56SAnthony LiguoriS: Maintained
1533178fe0aeSMarc-André LureauF: chardev/
15348228e353SMarc-André LureauF: include/chardev/
1535dbeee392SMarkus ArmbrusterF: qapi/char.json
1536fd5d5c56SAnthony Liguori
1537e26082fdSPaolo BonziniCharacter Devices (Braille)
1538e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1539e26082fdSPaolo BonziniS: Maintained
15406b10e573SMarc-André LureauF: chardev/baum.c
1541fd5d5c56SAnthony Liguori
1542e94630d3SMarkus ArmbrusterCommand line option argument parsing
1543e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1544e94630d3SMarkus ArmbrusterS: Supported
1545e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1546e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1547e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1548e94630d3SMarkus ArmbrusterF: util/keyval.c
1549e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1550e94630d3SMarkus Armbruster
15518c413e79SMarkus ArmbrusterCoverity model
15528c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15538c413e79SMarkus ArmbrusterS: Supported
15548c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15558c413e79SMarkus Armbruster
1556f2ca0524SAndreas FärberCPU
155712b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1558f2ca0524SAndreas FärberS: Supported
1559f2ca0524SAndreas FärberF: qom/cpu.c
15606e481d57SPeter MaydellF: include/qom/cpu.h
1561f2ca0524SAndreas Färber
1562d24b569aSPeter A. G. CrosthwaiteDevice Tree
15634b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1564d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1565d24b569aSPeter A. G. CrosthwaiteS: Maintained
156682407515SThomas HuthF: device_tree.c
156782407515SThomas HuthF: include/sysemu/device_tree.h
1568d24b569aSPeter A. G. Crosthwaite
15693505a22bSMarc-André LureauDump
15703505a22bSMarc-André LureauS: Supported
15713505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15723505a22bSMarc-André LureauF: dump.c
15733505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15743505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15753505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15763505a22bSMarc-André LureauF: include/sysemu/dump.h
15773505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15783505a22bSMarc-André LureauF: stubs/dump.c
15793505a22bSMarc-André Lureau
15804f966768SMarkus ArmbrusterError reporting
15814f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15824f966768SMarkus ArmbrusterS: Supported
15834f966768SMarkus ArmbrusterF: include/qapi/error.h
15844f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15854f966768SMarkus ArmbrusterF: util/error.c
15864f966768SMarkus ArmbrusterF: util/qemu-error.c
15874f966768SMarkus Armbruster
1588fd5d5c56SAnthony LiguoriGDB stub
15895dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1590fd5d5c56SAnthony LiguoriS: Odd Fixes
1591fd5d5c56SAnthony LiguoriF: gdbstub*
1592fd5d5c56SAnthony LiguoriF: gdb-xml/
1593fd5d5c56SAnthony Liguori
159401a9c03cSPaolo BonziniMemory API
159501a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
159601a9c03cSPaolo BonziniS: Supported
159701a9c03cSPaolo BonziniF: include/exec/ioport.h
159801a9c03cSPaolo BonziniF: ioport.c
159901a9c03cSPaolo BonziniF: include/exec/memory.h
16002b1641d0SPaolo BonziniF: include/exec/ram_addr.h
160101a9c03cSPaolo BonziniF: memory.c
160201a9c03cSPaolo BonziniF: include/exec/memory-internal.h
160301a9c03cSPaolo BonziniF: exec.c
160401a9c03cSPaolo Bonzini
16057ee3bf03SGerd HoffmannSPICE
16067ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
16077ee3bf03SGerd HoffmannS: Supported
16086e481d57SPeter MaydellF: include/ui/qemu-spice.h
1609438528a3SThomas HuthF: include/ui/spice-display.h
16107ee3bf03SGerd HoffmannF: ui/spice-*.c
16117ee3bf03SGerd HoffmannF: audio/spiceaudio.c
16128d8b636dSPaolo BonziniF: hw/display/qxl*
1613608cfed6SMarkus ArmbrusterF: qapi/ui.json
16147ee3bf03SGerd Hoffmann
1615fd5d5c56SAnthony LiguoriGraphics
161625eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
161725eccc37SGerd HoffmannS: Odd Fixes
1618fd5d5c56SAnthony LiguoriF: ui/
1619e220656cSThomas HuthF: include/ui/
1620608cfed6SMarkus ArmbrusterF: qapi/ui.json
1621b1d38037SMarc-André LureauF: util/drm.c
1622fd5d5c56SAnthony Liguori
1623351f1bf6SAndreas FärberCocoa graphics
162430ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1625351f1bf6SAndreas FärberS: Odd Fixes
1626351f1bf6SAndreas FärberF: ui/cocoa.m
1627351f1bf6SAndreas Färber
1628fd5d5c56SAnthony LiguoriMain loop
1629da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1630da26f37aSPaolo BonziniS: Maintained
1631da26f37aSPaolo BonziniF: cpus.c
16323ecb29a3SPaolo BonziniF: util/main-loop.c
16333ecb29a3SPaolo BonziniF: util/qemu-timer.c
1634fd5d5c56SAnthony LiguoriF: vl.c
16350e201d34SMarkus ArmbrusterF: qapi/run-state.json
1636fd5d5c56SAnthony Liguori
16378899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1638c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1639fbb0621aSLuiz CapitulinoS: Maintained
1640fd5d5c56SAnthony LiguoriF: monitor.c
1641c13e9912SThomas HuthF: hmp.[ch]
1642c13e9912SThomas HuthF: hmp-commands*.hx
1643c13e9912SThomas HuthF: include/monitor/hmp-target.h
1644bbcee372SThomas HuthF: tests/test-hmp.c
1645fd5d5c56SAnthony Liguori
1646f536f112SPaolo BonziniNetwork device backends
1647442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1648fd5d5c56SAnthony LiguoriS: Maintained
1649fd5d5c56SAnthony LiguoriF: net/
1650d24b2b1cSThomas HuthF: include/net/
1651*e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net
16523c0bd37dSMarkus ArmbrusterF: qapi/net.json
1653fd5d5c56SAnthony Liguori
1654aee09bafSVincenzo MaffioneNetmap network backend
1655aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1656aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1657aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1658aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1659aee09bafSVincenzo MaffioneS: Maintained
1660aee09bafSVincenzo MaffioneF: net/netmap.c
1661aee09bafSVincenzo Maffione
16622f54eb98SEduardo HabkostNUMA
16632f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16642f54eb98SEduardo HabkostS: Maintained
16652f54eb98SEduardo HabkostF: numa.c
16662f54eb98SEduardo HabkostF: include/sysemu/numa.h
1667*e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next
16682f54eb98SEduardo Habkost
16694fc264f4SEduardo HabkostHost Memory Backends
16704fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16714fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16724fc264f4SEduardo HabkostS: Maintained
16734fc264f4SEduardo HabkostF: backends/hostmem*.c
16744fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1675*e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next
16764fc264f4SEduardo Habkost
16776034011cSGongleiCryptodev Backends
16786034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16796034011cSGongleiS: Maintained
16806034011cSGongleiF: include/sysemu/cryptodev*.h
16816034011cSGongleiF: backends/cryptodev*.c
16826034011cSGonglei
1683ad904f66SEduardo HabkostPython scripts
1684ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1685ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1686ad904f66SEduardo HabkostS: Odd fixes
1687ad904f66SEduardo HabkostF: scripts/qmp/*
1688ad904f66SEduardo HabkostF: scripts/*.py
1689ad904f66SEduardo HabkostF: tests/*.py
1690ad904f66SEduardo Habkost
16918899b4aeSLuiz CapitulinoQAPI
16929740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16938899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16949740618cSLuiz CapitulinoS: Supported
16958899b4aeSLuiz CapitulinoF: qapi/
16960311c5bdSMarkus ArmbrusterX: qapi/*.json
1697ac4abb9aSMarkus ArmbrusterF: include/qapi/
1698ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1699ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1700c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1701ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1702e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1703ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1704e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1705be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1706be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1707c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
17089740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17098899b4aeSLuiz Capitulino
17107810d291SLuiz CapitulinoQAPI Schema
17117810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
17127810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17137810d291SLuiz CapitulinoS: Supported
17140311c5bdSMarkus ArmbrusterF: qapi/*.json
17159740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17167810d291SLuiz Capitulino
1717f3582ba4SLuiz CapitulinoQObject
1718daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1719daf5dc78SMarkus ArmbrusterS: Supported
1720f3582ba4SLuiz CapitulinoF: qobject/
17217735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
17227735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1723a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
17247735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
172501b2ffceSMarc-André LureauF: tests/check-qnum.c
17267735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
17277735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
17287735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1729daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1730f3582ba4SLuiz Capitulino
1731f05d9999SMichael RothQEMU Guest Agent
1732f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1733f05d9999SMichael RothS: Maintained
1734f05d9999SMichael RothF: qga/
1735ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1736ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1737ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1738ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1739*e18a8b34SStefan HajnocziT: git https://github.com/mdroth/qemu.git qga
1740f05d9999SMichael Roth
17414688c94cSAndreas FärberQOM
17424688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17434688c94cSAndreas FärberS: Supported
1744*e18a8b34SStefan HajnocziT: git https://github.com/afaerber/qemu-cpu.git qom-next
17454688c94cSAndreas FärberF: include/qom/
17464688c94cSAndreas FärberX: include/qom/cpu.h
17474688c94cSAndreas FärberF: qom/
17484688c94cSAndreas FärberX: qom/cpu.c
17499f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17509f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17514688c94cSAndreas Färber
17528899b4aeSLuiz CapitulinoQMP
17539740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17549740618cSLuiz CapitulinoS: Supported
17558899b4aeSLuiz CapitulinoF: qmp.c
17568899b4aeSLuiz CapitulinoF: monitor.c
1757c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17589740618cSLuiz CapitulinoF: scripts/qmp/
1759f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
1760d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c
17619740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17628899b4aeSLuiz Capitulino
176398a43bf0SPaolo Bonziniqtest
176498a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
176598a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
17662185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com>
176798a43bf0SPaolo BonziniS: Maintained
176898a43bf0SPaolo BonziniF: qtest.c
176998a43bf0SPaolo BonziniF: tests/libqtest.*
177098a43bf0SPaolo BonziniF: tests/libqos/
177198a43bf0SPaolo BonziniF: tests/*-test.c
177298a43bf0SPaolo Bonzini
1773cc0100f4SAlistair FrancisRegister API
1774c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1775cc0100f4SAlistair FrancisS: Maintained
1776cc0100f4SAlistair FrancisF: hw/core/register.c
1777cc0100f4SAlistair FrancisF: include/hw/register.h
177806a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1779cc0100f4SAlistair Francis
1780fd5d5c56SAnthony LiguoriSLIRP
1781eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1782bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1783bafc72abSJan KiszkaS: Maintained
1784fd5d5c56SAnthony LiguoriF: slirp/
1785663fb1e1SThomas HuthF: net/slirp.c
1786d24b2b1cSThomas HuthF: include/net/slirp.h
178702cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17881ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1789fd5d5c56SAnthony Liguori
1790b1ed728aSPaolo BonziniStubs
1791b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1792b1ed728aSPaolo BonziniS: Maintained
1793b1ed728aSPaolo BonziniF: stubs/
1794b1ed728aSPaolo Bonzini
1795598a3f35SStefan HajnocziTracing
17961cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1797598a3f35SStefan HajnocziS: Maintained
1798598a3f35SStefan HajnocziF: trace/
17990e076292SThomas HuthF: trace-events
18000e076292SThomas HuthF: qemu-option-trace.texi
1801f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1802f70fd8fdSLluís VilanovaF: scripts/tracetool/
1803c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
1804*e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git tracing
1805598a3f35SStefan Hajnoczi
18063859b6cfSMarkus ArmbrusterTPM
18071f63669eSStefan BergerM: Stefan Berger <stefanb@linux.ibm.com>
18086b4f250bSStefan BergerS: Maintained
18093859b6cfSMarkus ArmbrusterF: tpm.c
1810c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
18113859b6cfSMarkus ArmbrusterF: hw/tpm/*
18123859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
18133859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
18143859b6cfSMarkus ArmbrusterF: qapi/tpm.json
18156b4f250bSStefan BergerF: backends/tpm.c
1816adb0e917SStefan BergerF: tests/*tpm*
1817*e18a8b34SStefan HajnocziT: git https://github.com/stefanberger/qemu-tpm.git tpm-next
18183859b6cfSMarkus Armbruster
181914f40fdcSBlue SwirlCheckpatch
182014f40fdcSBlue SwirlS: Odd Fixes
182114f40fdcSBlue SwirlF: scripts/checkpatch.pl
182214f40fdcSBlue Swirl
1823c0787c8dSJuan QuintelaMigration
1824c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1825d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1826c0787c8dSJuan QuintelaS: Maintained
1827c0787c8dSJuan QuintelaF: include/migration/
182844a1f946SDr. David Alan GilbertF: migration/
1829c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1830c5515640SAmit ShahF: tests/vmstate-static-checker-data/
18312656bfd9SJuan QuintelaF: tests/migration-test.c
1832c468e368SMarkus ArmbrusterF: docs/devel/migration.rst
183348685a8eSMarkus ArmbrusterF: qapi/migration.json
1834c0787c8dSJuan Quintela
183592bfedb0SEduardo OtuboSeccomp
1836064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
183792bfedb0SEduardo OtuboS: Supported
183892bfedb0SEduardo OtuboF: qemu-seccomp.c
183992bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
184092bfedb0SEduardo Otubo
1841ddbb0d09SDaniel P. BerrangeCryptography
1842ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1843ddbb0d09SDaniel P. BerrangeS: Maintained
1844ddbb0d09SDaniel P. BerrangeF: crypto/
1845ddbb0d09SDaniel P. BerrangeF: include/crypto/
1846ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18473947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1848899833cdSDaniel P. BerrangeF: qemu.sasl
1849ddbb0d09SDaniel P. Berrange
185010817bf0SDaniel P. BerrangeCoroutines
185110817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
185210817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
185310817bf0SDaniel P. BerrangeF: util/*coroutine*
185410817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
185510817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
185610817bf0SDaniel P. Berrange
185788c5f205SDaniel P. BerrangeBuffers
185888c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
185988c5f205SDaniel P. BerrangeS: Odd fixes
186088c5f205SDaniel P. BerrangeF: util/buffer.c
186188c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
186288c5f205SDaniel P. Berrange
1863666a3af9SDaniel P. BerrangeI/O Channels
1864666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1865666a3af9SDaniel P. BerrangeS: Maintained
1866666a3af9SDaniel P. BerrangeF: io/
1867666a3af9SDaniel P. BerrangeF: include/io/
1868666a3af9SDaniel P. BerrangeF: tests/test-io-*
1869666a3af9SDaniel P. Berrange
18705614a283SGerd HoffmannSockets
18715614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18725614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18735614a283SGerd HoffmannS: Maintained
18745614a283SGerd HoffmannF: include/qemu/sockets.h
18755614a283SGerd HoffmannF: util/qemu-sockets.c
1876a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18775614a283SGerd Hoffmann
1878d310d85bSAlberto GarciaThrottling infrastructure
1879d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1880d310d85bSAlberto GarciaS: Supported
1881d310d85bSAlberto GarciaF: block/throttle-groups.c
1882d310d85bSAlberto GarciaF: include/block/throttle-groups.h
188389603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1884d310d85bSAlberto GarciaF: util/throttle.c
188589603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
188689603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1887d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1888d310d85bSAlberto Garcia
1889080d7aacSFam ZhengUUID
1890080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1891080d7aacSFam ZhengS: Supported
1892080d7aacSFam ZhengF: util/uuid.c
1893080d7aacSFam ZhengF: include/qemu/uuid.h
1894080d7aacSFam ZhengF: tests/test-uuid.c
1895080d7aacSFam Zheng
1896a4cc318eSzhanghailiangCOLO Framework
1897a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1898a4cc318eSzhanghailiangS: Maintained
1899a4cc318eSzhanghailiangF: migration/colo*
1900a4cc318eSzhanghailiangF: include/migration/colo.h
1901a4cc318eSzhanghailiangF: include/migration/failover.h
1902a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1903a4cc318eSzhanghailiang
190488f82ed1SZhang ChenCOLO Proxy
1905b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
190688f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
190788f82ed1SZhang ChenS: Supported
190888f82ed1SZhang ChenF: docs/colo-proxy.txt
190988f82ed1SZhang ChenF: net/colo*
191088f82ed1SZhang ChenF: net/filter-rewriter.c
191188f82ed1SZhang ChenF: net/filter-mirror.c
191288f82ed1SZhang Chen
191362258201SPavel DovgalyukRecord/replay
191462258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
191562258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
191670b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
191762258201SPavel DovgalyukS: Supported
191862258201SPavel DovgalyukF: replay/*
191962258201SPavel DovgalyukF: block/blkreplay.c
192062258201SPavel DovgalyukF: net/filter-replay.c
192162258201SPavel DovgalyukF: include/sysemu/replay.h
192262258201SPavel DovgalyukF: docs/replay.txt
192362258201SPavel DovgalyukF: stubs/replay.c
192462258201SPavel Dovgalyuk
1925eecf5eedSPeter XuIOVA Tree
1926eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1927eecf5eedSPeter XuS: Maintained
1928eecf5eedSPeter XuF: include/qemu/iova-tree.h
1929eecf5eedSPeter XuF: util/iova-tree.c
1930eecf5eedSPeter Xu
19315ee547bbSViktor Prutyanovelf2dmp
19325ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
19335ee547bbSViktor PrutyanovS: Maintained
19345ee547bbSViktor PrutyanovF: contrib/elf2dmp/
19355ee547bbSViktor Prutyanov
1936fd5d5c56SAnthony LiguoriUsermode Emulation
1937fd5d5c56SAnthony Liguori------------------
1938486bbe5fSPaolo BonziniOverall
1939486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1940486bbe5fSPaolo BonziniS: Maintained
1941486bbe5fSPaolo BonziniF: thunk.c
194258410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1943486bbe5fSPaolo Bonzini
1944fd5d5c56SAnthony LiguoriBSD user
1945297e8005SMarkus ArmbrusterS: Orphan
1946fd5d5c56SAnthony LiguoriF: bsd-user/
1947ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1948fd5d5c56SAnthony Liguori
1949fd5d5c56SAnthony LiguoriLinux user
1950fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1951ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1952fd5d5c56SAnthony LiguoriS: Maintained
1953fd5d5c56SAnthony LiguoriF: linux-user/
1954ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1955e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
195642f5a7e9SAurelien Jarno
195742f5a7e9SAurelien JarnoTiny Code Generator (TCG)
195842f5a7e9SAurelien Jarno-------------------------
195942f5a7e9SAurelien JarnoCommon code
1960cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
196142f5a7e9SAurelien JarnoS: Maintained
196242f5a7e9SAurelien JarnoF: tcg/
196342f5a7e9SAurelien Jarno
1964b25a464cSClaudio FontanaAArch64 target
1965b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1966b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1967b25a464cSClaudio FontanaS: Maintained
1968b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1969b25a464cSClaudio FontanaF: tcg/aarch64/
1970c17652eeSPaolo BonziniF: disas/arm-a64.cc
1971c17652eeSPaolo BonziniF: disas/libvixl/
1972b25a464cSClaudio Fontana
197342f5a7e9SAurelien JarnoARM target
197442f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
197542f5a7e9SAurelien JarnoS: Maintained
1976b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
197742f5a7e9SAurelien JarnoF: tcg/arm/
1978c17652eeSPaolo BonziniF: disas/arm.c
197942f5a7e9SAurelien Jarno
198042f5a7e9SAurelien Jarnoi386 target
19815dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
198242f5a7e9SAurelien JarnoS: Maintained
198342f5a7e9SAurelien JarnoF: tcg/i386/
1984c17652eeSPaolo BonziniF: disas/i386.c
198542f5a7e9SAurelien Jarno
198642f5a7e9SAurelien JarnoMIPS target
1987d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
198842f5a7e9SAurelien JarnoS: Maintained
198942f5a7e9SAurelien JarnoF: tcg/mips/
1990c17652eeSPaolo BonziniF: disas/mips.c
199142f5a7e9SAurelien Jarno
199242f5a7e9SAurelien JarnoPPC
199315610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
199415610d42SPranith KumarS: Odd Fixes
199542f5a7e9SAurelien JarnoF: tcg/ppc/
1996c17652eeSPaolo BonziniF: disas/ppc.c
199742f5a7e9SAurelien Jarno
199842f5a7e9SAurelien JarnoS390 target
199942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
200042f5a7e9SAurelien JarnoS: Maintained
200142f5a7e9SAurelien JarnoF: tcg/s390/
2002c17652eeSPaolo BonziniF: disas/s390.c
2003146bd283SCornelia HuckL: qemu-s390x@nongnu.org
200442f5a7e9SAurelien Jarno
200542f5a7e9SAurelien JarnoSPARC target
2006297e8005SMarkus ArmbrusterS: Odd Fixes
200742f5a7e9SAurelien JarnoF: tcg/sparc/
2008c17652eeSPaolo BonziniF: disas/sparc.c
2009bc75c9e5SStefan Weil
2010bc75c9e5SStefan WeilTCI target
2011bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
2012bc75c9e5SStefan WeilS: Maintained
20138ef9cd55SAndreas FärberF: tcg/tci/
2014752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
2015c17652eeSPaolo BonziniF: disas/tci.c
2016aa09c951SAndreas Färber
2017f05b328cSStefan HajnocziBlock drivers
2018f05b328cSStefan Hajnoczi-------------
2019f05b328cSStefan HajnocziVMDK
2020f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
2021c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2022f05b328cSStefan HajnocziS: Supported
2023f05b328cSStefan HajnocziF: block/vmdk.c
2024f05b328cSStefan Hajnoczi
2025f05b328cSStefan HajnocziRBD
20265a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
2027280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2028280458a3SJeff CodyL: qemu-block@nongnu.org
2029f05b328cSStefan HajnocziS: Supported
2030f05b328cSStefan HajnocziF: block/rbd.c
2031*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2032f05b328cSStefan Hajnoczi
2033f05b328cSStefan HajnocziSheepdog
2034f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
2035280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2036280458a3SJeff CodyL: qemu-block@nongnu.org
2037f05b328cSStefan HajnocziS: Supported
2038f05b328cSStefan HajnocziF: block/sheepdog.c
2039*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2040f05b328cSStefan Hajnoczi
2041f05b328cSStefan HajnocziVHDX
2042f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
2043280458a3SJeff CodyL: qemu-block@nongnu.org
2044f05b328cSStefan HajnocziS: Supported
2045f05b328cSStefan HajnocziF: block/vhdx*
2046*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2047f05b328cSStefan Hajnoczi
2048f05b328cSStefan HajnocziVDI
2049f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2050c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2051f05b328cSStefan HajnocziS: Maintained
2052f05b328cSStefan HajnocziF: block/vdi.c
2053f05b328cSStefan Hajnoczi
2054f05b328cSStefan HajnocziiSCSI
2055f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2056f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2057f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2058c95e4c0eSKevin WolfL: qemu-block@nongnu.org
20592185fd67SPaolo BonziniS: Odd Fixes
2060f05b328cSStefan HajnocziF: block/iscsi.c
20612deb63c2SPeter LievenF: block/iscsi-opts.c
2062f05b328cSStefan Hajnoczi
206399c62e70SEric BlakeNetwork Block Device (NBD)
206499c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
206599c62e70SEric BlakeL: qemu-block@nongnu.org
206699c62e70SEric BlakeS: Maintained
206799c62e70SEric BlakeF: block/nbd*
206899c62e70SEric BlakeF: nbd/
206999c62e70SEric BlakeF: include/block/nbd*
207099c62e70SEric BlakeF: qemu-nbd.*
207199c62e70SEric BlakeF: blockdev-nbd.c
20723229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
207399c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
207499c62e70SEric Blake
20756542aa9cSPeter LievenNFS
2076280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20776542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2078280458a3SJeff CodyL: qemu-block@nongnu.org
20796542aa9cSPeter LievenS: Maintained
20806542aa9cSPeter LievenF: block/nfs.c
2081*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
20826542aa9cSPeter Lieven
2083f05b328cSStefan HajnocziSSH
2084f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2085280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2086280458a3SJeff CodyL: qemu-block@nongnu.org
2087f05b328cSStefan HajnocziS: Supported
2088f05b328cSStefan HajnocziF: block/ssh.c
2089*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2090c9a12e75SChrysostomos Nanakos
2091280458a3SJeff CodyCURL
2092280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2093280458a3SJeff CodyL: qemu-block@nongnu.org
2094280458a3SJeff CodyS: Supported
2095280458a3SJeff CodyF: block/curl.c
2096*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2097280458a3SJeff Cody
2098280458a3SJeff CodyGLUSTER
2099280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2100280458a3SJeff CodyL: qemu-block@nongnu.org
2101280458a3SJeff CodyS: Supported
2102280458a3SJeff CodyF: block/gluster.c
2103*e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block
2104b5e9476cSGonglei
2105199667a8SFam ZhengNull Block Driver
2106199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2107199667a8SFam ZhengL: qemu-block@nongnu.org
2108199667a8SFam ZhengS: Supported
2109199667a8SFam ZhengF: block/null.c
2110199667a8SFam Zheng
2111bdd6a90aSFam ZhengNVMe Block Driver
2112bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2113bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2114bdd6a90aSFam ZhengS: Supported
2115bdd6a90aSFam ZhengF: block/nvme*
2116bdd6a90aSFam Zheng
2117b5e9476cSGongleiBootdevice
2118b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2119b5e9476cSGongleiS: Maintained
2120b5e9476cSGongleiF: bootdevice.c
2121ecdda9e0SAlberto Garcia
2122ecdda9e0SAlberto GarciaQuorum
2123ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2124ecdda9e0SAlberto GarciaS: Supported
2125ecdda9e0SAlberto GarciaF: block/quorum.c
2126ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2127e7c6e631SStefan Hajnoczi
2128bfcc224eSAapo Vienamoblklogwrites
2129bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2130bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2131bfcc224eSAapo VienamoS: Supported
2132bfcc224eSAapo VienamoF: block/blklogwrites.c
2133bfcc224eSAapo Vienamo
2134e7c6e631SStefan Hajnocziblkverify
2135e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2136e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2137e7c6e631SStefan HajnocziS: Supported
2138e7c6e631SStefan HajnocziF: block/blkverify.c
2139e7c6e631SStefan Hajnoczi
2140e7c6e631SStefan Hajnoczibochs
2141e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2142e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2143e7c6e631SStefan HajnocziS: Supported
2144e7c6e631SStefan HajnocziF: block/bochs.c
2145e7c6e631SStefan Hajnoczi
2146e7c6e631SStefan Hajnoczicloop
2147e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2148e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2149e7c6e631SStefan HajnocziS: Supported
2150e7c6e631SStefan HajnocziF: block/cloop.c
2151e7c6e631SStefan Hajnoczi
2152e7c6e631SStefan Hajnoczidmg
2153e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2154e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2155e7c6e631SStefan HajnocziS: Supported
2156e7c6e631SStefan HajnocziF: block/dmg.c
2157e7c6e631SStefan Hajnoczi
2158e7c6e631SStefan Hajnocziparallels
2159e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2160f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2161e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2162e7c6e631SStefan HajnocziS: Supported
2163e7c6e631SStefan HajnocziF: block/parallels.c
21645746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2165e7c6e631SStefan Hajnoczi
2166e7c6e631SStefan Hajnocziqed
2167e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2168e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2169e7c6e631SStefan HajnocziS: Supported
2170e7c6e631SStefan HajnocziF: block/qed.c
2171e7c6e631SStefan Hajnoczi
2172e7c6e631SStefan Hajnocziraw
2173e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2174e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2175e7c6e631SStefan HajnocziS: Supported
2176e7c6e631SStefan HajnocziF: block/linux-aio.c
2177f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21782e6fc7ebSEric BlakeF: block/raw-format.c
2179c1bb86cdSEric BlakeF: block/file-posix.c
2180c1bb86cdSEric BlakeF: block/file-win32.c
2181e7c6e631SStefan HajnocziF: block/win32-aio.c
2182e7c6e631SStefan Hajnoczi
2183e7c6e631SStefan Hajnocziqcow2
2184e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2185c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2186e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2187e7c6e631SStefan HajnocziS: Supported
2188e7c6e631SStefan HajnocziF: block/qcow2*
2189b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2190e7c6e631SStefan Hajnoczi
2191e7c6e631SStefan Hajnocziqcow
2192e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2193e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2194e7c6e631SStefan HajnocziS: Supported
2195e7c6e631SStefan HajnocziF: block/qcow.c
2196e7c6e631SStefan Hajnoczi
2197e7c6e631SStefan Hajnocziblkdebug
2198e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2199c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2200e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2201e7c6e631SStefan HajnocziS: Supported
2202e7c6e631SStefan HajnocziF: block/blkdebug.c
2203e7c6e631SStefan Hajnoczi
2204e7c6e631SStefan Hajnoczivpc
2205e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2206e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2207e7c6e631SStefan HajnocziS: Supported
2208e7c6e631SStefan HajnocziF: block/vpc.c
2209e7c6e631SStefan Hajnoczi
2210e7c6e631SStefan Hajnoczivvfat
2211e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2212e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2213e7c6e631SStefan HajnocziS: Supported
2214e7c6e631SStefan HajnocziF: block/vvfat.c
2215abfe4e94SStefan Hajnoczi
2216abfe4e94SStefan HajnocziImage format fuzzer
2217abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2218abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2219abfe4e94SStefan HajnocziS: Supported
2220abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2221717171bdSDaniel P. Berrange
2222049105a3SChanglong XieReplication
2223205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
22243ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2225049105a3SChanglong XieS: Supported
2226049105a3SChanglong XieF: replication*
2227049105a3SChanglong XieF: block/replication.c
2228049105a3SChanglong XieF: tests/test-replication.c
2229049105a3SChanglong XieF: docs/block-replication.txt
2230049105a3SChanglong Xie
2231a3defabbSMarcel ApfelbaumPVRDMA
2232a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2233fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2234a3defabbSMarcel ApfelbaumS: Maintained
2235a3defabbSMarcel ApfelbaumF: hw/rdma/*
2236a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2237a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2238a3defabbSMarcel Apfelbaum
2239b9e02c06SAlex BennéeBuild and test automation
2240b9e02c06SAlex Bennée-------------------------
22410475a03eSEduardo HabkostBuild and test automation
2242b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2243e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
224432b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2245b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2246e70dc7f8SAlex BennéeS: Maintained
2247b9e02c06SAlex BennéeF: .travis.yml
22480708e647SAlex BennéeF: scripts/travis/
2249d92d886aSAlex BennéeF: .shippable.yml
2250e70dc7f8SAlex BennéeF: tests/docker/
225118023821SFam ZhengF: tests/vm/
2252e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22532a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2254e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2255717171bdSDaniel P. Berrange
22567e97017eSAlex BennéeGuest Test Compilation Support
22577e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22587e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22597e97017eSAlex BennéeF: tests/tcg/Makefile
2260c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22617e97017eSAlex BennéeL: qemu-devel@nongnu.org
22627e97017eSAlex Bennée
2263717171bdSDaniel P. BerrangeDocumentation
2264717171bdSDaniel P. Berrange-------------
2265717171bdSDaniel P. BerrangeBuild system architecture
2266717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2267717171bdSDaniel P. BerrangeS: Odd Fixes
2268c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22698a49e97fSFam Zheng
2270b02c9bc3SMarkus ArmbrusterIncompatible changes
2271b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2272b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2273b02c9bc3SMarkus Armbruster
2274aef45d51SDaniel P. BerrangeBuild System
2275aef45d51SDaniel P. Berrange------------
2276aef45d51SDaniel P. BerrangeGIT submodules
2277aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2278aef45d51SDaniel P. BerrangeS: Odd Fixes
2279aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2280