xref: /openbmc/qemu/MAINTAINERS (revision 75750e4d)
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
448aa74e355SPeter MaydellF: include/hw/dma/pl080.h
44906271000SPaolo BonziniF: hw/dma/pl330.c
45006271000SPaolo BonziniF: hw/gpio/pl061.c
45106271000SPaolo BonziniF: hw/input/pl050.c
45206271000SPaolo BonziniF: hw/intc/pl190.c
45306271000SPaolo BonziniF: hw/sd/pl181.c
45406271000SPaolo BonziniF: hw/timer/pl031.c
45506271000SPaolo BonziniF: include/hw/arm/primecell.h
456e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
457e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4584f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4594f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
460e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
461e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
462050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
463050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4640d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4650d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
466344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
467344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
46806271000SPaolo Bonzini
46906271000SPaolo BonziniARM cores
47006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
471b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
47206271000SPaolo BonziniS: Maintained
47306271000SPaolo BonziniF: hw/intc/arm*
47406271000SPaolo BonziniF: hw/intc/gic_internal.h
47506271000SPaolo BonziniF: hw/misc/a9scu.c
47606271000SPaolo BonziniF: hw/misc/arm11scu.c
47706271000SPaolo BonziniF: hw/timer/a9gtimer*
478c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
479c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48006271000SPaolo BonziniF: include/hw/intc/arm*
48106271000SPaolo BonziniF: include/hw/misc/a9scu.h
48206271000SPaolo BonziniF: include/hw/misc/arm11scu.h
48306271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
48406271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
485c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
486c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
48706271000SPaolo Bonzini
488fc63dcffSEvgeny VoevodinExynos
489f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
490b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
491fc63dcffSEvgeny VoevodinS: Maintained
4928d8b636dSPaolo BonziniF: hw/*/exynos*
493ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
494fc63dcffSEvgeny Voevodin
495766fd09fSMark LangsdorfCalxeda Highbank
4969ef137caSRob HerringM: Rob Herring <robh@kernel.org>
497b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4989ef137caSRob HerringS: Maintained
4998d8b636dSPaolo BonziniF: hw/arm/highbank.c
5008d8b636dSPaolo BonziniF: hw/net/xgmac.c
501766fd09fSMark Langsdorf
5029082f121SAntony PavlovCanon DIGIC
5039082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
504b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5059082f121SAntony PavlovS: Maintained
5069082f121SAntony PavlovF: include/hw/arm/digic.h
5079082f121SAntony PavlovF: hw/*/digic*
5089082f121SAntony Pavlov
509fd5d5c56SAnthony LiguoriGumstix
5101f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5115dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5131f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5148d8b636dSPaolo BonziniF: hw/arm/gumstix.c
515fd5d5c56SAnthony Liguori
5160325559dSPeter Chubbi.MX31
5170325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
518b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5190325559dSPeter ChubbS: Odd fixes
5208d8b636dSPaolo BonziniF: hw/*/imx*
521f7e242d6SThomas HuthF: include/hw/*/imx*
5228d8b636dSPaolo BonziniF: hw/arm/kzm.c
523ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5240325559dSPeter Chubb
525fd5d5c56SAnthony LiguoriIntegrator CP
5261ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
527b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
528fd5d5c56SAnthony LiguoriS: Maintained
5298d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
530f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
531fd5d5c56SAnthony Liguori
532e5a6a6e6SPeter MaydellMPS2
533e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
534e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
535e5a6a6e6SPeter MaydellS: Maintained
536e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5370d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5380d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5390d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5400d4a7551SPeter MaydellF: hw/arm/iotkit.c
5410d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
542*75750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
543*75750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
544e5a6a6e6SPeter Maydell
545fd5d5c56SAnthony LiguoriMusicpal
546fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
547b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
548fd5d5c56SAnthony LiguoriS: Maintained
5498d8b636dSPaolo BonziniF: hw/arm/musicpal.c
550fd5d5c56SAnthony Liguori
551fd5d5c56SAnthony LiguorinSeries
552fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
553b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
554fd5d5c56SAnthony LiguoriS: Maintained
5558d8b636dSPaolo BonziniF: hw/arm/nseries.c
556fd5d5c56SAnthony Liguori
557fd5d5c56SAnthony LiguoriPalm
558fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
559b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
560fd5d5c56SAnthony LiguoriS: Maintained
5618d8b636dSPaolo BonziniF: hw/arm/palm.c
562fd5d5c56SAnthony Liguori
563fd5d5c56SAnthony LiguoriReal View
5641ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
565b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
566fd5d5c56SAnthony LiguoriS: Maintained
5678d8b636dSPaolo BonziniF: hw/arm/realview*
568f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5695ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5705ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
571fd5d5c56SAnthony Liguori
5729b31bff0SPaolo BonziniPXA2XX
573fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
574b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
575fd5d5c56SAnthony LiguoriS: Maintained
5769b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5778d8b636dSPaolo BonziniF: hw/arm/spitz.c
5789b31bff0SPaolo BonziniF: hw/arm/tosa.c
5799b31bff0SPaolo BonziniF: hw/arm/z2.c
5809b31bff0SPaolo BonziniF: hw/*/pxa2xx*
581f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
582ed0db866SThomas HuthF: include/hw/arm/pxa.h
583fd5d5c56SAnthony Liguori
584fd5d5c56SAnthony LiguoriStellaris
5851ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
586b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
587fd5d5c56SAnthony LiguoriS: Maintained
5888d8b636dSPaolo BonziniF: hw/*/stellaris*
589fd5d5c56SAnthony Liguori
590fd5d5c56SAnthony LiguoriVersatile PB
5911ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
592b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
593fd5d5c56SAnthony LiguoriS: Maintained
5948d8b636dSPaolo BonziniF: hw/*/versatile*
595c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
596fd5d5c56SAnthony Liguori
597e3260506SPeter A. G. CrosthwaiteXilinx Zynq
598cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
599c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
600b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
601e3260506SPeter A. G. CrosthwaiteS: Maintained
602cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6038d8b636dSPaolo BonziniF: hw/*/cadence_*
604f7e242d6SThomas HuthF: hw/misc/zynq*
605f7e242d6SThomas HuthF: include/hw/misc/zynq*
606cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
607e3260506SPeter A. G. Crosthwaite
608137805f5SAlistair FrancisXilinx ZynqMP
609c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
610cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
611b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
612137805f5SAlistair FrancisS: Maintained
613cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
614f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
615137805f5SAlistair Francis
6168f4d260eSShannon ZhaoARM ACPI Subsystem
6178f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
618e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
619b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6208f4d260eSShannon ZhaoS: Maintained
6218f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6228f4d260eSShannon Zhao
623a1f8193bSAlistair FrancisSTM32F205
624a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
625a1f8193bSAlistair FrancisS: Maintained
626a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
627a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
628a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
629a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
630a1f8193bSAlistair FrancisF: hw/adc/*
631a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6320e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
633a1f8193bSAlistair Francis
634a1f8193bSAlistair FrancisNetduino 2
635a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
636a1f8193bSAlistair FrancisS: Maintained
637a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
638a1f8193bSAlistair Francis
639670bc4cbSSubbaraya SundeepSmartFusion2
640670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
641670bc4cbSSubbaraya SundeepS: Maintained
642670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
643670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
644670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
645670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
646670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
647670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
648670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
649670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
650670bc4cbSSubbaraya Sundeep
651670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
652670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
653670bc4cbSSubbaraya SundeepS: Maintained
654670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
655670bc4cbSSubbaraya Sundeep
656f87db1baSJoel StanleyASPEED BMCs
657f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
658f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
659f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
660f87db1baSJoel StanleyL: qemu-arm@nongnu.org
661f87db1baSJoel StanleyS: Maintained
662f87db1baSJoel StanleyF: hw/*/*aspeed*
663f87db1baSJoel StanleyF: include/hw/*/*aspeed*
664f87db1baSJoel StanleyF: hw/net/ftgmac100.c
665f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
666f87db1baSJoel Stanley
667fd5d5c56SAnthony LiguoriCRIS Machines
668fd5d5c56SAnthony Liguori-------------
669fd5d5c56SAnthony LiguoriAxis Dev88
670fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
671fd5d5c56SAnthony LiguoriS: Maintained
6728d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6736e481d57SPeter MaydellF: hw/*/etraxfs_*.c
674fd5d5c56SAnthony Liguori
67507bf23a7SMichael WalleLM32 Machines
67607bf23a7SMichael Walle-------------
67707bf23a7SMichael WalleEVR32 and uclinux BSP
67807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
67907bf23a7SMichael WalleS: Maintained
6808d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
68107bf23a7SMichael Walle
682d118aa6bSMichael Wallemilkymist
683d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
684d118aa6bSMichael WalleS: Maintained
6858d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
686d118aa6bSMichael Walle
687afcacd53SAurelien JarnoM68K Machines
688fd5d5c56SAnthony Liguori-------------
689fd5d5c56SAnthony Liguorian5206
6905baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6915baf2741SThomas HuthS: Odd Fixes
6928d8b636dSPaolo BonziniF: hw/m68k/an5206.c
693e9a56114SThomas HuthF: hw/m68k/mcf5206.c
694fd5d5c56SAnthony Liguori
695fd5d5c56SAnthony Liguorimcf5208
6965baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6975baf2741SThomas HuthS: Odd Fixes
6988d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
699e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
700e9a56114SThomas HuthF: hw/char/mcf_uart.c
701e9a56114SThomas HuthF: hw/net/mcf_fec.c
7025baf2741SThomas HuthF: include/hw/m68k/mcf*.h
703fd5d5c56SAnthony Liguori
704fd5d5c56SAnthony LiguoriMicroBlaze Machines
705b6f97c14Sbellard-------------------
706fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
707fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
708fd5d5c56SAnthony LiguoriS: Maintained
7096e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
710b6f97c14Sbellard
711d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7124b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
713d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7148d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
715d36e8ce7SPeter A. G. Crosthwaite
716fd5d5c56SAnthony LiguoriMIPS Machines
717fd5d5c56SAnthony Liguori-------------
718fd5d5c56SAnthony LiguoriJazz
719fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
720fd5d5c56SAnthony LiguoriS: Maintained
7218d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
722fd5d5c56SAnthony Liguori
723fd5d5c56SAnthony LiguoriMalta
724fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
725fd5d5c56SAnthony LiguoriS: Maintained
7268d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
727fd5d5c56SAnthony Liguori
728fd5d5c56SAnthony LiguoriMipssim
7294872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
730659f42d8SYongbok KimS: Odd Fixes
7318d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
732659f42d8SYongbok KimF: hw/net/mipsnet.c
733fd5d5c56SAnthony Liguori
734fd5d5c56SAnthony LiguoriR4000
735fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
736fd5d5c56SAnthony LiguoriS: Maintained
7378d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
738fd5d5c56SAnthony Liguori
739659f42d8SYongbok KimFulong 2E
7404872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
741659f42d8SYongbok KimS: Odd Fixes
742659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7430170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7444872fee2SAleksandar Markovic
7450170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
746659f42d8SYongbok Kim
747659f42d8SYongbok KimBoston
7484872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
749659f42d8SYongbok KimS: Maintained
750659f42d8SYongbok KimF: hw/core/loader-fit.c
751659f42d8SYongbok KimF: hw/mips/boston.c
752659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
753659f42d8SYongbok Kim
754945dad6dSJia LiuOpenRISC Machines
755945dad6dSJia Liu-----------------
756945dad6dSJia Liuor1k-sim
757945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
758945dad6dSJia LiuS: Maintained
759945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
760945dad6dSJia Liu
761fd5d5c56SAnthony LiguoriPowerPC Machines
762fd5d5c56SAnthony Liguori----------------
763fd5d5c56SAnthony Liguori405
764fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
765a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7669b9fe135SAndreas FärberS: Odd Fixes
7678d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
768fd5d5c56SAnthony Liguori
769aaade8d7SAndreas FärberBamboo
770aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
771aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
772aaade8d7SAndreas FärberS: Odd Fixes
7738d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
774aaade8d7SAndreas Färber
77598cded3aSAndreas Färbere500
77698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
77798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
77898cded3aSAndreas FärberS: Supported
77998cded3aSAndreas FärberF: hw/ppc/e500.[hc]
78098cded3aSAndreas FärberF: hw/ppc/e500plat.c
781b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
782b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
783b5d55020SThomas HuthF: pc-bios/u-boot.e500
78498cded3aSAndreas Färber
78598cded3aSAndreas Färbermpc8544ds
78698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
78798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
78898cded3aSAndreas FärberS: Supported
78998cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7908d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
79198cded3aSAndreas Färber
792fd5d5c56SAnthony LiguoriNew World
793fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
794a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
795fd5d5c56SAnthony LiguoriS: Maintained
796baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7976e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7986e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7998d8b636dSPaolo BonziniF: hw/misc/macio/
8006ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
801b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
802eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8036ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
804eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
805fd5d5c56SAnthony Liguori
806fd5d5c56SAnthony LiguoriOld World
807fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
808a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
809fd5d5c56SAnthony LiguoriS: Maintained
810baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8116e481d57SPeter MaydellF: hw/pci-host/grackle.c
8128d8b636dSPaolo BonziniF: hw/misc/macio/
813835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
814fd5d5c56SAnthony Liguori
815ec38d398SAndreas FärberPReP
8168178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8179f38774dSAndreas FärberL: qemu-devel@nongnu.org
818a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8198178e89cSHervé PoussineauS: Maintained
82075610155SAndreas FärberF: hw/ppc/prep.c
8218178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8228178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8236e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8240a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
825a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8261cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
827cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
828a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
829cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
830835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
831fd5d5c56SAnthony Liguori
832300b115cSAndreas FärbersPAPR
833085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8348a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8358a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8368a269ca4SAndreas FärberS: Supported
8378d8b636dSPaolo BonziniF: hw/*/spapr*
838f9de2da7SDavid GibsonF: include/hw/*/spapr*
839f9de2da7SDavid GibsonF: hw/*/xics*
840f9de2da7SDavid GibsonF: include/hw/*/xics*
841f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
842b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
843b5d55020SThomas HuthF: pc-bios/slof.bin
844bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
845b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
846b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
847a70ab357SGreg KurzF: tests/spapr*
848a70ab357SGreg KurzF: tests/libqos/*spapr*
849a70ab357SGreg KurzF: tests/rtas*
850a70ab357SGreg KurzF: tests/libqos/rtas*
8518a269ca4SAndreas Färber
852794d00bfSAndreas Färbervirtex_ml507
853794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
854794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
855794d00bfSAndreas FärberS: Odd Fixes
8566e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
857794d00bfSAndreas Färber
858a9dd6604SBALATON Zoltansam460ex
859a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
860a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
861a9dd6604SBALATON ZoltanS: Maintained
862a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
863c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
864a9dd6604SBALATON Zoltan
865fd5d5c56SAnthony LiguoriSH4 Machines
866fd5d5c56SAnthony Liguori------------
867fd5d5c56SAnthony LiguoriR2D
868fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
869fd5d5c56SAnthony LiguoriS: Maintained
8706e481d57SPeter MaydellF: hw/sh4/r2d.c
87181527b94SThomas HuthF: hw/intc/sh_intc.c
87281527b94SThomas HuthF: hw/timer/sh_timer.c
873fd5d5c56SAnthony Liguori
874fd5d5c56SAnthony LiguoriShix
875fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
87681527b94SThomas HuthS: Odd Fixes
8776e481d57SPeter MaydellF: hw/sh4/shix.c
878fd5d5c56SAnthony Liguori
879fd5d5c56SAnthony LiguoriSPARC Machines
880fd5d5c56SAnthony Liguori--------------
881fd5d5c56SAnthony LiguoriSun4m
882f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
883fd5d5c56SAnthony LiguoriS: Maintained
8848d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
885c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
886c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8877098b79eSThomas HuthF: hw/misc/eccmemctl.c
8887098b79eSThomas HuthF: hw/misc/slavio_misc.c
889c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
890c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
891c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
892fd5d5c56SAnthony Liguori
893fd5d5c56SAnthony LiguoriSun4u
894f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
895fd5d5c56SAnthony LiguoriS: Maintained
8968d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
897c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
898fd5d5c56SAnthony Liguori
899a2664ca0SArtyom TarasenkoSun4v
900a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
901a2664ca0SArtyom TarasenkoS: Maintained
902626e4a4bSFam ZhengF: hw/sparc64/niagara.c
903a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
904a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
905a2664ca0SArtyom Tarasenko
906ce6c760cSFabien ChouteauLeon3
907ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
908ce6c760cSFabien ChouteauS: Maintained
9098d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9108d8b636dSPaolo BonziniF: hw/*/grlib*
911c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
912ce6c760cSFabien Chouteau
913fd5d5c56SAnthony LiguoriS390 Machines
914fd5d5c56SAnthony Liguori-------------
915dd4ad64aSCornelia HuckS390 Virtio-ccw
916c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
917b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
918dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
919dd4ad64aSCornelia HuckS: Supported
9200c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9219d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
922c5bfb202SCornelia HuckF: hw/s390x/
9234277af19SCornelia HuckF: include/hw/s390x/
924c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9251e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9261e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9273e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9283e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
929146bd283SCornelia HuckL: qemu-s390x@nongnu.org
930dd4ad64aSCornelia Huck
931304584bfSCornelia HuckS390-ccw Bios
932304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
933304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
934304584bfSCornelia HuckS: Supported
935304584bfSCornelia HuckF: pc-bios/s390-ccw/
936304584bfSCornelia HuckF: pc-bios/s390-ccw.img
937304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
938304584bfSCornelia HuckL: qemu-s390x@nongnu.org
939304584bfSCornelia Huck
940ab9528caSGuan XuetaoUniCore32 Machines
941ab9528caSGuan Xuetao-------------
942ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
943ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
944ab9528caSGuan XuetaoS: Maintained
9458d8b636dSPaolo BonziniF: hw/*/puv3*
946ab9528caSGuan XuetaoF: hw/unicore32/
947ab9528caSGuan Xuetao
948fd5d5c56SAnthony LiguoriX86 Machines
949fd5d5c56SAnthony Liguori------------
950fd5d5c56SAnthony LiguoriPC
951046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
952fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
953fd5d5c56SAnthony LiguoriS: Supported
954046a6486SMichael S. TsirkinF: include/hw/i386/
955046a6486SMichael S. TsirkinF: hw/i386/
956046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
957046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
958046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
959046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
960046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
961046a6486SMichael S. TsirkinF: hw/isa/piix4.c
962046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
963046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
964046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
965046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
966046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
967f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9689cc3b73cSPaolo BonziniF: hw/misc/sga.c
9699cc3b73cSPaolo Bonzini
9709cc3b73cSPaolo BonziniPC Chipset
9719cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9729cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9731732be86SPhilippe Mathieu-DaudéS: Supported
9749cc3b73cSPaolo BonziniF: hw/char/debugcon.c
975bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9769cc3b73cSPaolo BonziniF: hw/char/serial*
9779cc3b73cSPaolo BonziniF: hw/dma/i8257*
9789cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9791732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9809cc3b73cSPaolo BonziniF: hw/intc/apic*
9819cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9829cc3b73cSPaolo BonziniF: hw/intc/i8259*
9831854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9849cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9859cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9869cc3b73cSPaolo BonziniF: hw/timer/hpet*
9879cc3b73cSPaolo BonziniF: hw/timer/i8254*
9889cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
989edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
990866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
991bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
99255f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
993a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
99447973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9951854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
996a2feb348SThomas HuthF: include/hw/timer/hpet.h
997a2feb348SThomas HuthF: include/hw/timer/i8254*
998a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
999046a6486SMichael S. Tsirkin
10005da4fb00SMichael S. TsirkinMachine core
10015da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1002fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10035da4fb00SMichael S. TsirkinS: Supported
10045da4fb00SMichael S. TsirkinF: hw/core/machine.c
1005c1629c5cSThomas HuthF: hw/core/null-machine.c
10065da4fb00SMichael S. TsirkinF: include/hw/boards.h
1007e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1008fd5d5c56SAnthony Liguori
100916e7caaeSMax FilippovXtensa Machines
101016e7caaeSMax Filippov---------------
1011375847a6SMax Filippovsim
101216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
101316e7caaeSMax FilippovS: Maintained
1014437a8c11SMax FilippovF: hw/xtensa/sim.c
1015375847a6SMax Filippov
1016437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1017375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1018375847a6SMax FilippovS: Maintained
1019437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1020437a8c11SMax FilippovF: hw/net/opencores_eth.c
102116e7caaeSMax Filippov
1022fd5d5c56SAnthony LiguoriDevices
1023fd5d5c56SAnthony Liguori-------
1024b30934cbSJiri SlabyEDU
1025b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1026b30934cbSJiri SlabyS: Maintained
1027b30934cbSJiri SlabyF: hw/misc/edu.c
1028b30934cbSJiri Slaby
1029fd5d5c56SAnthony LiguoriIDE
1030c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1031c095348bSJohn SnowL: qemu-block@nongnu.org
1032c095348bSJohn SnowS: Supported
10338d8b636dSPaolo BonziniF: include/hw/ide.h
1034c9f7acd5SThomas HuthF: include/hw/ide/
1035fd5d5c56SAnthony LiguoriF: hw/ide/
1036c095348bSJohn SnowF: hw/block/block.c
1037c095348bSJohn SnowF: hw/block/cdrom.c
1038c095348bSJohn SnowF: hw/block/hd-geometry.c
1039c095348bSJohn SnowF: tests/ide-test.c
1040c095348bSJohn SnowF: tests/ahci-test.c
1041edc35b3dSThomas HuthF: tests/cdrom-test.c
1042aee50319SJohn SnowF: tests/libqos/ahci*
1043c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1044c095348bSJohn Snow
1045caf316baSCorey MinyardIPMI
1046caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1047caf316baSCorey MinyardS: Maintained
1048caf316baSCorey MinyardF: include/hw/ipmi/*
1049caf316baSCorey MinyardF: hw/ipmi/*
1050caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1051caf316baSCorey MinyardF: tests/ipmi*
1052caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1053caf316baSCorey Minyard
1054c095348bSJohn SnowFloppy
1055c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1056c095348bSJohn SnowL: qemu-block@nongnu.org
1057c095348bSJohn SnowS: Supported
1058c095348bSJohn SnowF: hw/block/fdc.c
1059c095348bSJohn SnowF: include/hw/block/fdc.h
1060aee50319SJohn SnowF: tests/fdc-test.c
1061c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1062fd5d5c56SAnthony Liguori
1063f5f487b2SPeter MaydellOMAP
1064f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1065f5f487b2SPeter MaydellS: Maintained
10668d8b636dSPaolo BonziniF: hw/*/omap*
1067ed0db866SThomas HuthF: include/hw/arm/omap.h
1068f5f487b2SPeter Maydell
106928d54e58SPaolo BonziniIPack
107028d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
107128d54e58SPaolo BonziniS: Odd Fixes
107228d54e58SPaolo BonziniF: hw/char/ipoctal232.c
107328d54e58SPaolo BonziniF: hw/ipack/
107428d54e58SPaolo Bonzini
1075fd5d5c56SAnthony LiguoriPCI
1076fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1077fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1078fd5d5c56SAnthony LiguoriS: Supported
10798d8b636dSPaolo BonziniF: include/hw/pci/*
1080f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1081ca818cfbSMichael S. TsirkinF: hw/pci/*
1082f178bc6bSPaolo BonziniF: hw/pci-bridge/*
108368179923SPhilippe Mathieu-DaudéF: docs/pci*
108468179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1085534fd814SFam ZhengF: default-configs/pci.mak
10860e0b3592SMichael S. Tsirkin
1087d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10880e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10890e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10900e0b3592SMichael S. TsirkinS: Supported
10910e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1092d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10930e0b3592SMichael S. TsirkinF: hw/mem/*
10948d8b636dSPaolo BonziniF: hw/acpi/*
1095d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10960e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10970e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10983248f1b4SBen WarrenF: tests/bios-tables-test.c
10993248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1100fd5d5c56SAnthony Liguori
1101aaade8d7SAndreas Färberppc4xx
1102aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1103aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1104aaade8d7SAndreas FärberS: Odd Fixes
11058d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1106aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1107b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1108aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1109aaade8d7SAndreas Färber
111098cded3aSAndreas Färberppce500
111198cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
111298cded3aSAndreas FärberL: qemu-ppc@nongnu.org
111398cded3aSAndreas FärberS: Supported
11146e481d57SPeter MaydellF: hw/ppc/e500*
1115566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1116566dd236SPaolo BonziniF: hw/net/fsl_etsec/
111798cded3aSAndreas Färber
111861af0ee6SPaolo BonziniCharacter devices
111961af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
112061af0ee6SPaolo BonziniS: Odd Fixes
112161af0ee6SPaolo BonziniF: hw/char/
112261af0ee6SPaolo Bonzini
1123f536f112SPaolo BonziniNetwork devices
1124f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1125f536f112SPaolo BonziniS: Odd Fixes
1126f536f112SPaolo BonziniF: hw/net/
11276061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11286bd7776cSGreg KurzF: tests/virtio-net-test.c
1129f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1130f536f112SPaolo Bonzini
1131fd5d5c56SAnthony LiguoriSCSI
1132de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1133c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1134de7724f7SPaolo BonziniS: Supported
113574460f34SThomas HuthF: include/hw/scsi/*
11368d8b636dSPaolo BonziniF: hw/scsi/*
11376bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11381ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1139de7724f7SPaolo Bonzini
1140fcb5629dSPeter A. G. CrosthwaiteSSI
11414b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1142c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1143fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11448d8b636dSPaolo BonziniF: hw/ssi/*
11458d8b636dSPaolo BonziniF: hw/block/m25p80.c
1146982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11474b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1148982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11494b46ba61SAlistair Francis
11504b46ba61SAlistair FrancisXilinx SPI
1151c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11524b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11534b46ba61SAlistair FrancisS: Maintained
11544b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1155fcb5629dSPeter A. G. Crosthwaite
1156076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1157076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1158076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1159076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1160076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1161076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1162076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1163076a0fc3SPhilippe Mathieu-Daudé
1164fd5d5c56SAnthony LiguoriUSB
11655d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11665d0d62feSGerd HoffmannS: Maintained
11678d8b636dSPaolo BonziniF: hw/usb/*
116828edfce0SGongleiF: tests/usb-*-test.c
1169beded0ffSThomas HuthF: docs/usb2.txt
1170beded0ffSThomas HuthF: docs/usb-storage.txt
1171beded0ffSThomas HuthF: include/hw/usb.h
1172beded0ffSThomas HuthF: include/hw/usb/
1173104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1174fd5d5c56SAnthony Liguori
1175e26082fdSPaolo BonziniUSB (serial adapter)
1176e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1177e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1178e26082fdSPaolo BonziniS: Maintained
1179e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1180e26082fdSPaolo Bonzini
118192e1fb5eSAlex WilliamsonVFIO
118292e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
118392e1fb5eSAlex WilliamsonS: Supported
1184cf7087dbSKim PhillipsF: hw/vfio/*
118599b88c6dSThomas HuthF: include/hw/vfio/
118692e1fb5eSAlex Williamson
11875eb74557SDong Jia Shivfio-ccw
1188c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11895eb74557SDong Jia ShiS: Supported
11905eb74557SDong Jia ShiF: hw/vfio/ccw.c
11915eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11925eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11935eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1194146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11955eb74557SDong Jia Shi
1196fd5d5c56SAnthony Liguorivhost
1197fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1198fd5d5c56SAnthony LiguoriS: Supported
11998d8b636dSPaolo BonziniF: hw/*/*vhost*
120037f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1201fd5d5c56SAnthony Liguori
1202fd5d5c56SAnthony Liguorivirtio
1203a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1204fd5d5c56SAnthony LiguoriS: Supported
12058d8b636dSPaolo BonziniF: hw/*/virtio*
120672fa605dSThomas HuthF: hw/virtio/Makefile.objs
120772fa605dSThomas HuthF: hw/virtio/trace-events
12086a084ea3SMichael S. TsirkinF: net/vhost-user.c
1209494f7b57SThomas HuthF: include/hw/virtio/
12106bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1211fd5d5c56SAnthony Liguori
1212fd5d5c56SAnthony Liguorivirtio-9p
12138c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1214fd5d5c56SAnthony LiguoriS: Supported
1215aebeca25SAndreas FärberF: hw/9pfs/
1216aebeca25SAndreas FärberF: fsdev/
12172d888c09SAndreas FärberF: tests/virtio-9p-test.c
12188c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1219fd5d5c56SAnthony Liguori
1220fd5d5c56SAnthony Liguorivirtio-blk
122154d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1222b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1223fd5d5c56SAnthony LiguoriS: Supported
12248d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1225b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12266bd7776cSGreg KurzF: tests/virtio-blk-test.c
1227b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1228fd5d5c56SAnthony Liguori
1229dd4ad64aSCornelia Huckvirtio-ccw
1230c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1231b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1232dd4ad64aSCornelia HuckS: Supported
1233dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12343e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12353e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1236146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1237dd4ad64aSCornelia Huck
1238a5d4d7b5SGerd Hoffmannvirtio-input
1239a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1240a5d4d7b5SGerd HoffmannS: Maintained
1241a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1242a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1243a5d4d7b5SGerd Hoffmann
1244fd5d5c56SAnthony Liguorivirtio-serial
1245cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1246fd5d5c56SAnthony LiguoriS: Supported
12478d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12488d8b636dSPaolo BonziniF: hw/char/virtio-console.c
124968a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12506bd7776cSGreg KurzF: tests/virtio-console-test.c
12516bd7776cSGreg KurzF: tests/virtio-serial-test.c
1252fd5d5c56SAnthony Liguori
12531f51a5cbSAmit Shahvirtio-rng
1254cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12551f51a5cbSAmit ShahS: Supported
12561f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12571f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1258750cf869SThomas HuthF: include/sysemu/rng*.h
12591f51a5cbSAmit ShahF: backends/rng*.c
12606bd7776cSGreg KurzF: tests/virtio-rng-test.c
12611f51a5cbSAmit Shah
12626034011cSGongleivirtio-crypto
12636034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12646034011cSGongleiS: Supported
12656034011cSGongleiF: hw/virtio/virtio-crypto.c
12666034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12676034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12686034011cSGonglei
1269f3c507adSKeith Buschnvme
1270f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1271c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1272f3c507adSKeith BuschS: Supported
1273f3c507adSKeith BuschF: hw/block/nvme*
1274fc967791SAndreas FärberF: tests/nvme-test.c
1275f3c507adSKeith Busch
1276d383c625SHannes Reineckemegasas
12773fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1278c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1279d383c625SHannes ReineckeS: Supported
1280d383c625SHannes ReineckeF: hw/scsi/megasas.c
1281d383c625SHannes ReineckeF: hw/scsi/mfi.h
12823fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1283d383c625SHannes Reinecke
1284605d52e6SDmitry FleytmanNetwork packet abstractions
1285bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1286605d52e6SDmitry FleytmanS: Maintained
1287605d52e6SDmitry FleytmanF: include/net/eth.h
1288605d52e6SDmitry FleytmanF: net/eth.c
1289605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1290605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1291605d52e6SDmitry Fleytman
1292622fb504SDmitry FleytmanVmware
1293bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1294622fb504SDmitry FleytmanS: Maintained
1295622fb504SDmitry FleytmanF: hw/net/vmxnet*
1296622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12975a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1298622fb504SDmitry Fleytman
1299de24d3f1SScott FeldmanRocker
1300de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1301de24d3f1SScott FeldmanS: Maintained
1302de24d3f1SScott FeldmanF: hw/net/rocker/
1303de850948SThomas HuthF: tests/rocker/
1304de850948SThomas HuthF: docs/specs/rocker.txt
1305de24d3f1SScott Feldman
130670d1fb9cSXiao GuangrongNVDIMM
13077a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
130870d1fb9cSXiao GuangrongS: Maintained
130970d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
131070d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
131170d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
131270d1fb9cSXiao Guangrong
1313093454e2SDmitry Fleytmane1000x
1314bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1315093454e2SDmitry FleytmanS: Maintained
1316093454e2SDmitry FleytmanF: hw/net/e1000x*
1317093454e2SDmitry Fleytman
13186f3fbe4eSDmitry Fleytmane1000e
1319bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13206f3fbe4eSDmitry FleytmanS: Maintained
13216f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13226f3fbe4eSDmitry Fleytman
1323ebc2327fSStefan Weileepro100
1324ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1325ebc2327fSStefan WeilS: Maintained
1326ebc2327fSStefan WeilF: hw/net/eepro100.c
1327ebc2327fSStefan Weil
1328e481a1f6SAlistair FrancisGeneric Loader
1329c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1330e481a1f6SAlistair FrancisS: Maintained
1331e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1332e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1333c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1334e481a1f6SAlistair Francis
1335645d3cbeSSu HangIntel Hexadecimal Object File Loader
1336645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1337645d3cbeSSu HangS: Maintained
1338645d3cbeSSu HangF: tests/hexloader-test.c
1339645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1340645d3cbeSSu Hang
134187a9023aSThomas HuthCHRP NVRAM
134287a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
134387a9023aSThomas HuthS: Maintained
134487a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
134587a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
134687a9023aSThomas HuthF: tests/prom-env-test.c
134787a9023aSThomas Huth
134842697d88SBen WarrenVM Generation ID
134942697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
135042697d88SBen WarrenS: Maintained
135142697d88SBen WarrenF: hw/acpi/vmgenid.c
135242697d88SBen WarrenF: include/hw/acpi/vmgenid.h
135342697d88SBen WarrenF: docs/specs/vmgenid.txt
135442697d88SBen WarrenF: tests/vmgenid-test.c
135542697d88SBen WarrenF: stubs/vmgenid.c
135642697d88SBen Warren
1357747969dbSPhilippe Mathieu-DaudéUnimplemented device
1358747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1359747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1360747969dbSPhilippe Mathieu-DaudéS: Maintained
1361747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1362747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1363747969dbSPhilippe Mathieu-Daudé
1364dbb2e472SGerd HoffmannStandard VGA
1365dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1366dbb2e472SGerd HoffmannS: Maintained
1367dbb2e472SGerd HoffmannF: hw/display/vga*
1368dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1369dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1370dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1371dbb2e472SGerd Hoffmann
137258d632c7SGerd Hoffmannramfb
137358d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
137458d632c7SGerd HoffmannS: Maintained
137558d632c7SGerd HoffmannF: hw/display/ramfb*.c
137658d632c7SGerd HoffmannF: include/hw/display/ramfb.h
137758d632c7SGerd Hoffmann
1378dbb2e472SGerd Hoffmannvirtio-gpu
1379dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1380dbb2e472SGerd HoffmannS: Maintained
1381dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1382dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1383dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1384dbb2e472SGerd Hoffmann
1385dbb2e472SGerd HoffmannCirrus VGA
1386dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1387dbb2e472SGerd HoffmannS: Odd Fixes
1388dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1389dbb2e472SGerd HoffmannF: hw/display/cirrus*
1390dbb2e472SGerd Hoffmann
1391fd5d5c56SAnthony LiguoriSubsystems
1392fd5d5c56SAnthony Liguori----------
1393fd5d5c56SAnthony LiguoriAudio
13949f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1395fd5d5c56SAnthony LiguoriS: Maintained
1396fd5d5c56SAnthony LiguoriF: audio/
13978d8b636dSPaolo BonziniF: hw/audio/
1398a2b245aeSThomas HuthF: include/hw/audio/
1399d7b50c0cSAndreas FärberF: tests/ac97-test.c
14008fa74c94SAndreas FärberF: tests/es1370-test.c
1401fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1402fd5d5c56SAnthony Liguori
140317f1e8f5SStefan HajnocziBlock layer core
1404fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1405c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1406c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1407fd5d5c56SAnthony LiguoriS: Supported
1408fd5d5c56SAnthony LiguoriF: block*
1409fd5d5c56SAnthony LiguoriF: block/
14108d8b636dSPaolo BonziniF: hw/block/
14114c346e0bSKevin WolfF: include/block/
141246078760SKevin WolfF: qemu-img*
141346078760SKevin WolfF: qemu-io*
141429242091SKevin WolfF: tests/qemu-iotests/
14158dd30c86SMax ReitzF: util/qemu-progress.c
14160bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
14170bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1418d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1419fd5d5c56SAnthony Liguori
1420d55053b1SStefan HajnocziBlock I/O path
1421d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14229ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1423d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1424d55053b1SStefan HajnocziS: Supported
142536c697bdSPaolo BonziniF: util/async.c
142636c697bdSPaolo BonziniF: util/aio-*.c
1427d55053b1SStefan HajnocziF: block/io.c
1428d55053b1SStefan HajnocziF: migration/block*
1429e1029ae2SFam ZhengF: include/block/aio.h
1430f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14310a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1432d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1433d55053b1SStefan Hajnoczi
1434e5b5728cSPaolo BonziniBlock SCSI subsystem
1435e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1436c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1437e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1438e5b5728cSPaolo BonziniS: Supported
1439e5b5728cSPaolo BonziniF: include/scsi/*
1440e5b5728cSPaolo BonziniF: scsi/*
1441e5b5728cSPaolo Bonzini
1442280458a3SJeff CodyBlock Jobs
1443280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1444280458a3SJeff CodyL: qemu-block@nongnu.org
1445280458a3SJeff CodyS: Supported
1446280458a3SJeff CodyF: blockjob.c
1447280458a3SJeff CodyF: include/block/blockjob.h
144833e9e9bdSKevin WolfF: job.c
14491a90bc81SKevin WolfF: job-qmp.c
145033e9e9bdSKevin WolfF: include/block/job.h
1451280458a3SJeff CodyF: block/backup.c
1452280458a3SJeff CodyF: block/commit.c
145377346025SJeff CodyF: block/stream.c
1454280458a3SJeff CodyF: block/mirror.c
1455bf42508fSKevin WolfF: qapi/job.json
1456280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1457280458a3SJeff Cody
14584120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14594120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14604120201dSMarkus ArmbrusterS: Supported
14614120201dSMarkus ArmbrusterF: blockdev.c
14624120201dSMarkus ArmbrusterF: block/qapi.c
14634120201dSMarkus ArmbrusterF: qapi/block*.json
1464fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14654120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14664120201dSMarkus Armbruster
1467538193bcSJohn SnowDirty Bitmaps
1468538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1469538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1470538193bcSJohn SnowL: qemu-block@nongnu.org
1471538193bcSJohn SnowS: Supported
1472538193bcSJohn SnowF: util/hbitmap.c
1473538193bcSJohn SnowF: block/dirty-bitmap.c
1474538193bcSJohn SnowF: include/qemu/hbitmap.h
1475538193bcSJohn SnowF: include/block/dirty-bitmap.h
1476538193bcSJohn SnowF: tests/test-hbitmap.c
14775746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1478538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1479538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1480538193bcSJohn Snow
148161af0ee6SPaolo BonziniCharacter device backends
1482da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
148355fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1484fd5d5c56SAnthony LiguoriS: Maintained
1485178fe0aeSMarc-André LureauF: chardev/
14868228e353SMarc-André LureauF: include/chardev/
1487dbeee392SMarkus ArmbrusterF: qapi/char.json
1488fd5d5c56SAnthony Liguori
1489e26082fdSPaolo BonziniCharacter Devices (Braille)
1490e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1491e26082fdSPaolo BonziniS: Maintained
14926b10e573SMarc-André LureauF: chardev/baum.c
1493fd5d5c56SAnthony Liguori
1494e94630d3SMarkus ArmbrusterCommand line option argument parsing
1495e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1496e94630d3SMarkus ArmbrusterS: Supported
1497e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1498e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1499e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1500e94630d3SMarkus ArmbrusterF: util/keyval.c
1501e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1502e94630d3SMarkus Armbruster
15038c413e79SMarkus ArmbrusterCoverity model
15048c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15058c413e79SMarkus ArmbrusterS: Supported
15068c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15078c413e79SMarkus Armbruster
1508f2ca0524SAndreas FärberCPU
150912b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1510f2ca0524SAndreas FärberS: Supported
1511f2ca0524SAndreas FärberF: qom/cpu.c
15126e481d57SPeter MaydellF: include/qom/cpu.h
1513f2ca0524SAndreas Färber
1514d24b569aSPeter A. G. CrosthwaiteDevice Tree
15154b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1516d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1517d24b569aSPeter A. G. CrosthwaiteS: Maintained
151882407515SThomas HuthF: device_tree.c
151982407515SThomas HuthF: include/sysemu/device_tree.h
1520d24b569aSPeter A. G. Crosthwaite
15213505a22bSMarc-André LureauDump
15223505a22bSMarc-André LureauS: Supported
15233505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15243505a22bSMarc-André LureauF: dump.c
15253505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15263505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15273505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15283505a22bSMarc-André LureauF: include/sysemu/dump.h
15293505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15303505a22bSMarc-André LureauF: stubs/dump.c
15313505a22bSMarc-André Lureau
15324f966768SMarkus ArmbrusterError reporting
15334f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15344f966768SMarkus ArmbrusterS: Supported
15354f966768SMarkus ArmbrusterF: include/qapi/error.h
15364f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15374f966768SMarkus ArmbrusterF: util/error.c
15384f966768SMarkus ArmbrusterF: util/qemu-error.c
15394f966768SMarkus Armbruster
1540fd5d5c56SAnthony LiguoriGDB stub
15415dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1542fd5d5c56SAnthony LiguoriS: Odd Fixes
1543fd5d5c56SAnthony LiguoriF: gdbstub*
1544fd5d5c56SAnthony LiguoriF: gdb-xml/
1545fd5d5c56SAnthony Liguori
154601a9c03cSPaolo BonziniMemory API
154701a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
154801a9c03cSPaolo BonziniS: Supported
154901a9c03cSPaolo BonziniF: include/exec/ioport.h
155001a9c03cSPaolo BonziniF: ioport.c
155101a9c03cSPaolo BonziniF: include/exec/memory.h
15522b1641d0SPaolo BonziniF: include/exec/ram_addr.h
155301a9c03cSPaolo BonziniF: memory.c
155401a9c03cSPaolo BonziniF: include/exec/memory-internal.h
155501a9c03cSPaolo BonziniF: exec.c
155601a9c03cSPaolo Bonzini
15577ee3bf03SGerd HoffmannSPICE
15587ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15597ee3bf03SGerd HoffmannS: Supported
15606e481d57SPeter MaydellF: include/ui/qemu-spice.h
1561438528a3SThomas HuthF: include/ui/spice-display.h
15627ee3bf03SGerd HoffmannF: ui/spice-*.c
15637ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15648d8b636dSPaolo BonziniF: hw/display/qxl*
1565608cfed6SMarkus ArmbrusterF: qapi/ui.json
15667ee3bf03SGerd Hoffmann
1567fd5d5c56SAnthony LiguoriGraphics
156825eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
156925eccc37SGerd HoffmannS: Odd Fixes
1570fd5d5c56SAnthony LiguoriF: ui/
1571e220656cSThomas HuthF: include/ui/
1572608cfed6SMarkus ArmbrusterF: qapi/ui.json
1573fd5d5c56SAnthony Liguori
1574351f1bf6SAndreas FärberCocoa graphics
157530ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1576351f1bf6SAndreas FärberS: Odd Fixes
1577351f1bf6SAndreas FärberF: ui/cocoa.m
1578351f1bf6SAndreas Färber
1579fd5d5c56SAnthony LiguoriMain loop
1580da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1581da26f37aSPaolo BonziniS: Maintained
1582da26f37aSPaolo BonziniF: cpus.c
15833ecb29a3SPaolo BonziniF: util/main-loop.c
15843ecb29a3SPaolo BonziniF: util/qemu-timer.c
1585fd5d5c56SAnthony LiguoriF: vl.c
15860e201d34SMarkus ArmbrusterF: qapi/run-state.json
1587fd5d5c56SAnthony Liguori
15888899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1589c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1590fbb0621aSLuiz CapitulinoS: Maintained
1591fd5d5c56SAnthony LiguoriF: monitor.c
1592c13e9912SThomas HuthF: hmp.[ch]
1593c13e9912SThomas HuthF: hmp-commands*.hx
1594c13e9912SThomas HuthF: include/monitor/hmp-target.h
1595bbcee372SThomas HuthF: tests/test-hmp.c
1596fd5d5c56SAnthony Liguori
1597f536f112SPaolo BonziniNetwork device backends
1598442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1599fd5d5c56SAnthony LiguoriS: Maintained
1600fd5d5c56SAnthony LiguoriF: net/
1601d24b2b1cSThomas HuthF: include/net/
16025fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
16033c0bd37dSMarkus ArmbrusterF: qapi/net.json
1604fd5d5c56SAnthony Liguori
1605aee09bafSVincenzo MaffioneNetmap network backend
1606aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1607aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1608aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1609aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1610aee09bafSVincenzo MaffioneS: Maintained
1611aee09bafSVincenzo MaffioneF: net/netmap.c
1612aee09bafSVincenzo Maffione
16132f54eb98SEduardo HabkostNUMA
16142f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16152f54eb98SEduardo HabkostS: Maintained
16162f54eb98SEduardo HabkostF: numa.c
16172f54eb98SEduardo HabkostF: include/sysemu/numa.h
1618e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16192f54eb98SEduardo Habkost
16204fc264f4SEduardo HabkostHost Memory Backends
16214fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16224fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16234fc264f4SEduardo HabkostS: Maintained
16244fc264f4SEduardo HabkostF: backends/hostmem*.c
16254fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1626e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16274fc264f4SEduardo Habkost
16286034011cSGongleiCryptodev Backends
16296034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16306034011cSGongleiS: Maintained
16316034011cSGongleiF: include/sysemu/cryptodev*.h
16326034011cSGongleiF: backends/cryptodev*.c
16336034011cSGonglei
1634ad904f66SEduardo HabkostPython scripts
1635ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1636ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1637ad904f66SEduardo HabkostS: Odd fixes
1638ad904f66SEduardo HabkostF: scripts/qmp/*
1639ad904f66SEduardo HabkostF: scripts/*.py
1640ad904f66SEduardo HabkostF: tests/*.py
1641ad904f66SEduardo Habkost
16428899b4aeSLuiz CapitulinoQAPI
16439740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16448899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16459740618cSLuiz CapitulinoS: Supported
16468899b4aeSLuiz CapitulinoF: qapi/
16470311c5bdSMarkus ArmbrusterX: qapi/*.json
1648ac4abb9aSMarkus ArmbrusterF: include/qapi/
1649ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1650ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1651c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1652ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1653e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1654ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1655e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1656be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1657be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1658c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16599740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16608899b4aeSLuiz Capitulino
16617810d291SLuiz CapitulinoQAPI Schema
16627810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16637810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16647810d291SLuiz CapitulinoS: Supported
16657810d291SLuiz CapitulinoF: qapi-schema.json
16660311c5bdSMarkus ArmbrusterF: qapi/*.json
16679740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16687810d291SLuiz Capitulino
1669f3582ba4SLuiz CapitulinoQObject
1670daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1671daf5dc78SMarkus ArmbrusterS: Supported
1672f3582ba4SLuiz CapitulinoF: qobject/
16737735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16747735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1675a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16767735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
167701b2ffceSMarc-André LureauF: tests/check-qnum.c
16787735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16797735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16807735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1681daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1682f3582ba4SLuiz Capitulino
1683f05d9999SMichael RothQEMU Guest Agent
1684f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1685f05d9999SMichael RothS: Maintained
1686f05d9999SMichael RothF: qga/
1687ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1688ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1689ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1690ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1691f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1692f05d9999SMichael Roth
16934688c94cSAndreas FärberQOM
16944688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16954688c94cSAndreas FärberS: Supported
16964688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16974688c94cSAndreas FärberF: include/qom/
16984688c94cSAndreas FärberX: include/qom/cpu.h
16994688c94cSAndreas FärberF: qom/
17004688c94cSAndreas FärberX: qom/cpu.c
17019f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17029f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17034688c94cSAndreas Färber
17048899b4aeSLuiz CapitulinoQMP
17059740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17069740618cSLuiz CapitulinoS: Supported
17078899b4aeSLuiz CapitulinoF: qmp.c
17088899b4aeSLuiz CapitulinoF: monitor.c
1709c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17109740618cSLuiz CapitulinoF: scripts/qmp/
1711f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
17129740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17138899b4aeSLuiz Capitulino
171498a43bf0SPaolo Bonziniqtest
171598a43bf0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
171698a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
171798a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
171898a43bf0SPaolo BonziniS: Maintained
171998a43bf0SPaolo BonziniF: qtest.c
172098a43bf0SPaolo BonziniF: tests/libqtest.*
172198a43bf0SPaolo BonziniF: tests/libqos/
172298a43bf0SPaolo BonziniF: tests/*-test.c
172398a43bf0SPaolo Bonzini
1724cc0100f4SAlistair FrancisRegister API
1725c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1726cc0100f4SAlistair FrancisS: Maintained
1727cc0100f4SAlistair FrancisF: hw/core/register.c
1728cc0100f4SAlistair FrancisF: include/hw/register.h
172906a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1730cc0100f4SAlistair Francis
1731fd5d5c56SAnthony LiguoriSLIRP
1732eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1733bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1734bafc72abSJan KiszkaS: Maintained
1735fd5d5c56SAnthony LiguoriF: slirp/
1736663fb1e1SThomas HuthF: net/slirp.c
1737d24b2b1cSThomas HuthF: include/net/slirp.h
173802cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17391ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1740fd5d5c56SAnthony Liguori
1741b1ed728aSPaolo BonziniStubs
1742b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1743b1ed728aSPaolo BonziniS: Maintained
1744b1ed728aSPaolo BonziniF: stubs/
1745b1ed728aSPaolo Bonzini
1746598a3f35SStefan HajnocziTracing
17471cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1748598a3f35SStefan HajnocziS: Maintained
1749598a3f35SStefan HajnocziF: trace/
17500e076292SThomas HuthF: trace-events
17510e076292SThomas HuthF: qemu-option-trace.texi
1752f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1753f70fd8fdSLluís VilanovaF: scripts/tracetool/
1754c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17551ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1756598a3f35SStefan Hajnoczi
17573859b6cfSMarkus ArmbrusterTPM
17586b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17596b4f250bSStefan BergerS: Maintained
17603859b6cfSMarkus ArmbrusterF: tpm.c
1761c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17623859b6cfSMarkus ArmbrusterF: hw/tpm/*
17633859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17643859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17653859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17666b4f250bSStefan BergerF: backends/tpm.c
1767adb0e917SStefan BergerF: tests/*tpm*
1768d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17693859b6cfSMarkus Armbruster
177014f40fdcSBlue SwirlCheckpatch
177114f40fdcSBlue SwirlS: Odd Fixes
177214f40fdcSBlue SwirlF: scripts/checkpatch.pl
177314f40fdcSBlue Swirl
1774c0787c8dSJuan QuintelaMigration
1775c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1776d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1777c0787c8dSJuan QuintelaS: Maintained
1778c0787c8dSJuan QuintelaF: include/migration/
177944a1f946SDr. David Alan GilbertF: migration/
1780c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1781c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17822656bfd9SJuan QuintelaF: tests/migration-test.c
1783c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
178448685a8eSMarkus ArmbrusterF: qapi/migration.json
1785c0787c8dSJuan Quintela
178692bfedb0SEduardo OtuboSeccomp
1787064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
178892bfedb0SEduardo OtuboS: Supported
178992bfedb0SEduardo OtuboF: qemu-seccomp.c
179092bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
179192bfedb0SEduardo Otubo
1792ddbb0d09SDaniel P. BerrangeCryptography
1793ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1794ddbb0d09SDaniel P. BerrangeS: Maintained
1795ddbb0d09SDaniel P. BerrangeF: crypto/
1796ddbb0d09SDaniel P. BerrangeF: include/crypto/
1797ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
17983947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1799899833cdSDaniel P. BerrangeF: qemu.sasl
1800ddbb0d09SDaniel P. Berrange
180110817bf0SDaniel P. BerrangeCoroutines
180210817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
180310817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
180410817bf0SDaniel P. BerrangeF: util/*coroutine*
180510817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
180610817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
180710817bf0SDaniel P. Berrange
180888c5f205SDaniel P. BerrangeBuffers
180988c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
181088c5f205SDaniel P. BerrangeS: Odd fixes
181188c5f205SDaniel P. BerrangeF: util/buffer.c
181288c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
181388c5f205SDaniel P. Berrange
1814666a3af9SDaniel P. BerrangeI/O Channels
1815666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1816666a3af9SDaniel P. BerrangeS: Maintained
1817666a3af9SDaniel P. BerrangeF: io/
1818666a3af9SDaniel P. BerrangeF: include/io/
1819666a3af9SDaniel P. BerrangeF: tests/test-io-*
1820666a3af9SDaniel P. Berrange
18215614a283SGerd HoffmannSockets
18225614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18235614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18245614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18255614a283SGerd HoffmannS: Maintained
18265614a283SGerd HoffmannF: include/qemu/sockets.h
18275614a283SGerd HoffmannF: util/qemu-sockets.c
1828a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18295614a283SGerd Hoffmann
1830d310d85bSAlberto GarciaThrottling infrastructure
1831d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1832d310d85bSAlberto GarciaS: Supported
1833d310d85bSAlberto GarciaF: block/throttle-groups.c
1834d310d85bSAlberto GarciaF: include/block/throttle-groups.h
183589603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1836d310d85bSAlberto GarciaF: util/throttle.c
183789603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
183889603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1839d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1840d310d85bSAlberto Garcia
1841080d7aacSFam ZhengUUID
1842080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1843080d7aacSFam ZhengS: Supported
1844080d7aacSFam ZhengF: util/uuid.c
1845080d7aacSFam ZhengF: include/qemu/uuid.h
1846080d7aacSFam ZhengF: tests/test-uuid.c
1847080d7aacSFam Zheng
1848a4cc318eSzhanghailiangCOLO Framework
1849a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1850a4cc318eSzhanghailiangS: Maintained
1851a4cc318eSzhanghailiangF: migration/colo*
1852a4cc318eSzhanghailiangF: include/migration/colo.h
1853a4cc318eSzhanghailiangF: include/migration/failover.h
1854a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1855a4cc318eSzhanghailiang
185688f82ed1SZhang ChenCOLO Proxy
1857b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
185888f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
185988f82ed1SZhang ChenS: Supported
186088f82ed1SZhang ChenF: docs/colo-proxy.txt
186188f82ed1SZhang ChenF: net/colo*
186288f82ed1SZhang ChenF: net/filter-rewriter.c
186388f82ed1SZhang ChenF: net/filter-mirror.c
186488f82ed1SZhang Chen
186562258201SPavel DovgalyukRecord/replay
186662258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
186762258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
186870b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
186962258201SPavel DovgalyukS: Supported
187062258201SPavel DovgalyukF: replay/*
187162258201SPavel DovgalyukF: block/blkreplay.c
187262258201SPavel DovgalyukF: net/filter-replay.c
187362258201SPavel DovgalyukF: include/sysemu/replay.h
187462258201SPavel DovgalyukF: docs/replay.txt
187562258201SPavel DovgalyukF: stubs/replay.c
187662258201SPavel Dovgalyuk
1877eecf5eedSPeter XuIOVA Tree
1878eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1879eecf5eedSPeter XuS: Maintained
1880eecf5eedSPeter XuF: include/qemu/iova-tree.h
1881eecf5eedSPeter XuF: util/iova-tree.c
1882eecf5eedSPeter Xu
1883fd5d5c56SAnthony LiguoriUsermode Emulation
1884fd5d5c56SAnthony Liguori------------------
1885486bbe5fSPaolo BonziniOverall
1886486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1887486bbe5fSPaolo BonziniS: Maintained
1888486bbe5fSPaolo BonziniF: thunk.c
188958410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1890486bbe5fSPaolo Bonzini
1891fd5d5c56SAnthony LiguoriBSD user
1892297e8005SMarkus ArmbrusterS: Orphan
1893fd5d5c56SAnthony LiguoriF: bsd-user/
1894ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1895fd5d5c56SAnthony Liguori
1896fd5d5c56SAnthony LiguoriLinux user
1897fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1898ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1899fd5d5c56SAnthony LiguoriS: Maintained
1900fd5d5c56SAnthony LiguoriF: linux-user/
1901ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1902e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
190342f5a7e9SAurelien Jarno
190442f5a7e9SAurelien JarnoTiny Code Generator (TCG)
190542f5a7e9SAurelien Jarno-------------------------
190642f5a7e9SAurelien JarnoCommon code
1907cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
190842f5a7e9SAurelien JarnoS: Maintained
190942f5a7e9SAurelien JarnoF: tcg/
191042f5a7e9SAurelien Jarno
1911b25a464cSClaudio FontanaAArch64 target
1912b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1913b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1914b25a464cSClaudio FontanaS: Maintained
1915b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1916b25a464cSClaudio FontanaF: tcg/aarch64/
1917c17652eeSPaolo BonziniF: disas/arm-a64.cc
1918c17652eeSPaolo BonziniF: disas/libvixl/
1919b25a464cSClaudio Fontana
192042f5a7e9SAurelien JarnoARM target
192142f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
192242f5a7e9SAurelien JarnoS: Maintained
1923b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
192442f5a7e9SAurelien JarnoF: tcg/arm/
1925c17652eeSPaolo BonziniF: disas/arm.c
192642f5a7e9SAurelien Jarno
192742f5a7e9SAurelien Jarnoi386 target
19285dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
192942f5a7e9SAurelien JarnoS: Maintained
193042f5a7e9SAurelien JarnoF: tcg/i386/
1931c17652eeSPaolo BonziniF: disas/i386.c
193242f5a7e9SAurelien Jarno
193342f5a7e9SAurelien JarnoMIPS target
1934d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
193542f5a7e9SAurelien JarnoS: Maintained
193642f5a7e9SAurelien JarnoF: tcg/mips/
1937c17652eeSPaolo BonziniF: disas/mips.c
193842f5a7e9SAurelien Jarno
193942f5a7e9SAurelien JarnoPPC
194015610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
194115610d42SPranith KumarS: Odd Fixes
194242f5a7e9SAurelien JarnoF: tcg/ppc/
1943c17652eeSPaolo BonziniF: disas/ppc.c
194442f5a7e9SAurelien Jarno
194542f5a7e9SAurelien JarnoS390 target
194642f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
194742f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
194842f5a7e9SAurelien JarnoS: Maintained
194942f5a7e9SAurelien JarnoF: tcg/s390/
1950c17652eeSPaolo BonziniF: disas/s390.c
1951146bd283SCornelia HuckL: qemu-s390x@nongnu.org
195242f5a7e9SAurelien Jarno
195342f5a7e9SAurelien JarnoSPARC target
1954297e8005SMarkus ArmbrusterS: Odd Fixes
195542f5a7e9SAurelien JarnoF: tcg/sparc/
1956c17652eeSPaolo BonziniF: disas/sparc.c
1957bc75c9e5SStefan Weil
1958bc75c9e5SStefan WeilTCI target
1959bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1960bc75c9e5SStefan WeilS: Maintained
19618ef9cd55SAndreas FärberF: tcg/tci/
1962752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1963c17652eeSPaolo BonziniF: disas/tci.c
1964aa09c951SAndreas Färber
1965f05b328cSStefan HajnocziBlock drivers
1966f05b328cSStefan Hajnoczi-------------
1967f05b328cSStefan HajnocziVMDK
1968f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1969c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1970f05b328cSStefan HajnocziS: Supported
1971f05b328cSStefan HajnocziF: block/vmdk.c
1972f05b328cSStefan Hajnoczi
1973f05b328cSStefan HajnocziRBD
19745a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1975280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1976280458a3SJeff CodyL: qemu-block@nongnu.org
1977f05b328cSStefan HajnocziS: Supported
1978f05b328cSStefan HajnocziF: block/rbd.c
1979280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1980f05b328cSStefan Hajnoczi
1981f05b328cSStefan HajnocziSheepdog
198253b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1983f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1984280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1985280458a3SJeff CodyL: qemu-block@nongnu.org
1986dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1987f05b328cSStefan HajnocziS: Supported
1988f05b328cSStefan HajnocziF: block/sheepdog.c
1989280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1990f05b328cSStefan Hajnoczi
1991f05b328cSStefan HajnocziVHDX
1992f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1993280458a3SJeff CodyL: qemu-block@nongnu.org
1994f05b328cSStefan HajnocziS: Supported
1995f05b328cSStefan HajnocziF: block/vhdx*
1996280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1997f05b328cSStefan Hajnoczi
1998f05b328cSStefan HajnocziVDI
1999f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2000c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2001f05b328cSStefan HajnocziS: Maintained
2002f05b328cSStefan HajnocziF: block/vdi.c
2003f05b328cSStefan Hajnoczi
2004f05b328cSStefan HajnocziiSCSI
2005f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2006f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2007f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2008c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2009f05b328cSStefan HajnocziS: Supported
2010f05b328cSStefan HajnocziF: block/iscsi.c
20112deb63c2SPeter LievenF: block/iscsi-opts.c
2012f05b328cSStefan Hajnoczi
201399c62e70SEric BlakeNetwork Block Device (NBD)
201499c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
201599c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
201699c62e70SEric BlakeL: qemu-block@nongnu.org
201799c62e70SEric BlakeS: Maintained
201899c62e70SEric BlakeF: block/nbd*
201999c62e70SEric BlakeF: nbd/
202099c62e70SEric BlakeF: include/block/nbd*
202199c62e70SEric BlakeF: qemu-nbd.*
202299c62e70SEric BlakeF: blockdev-nbd.c
20233229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
202499c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
202599c62e70SEric Blake
20266542aa9cSPeter LievenNFS
2027280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20286542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2029280458a3SJeff CodyL: qemu-block@nongnu.org
20306542aa9cSPeter LievenS: Maintained
20316542aa9cSPeter LievenF: block/nfs.c
2032280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20336542aa9cSPeter Lieven
2034f05b328cSStefan HajnocziSSH
2035f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2036280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2037280458a3SJeff CodyL: qemu-block@nongnu.org
2038f05b328cSStefan HajnocziS: Supported
2039f05b328cSStefan HajnocziF: block/ssh.c
2040280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2041c9a12e75SChrysostomos Nanakos
2042280458a3SJeff CodyCURL
2043280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2044280458a3SJeff CodyL: qemu-block@nongnu.org
2045280458a3SJeff CodyS: Supported
2046280458a3SJeff CodyF: block/curl.c
2047280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2048280458a3SJeff Cody
2049280458a3SJeff CodyGLUSTER
2050280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2051280458a3SJeff CodyL: qemu-block@nongnu.org
2052280458a3SJeff CodyS: Supported
2053280458a3SJeff CodyF: block/gluster.c
2054280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2055b5e9476cSGonglei
2056199667a8SFam ZhengNull Block Driver
2057199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2058199667a8SFam ZhengL: qemu-block@nongnu.org
2059199667a8SFam ZhengS: Supported
2060199667a8SFam ZhengF: block/null.c
2061199667a8SFam Zheng
2062bdd6a90aSFam ZhengNVMe Block Driver
2063bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2064bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2065bdd6a90aSFam ZhengS: Supported
2066bdd6a90aSFam ZhengF: block/nvme*
2067bdd6a90aSFam Zheng
2068b5e9476cSGongleiBootdevice
2069b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2070b5e9476cSGongleiS: Maintained
2071b5e9476cSGongleiF: bootdevice.c
2072ecdda9e0SAlberto Garcia
2073ecdda9e0SAlberto GarciaQuorum
2074ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2075ecdda9e0SAlberto GarciaS: Supported
2076ecdda9e0SAlberto GarciaF: block/quorum.c
2077ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2078e7c6e631SStefan Hajnoczi
2079bfcc224eSAapo Vienamoblklogwrites
2080bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2081bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2082bfcc224eSAapo VienamoS: Supported
2083bfcc224eSAapo VienamoF: block/blklogwrites.c
2084bfcc224eSAapo Vienamo
2085e7c6e631SStefan Hajnocziblkverify
2086e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2087e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2088e7c6e631SStefan HajnocziS: Supported
2089e7c6e631SStefan HajnocziF: block/blkverify.c
2090e7c6e631SStefan Hajnoczi
2091e7c6e631SStefan Hajnoczibochs
2092e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2093e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2094e7c6e631SStefan HajnocziS: Supported
2095e7c6e631SStefan HajnocziF: block/bochs.c
2096e7c6e631SStefan Hajnoczi
2097e7c6e631SStefan Hajnoczicloop
2098e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2099e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2100e7c6e631SStefan HajnocziS: Supported
2101e7c6e631SStefan HajnocziF: block/cloop.c
2102e7c6e631SStefan Hajnoczi
2103e7c6e631SStefan Hajnoczidmg
2104e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2105e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2106e7c6e631SStefan HajnocziS: Supported
2107e7c6e631SStefan HajnocziF: block/dmg.c
2108e7c6e631SStefan Hajnoczi
2109e7c6e631SStefan Hajnocziparallels
2110e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2111f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2112e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2113e7c6e631SStefan HajnocziS: Supported
2114e7c6e631SStefan HajnocziF: block/parallels.c
21155746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2116e7c6e631SStefan Hajnoczi
2117e7c6e631SStefan Hajnocziqed
2118e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2119e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2120e7c6e631SStefan HajnocziS: Supported
2121e7c6e631SStefan HajnocziF: block/qed.c
2122e7c6e631SStefan Hajnoczi
2123e7c6e631SStefan Hajnocziraw
2124e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2125e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2126e7c6e631SStefan HajnocziS: Supported
2127e7c6e631SStefan HajnocziF: block/linux-aio.c
2128f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21292e6fc7ebSEric BlakeF: block/raw-format.c
2130c1bb86cdSEric BlakeF: block/file-posix.c
2131c1bb86cdSEric BlakeF: block/file-win32.c
2132e7c6e631SStefan HajnocziF: block/win32-aio.c
2133e7c6e631SStefan Hajnoczi
2134e7c6e631SStefan Hajnocziqcow2
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/qcow2*
2140b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2141e7c6e631SStefan Hajnoczi
2142e7c6e631SStefan Hajnocziqcow
2143e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2144e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2145e7c6e631SStefan HajnocziS: Supported
2146e7c6e631SStefan HajnocziF: block/qcow.c
2147e7c6e631SStefan Hajnoczi
2148e7c6e631SStefan Hajnocziblkdebug
2149e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2150c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2151e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2152e7c6e631SStefan HajnocziS: Supported
2153e7c6e631SStefan HajnocziF: block/blkdebug.c
2154e7c6e631SStefan Hajnoczi
2155e7c6e631SStefan Hajnoczivpc
2156e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2157e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2158e7c6e631SStefan HajnocziS: Supported
2159e7c6e631SStefan HajnocziF: block/vpc.c
2160e7c6e631SStefan Hajnoczi
2161e7c6e631SStefan Hajnoczivvfat
2162e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2163e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2164e7c6e631SStefan HajnocziS: Supported
2165e7c6e631SStefan HajnocziF: block/vvfat.c
2166abfe4e94SStefan Hajnoczi
2167abfe4e94SStefan HajnocziImage format fuzzer
2168abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2169abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2170abfe4e94SStefan HajnocziS: Supported
2171abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2172717171bdSDaniel P. Berrange
2173049105a3SChanglong XieReplication
2174205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21753ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2176049105a3SChanglong XieS: Supported
2177049105a3SChanglong XieF: replication*
2178049105a3SChanglong XieF: block/replication.c
2179049105a3SChanglong XieF: tests/test-replication.c
2180049105a3SChanglong XieF: docs/block-replication.txt
2181049105a3SChanglong Xie
2182a3defabbSMarcel ApfelbaumPVRDMA
2183a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2184fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2185a3defabbSMarcel ApfelbaumS: Maintained
2186a3defabbSMarcel ApfelbaumF: hw/rdma/*
2187a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2188a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2189a3defabbSMarcel Apfelbaum
2190b9e02c06SAlex BennéeBuild and test automation
2191b9e02c06SAlex Bennée-------------------------
21920475a03eSEduardo HabkostBuild and test automation
2193b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2194e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
219532b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2196b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2197e70dc7f8SAlex BennéeS: Maintained
2198b9e02c06SAlex BennéeF: .travis.yml
21990708e647SAlex BennéeF: scripts/travis/
2200d92d886aSAlex BennéeF: .shippable.yml
2201e70dc7f8SAlex BennéeF: tests/docker/
220218023821SFam ZhengF: tests/vm/
2203e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22042a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2205e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2206717171bdSDaniel P. Berrange
22077e97017eSAlex BennéeGuest Test Compilation Support
22087e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22097e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22107e97017eSAlex BennéeF: tests/tcg/Makefile
2211c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22127e97017eSAlex BennéeL: qemu-devel@nongnu.org
22137e97017eSAlex Bennée
2214717171bdSDaniel P. BerrangeDocumentation
2215717171bdSDaniel P. Berrange-------------
2216717171bdSDaniel P. BerrangeBuild system architecture
2217717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2218717171bdSDaniel P. BerrangeS: Odd Fixes
2219c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22208a49e97fSFam Zheng
2221b02c9bc3SMarkus ArmbrusterIncompatible changes
2222b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2223b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2224b02c9bc3SMarkus Armbruster
2225aef45d51SDaniel P. BerrangeBuild System
2226aef45d51SDaniel P. Berrange------------
2227aef45d51SDaniel P. BerrangeGIT submodules
2228aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2229aef45d51SDaniel P. BerrangeS: Odd Fixes
2230aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2231