xref: /openbmc/qemu/MAINTAINERS (revision 276ba120)
1b6f97c14SbellardQEMU Maintainers
2b6f97c14Sbellard================
3b6f97c14Sbellard
4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the
5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they
6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names
7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review.
83cd9acb4Sbellard
9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should
10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately.
11b6f97c14Sbellard
12fd5d5c56SAnthony LiguoriDescriptions of section entries:
13b6f97c14Sbellard
14fd5d5c56SAnthony Liguori	M: Mail patches to: FullName <address@domain>
15fdf6fab4SPaul E. McKenney	R: Designated reviewer: FullName <address@domain>
16fdf6fab4SPaul E. McKenney	   These reviewers should be CCed on patches.
17fd5d5c56SAnthony Liguori	L: Mailing list that is relevant to this area
18fd5d5c56SAnthony Liguori	W: Web-page with status/info
19fd5d5c56SAnthony Liguori	Q: Patchwork web based patch tracking system site
20fd5d5c56SAnthony Liguori	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21fd5d5c56SAnthony Liguori	S: Status, one of the following:
22fd5d5c56SAnthony Liguori	   Supported:	Someone is actually paid to look after this.
23fd5d5c56SAnthony Liguori	   Maintained:	Someone actually looks after it.
24fd5d5c56SAnthony Liguori	   Odd Fixes:	It has a maintainer but they don't have time to do
25c91bbffbSPeter Maydell			much other than throw the odd patch in. See below.
26fd5d5c56SAnthony Liguori	   Orphan:	No current maintainer [but maybe you could take the
27fd5d5c56SAnthony Liguori			role as you write your new code].
28fd5d5c56SAnthony Liguori	   Obsolete:	Old code. Something tagged obsolete generally means
29fd5d5c56SAnthony Liguori			it has been replaced by a better system and you
30fd5d5c56SAnthony Liguori			should be using that.
31fd5d5c56SAnthony Liguori	F: Files and directories with wildcard patterns.
32fd5d5c56SAnthony Liguori	   A trailing slash includes all files and subdirectory files.
33fd5d5c56SAnthony Liguori	   F:	drivers/net/	all files in and below drivers/net
34fd5d5c56SAnthony Liguori	   F:	drivers/net/*	all files in drivers/net, but not below
35fd5d5c56SAnthony Liguori	   F:	*/net/*		all files in "any top level directory"/net
36fd5d5c56SAnthony Liguori	   One pattern per line.  Multiple F: lines acceptable.
37fd5d5c56SAnthony Liguori	X: Files and directories that are NOT maintained, same rules as F:
38fd5d5c56SAnthony Liguori	   Files exclusions are tested before file matches.
39fd5d5c56SAnthony Liguori	   Can be useful for excluding a specific subdirectory, for instance:
40fd5d5c56SAnthony Liguori	   F:	net/
41fd5d5c56SAnthony Liguori	   X:	net/ipv6/
42fd5d5c56SAnthony Liguori	   matches all files in and below net excluding net/ipv6/
43fd5d5c56SAnthony Liguori	K: Keyword perl extended regex pattern to match content in a
44fd5d5c56SAnthony Liguori	   patch or file.  For instance:
45fd5d5c56SAnthony Liguori	   K: of_get_profile
46fd5d5c56SAnthony Liguori	      matches patches or files that contain "of_get_profile"
47fd5d5c56SAnthony Liguori	   K: \b(printk|pr_(info|err))\b
48fd5d5c56SAnthony Liguori	      matches patches or files that contain one or more of the words
49fd5d5c56SAnthony Liguori	      printk, pr_info or pr_err
50fd5d5c56SAnthony Liguori	   One regex pattern per line.  Multiple K: lines acceptable.
51b6f97c14Sbellard
52b6f97c14Sbellard
53fd5d5c56SAnthony LiguoriGeneral Project Administration
54fd5d5c56SAnthony Liguori------------------------------
55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
56fd5d5c56SAnthony Liguori
57c9a19d5bSStephen WarrenAll patches CC here
58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org
59c9a19d5bSStephen WarrenF: *
60c9a19d5bSStephen WarrenF: */
61c9a19d5bSStephen Warren
6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues
6362622c11SMichael S. Tsirkin------------------------------
6470b7fba9SStefan HajnocziW: https://wiki.qemu.org/SecurityProcess
6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
6662622c11SMichael S. TsirkinL: secalert@redhat.com
6762622c11SMichael S. Tsirkin
68936c2230SLaurent VivierTrivial patches
69936c2230SLaurent Vivier---------------
70936c2230SLaurent VivierTrivial patches
71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru>
72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
73936c2230SLaurent VivierS: Maintained
74936c2230SLaurent VivierL: qemu-trivial@nongnu.org
75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial
76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches
77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches
78936c2230SLaurent Vivier
79daf14ce3SCornelia HuckArchitecture support
80daf14ce3SCornelia Huck--------------------
81daf14ce3SCornelia HuckS390
82daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
83daf14ce3SCornelia HuckS: Supported
84daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.mak
85daf14ce3SCornelia HuckF: gdb-xml/s390*.xml
86daf14ce3SCornelia HuckF: hw/char/sclp*.[hc]
87daf14ce3SCornelia HuckF: hw/char/terminal3270.c
88daf14ce3SCornelia HuckF: hw/intc/s390_flic.c
89daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c
90daf14ce3SCornelia HuckF: hw/s390x/
91daf14ce3SCornelia HuckF: hw/vfio/ccw.c
92daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c
93daf14ce3SCornelia HuckF: include/hw/s390x/
94daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h
95daf14ce3SCornelia HuckF: pc-bios/s390-ccw/
96daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img
97daf14ce3SCornelia HuckF: target/s390x/
98daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x?
99daf14ce3SCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
100daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org
101daf14ce3SCornelia Huck
102fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
103fd5d5c56SAnthony Liguori----------------------
104486bbe5fSPaolo BonziniOverall
1055dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1062b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1072b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1082b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
1092b1641d0SPaolo BonziniS: Maintained
1102b1641d0SPaolo BonziniF: cpus.c
1112b1641d0SPaolo BonziniF: exec.c
112c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
1132b1641d0SPaolo BonziniF: include/exec/cpu*.h
1142b1641d0SPaolo BonziniF: include/exec/exec-all.h
115486bbe5fSPaolo BonziniF: include/exec/helper*.h
1162b1641d0SPaolo BonziniF: include/exec/tb-hash.h
117460423d3SThomas HuthF: include/sysemu/cpus.h
118486bbe5fSPaolo Bonzini
1191badb586SPeter MaydellFPU emulation
1201badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1211badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1221badb586SPeter MaydellS: Odd Fixes
1231badb586SPeter MaydellF: fpu/
1241badb586SPeter MaydellF: include/fpu/
1251badb586SPeter Maydell
126b6f97c14SbellardAlpha
1278d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1288d6df264SRichard HendersonS: Maintained
129fcf5ef2aSThomas HuthF: target/alpha/
130c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
131c17652eeSPaolo BonziniF: disas/alpha.c
132fd5d5c56SAnthony Liguori
133fd5d5c56SAnthony LiguoriARM
1341ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
135b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
136fd5d5c56SAnthony LiguoriS: Maintained
137fcf5ef2aSThomas HuthF: target/arm/
138c348722cSAlex BennéeF: tests/tcg/arm/
13929e0436eSAlex BennéeF: tests/tcg/aarch64/
1408d8b636dSPaolo BonziniF: hw/arm/
1418d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
142f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
143c17652eeSPaolo BonziniF: disas/arm.c
144c17652eeSPaolo BonziniF: disas/arm-a64.cc
145c17652eeSPaolo BonziniF: disas/libvixl/
146fd5d5c56SAnthony Liguori
147fd5d5c56SAnthony LiguoriCRIS
148fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
149fd5d5c56SAnthony LiguoriS: Maintained
150fcf5ef2aSThomas HuthF: target/cris/
1518d8b636dSPaolo BonziniF: hw/cris/
152c9b90090SThomas HuthF: include/hw/cris/
153c0bd0b50SPaolo BonziniF: tests/tcg/cris/
154c17652eeSPaolo BonziniF: disas/cris.c
155fd5d5c56SAnthony Liguori
15661766fe9SRichard HendersonHPPA (PA-RISC)
15761766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
15861766fe9SRichard HendersonS: Maintained
15961766fe9SRichard HendersonF: target/hppa/
16061461802SRichard HendersonF: hw/hppa/
16161766fe9SRichard HendersonF: disas/hppa.c
16261766fe9SRichard Henderson
16307bf23a7SMichael WalleLM32
16407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16507bf23a7SMichael WalleS: Maintained
166fcf5ef2aSThomas HuthF: target/lm32/
1674eab7a0aSMichael WalleF: disas/lm32.c
1688d8b636dSPaolo BonziniF: hw/lm32/
1694eab7a0aSMichael WalleF: hw/*/lm32_*
1704eab7a0aSMichael WalleF: hw/*/milkymist-*
1714eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1724eab7a0aSMichael WalleF: include/hw/lm32/
173c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17407bf23a7SMichael Walle
175fd5d5c56SAnthony LiguoriM68K
176595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
177595a926dSLaurent VivierS: Maintained
178fcf5ef2aSThomas HuthF: target/m68k/
179e9a56114SThomas HuthF: disas/m68k.c
180fd5d5c56SAnthony Liguori
181abc07545SEdgar E. IglesiasMicroBlaze
182fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
183fd5d5c56SAnthony LiguoriS: Maintained
184fcf5ef2aSThomas HuthF: target/microblaze/
1858d8b636dSPaolo BonziniF: hw/microblaze/
186c17652eeSPaolo BonziniF: disas/microblaze.c
187fd5d5c56SAnthony Liguori
188fd5d5c56SAnthony LiguoriMIPS
189ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1904872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
1916f640917SLeon AlraeS: Maintained
192fcf5ef2aSThomas HuthF: target/mips/
1938d8b636dSPaolo BonziniF: hw/mips/
1945995db88SThomas HuthF: hw/misc/mips_*
1955995db88SThomas HuthF: hw/intc/mips_gic.c
1965995db88SThomas HuthF: hw/timer/mips_gictimer.c
1975995db88SThomas HuthF: include/hw/mips/
1985995db88SThomas HuthF: include/hw/misc/mips_*
1995995db88SThomas HuthF: include/hw/intc/mips_gic.h
2005995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
201c0bd0b50SPaolo BonziniF: tests/tcg/mips/
202c17652eeSPaolo BonziniF: disas/mips.c
203fd5d5c56SAnthony Liguori
204d15a9c23SAnthony GreenMoxie
205d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
206d15a9c23SAnthony GreenS: Maintained
207fcf5ef2aSThomas HuthF: target/moxie/
208c17652eeSPaolo BonziniF: disas/moxie.c
209a3ccdfb5SThomas HuthF: hw/moxie/
210a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
211d15a9c23SAnthony Green
212e671711cSMarek VasutNiosII
213e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
214e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
215e671711cSMarek VasutS: Maintained
216e671711cSMarek VasutF: target/nios2/
217e671711cSMarek VasutF: hw/nios2/
218e671711cSMarek VasutF: disas/nios2.c
219e671711cSMarek Vasut
220945dad6dSJia LiuOpenRISC
2211d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2221d7cf18dSStafford HorneS: Odd Fixes
223fcf5ef2aSThomas HuthF: target/openrisc/
224945dad6dSJia LiuF: hw/openrisc/
225c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
226945dad6dSJia Liu
227fd5d5c56SAnthony LiguoriPowerPC
228b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
229fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
230a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
231fd5d5c56SAnthony LiguoriS: Maintained
232fcf5ef2aSThomas HuthF: target/ppc/
2338d8b636dSPaolo BonziniF: hw/ppc/
234b5d55020SThomas HuthF: include/hw/ppc/
235c17652eeSPaolo BonziniF: disas/ppc.c
236fd5d5c56SAnthony Liguori
2374dc62b15SMichael ClarkRISC-V
2384dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2394dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2404dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2414dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2424dc62b15SMichael ClarkS: Maintained
2434dc62b15SMichael ClarkF: target/riscv/
2444dc62b15SMichael ClarkF: hw/riscv/
2454dc62b15SMichael ClarkF: include/hw/riscv/
2464dc62b15SMichael ClarkF: disas/riscv.c
2474dc62b15SMichael Clark
248749717a0SAlexander GrafS390
2492b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
250fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
251ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
252fd5d5c56SAnthony LiguoriS: Maintained
253fcf5ef2aSThomas HuthF: target/s390x/
2548d8b636dSPaolo BonziniF: hw/s390x/
255c17652eeSPaolo BonziniF: disas/s390.c
256*276ba120SPavel ZbitskiyF: tests/tcg/s390x/
257146bd283SCornelia HuckL: qemu-s390x@nongnu.org
258b6f97c14Sbellard
259fd5d5c56SAnthony LiguoriSH4
260ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2612c9b7d1aSAndreas FärberS: Odd Fixes
262fcf5ef2aSThomas HuthF: target/sh4/
2638d8b636dSPaolo BonziniF: hw/sh4/
264c17652eeSPaolo BonziniF: disas/sh4.c
2658a90f900SThomas HuthF: include/hw/sh4/
266fd5d5c56SAnthony Liguori
267fd5d5c56SAnthony LiguoriSPARC
268f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2692c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
270fd5d5c56SAnthony LiguoriS: Maintained
271fcf5ef2aSThomas HuthF: target/sparc/
2728d8b636dSPaolo BonziniF: hw/sparc/
2738d8b636dSPaolo BonziniF: hw/sparc64/
274c17652eeSPaolo BonziniF: disas/sparc.c
275fd5d5c56SAnthony Liguori
276a6ea7b4cSAndreas FärberUniCore32
277a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
278a6ea7b4cSAndreas FärberS: Maintained
279fcf5ef2aSThomas HuthF: target/unicore32/
2808d8b636dSPaolo BonziniF: hw/unicore32/
28147b98d59SThomas HuthF: include/hw/unicore32/
282a6ea7b4cSAndreas Färber
283fd5d5c56SAnthony LiguoriX86
284d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
285d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
286e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
287b203a4baSEduardo HabkostS: Maintained
288fcf5ef2aSThomas HuthF: target/i386/
2894132431fSAlex BennéeF: tests/tcg/i386/
2903a082ec0SAlex BennéeF: tests/tcg/x86_64/
2918d8b636dSPaolo BonziniF: hw/i386/
292c17652eeSPaolo BonziniF: disas/i386.c
2932544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi
294e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
295fd5d5c56SAnthony Liguori
29616e7caaeSMax FilippovXtensa
29716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
298b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29916e7caaeSMax FilippovS: Maintained
300fcf5ef2aSThomas HuthF: target/xtensa/
3018d8b636dSPaolo BonziniF: hw/xtensa/
302c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3035a6539e6SMax FilippovF: disas/xtensa.c
30416e7caaeSMax Filippov
30548e06fe0SBastian KoppelmannTriCore
30648e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30748e06fe0SBastian KoppelmannS: Maintained
308fcf5ef2aSThomas HuthF: target/tricore/
30948e06fe0SBastian KoppelmannF: hw/tricore/
310d46d14e6SThomas HuthF: include/hw/tricore/
31148e06fe0SBastian Koppelmann
312dd28bebdSAlex BennéeMultiarch Linux User Tests
313dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
314dd28bebdSAlex BennéeF: tests/tcg/multiarch/
315dd28bebdSAlex Bennée
316fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
317fd5d5c56SAnthony Liguori----------------------
318fd5d5c56SAnthony Liguori
319fd5d5c56SAnthony LiguoriOverall
320c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
321fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
322fd5d5c56SAnthony LiguoriS: Supported
323fd5d5c56SAnthony LiguoriF: */kvm.*
3241962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
325a95e9a48SThomas HuthF: include/sysemu/kvm*.h
326fd5d5c56SAnthony Liguori
327ed4659d1SPeter MaydellARM
328ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
329b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
330ed4659d1SPeter MaydellS: Maintained
331fcf5ef2aSThomas HuthF: target/arm/kvm.c
332ed4659d1SPeter Maydell
333a31896c4SJames HoganMIPS
334a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
335a31896c4SJames HoganS: Maintained
336fcf5ef2aSThomas HuthF: target/mips/kvm.c
337a31896c4SJames Hogan
338fd5d5c56SAnthony LiguoriPPC
339fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
340fd5d5c56SAnthony LiguoriS: Maintained
341fcf5ef2aSThomas HuthF: target/ppc/kvm.c
342fd5d5c56SAnthony Liguori
343fd5d5c56SAnthony LiguoriS390
344b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
345c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
346fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
347fd5d5c56SAnthony LiguoriS: Maintained
348fcf5ef2aSThomas HuthF: target/s390x/kvm.c
349040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
350040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
351fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
352fcf5ef2aSThomas HuthF: target/s390x/machine.c
35374b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3544277af19SCornelia HuckF: hw/intc/s390_flic.c
3554277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3564277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
357c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3583e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3593e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
360146bd283SCornelia HuckL: qemu-s390x@nongnu.org
361fd5d5c56SAnthony Liguori
362fd5d5c56SAnthony LiguoriX86
363d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
364fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
365fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
366fd5d5c56SAnthony LiguoriS: Supported
367fcf5ef2aSThomas HuthF: target/i386/kvm.c
368fd5d5c56SAnthony Liguori
3698a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3708a6b0cd7SStefano Stabellini----------------------
3718a6b0cd7SStefano Stabellini
3728a6b0cd7SStefano StabelliniX86
3733623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3743623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3756d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3768a6b0cd7SStefano StabelliniS: Supported
3778a6b0cd7SStefano StabelliniF: */xen*
378d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
379c92451c2SPaolo BonziniF: hw/char/xen_console.c
380c92451c2SPaolo BonziniF: hw/display/xenfb.c
381c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3829027ac50SStefano StabelliniF: hw/block/xen_*
383c92451c2SPaolo BonziniF: hw/xen/
384c92451c2SPaolo BonziniF: hw/xenpv/
3859027ac50SStefano StabelliniF: hw/i386/xen/
386c92451c2SPaolo BonziniF: include/hw/xen/
3879027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3888a6b0cd7SStefano Stabellini
3891bdd6874SStefan WeilHosts:
3901bdd6874SStefan Weil------
3911bdd6874SStefan Weil
3921bdd6874SStefan WeilLINUX
3931bdd6874SStefan WeilL: qemu-devel@nongnu.org
3941bdd6874SStefan WeilS: Maintained
3951bdd6874SStefan WeilF: linux-*
3961bdd6874SStefan WeilF: linux-headers/
3971bdd6874SStefan Weil
3981bdd6874SStefan WeilPOSIX
3991bdd6874SStefan WeilL: qemu-devel@nongnu.org
4001bdd6874SStefan WeilS: Maintained
4011bdd6874SStefan WeilF: *posix*
4021bdd6874SStefan Weil
4033c2bdbc1SKamil RytarowskiNETBSD
4043c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4053c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4063c2bdbc1SKamil RytarowskiS: Maintained
4071b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4083c2bdbc1SKamil Rytarowski
4090a773d55SBrad SmithOPENBSD
4100a773d55SBrad SmithL: qemu-devel@nongnu.org
4110a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4120a773d55SBrad SmithS: Maintained
4130a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4140a773d55SBrad Smith
4151bdd6874SStefan WeilW32, W64
4161bdd6874SStefan WeilL: qemu-devel@nongnu.org
4171bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4181bdd6874SStefan WeilS: Maintained
4191bdd6874SStefan WeilF: *win32*
42003972660SThomas HuthF: */*win32*
42103972660SThomas HuthF: include/*/*win32*
42203972660SThomas HuthX: qga/*win32*
423885bdc95SStefan WeilF: qemu.nsi
4241bdd6874SStefan Weil
425b250d04aSPhilippe Mathieu-DaudéAlpha Machines
426b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
427b250d04aSPhilippe Mathieu-DaudéS: Maintained
428b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4297bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
430b250d04aSPhilippe Mathieu-Daudé
431fd5d5c56SAnthony LiguoriARM Machines
432fd5d5c56SAnthony Liguori------------
43384291fe7SliguangAllwinner-a10
43485b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
435b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43684291fe7SliguangS: Maintained
43785b4d5daSBeniamino GalvaniF: hw/*/allwinner*
43885b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
43984291fe7SliguangF: hw/arm/cubieboard.c
44084291fe7Sliguang
441e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
443b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44406271000SPaolo BonziniS: Maintained
44506271000SPaolo BonziniF: hw/char/pl011.c
446c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
44706271000SPaolo BonziniF: hw/display/pl110*
44806271000SPaolo BonziniF: hw/dma/pl080.c
449aa74e355SPeter MaydellF: include/hw/dma/pl080.h
45006271000SPaolo BonziniF: hw/dma/pl330.c
45106271000SPaolo BonziniF: hw/gpio/pl061.c
45206271000SPaolo BonziniF: hw/input/pl050.c
45306271000SPaolo BonziniF: hw/intc/pl190.c
45406271000SPaolo BonziniF: hw/sd/pl181.c
4551d52866fSPeter MaydellF: hw/ssi/pl022.c
4561d52866fSPeter MaydellF: include/hw/ssi/pl022.h
45706271000SPaolo BonziniF: hw/timer/pl031.c
45806271000SPaolo BonziniF: include/hw/arm/primecell.h
459e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
460e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4614f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4624f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
463e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
464e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
465050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
466050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4670d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4680d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
469344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
470344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
471211e701dSPeter MaydellF: hw/misc/tz-msc.c
472211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47306271000SPaolo Bonzini
47406271000SPaolo BonziniARM cores
47506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
47706271000SPaolo BonziniS: Maintained
47806271000SPaolo BonziniF: hw/intc/arm*
47906271000SPaolo BonziniF: hw/intc/gic_internal.h
48006271000SPaolo BonziniF: hw/misc/a9scu.c
48106271000SPaolo BonziniF: hw/misc/arm11scu.c
48206271000SPaolo BonziniF: hw/timer/a9gtimer*
483c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
484c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48506271000SPaolo BonziniF: include/hw/intc/arm*
48606271000SPaolo BonziniF: include/hw/misc/a9scu.h
48706271000SPaolo BonziniF: include/hw/misc/arm11scu.h
48806271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
48906271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
490c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
491c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49206271000SPaolo Bonzini
493fc63dcffSEvgeny VoevodinExynos
494f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
495b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
496fc63dcffSEvgeny VoevodinS: Maintained
4978d8b636dSPaolo BonziniF: hw/*/exynos*
498ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
499fc63dcffSEvgeny Voevodin
500766fd09fSMark LangsdorfCalxeda Highbank
5019ef137caSRob HerringM: Rob Herring <robh@kernel.org>
502b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5039ef137caSRob HerringS: Maintained
5048d8b636dSPaolo BonziniF: hw/arm/highbank.c
5058d8b636dSPaolo BonziniF: hw/net/xgmac.c
506766fd09fSMark Langsdorf
5079082f121SAntony PavlovCanon DIGIC
5089082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
509b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5109082f121SAntony PavlovS: Maintained
5119082f121SAntony PavlovF: include/hw/arm/digic.h
5129082f121SAntony PavlovF: hw/*/digic*
5139082f121SAntony Pavlov
514fd5d5c56SAnthony LiguoriGumstix
5151f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5165dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
517b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5181f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5198d8b636dSPaolo BonziniF: hw/arm/gumstix.c
520fd5d5c56SAnthony Liguori
5210325559dSPeter Chubbi.MX31
5220325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
523b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5240325559dSPeter ChubbS: Odd fixes
5258d8b636dSPaolo BonziniF: hw/*/imx*
526f7e242d6SThomas HuthF: include/hw/*/imx*
5278d8b636dSPaolo BonziniF: hw/arm/kzm.c
528ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5290325559dSPeter Chubb
530fd5d5c56SAnthony LiguoriIntegrator CP
5311ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
532b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
533fd5d5c56SAnthony LiguoriS: Maintained
5348d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
535f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
536fd5d5c56SAnthony Liguori
537e5a6a6e6SPeter MaydellMPS2
538e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
539e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
540e5a6a6e6SPeter MaydellS: Maintained
541e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5420d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5430d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5440d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5450d4a7551SPeter MaydellF: hw/arm/iotkit.c
5460d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
54775750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
54875750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
549c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
550c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
551e5a6a6e6SPeter Maydell
552fd5d5c56SAnthony LiguoriMusicpal
553fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
554b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
555fd5d5c56SAnthony LiguoriS: Maintained
5568d8b636dSPaolo BonziniF: hw/arm/musicpal.c
557fd5d5c56SAnthony Liguori
558fd5d5c56SAnthony LiguorinSeries
559fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
560b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
561fd5d5c56SAnthony LiguoriS: Maintained
5628d8b636dSPaolo BonziniF: hw/arm/nseries.c
563fd5d5c56SAnthony Liguori
564fd5d5c56SAnthony LiguoriPalm
565fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
566b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
567fd5d5c56SAnthony LiguoriS: Maintained
5688d8b636dSPaolo BonziniF: hw/arm/palm.c
569fd5d5c56SAnthony Liguori
570fd5d5c56SAnthony LiguoriReal View
5711ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
572b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
573fd5d5c56SAnthony LiguoriS: Maintained
5748d8b636dSPaolo BonziniF: hw/arm/realview*
575f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5765ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5775ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
578fd5d5c56SAnthony Liguori
5799b31bff0SPaolo BonziniPXA2XX
580fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
581b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
582fd5d5c56SAnthony LiguoriS: Maintained
5839b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5848d8b636dSPaolo BonziniF: hw/arm/spitz.c
5859b31bff0SPaolo BonziniF: hw/arm/tosa.c
5869b31bff0SPaolo BonziniF: hw/arm/z2.c
5879b31bff0SPaolo BonziniF: hw/*/pxa2xx*
588f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
589ed0db866SThomas HuthF: include/hw/arm/pxa.h
590fd5d5c56SAnthony Liguori
591fd5d5c56SAnthony LiguoriStellaris
5921ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
593b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
594fd5d5c56SAnthony LiguoriS: Maintained
5958d8b636dSPaolo BonziniF: hw/*/stellaris*
596fd5d5c56SAnthony Liguori
597fd5d5c56SAnthony LiguoriVersatile PB
5981ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
599b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
600fd5d5c56SAnthony LiguoriS: Maintained
6018d8b636dSPaolo BonziniF: hw/*/versatile*
602c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
603fd5d5c56SAnthony Liguori
604e3260506SPeter A. G. CrosthwaiteXilinx Zynq
605cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
606c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
607b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
608e3260506SPeter A. G. CrosthwaiteS: Maintained
609cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6108d8b636dSPaolo BonziniF: hw/*/cadence_*
611f7e242d6SThomas HuthF: hw/misc/zynq*
612f7e242d6SThomas HuthF: include/hw/misc/zynq*
613cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
614e3260506SPeter A. G. Crosthwaite
615137805f5SAlistair FrancisXilinx ZynqMP
616c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
617cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
618b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
619137805f5SAlistair FrancisS: Maintained
620cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
621f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
622137805f5SAlistair Francis
6238f4d260eSShannon ZhaoARM ACPI Subsystem
6248f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
625e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
626b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6278f4d260eSShannon ZhaoS: Maintained
6288f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6298f4d260eSShannon Zhao
630a1f8193bSAlistair FrancisSTM32F205
631a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
632a1f8193bSAlistair FrancisS: Maintained
633a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
634a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
635a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
636a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
637a1f8193bSAlistair FrancisF: hw/adc/*
638a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6390e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
640a1f8193bSAlistair Francis
641a1f8193bSAlistair FrancisNetduino 2
642a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
643a1f8193bSAlistair FrancisS: Maintained
644a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
645a1f8193bSAlistair Francis
646670bc4cbSSubbaraya SundeepSmartFusion2
647670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
648670bc4cbSSubbaraya SundeepS: Maintained
649670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
650670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
651670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
652670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
653670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
654670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
655670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
656670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
657670bc4cbSSubbaraya Sundeep
658670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
659670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
660670bc4cbSSubbaraya SundeepS: Maintained
661670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
662670bc4cbSSubbaraya Sundeep
663f87db1baSJoel StanleyASPEED BMCs
664f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
665f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
666f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
667f87db1baSJoel StanleyL: qemu-arm@nongnu.org
668f87db1baSJoel StanleyS: Maintained
669f87db1baSJoel StanleyF: hw/*/*aspeed*
670f87db1baSJoel StanleyF: include/hw/*/*aspeed*
671f87db1baSJoel StanleyF: hw/net/ftgmac100.c
672f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
673f87db1baSJoel Stanley
674fd5d5c56SAnthony LiguoriCRIS Machines
675fd5d5c56SAnthony Liguori-------------
676fd5d5c56SAnthony LiguoriAxis Dev88
677fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
678fd5d5c56SAnthony LiguoriS: Maintained
6798d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6806e481d57SPeter MaydellF: hw/*/etraxfs_*.c
681fd5d5c56SAnthony Liguori
68207bf23a7SMichael WalleLM32 Machines
68307bf23a7SMichael Walle-------------
68407bf23a7SMichael WalleEVR32 and uclinux BSP
68507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
68607bf23a7SMichael WalleS: Maintained
6878d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
68807bf23a7SMichael Walle
689d118aa6bSMichael Wallemilkymist
690d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
691d118aa6bSMichael WalleS: Maintained
6928d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
693d118aa6bSMichael Walle
694afcacd53SAurelien JarnoM68K Machines
695fd5d5c56SAnthony Liguori-------------
696fd5d5c56SAnthony Liguorian5206
6975baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6985baf2741SThomas HuthS: Odd Fixes
6998d8b636dSPaolo BonziniF: hw/m68k/an5206.c
700e9a56114SThomas HuthF: hw/m68k/mcf5206.c
701fd5d5c56SAnthony Liguori
702fd5d5c56SAnthony Liguorimcf5208
7035baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7045baf2741SThomas HuthS: Odd Fixes
7058d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
706e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
707e9a56114SThomas HuthF: hw/char/mcf_uart.c
708e9a56114SThomas HuthF: hw/net/mcf_fec.c
7095baf2741SThomas HuthF: include/hw/m68k/mcf*.h
710fd5d5c56SAnthony Liguori
711fd5d5c56SAnthony LiguoriMicroBlaze Machines
712b6f97c14Sbellard-------------------
713fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
714fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
715fd5d5c56SAnthony LiguoriS: Maintained
7166e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
717b6f97c14Sbellard
718d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7194b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
720d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7218d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
722d36e8ce7SPeter A. G. Crosthwaite
723fd5d5c56SAnthony LiguoriMIPS Machines
724fd5d5c56SAnthony Liguori-------------
725fd5d5c56SAnthony LiguoriJazz
726fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
727fd5d5c56SAnthony LiguoriS: Maintained
7288d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
729fd5d5c56SAnthony Liguori
730fd5d5c56SAnthony LiguoriMalta
731fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
732fd5d5c56SAnthony LiguoriS: Maintained
7338d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
734fd5d5c56SAnthony Liguori
735fd5d5c56SAnthony LiguoriMipssim
7364872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
737659f42d8SYongbok KimS: Odd Fixes
7388d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
739659f42d8SYongbok KimF: hw/net/mipsnet.c
740fd5d5c56SAnthony Liguori
741fd5d5c56SAnthony LiguoriR4000
742fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
743fd5d5c56SAnthony LiguoriS: Maintained
7448d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
745fd5d5c56SAnthony Liguori
746659f42d8SYongbok KimFulong 2E
7474872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
748659f42d8SYongbok KimS: Odd Fixes
749659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7500170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7514872fee2SAleksandar Markovic
7520170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
753659f42d8SYongbok Kim
754659f42d8SYongbok KimBoston
7554872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
756659f42d8SYongbok KimS: Maintained
757659f42d8SYongbok KimF: hw/core/loader-fit.c
758659f42d8SYongbok KimF: hw/mips/boston.c
759659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
760659f42d8SYongbok Kim
761945dad6dSJia LiuOpenRISC Machines
762945dad6dSJia Liu-----------------
763945dad6dSJia Liuor1k-sim
764945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
765945dad6dSJia LiuS: Maintained
766945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
767945dad6dSJia Liu
768fd5d5c56SAnthony LiguoriPowerPC Machines
769fd5d5c56SAnthony Liguori----------------
770fd5d5c56SAnthony Liguori405
771fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
772a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7739b9fe135SAndreas FärberS: Odd Fixes
7748d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
775fd5d5c56SAnthony Liguori
776aaade8d7SAndreas FärberBamboo
777aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
778aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
779aaade8d7SAndreas FärberS: Odd Fixes
7808d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
781aaade8d7SAndreas Färber
78298cded3aSAndreas Färbere500
78398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
78498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
78598cded3aSAndreas FärberS: Supported
78698cded3aSAndreas FärberF: hw/ppc/e500.[hc]
78798cded3aSAndreas FärberF: hw/ppc/e500plat.c
788b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
789b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
790b5d55020SThomas HuthF: pc-bios/u-boot.e500
79198cded3aSAndreas Färber
79298cded3aSAndreas Färbermpc8544ds
79398cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
79498cded3aSAndreas FärberL: qemu-ppc@nongnu.org
79598cded3aSAndreas FärberS: Supported
79698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7978d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
79898cded3aSAndreas Färber
799fd5d5c56SAnthony LiguoriNew World
800fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
801a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
802fd5d5c56SAnthony LiguoriS: Maintained
803baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8046e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8056e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8068d8b636dSPaolo BonziniF: hw/misc/macio/
8076ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
808b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
809eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8106ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
811eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
812fd5d5c56SAnthony Liguori
813fd5d5c56SAnthony LiguoriOld World
814fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
815a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
816fd5d5c56SAnthony LiguoriS: Maintained
817baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8186e481d57SPeter MaydellF: hw/pci-host/grackle.c
8198d8b636dSPaolo BonziniF: hw/misc/macio/
820835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
821fd5d5c56SAnthony Liguori
822ec38d398SAndreas FärberPReP
8238178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8249f38774dSAndreas FärberL: qemu-devel@nongnu.org
825a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8268178e89cSHervé PoussineauS: Maintained
82775610155SAndreas FärberF: hw/ppc/prep.c
8288178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8298178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8306e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8310a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
832a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8331cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
834cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
835a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
836cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
837835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
838fd5d5c56SAnthony Liguori
839300b115cSAndreas FärbersPAPR
840085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8418a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8428a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8438a269ca4SAndreas FärberS: Supported
8448d8b636dSPaolo BonziniF: hw/*/spapr*
845f9de2da7SDavid GibsonF: include/hw/*/spapr*
846f9de2da7SDavid GibsonF: hw/*/xics*
847f9de2da7SDavid GibsonF: include/hw/*/xics*
848f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
849b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
850b5d55020SThomas HuthF: pc-bios/slof.bin
851bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
852b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
853b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
854a70ab357SGreg KurzF: tests/spapr*
855a70ab357SGreg KurzF: tests/libqos/*spapr*
856a70ab357SGreg KurzF: tests/rtas*
857a70ab357SGreg KurzF: tests/libqos/rtas*
8588a269ca4SAndreas Färber
859794d00bfSAndreas Färbervirtex_ml507
860794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
861794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
862794d00bfSAndreas FärberS: Odd Fixes
8636e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
864794d00bfSAndreas Färber
865a9dd6604SBALATON Zoltansam460ex
866a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
867a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
868a9dd6604SBALATON ZoltanS: Maintained
869a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
870c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
871a9dd6604SBALATON Zoltan
872fd5d5c56SAnthony LiguoriSH4 Machines
873fd5d5c56SAnthony Liguori------------
874fd5d5c56SAnthony LiguoriR2D
875fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
876fd5d5c56SAnthony LiguoriS: Maintained
8776e481d57SPeter MaydellF: hw/sh4/r2d.c
87881527b94SThomas HuthF: hw/intc/sh_intc.c
87981527b94SThomas HuthF: hw/timer/sh_timer.c
880fd5d5c56SAnthony Liguori
881fd5d5c56SAnthony LiguoriShix
882fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
88381527b94SThomas HuthS: Odd Fixes
8846e481d57SPeter MaydellF: hw/sh4/shix.c
885fd5d5c56SAnthony Liguori
886fd5d5c56SAnthony LiguoriSPARC Machines
887fd5d5c56SAnthony Liguori--------------
888fd5d5c56SAnthony LiguoriSun4m
889f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
890fd5d5c56SAnthony LiguoriS: Maintained
8918d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
892c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
893c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8947098b79eSThomas HuthF: hw/misc/eccmemctl.c
8957098b79eSThomas HuthF: hw/misc/slavio_misc.c
896c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
897c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
898c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
899fd5d5c56SAnthony Liguori
900fd5d5c56SAnthony LiguoriSun4u
901f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
902fd5d5c56SAnthony LiguoriS: Maintained
9038d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
904c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
905fd5d5c56SAnthony Liguori
906a2664ca0SArtyom TarasenkoSun4v
907a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
908a2664ca0SArtyom TarasenkoS: Maintained
909626e4a4bSFam ZhengF: hw/sparc64/niagara.c
910a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
911a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
912a2664ca0SArtyom Tarasenko
913ce6c760cSFabien ChouteauLeon3
914ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
915ce6c760cSFabien ChouteauS: Maintained
9168d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9178d8b636dSPaolo BonziniF: hw/*/grlib*
918c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
919ce6c760cSFabien Chouteau
920fd5d5c56SAnthony LiguoriS390 Machines
921fd5d5c56SAnthony Liguori-------------
922dd4ad64aSCornelia HuckS390 Virtio-ccw
923c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
924b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
925dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
926dd4ad64aSCornelia HuckS: Supported
9270c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9289d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
929c5bfb202SCornelia HuckF: hw/s390x/
9304277af19SCornelia HuckF: include/hw/s390x/
931c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9321e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9331e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9343e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9353e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
936146bd283SCornelia HuckL: qemu-s390x@nongnu.org
937dd4ad64aSCornelia Huck
938304584bfSCornelia HuckS390-ccw Bios
939304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
940304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
941304584bfSCornelia HuckS: Supported
942304584bfSCornelia HuckF: pc-bios/s390-ccw/
943304584bfSCornelia HuckF: pc-bios/s390-ccw.img
944304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
945304584bfSCornelia HuckL: qemu-s390x@nongnu.org
946304584bfSCornelia Huck
947ab9528caSGuan XuetaoUniCore32 Machines
948ab9528caSGuan Xuetao-------------
949ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
950ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
951ab9528caSGuan XuetaoS: Maintained
9528d8b636dSPaolo BonziniF: hw/*/puv3*
953ab9528caSGuan XuetaoF: hw/unicore32/
954ab9528caSGuan Xuetao
955fd5d5c56SAnthony LiguoriX86 Machines
956fd5d5c56SAnthony Liguori------------
957fd5d5c56SAnthony LiguoriPC
958046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
959fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
960fd5d5c56SAnthony LiguoriS: Supported
961046a6486SMichael S. TsirkinF: include/hw/i386/
962046a6486SMichael S. TsirkinF: hw/i386/
963046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
964046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
965046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
966046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
967046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
968046a6486SMichael S. TsirkinF: hw/isa/piix4.c
969046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
970046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
971046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
972046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
973046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
974f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9759cc3b73cSPaolo BonziniF: hw/misc/sga.c
9769cc3b73cSPaolo Bonzini
9779cc3b73cSPaolo BonziniPC Chipset
9789cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9799cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9801732be86SPhilippe Mathieu-DaudéS: Supported
9819cc3b73cSPaolo BonziniF: hw/char/debugcon.c
982bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9839cc3b73cSPaolo BonziniF: hw/char/serial*
9849cc3b73cSPaolo BonziniF: hw/dma/i8257*
9859cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9861732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9879cc3b73cSPaolo BonziniF: hw/intc/apic*
9889cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9899cc3b73cSPaolo BonziniF: hw/intc/i8259*
9901854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9919cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9929cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9939cc3b73cSPaolo BonziniF: hw/timer/hpet*
9949cc3b73cSPaolo BonziniF: hw/timer/i8254*
9959cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
996edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
997866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
998bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
99955f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
1000a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
100147973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10021854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1003a2feb348SThomas HuthF: include/hw/timer/hpet.h
1004a2feb348SThomas HuthF: include/hw/timer/i8254*
1005a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1006046a6486SMichael S. Tsirkin
10075da4fb00SMichael S. TsirkinMachine core
10085da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1009fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10105da4fb00SMichael S. TsirkinS: Supported
10115da4fb00SMichael S. TsirkinF: hw/core/machine.c
1012c1629c5cSThomas HuthF: hw/core/null-machine.c
10135da4fb00SMichael S. TsirkinF: include/hw/boards.h
1014e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1015fd5d5c56SAnthony Liguori
101616e7caaeSMax FilippovXtensa Machines
101716e7caaeSMax Filippov---------------
1018375847a6SMax Filippovsim
101916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
102016e7caaeSMax FilippovS: Maintained
1021437a8c11SMax FilippovF: hw/xtensa/sim.c
1022375847a6SMax Filippov
1023437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1024375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1025375847a6SMax FilippovS: Maintained
1026437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1027437a8c11SMax FilippovF: hw/net/opencores_eth.c
102816e7caaeSMax Filippov
1029fd5d5c56SAnthony LiguoriDevices
1030fd5d5c56SAnthony Liguori-------
1031b30934cbSJiri SlabyEDU
1032b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1033b30934cbSJiri SlabyS: Maintained
1034b30934cbSJiri SlabyF: hw/misc/edu.c
1035b30934cbSJiri Slaby
1036fd5d5c56SAnthony LiguoriIDE
1037c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1038c095348bSJohn SnowL: qemu-block@nongnu.org
1039c095348bSJohn SnowS: Supported
10408d8b636dSPaolo BonziniF: include/hw/ide.h
1041c9f7acd5SThomas HuthF: include/hw/ide/
1042fd5d5c56SAnthony LiguoriF: hw/ide/
1043c095348bSJohn SnowF: hw/block/block.c
1044c095348bSJohn SnowF: hw/block/cdrom.c
1045c095348bSJohn SnowF: hw/block/hd-geometry.c
1046c095348bSJohn SnowF: tests/ide-test.c
1047c095348bSJohn SnowF: tests/ahci-test.c
1048edc35b3dSThomas HuthF: tests/cdrom-test.c
1049aee50319SJohn SnowF: tests/libqos/ahci*
1050c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1051c095348bSJohn Snow
1052caf316baSCorey MinyardIPMI
1053caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1054caf316baSCorey MinyardS: Maintained
1055caf316baSCorey MinyardF: include/hw/ipmi/*
1056caf316baSCorey MinyardF: hw/ipmi/*
1057caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1058caf316baSCorey MinyardF: tests/ipmi*
1059caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1060caf316baSCorey Minyard
1061c095348bSJohn SnowFloppy
1062c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1063c095348bSJohn SnowL: qemu-block@nongnu.org
1064c095348bSJohn SnowS: Supported
1065c095348bSJohn SnowF: hw/block/fdc.c
1066c095348bSJohn SnowF: include/hw/block/fdc.h
1067aee50319SJohn SnowF: tests/fdc-test.c
1068c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1069fd5d5c56SAnthony Liguori
1070f5f487b2SPeter MaydellOMAP
1071f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1072f5f487b2SPeter MaydellS: Maintained
10738d8b636dSPaolo BonziniF: hw/*/omap*
1074ed0db866SThomas HuthF: include/hw/arm/omap.h
1075f5f487b2SPeter Maydell
107628d54e58SPaolo BonziniIPack
107728d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
107828d54e58SPaolo BonziniS: Odd Fixes
107928d54e58SPaolo BonziniF: hw/char/ipoctal232.c
108028d54e58SPaolo BonziniF: hw/ipack/
108128d54e58SPaolo Bonzini
1082fd5d5c56SAnthony LiguoriPCI
1083fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1084fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1085fd5d5c56SAnthony LiguoriS: Supported
10868d8b636dSPaolo BonziniF: include/hw/pci/*
1087f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1088ca818cfbSMichael S. TsirkinF: hw/pci/*
1089f178bc6bSPaolo BonziniF: hw/pci-bridge/*
109068179923SPhilippe Mathieu-DaudéF: docs/pci*
109168179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1092534fd814SFam ZhengF: default-configs/pci.mak
10930e0b3592SMichael S. Tsirkin
1094d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10950e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10960e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10970e0b3592SMichael S. TsirkinS: Supported
10980e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1099d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
11000e0b3592SMichael S. TsirkinF: hw/mem/*
11018d8b636dSPaolo BonziniF: hw/acpi/*
1102d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11030e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11040e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11053248f1b4SBen WarrenF: tests/bios-tables-test.c
11063248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1107fd5d5c56SAnthony Liguori
1108aaade8d7SAndreas Färberppc4xx
1109aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1110aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1111aaade8d7SAndreas FärberS: Odd Fixes
11128d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1113aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1114b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1115aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1116aaade8d7SAndreas Färber
111798cded3aSAndreas Färberppce500
111898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
111998cded3aSAndreas FärberL: qemu-ppc@nongnu.org
112098cded3aSAndreas FärberS: Supported
11216e481d57SPeter MaydellF: hw/ppc/e500*
1122566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1123566dd236SPaolo BonziniF: hw/net/fsl_etsec/
112498cded3aSAndreas Färber
112561af0ee6SPaolo BonziniCharacter devices
112661af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
112761af0ee6SPaolo BonziniS: Odd Fixes
112861af0ee6SPaolo BonziniF: hw/char/
112961af0ee6SPaolo Bonzini
1130f536f112SPaolo BonziniNetwork devices
1131f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1132f536f112SPaolo BonziniS: Odd Fixes
1133f536f112SPaolo BonziniF: hw/net/
11346061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11356bd7776cSGreg KurzF: tests/virtio-net-test.c
1136f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1137f536f112SPaolo Bonzini
1138fd5d5c56SAnthony LiguoriSCSI
1139de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1140c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1141de7724f7SPaolo BonziniS: Supported
114274460f34SThomas HuthF: include/hw/scsi/*
11438d8b636dSPaolo BonziniF: hw/scsi/*
11446bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11451ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1146de7724f7SPaolo Bonzini
1147fcb5629dSPeter A. G. CrosthwaiteSSI
11484b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1149c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1150fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11518d8b636dSPaolo BonziniF: hw/ssi/*
11528d8b636dSPaolo BonziniF: hw/block/m25p80.c
1153982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11544b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1155982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11564b46ba61SAlistair Francis
11574b46ba61SAlistair FrancisXilinx SPI
1158c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11594b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11604b46ba61SAlistair FrancisS: Maintained
11614b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1162fcb5629dSPeter A. G. Crosthwaite
1163076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1164076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1165076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1166076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1167076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1168076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1169076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1170076a0fc3SPhilippe Mathieu-Daudé
1171fd5d5c56SAnthony LiguoriUSB
11725d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11735d0d62feSGerd HoffmannS: Maintained
11748d8b636dSPaolo BonziniF: hw/usb/*
117528edfce0SGongleiF: tests/usb-*-test.c
1176beded0ffSThomas HuthF: docs/usb2.txt
1177beded0ffSThomas HuthF: docs/usb-storage.txt
1178beded0ffSThomas HuthF: include/hw/usb.h
1179beded0ffSThomas HuthF: include/hw/usb/
1180104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1181fd5d5c56SAnthony Liguori
1182e26082fdSPaolo BonziniUSB (serial adapter)
1183e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1184e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1185e26082fdSPaolo BonziniS: Maintained
1186e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1187e26082fdSPaolo Bonzini
118892e1fb5eSAlex WilliamsonVFIO
118992e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
119092e1fb5eSAlex WilliamsonS: Supported
1191cf7087dbSKim PhillipsF: hw/vfio/*
119299b88c6dSThomas HuthF: include/hw/vfio/
119392e1fb5eSAlex Williamson
11945eb74557SDong Jia Shivfio-ccw
1195c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11965eb74557SDong Jia ShiS: Supported
11975eb74557SDong Jia ShiF: hw/vfio/ccw.c
11985eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11995eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
12005eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1201146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12025eb74557SDong Jia Shi
1203fd5d5c56SAnthony Liguorivhost
1204fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1205fd5d5c56SAnthony LiguoriS: Supported
12068d8b636dSPaolo BonziniF: hw/*/*vhost*
120737f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1208fd5d5c56SAnthony Liguori
1209fd5d5c56SAnthony Liguorivirtio
1210a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1211fd5d5c56SAnthony LiguoriS: Supported
12128d8b636dSPaolo BonziniF: hw/*/virtio*
121372fa605dSThomas HuthF: hw/virtio/Makefile.objs
121472fa605dSThomas HuthF: hw/virtio/trace-events
12156a084ea3SMichael S. TsirkinF: net/vhost-user.c
1216494f7b57SThomas HuthF: include/hw/virtio/
12176bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1218fd5d5c56SAnthony Liguori
1219fd5d5c56SAnthony Liguorivirtio-9p
12208c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1221fd5d5c56SAnthony LiguoriS: Supported
1222aebeca25SAndreas FärberF: hw/9pfs/
1223aebeca25SAndreas FärberF: fsdev/
12242d888c09SAndreas FärberF: tests/virtio-9p-test.c
12258c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1226fd5d5c56SAnthony Liguori
1227fd5d5c56SAnthony Liguorivirtio-blk
122854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1229b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1230fd5d5c56SAnthony LiguoriS: Supported
12318d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1232b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12336bd7776cSGreg KurzF: tests/virtio-blk-test.c
1234b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1235fd5d5c56SAnthony Liguori
1236dd4ad64aSCornelia Huckvirtio-ccw
1237c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1238b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1239dd4ad64aSCornelia HuckS: Supported
1240dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12413e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12423e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1243146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1244dd4ad64aSCornelia Huck
1245a5d4d7b5SGerd Hoffmannvirtio-input
1246a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1247a5d4d7b5SGerd HoffmannS: Maintained
1248a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1249a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1250a5d4d7b5SGerd Hoffmann
1251fd5d5c56SAnthony Liguorivirtio-serial
1252cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1253fd5d5c56SAnthony LiguoriS: Supported
12548d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12558d8b636dSPaolo BonziniF: hw/char/virtio-console.c
125668a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12576bd7776cSGreg KurzF: tests/virtio-console-test.c
12586bd7776cSGreg KurzF: tests/virtio-serial-test.c
1259fd5d5c56SAnthony Liguori
12601f51a5cbSAmit Shahvirtio-rng
1261cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12621f51a5cbSAmit ShahS: Supported
12631f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12641f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1265750cf869SThomas HuthF: include/sysemu/rng*.h
12661f51a5cbSAmit ShahF: backends/rng*.c
12676bd7776cSGreg KurzF: tests/virtio-rng-test.c
12681f51a5cbSAmit Shah
12696034011cSGongleivirtio-crypto
12706034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12716034011cSGongleiS: Supported
12726034011cSGongleiF: hw/virtio/virtio-crypto.c
12736034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12746034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12756034011cSGonglei
1276f3c507adSKeith Buschnvme
1277f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1278c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1279f3c507adSKeith BuschS: Supported
1280f3c507adSKeith BuschF: hw/block/nvme*
1281fc967791SAndreas FärberF: tests/nvme-test.c
1282f3c507adSKeith Busch
1283d383c625SHannes Reineckemegasas
12843fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1285c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1286d383c625SHannes ReineckeS: Supported
1287d383c625SHannes ReineckeF: hw/scsi/megasas.c
1288d383c625SHannes ReineckeF: hw/scsi/mfi.h
12893fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1290d383c625SHannes Reinecke
1291605d52e6SDmitry FleytmanNetwork packet abstractions
1292bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1293605d52e6SDmitry FleytmanS: Maintained
1294605d52e6SDmitry FleytmanF: include/net/eth.h
1295605d52e6SDmitry FleytmanF: net/eth.c
1296605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1297605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1298605d52e6SDmitry Fleytman
1299622fb504SDmitry FleytmanVmware
1300bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1301622fb504SDmitry FleytmanS: Maintained
1302622fb504SDmitry FleytmanF: hw/net/vmxnet*
1303622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13045a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1305622fb504SDmitry Fleytman
1306de24d3f1SScott FeldmanRocker
1307de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1308de24d3f1SScott FeldmanS: Maintained
1309de24d3f1SScott FeldmanF: hw/net/rocker/
1310de850948SThomas HuthF: tests/rocker/
1311de850948SThomas HuthF: docs/specs/rocker.txt
1312de24d3f1SScott Feldman
131370d1fb9cSXiao GuangrongNVDIMM
13147a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
131570d1fb9cSXiao GuangrongS: Maintained
131670d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
131770d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
131870d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
131970d1fb9cSXiao Guangrong
1320093454e2SDmitry Fleytmane1000x
1321bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1322093454e2SDmitry FleytmanS: Maintained
1323093454e2SDmitry FleytmanF: hw/net/e1000x*
1324093454e2SDmitry Fleytman
13256f3fbe4eSDmitry Fleytmane1000e
1326bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13276f3fbe4eSDmitry FleytmanS: Maintained
13286f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13296f3fbe4eSDmitry Fleytman
1330ebc2327fSStefan Weileepro100
1331ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1332ebc2327fSStefan WeilS: Maintained
1333ebc2327fSStefan WeilF: hw/net/eepro100.c
1334ebc2327fSStefan Weil
1335e481a1f6SAlistair FrancisGeneric Loader
1336c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1337e481a1f6SAlistair FrancisS: Maintained
1338e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1339e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1340c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1341e481a1f6SAlistair Francis
1342645d3cbeSSu HangIntel Hexadecimal Object File Loader
1343645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1344645d3cbeSSu HangS: Maintained
1345645d3cbeSSu HangF: tests/hexloader-test.c
1346645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1347645d3cbeSSu Hang
134887a9023aSThomas HuthCHRP NVRAM
134987a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
135087a9023aSThomas HuthS: Maintained
135187a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
135287a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
135387a9023aSThomas HuthF: tests/prom-env-test.c
135487a9023aSThomas Huth
135542697d88SBen WarrenVM Generation ID
135642697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
135742697d88SBen WarrenS: Maintained
135842697d88SBen WarrenF: hw/acpi/vmgenid.c
135942697d88SBen WarrenF: include/hw/acpi/vmgenid.h
136042697d88SBen WarrenF: docs/specs/vmgenid.txt
136142697d88SBen WarrenF: tests/vmgenid-test.c
136242697d88SBen WarrenF: stubs/vmgenid.c
136342697d88SBen Warren
1364747969dbSPhilippe Mathieu-DaudéUnimplemented device
1365747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1366747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1367747969dbSPhilippe Mathieu-DaudéS: Maintained
1368747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1369747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1370747969dbSPhilippe Mathieu-Daudé
1371dbb2e472SGerd HoffmannStandard VGA
1372dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1373dbb2e472SGerd HoffmannS: Maintained
1374dbb2e472SGerd HoffmannF: hw/display/vga*
1375dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1376dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1377dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1378dbb2e472SGerd Hoffmann
137958d632c7SGerd Hoffmannramfb
138058d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
138158d632c7SGerd HoffmannS: Maintained
138258d632c7SGerd HoffmannF: hw/display/ramfb*.c
138358d632c7SGerd HoffmannF: include/hw/display/ramfb.h
138458d632c7SGerd Hoffmann
1385dbb2e472SGerd Hoffmannvirtio-gpu
1386dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1387dbb2e472SGerd HoffmannS: Maintained
1388dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1389dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1390dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1391dbb2e472SGerd Hoffmann
1392dbb2e472SGerd HoffmannCirrus VGA
1393dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1394dbb2e472SGerd HoffmannS: Odd Fixes
1395dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1396dbb2e472SGerd HoffmannF: hw/display/cirrus*
1397dbb2e472SGerd Hoffmann
1398fd5d5c56SAnthony LiguoriSubsystems
1399fd5d5c56SAnthony Liguori----------
1400fd5d5c56SAnthony LiguoriAudio
14019f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1402fd5d5c56SAnthony LiguoriS: Maintained
1403fd5d5c56SAnthony LiguoriF: audio/
14048d8b636dSPaolo BonziniF: hw/audio/
1405a2b245aeSThomas HuthF: include/hw/audio/
1406d7b50c0cSAndreas FärberF: tests/ac97-test.c
14078fa74c94SAndreas FärberF: tests/es1370-test.c
1408fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1409fd5d5c56SAnthony Liguori
141017f1e8f5SStefan HajnocziBlock layer core
1411fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1412c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1413c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1414fd5d5c56SAnthony LiguoriS: Supported
1415fd5d5c56SAnthony LiguoriF: block*
1416fd5d5c56SAnthony LiguoriF: block/
14178d8b636dSPaolo BonziniF: hw/block/
14184c346e0bSKevin WolfF: include/block/
141946078760SKevin WolfF: qemu-img*
142046078760SKevin WolfF: qemu-io*
142129242091SKevin WolfF: tests/qemu-iotests/
14228dd30c86SMax ReitzF: util/qemu-progress.c
14230bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
14240bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1425d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1426fd5d5c56SAnthony Liguori
1427d55053b1SStefan HajnocziBlock I/O path
1428d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14299ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1430d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1431d55053b1SStefan HajnocziS: Supported
143236c697bdSPaolo BonziniF: util/async.c
143336c697bdSPaolo BonziniF: util/aio-*.c
1434d55053b1SStefan HajnocziF: block/io.c
1435d55053b1SStefan HajnocziF: migration/block*
1436e1029ae2SFam ZhengF: include/block/aio.h
1437f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14380a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1439d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1440d55053b1SStefan Hajnoczi
1441e5b5728cSPaolo BonziniBlock SCSI subsystem
1442e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1443c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1444e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1445e5b5728cSPaolo BonziniS: Supported
1446e5b5728cSPaolo BonziniF: include/scsi/*
1447e5b5728cSPaolo BonziniF: scsi/*
1448e5b5728cSPaolo Bonzini
1449280458a3SJeff CodyBlock Jobs
1450280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1451280458a3SJeff CodyL: qemu-block@nongnu.org
1452280458a3SJeff CodyS: Supported
1453280458a3SJeff CodyF: blockjob.c
1454280458a3SJeff CodyF: include/block/blockjob.h
145533e9e9bdSKevin WolfF: job.c
14561a90bc81SKevin WolfF: job-qmp.c
145733e9e9bdSKevin WolfF: include/block/job.h
1458280458a3SJeff CodyF: block/backup.c
1459280458a3SJeff CodyF: block/commit.c
146077346025SJeff CodyF: block/stream.c
1461280458a3SJeff CodyF: block/mirror.c
1462bf42508fSKevin WolfF: qapi/job.json
1463280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1464280458a3SJeff Cody
14654120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14664120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14674120201dSMarkus ArmbrusterS: Supported
14684120201dSMarkus ArmbrusterF: blockdev.c
14694120201dSMarkus ArmbrusterF: block/qapi.c
14704120201dSMarkus ArmbrusterF: qapi/block*.json
1471fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14724120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14734120201dSMarkus Armbruster
1474538193bcSJohn SnowDirty Bitmaps
1475538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1476538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1477538193bcSJohn SnowL: qemu-block@nongnu.org
1478538193bcSJohn SnowS: Supported
1479538193bcSJohn SnowF: util/hbitmap.c
1480538193bcSJohn SnowF: block/dirty-bitmap.c
1481538193bcSJohn SnowF: include/qemu/hbitmap.h
1482538193bcSJohn SnowF: include/block/dirty-bitmap.h
1483538193bcSJohn SnowF: tests/test-hbitmap.c
14845746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1485538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1486538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1487538193bcSJohn Snow
148861af0ee6SPaolo BonziniCharacter device backends
1489da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
149055fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1491fd5d5c56SAnthony LiguoriS: Maintained
1492178fe0aeSMarc-André LureauF: chardev/
14938228e353SMarc-André LureauF: include/chardev/
1494dbeee392SMarkus ArmbrusterF: qapi/char.json
1495fd5d5c56SAnthony Liguori
1496e26082fdSPaolo BonziniCharacter Devices (Braille)
1497e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1498e26082fdSPaolo BonziniS: Maintained
14996b10e573SMarc-André LureauF: chardev/baum.c
1500fd5d5c56SAnthony Liguori
1501e94630d3SMarkus ArmbrusterCommand line option argument parsing
1502e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1503e94630d3SMarkus ArmbrusterS: Supported
1504e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1505e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1506e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1507e94630d3SMarkus ArmbrusterF: util/keyval.c
1508e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1509e94630d3SMarkus Armbruster
15108c413e79SMarkus ArmbrusterCoverity model
15118c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15128c413e79SMarkus ArmbrusterS: Supported
15138c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15148c413e79SMarkus Armbruster
1515f2ca0524SAndreas FärberCPU
151612b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1517f2ca0524SAndreas FärberS: Supported
1518f2ca0524SAndreas FärberF: qom/cpu.c
15196e481d57SPeter MaydellF: include/qom/cpu.h
1520f2ca0524SAndreas Färber
1521d24b569aSPeter A. G. CrosthwaiteDevice Tree
15224b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1523d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1524d24b569aSPeter A. G. CrosthwaiteS: Maintained
152582407515SThomas HuthF: device_tree.c
152682407515SThomas HuthF: include/sysemu/device_tree.h
1527d24b569aSPeter A. G. Crosthwaite
15283505a22bSMarc-André LureauDump
15293505a22bSMarc-André LureauS: Supported
15303505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15313505a22bSMarc-André LureauF: dump.c
15323505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15333505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15343505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15353505a22bSMarc-André LureauF: include/sysemu/dump.h
15363505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15373505a22bSMarc-André LureauF: stubs/dump.c
15383505a22bSMarc-André Lureau
15394f966768SMarkus ArmbrusterError reporting
15404f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15414f966768SMarkus ArmbrusterS: Supported
15424f966768SMarkus ArmbrusterF: include/qapi/error.h
15434f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15444f966768SMarkus ArmbrusterF: util/error.c
15454f966768SMarkus ArmbrusterF: util/qemu-error.c
15464f966768SMarkus Armbruster
1547fd5d5c56SAnthony LiguoriGDB stub
15485dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1549fd5d5c56SAnthony LiguoriS: Odd Fixes
1550fd5d5c56SAnthony LiguoriF: gdbstub*
1551fd5d5c56SAnthony LiguoriF: gdb-xml/
1552fd5d5c56SAnthony Liguori
155301a9c03cSPaolo BonziniMemory API
155401a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
155501a9c03cSPaolo BonziniS: Supported
155601a9c03cSPaolo BonziniF: include/exec/ioport.h
155701a9c03cSPaolo BonziniF: ioport.c
155801a9c03cSPaolo BonziniF: include/exec/memory.h
15592b1641d0SPaolo BonziniF: include/exec/ram_addr.h
156001a9c03cSPaolo BonziniF: memory.c
156101a9c03cSPaolo BonziniF: include/exec/memory-internal.h
156201a9c03cSPaolo BonziniF: exec.c
156301a9c03cSPaolo Bonzini
15647ee3bf03SGerd HoffmannSPICE
15657ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15667ee3bf03SGerd HoffmannS: Supported
15676e481d57SPeter MaydellF: include/ui/qemu-spice.h
1568438528a3SThomas HuthF: include/ui/spice-display.h
15697ee3bf03SGerd HoffmannF: ui/spice-*.c
15707ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15718d8b636dSPaolo BonziniF: hw/display/qxl*
1572608cfed6SMarkus ArmbrusterF: qapi/ui.json
15737ee3bf03SGerd Hoffmann
1574fd5d5c56SAnthony LiguoriGraphics
157525eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
157625eccc37SGerd HoffmannS: Odd Fixes
1577fd5d5c56SAnthony LiguoriF: ui/
1578e220656cSThomas HuthF: include/ui/
1579608cfed6SMarkus ArmbrusterF: qapi/ui.json
1580b1d38037SMarc-André LureauF: util/drm.c
1581fd5d5c56SAnthony Liguori
1582351f1bf6SAndreas FärberCocoa graphics
158330ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1584351f1bf6SAndreas FärberS: Odd Fixes
1585351f1bf6SAndreas FärberF: ui/cocoa.m
1586351f1bf6SAndreas Färber
1587fd5d5c56SAnthony LiguoriMain loop
1588da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1589da26f37aSPaolo BonziniS: Maintained
1590da26f37aSPaolo BonziniF: cpus.c
15913ecb29a3SPaolo BonziniF: util/main-loop.c
15923ecb29a3SPaolo BonziniF: util/qemu-timer.c
1593fd5d5c56SAnthony LiguoriF: vl.c
15940e201d34SMarkus ArmbrusterF: qapi/run-state.json
1595fd5d5c56SAnthony Liguori
15968899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1597c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1598fbb0621aSLuiz CapitulinoS: Maintained
1599fd5d5c56SAnthony LiguoriF: monitor.c
1600c13e9912SThomas HuthF: hmp.[ch]
1601c13e9912SThomas HuthF: hmp-commands*.hx
1602c13e9912SThomas HuthF: include/monitor/hmp-target.h
1603bbcee372SThomas HuthF: tests/test-hmp.c
1604fd5d5c56SAnthony Liguori
1605f536f112SPaolo BonziniNetwork device backends
1606442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1607fd5d5c56SAnthony LiguoriS: Maintained
1608fd5d5c56SAnthony LiguoriF: net/
1609d24b2b1cSThomas HuthF: include/net/
16105fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
16113c0bd37dSMarkus ArmbrusterF: qapi/net.json
1612fd5d5c56SAnthony Liguori
1613aee09bafSVincenzo MaffioneNetmap network backend
1614aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1615aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1616aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1617aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1618aee09bafSVincenzo MaffioneS: Maintained
1619aee09bafSVincenzo MaffioneF: net/netmap.c
1620aee09bafSVincenzo Maffione
16212f54eb98SEduardo HabkostNUMA
16222f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16232f54eb98SEduardo HabkostS: Maintained
16242f54eb98SEduardo HabkostF: numa.c
16252f54eb98SEduardo HabkostF: include/sysemu/numa.h
1626e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16272f54eb98SEduardo Habkost
16284fc264f4SEduardo HabkostHost Memory Backends
16294fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16304fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16314fc264f4SEduardo HabkostS: Maintained
16324fc264f4SEduardo HabkostF: backends/hostmem*.c
16334fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1634e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16354fc264f4SEduardo Habkost
16366034011cSGongleiCryptodev Backends
16376034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16386034011cSGongleiS: Maintained
16396034011cSGongleiF: include/sysemu/cryptodev*.h
16406034011cSGongleiF: backends/cryptodev*.c
16416034011cSGonglei
1642ad904f66SEduardo HabkostPython scripts
1643ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1644ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1645ad904f66SEduardo HabkostS: Odd fixes
1646ad904f66SEduardo HabkostF: scripts/qmp/*
1647ad904f66SEduardo HabkostF: scripts/*.py
1648ad904f66SEduardo HabkostF: tests/*.py
1649ad904f66SEduardo Habkost
16508899b4aeSLuiz CapitulinoQAPI
16519740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16528899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16539740618cSLuiz CapitulinoS: Supported
16548899b4aeSLuiz CapitulinoF: qapi/
16550311c5bdSMarkus ArmbrusterX: qapi/*.json
1656ac4abb9aSMarkus ArmbrusterF: include/qapi/
1657ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1658ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1659c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1660ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1661e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1662ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1663e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1664be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1665be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1666c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16679740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16688899b4aeSLuiz Capitulino
16697810d291SLuiz CapitulinoQAPI Schema
16707810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16717810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16727810d291SLuiz CapitulinoS: Supported
16737810d291SLuiz CapitulinoF: qapi-schema.json
16740311c5bdSMarkus ArmbrusterF: qapi/*.json
16759740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16767810d291SLuiz Capitulino
1677f3582ba4SLuiz CapitulinoQObject
1678daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1679daf5dc78SMarkus ArmbrusterS: Supported
1680f3582ba4SLuiz CapitulinoF: qobject/
16817735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16827735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1683a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16847735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
168501b2ffceSMarc-André LureauF: tests/check-qnum.c
16867735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16877735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16887735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1689daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1690f3582ba4SLuiz Capitulino
1691f05d9999SMichael RothQEMU Guest Agent
1692f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1693f05d9999SMichael RothS: Maintained
1694f05d9999SMichael RothF: qga/
1695ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1696ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1697ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1698ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1699f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1700f05d9999SMichael Roth
17014688c94cSAndreas FärberQOM
17024688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17034688c94cSAndreas FärberS: Supported
17044688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
17054688c94cSAndreas FärberF: include/qom/
17064688c94cSAndreas FärberX: include/qom/cpu.h
17074688c94cSAndreas FärberF: qom/
17084688c94cSAndreas FärberX: qom/cpu.c
17099f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17109f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17114688c94cSAndreas Färber
17128899b4aeSLuiz CapitulinoQMP
17139740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17149740618cSLuiz CapitulinoS: Supported
17158899b4aeSLuiz CapitulinoF: qmp.c
17168899b4aeSLuiz CapitulinoF: monitor.c
1717c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17189740618cSLuiz CapitulinoF: scripts/qmp/
1719f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
1720d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c
17219740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17228899b4aeSLuiz Capitulino
172398a43bf0SPaolo Bonziniqtest
172498a43bf0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
172598a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
172698a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
172798a43bf0SPaolo BonziniS: Maintained
172898a43bf0SPaolo BonziniF: qtest.c
172998a43bf0SPaolo BonziniF: tests/libqtest.*
173098a43bf0SPaolo BonziniF: tests/libqos/
173198a43bf0SPaolo BonziniF: tests/*-test.c
173298a43bf0SPaolo Bonzini
1733cc0100f4SAlistair FrancisRegister API
1734c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1735cc0100f4SAlistair FrancisS: Maintained
1736cc0100f4SAlistair FrancisF: hw/core/register.c
1737cc0100f4SAlistair FrancisF: include/hw/register.h
173806a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1739cc0100f4SAlistair Francis
1740fd5d5c56SAnthony LiguoriSLIRP
1741eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1742bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1743bafc72abSJan KiszkaS: Maintained
1744fd5d5c56SAnthony LiguoriF: slirp/
1745663fb1e1SThomas HuthF: net/slirp.c
1746d24b2b1cSThomas HuthF: include/net/slirp.h
174702cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17481ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1749fd5d5c56SAnthony Liguori
1750b1ed728aSPaolo BonziniStubs
1751b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1752b1ed728aSPaolo BonziniS: Maintained
1753b1ed728aSPaolo BonziniF: stubs/
1754b1ed728aSPaolo Bonzini
1755598a3f35SStefan HajnocziTracing
17561cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1757598a3f35SStefan HajnocziS: Maintained
1758598a3f35SStefan HajnocziF: trace/
17590e076292SThomas HuthF: trace-events
17600e076292SThomas HuthF: qemu-option-trace.texi
1761f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1762f70fd8fdSLluís VilanovaF: scripts/tracetool/
1763c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17641ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1765598a3f35SStefan Hajnoczi
17663859b6cfSMarkus ArmbrusterTPM
17676b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17686b4f250bSStefan BergerS: Maintained
17693859b6cfSMarkus ArmbrusterF: tpm.c
1770c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17713859b6cfSMarkus ArmbrusterF: hw/tpm/*
17723859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17733859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17743859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17756b4f250bSStefan BergerF: backends/tpm.c
1776adb0e917SStefan BergerF: tests/*tpm*
1777d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17783859b6cfSMarkus Armbruster
177914f40fdcSBlue SwirlCheckpatch
178014f40fdcSBlue SwirlS: Odd Fixes
178114f40fdcSBlue SwirlF: scripts/checkpatch.pl
178214f40fdcSBlue Swirl
1783c0787c8dSJuan QuintelaMigration
1784c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1785d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1786c0787c8dSJuan QuintelaS: Maintained
1787c0787c8dSJuan QuintelaF: include/migration/
178844a1f946SDr. David Alan GilbertF: migration/
1789c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1790c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17912656bfd9SJuan QuintelaF: tests/migration-test.c
1792c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
179348685a8eSMarkus ArmbrusterF: qapi/migration.json
1794c0787c8dSJuan Quintela
179592bfedb0SEduardo OtuboSeccomp
1796064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
179792bfedb0SEduardo OtuboS: Supported
179892bfedb0SEduardo OtuboF: qemu-seccomp.c
179992bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
180092bfedb0SEduardo Otubo
1801ddbb0d09SDaniel P. BerrangeCryptography
1802ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1803ddbb0d09SDaniel P. BerrangeS: Maintained
1804ddbb0d09SDaniel P. BerrangeF: crypto/
1805ddbb0d09SDaniel P. BerrangeF: include/crypto/
1806ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18073947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1808899833cdSDaniel P. BerrangeF: qemu.sasl
1809ddbb0d09SDaniel P. Berrange
181010817bf0SDaniel P. BerrangeCoroutines
181110817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
181210817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
181310817bf0SDaniel P. BerrangeF: util/*coroutine*
181410817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
181510817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
181610817bf0SDaniel P. Berrange
181788c5f205SDaniel P. BerrangeBuffers
181888c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
181988c5f205SDaniel P. BerrangeS: Odd fixes
182088c5f205SDaniel P. BerrangeF: util/buffer.c
182188c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
182288c5f205SDaniel P. Berrange
1823666a3af9SDaniel P. BerrangeI/O Channels
1824666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1825666a3af9SDaniel P. BerrangeS: Maintained
1826666a3af9SDaniel P. BerrangeF: io/
1827666a3af9SDaniel P. BerrangeF: include/io/
1828666a3af9SDaniel P. BerrangeF: tests/test-io-*
1829666a3af9SDaniel P. Berrange
18305614a283SGerd HoffmannSockets
18315614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18325614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18335614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18345614a283SGerd HoffmannS: Maintained
18355614a283SGerd HoffmannF: include/qemu/sockets.h
18365614a283SGerd HoffmannF: util/qemu-sockets.c
1837a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18385614a283SGerd Hoffmann
1839d310d85bSAlberto GarciaThrottling infrastructure
1840d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1841d310d85bSAlberto GarciaS: Supported
1842d310d85bSAlberto GarciaF: block/throttle-groups.c
1843d310d85bSAlberto GarciaF: include/block/throttle-groups.h
184489603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1845d310d85bSAlberto GarciaF: util/throttle.c
184689603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
184789603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1848d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1849d310d85bSAlberto Garcia
1850080d7aacSFam ZhengUUID
1851080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1852080d7aacSFam ZhengS: Supported
1853080d7aacSFam ZhengF: util/uuid.c
1854080d7aacSFam ZhengF: include/qemu/uuid.h
1855080d7aacSFam ZhengF: tests/test-uuid.c
1856080d7aacSFam Zheng
1857a4cc318eSzhanghailiangCOLO Framework
1858a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1859a4cc318eSzhanghailiangS: Maintained
1860a4cc318eSzhanghailiangF: migration/colo*
1861a4cc318eSzhanghailiangF: include/migration/colo.h
1862a4cc318eSzhanghailiangF: include/migration/failover.h
1863a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1864a4cc318eSzhanghailiang
186588f82ed1SZhang ChenCOLO Proxy
1866b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
186788f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
186888f82ed1SZhang ChenS: Supported
186988f82ed1SZhang ChenF: docs/colo-proxy.txt
187088f82ed1SZhang ChenF: net/colo*
187188f82ed1SZhang ChenF: net/filter-rewriter.c
187288f82ed1SZhang ChenF: net/filter-mirror.c
187388f82ed1SZhang Chen
187462258201SPavel DovgalyukRecord/replay
187562258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
187662258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
187770b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
187862258201SPavel DovgalyukS: Supported
187962258201SPavel DovgalyukF: replay/*
188062258201SPavel DovgalyukF: block/blkreplay.c
188162258201SPavel DovgalyukF: net/filter-replay.c
188262258201SPavel DovgalyukF: include/sysemu/replay.h
188362258201SPavel DovgalyukF: docs/replay.txt
188462258201SPavel DovgalyukF: stubs/replay.c
188562258201SPavel Dovgalyuk
1886eecf5eedSPeter XuIOVA Tree
1887eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1888eecf5eedSPeter XuS: Maintained
1889eecf5eedSPeter XuF: include/qemu/iova-tree.h
1890eecf5eedSPeter XuF: util/iova-tree.c
1891eecf5eedSPeter Xu
1892fd5d5c56SAnthony LiguoriUsermode Emulation
1893fd5d5c56SAnthony Liguori------------------
1894486bbe5fSPaolo BonziniOverall
1895486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1896486bbe5fSPaolo BonziniS: Maintained
1897486bbe5fSPaolo BonziniF: thunk.c
189858410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1899486bbe5fSPaolo Bonzini
1900fd5d5c56SAnthony LiguoriBSD user
1901297e8005SMarkus ArmbrusterS: Orphan
1902fd5d5c56SAnthony LiguoriF: bsd-user/
1903ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1904fd5d5c56SAnthony Liguori
1905fd5d5c56SAnthony LiguoriLinux user
1906fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1907ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1908fd5d5c56SAnthony LiguoriS: Maintained
1909fd5d5c56SAnthony LiguoriF: linux-user/
1910ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1911e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
191242f5a7e9SAurelien Jarno
191342f5a7e9SAurelien JarnoTiny Code Generator (TCG)
191442f5a7e9SAurelien Jarno-------------------------
191542f5a7e9SAurelien JarnoCommon code
1916cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
191742f5a7e9SAurelien JarnoS: Maintained
191842f5a7e9SAurelien JarnoF: tcg/
191942f5a7e9SAurelien Jarno
1920b25a464cSClaudio FontanaAArch64 target
1921b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1922b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1923b25a464cSClaudio FontanaS: Maintained
1924b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1925b25a464cSClaudio FontanaF: tcg/aarch64/
1926c17652eeSPaolo BonziniF: disas/arm-a64.cc
1927c17652eeSPaolo BonziniF: disas/libvixl/
1928b25a464cSClaudio Fontana
192942f5a7e9SAurelien JarnoARM target
193042f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
193142f5a7e9SAurelien JarnoS: Maintained
1932b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
193342f5a7e9SAurelien JarnoF: tcg/arm/
1934c17652eeSPaolo BonziniF: disas/arm.c
193542f5a7e9SAurelien Jarno
193642f5a7e9SAurelien Jarnoi386 target
19375dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
193842f5a7e9SAurelien JarnoS: Maintained
193942f5a7e9SAurelien JarnoF: tcg/i386/
1940c17652eeSPaolo BonziniF: disas/i386.c
194142f5a7e9SAurelien Jarno
194242f5a7e9SAurelien JarnoMIPS target
1943d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
194442f5a7e9SAurelien JarnoS: Maintained
194542f5a7e9SAurelien JarnoF: tcg/mips/
1946c17652eeSPaolo BonziniF: disas/mips.c
194742f5a7e9SAurelien Jarno
194842f5a7e9SAurelien JarnoPPC
194915610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
195015610d42SPranith KumarS: Odd Fixes
195142f5a7e9SAurelien JarnoF: tcg/ppc/
1952c17652eeSPaolo BonziniF: disas/ppc.c
195342f5a7e9SAurelien Jarno
195442f5a7e9SAurelien JarnoS390 target
195542f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
195642f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
195742f5a7e9SAurelien JarnoS: Maintained
195842f5a7e9SAurelien JarnoF: tcg/s390/
1959c17652eeSPaolo BonziniF: disas/s390.c
1960146bd283SCornelia HuckL: qemu-s390x@nongnu.org
196142f5a7e9SAurelien Jarno
196242f5a7e9SAurelien JarnoSPARC target
1963297e8005SMarkus ArmbrusterS: Odd Fixes
196442f5a7e9SAurelien JarnoF: tcg/sparc/
1965c17652eeSPaolo BonziniF: disas/sparc.c
1966bc75c9e5SStefan Weil
1967bc75c9e5SStefan WeilTCI target
1968bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1969bc75c9e5SStefan WeilS: Maintained
19708ef9cd55SAndreas FärberF: tcg/tci/
1971752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1972c17652eeSPaolo BonziniF: disas/tci.c
1973aa09c951SAndreas Färber
1974f05b328cSStefan HajnocziBlock drivers
1975f05b328cSStefan Hajnoczi-------------
1976f05b328cSStefan HajnocziVMDK
1977f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1978c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1979f05b328cSStefan HajnocziS: Supported
1980f05b328cSStefan HajnocziF: block/vmdk.c
1981f05b328cSStefan Hajnoczi
1982f05b328cSStefan HajnocziRBD
19835a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1984280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1985280458a3SJeff CodyL: qemu-block@nongnu.org
1986f05b328cSStefan HajnocziS: Supported
1987f05b328cSStefan HajnocziF: block/rbd.c
1988280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1989f05b328cSStefan Hajnoczi
1990f05b328cSStefan HajnocziSheepdog
199153b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1992f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1993280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1994280458a3SJeff CodyL: qemu-block@nongnu.org
1995dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1996f05b328cSStefan HajnocziS: Supported
1997f05b328cSStefan HajnocziF: block/sheepdog.c
1998280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1999f05b328cSStefan Hajnoczi
2000f05b328cSStefan HajnocziVHDX
2001f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
2002280458a3SJeff CodyL: qemu-block@nongnu.org
2003f05b328cSStefan HajnocziS: Supported
2004f05b328cSStefan HajnocziF: block/vhdx*
2005280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2006f05b328cSStefan Hajnoczi
2007f05b328cSStefan HajnocziVDI
2008f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2009c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2010f05b328cSStefan HajnocziS: Maintained
2011f05b328cSStefan HajnocziF: block/vdi.c
2012f05b328cSStefan Hajnoczi
2013f05b328cSStefan HajnocziiSCSI
2014f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2015f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2016f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2017c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2018f05b328cSStefan HajnocziS: Supported
2019f05b328cSStefan HajnocziF: block/iscsi.c
20202deb63c2SPeter LievenF: block/iscsi-opts.c
2021f05b328cSStefan Hajnoczi
202299c62e70SEric BlakeNetwork Block Device (NBD)
202399c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
202499c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
202599c62e70SEric BlakeL: qemu-block@nongnu.org
202699c62e70SEric BlakeS: Maintained
202799c62e70SEric BlakeF: block/nbd*
202899c62e70SEric BlakeF: nbd/
202999c62e70SEric BlakeF: include/block/nbd*
203099c62e70SEric BlakeF: qemu-nbd.*
203199c62e70SEric BlakeF: blockdev-nbd.c
20323229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
203399c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
203499c62e70SEric Blake
20356542aa9cSPeter LievenNFS
2036280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20376542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2038280458a3SJeff CodyL: qemu-block@nongnu.org
20396542aa9cSPeter LievenS: Maintained
20406542aa9cSPeter LievenF: block/nfs.c
2041280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20426542aa9cSPeter Lieven
2043f05b328cSStefan HajnocziSSH
2044f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2045280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2046280458a3SJeff CodyL: qemu-block@nongnu.org
2047f05b328cSStefan HajnocziS: Supported
2048f05b328cSStefan HajnocziF: block/ssh.c
2049280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2050c9a12e75SChrysostomos Nanakos
2051280458a3SJeff CodyCURL
2052280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2053280458a3SJeff CodyL: qemu-block@nongnu.org
2054280458a3SJeff CodyS: Supported
2055280458a3SJeff CodyF: block/curl.c
2056280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2057280458a3SJeff Cody
2058280458a3SJeff CodyGLUSTER
2059280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2060280458a3SJeff CodyL: qemu-block@nongnu.org
2061280458a3SJeff CodyS: Supported
2062280458a3SJeff CodyF: block/gluster.c
2063280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2064b5e9476cSGonglei
2065199667a8SFam ZhengNull Block Driver
2066199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2067199667a8SFam ZhengL: qemu-block@nongnu.org
2068199667a8SFam ZhengS: Supported
2069199667a8SFam ZhengF: block/null.c
2070199667a8SFam Zheng
2071bdd6a90aSFam ZhengNVMe Block Driver
2072bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2073bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2074bdd6a90aSFam ZhengS: Supported
2075bdd6a90aSFam ZhengF: block/nvme*
2076bdd6a90aSFam Zheng
2077b5e9476cSGongleiBootdevice
2078b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2079b5e9476cSGongleiS: Maintained
2080b5e9476cSGongleiF: bootdevice.c
2081ecdda9e0SAlberto Garcia
2082ecdda9e0SAlberto GarciaQuorum
2083ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2084ecdda9e0SAlberto GarciaS: Supported
2085ecdda9e0SAlberto GarciaF: block/quorum.c
2086ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2087e7c6e631SStefan Hajnoczi
2088bfcc224eSAapo Vienamoblklogwrites
2089bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2090bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2091bfcc224eSAapo VienamoS: Supported
2092bfcc224eSAapo VienamoF: block/blklogwrites.c
2093bfcc224eSAapo Vienamo
2094e7c6e631SStefan Hajnocziblkverify
2095e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2096e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2097e7c6e631SStefan HajnocziS: Supported
2098e7c6e631SStefan HajnocziF: block/blkverify.c
2099e7c6e631SStefan Hajnoczi
2100e7c6e631SStefan Hajnoczibochs
2101e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2102e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2103e7c6e631SStefan HajnocziS: Supported
2104e7c6e631SStefan HajnocziF: block/bochs.c
2105e7c6e631SStefan Hajnoczi
2106e7c6e631SStefan Hajnoczicloop
2107e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2108e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2109e7c6e631SStefan HajnocziS: Supported
2110e7c6e631SStefan HajnocziF: block/cloop.c
2111e7c6e631SStefan Hajnoczi
2112e7c6e631SStefan Hajnoczidmg
2113e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2114e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2115e7c6e631SStefan HajnocziS: Supported
2116e7c6e631SStefan HajnocziF: block/dmg.c
2117e7c6e631SStefan Hajnoczi
2118e7c6e631SStefan Hajnocziparallels
2119e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2120f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2121e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2122e7c6e631SStefan HajnocziS: Supported
2123e7c6e631SStefan HajnocziF: block/parallels.c
21245746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2125e7c6e631SStefan Hajnoczi
2126e7c6e631SStefan Hajnocziqed
2127e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2128e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2129e7c6e631SStefan HajnocziS: Supported
2130e7c6e631SStefan HajnocziF: block/qed.c
2131e7c6e631SStefan Hajnoczi
2132e7c6e631SStefan Hajnocziraw
2133e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2134e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2135e7c6e631SStefan HajnocziS: Supported
2136e7c6e631SStefan HajnocziF: block/linux-aio.c
2137f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21382e6fc7ebSEric BlakeF: block/raw-format.c
2139c1bb86cdSEric BlakeF: block/file-posix.c
2140c1bb86cdSEric BlakeF: block/file-win32.c
2141e7c6e631SStefan HajnocziF: block/win32-aio.c
2142e7c6e631SStefan Hajnoczi
2143e7c6e631SStefan Hajnocziqcow2
2144e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2145c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2146e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2147e7c6e631SStefan HajnocziS: Supported
2148e7c6e631SStefan HajnocziF: block/qcow2*
2149b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2150e7c6e631SStefan Hajnoczi
2151e7c6e631SStefan Hajnocziqcow
2152e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2153e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2154e7c6e631SStefan HajnocziS: Supported
2155e7c6e631SStefan HajnocziF: block/qcow.c
2156e7c6e631SStefan Hajnoczi
2157e7c6e631SStefan Hajnocziblkdebug
2158e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2159c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2160e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2161e7c6e631SStefan HajnocziS: Supported
2162e7c6e631SStefan HajnocziF: block/blkdebug.c
2163e7c6e631SStefan Hajnoczi
2164e7c6e631SStefan Hajnoczivpc
2165e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2166e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2167e7c6e631SStefan HajnocziS: Supported
2168e7c6e631SStefan HajnocziF: block/vpc.c
2169e7c6e631SStefan Hajnoczi
2170e7c6e631SStefan Hajnoczivvfat
2171e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2172e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2173e7c6e631SStefan HajnocziS: Supported
2174e7c6e631SStefan HajnocziF: block/vvfat.c
2175abfe4e94SStefan Hajnoczi
2176abfe4e94SStefan HajnocziImage format fuzzer
2177abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2178abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2179abfe4e94SStefan HajnocziS: Supported
2180abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2181717171bdSDaniel P. Berrange
2182049105a3SChanglong XieReplication
2183205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21843ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2185049105a3SChanglong XieS: Supported
2186049105a3SChanglong XieF: replication*
2187049105a3SChanglong XieF: block/replication.c
2188049105a3SChanglong XieF: tests/test-replication.c
2189049105a3SChanglong XieF: docs/block-replication.txt
2190049105a3SChanglong Xie
2191a3defabbSMarcel ApfelbaumPVRDMA
2192a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2193fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2194a3defabbSMarcel ApfelbaumS: Maintained
2195a3defabbSMarcel ApfelbaumF: hw/rdma/*
2196a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2197a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2198a3defabbSMarcel Apfelbaum
2199b9e02c06SAlex BennéeBuild and test automation
2200b9e02c06SAlex Bennée-------------------------
22010475a03eSEduardo HabkostBuild and test automation
2202b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2203e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
220432b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2205b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2206e70dc7f8SAlex BennéeS: Maintained
2207b9e02c06SAlex BennéeF: .travis.yml
22080708e647SAlex BennéeF: scripts/travis/
2209d92d886aSAlex BennéeF: .shippable.yml
2210e70dc7f8SAlex BennéeF: tests/docker/
221118023821SFam ZhengF: tests/vm/
2212e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22132a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2214e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2215717171bdSDaniel P. Berrange
22167e97017eSAlex BennéeGuest Test Compilation Support
22177e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22187e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22197e97017eSAlex BennéeF: tests/tcg/Makefile
2220c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22217e97017eSAlex BennéeL: qemu-devel@nongnu.org
22227e97017eSAlex Bennée
2223717171bdSDaniel P. BerrangeDocumentation
2224717171bdSDaniel P. Berrange-------------
2225717171bdSDaniel P. BerrangeBuild system architecture
2226717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2227717171bdSDaniel P. BerrangeS: Odd Fixes
2228c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22298a49e97fSFam Zheng
2230b02c9bc3SMarkus ArmbrusterIncompatible changes
2231b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2232b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2233b02c9bc3SMarkus Armbruster
2234aef45d51SDaniel P. BerrangeBuild System
2235aef45d51SDaniel P. Berrange------------
2236aef45d51SDaniel P. BerrangeGIT submodules
2237aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2238aef45d51SDaniel P. BerrangeS: Odd Fixes
2239aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2240