xref: /openbmc/qemu/MAINTAINERS (revision 89a955e8)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fdf6fab4SPaul E. McKenney	R: Designated reviewer: FullName <address@domain>
16fdf6fab4SPaul E. McKenney	   These reviewers should be CCed on patches.
17fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
18fd5d5c56SAnthony Liguori	W: Web-page with status/info
19fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
20fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21fd5d5c56SAnthony Liguori	S: Status, one of the following:
22fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
23fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
24fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
25c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
26fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
27fd5d5c56SAnthony Liguori			role as you write your new code].
28fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
29fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
30fd5d5c56SAnthony Liguori			should be using that.
31fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
32fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
33fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
34fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
35fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
36fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
37fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
38fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
39fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
40fd5d5c56SAnthony Liguori	   F:	net/
41fd5d5c56SAnthony Liguori	   X:	net/ipv6/
42fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
43fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
44fd5d5c56SAnthony Liguori	   patch or file.  For instance:
45fd5d5c56SAnthony Liguori	   K: of_get_profile
46fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
47fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
48fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
49fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
50fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
51b6f97c14Sbellard
52b6f97c14Sbellard
53fd5d5c56SAnthony LiguoriGeneral Project Administration
54fd5d5c56SAnthony Liguori------------------------------
55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
56fd5d5c56SAnthony Liguori
57c9a19d5bSStephen WarrenAll patches CC here
58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
59c9a19d5bSStephen WarrenF: *
60c9a19d5bSStephen WarrenF: */
61c9a19d5bSStephen Warren
6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6362622c11SMichael S. Tsirkin------------------------------
6470b7fba9SStefan HajnocziW: https://wiki.qemu.org/SecurityProcess
6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6662622c11SMichael S. TsirkinL: secalert@redhat.com
6762622c11SMichael S. Tsirkin
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent Vivier---------------
70936c2230SLaurent VivierTrivial patches
71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
73936c2230SLaurent VivierS: Maintained
74936c2230SLaurent VivierL: qemu-trivial@nongnu.org
75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
78936c2230SLaurent Vivier
79daf14ce3SCornelia HuckArchitecture support
80daf14ce3SCornelia Huck--------------------
81daf14ce3SCornelia HuckS390
82daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
83daf14ce3SCornelia HuckS: Supported
84daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.mak
85daf14ce3SCornelia HuckF: gdb-xml/s390*.xml
86daf14ce3SCornelia HuckF: hw/char/sclp*.[hc]
87daf14ce3SCornelia HuckF: hw/char/terminal3270.c
88daf14ce3SCornelia HuckF: hw/intc/s390_flic.c
89daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c
90daf14ce3SCornelia HuckF: hw/s390x/
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?
101daf14ce3SCornelia HuckT: git git://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: Paolo Bonzini <pbonzini@redhat.com>
1092b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1102b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
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
205*89a955e8SAleksandar MarkovicF: disas/nanomips.h
206*89a955e8SAleksandar 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>
233fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
234a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
235fd5d5c56SAnthony LiguoriS: Maintained
236fcf5ef2aSThomas HuthF: target/ppc/
2378d8b636dSPaolo BonziniF: hw/ppc/
238b5d55020SThomas HuthF: include/hw/ppc/
239c17652eeSPaolo BonziniF: disas/ppc.c
240fd5d5c56SAnthony Liguori
2414dc62b15SMichael ClarkRISC-V
2424dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2434dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2444dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2454dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2464dc62b15SMichael ClarkS: Maintained
2474dc62b15SMichael ClarkF: target/riscv/
2484dc62b15SMichael ClarkF: hw/riscv/
2494dc62b15SMichael ClarkF: include/hw/riscv/
2504dc62b15SMichael ClarkF: disas/riscv.c
2514dc62b15SMichael Clark
252749717a0SAlexander GrafS390
2532b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
254fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
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
298e3d038b8SEduardo HabkostT: git git://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
343fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
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 LiguoriM: Alexander Graf <agraf@suse.de>
351fd5d5c56SAnthony LiguoriS: Maintained
352fcf5ef2aSThomas HuthF: target/s390x/kvm.c
353040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
354040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
355fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
356fcf5ef2aSThomas HuthF: target/s390x/machine.c
35774b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3584277af19SCornelia HuckF: hw/intc/s390_flic.c
3594277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3604277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
361c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3623e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3633e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
364146bd283SCornelia HuckL: qemu-s390x@nongnu.org
365fd5d5c56SAnthony Liguori
366fd5d5c56SAnthony LiguoriX86
367d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
368fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
369fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
370fd5d5c56SAnthony LiguoriS: Supported
371fcf5ef2aSThomas HuthF: target/i386/kvm.c
372fd5d5c56SAnthony Liguori
3738a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3748a6b0cd7SStefano Stabellini----------------------
3758a6b0cd7SStefano Stabellini
3768a6b0cd7SStefano StabelliniX86
3773623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3783623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3796d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3808a6b0cd7SStefano StabelliniS: Supported
3818a6b0cd7SStefano StabelliniF: */xen*
382d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
383c92451c2SPaolo BonziniF: hw/char/xen_console.c
384c92451c2SPaolo BonziniF: hw/display/xenfb.c
385c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3869027ac50SStefano StabelliniF: hw/block/xen_*
387c92451c2SPaolo BonziniF: hw/xen/
388c92451c2SPaolo BonziniF: hw/xenpv/
3899027ac50SStefano StabelliniF: hw/i386/xen/
390c92451c2SPaolo BonziniF: include/hw/xen/
3919027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3928a6b0cd7SStefano Stabellini
3931bdd6874SStefan WeilHosts:
3941bdd6874SStefan Weil------
3951bdd6874SStefan Weil
3961bdd6874SStefan WeilLINUX
3971bdd6874SStefan WeilL: qemu-devel@nongnu.org
3981bdd6874SStefan WeilS: Maintained
3991bdd6874SStefan WeilF: linux-*
4001bdd6874SStefan WeilF: linux-headers/
4011bdd6874SStefan Weil
4021bdd6874SStefan WeilPOSIX
4031bdd6874SStefan WeilL: qemu-devel@nongnu.org
4041bdd6874SStefan WeilS: Maintained
4051bdd6874SStefan WeilF: *posix*
4061bdd6874SStefan Weil
4073c2bdbc1SKamil RytarowskiNETBSD
4083c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4093c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4103c2bdbc1SKamil RytarowskiS: Maintained
4111b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4123c2bdbc1SKamil Rytarowski
4130a773d55SBrad SmithOPENBSD
4140a773d55SBrad SmithL: qemu-devel@nongnu.org
4150a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4160a773d55SBrad SmithS: Maintained
4170a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4180a773d55SBrad Smith
4191bdd6874SStefan WeilW32, W64
4201bdd6874SStefan WeilL: qemu-devel@nongnu.org
4211bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4221bdd6874SStefan WeilS: Maintained
4231bdd6874SStefan WeilF: *win32*
42403972660SThomas HuthF: */*win32*
42503972660SThomas HuthF: include/*/*win32*
42603972660SThomas HuthX: qga/*win32*
427885bdc95SStefan WeilF: qemu.nsi
4281bdd6874SStefan Weil
429b250d04aSPhilippe Mathieu-DaudéAlpha Machines
430b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
431b250d04aSPhilippe Mathieu-DaudéS: Maintained
432b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4337bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
434b250d04aSPhilippe Mathieu-Daudé
435fd5d5c56SAnthony LiguoriARM Machines
436fd5d5c56SAnthony Liguori------------
43784291fe7SliguangAllwinner-a10
43885b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
439b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44084291fe7SliguangS: Maintained
44185b4d5daSBeniamino GalvaniF: hw/*/allwinner*
44285b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
44384291fe7SliguangF: hw/arm/cubieboard.c
44484291fe7Sliguang
445e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
447b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44806271000SPaolo BonziniS: Maintained
44906271000SPaolo BonziniF: hw/char/pl011.c
450c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
45106271000SPaolo BonziniF: hw/display/pl110*
45206271000SPaolo BonziniF: hw/dma/pl080.c
453aa74e355SPeter MaydellF: include/hw/dma/pl080.h
45406271000SPaolo BonziniF: hw/dma/pl330.c
45506271000SPaolo BonziniF: hw/gpio/pl061.c
45606271000SPaolo BonziniF: hw/input/pl050.c
45706271000SPaolo BonziniF: hw/intc/pl190.c
45806271000SPaolo BonziniF: hw/sd/pl181.c
4591d52866fSPeter MaydellF: hw/ssi/pl022.c
4601d52866fSPeter MaydellF: include/hw/ssi/pl022.h
46106271000SPaolo BonziniF: hw/timer/pl031.c
46206271000SPaolo BonziniF: include/hw/arm/primecell.h
463e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
464e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4654f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4664f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
467e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
468e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
469050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
470050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4710d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4720d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
473344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
474344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
475211e701dSPeter MaydellF: hw/misc/tz-msc.c
476211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47706271000SPaolo Bonzini
47806271000SPaolo BonziniARM cores
47906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
480b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
48106271000SPaolo BonziniS: Maintained
48206271000SPaolo BonziniF: hw/intc/arm*
48306271000SPaolo BonziniF: hw/intc/gic_internal.h
48406271000SPaolo BonziniF: hw/misc/a9scu.c
48506271000SPaolo BonziniF: hw/misc/arm11scu.c
48606271000SPaolo BonziniF: hw/timer/a9gtimer*
487c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
488c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48906271000SPaolo BonziniF: include/hw/intc/arm*
49006271000SPaolo BonziniF: include/hw/misc/a9scu.h
49106271000SPaolo BonziniF: include/hw/misc/arm11scu.h
49206271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
49306271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
494c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
495c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49606271000SPaolo Bonzini
497fc63dcffSEvgeny VoevodinExynos
498f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
499b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
500fc63dcffSEvgeny VoevodinS: Maintained
5018d8b636dSPaolo BonziniF: hw/*/exynos*
502ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
503fc63dcffSEvgeny Voevodin
504766fd09fSMark LangsdorfCalxeda Highbank
5059ef137caSRob HerringM: Rob Herring <robh@kernel.org>
506b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5079ef137caSRob HerringS: Maintained
5088d8b636dSPaolo BonziniF: hw/arm/highbank.c
5098d8b636dSPaolo BonziniF: hw/net/xgmac.c
510766fd09fSMark Langsdorf
5119082f121SAntony PavlovCanon DIGIC
5129082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
513b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5149082f121SAntony PavlovS: Maintained
5159082f121SAntony PavlovF: include/hw/arm/digic.h
5169082f121SAntony PavlovF: hw/*/digic*
5179082f121SAntony Pavlov
518fd5d5c56SAnthony LiguoriGumstix
5191f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5205dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
521b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5221f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5238d8b636dSPaolo BonziniF: hw/arm/gumstix.c
524fd5d5c56SAnthony Liguori
5250325559dSPeter Chubbi.MX31
5260325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
527b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5280325559dSPeter ChubbS: Odd fixes
5298d8b636dSPaolo BonziniF: hw/*/imx*
530f7e242d6SThomas HuthF: include/hw/*/imx*
5318d8b636dSPaolo BonziniF: hw/arm/kzm.c
532ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5330325559dSPeter Chubb
534fd5d5c56SAnthony LiguoriIntegrator CP
5351ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
536b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
537fd5d5c56SAnthony LiguoriS: Maintained
5388d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
539f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
540fd5d5c56SAnthony Liguori
541e5a6a6e6SPeter MaydellMPS2
542e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
543e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
544e5a6a6e6SPeter MaydellS: Maintained
545e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5460d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5470d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5480d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5490d4a7551SPeter MaydellF: hw/arm/iotkit.c
5500d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
55175750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
55275750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
553c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
554c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
555e5a6a6e6SPeter Maydell
556fd5d5c56SAnthony LiguoriMusicpal
557fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
558b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
559fd5d5c56SAnthony LiguoriS: Maintained
5608d8b636dSPaolo BonziniF: hw/arm/musicpal.c
561fd5d5c56SAnthony Liguori
562fd5d5c56SAnthony LiguorinSeries
563fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
564b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
565fd5d5c56SAnthony LiguoriS: Maintained
5668d8b636dSPaolo BonziniF: hw/arm/nseries.c
567fd5d5c56SAnthony Liguori
568fd5d5c56SAnthony LiguoriPalm
569fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
570b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
571fd5d5c56SAnthony LiguoriS: Maintained
5728d8b636dSPaolo BonziniF: hw/arm/palm.c
573fd5d5c56SAnthony Liguori
574fd5d5c56SAnthony LiguoriReal View
5751ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
576b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
577fd5d5c56SAnthony LiguoriS: Maintained
5788d8b636dSPaolo BonziniF: hw/arm/realview*
579f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5805ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5815ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
582fd5d5c56SAnthony Liguori
5839b31bff0SPaolo BonziniPXA2XX
584fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
585b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
586fd5d5c56SAnthony LiguoriS: Maintained
5879b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5888d8b636dSPaolo BonziniF: hw/arm/spitz.c
5899b31bff0SPaolo BonziniF: hw/arm/tosa.c
5909b31bff0SPaolo BonziniF: hw/arm/z2.c
5919b31bff0SPaolo BonziniF: hw/*/pxa2xx*
592f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
593ed0db866SThomas HuthF: include/hw/arm/pxa.h
594fd5d5c56SAnthony Liguori
595fd5d5c56SAnthony LiguoriStellaris
5961ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
597b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
598fd5d5c56SAnthony LiguoriS: Maintained
5998d8b636dSPaolo BonziniF: hw/*/stellaris*
600fd5d5c56SAnthony Liguori
601fd5d5c56SAnthony LiguoriVersatile PB
6021ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
603b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
604fd5d5c56SAnthony LiguoriS: Maintained
6058d8b636dSPaolo BonziniF: hw/*/versatile*
606c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
607fd5d5c56SAnthony Liguori
608e3260506SPeter A. G. CrosthwaiteXilinx Zynq
609cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
610c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
611b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
612e3260506SPeter A. G. CrosthwaiteS: Maintained
613cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6148d8b636dSPaolo BonziniF: hw/*/cadence_*
615f7e242d6SThomas HuthF: hw/misc/zynq*
616f7e242d6SThomas HuthF: include/hw/misc/zynq*
617cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
618e3260506SPeter A. G. Crosthwaite
619137805f5SAlistair FrancisXilinx ZynqMP
620c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
621cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
623137805f5SAlistair FrancisS: Maintained
624cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
625f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
626137805f5SAlistair Francis
6278f4d260eSShannon ZhaoARM ACPI Subsystem
6288f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
629e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
630b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6318f4d260eSShannon ZhaoS: Maintained
6328f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6338f4d260eSShannon Zhao
634a1f8193bSAlistair FrancisSTM32F205
635a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
636a1f8193bSAlistair FrancisS: Maintained
637a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
638a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
639a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
640a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
641a1f8193bSAlistair FrancisF: hw/adc/*
642a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6430e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
644a1f8193bSAlistair Francis
645a1f8193bSAlistair FrancisNetduino 2
646a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
647a1f8193bSAlistair FrancisS: Maintained
648a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
649a1f8193bSAlistair Francis
650670bc4cbSSubbaraya SundeepSmartFusion2
651670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
652670bc4cbSSubbaraya SundeepS: Maintained
653670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
654670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
655670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
656670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
657670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
658670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
659670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
660670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
661670bc4cbSSubbaraya Sundeep
662670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
663670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
664670bc4cbSSubbaraya SundeepS: Maintained
665670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
666670bc4cbSSubbaraya Sundeep
667f87db1baSJoel StanleyASPEED BMCs
668f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
669f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
670f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
671f87db1baSJoel StanleyL: qemu-arm@nongnu.org
672f87db1baSJoel StanleyS: Maintained
673f87db1baSJoel StanleyF: hw/*/*aspeed*
674f87db1baSJoel StanleyF: include/hw/*/*aspeed*
675f87db1baSJoel StanleyF: hw/net/ftgmac100.c
676f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
677f87db1baSJoel Stanley
678c0066d1aSJoel StanleyNRF51
679c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au>
680c0066d1aSJoel StanleyL: qemu-arm@nongnu.org
681c0066d1aSJoel StanleyS: Maintained
682c0066d1aSJoel StanleyF: hw/arm/nrf51_soc.c
683c0066d1aSJoel StanleyF: hw/arm/microbit.c
684c0066d1aSJoel StanleyF: include/hw/arm/nrf51_soc.h
685c0066d1aSJoel Stanley
686fd5d5c56SAnthony LiguoriCRIS Machines
687fd5d5c56SAnthony Liguori-------------
688fd5d5c56SAnthony LiguoriAxis Dev88
689fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
690fd5d5c56SAnthony LiguoriS: Maintained
6918d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6926e481d57SPeter MaydellF: hw/*/etraxfs_*.c
693fd5d5c56SAnthony Liguori
69407bf23a7SMichael WalleLM32 Machines
69507bf23a7SMichael Walle-------------
69607bf23a7SMichael WalleEVR32 and uclinux BSP
69707bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
69807bf23a7SMichael WalleS: Maintained
6998d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
70007bf23a7SMichael Walle
701d118aa6bSMichael Wallemilkymist
702d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
703d118aa6bSMichael WalleS: Maintained
7048d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
705d118aa6bSMichael Walle
706afcacd53SAurelien JarnoM68K Machines
707fd5d5c56SAnthony Liguori-------------
708fd5d5c56SAnthony Liguorian5206
7095baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7105baf2741SThomas HuthS: Odd Fixes
7118d8b636dSPaolo BonziniF: hw/m68k/an5206.c
712e9a56114SThomas HuthF: hw/m68k/mcf5206.c
713fd5d5c56SAnthony Liguori
714fd5d5c56SAnthony Liguorimcf5208
7155baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7165baf2741SThomas HuthS: Odd Fixes
7178d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
718e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
719e9a56114SThomas HuthF: hw/char/mcf_uart.c
720e9a56114SThomas HuthF: hw/net/mcf_fec.c
7215baf2741SThomas HuthF: include/hw/m68k/mcf*.h
722fd5d5c56SAnthony Liguori
723fd5d5c56SAnthony LiguoriMicroBlaze Machines
724b6f97c14Sbellard-------------------
725fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
726fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
727fd5d5c56SAnthony LiguoriS: Maintained
7286e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
729b6f97c14Sbellard
730d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7314b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
732d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7338d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
734d36e8ce7SPeter A. G. Crosthwaite
735fd5d5c56SAnthony LiguoriMIPS Machines
736fd5d5c56SAnthony Liguori-------------
737fd5d5c56SAnthony LiguoriJazz
738fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
739fd5d5c56SAnthony LiguoriS: Maintained
7408d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
741fd5d5c56SAnthony Liguori
742fd5d5c56SAnthony LiguoriMalta
743fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
744fd5d5c56SAnthony LiguoriS: Maintained
7458d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
746fd5d5c56SAnthony Liguori
747fd5d5c56SAnthony LiguoriMipssim
7484872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
749659f42d8SYongbok KimS: Odd Fixes
7508d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
751659f42d8SYongbok KimF: hw/net/mipsnet.c
752fd5d5c56SAnthony Liguori
753fd5d5c56SAnthony LiguoriR4000
754fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
755fd5d5c56SAnthony LiguoriS: Maintained
7568d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
757fd5d5c56SAnthony Liguori
758659f42d8SYongbok KimFulong 2E
7594872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
760659f42d8SYongbok KimS: Odd Fixes
761659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7620170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7634872fee2SAleksandar Markovic
7640170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
765659f42d8SYongbok Kim
766659f42d8SYongbok KimBoston
7674872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
768659f42d8SYongbok KimS: Maintained
769659f42d8SYongbok KimF: hw/core/loader-fit.c
770659f42d8SYongbok KimF: hw/mips/boston.c
771659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
772659f42d8SYongbok Kim
773945dad6dSJia LiuOpenRISC Machines
774945dad6dSJia Liu-----------------
775945dad6dSJia Liuor1k-sim
776945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
777945dad6dSJia LiuS: Maintained
778945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
779945dad6dSJia Liu
780fd5d5c56SAnthony LiguoriPowerPC Machines
781fd5d5c56SAnthony Liguori----------------
782fd5d5c56SAnthony Liguori405
783fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
784a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7859b9fe135SAndreas FärberS: Odd Fixes
7868d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
787fd5d5c56SAnthony Liguori
788aaade8d7SAndreas FärberBamboo
789aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
790aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
791aaade8d7SAndreas FärberS: Odd Fixes
7928d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
793aaade8d7SAndreas Färber
79498cded3aSAndreas Färbere500
79598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
79698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
79798cded3aSAndreas FärberS: Supported
79898cded3aSAndreas FärberF: hw/ppc/e500.[hc]
79998cded3aSAndreas FärberF: hw/ppc/e500plat.c
800b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
801b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
802b5d55020SThomas HuthF: pc-bios/u-boot.e500
80398cded3aSAndreas Färber
80498cded3aSAndreas Färbermpc8544ds
80598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
80698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
80798cded3aSAndreas FärberS: Supported
80898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
8098d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
81098cded3aSAndreas Färber
811fd5d5c56SAnthony LiguoriNew World
812fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
813a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
814fd5d5c56SAnthony LiguoriS: Maintained
815baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8166e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8176e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8188d8b636dSPaolo BonziniF: hw/misc/macio/
8196ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
820b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
821eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8226ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
823eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
824fd5d5c56SAnthony Liguori
825fd5d5c56SAnthony LiguoriOld World
826fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
827a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
828fd5d5c56SAnthony LiguoriS: Maintained
829baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8306e481d57SPeter MaydellF: hw/pci-host/grackle.c
8318d8b636dSPaolo BonziniF: hw/misc/macio/
832835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
833fd5d5c56SAnthony Liguori
834ec38d398SAndreas FärberPReP
8358178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8369f38774dSAndreas FärberL: qemu-devel@nongnu.org
837a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8388178e89cSHervé PoussineauS: Maintained
83975610155SAndreas FärberF: hw/ppc/prep.c
8408178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8418178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8426e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8430a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
844a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8451cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
846cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
847a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
848cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
849835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
850fd5d5c56SAnthony Liguori
851300b115cSAndreas FärbersPAPR
852085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8538a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8548a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8558a269ca4SAndreas FärberS: Supported
8568d8b636dSPaolo BonziniF: hw/*/spapr*
857f9de2da7SDavid GibsonF: include/hw/*/spapr*
858f9de2da7SDavid GibsonF: hw/*/xics*
859f9de2da7SDavid GibsonF: include/hw/*/xics*
860f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
861b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
862b5d55020SThomas HuthF: pc-bios/slof.bin
863bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
864b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
865b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
866a70ab357SGreg KurzF: tests/spapr*
867a70ab357SGreg KurzF: tests/libqos/*spapr*
868a70ab357SGreg KurzF: tests/rtas*
869a70ab357SGreg KurzF: tests/libqos/rtas*
8708a269ca4SAndreas Färber
871794d00bfSAndreas Färbervirtex_ml507
872794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
873794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
874794d00bfSAndreas FärberS: Odd Fixes
8756e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
876794d00bfSAndreas Färber
877a9dd6604SBALATON Zoltansam460ex
878a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
879a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
880a9dd6604SBALATON ZoltanS: Maintained
881a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
882c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
883a9dd6604SBALATON Zoltan
884fd5d5c56SAnthony LiguoriSH4 Machines
885fd5d5c56SAnthony Liguori------------
886fd5d5c56SAnthony LiguoriR2D
887fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
888fd5d5c56SAnthony LiguoriS: Maintained
8896e481d57SPeter MaydellF: hw/sh4/r2d.c
89081527b94SThomas HuthF: hw/intc/sh_intc.c
89181527b94SThomas HuthF: hw/timer/sh_timer.c
892fd5d5c56SAnthony Liguori
893fd5d5c56SAnthony LiguoriShix
894fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
89581527b94SThomas HuthS: Odd Fixes
8966e481d57SPeter MaydellF: hw/sh4/shix.c
897fd5d5c56SAnthony Liguori
898fd5d5c56SAnthony LiguoriSPARC Machines
899fd5d5c56SAnthony Liguori--------------
900fd5d5c56SAnthony LiguoriSun4m
901f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
902fd5d5c56SAnthony LiguoriS: Maintained
9038d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
904c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c
905c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
9067098b79eSThomas HuthF: hw/misc/eccmemctl.c
9077098b79eSThomas HuthF: hw/misc/slavio_misc.c
908c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
909c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
910fd5d5c56SAnthony Liguori
911fd5d5c56SAnthony LiguoriSun4u
912f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
913fd5d5c56SAnthony LiguoriS: Maintained
9148d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
915c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
916fd5d5c56SAnthony Liguori
917a2664ca0SArtyom TarasenkoSun4v
918a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
919a2664ca0SArtyom TarasenkoS: Maintained
920626e4a4bSFam ZhengF: hw/sparc64/niagara.c
921a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
922a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
923a2664ca0SArtyom Tarasenko
924ce6c760cSFabien ChouteauLeon3
925ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
926ce6c760cSFabien ChouteauS: Maintained
9278d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9288d8b636dSPaolo BonziniF: hw/*/grlib*
929c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
930ce6c760cSFabien Chouteau
931fd5d5c56SAnthony LiguoriS390 Machines
932fd5d5c56SAnthony Liguori-------------
933dd4ad64aSCornelia HuckS390 Virtio-ccw
934c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
935b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
936dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
937dd4ad64aSCornelia HuckS: Supported
9380c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9399d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
940c5bfb202SCornelia HuckF: hw/s390x/
9414277af19SCornelia HuckF: include/hw/s390x/
942c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9431e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9441e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9453e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9463e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
947146bd283SCornelia HuckL: qemu-s390x@nongnu.org
948dd4ad64aSCornelia Huck
949304584bfSCornelia HuckS390-ccw Bios
950304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
951304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
952304584bfSCornelia HuckS: Supported
953304584bfSCornelia HuckF: pc-bios/s390-ccw/
954304584bfSCornelia HuckF: pc-bios/s390-ccw.img
955304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
956304584bfSCornelia HuckL: qemu-s390x@nongnu.org
957304584bfSCornelia Huck
958ab9528caSGuan XuetaoUniCore32 Machines
959ab9528caSGuan Xuetao-------------
960ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
961ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
962ab9528caSGuan XuetaoS: Maintained
9638d8b636dSPaolo BonziniF: hw/*/puv3*
964ab9528caSGuan XuetaoF: hw/unicore32/
965ab9528caSGuan Xuetao
966fd5d5c56SAnthony LiguoriX86 Machines
967fd5d5c56SAnthony Liguori------------
968fd5d5c56SAnthony LiguoriPC
969046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
970fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
971fd5d5c56SAnthony LiguoriS: Supported
972046a6486SMichael S. TsirkinF: include/hw/i386/
973046a6486SMichael S. TsirkinF: hw/i386/
974046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
975046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
976046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
977046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
978046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
979046a6486SMichael S. TsirkinF: hw/isa/piix4.c
980046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
981046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
982046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
983046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
984046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
985f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9869cc3b73cSPaolo BonziniF: hw/misc/sga.c
9879cc3b73cSPaolo Bonzini
9889cc3b73cSPaolo BonziniPC Chipset
9899cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9909cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9911732be86SPhilippe Mathieu-DaudéS: Supported
9929cc3b73cSPaolo BonziniF: hw/char/debugcon.c
993bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9949cc3b73cSPaolo BonziniF: hw/char/serial*
9959cc3b73cSPaolo BonziniF: hw/dma/i8257*
9969cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9971732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9989cc3b73cSPaolo BonziniF: hw/intc/apic*
9999cc3b73cSPaolo BonziniF: hw/intc/ioapic*
10009cc3b73cSPaolo BonziniF: hw/intc/i8259*
10011854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
10029cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
10039cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
10049cc3b73cSPaolo BonziniF: hw/timer/hpet*
10059cc3b73cSPaolo BonziniF: hw/timer/i8254*
10069cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
1007edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
1008866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
1009bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
101055f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
1011a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
101247973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10131854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1014a2feb348SThomas HuthF: include/hw/timer/hpet.h
1015a2feb348SThomas HuthF: include/hw/timer/i8254*
1016a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1017046a6486SMichael S. Tsirkin
10185da4fb00SMichael S. TsirkinMachine core
10195da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1020fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10215da4fb00SMichael S. TsirkinS: Supported
10225da4fb00SMichael S. TsirkinF: hw/core/machine.c
1023c1629c5cSThomas HuthF: hw/core/null-machine.c
10245da4fb00SMichael S. TsirkinF: include/hw/boards.h
1025e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1026fd5d5c56SAnthony Liguori
102716e7caaeSMax FilippovXtensa Machines
102816e7caaeSMax Filippov---------------
1029375847a6SMax Filippovsim
103016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
103116e7caaeSMax FilippovS: Maintained
1032437a8c11SMax FilippovF: hw/xtensa/sim.c
1033375847a6SMax Filippov
1034437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1035375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1036375847a6SMax FilippovS: Maintained
1037437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1038437a8c11SMax FilippovF: hw/net/opencores_eth.c
103916e7caaeSMax Filippov
1040fd5d5c56SAnthony LiguoriDevices
1041fd5d5c56SAnthony Liguori-------
1042b30934cbSJiri SlabyEDU
1043b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1044b30934cbSJiri SlabyS: Maintained
1045b30934cbSJiri SlabyF: hw/misc/edu.c
1046b30934cbSJiri Slaby
1047fd5d5c56SAnthony LiguoriIDE
1048c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1049c095348bSJohn SnowL: qemu-block@nongnu.org
1050c095348bSJohn SnowS: Supported
10518d8b636dSPaolo BonziniF: include/hw/ide.h
1052c9f7acd5SThomas HuthF: include/hw/ide/
1053fd5d5c56SAnthony LiguoriF: hw/ide/
1054c095348bSJohn SnowF: hw/block/block.c
1055c095348bSJohn SnowF: hw/block/cdrom.c
1056c095348bSJohn SnowF: hw/block/hd-geometry.c
1057c095348bSJohn SnowF: tests/ide-test.c
1058c095348bSJohn SnowF: tests/ahci-test.c
1059edc35b3dSThomas HuthF: tests/cdrom-test.c
1060aee50319SJohn SnowF: tests/libqos/ahci*
1061c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1062c095348bSJohn Snow
1063caf316baSCorey MinyardIPMI
1064caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1065caf316baSCorey MinyardS: Maintained
1066caf316baSCorey MinyardF: include/hw/ipmi/*
1067caf316baSCorey MinyardF: hw/ipmi/*
1068caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1069caf316baSCorey MinyardF: tests/ipmi*
1070caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1071caf316baSCorey Minyard
1072c095348bSJohn SnowFloppy
1073c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1074c095348bSJohn SnowL: qemu-block@nongnu.org
1075c095348bSJohn SnowS: Supported
1076c095348bSJohn SnowF: hw/block/fdc.c
1077c095348bSJohn SnowF: include/hw/block/fdc.h
1078aee50319SJohn SnowF: tests/fdc-test.c
1079c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1080fd5d5c56SAnthony Liguori
1081f5f487b2SPeter MaydellOMAP
1082f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1083f5f487b2SPeter MaydellS: Maintained
10848d8b636dSPaolo BonziniF: hw/*/omap*
1085ed0db866SThomas HuthF: include/hw/arm/omap.h
1086f5f487b2SPeter Maydell
108728d54e58SPaolo BonziniIPack
108828d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
108928d54e58SPaolo BonziniS: Odd Fixes
109028d54e58SPaolo BonziniF: hw/char/ipoctal232.c
109128d54e58SPaolo BonziniF: hw/ipack/
109228d54e58SPaolo Bonzini
1093fd5d5c56SAnthony LiguoriPCI
1094fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1095fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1096fd5d5c56SAnthony LiguoriS: Supported
10978d8b636dSPaolo BonziniF: include/hw/pci/*
1098f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1099ca818cfbSMichael S. TsirkinF: hw/pci/*
1100f178bc6bSPaolo BonziniF: hw/pci-bridge/*
110168179923SPhilippe Mathieu-DaudéF: docs/pci*
110268179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1103534fd814SFam ZhengF: default-configs/pci.mak
11040e0b3592SMichael S. Tsirkin
1105d31e5ae7SMichael S. TsirkinACPI/SMBIOS
11060e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
11070e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
11080e0b3592SMichael S. TsirkinS: Supported
11090e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1110d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
11110e0b3592SMichael S. TsirkinF: hw/mem/*
11128d8b636dSPaolo BonziniF: hw/acpi/*
1113d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11140e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11150e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11163248f1b4SBen WarrenF: tests/bios-tables-test.c
11173248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1118fd5d5c56SAnthony Liguori
1119aaade8d7SAndreas Färberppc4xx
1120aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1121aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1122aaade8d7SAndreas FärberS: Odd Fixes
11238d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1124aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1125b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1126aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1127aaade8d7SAndreas Färber
112898cded3aSAndreas Färberppce500
112998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
113098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
113198cded3aSAndreas FärberS: Supported
11326e481d57SPeter MaydellF: hw/ppc/e500*
1133566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1134566dd236SPaolo BonziniF: hw/net/fsl_etsec/
113598cded3aSAndreas Färber
113661af0ee6SPaolo BonziniCharacter devices
113761af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
113861af0ee6SPaolo BonziniS: Odd Fixes
113961af0ee6SPaolo BonziniF: hw/char/
114061af0ee6SPaolo Bonzini
1141f536f112SPaolo BonziniNetwork devices
1142f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1143f536f112SPaolo BonziniS: Odd Fixes
1144f536f112SPaolo BonziniF: hw/net/
11456061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11466bd7776cSGreg KurzF: tests/virtio-net-test.c
1147f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1148f536f112SPaolo Bonzini
1149fd5d5c56SAnthony LiguoriSCSI
1150de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1151c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1152de7724f7SPaolo BonziniS: Supported
115374460f34SThomas HuthF: include/hw/scsi/*
11548d8b636dSPaolo BonziniF: hw/scsi/*
11556bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11561ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1157de7724f7SPaolo Bonzini
1158fcb5629dSPeter A. G. CrosthwaiteSSI
11594b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1160c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1161fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11628d8b636dSPaolo BonziniF: hw/ssi/*
11638d8b636dSPaolo BonziniF: hw/block/m25p80.c
1164982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11654b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1166982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11674b46ba61SAlistair Francis
11684b46ba61SAlistair FrancisXilinx SPI
1169c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11704b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11714b46ba61SAlistair FrancisS: Maintained
11724b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1173fcb5629dSPeter A. G. Crosthwaite
1174076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1175076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1176076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1177076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1178076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1179076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1180076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1181076a0fc3SPhilippe Mathieu-Daudé
1182fd5d5c56SAnthony LiguoriUSB
11835d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11845d0d62feSGerd HoffmannS: Maintained
11858d8b636dSPaolo BonziniF: hw/usb/*
118628edfce0SGongleiF: tests/usb-*-test.c
1187beded0ffSThomas HuthF: docs/usb2.txt
1188beded0ffSThomas HuthF: docs/usb-storage.txt
1189beded0ffSThomas HuthF: include/hw/usb.h
1190beded0ffSThomas HuthF: include/hw/usb/
1191104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1192fd5d5c56SAnthony Liguori
1193e26082fdSPaolo BonziniUSB (serial adapter)
1194e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1195e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1196e26082fdSPaolo BonziniS: Maintained
1197e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1198e26082fdSPaolo Bonzini
119992e1fb5eSAlex WilliamsonVFIO
120092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
120192e1fb5eSAlex WilliamsonS: Supported
1202cf7087dbSKim PhillipsF: hw/vfio/*
120399b88c6dSThomas HuthF: include/hw/vfio/
120492e1fb5eSAlex Williamson
12055eb74557SDong Jia Shivfio-ccw
1206c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
12075eb74557SDong Jia ShiS: Supported
12085eb74557SDong Jia ShiF: hw/vfio/ccw.c
12095eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
12105eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
12115eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1212146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12135eb74557SDong Jia Shi
1214a51b3153STony Krowiakvfio-ap
1215a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com>
1216a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com>
1217a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com>
1218a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com>
1219a51b3153STony KrowiakS: Supported
1220a51b3153STony KrowiakF: hw/s390x/ap-device.c
1221a51b3153STony KrowiakF: hw/s390x/ap-bridge.c
1222a51b3153STony KrowiakF: include/hw/s390x/ap-device.h
1223a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h
12242fe2942cSTony KrowiakF: hw/vfio/ap.c
1225694a8d70STony KrowiakF: docs/vfio-ap.txt
1226a51b3153STony KrowiakL: qemu-s390x@nongnu.org
1227a51b3153STony Krowiak
1228fd5d5c56SAnthony Liguorivhost
1229fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1230fd5d5c56SAnthony LiguoriS: Supported
12318d8b636dSPaolo BonziniF: hw/*/*vhost*
123237f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1233fd5d5c56SAnthony Liguori
1234fd5d5c56SAnthony Liguorivirtio
1235a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1236fd5d5c56SAnthony LiguoriS: Supported
12378d8b636dSPaolo BonziniF: hw/*/virtio*
123872fa605dSThomas HuthF: hw/virtio/Makefile.objs
123972fa605dSThomas HuthF: hw/virtio/trace-events
12406a084ea3SMichael S. TsirkinF: net/vhost-user.c
1241494f7b57SThomas HuthF: include/hw/virtio/
12426bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1243fd5d5c56SAnthony Liguori
1244fd5d5c56SAnthony Liguorivirtio-9p
12458c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1246fd5d5c56SAnthony LiguoriS: Supported
1247aebeca25SAndreas FärberF: hw/9pfs/
1248aebeca25SAndreas FärberF: fsdev/
12492d888c09SAndreas FärberF: tests/virtio-9p-test.c
12508c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1251fd5d5c56SAnthony Liguori
1252fd5d5c56SAnthony Liguorivirtio-blk
125354d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1254b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1255fd5d5c56SAnthony LiguoriS: Supported
12568d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1257b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12586bd7776cSGreg KurzF: tests/virtio-blk-test.c
1259b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1260fd5d5c56SAnthony Liguori
1261dd4ad64aSCornelia Huckvirtio-ccw
1262c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1263b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1264dd4ad64aSCornelia HuckS: Supported
1265901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc]
1266d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c
12673e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12683e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1269146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1270dd4ad64aSCornelia Huck
1271a5d4d7b5SGerd Hoffmannvirtio-input
1272a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1273a5d4d7b5SGerd HoffmannS: Maintained
1274a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1275a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1276a5d4d7b5SGerd Hoffmann
1277fd5d5c56SAnthony Liguorivirtio-serial
1278cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1279fd5d5c56SAnthony LiguoriS: Supported
12808d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12818d8b636dSPaolo BonziniF: hw/char/virtio-console.c
128268a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12836bd7776cSGreg KurzF: tests/virtio-console-test.c
12846bd7776cSGreg KurzF: tests/virtio-serial-test.c
1285fd5d5c56SAnthony Liguori
12861f51a5cbSAmit Shahvirtio-rng
1287cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12881f51a5cbSAmit ShahS: Supported
12891f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12901f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1291750cf869SThomas HuthF: include/sysemu/rng*.h
12921f51a5cbSAmit ShahF: backends/rng*.c
12936bd7776cSGreg KurzF: tests/virtio-rng-test.c
12941f51a5cbSAmit Shah
12956034011cSGongleivirtio-crypto
12966034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12976034011cSGongleiS: Supported
12986034011cSGongleiF: hw/virtio/virtio-crypto.c
12996034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
13006034011cSGongleiF: include/hw/virtio/virtio-crypto.h
13016034011cSGonglei
1302f3c507adSKeith Buschnvme
1303f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1304c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1305f3c507adSKeith BuschS: Supported
1306f3c507adSKeith BuschF: hw/block/nvme*
1307fc967791SAndreas FärberF: tests/nvme-test.c
1308f3c507adSKeith Busch
1309d383c625SHannes Reineckemegasas
13103fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1311c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1312d383c625SHannes ReineckeS: Supported
1313d383c625SHannes ReineckeF: hw/scsi/megasas.c
1314d383c625SHannes ReineckeF: hw/scsi/mfi.h
13153fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1316d383c625SHannes Reinecke
1317605d52e6SDmitry FleytmanNetwork packet abstractions
1318bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1319605d52e6SDmitry FleytmanS: Maintained
1320605d52e6SDmitry FleytmanF: include/net/eth.h
1321605d52e6SDmitry FleytmanF: net/eth.c
1322605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1323605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1324605d52e6SDmitry Fleytman
1325622fb504SDmitry FleytmanVmware
1326bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1327622fb504SDmitry FleytmanS: Maintained
1328622fb504SDmitry FleytmanF: hw/net/vmxnet*
1329622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13305a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1331622fb504SDmitry Fleytman
1332de24d3f1SScott FeldmanRocker
1333de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1334de24d3f1SScott FeldmanS: Maintained
1335de24d3f1SScott FeldmanF: hw/net/rocker/
1336de850948SThomas HuthF: tests/rocker/
1337de850948SThomas HuthF: docs/specs/rocker.txt
1338de24d3f1SScott Feldman
133970d1fb9cSXiao GuangrongNVDIMM
13407a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
134170d1fb9cSXiao GuangrongS: Maintained
134270d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
134370d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
134470d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
134570d1fb9cSXiao Guangrong
1346093454e2SDmitry Fleytmane1000x
1347bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1348093454e2SDmitry FleytmanS: Maintained
1349093454e2SDmitry FleytmanF: hw/net/e1000x*
1350093454e2SDmitry Fleytman
13516f3fbe4eSDmitry Fleytmane1000e
1352bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13536f3fbe4eSDmitry FleytmanS: Maintained
13546f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13556f3fbe4eSDmitry Fleytman
1356ebc2327fSStefan Weileepro100
1357ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1358ebc2327fSStefan WeilS: Maintained
1359ebc2327fSStefan WeilF: hw/net/eepro100.c
1360ebc2327fSStefan Weil
1361e481a1f6SAlistair FrancisGeneric Loader
1362c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1363e481a1f6SAlistair FrancisS: Maintained
1364e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1365e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1366c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1367e481a1f6SAlistair Francis
1368645d3cbeSSu HangIntel Hexadecimal Object File Loader
1369645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1370645d3cbeSSu HangS: Maintained
1371645d3cbeSSu HangF: tests/hexloader-test.c
1372645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1373645d3cbeSSu Hang
137487a9023aSThomas HuthCHRP NVRAM
137587a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
137687a9023aSThomas HuthS: Maintained
137787a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
137887a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
137987a9023aSThomas HuthF: tests/prom-env-test.c
138087a9023aSThomas Huth
138142697d88SBen WarrenVM Generation ID
138242697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
138342697d88SBen WarrenS: Maintained
138442697d88SBen WarrenF: hw/acpi/vmgenid.c
138542697d88SBen WarrenF: include/hw/acpi/vmgenid.h
138642697d88SBen WarrenF: docs/specs/vmgenid.txt
138742697d88SBen WarrenF: tests/vmgenid-test.c
138842697d88SBen WarrenF: stubs/vmgenid.c
138942697d88SBen Warren
1390747969dbSPhilippe Mathieu-DaudéUnimplemented device
1391747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1392747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1393747969dbSPhilippe Mathieu-DaudéS: Maintained
1394747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1395747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1396747969dbSPhilippe Mathieu-Daudé
1397dbb2e472SGerd HoffmannStandard VGA
1398dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1399dbb2e472SGerd HoffmannS: Maintained
1400dbb2e472SGerd HoffmannF: hw/display/vga*
1401dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1402dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1403dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1404dbb2e472SGerd Hoffmann
140558d632c7SGerd Hoffmannramfb
140658d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
140758d632c7SGerd HoffmannS: Maintained
140858d632c7SGerd HoffmannF: hw/display/ramfb*.c
140958d632c7SGerd HoffmannF: include/hw/display/ramfb.h
141058d632c7SGerd Hoffmann
1411dbb2e472SGerd Hoffmannvirtio-gpu
1412dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1413dbb2e472SGerd HoffmannS: Maintained
1414dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1415dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1416dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1417dbb2e472SGerd Hoffmann
1418dbb2e472SGerd HoffmannCirrus VGA
1419dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1420dbb2e472SGerd HoffmannS: Odd Fixes
1421dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1422dbb2e472SGerd HoffmannF: hw/display/cirrus*
1423dbb2e472SGerd Hoffmann
142472d277a7SGerd HoffmannEDID Generator
142572d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
142672d277a7SGerd HoffmannS: Maintained
142772d277a7SGerd HoffmannF: hw/display/edid*
142872d277a7SGerd HoffmannF: include/hw/display/edid.h
142972d277a7SGerd HoffmannF: qemu-edid.c
143072d277a7SGerd Hoffmann
1431fd5d5c56SAnthony LiguoriSubsystems
1432fd5d5c56SAnthony Liguori----------
1433fd5d5c56SAnthony LiguoriAudio
14349f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1435fd5d5c56SAnthony LiguoriS: Maintained
1436fd5d5c56SAnthony LiguoriF: audio/
14378d8b636dSPaolo BonziniF: hw/audio/
1438a2b245aeSThomas HuthF: include/hw/audio/
1439d7b50c0cSAndreas FärberF: tests/ac97-test.c
14408fa74c94SAndreas FärberF: tests/es1370-test.c
1441fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1442fd5d5c56SAnthony Liguori
144317f1e8f5SStefan HajnocziBlock layer core
1444fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1445c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1446c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1447fd5d5c56SAnthony LiguoriS: Supported
1448fd5d5c56SAnthony LiguoriF: block*
1449fd5d5c56SAnthony LiguoriF: block/
14508d8b636dSPaolo BonziniF: hw/block/
14514c346e0bSKevin WolfF: include/block/
145246078760SKevin WolfF: qemu-img*
145346078760SKevin WolfF: qemu-io*
145429242091SKevin WolfF: tests/qemu-iotests/
14558dd30c86SMax ReitzF: util/qemu-progress.c
14560bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
1457c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c
1458d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1459fd5d5c56SAnthony Liguori
1460d55053b1SStefan HajnocziBlock I/O path
1461d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14629ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1463d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1464d55053b1SStefan HajnocziS: Supported
146536c697bdSPaolo BonziniF: util/async.c
146636c697bdSPaolo BonziniF: util/aio-*.c
1467d55053b1SStefan HajnocziF: block/io.c
1468d55053b1SStefan HajnocziF: migration/block*
1469e1029ae2SFam ZhengF: include/block/aio.h
1470f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14710a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1472d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1473d55053b1SStefan Hajnoczi
1474e5b5728cSPaolo BonziniBlock SCSI subsystem
1475e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1476c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1477e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1478e5b5728cSPaolo BonziniS: Supported
1479e5b5728cSPaolo BonziniF: include/scsi/*
1480e5b5728cSPaolo BonziniF: scsi/*
1481e5b5728cSPaolo Bonzini
1482280458a3SJeff CodyBlock Jobs
1483280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1484280458a3SJeff CodyL: qemu-block@nongnu.org
1485280458a3SJeff CodyS: Supported
1486280458a3SJeff CodyF: blockjob.c
1487280458a3SJeff CodyF: include/block/blockjob.h
148833e9e9bdSKevin WolfF: job.c
14891a90bc81SKevin WolfF: job-qmp.c
1490c468e368SMarkus ArmbrusterF: include/qemu/job.h
1491280458a3SJeff CodyF: block/backup.c
1492280458a3SJeff CodyF: block/commit.c
149377346025SJeff CodyF: block/stream.c
1494280458a3SJeff CodyF: block/mirror.c
1495bf42508fSKevin WolfF: qapi/job.json
1496280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1497280458a3SJeff Cody
14984120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14994120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15004120201dSMarkus ArmbrusterS: Supported
15014120201dSMarkus ArmbrusterF: blockdev.c
15024120201dSMarkus ArmbrusterF: block/qapi.c
15034120201dSMarkus ArmbrusterF: qapi/block*.json
1504fa988e39SMarkus ArmbrusterF: qapi/transaction.json
15054120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
15064120201dSMarkus Armbruster
1507538193bcSJohn SnowDirty Bitmaps
1508538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1509538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1510538193bcSJohn SnowL: qemu-block@nongnu.org
1511538193bcSJohn SnowS: Supported
1512538193bcSJohn SnowF: util/hbitmap.c
1513538193bcSJohn SnowF: block/dirty-bitmap.c
1514538193bcSJohn SnowF: include/qemu/hbitmap.h
1515538193bcSJohn SnowF: include/block/dirty-bitmap.h
1516538193bcSJohn SnowF: tests/test-hbitmap.c
15175746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1518538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1519538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1520538193bcSJohn Snow
152161af0ee6SPaolo BonziniCharacter device backends
1522da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
152355fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1524fd5d5c56SAnthony LiguoriS: Maintained
1525178fe0aeSMarc-André LureauF: chardev/
15268228e353SMarc-André LureauF: include/chardev/
1527dbeee392SMarkus ArmbrusterF: qapi/char.json
1528fd5d5c56SAnthony Liguori
1529e26082fdSPaolo BonziniCharacter Devices (Braille)
1530e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1531e26082fdSPaolo BonziniS: Maintained
15326b10e573SMarc-André LureauF: chardev/baum.c
1533fd5d5c56SAnthony Liguori
1534e94630d3SMarkus ArmbrusterCommand line option argument parsing
1535e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1536e94630d3SMarkus ArmbrusterS: Supported
1537e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1538e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1539e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1540e94630d3SMarkus ArmbrusterF: util/keyval.c
1541e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1542e94630d3SMarkus Armbruster
15438c413e79SMarkus ArmbrusterCoverity model
15448c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15458c413e79SMarkus ArmbrusterS: Supported
15468c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15478c413e79SMarkus Armbruster
1548f2ca0524SAndreas FärberCPU
154912b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1550f2ca0524SAndreas FärberS: Supported
1551f2ca0524SAndreas FärberF: qom/cpu.c
15526e481d57SPeter MaydellF: include/qom/cpu.h
1553f2ca0524SAndreas Färber
1554d24b569aSPeter A. G. CrosthwaiteDevice Tree
15554b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1556d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1557d24b569aSPeter A. G. CrosthwaiteS: Maintained
155882407515SThomas HuthF: device_tree.c
155982407515SThomas HuthF: include/sysemu/device_tree.h
1560d24b569aSPeter A. G. Crosthwaite
15613505a22bSMarc-André LureauDump
15623505a22bSMarc-André LureauS: Supported
15633505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15643505a22bSMarc-André LureauF: dump.c
15653505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15663505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15673505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15683505a22bSMarc-André LureauF: include/sysemu/dump.h
15693505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15703505a22bSMarc-André LureauF: stubs/dump.c
15713505a22bSMarc-André Lureau
15724f966768SMarkus ArmbrusterError reporting
15734f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15744f966768SMarkus ArmbrusterS: Supported
15754f966768SMarkus ArmbrusterF: include/qapi/error.h
15764f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15774f966768SMarkus ArmbrusterF: util/error.c
15784f966768SMarkus ArmbrusterF: util/qemu-error.c
15794f966768SMarkus Armbruster
1580fd5d5c56SAnthony LiguoriGDB stub
15815dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1582fd5d5c56SAnthony LiguoriS: Odd Fixes
1583fd5d5c56SAnthony LiguoriF: gdbstub*
1584fd5d5c56SAnthony LiguoriF: gdb-xml/
1585fd5d5c56SAnthony Liguori
158601a9c03cSPaolo BonziniMemory API
158701a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
158801a9c03cSPaolo BonziniS: Supported
158901a9c03cSPaolo BonziniF: include/exec/ioport.h
159001a9c03cSPaolo BonziniF: ioport.c
159101a9c03cSPaolo BonziniF: include/exec/memory.h
15922b1641d0SPaolo BonziniF: include/exec/ram_addr.h
159301a9c03cSPaolo BonziniF: memory.c
159401a9c03cSPaolo BonziniF: include/exec/memory-internal.h
159501a9c03cSPaolo BonziniF: exec.c
159601a9c03cSPaolo Bonzini
15977ee3bf03SGerd HoffmannSPICE
15987ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15997ee3bf03SGerd HoffmannS: Supported
16006e481d57SPeter MaydellF: include/ui/qemu-spice.h
1601438528a3SThomas HuthF: include/ui/spice-display.h
16027ee3bf03SGerd HoffmannF: ui/spice-*.c
16037ee3bf03SGerd HoffmannF: audio/spiceaudio.c
16048d8b636dSPaolo BonziniF: hw/display/qxl*
1605608cfed6SMarkus ArmbrusterF: qapi/ui.json
16067ee3bf03SGerd Hoffmann
1607fd5d5c56SAnthony LiguoriGraphics
160825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
160925eccc37SGerd HoffmannS: Odd Fixes
1610fd5d5c56SAnthony LiguoriF: ui/
1611e220656cSThomas HuthF: include/ui/
1612608cfed6SMarkus ArmbrusterF: qapi/ui.json
1613b1d38037SMarc-André LureauF: util/drm.c
1614fd5d5c56SAnthony Liguori
1615351f1bf6SAndreas FärberCocoa graphics
161630ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1617351f1bf6SAndreas FärberS: Odd Fixes
1618351f1bf6SAndreas FärberF: ui/cocoa.m
1619351f1bf6SAndreas Färber
1620fd5d5c56SAnthony LiguoriMain loop
1621da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1622da26f37aSPaolo BonziniS: Maintained
1623da26f37aSPaolo BonziniF: cpus.c
16243ecb29a3SPaolo BonziniF: util/main-loop.c
16253ecb29a3SPaolo BonziniF: util/qemu-timer.c
1626fd5d5c56SAnthony LiguoriF: vl.c
16270e201d34SMarkus ArmbrusterF: qapi/run-state.json
1628fd5d5c56SAnthony Liguori
16298899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1630c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1631fbb0621aSLuiz CapitulinoS: Maintained
1632fd5d5c56SAnthony LiguoriF: monitor.c
1633c13e9912SThomas HuthF: hmp.[ch]
1634c13e9912SThomas HuthF: hmp-commands*.hx
1635c13e9912SThomas HuthF: include/monitor/hmp-target.h
1636bbcee372SThomas HuthF: tests/test-hmp.c
1637fd5d5c56SAnthony Liguori
1638f536f112SPaolo BonziniNetwork device backends
1639442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1640fd5d5c56SAnthony LiguoriS: Maintained
1641fd5d5c56SAnthony LiguoriF: net/
1642d24b2b1cSThomas HuthF: include/net/
16435fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
16443c0bd37dSMarkus ArmbrusterF: qapi/net.json
1645fd5d5c56SAnthony Liguori
1646aee09bafSVincenzo MaffioneNetmap network backend
1647aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1648aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1649aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1650aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1651aee09bafSVincenzo MaffioneS: Maintained
1652aee09bafSVincenzo MaffioneF: net/netmap.c
1653aee09bafSVincenzo Maffione
16542f54eb98SEduardo HabkostNUMA
16552f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16562f54eb98SEduardo HabkostS: Maintained
16572f54eb98SEduardo HabkostF: numa.c
16582f54eb98SEduardo HabkostF: include/sysemu/numa.h
1659e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16602f54eb98SEduardo Habkost
16614fc264f4SEduardo HabkostHost Memory Backends
16624fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16634fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16644fc264f4SEduardo HabkostS: Maintained
16654fc264f4SEduardo HabkostF: backends/hostmem*.c
16664fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1667e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16684fc264f4SEduardo Habkost
16696034011cSGongleiCryptodev Backends
16706034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16716034011cSGongleiS: Maintained
16726034011cSGongleiF: include/sysemu/cryptodev*.h
16736034011cSGongleiF: backends/cryptodev*.c
16746034011cSGonglei
1675ad904f66SEduardo HabkostPython scripts
1676ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1677ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1678ad904f66SEduardo HabkostS: Odd fixes
1679ad904f66SEduardo HabkostF: scripts/qmp/*
1680ad904f66SEduardo HabkostF: scripts/*.py
1681ad904f66SEduardo HabkostF: tests/*.py
1682ad904f66SEduardo Habkost
16838899b4aeSLuiz CapitulinoQAPI
16849740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16858899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16869740618cSLuiz CapitulinoS: Supported
16878899b4aeSLuiz CapitulinoF: qapi/
16880311c5bdSMarkus ArmbrusterX: qapi/*.json
1689ac4abb9aSMarkus ArmbrusterF: include/qapi/
1690ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1691ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1692c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1693ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1694e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1695ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1696e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1697be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1698be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1699c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
17009740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17018899b4aeSLuiz Capitulino
17027810d291SLuiz CapitulinoQAPI Schema
17037810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
17047810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17057810d291SLuiz CapitulinoS: Supported
17060311c5bdSMarkus ArmbrusterF: qapi/*.json
17079740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17087810d291SLuiz Capitulino
1709f3582ba4SLuiz CapitulinoQObject
1710daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1711daf5dc78SMarkus ArmbrusterS: Supported
1712f3582ba4SLuiz CapitulinoF: qobject/
17137735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
17147735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1715a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
17167735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
171701b2ffceSMarc-André LureauF: tests/check-qnum.c
17187735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
17197735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
17207735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1721daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1722f3582ba4SLuiz Capitulino
1723f05d9999SMichael RothQEMU Guest Agent
1724f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1725f05d9999SMichael RothS: Maintained
1726f05d9999SMichael RothF: qga/
1727ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1728ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1729ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1730ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1731f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1732f05d9999SMichael Roth
17334688c94cSAndreas FärberQOM
17344688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17354688c94cSAndreas FärberS: Supported
17364688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
17374688c94cSAndreas FärberF: include/qom/
17384688c94cSAndreas FärberX: include/qom/cpu.h
17394688c94cSAndreas FärberF: qom/
17404688c94cSAndreas FärberX: qom/cpu.c
17419f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17429f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17434688c94cSAndreas Färber
17448899b4aeSLuiz CapitulinoQMP
17459740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17469740618cSLuiz CapitulinoS: Supported
17478899b4aeSLuiz CapitulinoF: qmp.c
17488899b4aeSLuiz CapitulinoF: monitor.c
1749c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17509740618cSLuiz CapitulinoF: scripts/qmp/
1751f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
1752d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c
17539740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17548899b4aeSLuiz Capitulino
175598a43bf0SPaolo Bonziniqtest
175698a43bf0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
175798a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
175898a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
175998a43bf0SPaolo BonziniS: Maintained
176098a43bf0SPaolo BonziniF: qtest.c
176198a43bf0SPaolo BonziniF: tests/libqtest.*
176298a43bf0SPaolo BonziniF: tests/libqos/
176398a43bf0SPaolo BonziniF: tests/*-test.c
176498a43bf0SPaolo Bonzini
1765cc0100f4SAlistair FrancisRegister API
1766c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1767cc0100f4SAlistair FrancisS: Maintained
1768cc0100f4SAlistair FrancisF: hw/core/register.c
1769cc0100f4SAlistair FrancisF: include/hw/register.h
177006a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1771cc0100f4SAlistair Francis
1772fd5d5c56SAnthony LiguoriSLIRP
1773eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1774bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1775bafc72abSJan KiszkaS: Maintained
1776fd5d5c56SAnthony LiguoriF: slirp/
1777663fb1e1SThomas HuthF: net/slirp.c
1778d24b2b1cSThomas HuthF: include/net/slirp.h
177902cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17801ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1781fd5d5c56SAnthony Liguori
1782b1ed728aSPaolo BonziniStubs
1783b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1784b1ed728aSPaolo BonziniS: Maintained
1785b1ed728aSPaolo BonziniF: stubs/
1786b1ed728aSPaolo Bonzini
1787598a3f35SStefan HajnocziTracing
17881cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1789598a3f35SStefan HajnocziS: Maintained
1790598a3f35SStefan HajnocziF: trace/
17910e076292SThomas HuthF: trace-events
17920e076292SThomas HuthF: qemu-option-trace.texi
1793f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1794f70fd8fdSLluís VilanovaF: scripts/tracetool/
1795c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17961ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1797598a3f35SStefan Hajnoczi
17983859b6cfSMarkus ArmbrusterTPM
17996b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
18006b4f250bSStefan BergerS: Maintained
18013859b6cfSMarkus ArmbrusterF: tpm.c
1802c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
18033859b6cfSMarkus ArmbrusterF: hw/tpm/*
18043859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
18053859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
18063859b6cfSMarkus ArmbrusterF: qapi/tpm.json
18076b4f250bSStefan BergerF: backends/tpm.c
1808adb0e917SStefan BergerF: tests/*tpm*
1809d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
18103859b6cfSMarkus Armbruster
181114f40fdcSBlue SwirlCheckpatch
181214f40fdcSBlue SwirlS: Odd Fixes
181314f40fdcSBlue SwirlF: scripts/checkpatch.pl
181414f40fdcSBlue Swirl
1815c0787c8dSJuan QuintelaMigration
1816c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1817d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1818c0787c8dSJuan QuintelaS: Maintained
1819c0787c8dSJuan QuintelaF: include/migration/
182044a1f946SDr. David Alan GilbertF: migration/
1821c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1822c5515640SAmit ShahF: tests/vmstate-static-checker-data/
18232656bfd9SJuan QuintelaF: tests/migration-test.c
1824c468e368SMarkus ArmbrusterF: docs/devel/migration.rst
182548685a8eSMarkus ArmbrusterF: qapi/migration.json
1826c0787c8dSJuan Quintela
182792bfedb0SEduardo OtuboSeccomp
1828064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
182992bfedb0SEduardo OtuboS: Supported
183092bfedb0SEduardo OtuboF: qemu-seccomp.c
183192bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
183292bfedb0SEduardo Otubo
1833ddbb0d09SDaniel P. BerrangeCryptography
1834ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1835ddbb0d09SDaniel P. BerrangeS: Maintained
1836ddbb0d09SDaniel P. BerrangeF: crypto/
1837ddbb0d09SDaniel P. BerrangeF: include/crypto/
1838ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18393947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1840899833cdSDaniel P. BerrangeF: qemu.sasl
1841ddbb0d09SDaniel P. Berrange
184210817bf0SDaniel P. BerrangeCoroutines
184310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
184410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
184510817bf0SDaniel P. BerrangeF: util/*coroutine*
184610817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
184710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
184810817bf0SDaniel P. Berrange
184988c5f205SDaniel P. BerrangeBuffers
185088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
185188c5f205SDaniel P. BerrangeS: Odd fixes
185288c5f205SDaniel P. BerrangeF: util/buffer.c
185388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
185488c5f205SDaniel P. Berrange
1855666a3af9SDaniel P. BerrangeI/O Channels
1856666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1857666a3af9SDaniel P. BerrangeS: Maintained
1858666a3af9SDaniel P. BerrangeF: io/
1859666a3af9SDaniel P. BerrangeF: include/io/
1860666a3af9SDaniel P. BerrangeF: tests/test-io-*
1861666a3af9SDaniel P. Berrange
18625614a283SGerd HoffmannSockets
18635614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18645614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18655614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18665614a283SGerd HoffmannS: Maintained
18675614a283SGerd HoffmannF: include/qemu/sockets.h
18685614a283SGerd HoffmannF: util/qemu-sockets.c
1869a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18705614a283SGerd Hoffmann
1871d310d85bSAlberto GarciaThrottling infrastructure
1872d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1873d310d85bSAlberto GarciaS: Supported
1874d310d85bSAlberto GarciaF: block/throttle-groups.c
1875d310d85bSAlberto GarciaF: include/block/throttle-groups.h
187689603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1877d310d85bSAlberto GarciaF: util/throttle.c
187889603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
187989603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1880d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1881d310d85bSAlberto Garcia
1882080d7aacSFam ZhengUUID
1883080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1884080d7aacSFam ZhengS: Supported
1885080d7aacSFam ZhengF: util/uuid.c
1886080d7aacSFam ZhengF: include/qemu/uuid.h
1887080d7aacSFam ZhengF: tests/test-uuid.c
1888080d7aacSFam Zheng
1889a4cc318eSzhanghailiangCOLO Framework
1890a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1891a4cc318eSzhanghailiangS: Maintained
1892a4cc318eSzhanghailiangF: migration/colo*
1893a4cc318eSzhanghailiangF: include/migration/colo.h
1894a4cc318eSzhanghailiangF: include/migration/failover.h
1895a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1896a4cc318eSzhanghailiang
189788f82ed1SZhang ChenCOLO Proxy
1898b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
189988f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
190088f82ed1SZhang ChenS: Supported
190188f82ed1SZhang ChenF: docs/colo-proxy.txt
190288f82ed1SZhang ChenF: net/colo*
190388f82ed1SZhang ChenF: net/filter-rewriter.c
190488f82ed1SZhang ChenF: net/filter-mirror.c
190588f82ed1SZhang Chen
190662258201SPavel DovgalyukRecord/replay
190762258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
190862258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
190970b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
191062258201SPavel DovgalyukS: Supported
191162258201SPavel DovgalyukF: replay/*
191262258201SPavel DovgalyukF: block/blkreplay.c
191362258201SPavel DovgalyukF: net/filter-replay.c
191462258201SPavel DovgalyukF: include/sysemu/replay.h
191562258201SPavel DovgalyukF: docs/replay.txt
191662258201SPavel DovgalyukF: stubs/replay.c
191762258201SPavel Dovgalyuk
1918eecf5eedSPeter XuIOVA Tree
1919eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1920eecf5eedSPeter XuS: Maintained
1921eecf5eedSPeter XuF: include/qemu/iova-tree.h
1922eecf5eedSPeter XuF: util/iova-tree.c
1923eecf5eedSPeter Xu
19245ee547bbSViktor Prutyanovelf2dmp
19255ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
19265ee547bbSViktor PrutyanovS: Maintained
19275ee547bbSViktor PrutyanovF: contrib/elf2dmp/
19285ee547bbSViktor Prutyanov
1929fd5d5c56SAnthony LiguoriUsermode Emulation
1930fd5d5c56SAnthony Liguori------------------
1931486bbe5fSPaolo BonziniOverall
1932486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1933486bbe5fSPaolo BonziniS: Maintained
1934486bbe5fSPaolo BonziniF: thunk.c
193558410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1936486bbe5fSPaolo Bonzini
1937fd5d5c56SAnthony LiguoriBSD user
1938297e8005SMarkus ArmbrusterS: Orphan
1939fd5d5c56SAnthony LiguoriF: bsd-user/
1940ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1941fd5d5c56SAnthony Liguori
1942fd5d5c56SAnthony LiguoriLinux user
1943fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1944ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1945fd5d5c56SAnthony LiguoriS: Maintained
1946fd5d5c56SAnthony LiguoriF: linux-user/
1947ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1948e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
194942f5a7e9SAurelien Jarno
195042f5a7e9SAurelien JarnoTiny Code Generator (TCG)
195142f5a7e9SAurelien Jarno-------------------------
195242f5a7e9SAurelien JarnoCommon code
1953cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
195442f5a7e9SAurelien JarnoS: Maintained
195542f5a7e9SAurelien JarnoF: tcg/
195642f5a7e9SAurelien Jarno
1957b25a464cSClaudio FontanaAArch64 target
1958b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1959b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1960b25a464cSClaudio FontanaS: Maintained
1961b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1962b25a464cSClaudio FontanaF: tcg/aarch64/
1963c17652eeSPaolo BonziniF: disas/arm-a64.cc
1964c17652eeSPaolo BonziniF: disas/libvixl/
1965b25a464cSClaudio Fontana
196642f5a7e9SAurelien JarnoARM target
196742f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
196842f5a7e9SAurelien JarnoS: Maintained
1969b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
197042f5a7e9SAurelien JarnoF: tcg/arm/
1971c17652eeSPaolo BonziniF: disas/arm.c
197242f5a7e9SAurelien Jarno
197342f5a7e9SAurelien Jarnoi386 target
19745dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
197542f5a7e9SAurelien JarnoS: Maintained
197642f5a7e9SAurelien JarnoF: tcg/i386/
1977c17652eeSPaolo BonziniF: disas/i386.c
197842f5a7e9SAurelien Jarno
197942f5a7e9SAurelien JarnoMIPS target
1980d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
198142f5a7e9SAurelien JarnoS: Maintained
198242f5a7e9SAurelien JarnoF: tcg/mips/
1983c17652eeSPaolo BonziniF: disas/mips.c
198442f5a7e9SAurelien Jarno
198542f5a7e9SAurelien JarnoPPC
198615610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
198715610d42SPranith KumarS: Odd Fixes
198842f5a7e9SAurelien JarnoF: tcg/ppc/
1989c17652eeSPaolo BonziniF: disas/ppc.c
199042f5a7e9SAurelien Jarno
199142f5a7e9SAurelien JarnoS390 target
199242f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
199342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
199442f5a7e9SAurelien JarnoS: Maintained
199542f5a7e9SAurelien JarnoF: tcg/s390/
1996c17652eeSPaolo BonziniF: disas/s390.c
1997146bd283SCornelia HuckL: qemu-s390x@nongnu.org
199842f5a7e9SAurelien Jarno
199942f5a7e9SAurelien JarnoSPARC target
2000297e8005SMarkus ArmbrusterS: Odd Fixes
200142f5a7e9SAurelien JarnoF: tcg/sparc/
2002c17652eeSPaolo BonziniF: disas/sparc.c
2003bc75c9e5SStefan Weil
2004bc75c9e5SStefan WeilTCI target
2005bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
2006bc75c9e5SStefan WeilS: Maintained
20078ef9cd55SAndreas FärberF: tcg/tci/
2008752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
2009c17652eeSPaolo BonziniF: disas/tci.c
2010aa09c951SAndreas Färber
2011f05b328cSStefan HajnocziBlock drivers
2012f05b328cSStefan Hajnoczi-------------
2013f05b328cSStefan HajnocziVMDK
2014f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
2015c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2016f05b328cSStefan HajnocziS: Supported
2017f05b328cSStefan HajnocziF: block/vmdk.c
2018f05b328cSStefan Hajnoczi
2019f05b328cSStefan HajnocziRBD
20205a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
2021280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2022280458a3SJeff CodyL: qemu-block@nongnu.org
2023f05b328cSStefan HajnocziS: Supported
2024f05b328cSStefan HajnocziF: block/rbd.c
2025280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2026f05b328cSStefan Hajnoczi
2027f05b328cSStefan HajnocziSheepdog
2028f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
2029280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2030280458a3SJeff CodyL: qemu-block@nongnu.org
2031dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
2032f05b328cSStefan HajnocziS: Supported
2033f05b328cSStefan HajnocziF: block/sheepdog.c
2034280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2035f05b328cSStefan Hajnoczi
2036f05b328cSStefan HajnocziVHDX
2037f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
2038280458a3SJeff CodyL: qemu-block@nongnu.org
2039f05b328cSStefan HajnocziS: Supported
2040f05b328cSStefan HajnocziF: block/vhdx*
2041280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2042f05b328cSStefan Hajnoczi
2043f05b328cSStefan HajnocziVDI
2044f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2045c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2046f05b328cSStefan HajnocziS: Maintained
2047f05b328cSStefan HajnocziF: block/vdi.c
2048f05b328cSStefan Hajnoczi
2049f05b328cSStefan HajnocziiSCSI
2050f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2051f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2052f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2053c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2054f05b328cSStefan HajnocziS: Supported
2055f05b328cSStefan HajnocziF: block/iscsi.c
20562deb63c2SPeter LievenF: block/iscsi-opts.c
2057f05b328cSStefan Hajnoczi
205899c62e70SEric BlakeNetwork Block Device (NBD)
205999c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
206099c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
206199c62e70SEric BlakeL: qemu-block@nongnu.org
206299c62e70SEric BlakeS: Maintained
206399c62e70SEric BlakeF: block/nbd*
206499c62e70SEric BlakeF: nbd/
206599c62e70SEric BlakeF: include/block/nbd*
206699c62e70SEric BlakeF: qemu-nbd.*
206799c62e70SEric BlakeF: blockdev-nbd.c
20683229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
206999c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
207099c62e70SEric Blake
20716542aa9cSPeter LievenNFS
2072280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20736542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2074280458a3SJeff CodyL: qemu-block@nongnu.org
20756542aa9cSPeter LievenS: Maintained
20766542aa9cSPeter LievenF: block/nfs.c
2077280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20786542aa9cSPeter Lieven
2079f05b328cSStefan HajnocziSSH
2080f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2081280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2082280458a3SJeff CodyL: qemu-block@nongnu.org
2083f05b328cSStefan HajnocziS: Supported
2084f05b328cSStefan HajnocziF: block/ssh.c
2085280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2086c9a12e75SChrysostomos Nanakos
2087280458a3SJeff CodyCURL
2088280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2089280458a3SJeff CodyL: qemu-block@nongnu.org
2090280458a3SJeff CodyS: Supported
2091280458a3SJeff CodyF: block/curl.c
2092280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2093280458a3SJeff Cody
2094280458a3SJeff CodyGLUSTER
2095280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2096280458a3SJeff CodyL: qemu-block@nongnu.org
2097280458a3SJeff CodyS: Supported
2098280458a3SJeff CodyF: block/gluster.c
2099280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2100b5e9476cSGonglei
2101199667a8SFam ZhengNull Block Driver
2102199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2103199667a8SFam ZhengL: qemu-block@nongnu.org
2104199667a8SFam ZhengS: Supported
2105199667a8SFam ZhengF: block/null.c
2106199667a8SFam Zheng
2107bdd6a90aSFam ZhengNVMe Block Driver
2108bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2109bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2110bdd6a90aSFam ZhengS: Supported
2111bdd6a90aSFam ZhengF: block/nvme*
2112bdd6a90aSFam Zheng
2113b5e9476cSGongleiBootdevice
2114b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2115b5e9476cSGongleiS: Maintained
2116b5e9476cSGongleiF: bootdevice.c
2117ecdda9e0SAlberto Garcia
2118ecdda9e0SAlberto GarciaQuorum
2119ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2120ecdda9e0SAlberto GarciaS: Supported
2121ecdda9e0SAlberto GarciaF: block/quorum.c
2122ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2123e7c6e631SStefan Hajnoczi
2124bfcc224eSAapo Vienamoblklogwrites
2125bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2126bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2127bfcc224eSAapo VienamoS: Supported
2128bfcc224eSAapo VienamoF: block/blklogwrites.c
2129bfcc224eSAapo Vienamo
2130e7c6e631SStefan Hajnocziblkverify
2131e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2132e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2133e7c6e631SStefan HajnocziS: Supported
2134e7c6e631SStefan HajnocziF: block/blkverify.c
2135e7c6e631SStefan Hajnoczi
2136e7c6e631SStefan Hajnoczibochs
2137e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2138e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2139e7c6e631SStefan HajnocziS: Supported
2140e7c6e631SStefan HajnocziF: block/bochs.c
2141e7c6e631SStefan Hajnoczi
2142e7c6e631SStefan Hajnoczicloop
2143e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2144e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2145e7c6e631SStefan HajnocziS: Supported
2146e7c6e631SStefan HajnocziF: block/cloop.c
2147e7c6e631SStefan Hajnoczi
2148e7c6e631SStefan Hajnoczidmg
2149e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2150e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2151e7c6e631SStefan HajnocziS: Supported
2152e7c6e631SStefan HajnocziF: block/dmg.c
2153e7c6e631SStefan Hajnoczi
2154e7c6e631SStefan Hajnocziparallels
2155e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2156f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2157e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2158e7c6e631SStefan HajnocziS: Supported
2159e7c6e631SStefan HajnocziF: block/parallels.c
21605746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2161e7c6e631SStefan Hajnoczi
2162e7c6e631SStefan Hajnocziqed
2163e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2164e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2165e7c6e631SStefan HajnocziS: Supported
2166e7c6e631SStefan HajnocziF: block/qed.c
2167e7c6e631SStefan Hajnoczi
2168e7c6e631SStefan Hajnocziraw
2169e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2170e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2171e7c6e631SStefan HajnocziS: Supported
2172e7c6e631SStefan HajnocziF: block/linux-aio.c
2173f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21742e6fc7ebSEric BlakeF: block/raw-format.c
2175c1bb86cdSEric BlakeF: block/file-posix.c
2176c1bb86cdSEric BlakeF: block/file-win32.c
2177e7c6e631SStefan HajnocziF: block/win32-aio.c
2178e7c6e631SStefan Hajnoczi
2179e7c6e631SStefan Hajnocziqcow2
2180e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2181c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2182e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2183e7c6e631SStefan HajnocziS: Supported
2184e7c6e631SStefan HajnocziF: block/qcow2*
2185b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2186e7c6e631SStefan Hajnoczi
2187e7c6e631SStefan Hajnocziqcow
2188e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2189e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2190e7c6e631SStefan HajnocziS: Supported
2191e7c6e631SStefan HajnocziF: block/qcow.c
2192e7c6e631SStefan Hajnoczi
2193e7c6e631SStefan Hajnocziblkdebug
2194e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2195c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2196e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2197e7c6e631SStefan HajnocziS: Supported
2198e7c6e631SStefan HajnocziF: block/blkdebug.c
2199e7c6e631SStefan Hajnoczi
2200e7c6e631SStefan Hajnoczivpc
2201e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2202e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2203e7c6e631SStefan HajnocziS: Supported
2204e7c6e631SStefan HajnocziF: block/vpc.c
2205e7c6e631SStefan Hajnoczi
2206e7c6e631SStefan Hajnoczivvfat
2207e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2208e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2209e7c6e631SStefan HajnocziS: Supported
2210e7c6e631SStefan HajnocziF: block/vvfat.c
2211abfe4e94SStefan Hajnoczi
2212abfe4e94SStefan HajnocziImage format fuzzer
2213abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2214abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2215abfe4e94SStefan HajnocziS: Supported
2216abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2217717171bdSDaniel P. Berrange
2218049105a3SChanglong XieReplication
2219205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
22203ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2221049105a3SChanglong XieS: Supported
2222049105a3SChanglong XieF: replication*
2223049105a3SChanglong XieF: block/replication.c
2224049105a3SChanglong XieF: tests/test-replication.c
2225049105a3SChanglong XieF: docs/block-replication.txt
2226049105a3SChanglong Xie
2227a3defabbSMarcel ApfelbaumPVRDMA
2228a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2229fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2230a3defabbSMarcel ApfelbaumS: Maintained
2231a3defabbSMarcel ApfelbaumF: hw/rdma/*
2232a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2233a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2234a3defabbSMarcel Apfelbaum
2235b9e02c06SAlex BennéeBuild and test automation
2236b9e02c06SAlex Bennée-------------------------
22370475a03eSEduardo HabkostBuild and test automation
2238b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2239e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
224032b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2241b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2242e70dc7f8SAlex BennéeS: Maintained
2243b9e02c06SAlex BennéeF: .travis.yml
22440708e647SAlex BennéeF: scripts/travis/
2245d92d886aSAlex BennéeF: .shippable.yml
2246e70dc7f8SAlex BennéeF: tests/docker/
224718023821SFam ZhengF: tests/vm/
2248e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22492a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2250e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2251717171bdSDaniel P. Berrange
22527e97017eSAlex BennéeGuest Test Compilation Support
22537e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22547e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22557e97017eSAlex BennéeF: tests/tcg/Makefile
2256c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22577e97017eSAlex BennéeL: qemu-devel@nongnu.org
22587e97017eSAlex Bennée
2259717171bdSDaniel P. BerrangeDocumentation
2260717171bdSDaniel P. Berrange-------------
2261717171bdSDaniel P. BerrangeBuild system architecture
2262717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2263717171bdSDaniel P. BerrangeS: Odd Fixes
2264c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22658a49e97fSFam Zheng
2266b02c9bc3SMarkus ArmbrusterIncompatible changes
2267b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2268b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2269b02c9bc3SMarkus Armbruster
2270aef45d51SDaniel P. BerrangeBuild System
2271aef45d51SDaniel P. Berrange------------
2272aef45d51SDaniel P. BerrangeGIT submodules
2273aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2274aef45d51SDaniel P. BerrangeS: Odd Fixes
2275aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2276