xref: /openbmc/qemu/MAINTAINERS (revision 050c2ea0)
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
256146bd283SCornelia HuckL: qemu-s390x@nongnu.org
257b6f97c14Sbellard
258fd5d5c56SAnthony LiguoriSH4
259ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2602c9b7d1aSAndreas FärberS: Odd Fixes
261fcf5ef2aSThomas HuthF: target/sh4/
2628d8b636dSPaolo BonziniF: hw/sh4/
263c17652eeSPaolo BonziniF: disas/sh4.c
2648a90f900SThomas HuthF: include/hw/sh4/
265fd5d5c56SAnthony Liguori
266fd5d5c56SAnthony LiguoriSPARC
267f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2682c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
269fd5d5c56SAnthony LiguoriS: Maintained
270fcf5ef2aSThomas HuthF: target/sparc/
2718d8b636dSPaolo BonziniF: hw/sparc/
2728d8b636dSPaolo BonziniF: hw/sparc64/
273c17652eeSPaolo BonziniF: disas/sparc.c
274fd5d5c56SAnthony Liguori
275a6ea7b4cSAndreas FärberUniCore32
276a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
277a6ea7b4cSAndreas FärberS: Maintained
278fcf5ef2aSThomas HuthF: target/unicore32/
2798d8b636dSPaolo BonziniF: hw/unicore32/
28047b98d59SThomas HuthF: include/hw/unicore32/
281a6ea7b4cSAndreas Färber
282fd5d5c56SAnthony LiguoriX86
283d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
284d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
285e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
286b203a4baSEduardo HabkostS: Maintained
287fcf5ef2aSThomas HuthF: target/i386/
2884132431fSAlex BennéeF: tests/tcg/i386/
2893a082ec0SAlex BennéeF: tests/tcg/x86_64/
2908d8b636dSPaolo BonziniF: hw/i386/
291c17652eeSPaolo BonziniF: disas/i386.c
2922544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi
293e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
294fd5d5c56SAnthony Liguori
29516e7caaeSMax FilippovXtensa
29616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
297b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29816e7caaeSMax FilippovS: Maintained
299fcf5ef2aSThomas HuthF: target/xtensa/
3008d8b636dSPaolo BonziniF: hw/xtensa/
301c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3025a6539e6SMax FilippovF: disas/xtensa.c
30316e7caaeSMax Filippov
30448e06fe0SBastian KoppelmannTriCore
30548e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30648e06fe0SBastian KoppelmannS: Maintained
307fcf5ef2aSThomas HuthF: target/tricore/
30848e06fe0SBastian KoppelmannF: hw/tricore/
309d46d14e6SThomas HuthF: include/hw/tricore/
31048e06fe0SBastian Koppelmann
311dd28bebdSAlex BennéeMultiarch Linux User Tests
312dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
313dd28bebdSAlex BennéeF: tests/tcg/multiarch/
314dd28bebdSAlex Bennée
315fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
316fd5d5c56SAnthony Liguori----------------------
317fd5d5c56SAnthony Liguori
318fd5d5c56SAnthony LiguoriOverall
319c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
320fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
321fd5d5c56SAnthony LiguoriS: Supported
322fd5d5c56SAnthony LiguoriF: */kvm.*
3231962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
324a95e9a48SThomas HuthF: include/sysemu/kvm*.h
325fd5d5c56SAnthony Liguori
326ed4659d1SPeter MaydellARM
327ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
328b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
329ed4659d1SPeter MaydellS: Maintained
330fcf5ef2aSThomas HuthF: target/arm/kvm.c
331ed4659d1SPeter Maydell
332a31896c4SJames HoganMIPS
333a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
334a31896c4SJames HoganS: Maintained
335fcf5ef2aSThomas HuthF: target/mips/kvm.c
336a31896c4SJames Hogan
337fd5d5c56SAnthony LiguoriPPC
338fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
339fd5d5c56SAnthony LiguoriS: Maintained
340fcf5ef2aSThomas HuthF: target/ppc/kvm.c
341fd5d5c56SAnthony Liguori
342fd5d5c56SAnthony LiguoriS390
343b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
344c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
345fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
346fd5d5c56SAnthony LiguoriS: Maintained
347fcf5ef2aSThomas HuthF: target/s390x/kvm.c
348040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
349040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
350fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
351fcf5ef2aSThomas HuthF: target/s390x/machine.c
35274b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3534277af19SCornelia HuckF: hw/intc/s390_flic.c
3544277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3554277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
356c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3573e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3583e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
359146bd283SCornelia HuckL: qemu-s390x@nongnu.org
360fd5d5c56SAnthony Liguori
361fd5d5c56SAnthony LiguoriX86
362d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
363fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
364fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
365fd5d5c56SAnthony LiguoriS: Supported
366fcf5ef2aSThomas HuthF: target/i386/kvm.c
367fd5d5c56SAnthony Liguori
3688a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3698a6b0cd7SStefano Stabellini----------------------
3708a6b0cd7SStefano Stabellini
3718a6b0cd7SStefano StabelliniX86
3723623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3733623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3746d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3758a6b0cd7SStefano StabelliniS: Supported
3768a6b0cd7SStefano StabelliniF: */xen*
377d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
378c92451c2SPaolo BonziniF: hw/char/xen_console.c
379c92451c2SPaolo BonziniF: hw/display/xenfb.c
380c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3819027ac50SStefano StabelliniF: hw/block/xen_*
382c92451c2SPaolo BonziniF: hw/xen/
383c92451c2SPaolo BonziniF: hw/xenpv/
3849027ac50SStefano StabelliniF: hw/i386/xen/
385c92451c2SPaolo BonziniF: include/hw/xen/
3869027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3878a6b0cd7SStefano Stabellini
3881bdd6874SStefan WeilHosts:
3891bdd6874SStefan Weil------
3901bdd6874SStefan Weil
3911bdd6874SStefan WeilLINUX
3921bdd6874SStefan WeilL: qemu-devel@nongnu.org
3931bdd6874SStefan WeilS: Maintained
3941bdd6874SStefan WeilF: linux-*
3951bdd6874SStefan WeilF: linux-headers/
3961bdd6874SStefan Weil
3971bdd6874SStefan WeilPOSIX
3981bdd6874SStefan WeilL: qemu-devel@nongnu.org
3991bdd6874SStefan WeilS: Maintained
4001bdd6874SStefan WeilF: *posix*
4011bdd6874SStefan Weil
4023c2bdbc1SKamil RytarowskiNETBSD
4033c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4043c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4053c2bdbc1SKamil RytarowskiS: Maintained
4061b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4073c2bdbc1SKamil Rytarowski
4080a773d55SBrad SmithOPENBSD
4090a773d55SBrad SmithL: qemu-devel@nongnu.org
4100a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4110a773d55SBrad SmithS: Maintained
4120a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4130a773d55SBrad Smith
4141bdd6874SStefan WeilW32, W64
4151bdd6874SStefan WeilL: qemu-devel@nongnu.org
4161bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4171bdd6874SStefan WeilS: Maintained
4181bdd6874SStefan WeilF: *win32*
41903972660SThomas HuthF: */*win32*
42003972660SThomas HuthF: include/*/*win32*
42103972660SThomas HuthX: qga/*win32*
422885bdc95SStefan WeilF: qemu.nsi
4231bdd6874SStefan Weil
424b250d04aSPhilippe Mathieu-DaudéAlpha Machines
425b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
426b250d04aSPhilippe Mathieu-DaudéS: Maintained
427b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4287bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
429b250d04aSPhilippe Mathieu-Daudé
430fd5d5c56SAnthony LiguoriARM Machines
431fd5d5c56SAnthony Liguori------------
43284291fe7SliguangAllwinner-a10
43385b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
434b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43584291fe7SliguangS: Maintained
43685b4d5daSBeniamino GalvaniF: hw/*/allwinner*
43785b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
43884291fe7SliguangF: hw/arm/cubieboard.c
43984291fe7Sliguang
440e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44106271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
442b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44306271000SPaolo BonziniS: Maintained
44406271000SPaolo BonziniF: hw/char/pl011.c
445c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
44606271000SPaolo BonziniF: hw/display/pl110*
44706271000SPaolo BonziniF: hw/dma/pl080.c
44806271000SPaolo BonziniF: hw/dma/pl330.c
44906271000SPaolo BonziniF: hw/gpio/pl061.c
45006271000SPaolo BonziniF: hw/input/pl050.c
45106271000SPaolo BonziniF: hw/intc/pl190.c
45206271000SPaolo BonziniF: hw/sd/pl181.c
45306271000SPaolo BonziniF: hw/timer/pl031.c
45406271000SPaolo BonziniF: include/hw/arm/primecell.h
455e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
456e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
457e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
458e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
459*050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
460*050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4610d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4620d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
463344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
464344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
46506271000SPaolo Bonzini
46606271000SPaolo BonziniARM cores
46706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
468b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
46906271000SPaolo BonziniS: Maintained
47006271000SPaolo BonziniF: hw/intc/arm*
47106271000SPaolo BonziniF: hw/intc/gic_internal.h
47206271000SPaolo BonziniF: hw/misc/a9scu.c
47306271000SPaolo BonziniF: hw/misc/arm11scu.c
47406271000SPaolo BonziniF: hw/timer/a9gtimer*
475c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
476c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
47706271000SPaolo BonziniF: include/hw/intc/arm*
47806271000SPaolo BonziniF: include/hw/misc/a9scu.h
47906271000SPaolo BonziniF: include/hw/misc/arm11scu.h
48006271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
48106271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
482c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
483c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
48406271000SPaolo Bonzini
485fc63dcffSEvgeny VoevodinExynos
486f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
487b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
488fc63dcffSEvgeny VoevodinS: Maintained
4898d8b636dSPaolo BonziniF: hw/*/exynos*
490ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
491fc63dcffSEvgeny Voevodin
492766fd09fSMark LangsdorfCalxeda Highbank
4939ef137caSRob HerringM: Rob Herring <robh@kernel.org>
494b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4959ef137caSRob HerringS: Maintained
4968d8b636dSPaolo BonziniF: hw/arm/highbank.c
4978d8b636dSPaolo BonziniF: hw/net/xgmac.c
498766fd09fSMark Langsdorf
4999082f121SAntony PavlovCanon DIGIC
5009082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
501b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5029082f121SAntony PavlovS: Maintained
5039082f121SAntony PavlovF: include/hw/arm/digic.h
5049082f121SAntony PavlovF: hw/*/digic*
5059082f121SAntony Pavlov
506fd5d5c56SAnthony LiguoriGumstix
5071f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5085dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
509b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5101f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5118d8b636dSPaolo BonziniF: hw/arm/gumstix.c
512fd5d5c56SAnthony Liguori
5130325559dSPeter Chubbi.MX31
5140325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
515b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5160325559dSPeter ChubbS: Odd fixes
5178d8b636dSPaolo BonziniF: hw/*/imx*
518f7e242d6SThomas HuthF: include/hw/*/imx*
5198d8b636dSPaolo BonziniF: hw/arm/kzm.c
520ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5210325559dSPeter Chubb
522fd5d5c56SAnthony LiguoriIntegrator CP
5231ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
524b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
525fd5d5c56SAnthony LiguoriS: Maintained
5268d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
527f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
528fd5d5c56SAnthony Liguori
529e5a6a6e6SPeter MaydellMPS2
530e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
531e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
532e5a6a6e6SPeter MaydellS: Maintained
533e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5340d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5350d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5360d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5370d4a7551SPeter MaydellF: hw/arm/iotkit.c
5380d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
539e5a6a6e6SPeter Maydell
540fd5d5c56SAnthony LiguoriMusicpal
541fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
542b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
543fd5d5c56SAnthony LiguoriS: Maintained
5448d8b636dSPaolo BonziniF: hw/arm/musicpal.c
545fd5d5c56SAnthony Liguori
546fd5d5c56SAnthony LiguorinSeries
547fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
548b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
549fd5d5c56SAnthony LiguoriS: Maintained
5508d8b636dSPaolo BonziniF: hw/arm/nseries.c
551fd5d5c56SAnthony Liguori
552fd5d5c56SAnthony LiguoriPalm
553fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
554b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
555fd5d5c56SAnthony LiguoriS: Maintained
5568d8b636dSPaolo BonziniF: hw/arm/palm.c
557fd5d5c56SAnthony Liguori
558fd5d5c56SAnthony LiguoriReal View
5591ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
560b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
561fd5d5c56SAnthony LiguoriS: Maintained
5628d8b636dSPaolo BonziniF: hw/arm/realview*
563f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5645ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5655ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
566fd5d5c56SAnthony Liguori
5679b31bff0SPaolo BonziniPXA2XX
568fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
569b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
570fd5d5c56SAnthony LiguoriS: Maintained
5719b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5728d8b636dSPaolo BonziniF: hw/arm/spitz.c
5739b31bff0SPaolo BonziniF: hw/arm/tosa.c
5749b31bff0SPaolo BonziniF: hw/arm/z2.c
5759b31bff0SPaolo BonziniF: hw/*/pxa2xx*
576f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
577ed0db866SThomas HuthF: include/hw/arm/pxa.h
578fd5d5c56SAnthony Liguori
579fd5d5c56SAnthony LiguoriStellaris
5801ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
581b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
582fd5d5c56SAnthony LiguoriS: Maintained
5838d8b636dSPaolo BonziniF: hw/*/stellaris*
584fd5d5c56SAnthony Liguori
585fd5d5c56SAnthony LiguoriVersatile PB
5861ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
587b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
588fd5d5c56SAnthony LiguoriS: Maintained
5898d8b636dSPaolo BonziniF: hw/*/versatile*
590c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
591fd5d5c56SAnthony Liguori
592e3260506SPeter A. G. CrosthwaiteXilinx Zynq
593cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
594c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
595b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
596e3260506SPeter A. G. CrosthwaiteS: Maintained
597cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5988d8b636dSPaolo BonziniF: hw/*/cadence_*
599f7e242d6SThomas HuthF: hw/misc/zynq*
600f7e242d6SThomas HuthF: include/hw/misc/zynq*
601cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
602e3260506SPeter A. G. Crosthwaite
603137805f5SAlistair FrancisXilinx ZynqMP
604c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
605cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
606b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
607137805f5SAlistair FrancisS: Maintained
608cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
609f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
610137805f5SAlistair Francis
6118f4d260eSShannon ZhaoARM ACPI Subsystem
6128f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
613e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
614b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6158f4d260eSShannon ZhaoS: Maintained
6168f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6178f4d260eSShannon Zhao
618a1f8193bSAlistair FrancisSTM32F205
619a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
620a1f8193bSAlistair FrancisS: Maintained
621a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
622a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
623a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
624a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
625a1f8193bSAlistair FrancisF: hw/adc/*
626a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6270e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
628a1f8193bSAlistair Francis
629a1f8193bSAlistair FrancisNetduino 2
630a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
631a1f8193bSAlistair FrancisS: Maintained
632a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
633a1f8193bSAlistair Francis
634670bc4cbSSubbaraya SundeepSmartFusion2
635670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
636670bc4cbSSubbaraya SundeepS: Maintained
637670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
638670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
639670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
640670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
641670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
642670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
643670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
644670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
645670bc4cbSSubbaraya Sundeep
646670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
647670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
648670bc4cbSSubbaraya SundeepS: Maintained
649670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
650670bc4cbSSubbaraya Sundeep
651f87db1baSJoel StanleyASPEED BMCs
652f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
653f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
654f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
655f87db1baSJoel StanleyL: qemu-arm@nongnu.org
656f87db1baSJoel StanleyS: Maintained
657f87db1baSJoel StanleyF: hw/*/*aspeed*
658f87db1baSJoel StanleyF: include/hw/*/*aspeed*
659f87db1baSJoel StanleyF: hw/net/ftgmac100.c
660f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
661f87db1baSJoel Stanley
662fd5d5c56SAnthony LiguoriCRIS Machines
663fd5d5c56SAnthony Liguori-------------
664fd5d5c56SAnthony LiguoriAxis Dev88
665fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
666fd5d5c56SAnthony LiguoriS: Maintained
6678d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6686e481d57SPeter MaydellF: hw/*/etraxfs_*.c
669fd5d5c56SAnthony Liguori
67007bf23a7SMichael WalleLM32 Machines
67107bf23a7SMichael Walle-------------
67207bf23a7SMichael WalleEVR32 and uclinux BSP
67307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
67407bf23a7SMichael WalleS: Maintained
6758d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
67607bf23a7SMichael Walle
677d118aa6bSMichael Wallemilkymist
678d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
679d118aa6bSMichael WalleS: Maintained
6808d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
681d118aa6bSMichael Walle
682afcacd53SAurelien JarnoM68K Machines
683fd5d5c56SAnthony Liguori-------------
684fd5d5c56SAnthony Liguorian5206
6855baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6865baf2741SThomas HuthS: Odd Fixes
6878d8b636dSPaolo BonziniF: hw/m68k/an5206.c
688e9a56114SThomas HuthF: hw/m68k/mcf5206.c
689fd5d5c56SAnthony Liguori
690fd5d5c56SAnthony Liguorimcf5208
6915baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6925baf2741SThomas HuthS: Odd Fixes
6938d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
694e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
695e9a56114SThomas HuthF: hw/char/mcf_uart.c
696e9a56114SThomas HuthF: hw/net/mcf_fec.c
6975baf2741SThomas HuthF: include/hw/m68k/mcf*.h
698fd5d5c56SAnthony Liguori
699fd5d5c56SAnthony LiguoriMicroBlaze Machines
700b6f97c14Sbellard-------------------
701fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
702fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
703fd5d5c56SAnthony LiguoriS: Maintained
7046e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
705b6f97c14Sbellard
706d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7074b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
708d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7098d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
710d36e8ce7SPeter A. G. Crosthwaite
711fd5d5c56SAnthony LiguoriMIPS Machines
712fd5d5c56SAnthony Liguori-------------
713fd5d5c56SAnthony LiguoriJazz
714fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
715fd5d5c56SAnthony LiguoriS: Maintained
7168d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
717fd5d5c56SAnthony Liguori
718fd5d5c56SAnthony LiguoriMalta
719fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
720fd5d5c56SAnthony LiguoriS: Maintained
7218d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
722fd5d5c56SAnthony Liguori
723fd5d5c56SAnthony LiguoriMipssim
7244872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
725659f42d8SYongbok KimS: Odd Fixes
7268d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
727659f42d8SYongbok KimF: hw/net/mipsnet.c
728fd5d5c56SAnthony Liguori
729fd5d5c56SAnthony LiguoriR4000
730fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
731fd5d5c56SAnthony LiguoriS: Maintained
7328d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
733fd5d5c56SAnthony Liguori
734659f42d8SYongbok KimFulong 2E
7354872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
736659f42d8SYongbok KimS: Odd Fixes
737659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7380170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7394872fee2SAleksandar Markovic
7400170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
741659f42d8SYongbok Kim
742659f42d8SYongbok KimBoston
7434872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
744659f42d8SYongbok KimS: Maintained
745659f42d8SYongbok KimF: hw/core/loader-fit.c
746659f42d8SYongbok KimF: hw/mips/boston.c
747659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
748659f42d8SYongbok Kim
749945dad6dSJia LiuOpenRISC Machines
750945dad6dSJia Liu-----------------
751945dad6dSJia Liuor1k-sim
752945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
753945dad6dSJia LiuS: Maintained
754945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
755945dad6dSJia Liu
756fd5d5c56SAnthony LiguoriPowerPC Machines
757fd5d5c56SAnthony Liguori----------------
758fd5d5c56SAnthony Liguori405
759fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
760a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7619b9fe135SAndreas FärberS: Odd Fixes
7628d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
763fd5d5c56SAnthony Liguori
764aaade8d7SAndreas FärberBamboo
765aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
766aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
767aaade8d7SAndreas FärberS: Odd Fixes
7688d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
769aaade8d7SAndreas Färber
77098cded3aSAndreas Färbere500
77198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
77298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
77398cded3aSAndreas FärberS: Supported
77498cded3aSAndreas FärberF: hw/ppc/e500.[hc]
77598cded3aSAndreas FärberF: hw/ppc/e500plat.c
776b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
777b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
778b5d55020SThomas HuthF: pc-bios/u-boot.e500
77998cded3aSAndreas Färber
78098cded3aSAndreas Färbermpc8544ds
78198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
78298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
78398cded3aSAndreas FärberS: Supported
78498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7858d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
78698cded3aSAndreas Färber
787fd5d5c56SAnthony LiguoriNew World
788fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
789a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
790fd5d5c56SAnthony LiguoriS: Maintained
791baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7926e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7936e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7948d8b636dSPaolo BonziniF: hw/misc/macio/
7956ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
796b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
797eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
7986ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
799eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
800fd5d5c56SAnthony Liguori
801fd5d5c56SAnthony LiguoriOld World
802fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
803a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
804fd5d5c56SAnthony LiguoriS: Maintained
805baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8066e481d57SPeter MaydellF: hw/pci-host/grackle.c
8078d8b636dSPaolo BonziniF: hw/misc/macio/
808835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
809fd5d5c56SAnthony Liguori
810ec38d398SAndreas FärberPReP
8118178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8129f38774dSAndreas FärberL: qemu-devel@nongnu.org
813a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8148178e89cSHervé PoussineauS: Maintained
81575610155SAndreas FärberF: hw/ppc/prep.c
8168178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8178178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8186e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8190a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
820a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8211cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
822cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
823a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
824cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
825835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
826fd5d5c56SAnthony Liguori
827300b115cSAndreas FärbersPAPR
828085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8298a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8308a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8318a269ca4SAndreas FärberS: Supported
8328d8b636dSPaolo BonziniF: hw/*/spapr*
833f9de2da7SDavid GibsonF: include/hw/*/spapr*
834f9de2da7SDavid GibsonF: hw/*/xics*
835f9de2da7SDavid GibsonF: include/hw/*/xics*
836f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
837b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
838b5d55020SThomas HuthF: pc-bios/slof.bin
839bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
840b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
841b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
842a70ab357SGreg KurzF: tests/spapr*
843a70ab357SGreg KurzF: tests/libqos/*spapr*
844a70ab357SGreg KurzF: tests/rtas*
845a70ab357SGreg KurzF: tests/libqos/rtas*
8468a269ca4SAndreas Färber
847794d00bfSAndreas Färbervirtex_ml507
848794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
849794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
850794d00bfSAndreas FärberS: Odd Fixes
8516e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
852794d00bfSAndreas Färber
853a9dd6604SBALATON Zoltansam460ex
854a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
855a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
856a9dd6604SBALATON ZoltanS: Maintained
857a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
858c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
859a9dd6604SBALATON Zoltan
860fd5d5c56SAnthony LiguoriSH4 Machines
861fd5d5c56SAnthony Liguori------------
862fd5d5c56SAnthony LiguoriR2D
863fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
864fd5d5c56SAnthony LiguoriS: Maintained
8656e481d57SPeter MaydellF: hw/sh4/r2d.c
86681527b94SThomas HuthF: hw/intc/sh_intc.c
86781527b94SThomas HuthF: hw/timer/sh_timer.c
868fd5d5c56SAnthony Liguori
869fd5d5c56SAnthony LiguoriShix
870fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
87181527b94SThomas HuthS: Odd Fixes
8726e481d57SPeter MaydellF: hw/sh4/shix.c
873fd5d5c56SAnthony Liguori
874fd5d5c56SAnthony LiguoriSPARC Machines
875fd5d5c56SAnthony Liguori--------------
876fd5d5c56SAnthony LiguoriSun4m
877f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
878fd5d5c56SAnthony LiguoriS: Maintained
8798d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
880c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
881c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8827098b79eSThomas HuthF: hw/misc/eccmemctl.c
8837098b79eSThomas HuthF: hw/misc/slavio_misc.c
884c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
885c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
886c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
887fd5d5c56SAnthony Liguori
888fd5d5c56SAnthony LiguoriSun4u
889f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
890fd5d5c56SAnthony LiguoriS: Maintained
8918d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
892c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
893fd5d5c56SAnthony Liguori
894a2664ca0SArtyom TarasenkoSun4v
895a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
896a2664ca0SArtyom TarasenkoS: Maintained
897626e4a4bSFam ZhengF: hw/sparc64/niagara.c
898a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
899a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
900a2664ca0SArtyom Tarasenko
901ce6c760cSFabien ChouteauLeon3
902ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
903ce6c760cSFabien ChouteauS: Maintained
9048d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9058d8b636dSPaolo BonziniF: hw/*/grlib*
906c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
907ce6c760cSFabien Chouteau
908fd5d5c56SAnthony LiguoriS390 Machines
909fd5d5c56SAnthony Liguori-------------
910dd4ad64aSCornelia HuckS390 Virtio-ccw
911c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
912b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
913dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
914dd4ad64aSCornelia HuckS: Supported
9150c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9169d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
917c5bfb202SCornelia HuckF: hw/s390x/
9184277af19SCornelia HuckF: include/hw/s390x/
919c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9201e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9211e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9223e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9233e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
924146bd283SCornelia HuckL: qemu-s390x@nongnu.org
925dd4ad64aSCornelia Huck
926304584bfSCornelia HuckS390-ccw Bios
927304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
928304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
929304584bfSCornelia HuckS: Supported
930304584bfSCornelia HuckF: pc-bios/s390-ccw/
931304584bfSCornelia HuckF: pc-bios/s390-ccw.img
932304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
933304584bfSCornelia HuckL: qemu-s390x@nongnu.org
934304584bfSCornelia Huck
935ab9528caSGuan XuetaoUniCore32 Machines
936ab9528caSGuan Xuetao-------------
937ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
938ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
939ab9528caSGuan XuetaoS: Maintained
9408d8b636dSPaolo BonziniF: hw/*/puv3*
941ab9528caSGuan XuetaoF: hw/unicore32/
942ab9528caSGuan Xuetao
943fd5d5c56SAnthony LiguoriX86 Machines
944fd5d5c56SAnthony Liguori------------
945fd5d5c56SAnthony LiguoriPC
946046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
947fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
948fd5d5c56SAnthony LiguoriS: Supported
949046a6486SMichael S. TsirkinF: include/hw/i386/
950046a6486SMichael S. TsirkinF: hw/i386/
951046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
952046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
953046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
954046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
955046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
956046a6486SMichael S. TsirkinF: hw/isa/piix4.c
957046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
958046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
959046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
960046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
961046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
962f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9639cc3b73cSPaolo BonziniF: hw/misc/sga.c
9649cc3b73cSPaolo Bonzini
9659cc3b73cSPaolo BonziniPC Chipset
9669cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9679cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9681732be86SPhilippe Mathieu-DaudéS: Supported
9699cc3b73cSPaolo BonziniF: hw/char/debugcon.c
970bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9719cc3b73cSPaolo BonziniF: hw/char/serial*
9729cc3b73cSPaolo BonziniF: hw/dma/i8257*
9739cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9741732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9759cc3b73cSPaolo BonziniF: hw/intc/apic*
9769cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9779cc3b73cSPaolo BonziniF: hw/intc/i8259*
9781854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9799cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9809cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9819cc3b73cSPaolo BonziniF: hw/timer/hpet*
9829cc3b73cSPaolo BonziniF: hw/timer/i8254*
9839cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
984edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
985866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
986bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
98755f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
988a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
98947973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9901854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
991a2feb348SThomas HuthF: include/hw/timer/hpet.h
992a2feb348SThomas HuthF: include/hw/timer/i8254*
993a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
994046a6486SMichael S. Tsirkin
9955da4fb00SMichael S. TsirkinMachine core
9965da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
997fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
9985da4fb00SMichael S. TsirkinS: Supported
9995da4fb00SMichael S. TsirkinF: hw/core/machine.c
1000c1629c5cSThomas HuthF: hw/core/null-machine.c
10015da4fb00SMichael S. TsirkinF: include/hw/boards.h
1002e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1003fd5d5c56SAnthony Liguori
100416e7caaeSMax FilippovXtensa Machines
100516e7caaeSMax Filippov---------------
1006375847a6SMax Filippovsim
100716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
100816e7caaeSMax FilippovS: Maintained
1009437a8c11SMax FilippovF: hw/xtensa/sim.c
1010375847a6SMax Filippov
1011437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1012375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1013375847a6SMax FilippovS: Maintained
1014437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1015437a8c11SMax FilippovF: hw/net/opencores_eth.c
101616e7caaeSMax Filippov
1017fd5d5c56SAnthony LiguoriDevices
1018fd5d5c56SAnthony Liguori-------
1019b30934cbSJiri SlabyEDU
1020b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1021b30934cbSJiri SlabyS: Maintained
1022b30934cbSJiri SlabyF: hw/misc/edu.c
1023b30934cbSJiri Slaby
1024fd5d5c56SAnthony LiguoriIDE
1025c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1026c095348bSJohn SnowL: qemu-block@nongnu.org
1027c095348bSJohn SnowS: Supported
10288d8b636dSPaolo BonziniF: include/hw/ide.h
1029c9f7acd5SThomas HuthF: include/hw/ide/
1030fd5d5c56SAnthony LiguoriF: hw/ide/
1031c095348bSJohn SnowF: hw/block/block.c
1032c095348bSJohn SnowF: hw/block/cdrom.c
1033c095348bSJohn SnowF: hw/block/hd-geometry.c
1034c095348bSJohn SnowF: tests/ide-test.c
1035c095348bSJohn SnowF: tests/ahci-test.c
1036edc35b3dSThomas HuthF: tests/cdrom-test.c
1037aee50319SJohn SnowF: tests/libqos/ahci*
1038c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1039c095348bSJohn Snow
1040caf316baSCorey MinyardIPMI
1041caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1042caf316baSCorey MinyardS: Maintained
1043caf316baSCorey MinyardF: include/hw/ipmi/*
1044caf316baSCorey MinyardF: hw/ipmi/*
1045caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1046caf316baSCorey MinyardF: tests/ipmi*
1047caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1048caf316baSCorey Minyard
1049c095348bSJohn SnowFloppy
1050c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1051c095348bSJohn SnowL: qemu-block@nongnu.org
1052c095348bSJohn SnowS: Supported
1053c095348bSJohn SnowF: hw/block/fdc.c
1054c095348bSJohn SnowF: include/hw/block/fdc.h
1055aee50319SJohn SnowF: tests/fdc-test.c
1056c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1057fd5d5c56SAnthony Liguori
1058f5f487b2SPeter MaydellOMAP
1059f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1060f5f487b2SPeter MaydellS: Maintained
10618d8b636dSPaolo BonziniF: hw/*/omap*
1062ed0db866SThomas HuthF: include/hw/arm/omap.h
1063f5f487b2SPeter Maydell
106428d54e58SPaolo BonziniIPack
106528d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
106628d54e58SPaolo BonziniS: Odd Fixes
106728d54e58SPaolo BonziniF: hw/char/ipoctal232.c
106828d54e58SPaolo BonziniF: hw/ipack/
106928d54e58SPaolo Bonzini
1070fd5d5c56SAnthony LiguoriPCI
1071fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1072fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1073fd5d5c56SAnthony LiguoriS: Supported
10748d8b636dSPaolo BonziniF: include/hw/pci/*
1075f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1076ca818cfbSMichael S. TsirkinF: hw/pci/*
1077f178bc6bSPaolo BonziniF: hw/pci-bridge/*
107868179923SPhilippe Mathieu-DaudéF: docs/pci*
107968179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1080534fd814SFam ZhengF: default-configs/pci.mak
10810e0b3592SMichael S. Tsirkin
1082d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10830e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10840e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10850e0b3592SMichael S. TsirkinS: Supported
10860e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1087d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10880e0b3592SMichael S. TsirkinF: hw/mem/*
10898d8b636dSPaolo BonziniF: hw/acpi/*
1090d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10910e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10920e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10933248f1b4SBen WarrenF: tests/bios-tables-test.c
10943248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1095fd5d5c56SAnthony Liguori
1096aaade8d7SAndreas Färberppc4xx
1097aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1098aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1099aaade8d7SAndreas FärberS: Odd Fixes
11008d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1101aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1102b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1103aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1104aaade8d7SAndreas Färber
110598cded3aSAndreas Färberppce500
110698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
110798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
110898cded3aSAndreas FärberS: Supported
11096e481d57SPeter MaydellF: hw/ppc/e500*
1110566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1111566dd236SPaolo BonziniF: hw/net/fsl_etsec/
111298cded3aSAndreas Färber
111361af0ee6SPaolo BonziniCharacter devices
111461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
111561af0ee6SPaolo BonziniS: Odd Fixes
111661af0ee6SPaolo BonziniF: hw/char/
111761af0ee6SPaolo Bonzini
1118f536f112SPaolo BonziniNetwork devices
1119f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1120f536f112SPaolo BonziniS: Odd Fixes
1121f536f112SPaolo BonziniF: hw/net/
11226061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11236bd7776cSGreg KurzF: tests/virtio-net-test.c
1124f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1125f536f112SPaolo Bonzini
1126fd5d5c56SAnthony LiguoriSCSI
1127de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1128c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1129de7724f7SPaolo BonziniS: Supported
113074460f34SThomas HuthF: include/hw/scsi/*
11318d8b636dSPaolo BonziniF: hw/scsi/*
11326bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11331ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1134de7724f7SPaolo Bonzini
1135fcb5629dSPeter A. G. CrosthwaiteSSI
11364b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1137c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1138fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11398d8b636dSPaolo BonziniF: hw/ssi/*
11408d8b636dSPaolo BonziniF: hw/block/m25p80.c
1141982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11424b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1143982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11444b46ba61SAlistair Francis
11454b46ba61SAlistair FrancisXilinx SPI
1146c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11474b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11484b46ba61SAlistair FrancisS: Maintained
11494b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1150fcb5629dSPeter A. G. Crosthwaite
1151076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1152076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1153076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1154076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1155076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1156076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1157076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1158076a0fc3SPhilippe Mathieu-Daudé
1159fd5d5c56SAnthony LiguoriUSB
11605d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11615d0d62feSGerd HoffmannS: Maintained
11628d8b636dSPaolo BonziniF: hw/usb/*
116328edfce0SGongleiF: tests/usb-*-test.c
1164beded0ffSThomas HuthF: docs/usb2.txt
1165beded0ffSThomas HuthF: docs/usb-storage.txt
1166beded0ffSThomas HuthF: include/hw/usb.h
1167beded0ffSThomas HuthF: include/hw/usb/
1168104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1169fd5d5c56SAnthony Liguori
1170e26082fdSPaolo BonziniUSB (serial adapter)
1171e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1172e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1173e26082fdSPaolo BonziniS: Maintained
1174e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1175e26082fdSPaolo Bonzini
117692e1fb5eSAlex WilliamsonVFIO
117792e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
117892e1fb5eSAlex WilliamsonS: Supported
1179cf7087dbSKim PhillipsF: hw/vfio/*
118099b88c6dSThomas HuthF: include/hw/vfio/
118192e1fb5eSAlex Williamson
11825eb74557SDong Jia Shivfio-ccw
1183c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11845eb74557SDong Jia ShiS: Supported
11855eb74557SDong Jia ShiF: hw/vfio/ccw.c
11865eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11875eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11885eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1189146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11905eb74557SDong Jia Shi
1191fd5d5c56SAnthony Liguorivhost
1192fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1193fd5d5c56SAnthony LiguoriS: Supported
11948d8b636dSPaolo BonziniF: hw/*/*vhost*
119537f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1196fd5d5c56SAnthony Liguori
1197fd5d5c56SAnthony Liguorivirtio
1198a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1199fd5d5c56SAnthony LiguoriS: Supported
12008d8b636dSPaolo BonziniF: hw/*/virtio*
120172fa605dSThomas HuthF: hw/virtio/Makefile.objs
120272fa605dSThomas HuthF: hw/virtio/trace-events
12036a084ea3SMichael S. TsirkinF: net/vhost-user.c
1204494f7b57SThomas HuthF: include/hw/virtio/
12056bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1206fd5d5c56SAnthony Liguori
1207fd5d5c56SAnthony Liguorivirtio-9p
12088c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1209fd5d5c56SAnthony LiguoriS: Supported
1210aebeca25SAndreas FärberF: hw/9pfs/
1211aebeca25SAndreas FärberF: fsdev/
12122d888c09SAndreas FärberF: tests/virtio-9p-test.c
12138c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1214fd5d5c56SAnthony Liguori
1215fd5d5c56SAnthony Liguorivirtio-blk
121654d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1217b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1218fd5d5c56SAnthony LiguoriS: Supported
12198d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1220b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12216bd7776cSGreg KurzF: tests/virtio-blk-test.c
1222b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1223fd5d5c56SAnthony Liguori
1224dd4ad64aSCornelia Huckvirtio-ccw
1225c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1226b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1227dd4ad64aSCornelia HuckS: Supported
1228dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12293e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12303e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1231146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1232dd4ad64aSCornelia Huck
1233a5d4d7b5SGerd Hoffmannvirtio-input
1234a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1235a5d4d7b5SGerd HoffmannS: Maintained
1236a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1237a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1238a5d4d7b5SGerd Hoffmann
1239fd5d5c56SAnthony Liguorivirtio-serial
1240cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1241fd5d5c56SAnthony LiguoriS: Supported
12428d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12438d8b636dSPaolo BonziniF: hw/char/virtio-console.c
124468a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12456bd7776cSGreg KurzF: tests/virtio-console-test.c
12466bd7776cSGreg KurzF: tests/virtio-serial-test.c
1247fd5d5c56SAnthony Liguori
12481f51a5cbSAmit Shahvirtio-rng
1249cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12501f51a5cbSAmit ShahS: Supported
12511f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12521f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1253750cf869SThomas HuthF: include/sysemu/rng*.h
12541f51a5cbSAmit ShahF: backends/rng*.c
12556bd7776cSGreg KurzF: tests/virtio-rng-test.c
12561f51a5cbSAmit Shah
12576034011cSGongleivirtio-crypto
12586034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12596034011cSGongleiS: Supported
12606034011cSGongleiF: hw/virtio/virtio-crypto.c
12616034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12626034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12636034011cSGonglei
1264f3c507adSKeith Buschnvme
1265f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1266c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1267f3c507adSKeith BuschS: Supported
1268f3c507adSKeith BuschF: hw/block/nvme*
1269fc967791SAndreas FärberF: tests/nvme-test.c
1270f3c507adSKeith Busch
1271d383c625SHannes Reineckemegasas
12723fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1273c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1274d383c625SHannes ReineckeS: Supported
1275d383c625SHannes ReineckeF: hw/scsi/megasas.c
1276d383c625SHannes ReineckeF: hw/scsi/mfi.h
12773fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1278d383c625SHannes Reinecke
1279605d52e6SDmitry FleytmanNetwork packet abstractions
1280bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1281605d52e6SDmitry FleytmanS: Maintained
1282605d52e6SDmitry FleytmanF: include/net/eth.h
1283605d52e6SDmitry FleytmanF: net/eth.c
1284605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1285605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1286605d52e6SDmitry Fleytman
1287622fb504SDmitry FleytmanVmware
1288bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1289622fb504SDmitry FleytmanS: Maintained
1290622fb504SDmitry FleytmanF: hw/net/vmxnet*
1291622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12925a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1293622fb504SDmitry Fleytman
1294de24d3f1SScott FeldmanRocker
1295de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1296de24d3f1SScott FeldmanS: Maintained
1297de24d3f1SScott FeldmanF: hw/net/rocker/
1298de850948SThomas HuthF: tests/rocker/
1299de850948SThomas HuthF: docs/specs/rocker.txt
1300de24d3f1SScott Feldman
130170d1fb9cSXiao GuangrongNVDIMM
13027a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
130370d1fb9cSXiao GuangrongS: Maintained
130470d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
130570d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
130670d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
130770d1fb9cSXiao Guangrong
1308093454e2SDmitry Fleytmane1000x
1309bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1310093454e2SDmitry FleytmanS: Maintained
1311093454e2SDmitry FleytmanF: hw/net/e1000x*
1312093454e2SDmitry Fleytman
13136f3fbe4eSDmitry Fleytmane1000e
1314bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13156f3fbe4eSDmitry FleytmanS: Maintained
13166f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13176f3fbe4eSDmitry Fleytman
1318ebc2327fSStefan Weileepro100
1319ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1320ebc2327fSStefan WeilS: Maintained
1321ebc2327fSStefan WeilF: hw/net/eepro100.c
1322ebc2327fSStefan Weil
1323e481a1f6SAlistair FrancisGeneric Loader
1324c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1325e481a1f6SAlistair FrancisS: Maintained
1326e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1327e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1328c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1329e481a1f6SAlistair Francis
1330645d3cbeSSu HangIntel Hexadecimal Object File Loader
1331645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1332645d3cbeSSu HangS: Maintained
1333645d3cbeSSu HangF: tests/hexloader-test.c
1334645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1335645d3cbeSSu Hang
133687a9023aSThomas HuthCHRP NVRAM
133787a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
133887a9023aSThomas HuthS: Maintained
133987a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
134087a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
134187a9023aSThomas HuthF: tests/prom-env-test.c
134287a9023aSThomas Huth
134342697d88SBen WarrenVM Generation ID
134442697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
134542697d88SBen WarrenS: Maintained
134642697d88SBen WarrenF: hw/acpi/vmgenid.c
134742697d88SBen WarrenF: include/hw/acpi/vmgenid.h
134842697d88SBen WarrenF: docs/specs/vmgenid.txt
134942697d88SBen WarrenF: tests/vmgenid-test.c
135042697d88SBen WarrenF: stubs/vmgenid.c
135142697d88SBen Warren
1352747969dbSPhilippe Mathieu-DaudéUnimplemented device
1353747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1354747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1355747969dbSPhilippe Mathieu-DaudéS: Maintained
1356747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1357747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1358747969dbSPhilippe Mathieu-Daudé
1359dbb2e472SGerd HoffmannStandard VGA
1360dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1361dbb2e472SGerd HoffmannS: Maintained
1362dbb2e472SGerd HoffmannF: hw/display/vga*
1363dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1364dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1365dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1366dbb2e472SGerd Hoffmann
136758d632c7SGerd Hoffmannramfb
136858d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
136958d632c7SGerd HoffmannS: Maintained
137058d632c7SGerd HoffmannF: hw/display/ramfb*.c
137158d632c7SGerd HoffmannF: include/hw/display/ramfb.h
137258d632c7SGerd Hoffmann
1373dbb2e472SGerd Hoffmannvirtio-gpu
1374dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1375dbb2e472SGerd HoffmannS: Maintained
1376dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1377dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1378dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1379dbb2e472SGerd Hoffmann
1380dbb2e472SGerd HoffmannCirrus VGA
1381dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1382dbb2e472SGerd HoffmannS: Odd Fixes
1383dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1384dbb2e472SGerd HoffmannF: hw/display/cirrus*
1385dbb2e472SGerd Hoffmann
1386fd5d5c56SAnthony LiguoriSubsystems
1387fd5d5c56SAnthony Liguori----------
1388fd5d5c56SAnthony LiguoriAudio
13899f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1390fd5d5c56SAnthony LiguoriS: Maintained
1391fd5d5c56SAnthony LiguoriF: audio/
13928d8b636dSPaolo BonziniF: hw/audio/
1393a2b245aeSThomas HuthF: include/hw/audio/
1394d7b50c0cSAndreas FärberF: tests/ac97-test.c
13958fa74c94SAndreas FärberF: tests/es1370-test.c
1396fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1397fd5d5c56SAnthony Liguori
139817f1e8f5SStefan HajnocziBlock layer core
1399fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1400c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1401c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1402fd5d5c56SAnthony LiguoriS: Supported
1403fd5d5c56SAnthony LiguoriF: block*
1404fd5d5c56SAnthony LiguoriF: block/
14058d8b636dSPaolo BonziniF: hw/block/
14064c346e0bSKevin WolfF: include/block/
140746078760SKevin WolfF: qemu-img*
140846078760SKevin WolfF: qemu-io*
140929242091SKevin WolfF: tests/qemu-iotests/
14108dd30c86SMax ReitzF: util/qemu-progress.c
14110bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
14120bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1413d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1414fd5d5c56SAnthony Liguori
1415d55053b1SStefan HajnocziBlock I/O path
1416d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14179ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1418d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1419d55053b1SStefan HajnocziS: Supported
142036c697bdSPaolo BonziniF: util/async.c
142136c697bdSPaolo BonziniF: util/aio-*.c
1422d55053b1SStefan HajnocziF: block/io.c
1423d55053b1SStefan HajnocziF: migration/block*
1424e1029ae2SFam ZhengF: include/block/aio.h
1425f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14260a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1427d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1428d55053b1SStefan Hajnoczi
1429e5b5728cSPaolo BonziniBlock SCSI subsystem
1430e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1431c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1432e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1433e5b5728cSPaolo BonziniS: Supported
1434e5b5728cSPaolo BonziniF: include/scsi/*
1435e5b5728cSPaolo BonziniF: scsi/*
1436e5b5728cSPaolo Bonzini
1437280458a3SJeff CodyBlock Jobs
1438280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1439280458a3SJeff CodyL: qemu-block@nongnu.org
1440280458a3SJeff CodyS: Supported
1441280458a3SJeff CodyF: blockjob.c
1442280458a3SJeff CodyF: include/block/blockjob.h
144333e9e9bdSKevin WolfF: job.c
14441a90bc81SKevin WolfF: job-qmp.c
144533e9e9bdSKevin WolfF: include/block/job.h
1446280458a3SJeff CodyF: block/backup.c
1447280458a3SJeff CodyF: block/commit.c
144877346025SJeff CodyF: block/stream.c
1449280458a3SJeff CodyF: block/mirror.c
1450bf42508fSKevin WolfF: qapi/job.json
1451280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1452280458a3SJeff Cody
14534120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14544120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14554120201dSMarkus ArmbrusterS: Supported
14564120201dSMarkus ArmbrusterF: blockdev.c
14574120201dSMarkus ArmbrusterF: block/qapi.c
14584120201dSMarkus ArmbrusterF: qapi/block*.json
1459fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14604120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14614120201dSMarkus Armbruster
1462538193bcSJohn SnowDirty Bitmaps
1463538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1464538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1465538193bcSJohn SnowL: qemu-block@nongnu.org
1466538193bcSJohn SnowS: Supported
1467538193bcSJohn SnowF: util/hbitmap.c
1468538193bcSJohn SnowF: block/dirty-bitmap.c
1469538193bcSJohn SnowF: include/qemu/hbitmap.h
1470538193bcSJohn SnowF: include/block/dirty-bitmap.h
1471538193bcSJohn SnowF: tests/test-hbitmap.c
14725746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1473538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1474538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1475538193bcSJohn Snow
147661af0ee6SPaolo BonziniCharacter device backends
1477da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
147855fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1479fd5d5c56SAnthony LiguoriS: Maintained
1480178fe0aeSMarc-André LureauF: chardev/
14818228e353SMarc-André LureauF: include/chardev/
1482dbeee392SMarkus ArmbrusterF: qapi/char.json
1483fd5d5c56SAnthony Liguori
1484e26082fdSPaolo BonziniCharacter Devices (Braille)
1485e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1486e26082fdSPaolo BonziniS: Maintained
14876b10e573SMarc-André LureauF: chardev/baum.c
1488fd5d5c56SAnthony Liguori
1489e94630d3SMarkus ArmbrusterCommand line option argument parsing
1490e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1491e94630d3SMarkus ArmbrusterS: Supported
1492e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1493e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1494e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1495e94630d3SMarkus ArmbrusterF: util/keyval.c
1496e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1497e94630d3SMarkus Armbruster
14988c413e79SMarkus ArmbrusterCoverity model
14998c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15008c413e79SMarkus ArmbrusterS: Supported
15018c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15028c413e79SMarkus Armbruster
1503f2ca0524SAndreas FärberCPU
150412b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1505f2ca0524SAndreas FärberS: Supported
1506f2ca0524SAndreas FärberF: qom/cpu.c
15076e481d57SPeter MaydellF: include/qom/cpu.h
1508f2ca0524SAndreas Färber
1509d24b569aSPeter A. G. CrosthwaiteDevice Tree
15104b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1511d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1512d24b569aSPeter A. G. CrosthwaiteS: Maintained
151382407515SThomas HuthF: device_tree.c
151482407515SThomas HuthF: include/sysemu/device_tree.h
1515d24b569aSPeter A. G. Crosthwaite
15163505a22bSMarc-André LureauDump
15173505a22bSMarc-André LureauS: Supported
15183505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15193505a22bSMarc-André LureauF: dump.c
15203505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15213505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15223505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15233505a22bSMarc-André LureauF: include/sysemu/dump.h
15243505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15253505a22bSMarc-André LureauF: stubs/dump.c
15263505a22bSMarc-André Lureau
15274f966768SMarkus ArmbrusterError reporting
15284f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15294f966768SMarkus ArmbrusterS: Supported
15304f966768SMarkus ArmbrusterF: include/qapi/error.h
15314f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15324f966768SMarkus ArmbrusterF: util/error.c
15334f966768SMarkus ArmbrusterF: util/qemu-error.c
15344f966768SMarkus Armbruster
1535fd5d5c56SAnthony LiguoriGDB stub
15365dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1537fd5d5c56SAnthony LiguoriS: Odd Fixes
1538fd5d5c56SAnthony LiguoriF: gdbstub*
1539fd5d5c56SAnthony LiguoriF: gdb-xml/
1540fd5d5c56SAnthony Liguori
154101a9c03cSPaolo BonziniMemory API
154201a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
154301a9c03cSPaolo BonziniS: Supported
154401a9c03cSPaolo BonziniF: include/exec/ioport.h
154501a9c03cSPaolo BonziniF: ioport.c
154601a9c03cSPaolo BonziniF: include/exec/memory.h
15472b1641d0SPaolo BonziniF: include/exec/ram_addr.h
154801a9c03cSPaolo BonziniF: memory.c
154901a9c03cSPaolo BonziniF: include/exec/memory-internal.h
155001a9c03cSPaolo BonziniF: exec.c
155101a9c03cSPaolo Bonzini
15527ee3bf03SGerd HoffmannSPICE
15537ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15547ee3bf03SGerd HoffmannS: Supported
15556e481d57SPeter MaydellF: include/ui/qemu-spice.h
1556438528a3SThomas HuthF: include/ui/spice-display.h
15577ee3bf03SGerd HoffmannF: ui/spice-*.c
15587ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15598d8b636dSPaolo BonziniF: hw/display/qxl*
1560608cfed6SMarkus ArmbrusterF: qapi/ui.json
15617ee3bf03SGerd Hoffmann
1562fd5d5c56SAnthony LiguoriGraphics
156325eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
156425eccc37SGerd HoffmannS: Odd Fixes
1565fd5d5c56SAnthony LiguoriF: ui/
1566e220656cSThomas HuthF: include/ui/
1567608cfed6SMarkus ArmbrusterF: qapi/ui.json
1568fd5d5c56SAnthony Liguori
1569351f1bf6SAndreas FärberCocoa graphics
157030ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1571351f1bf6SAndreas FärberS: Odd Fixes
1572351f1bf6SAndreas FärberF: ui/cocoa.m
1573351f1bf6SAndreas Färber
1574fd5d5c56SAnthony LiguoriMain loop
1575da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1576da26f37aSPaolo BonziniS: Maintained
1577da26f37aSPaolo BonziniF: cpus.c
15783ecb29a3SPaolo BonziniF: util/main-loop.c
15793ecb29a3SPaolo BonziniF: util/qemu-timer.c
1580fd5d5c56SAnthony LiguoriF: vl.c
15810e201d34SMarkus ArmbrusterF: qapi/run-state.json
1582fd5d5c56SAnthony Liguori
15838899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1584c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1585fbb0621aSLuiz CapitulinoS: Maintained
1586fd5d5c56SAnthony LiguoriF: monitor.c
1587c13e9912SThomas HuthF: hmp.[ch]
1588c13e9912SThomas HuthF: hmp-commands*.hx
1589c13e9912SThomas HuthF: include/monitor/hmp-target.h
1590bbcee372SThomas HuthF: tests/test-hmp.c
1591fd5d5c56SAnthony Liguori
1592f536f112SPaolo BonziniNetwork device backends
1593442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1594fd5d5c56SAnthony LiguoriS: Maintained
1595fd5d5c56SAnthony LiguoriF: net/
1596d24b2b1cSThomas HuthF: include/net/
15975fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
15983c0bd37dSMarkus ArmbrusterF: qapi/net.json
1599fd5d5c56SAnthony Liguori
1600aee09bafSVincenzo MaffioneNetmap network backend
1601aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1602aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1603aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1604aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1605aee09bafSVincenzo MaffioneS: Maintained
1606aee09bafSVincenzo MaffioneF: net/netmap.c
1607aee09bafSVincenzo Maffione
16082f54eb98SEduardo HabkostNUMA
16092f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16102f54eb98SEduardo HabkostS: Maintained
16112f54eb98SEduardo HabkostF: numa.c
16122f54eb98SEduardo HabkostF: include/sysemu/numa.h
1613e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16142f54eb98SEduardo Habkost
16154fc264f4SEduardo HabkostHost Memory Backends
16164fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16174fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16184fc264f4SEduardo HabkostS: Maintained
16194fc264f4SEduardo HabkostF: backends/hostmem*.c
16204fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1621e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16224fc264f4SEduardo Habkost
16236034011cSGongleiCryptodev Backends
16246034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16256034011cSGongleiS: Maintained
16266034011cSGongleiF: include/sysemu/cryptodev*.h
16276034011cSGongleiF: backends/cryptodev*.c
16286034011cSGonglei
1629ad904f66SEduardo HabkostPython scripts
1630ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1631ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1632ad904f66SEduardo HabkostS: Odd fixes
1633ad904f66SEduardo HabkostF: scripts/qmp/*
1634ad904f66SEduardo HabkostF: scripts/*.py
1635ad904f66SEduardo HabkostF: tests/*.py
1636ad904f66SEduardo Habkost
16378899b4aeSLuiz CapitulinoQAPI
16389740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16398899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16409740618cSLuiz CapitulinoS: Supported
16418899b4aeSLuiz CapitulinoF: qapi/
16420311c5bdSMarkus ArmbrusterX: qapi/*.json
1643ac4abb9aSMarkus ArmbrusterF: include/qapi/
1644ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1645ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1646c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1647ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1648e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1649ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1650e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1651be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1652be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1653c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16549740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16558899b4aeSLuiz Capitulino
16567810d291SLuiz CapitulinoQAPI Schema
16577810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16587810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16597810d291SLuiz CapitulinoS: Supported
16607810d291SLuiz CapitulinoF: qapi-schema.json
16610311c5bdSMarkus ArmbrusterF: qapi/*.json
16629740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16637810d291SLuiz Capitulino
1664f3582ba4SLuiz CapitulinoQObject
1665daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1666daf5dc78SMarkus ArmbrusterS: Supported
1667f3582ba4SLuiz CapitulinoF: qobject/
16687735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16697735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1670a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16717735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
167201b2ffceSMarc-André LureauF: tests/check-qnum.c
16737735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16747735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16757735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1676daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1677f3582ba4SLuiz Capitulino
1678f05d9999SMichael RothQEMU Guest Agent
1679f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1680f05d9999SMichael RothS: Maintained
1681f05d9999SMichael RothF: qga/
1682ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1683ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1684ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1685ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1686f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1687f05d9999SMichael Roth
16884688c94cSAndreas FärberQOM
16894688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16904688c94cSAndreas FärberS: Supported
16914688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16924688c94cSAndreas FärberF: include/qom/
16934688c94cSAndreas FärberX: include/qom/cpu.h
16944688c94cSAndreas FärberF: qom/
16954688c94cSAndreas FärberX: qom/cpu.c
16969f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
16979f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
16984688c94cSAndreas FärberF: tests/qom-test.c
16994688c94cSAndreas Färber
17008899b4aeSLuiz CapitulinoQMP
17019740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17029740618cSLuiz CapitulinoS: Supported
17038899b4aeSLuiz CapitulinoF: qmp.c
17048899b4aeSLuiz CapitulinoF: monitor.c
1705c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17069740618cSLuiz CapitulinoF: scripts/qmp/
1707f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
17089740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17098899b4aeSLuiz Capitulino
1710cc0100f4SAlistair FrancisRegister API
1711c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1712cc0100f4SAlistair FrancisS: Maintained
1713cc0100f4SAlistair FrancisF: hw/core/register.c
1714cc0100f4SAlistair FrancisF: include/hw/register.h
171506a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1716cc0100f4SAlistair Francis
1717fd5d5c56SAnthony LiguoriSLIRP
1718eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1719bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1720bafc72abSJan KiszkaS: Maintained
1721fd5d5c56SAnthony LiguoriF: slirp/
1722663fb1e1SThomas HuthF: net/slirp.c
1723d24b2b1cSThomas HuthF: include/net/slirp.h
172402cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17251ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1726fd5d5c56SAnthony Liguori
1727b1ed728aSPaolo BonziniStubs
1728b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1729b1ed728aSPaolo BonziniS: Maintained
1730b1ed728aSPaolo BonziniF: stubs/
1731b1ed728aSPaolo Bonzini
1732598a3f35SStefan HajnocziTracing
17331cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1734598a3f35SStefan HajnocziS: Maintained
1735598a3f35SStefan HajnocziF: trace/
17360e076292SThomas HuthF: trace-events
17370e076292SThomas HuthF: qemu-option-trace.texi
1738f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1739f70fd8fdSLluís VilanovaF: scripts/tracetool/
1740c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17411ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1742598a3f35SStefan Hajnoczi
17433859b6cfSMarkus ArmbrusterTPM
17446b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17456b4f250bSStefan BergerS: Maintained
17463859b6cfSMarkus ArmbrusterF: tpm.c
1747c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17483859b6cfSMarkus ArmbrusterF: hw/tpm/*
17493859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17503859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17513859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17526b4f250bSStefan BergerF: backends/tpm.c
1753adb0e917SStefan BergerF: tests/*tpm*
1754d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17553859b6cfSMarkus Armbruster
175614f40fdcSBlue SwirlCheckpatch
175714f40fdcSBlue SwirlS: Odd Fixes
175814f40fdcSBlue SwirlF: scripts/checkpatch.pl
175914f40fdcSBlue Swirl
1760c0787c8dSJuan QuintelaMigration
1761c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1762d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1763c0787c8dSJuan QuintelaS: Maintained
1764c0787c8dSJuan QuintelaF: include/migration/
176544a1f946SDr. David Alan GilbertF: migration/
1766c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1767c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17682656bfd9SJuan QuintelaF: tests/migration-test.c
1769c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
177048685a8eSMarkus ArmbrusterF: qapi/migration.json
1771c0787c8dSJuan Quintela
177292bfedb0SEduardo OtuboSeccomp
1773064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
177492bfedb0SEduardo OtuboS: Supported
177592bfedb0SEduardo OtuboF: qemu-seccomp.c
177692bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
177792bfedb0SEduardo Otubo
1778ddbb0d09SDaniel P. BerrangeCryptography
1779ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1780ddbb0d09SDaniel P. BerrangeS: Maintained
1781ddbb0d09SDaniel P. BerrangeF: crypto/
1782ddbb0d09SDaniel P. BerrangeF: include/crypto/
1783ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
17843947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1785899833cdSDaniel P. BerrangeF: qemu.sasl
1786ddbb0d09SDaniel P. Berrange
178710817bf0SDaniel P. BerrangeCoroutines
178810817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
178910817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
179010817bf0SDaniel P. BerrangeF: util/*coroutine*
179110817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
179210817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
179310817bf0SDaniel P. Berrange
179488c5f205SDaniel P. BerrangeBuffers
179588c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
179688c5f205SDaniel P. BerrangeS: Odd fixes
179788c5f205SDaniel P. BerrangeF: util/buffer.c
179888c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
179988c5f205SDaniel P. Berrange
1800666a3af9SDaniel P. BerrangeI/O Channels
1801666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1802666a3af9SDaniel P. BerrangeS: Maintained
1803666a3af9SDaniel P. BerrangeF: io/
1804666a3af9SDaniel P. BerrangeF: include/io/
1805666a3af9SDaniel P. BerrangeF: tests/test-io-*
1806666a3af9SDaniel P. Berrange
18075614a283SGerd HoffmannSockets
18085614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18095614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18105614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18115614a283SGerd HoffmannS: Maintained
18125614a283SGerd HoffmannF: include/qemu/sockets.h
18135614a283SGerd HoffmannF: util/qemu-sockets.c
1814a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18155614a283SGerd Hoffmann
1816d310d85bSAlberto GarciaThrottling infrastructure
1817d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1818d310d85bSAlberto GarciaS: Supported
1819d310d85bSAlberto GarciaF: block/throttle-groups.c
1820d310d85bSAlberto GarciaF: include/block/throttle-groups.h
182189603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1822d310d85bSAlberto GarciaF: util/throttle.c
182389603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
182489603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1825d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1826d310d85bSAlberto Garcia
1827080d7aacSFam ZhengUUID
1828080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1829080d7aacSFam ZhengS: Supported
1830080d7aacSFam ZhengF: util/uuid.c
1831080d7aacSFam ZhengF: include/qemu/uuid.h
1832080d7aacSFam ZhengF: tests/test-uuid.c
1833080d7aacSFam Zheng
1834a4cc318eSzhanghailiangCOLO Framework
1835a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1836a4cc318eSzhanghailiangS: Maintained
1837a4cc318eSzhanghailiangF: migration/colo*
1838a4cc318eSzhanghailiangF: include/migration/colo.h
1839a4cc318eSzhanghailiangF: include/migration/failover.h
1840a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1841a4cc318eSzhanghailiang
184288f82ed1SZhang ChenCOLO Proxy
1843b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
184488f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
184588f82ed1SZhang ChenS: Supported
184688f82ed1SZhang ChenF: docs/colo-proxy.txt
184788f82ed1SZhang ChenF: net/colo*
184888f82ed1SZhang ChenF: net/filter-rewriter.c
184988f82ed1SZhang ChenF: net/filter-mirror.c
185088f82ed1SZhang Chen
185162258201SPavel DovgalyukRecord/replay
185262258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
185362258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
185470b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
185562258201SPavel DovgalyukS: Supported
185662258201SPavel DovgalyukF: replay/*
185762258201SPavel DovgalyukF: block/blkreplay.c
185862258201SPavel DovgalyukF: net/filter-replay.c
185962258201SPavel DovgalyukF: include/sysemu/replay.h
186062258201SPavel DovgalyukF: docs/replay.txt
186162258201SPavel DovgalyukF: stubs/replay.c
186262258201SPavel Dovgalyuk
1863eecf5eedSPeter XuIOVA Tree
1864eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1865eecf5eedSPeter XuS: Maintained
1866eecf5eedSPeter XuF: include/qemu/iova-tree.h
1867eecf5eedSPeter XuF: util/iova-tree.c
1868eecf5eedSPeter Xu
1869fd5d5c56SAnthony LiguoriUsermode Emulation
1870fd5d5c56SAnthony Liguori------------------
1871486bbe5fSPaolo BonziniOverall
1872486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1873486bbe5fSPaolo BonziniS: Maintained
1874486bbe5fSPaolo BonziniF: thunk.c
187558410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1876486bbe5fSPaolo Bonzini
1877fd5d5c56SAnthony LiguoriBSD user
1878297e8005SMarkus ArmbrusterS: Orphan
1879fd5d5c56SAnthony LiguoriF: bsd-user/
1880ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1881fd5d5c56SAnthony Liguori
1882fd5d5c56SAnthony LiguoriLinux user
1883fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1884ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1885fd5d5c56SAnthony LiguoriS: Maintained
1886fd5d5c56SAnthony LiguoriF: linux-user/
1887ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1888e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
188942f5a7e9SAurelien Jarno
189042f5a7e9SAurelien JarnoTiny Code Generator (TCG)
189142f5a7e9SAurelien Jarno-------------------------
189242f5a7e9SAurelien JarnoCommon code
1893cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
189442f5a7e9SAurelien JarnoS: Maintained
189542f5a7e9SAurelien JarnoF: tcg/
189642f5a7e9SAurelien Jarno
1897b25a464cSClaudio FontanaAArch64 target
1898b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1899b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1900b25a464cSClaudio FontanaS: Maintained
1901b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1902b25a464cSClaudio FontanaF: tcg/aarch64/
1903c17652eeSPaolo BonziniF: disas/arm-a64.cc
1904c17652eeSPaolo BonziniF: disas/libvixl/
1905b25a464cSClaudio Fontana
190642f5a7e9SAurelien JarnoARM target
190742f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
190842f5a7e9SAurelien JarnoS: Maintained
1909b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
191042f5a7e9SAurelien JarnoF: tcg/arm/
1911c17652eeSPaolo BonziniF: disas/arm.c
191242f5a7e9SAurelien Jarno
191342f5a7e9SAurelien Jarnoi386 target
19145dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
191542f5a7e9SAurelien JarnoS: Maintained
191642f5a7e9SAurelien JarnoF: tcg/i386/
1917c17652eeSPaolo BonziniF: disas/i386.c
191842f5a7e9SAurelien Jarno
191942f5a7e9SAurelien JarnoMIPS target
1920d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
192142f5a7e9SAurelien JarnoS: Maintained
192242f5a7e9SAurelien JarnoF: tcg/mips/
1923c17652eeSPaolo BonziniF: disas/mips.c
192442f5a7e9SAurelien Jarno
192542f5a7e9SAurelien JarnoPPC
192615610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
192715610d42SPranith KumarS: Odd Fixes
192842f5a7e9SAurelien JarnoF: tcg/ppc/
1929c17652eeSPaolo BonziniF: disas/ppc.c
193042f5a7e9SAurelien Jarno
193142f5a7e9SAurelien JarnoS390 target
193242f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
193342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
193442f5a7e9SAurelien JarnoS: Maintained
193542f5a7e9SAurelien JarnoF: tcg/s390/
1936c17652eeSPaolo BonziniF: disas/s390.c
1937146bd283SCornelia HuckL: qemu-s390x@nongnu.org
193842f5a7e9SAurelien Jarno
193942f5a7e9SAurelien JarnoSPARC target
1940297e8005SMarkus ArmbrusterS: Odd Fixes
194142f5a7e9SAurelien JarnoF: tcg/sparc/
1942c17652eeSPaolo BonziniF: disas/sparc.c
1943bc75c9e5SStefan Weil
1944bc75c9e5SStefan WeilTCI target
1945bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1946bc75c9e5SStefan WeilS: Maintained
19478ef9cd55SAndreas FärberF: tcg/tci/
1948752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1949c17652eeSPaolo BonziniF: disas/tci.c
1950aa09c951SAndreas Färber
1951f05b328cSStefan HajnocziBlock drivers
1952f05b328cSStefan Hajnoczi-------------
1953f05b328cSStefan HajnocziVMDK
1954f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1955c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1956f05b328cSStefan HajnocziS: Supported
1957f05b328cSStefan HajnocziF: block/vmdk.c
1958f05b328cSStefan Hajnoczi
1959f05b328cSStefan HajnocziRBD
19605a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1961280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1962280458a3SJeff CodyL: qemu-block@nongnu.org
1963f05b328cSStefan HajnocziS: Supported
1964f05b328cSStefan HajnocziF: block/rbd.c
1965280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1966f05b328cSStefan Hajnoczi
1967f05b328cSStefan HajnocziSheepdog
196853b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1969f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1970280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1971280458a3SJeff CodyL: qemu-block@nongnu.org
1972dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1973f05b328cSStefan HajnocziS: Supported
1974f05b328cSStefan HajnocziF: block/sheepdog.c
1975280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1976f05b328cSStefan Hajnoczi
1977f05b328cSStefan HajnocziVHDX
1978f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1979280458a3SJeff CodyL: qemu-block@nongnu.org
1980f05b328cSStefan HajnocziS: Supported
1981f05b328cSStefan HajnocziF: block/vhdx*
1982280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1983f05b328cSStefan Hajnoczi
1984f05b328cSStefan HajnocziVDI
1985f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1986c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1987f05b328cSStefan HajnocziS: Maintained
1988f05b328cSStefan HajnocziF: block/vdi.c
1989f05b328cSStefan Hajnoczi
1990f05b328cSStefan HajnocziiSCSI
1991f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1992f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1993f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1994c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1995f05b328cSStefan HajnocziS: Supported
1996f05b328cSStefan HajnocziF: block/iscsi.c
19972deb63c2SPeter LievenF: block/iscsi-opts.c
1998f05b328cSStefan Hajnoczi
199999c62e70SEric BlakeNetwork Block Device (NBD)
200099c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
200199c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
200299c62e70SEric BlakeL: qemu-block@nongnu.org
200399c62e70SEric BlakeS: Maintained
200499c62e70SEric BlakeF: block/nbd*
200599c62e70SEric BlakeF: nbd/
200699c62e70SEric BlakeF: include/block/nbd*
200799c62e70SEric BlakeF: qemu-nbd.*
200899c62e70SEric BlakeF: blockdev-nbd.c
20093229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
201099c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
201199c62e70SEric Blake
20126542aa9cSPeter LievenNFS
2013280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20146542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2015280458a3SJeff CodyL: qemu-block@nongnu.org
20166542aa9cSPeter LievenS: Maintained
20176542aa9cSPeter LievenF: block/nfs.c
2018280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20196542aa9cSPeter Lieven
2020f05b328cSStefan HajnocziSSH
2021f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2022280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2023280458a3SJeff CodyL: qemu-block@nongnu.org
2024f05b328cSStefan HajnocziS: Supported
2025f05b328cSStefan HajnocziF: block/ssh.c
2026280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2027c9a12e75SChrysostomos Nanakos
2028280458a3SJeff CodyCURL
2029280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2030280458a3SJeff CodyL: qemu-block@nongnu.org
2031280458a3SJeff CodyS: Supported
2032280458a3SJeff CodyF: block/curl.c
2033280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2034280458a3SJeff Cody
2035280458a3SJeff CodyGLUSTER
2036280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2037280458a3SJeff CodyL: qemu-block@nongnu.org
2038280458a3SJeff CodyS: Supported
2039280458a3SJeff CodyF: block/gluster.c
2040280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2041b5e9476cSGonglei
2042199667a8SFam ZhengNull Block Driver
2043199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2044199667a8SFam ZhengL: qemu-block@nongnu.org
2045199667a8SFam ZhengS: Supported
2046199667a8SFam ZhengF: block/null.c
2047199667a8SFam Zheng
2048bdd6a90aSFam ZhengNVMe Block Driver
2049bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2050bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2051bdd6a90aSFam ZhengS: Supported
2052bdd6a90aSFam ZhengF: block/nvme*
2053bdd6a90aSFam Zheng
2054b5e9476cSGongleiBootdevice
2055b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2056b5e9476cSGongleiS: Maintained
2057b5e9476cSGongleiF: bootdevice.c
2058ecdda9e0SAlberto Garcia
2059ecdda9e0SAlberto GarciaQuorum
2060ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2061ecdda9e0SAlberto GarciaS: Supported
2062ecdda9e0SAlberto GarciaF: block/quorum.c
2063ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2064e7c6e631SStefan Hajnoczi
2065bfcc224eSAapo Vienamoblklogwrites
2066bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2067bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2068bfcc224eSAapo VienamoS: Supported
2069bfcc224eSAapo VienamoF: block/blklogwrites.c
2070bfcc224eSAapo Vienamo
2071e7c6e631SStefan Hajnocziblkverify
2072e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2073e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2074e7c6e631SStefan HajnocziS: Supported
2075e7c6e631SStefan HajnocziF: block/blkverify.c
2076e7c6e631SStefan Hajnoczi
2077e7c6e631SStefan Hajnoczibochs
2078e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2079e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2080e7c6e631SStefan HajnocziS: Supported
2081e7c6e631SStefan HajnocziF: block/bochs.c
2082e7c6e631SStefan Hajnoczi
2083e7c6e631SStefan Hajnoczicloop
2084e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2085e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2086e7c6e631SStefan HajnocziS: Supported
2087e7c6e631SStefan HajnocziF: block/cloop.c
2088e7c6e631SStefan Hajnoczi
2089e7c6e631SStefan Hajnoczidmg
2090e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2091e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2092e7c6e631SStefan HajnocziS: Supported
2093e7c6e631SStefan HajnocziF: block/dmg.c
2094e7c6e631SStefan Hajnoczi
2095e7c6e631SStefan Hajnocziparallels
2096e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2097f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2098e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2099e7c6e631SStefan HajnocziS: Supported
2100e7c6e631SStefan HajnocziF: block/parallels.c
21015746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2102e7c6e631SStefan Hajnoczi
2103e7c6e631SStefan Hajnocziqed
2104e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2105e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2106e7c6e631SStefan HajnocziS: Supported
2107e7c6e631SStefan HajnocziF: block/qed.c
2108e7c6e631SStefan Hajnoczi
2109e7c6e631SStefan Hajnocziraw
2110e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2111e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2112e7c6e631SStefan HajnocziS: Supported
2113e7c6e631SStefan HajnocziF: block/linux-aio.c
2114f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21152e6fc7ebSEric BlakeF: block/raw-format.c
2116c1bb86cdSEric BlakeF: block/file-posix.c
2117c1bb86cdSEric BlakeF: block/file-win32.c
2118e7c6e631SStefan HajnocziF: block/win32-aio.c
2119e7c6e631SStefan Hajnoczi
2120e7c6e631SStefan Hajnocziqcow2
2121e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2122c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2123e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2124e7c6e631SStefan HajnocziS: Supported
2125e7c6e631SStefan HajnocziF: block/qcow2*
2126b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2127e7c6e631SStefan Hajnoczi
2128e7c6e631SStefan Hajnocziqcow
2129e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2130e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2131e7c6e631SStefan HajnocziS: Supported
2132e7c6e631SStefan HajnocziF: block/qcow.c
2133e7c6e631SStefan Hajnoczi
2134e7c6e631SStefan Hajnocziblkdebug
2135e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2136c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2137e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2138e7c6e631SStefan HajnocziS: Supported
2139e7c6e631SStefan HajnocziF: block/blkdebug.c
2140e7c6e631SStefan Hajnoczi
2141e7c6e631SStefan Hajnoczivpc
2142e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2143e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2144e7c6e631SStefan HajnocziS: Supported
2145e7c6e631SStefan HajnocziF: block/vpc.c
2146e7c6e631SStefan Hajnoczi
2147e7c6e631SStefan Hajnoczivvfat
2148e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2149e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2150e7c6e631SStefan HajnocziS: Supported
2151e7c6e631SStefan HajnocziF: block/vvfat.c
2152abfe4e94SStefan Hajnoczi
2153abfe4e94SStefan HajnocziImage format fuzzer
2154abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2155abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2156abfe4e94SStefan HajnocziS: Supported
2157abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2158717171bdSDaniel P. Berrange
2159049105a3SChanglong XieReplication
2160205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21613ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2162049105a3SChanglong XieS: Supported
2163049105a3SChanglong XieF: replication*
2164049105a3SChanglong XieF: block/replication.c
2165049105a3SChanglong XieF: tests/test-replication.c
2166049105a3SChanglong XieF: docs/block-replication.txt
2167049105a3SChanglong Xie
2168a3defabbSMarcel ApfelbaumPVRDMA
2169a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2170fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2171a3defabbSMarcel ApfelbaumS: Maintained
2172a3defabbSMarcel ApfelbaumF: hw/rdma/*
2173a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2174a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2175a3defabbSMarcel Apfelbaum
2176b9e02c06SAlex BennéeBuild and test automation
2177b9e02c06SAlex Bennée-------------------------
21780475a03eSEduardo HabkostBuild and test automation
2179b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2180e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
218132b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2182b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2183e70dc7f8SAlex BennéeS: Maintained
2184b9e02c06SAlex BennéeF: .travis.yml
21850708e647SAlex BennéeF: scripts/travis/
2186d92d886aSAlex BennéeF: .shippable.yml
2187e70dc7f8SAlex BennéeF: tests/docker/
218818023821SFam ZhengF: tests/vm/
2189e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
21902a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2191e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2192717171bdSDaniel P. Berrange
21937e97017eSAlex BennéeGuest Test Compilation Support
21947e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
21957e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
21967e97017eSAlex BennéeF: tests/tcg/Makefile
2197c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
21987e97017eSAlex BennéeL: qemu-devel@nongnu.org
21997e97017eSAlex Bennée
2200717171bdSDaniel P. BerrangeDocumentation
2201717171bdSDaniel P. Berrange-------------
2202717171bdSDaniel P. BerrangeBuild system architecture
2203717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2204717171bdSDaniel P. BerrangeS: Odd Fixes
2205c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22068a49e97fSFam Zheng
2207b02c9bc3SMarkus ArmbrusterIncompatible changes
2208b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2209b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2210b02c9bc3SMarkus Armbruster
2211aef45d51SDaniel P. BerrangeBuild System
2212aef45d51SDaniel P. Berrange------------
2213aef45d51SDaniel P. BerrangeGIT submodules
2214aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2215aef45d51SDaniel P. BerrangeS: Odd Fixes
2216aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2217