xref: /openbmc/qemu/MAINTAINERS (revision 1d52866f)
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
454*1d52866fSPeter MaydellF: hw/ssi/pl022.c
455*1d52866fSPeter MaydellF: include/hw/ssi/pl022.h
45606271000SPaolo BonziniF: hw/timer/pl031.c
45706271000SPaolo BonziniF: include/hw/arm/primecell.h
458e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
459e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4604f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4614f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
462e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
463e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
464050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
465050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4660d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4670d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
468344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
469344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
470211e701dSPeter MaydellF: hw/misc/tz-msc.c
471211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47206271000SPaolo Bonzini
47306271000SPaolo BonziniARM cores
47406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
475b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
47606271000SPaolo BonziniS: Maintained
47706271000SPaolo BonziniF: hw/intc/arm*
47806271000SPaolo BonziniF: hw/intc/gic_internal.h
47906271000SPaolo BonziniF: hw/misc/a9scu.c
48006271000SPaolo BonziniF: hw/misc/arm11scu.c
48106271000SPaolo BonziniF: hw/timer/a9gtimer*
482c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
483c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48406271000SPaolo BonziniF: include/hw/intc/arm*
48506271000SPaolo BonziniF: include/hw/misc/a9scu.h
48606271000SPaolo BonziniF: include/hw/misc/arm11scu.h
48706271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
48806271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
489c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
490c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49106271000SPaolo Bonzini
492fc63dcffSEvgeny VoevodinExynos
493f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
494b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
495fc63dcffSEvgeny VoevodinS: Maintained
4968d8b636dSPaolo BonziniF: hw/*/exynos*
497ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
498fc63dcffSEvgeny Voevodin
499766fd09fSMark LangsdorfCalxeda Highbank
5009ef137caSRob HerringM: Rob Herring <robh@kernel.org>
501b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5029ef137caSRob HerringS: Maintained
5038d8b636dSPaolo BonziniF: hw/arm/highbank.c
5048d8b636dSPaolo BonziniF: hw/net/xgmac.c
505766fd09fSMark Langsdorf
5069082f121SAntony PavlovCanon DIGIC
5079082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
508b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5099082f121SAntony PavlovS: Maintained
5109082f121SAntony PavlovF: include/hw/arm/digic.h
5119082f121SAntony PavlovF: hw/*/digic*
5129082f121SAntony Pavlov
513fd5d5c56SAnthony LiguoriGumstix
5141f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5155dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
516b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5171f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5188d8b636dSPaolo BonziniF: hw/arm/gumstix.c
519fd5d5c56SAnthony Liguori
5200325559dSPeter Chubbi.MX31
5210325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
522b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5230325559dSPeter ChubbS: Odd fixes
5248d8b636dSPaolo BonziniF: hw/*/imx*
525f7e242d6SThomas HuthF: include/hw/*/imx*
5268d8b636dSPaolo BonziniF: hw/arm/kzm.c
527ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5280325559dSPeter Chubb
529fd5d5c56SAnthony LiguoriIntegrator CP
5301ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
531b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
532fd5d5c56SAnthony LiguoriS: Maintained
5338d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
534f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
535fd5d5c56SAnthony Liguori
536e5a6a6e6SPeter MaydellMPS2
537e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
538e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
539e5a6a6e6SPeter MaydellS: Maintained
540e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5410d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5420d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5430d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5440d4a7551SPeter MaydellF: hw/arm/iotkit.c
5450d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
54675750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
54775750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
548c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
549c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
550e5a6a6e6SPeter Maydell
551fd5d5c56SAnthony LiguoriMusicpal
552fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
553b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
554fd5d5c56SAnthony LiguoriS: Maintained
5558d8b636dSPaolo BonziniF: hw/arm/musicpal.c
556fd5d5c56SAnthony Liguori
557fd5d5c56SAnthony LiguorinSeries
558fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
559b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
560fd5d5c56SAnthony LiguoriS: Maintained
5618d8b636dSPaolo BonziniF: hw/arm/nseries.c
562fd5d5c56SAnthony Liguori
563fd5d5c56SAnthony LiguoriPalm
564fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
565b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
566fd5d5c56SAnthony LiguoriS: Maintained
5678d8b636dSPaolo BonziniF: hw/arm/palm.c
568fd5d5c56SAnthony Liguori
569fd5d5c56SAnthony LiguoriReal View
5701ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
571b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
572fd5d5c56SAnthony LiguoriS: Maintained
5738d8b636dSPaolo BonziniF: hw/arm/realview*
574f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5755ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5765ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
577fd5d5c56SAnthony Liguori
5789b31bff0SPaolo BonziniPXA2XX
579fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
580b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
581fd5d5c56SAnthony LiguoriS: Maintained
5829b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5838d8b636dSPaolo BonziniF: hw/arm/spitz.c
5849b31bff0SPaolo BonziniF: hw/arm/tosa.c
5859b31bff0SPaolo BonziniF: hw/arm/z2.c
5869b31bff0SPaolo BonziniF: hw/*/pxa2xx*
587f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
588ed0db866SThomas HuthF: include/hw/arm/pxa.h
589fd5d5c56SAnthony Liguori
590fd5d5c56SAnthony LiguoriStellaris
5911ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
592b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
593fd5d5c56SAnthony LiguoriS: Maintained
5948d8b636dSPaolo BonziniF: hw/*/stellaris*
595fd5d5c56SAnthony Liguori
596fd5d5c56SAnthony LiguoriVersatile PB
5971ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
598b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
599fd5d5c56SAnthony LiguoriS: Maintained
6008d8b636dSPaolo BonziniF: hw/*/versatile*
601c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
602fd5d5c56SAnthony Liguori
603e3260506SPeter A. G. CrosthwaiteXilinx Zynq
604cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
605c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
606b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
607e3260506SPeter A. G. CrosthwaiteS: Maintained
608cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6098d8b636dSPaolo BonziniF: hw/*/cadence_*
610f7e242d6SThomas HuthF: hw/misc/zynq*
611f7e242d6SThomas HuthF: include/hw/misc/zynq*
612cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
613e3260506SPeter A. G. Crosthwaite
614137805f5SAlistair FrancisXilinx ZynqMP
615c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
616cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
617b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
618137805f5SAlistair FrancisS: Maintained
619cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
620f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
621137805f5SAlistair Francis
6228f4d260eSShannon ZhaoARM ACPI Subsystem
6238f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
624e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
625b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6268f4d260eSShannon ZhaoS: Maintained
6278f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6288f4d260eSShannon Zhao
629a1f8193bSAlistair FrancisSTM32F205
630a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
631a1f8193bSAlistair FrancisS: Maintained
632a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
633a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
634a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
635a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
636a1f8193bSAlistair FrancisF: hw/adc/*
637a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6380e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
639a1f8193bSAlistair Francis
640a1f8193bSAlistair FrancisNetduino 2
641a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
642a1f8193bSAlistair FrancisS: Maintained
643a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
644a1f8193bSAlistair Francis
645670bc4cbSSubbaraya SundeepSmartFusion2
646670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
647670bc4cbSSubbaraya SundeepS: Maintained
648670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
649670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
650670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
651670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
652670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
653670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
654670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
655670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
656670bc4cbSSubbaraya Sundeep
657670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
658670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
659670bc4cbSSubbaraya SundeepS: Maintained
660670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
661670bc4cbSSubbaraya Sundeep
662f87db1baSJoel StanleyASPEED BMCs
663f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
664f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
665f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
666f87db1baSJoel StanleyL: qemu-arm@nongnu.org
667f87db1baSJoel StanleyS: Maintained
668f87db1baSJoel StanleyF: hw/*/*aspeed*
669f87db1baSJoel StanleyF: include/hw/*/*aspeed*
670f87db1baSJoel StanleyF: hw/net/ftgmac100.c
671f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
672f87db1baSJoel Stanley
673fd5d5c56SAnthony LiguoriCRIS Machines
674fd5d5c56SAnthony Liguori-------------
675fd5d5c56SAnthony LiguoriAxis Dev88
676fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
677fd5d5c56SAnthony LiguoriS: Maintained
6788d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6796e481d57SPeter MaydellF: hw/*/etraxfs_*.c
680fd5d5c56SAnthony Liguori
68107bf23a7SMichael WalleLM32 Machines
68207bf23a7SMichael Walle-------------
68307bf23a7SMichael WalleEVR32 and uclinux BSP
68407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
68507bf23a7SMichael WalleS: Maintained
6868d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
68707bf23a7SMichael Walle
688d118aa6bSMichael Wallemilkymist
689d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
690d118aa6bSMichael WalleS: Maintained
6918d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
692d118aa6bSMichael Walle
693afcacd53SAurelien JarnoM68K Machines
694fd5d5c56SAnthony Liguori-------------
695fd5d5c56SAnthony Liguorian5206
6965baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6975baf2741SThomas HuthS: Odd Fixes
6988d8b636dSPaolo BonziniF: hw/m68k/an5206.c
699e9a56114SThomas HuthF: hw/m68k/mcf5206.c
700fd5d5c56SAnthony Liguori
701fd5d5c56SAnthony Liguorimcf5208
7025baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7035baf2741SThomas HuthS: Odd Fixes
7048d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
705e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
706e9a56114SThomas HuthF: hw/char/mcf_uart.c
707e9a56114SThomas HuthF: hw/net/mcf_fec.c
7085baf2741SThomas HuthF: include/hw/m68k/mcf*.h
709fd5d5c56SAnthony Liguori
710fd5d5c56SAnthony LiguoriMicroBlaze Machines
711b6f97c14Sbellard-------------------
712fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
713fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
714fd5d5c56SAnthony LiguoriS: Maintained
7156e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
716b6f97c14Sbellard
717d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7184b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
719d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7208d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
721d36e8ce7SPeter A. G. Crosthwaite
722fd5d5c56SAnthony LiguoriMIPS Machines
723fd5d5c56SAnthony Liguori-------------
724fd5d5c56SAnthony LiguoriJazz
725fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
726fd5d5c56SAnthony LiguoriS: Maintained
7278d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
728fd5d5c56SAnthony Liguori
729fd5d5c56SAnthony LiguoriMalta
730fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
731fd5d5c56SAnthony LiguoriS: Maintained
7328d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
733fd5d5c56SAnthony Liguori
734fd5d5c56SAnthony LiguoriMipssim
7354872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
736659f42d8SYongbok KimS: Odd Fixes
7378d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
738659f42d8SYongbok KimF: hw/net/mipsnet.c
739fd5d5c56SAnthony Liguori
740fd5d5c56SAnthony LiguoriR4000
741fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
742fd5d5c56SAnthony LiguoriS: Maintained
7438d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
744fd5d5c56SAnthony Liguori
745659f42d8SYongbok KimFulong 2E
7464872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
747659f42d8SYongbok KimS: Odd Fixes
748659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7490170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7504872fee2SAleksandar Markovic
7510170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
752659f42d8SYongbok Kim
753659f42d8SYongbok KimBoston
7544872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
755659f42d8SYongbok KimS: Maintained
756659f42d8SYongbok KimF: hw/core/loader-fit.c
757659f42d8SYongbok KimF: hw/mips/boston.c
758659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
759659f42d8SYongbok Kim
760945dad6dSJia LiuOpenRISC Machines
761945dad6dSJia Liu-----------------
762945dad6dSJia Liuor1k-sim
763945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
764945dad6dSJia LiuS: Maintained
765945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
766945dad6dSJia Liu
767fd5d5c56SAnthony LiguoriPowerPC Machines
768fd5d5c56SAnthony Liguori----------------
769fd5d5c56SAnthony Liguori405
770fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
771a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7729b9fe135SAndreas FärberS: Odd Fixes
7738d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
774fd5d5c56SAnthony Liguori
775aaade8d7SAndreas FärberBamboo
776aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
777aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
778aaade8d7SAndreas FärberS: Odd Fixes
7798d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
780aaade8d7SAndreas Färber
78198cded3aSAndreas Färbere500
78298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
78398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
78498cded3aSAndreas FärberS: Supported
78598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
78698cded3aSAndreas FärberF: hw/ppc/e500plat.c
787b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
788b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
789b5d55020SThomas HuthF: pc-bios/u-boot.e500
79098cded3aSAndreas Färber
79198cded3aSAndreas Färbermpc8544ds
79298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
79398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
79498cded3aSAndreas FärberS: Supported
79598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7968d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
79798cded3aSAndreas Färber
798fd5d5c56SAnthony LiguoriNew World
799fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
800a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
801fd5d5c56SAnthony LiguoriS: Maintained
802baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8036e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8046e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8058d8b636dSPaolo BonziniF: hw/misc/macio/
8066ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
807b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
808eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8096ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
810eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
811fd5d5c56SAnthony Liguori
812fd5d5c56SAnthony LiguoriOld World
813fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
814a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
815fd5d5c56SAnthony LiguoriS: Maintained
816baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8176e481d57SPeter MaydellF: hw/pci-host/grackle.c
8188d8b636dSPaolo BonziniF: hw/misc/macio/
819835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
820fd5d5c56SAnthony Liguori
821ec38d398SAndreas FärberPReP
8228178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8239f38774dSAndreas FärberL: qemu-devel@nongnu.org
824a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8258178e89cSHervé PoussineauS: Maintained
82675610155SAndreas FärberF: hw/ppc/prep.c
8278178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8288178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8296e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8300a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
831a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8321cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
833cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
834a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
835cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
836835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
837fd5d5c56SAnthony Liguori
838300b115cSAndreas FärbersPAPR
839085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8408a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8418a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8428a269ca4SAndreas FärberS: Supported
8438d8b636dSPaolo BonziniF: hw/*/spapr*
844f9de2da7SDavid GibsonF: include/hw/*/spapr*
845f9de2da7SDavid GibsonF: hw/*/xics*
846f9de2da7SDavid GibsonF: include/hw/*/xics*
847f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
848b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
849b5d55020SThomas HuthF: pc-bios/slof.bin
850bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
851b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
852b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
853a70ab357SGreg KurzF: tests/spapr*
854a70ab357SGreg KurzF: tests/libqos/*spapr*
855a70ab357SGreg KurzF: tests/rtas*
856a70ab357SGreg KurzF: tests/libqos/rtas*
8578a269ca4SAndreas Färber
858794d00bfSAndreas Färbervirtex_ml507
859794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
860794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
861794d00bfSAndreas FärberS: Odd Fixes
8626e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
863794d00bfSAndreas Färber
864a9dd6604SBALATON Zoltansam460ex
865a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
866a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
867a9dd6604SBALATON ZoltanS: Maintained
868a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
869c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
870a9dd6604SBALATON Zoltan
871fd5d5c56SAnthony LiguoriSH4 Machines
872fd5d5c56SAnthony Liguori------------
873fd5d5c56SAnthony LiguoriR2D
874fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
875fd5d5c56SAnthony LiguoriS: Maintained
8766e481d57SPeter MaydellF: hw/sh4/r2d.c
87781527b94SThomas HuthF: hw/intc/sh_intc.c
87881527b94SThomas HuthF: hw/timer/sh_timer.c
879fd5d5c56SAnthony Liguori
880fd5d5c56SAnthony LiguoriShix
881fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
88281527b94SThomas HuthS: Odd Fixes
8836e481d57SPeter MaydellF: hw/sh4/shix.c
884fd5d5c56SAnthony Liguori
885fd5d5c56SAnthony LiguoriSPARC Machines
886fd5d5c56SAnthony Liguori--------------
887fd5d5c56SAnthony LiguoriSun4m
888f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
889fd5d5c56SAnthony LiguoriS: Maintained
8908d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
891c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
892c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8937098b79eSThomas HuthF: hw/misc/eccmemctl.c
8947098b79eSThomas HuthF: hw/misc/slavio_misc.c
895c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
896c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
897c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
898fd5d5c56SAnthony Liguori
899fd5d5c56SAnthony LiguoriSun4u
900f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
901fd5d5c56SAnthony LiguoriS: Maintained
9028d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
903c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
904fd5d5c56SAnthony Liguori
905a2664ca0SArtyom TarasenkoSun4v
906a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
907a2664ca0SArtyom TarasenkoS: Maintained
908626e4a4bSFam ZhengF: hw/sparc64/niagara.c
909a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
910a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
911a2664ca0SArtyom Tarasenko
912ce6c760cSFabien ChouteauLeon3
913ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
914ce6c760cSFabien ChouteauS: Maintained
9158d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9168d8b636dSPaolo BonziniF: hw/*/grlib*
917c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
918ce6c760cSFabien Chouteau
919fd5d5c56SAnthony LiguoriS390 Machines
920fd5d5c56SAnthony Liguori-------------
921dd4ad64aSCornelia HuckS390 Virtio-ccw
922c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
923b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
924dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
925dd4ad64aSCornelia HuckS: Supported
9260c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9279d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
928c5bfb202SCornelia HuckF: hw/s390x/
9294277af19SCornelia HuckF: include/hw/s390x/
930c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9311e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9321e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9333e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9343e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
935146bd283SCornelia HuckL: qemu-s390x@nongnu.org
936dd4ad64aSCornelia Huck
937304584bfSCornelia HuckS390-ccw Bios
938304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
939304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
940304584bfSCornelia HuckS: Supported
941304584bfSCornelia HuckF: pc-bios/s390-ccw/
942304584bfSCornelia HuckF: pc-bios/s390-ccw.img
943304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
944304584bfSCornelia HuckL: qemu-s390x@nongnu.org
945304584bfSCornelia Huck
946ab9528caSGuan XuetaoUniCore32 Machines
947ab9528caSGuan Xuetao-------------
948ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
949ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
950ab9528caSGuan XuetaoS: Maintained
9518d8b636dSPaolo BonziniF: hw/*/puv3*
952ab9528caSGuan XuetaoF: hw/unicore32/
953ab9528caSGuan Xuetao
954fd5d5c56SAnthony LiguoriX86 Machines
955fd5d5c56SAnthony Liguori------------
956fd5d5c56SAnthony LiguoriPC
957046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
958fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
959fd5d5c56SAnthony LiguoriS: Supported
960046a6486SMichael S. TsirkinF: include/hw/i386/
961046a6486SMichael S. TsirkinF: hw/i386/
962046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
963046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
964046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
965046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
966046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
967046a6486SMichael S. TsirkinF: hw/isa/piix4.c
968046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
969046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
970046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
971046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
972046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
973f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9749cc3b73cSPaolo BonziniF: hw/misc/sga.c
9759cc3b73cSPaolo Bonzini
9769cc3b73cSPaolo BonziniPC Chipset
9779cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9789cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9791732be86SPhilippe Mathieu-DaudéS: Supported
9809cc3b73cSPaolo BonziniF: hw/char/debugcon.c
981bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9829cc3b73cSPaolo BonziniF: hw/char/serial*
9839cc3b73cSPaolo BonziniF: hw/dma/i8257*
9849cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9851732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9869cc3b73cSPaolo BonziniF: hw/intc/apic*
9879cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9889cc3b73cSPaolo BonziniF: hw/intc/i8259*
9891854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9909cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9919cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9929cc3b73cSPaolo BonziniF: hw/timer/hpet*
9939cc3b73cSPaolo BonziniF: hw/timer/i8254*
9949cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
995edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
996866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
997bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
99855f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
999a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
100047973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10011854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1002a2feb348SThomas HuthF: include/hw/timer/hpet.h
1003a2feb348SThomas HuthF: include/hw/timer/i8254*
1004a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1005046a6486SMichael S. Tsirkin
10065da4fb00SMichael S. TsirkinMachine core
10075da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1008fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10095da4fb00SMichael S. TsirkinS: Supported
10105da4fb00SMichael S. TsirkinF: hw/core/machine.c
1011c1629c5cSThomas HuthF: hw/core/null-machine.c
10125da4fb00SMichael S. TsirkinF: include/hw/boards.h
1013e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1014fd5d5c56SAnthony Liguori
101516e7caaeSMax FilippovXtensa Machines
101616e7caaeSMax Filippov---------------
1017375847a6SMax Filippovsim
101816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
101916e7caaeSMax FilippovS: Maintained
1020437a8c11SMax FilippovF: hw/xtensa/sim.c
1021375847a6SMax Filippov
1022437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1023375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1024375847a6SMax FilippovS: Maintained
1025437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1026437a8c11SMax FilippovF: hw/net/opencores_eth.c
102716e7caaeSMax Filippov
1028fd5d5c56SAnthony LiguoriDevices
1029fd5d5c56SAnthony Liguori-------
1030b30934cbSJiri SlabyEDU
1031b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1032b30934cbSJiri SlabyS: Maintained
1033b30934cbSJiri SlabyF: hw/misc/edu.c
1034b30934cbSJiri Slaby
1035fd5d5c56SAnthony LiguoriIDE
1036c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1037c095348bSJohn SnowL: qemu-block@nongnu.org
1038c095348bSJohn SnowS: Supported
10398d8b636dSPaolo BonziniF: include/hw/ide.h
1040c9f7acd5SThomas HuthF: include/hw/ide/
1041fd5d5c56SAnthony LiguoriF: hw/ide/
1042c095348bSJohn SnowF: hw/block/block.c
1043c095348bSJohn SnowF: hw/block/cdrom.c
1044c095348bSJohn SnowF: hw/block/hd-geometry.c
1045c095348bSJohn SnowF: tests/ide-test.c
1046c095348bSJohn SnowF: tests/ahci-test.c
1047edc35b3dSThomas HuthF: tests/cdrom-test.c
1048aee50319SJohn SnowF: tests/libqos/ahci*
1049c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1050c095348bSJohn Snow
1051caf316baSCorey MinyardIPMI
1052caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1053caf316baSCorey MinyardS: Maintained
1054caf316baSCorey MinyardF: include/hw/ipmi/*
1055caf316baSCorey MinyardF: hw/ipmi/*
1056caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1057caf316baSCorey MinyardF: tests/ipmi*
1058caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1059caf316baSCorey Minyard
1060c095348bSJohn SnowFloppy
1061c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1062c095348bSJohn SnowL: qemu-block@nongnu.org
1063c095348bSJohn SnowS: Supported
1064c095348bSJohn SnowF: hw/block/fdc.c
1065c095348bSJohn SnowF: include/hw/block/fdc.h
1066aee50319SJohn SnowF: tests/fdc-test.c
1067c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1068fd5d5c56SAnthony Liguori
1069f5f487b2SPeter MaydellOMAP
1070f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1071f5f487b2SPeter MaydellS: Maintained
10728d8b636dSPaolo BonziniF: hw/*/omap*
1073ed0db866SThomas HuthF: include/hw/arm/omap.h
1074f5f487b2SPeter Maydell
107528d54e58SPaolo BonziniIPack
107628d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
107728d54e58SPaolo BonziniS: Odd Fixes
107828d54e58SPaolo BonziniF: hw/char/ipoctal232.c
107928d54e58SPaolo BonziniF: hw/ipack/
108028d54e58SPaolo Bonzini
1081fd5d5c56SAnthony LiguoriPCI
1082fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1083fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1084fd5d5c56SAnthony LiguoriS: Supported
10858d8b636dSPaolo BonziniF: include/hw/pci/*
1086f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1087ca818cfbSMichael S. TsirkinF: hw/pci/*
1088f178bc6bSPaolo BonziniF: hw/pci-bridge/*
108968179923SPhilippe Mathieu-DaudéF: docs/pci*
109068179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1091534fd814SFam ZhengF: default-configs/pci.mak
10920e0b3592SMichael S. Tsirkin
1093d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10940e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10950e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10960e0b3592SMichael S. TsirkinS: Supported
10970e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1098d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10990e0b3592SMichael S. TsirkinF: hw/mem/*
11008d8b636dSPaolo BonziniF: hw/acpi/*
1101d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11020e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11030e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11043248f1b4SBen WarrenF: tests/bios-tables-test.c
11053248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1106fd5d5c56SAnthony Liguori
1107aaade8d7SAndreas Färberppc4xx
1108aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1109aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1110aaade8d7SAndreas FärberS: Odd Fixes
11118d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1112aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1113b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1114aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1115aaade8d7SAndreas Färber
111698cded3aSAndreas Färberppce500
111798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
111898cded3aSAndreas FärberL: qemu-ppc@nongnu.org
111998cded3aSAndreas FärberS: Supported
11206e481d57SPeter MaydellF: hw/ppc/e500*
1121566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1122566dd236SPaolo BonziniF: hw/net/fsl_etsec/
112398cded3aSAndreas Färber
112461af0ee6SPaolo BonziniCharacter devices
112561af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
112661af0ee6SPaolo BonziniS: Odd Fixes
112761af0ee6SPaolo BonziniF: hw/char/
112861af0ee6SPaolo Bonzini
1129f536f112SPaolo BonziniNetwork devices
1130f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1131f536f112SPaolo BonziniS: Odd Fixes
1132f536f112SPaolo BonziniF: hw/net/
11336061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11346bd7776cSGreg KurzF: tests/virtio-net-test.c
1135f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1136f536f112SPaolo Bonzini
1137fd5d5c56SAnthony LiguoriSCSI
1138de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1139c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1140de7724f7SPaolo BonziniS: Supported
114174460f34SThomas HuthF: include/hw/scsi/*
11428d8b636dSPaolo BonziniF: hw/scsi/*
11436bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11441ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1145de7724f7SPaolo Bonzini
1146fcb5629dSPeter A. G. CrosthwaiteSSI
11474b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1148c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1149fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11508d8b636dSPaolo BonziniF: hw/ssi/*
11518d8b636dSPaolo BonziniF: hw/block/m25p80.c
1152982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11534b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1154982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11554b46ba61SAlistair Francis
11564b46ba61SAlistair FrancisXilinx SPI
1157c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11584b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11594b46ba61SAlistair FrancisS: Maintained
11604b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1161fcb5629dSPeter A. G. Crosthwaite
1162076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1163076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1164076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1165076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1166076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1167076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1168076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1169076a0fc3SPhilippe Mathieu-Daudé
1170fd5d5c56SAnthony LiguoriUSB
11715d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11725d0d62feSGerd HoffmannS: Maintained
11738d8b636dSPaolo BonziniF: hw/usb/*
117428edfce0SGongleiF: tests/usb-*-test.c
1175beded0ffSThomas HuthF: docs/usb2.txt
1176beded0ffSThomas HuthF: docs/usb-storage.txt
1177beded0ffSThomas HuthF: include/hw/usb.h
1178beded0ffSThomas HuthF: include/hw/usb/
1179104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1180fd5d5c56SAnthony Liguori
1181e26082fdSPaolo BonziniUSB (serial adapter)
1182e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1183e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1184e26082fdSPaolo BonziniS: Maintained
1185e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1186e26082fdSPaolo Bonzini
118792e1fb5eSAlex WilliamsonVFIO
118892e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
118992e1fb5eSAlex WilliamsonS: Supported
1190cf7087dbSKim PhillipsF: hw/vfio/*
119199b88c6dSThomas HuthF: include/hw/vfio/
119292e1fb5eSAlex Williamson
11935eb74557SDong Jia Shivfio-ccw
1194c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11955eb74557SDong Jia ShiS: Supported
11965eb74557SDong Jia ShiF: hw/vfio/ccw.c
11975eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11985eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11995eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1200146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12015eb74557SDong Jia Shi
1202fd5d5c56SAnthony Liguorivhost
1203fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1204fd5d5c56SAnthony LiguoriS: Supported
12058d8b636dSPaolo BonziniF: hw/*/*vhost*
120637f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1207fd5d5c56SAnthony Liguori
1208fd5d5c56SAnthony Liguorivirtio
1209a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1210fd5d5c56SAnthony LiguoriS: Supported
12118d8b636dSPaolo BonziniF: hw/*/virtio*
121272fa605dSThomas HuthF: hw/virtio/Makefile.objs
121372fa605dSThomas HuthF: hw/virtio/trace-events
12146a084ea3SMichael S. TsirkinF: net/vhost-user.c
1215494f7b57SThomas HuthF: include/hw/virtio/
12166bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1217fd5d5c56SAnthony Liguori
1218fd5d5c56SAnthony Liguorivirtio-9p
12198c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1220fd5d5c56SAnthony LiguoriS: Supported
1221aebeca25SAndreas FärberF: hw/9pfs/
1222aebeca25SAndreas FärberF: fsdev/
12232d888c09SAndreas FärberF: tests/virtio-9p-test.c
12248c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1225fd5d5c56SAnthony Liguori
1226fd5d5c56SAnthony Liguorivirtio-blk
122754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1228b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1229fd5d5c56SAnthony LiguoriS: Supported
12308d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1231b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12326bd7776cSGreg KurzF: tests/virtio-blk-test.c
1233b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1234fd5d5c56SAnthony Liguori
1235dd4ad64aSCornelia Huckvirtio-ccw
1236c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1237b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1238dd4ad64aSCornelia HuckS: Supported
1239dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12403e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12413e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1242146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1243dd4ad64aSCornelia Huck
1244a5d4d7b5SGerd Hoffmannvirtio-input
1245a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1246a5d4d7b5SGerd HoffmannS: Maintained
1247a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1248a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1249a5d4d7b5SGerd Hoffmann
1250fd5d5c56SAnthony Liguorivirtio-serial
1251cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1252fd5d5c56SAnthony LiguoriS: Supported
12538d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12548d8b636dSPaolo BonziniF: hw/char/virtio-console.c
125568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12566bd7776cSGreg KurzF: tests/virtio-console-test.c
12576bd7776cSGreg KurzF: tests/virtio-serial-test.c
1258fd5d5c56SAnthony Liguori
12591f51a5cbSAmit Shahvirtio-rng
1260cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12611f51a5cbSAmit ShahS: Supported
12621f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12631f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1264750cf869SThomas HuthF: include/sysemu/rng*.h
12651f51a5cbSAmit ShahF: backends/rng*.c
12666bd7776cSGreg KurzF: tests/virtio-rng-test.c
12671f51a5cbSAmit Shah
12686034011cSGongleivirtio-crypto
12696034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12706034011cSGongleiS: Supported
12716034011cSGongleiF: hw/virtio/virtio-crypto.c
12726034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12736034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12746034011cSGonglei
1275f3c507adSKeith Buschnvme
1276f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1277c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1278f3c507adSKeith BuschS: Supported
1279f3c507adSKeith BuschF: hw/block/nvme*
1280fc967791SAndreas FärberF: tests/nvme-test.c
1281f3c507adSKeith Busch
1282d383c625SHannes Reineckemegasas
12833fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1284c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1285d383c625SHannes ReineckeS: Supported
1286d383c625SHannes ReineckeF: hw/scsi/megasas.c
1287d383c625SHannes ReineckeF: hw/scsi/mfi.h
12883fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1289d383c625SHannes Reinecke
1290605d52e6SDmitry FleytmanNetwork packet abstractions
1291bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1292605d52e6SDmitry FleytmanS: Maintained
1293605d52e6SDmitry FleytmanF: include/net/eth.h
1294605d52e6SDmitry FleytmanF: net/eth.c
1295605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1296605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1297605d52e6SDmitry Fleytman
1298622fb504SDmitry FleytmanVmware
1299bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1300622fb504SDmitry FleytmanS: Maintained
1301622fb504SDmitry FleytmanF: hw/net/vmxnet*
1302622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13035a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1304622fb504SDmitry Fleytman
1305de24d3f1SScott FeldmanRocker
1306de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1307de24d3f1SScott FeldmanS: Maintained
1308de24d3f1SScott FeldmanF: hw/net/rocker/
1309de850948SThomas HuthF: tests/rocker/
1310de850948SThomas HuthF: docs/specs/rocker.txt
1311de24d3f1SScott Feldman
131270d1fb9cSXiao GuangrongNVDIMM
13137a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
131470d1fb9cSXiao GuangrongS: Maintained
131570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
131670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
131770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
131870d1fb9cSXiao Guangrong
1319093454e2SDmitry Fleytmane1000x
1320bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1321093454e2SDmitry FleytmanS: Maintained
1322093454e2SDmitry FleytmanF: hw/net/e1000x*
1323093454e2SDmitry Fleytman
13246f3fbe4eSDmitry Fleytmane1000e
1325bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13266f3fbe4eSDmitry FleytmanS: Maintained
13276f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13286f3fbe4eSDmitry Fleytman
1329ebc2327fSStefan Weileepro100
1330ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1331ebc2327fSStefan WeilS: Maintained
1332ebc2327fSStefan WeilF: hw/net/eepro100.c
1333ebc2327fSStefan Weil
1334e481a1f6SAlistair FrancisGeneric Loader
1335c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1336e481a1f6SAlistair FrancisS: Maintained
1337e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1338e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1339c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1340e481a1f6SAlistair Francis
1341645d3cbeSSu HangIntel Hexadecimal Object File Loader
1342645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1343645d3cbeSSu HangS: Maintained
1344645d3cbeSSu HangF: tests/hexloader-test.c
1345645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1346645d3cbeSSu Hang
134787a9023aSThomas HuthCHRP NVRAM
134887a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
134987a9023aSThomas HuthS: Maintained
135087a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
135187a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
135287a9023aSThomas HuthF: tests/prom-env-test.c
135387a9023aSThomas Huth
135442697d88SBen WarrenVM Generation ID
135542697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
135642697d88SBen WarrenS: Maintained
135742697d88SBen WarrenF: hw/acpi/vmgenid.c
135842697d88SBen WarrenF: include/hw/acpi/vmgenid.h
135942697d88SBen WarrenF: docs/specs/vmgenid.txt
136042697d88SBen WarrenF: tests/vmgenid-test.c
136142697d88SBen WarrenF: stubs/vmgenid.c
136242697d88SBen Warren
1363747969dbSPhilippe Mathieu-DaudéUnimplemented device
1364747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1365747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1366747969dbSPhilippe Mathieu-DaudéS: Maintained
1367747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1368747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1369747969dbSPhilippe Mathieu-Daudé
1370dbb2e472SGerd HoffmannStandard VGA
1371dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1372dbb2e472SGerd HoffmannS: Maintained
1373dbb2e472SGerd HoffmannF: hw/display/vga*
1374dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1375dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1376dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1377dbb2e472SGerd Hoffmann
137858d632c7SGerd Hoffmannramfb
137958d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
138058d632c7SGerd HoffmannS: Maintained
138158d632c7SGerd HoffmannF: hw/display/ramfb*.c
138258d632c7SGerd HoffmannF: include/hw/display/ramfb.h
138358d632c7SGerd Hoffmann
1384dbb2e472SGerd Hoffmannvirtio-gpu
1385dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1386dbb2e472SGerd HoffmannS: Maintained
1387dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1388dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1389dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1390dbb2e472SGerd Hoffmann
1391dbb2e472SGerd HoffmannCirrus VGA
1392dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1393dbb2e472SGerd HoffmannS: Odd Fixes
1394dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1395dbb2e472SGerd HoffmannF: hw/display/cirrus*
1396dbb2e472SGerd Hoffmann
1397fd5d5c56SAnthony LiguoriSubsystems
1398fd5d5c56SAnthony Liguori----------
1399fd5d5c56SAnthony LiguoriAudio
14009f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1401fd5d5c56SAnthony LiguoriS: Maintained
1402fd5d5c56SAnthony LiguoriF: audio/
14038d8b636dSPaolo BonziniF: hw/audio/
1404a2b245aeSThomas HuthF: include/hw/audio/
1405d7b50c0cSAndreas FärberF: tests/ac97-test.c
14068fa74c94SAndreas FärberF: tests/es1370-test.c
1407fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1408fd5d5c56SAnthony Liguori
140917f1e8f5SStefan HajnocziBlock layer core
1410fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1411c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1412c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1413fd5d5c56SAnthony LiguoriS: Supported
1414fd5d5c56SAnthony LiguoriF: block*
1415fd5d5c56SAnthony LiguoriF: block/
14168d8b636dSPaolo BonziniF: hw/block/
14174c346e0bSKevin WolfF: include/block/
141846078760SKevin WolfF: qemu-img*
141946078760SKevin WolfF: qemu-io*
142029242091SKevin WolfF: tests/qemu-iotests/
14218dd30c86SMax ReitzF: util/qemu-progress.c
14220bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
14230bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1424d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1425fd5d5c56SAnthony Liguori
1426d55053b1SStefan HajnocziBlock I/O path
1427d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14289ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1429d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1430d55053b1SStefan HajnocziS: Supported
143136c697bdSPaolo BonziniF: util/async.c
143236c697bdSPaolo BonziniF: util/aio-*.c
1433d55053b1SStefan HajnocziF: block/io.c
1434d55053b1SStefan HajnocziF: migration/block*
1435e1029ae2SFam ZhengF: include/block/aio.h
1436f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14370a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1438d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1439d55053b1SStefan Hajnoczi
1440e5b5728cSPaolo BonziniBlock SCSI subsystem
1441e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1442c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1443e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1444e5b5728cSPaolo BonziniS: Supported
1445e5b5728cSPaolo BonziniF: include/scsi/*
1446e5b5728cSPaolo BonziniF: scsi/*
1447e5b5728cSPaolo Bonzini
1448280458a3SJeff CodyBlock Jobs
1449280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1450280458a3SJeff CodyL: qemu-block@nongnu.org
1451280458a3SJeff CodyS: Supported
1452280458a3SJeff CodyF: blockjob.c
1453280458a3SJeff CodyF: include/block/blockjob.h
145433e9e9bdSKevin WolfF: job.c
14551a90bc81SKevin WolfF: job-qmp.c
145633e9e9bdSKevin WolfF: include/block/job.h
1457280458a3SJeff CodyF: block/backup.c
1458280458a3SJeff CodyF: block/commit.c
145977346025SJeff CodyF: block/stream.c
1460280458a3SJeff CodyF: block/mirror.c
1461bf42508fSKevin WolfF: qapi/job.json
1462280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1463280458a3SJeff Cody
14644120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14654120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14664120201dSMarkus ArmbrusterS: Supported
14674120201dSMarkus ArmbrusterF: blockdev.c
14684120201dSMarkus ArmbrusterF: block/qapi.c
14694120201dSMarkus ArmbrusterF: qapi/block*.json
1470fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14714120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14724120201dSMarkus Armbruster
1473538193bcSJohn SnowDirty Bitmaps
1474538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1475538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1476538193bcSJohn SnowL: qemu-block@nongnu.org
1477538193bcSJohn SnowS: Supported
1478538193bcSJohn SnowF: util/hbitmap.c
1479538193bcSJohn SnowF: block/dirty-bitmap.c
1480538193bcSJohn SnowF: include/qemu/hbitmap.h
1481538193bcSJohn SnowF: include/block/dirty-bitmap.h
1482538193bcSJohn SnowF: tests/test-hbitmap.c
14835746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1484538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1485538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1486538193bcSJohn Snow
148761af0ee6SPaolo BonziniCharacter device backends
1488da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
148955fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1490fd5d5c56SAnthony LiguoriS: Maintained
1491178fe0aeSMarc-André LureauF: chardev/
14928228e353SMarc-André LureauF: include/chardev/
1493dbeee392SMarkus ArmbrusterF: qapi/char.json
1494fd5d5c56SAnthony Liguori
1495e26082fdSPaolo BonziniCharacter Devices (Braille)
1496e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1497e26082fdSPaolo BonziniS: Maintained
14986b10e573SMarc-André LureauF: chardev/baum.c
1499fd5d5c56SAnthony Liguori
1500e94630d3SMarkus ArmbrusterCommand line option argument parsing
1501e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1502e94630d3SMarkus ArmbrusterS: Supported
1503e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1504e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1505e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1506e94630d3SMarkus ArmbrusterF: util/keyval.c
1507e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1508e94630d3SMarkus Armbruster
15098c413e79SMarkus ArmbrusterCoverity model
15108c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15118c413e79SMarkus ArmbrusterS: Supported
15128c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15138c413e79SMarkus Armbruster
1514f2ca0524SAndreas FärberCPU
151512b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1516f2ca0524SAndreas FärberS: Supported
1517f2ca0524SAndreas FärberF: qom/cpu.c
15186e481d57SPeter MaydellF: include/qom/cpu.h
1519f2ca0524SAndreas Färber
1520d24b569aSPeter A. G. CrosthwaiteDevice Tree
15214b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1522d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1523d24b569aSPeter A. G. CrosthwaiteS: Maintained
152482407515SThomas HuthF: device_tree.c
152582407515SThomas HuthF: include/sysemu/device_tree.h
1526d24b569aSPeter A. G. Crosthwaite
15273505a22bSMarc-André LureauDump
15283505a22bSMarc-André LureauS: Supported
15293505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15303505a22bSMarc-André LureauF: dump.c
15313505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15323505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15333505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15343505a22bSMarc-André LureauF: include/sysemu/dump.h
15353505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15363505a22bSMarc-André LureauF: stubs/dump.c
15373505a22bSMarc-André Lureau
15384f966768SMarkus ArmbrusterError reporting
15394f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15404f966768SMarkus ArmbrusterS: Supported
15414f966768SMarkus ArmbrusterF: include/qapi/error.h
15424f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15434f966768SMarkus ArmbrusterF: util/error.c
15444f966768SMarkus ArmbrusterF: util/qemu-error.c
15454f966768SMarkus Armbruster
1546fd5d5c56SAnthony LiguoriGDB stub
15475dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1548fd5d5c56SAnthony LiguoriS: Odd Fixes
1549fd5d5c56SAnthony LiguoriF: gdbstub*
1550fd5d5c56SAnthony LiguoriF: gdb-xml/
1551fd5d5c56SAnthony Liguori
155201a9c03cSPaolo BonziniMemory API
155301a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
155401a9c03cSPaolo BonziniS: Supported
155501a9c03cSPaolo BonziniF: include/exec/ioport.h
155601a9c03cSPaolo BonziniF: ioport.c
155701a9c03cSPaolo BonziniF: include/exec/memory.h
15582b1641d0SPaolo BonziniF: include/exec/ram_addr.h
155901a9c03cSPaolo BonziniF: memory.c
156001a9c03cSPaolo BonziniF: include/exec/memory-internal.h
156101a9c03cSPaolo BonziniF: exec.c
156201a9c03cSPaolo Bonzini
15637ee3bf03SGerd HoffmannSPICE
15647ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15657ee3bf03SGerd HoffmannS: Supported
15666e481d57SPeter MaydellF: include/ui/qemu-spice.h
1567438528a3SThomas HuthF: include/ui/spice-display.h
15687ee3bf03SGerd HoffmannF: ui/spice-*.c
15697ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15708d8b636dSPaolo BonziniF: hw/display/qxl*
1571608cfed6SMarkus ArmbrusterF: qapi/ui.json
15727ee3bf03SGerd Hoffmann
1573fd5d5c56SAnthony LiguoriGraphics
157425eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
157525eccc37SGerd HoffmannS: Odd Fixes
1576fd5d5c56SAnthony LiguoriF: ui/
1577e220656cSThomas HuthF: include/ui/
1578608cfed6SMarkus ArmbrusterF: qapi/ui.json
1579fd5d5c56SAnthony Liguori
1580351f1bf6SAndreas FärberCocoa graphics
158130ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1582351f1bf6SAndreas FärberS: Odd Fixes
1583351f1bf6SAndreas FärberF: ui/cocoa.m
1584351f1bf6SAndreas Färber
1585fd5d5c56SAnthony LiguoriMain loop
1586da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1587da26f37aSPaolo BonziniS: Maintained
1588da26f37aSPaolo BonziniF: cpus.c
15893ecb29a3SPaolo BonziniF: util/main-loop.c
15903ecb29a3SPaolo BonziniF: util/qemu-timer.c
1591fd5d5c56SAnthony LiguoriF: vl.c
15920e201d34SMarkus ArmbrusterF: qapi/run-state.json
1593fd5d5c56SAnthony Liguori
15948899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1595c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1596fbb0621aSLuiz CapitulinoS: Maintained
1597fd5d5c56SAnthony LiguoriF: monitor.c
1598c13e9912SThomas HuthF: hmp.[ch]
1599c13e9912SThomas HuthF: hmp-commands*.hx
1600c13e9912SThomas HuthF: include/monitor/hmp-target.h
1601bbcee372SThomas HuthF: tests/test-hmp.c
1602fd5d5c56SAnthony Liguori
1603f536f112SPaolo BonziniNetwork device backends
1604442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1605fd5d5c56SAnthony LiguoriS: Maintained
1606fd5d5c56SAnthony LiguoriF: net/
1607d24b2b1cSThomas HuthF: include/net/
16085fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
16093c0bd37dSMarkus ArmbrusterF: qapi/net.json
1610fd5d5c56SAnthony Liguori
1611aee09bafSVincenzo MaffioneNetmap network backend
1612aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1613aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1614aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1615aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1616aee09bafSVincenzo MaffioneS: Maintained
1617aee09bafSVincenzo MaffioneF: net/netmap.c
1618aee09bafSVincenzo Maffione
16192f54eb98SEduardo HabkostNUMA
16202f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16212f54eb98SEduardo HabkostS: Maintained
16222f54eb98SEduardo HabkostF: numa.c
16232f54eb98SEduardo HabkostF: include/sysemu/numa.h
1624e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16252f54eb98SEduardo Habkost
16264fc264f4SEduardo HabkostHost Memory Backends
16274fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16284fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16294fc264f4SEduardo HabkostS: Maintained
16304fc264f4SEduardo HabkostF: backends/hostmem*.c
16314fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1632e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16334fc264f4SEduardo Habkost
16346034011cSGongleiCryptodev Backends
16356034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16366034011cSGongleiS: Maintained
16376034011cSGongleiF: include/sysemu/cryptodev*.h
16386034011cSGongleiF: backends/cryptodev*.c
16396034011cSGonglei
1640ad904f66SEduardo HabkostPython scripts
1641ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1642ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1643ad904f66SEduardo HabkostS: Odd fixes
1644ad904f66SEduardo HabkostF: scripts/qmp/*
1645ad904f66SEduardo HabkostF: scripts/*.py
1646ad904f66SEduardo HabkostF: tests/*.py
1647ad904f66SEduardo Habkost
16488899b4aeSLuiz CapitulinoQAPI
16499740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16508899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16519740618cSLuiz CapitulinoS: Supported
16528899b4aeSLuiz CapitulinoF: qapi/
16530311c5bdSMarkus ArmbrusterX: qapi/*.json
1654ac4abb9aSMarkus ArmbrusterF: include/qapi/
1655ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1656ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1657c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1658ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1659e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1660ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1661e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1662be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1663be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1664c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16659740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16668899b4aeSLuiz Capitulino
16677810d291SLuiz CapitulinoQAPI Schema
16687810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16697810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16707810d291SLuiz CapitulinoS: Supported
16717810d291SLuiz CapitulinoF: qapi-schema.json
16720311c5bdSMarkus ArmbrusterF: qapi/*.json
16739740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16747810d291SLuiz Capitulino
1675f3582ba4SLuiz CapitulinoQObject
1676daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1677daf5dc78SMarkus ArmbrusterS: Supported
1678f3582ba4SLuiz CapitulinoF: qobject/
16797735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16807735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1681a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16827735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
168301b2ffceSMarc-André LureauF: tests/check-qnum.c
16847735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16857735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16867735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1687daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1688f3582ba4SLuiz Capitulino
1689f05d9999SMichael RothQEMU Guest Agent
1690f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1691f05d9999SMichael RothS: Maintained
1692f05d9999SMichael RothF: qga/
1693ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1694ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1695ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1696ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1697f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1698f05d9999SMichael Roth
16994688c94cSAndreas FärberQOM
17004688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17014688c94cSAndreas FärberS: Supported
17024688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
17034688c94cSAndreas FärberF: include/qom/
17044688c94cSAndreas FärberX: include/qom/cpu.h
17054688c94cSAndreas FärberF: qom/
17064688c94cSAndreas FärberX: qom/cpu.c
17079f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17089f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17094688c94cSAndreas Färber
17108899b4aeSLuiz CapitulinoQMP
17119740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17129740618cSLuiz CapitulinoS: Supported
17138899b4aeSLuiz CapitulinoF: qmp.c
17148899b4aeSLuiz CapitulinoF: monitor.c
1715c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17169740618cSLuiz CapitulinoF: scripts/qmp/
1717f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
17189740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17198899b4aeSLuiz Capitulino
172098a43bf0SPaolo Bonziniqtest
172198a43bf0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
172298a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
172398a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
172498a43bf0SPaolo BonziniS: Maintained
172598a43bf0SPaolo BonziniF: qtest.c
172698a43bf0SPaolo BonziniF: tests/libqtest.*
172798a43bf0SPaolo BonziniF: tests/libqos/
172898a43bf0SPaolo BonziniF: tests/*-test.c
172998a43bf0SPaolo Bonzini
1730cc0100f4SAlistair FrancisRegister API
1731c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1732cc0100f4SAlistair FrancisS: Maintained
1733cc0100f4SAlistair FrancisF: hw/core/register.c
1734cc0100f4SAlistair FrancisF: include/hw/register.h
173506a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1736cc0100f4SAlistair Francis
1737fd5d5c56SAnthony LiguoriSLIRP
1738eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1739bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1740bafc72abSJan KiszkaS: Maintained
1741fd5d5c56SAnthony LiguoriF: slirp/
1742663fb1e1SThomas HuthF: net/slirp.c
1743d24b2b1cSThomas HuthF: include/net/slirp.h
174402cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17451ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1746fd5d5c56SAnthony Liguori
1747b1ed728aSPaolo BonziniStubs
1748b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1749b1ed728aSPaolo BonziniS: Maintained
1750b1ed728aSPaolo BonziniF: stubs/
1751b1ed728aSPaolo Bonzini
1752598a3f35SStefan HajnocziTracing
17531cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1754598a3f35SStefan HajnocziS: Maintained
1755598a3f35SStefan HajnocziF: trace/
17560e076292SThomas HuthF: trace-events
17570e076292SThomas HuthF: qemu-option-trace.texi
1758f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1759f70fd8fdSLluís VilanovaF: scripts/tracetool/
1760c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17611ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1762598a3f35SStefan Hajnoczi
17633859b6cfSMarkus ArmbrusterTPM
17646b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17656b4f250bSStefan BergerS: Maintained
17663859b6cfSMarkus ArmbrusterF: tpm.c
1767c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17683859b6cfSMarkus ArmbrusterF: hw/tpm/*
17693859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17703859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17713859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17726b4f250bSStefan BergerF: backends/tpm.c
1773adb0e917SStefan BergerF: tests/*tpm*
1774d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17753859b6cfSMarkus Armbruster
177614f40fdcSBlue SwirlCheckpatch
177714f40fdcSBlue SwirlS: Odd Fixes
177814f40fdcSBlue SwirlF: scripts/checkpatch.pl
177914f40fdcSBlue Swirl
1780c0787c8dSJuan QuintelaMigration
1781c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1782d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1783c0787c8dSJuan QuintelaS: Maintained
1784c0787c8dSJuan QuintelaF: include/migration/
178544a1f946SDr. David Alan GilbertF: migration/
1786c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1787c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17882656bfd9SJuan QuintelaF: tests/migration-test.c
1789c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
179048685a8eSMarkus ArmbrusterF: qapi/migration.json
1791c0787c8dSJuan Quintela
179292bfedb0SEduardo OtuboSeccomp
1793064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
179492bfedb0SEduardo OtuboS: Supported
179592bfedb0SEduardo OtuboF: qemu-seccomp.c
179692bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
179792bfedb0SEduardo Otubo
1798ddbb0d09SDaniel P. BerrangeCryptography
1799ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1800ddbb0d09SDaniel P. BerrangeS: Maintained
1801ddbb0d09SDaniel P. BerrangeF: crypto/
1802ddbb0d09SDaniel P. BerrangeF: include/crypto/
1803ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18043947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1805899833cdSDaniel P. BerrangeF: qemu.sasl
1806ddbb0d09SDaniel P. Berrange
180710817bf0SDaniel P. BerrangeCoroutines
180810817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
180910817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
181010817bf0SDaniel P. BerrangeF: util/*coroutine*
181110817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
181210817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
181310817bf0SDaniel P. Berrange
181488c5f205SDaniel P. BerrangeBuffers
181588c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
181688c5f205SDaniel P. BerrangeS: Odd fixes
181788c5f205SDaniel P. BerrangeF: util/buffer.c
181888c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
181988c5f205SDaniel P. Berrange
1820666a3af9SDaniel P. BerrangeI/O Channels
1821666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1822666a3af9SDaniel P. BerrangeS: Maintained
1823666a3af9SDaniel P. BerrangeF: io/
1824666a3af9SDaniel P. BerrangeF: include/io/
1825666a3af9SDaniel P. BerrangeF: tests/test-io-*
1826666a3af9SDaniel P. Berrange
18275614a283SGerd HoffmannSockets
18285614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18295614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18305614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18315614a283SGerd HoffmannS: Maintained
18325614a283SGerd HoffmannF: include/qemu/sockets.h
18335614a283SGerd HoffmannF: util/qemu-sockets.c
1834a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18355614a283SGerd Hoffmann
1836d310d85bSAlberto GarciaThrottling infrastructure
1837d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1838d310d85bSAlberto GarciaS: Supported
1839d310d85bSAlberto GarciaF: block/throttle-groups.c
1840d310d85bSAlberto GarciaF: include/block/throttle-groups.h
184189603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1842d310d85bSAlberto GarciaF: util/throttle.c
184389603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
184489603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1845d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1846d310d85bSAlberto Garcia
1847080d7aacSFam ZhengUUID
1848080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1849080d7aacSFam ZhengS: Supported
1850080d7aacSFam ZhengF: util/uuid.c
1851080d7aacSFam ZhengF: include/qemu/uuid.h
1852080d7aacSFam ZhengF: tests/test-uuid.c
1853080d7aacSFam Zheng
1854a4cc318eSzhanghailiangCOLO Framework
1855a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1856a4cc318eSzhanghailiangS: Maintained
1857a4cc318eSzhanghailiangF: migration/colo*
1858a4cc318eSzhanghailiangF: include/migration/colo.h
1859a4cc318eSzhanghailiangF: include/migration/failover.h
1860a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1861a4cc318eSzhanghailiang
186288f82ed1SZhang ChenCOLO Proxy
1863b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
186488f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
186588f82ed1SZhang ChenS: Supported
186688f82ed1SZhang ChenF: docs/colo-proxy.txt
186788f82ed1SZhang ChenF: net/colo*
186888f82ed1SZhang ChenF: net/filter-rewriter.c
186988f82ed1SZhang ChenF: net/filter-mirror.c
187088f82ed1SZhang Chen
187162258201SPavel DovgalyukRecord/replay
187262258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
187362258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
187470b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
187562258201SPavel DovgalyukS: Supported
187662258201SPavel DovgalyukF: replay/*
187762258201SPavel DovgalyukF: block/blkreplay.c
187862258201SPavel DovgalyukF: net/filter-replay.c
187962258201SPavel DovgalyukF: include/sysemu/replay.h
188062258201SPavel DovgalyukF: docs/replay.txt
188162258201SPavel DovgalyukF: stubs/replay.c
188262258201SPavel Dovgalyuk
1883eecf5eedSPeter XuIOVA Tree
1884eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1885eecf5eedSPeter XuS: Maintained
1886eecf5eedSPeter XuF: include/qemu/iova-tree.h
1887eecf5eedSPeter XuF: util/iova-tree.c
1888eecf5eedSPeter Xu
1889fd5d5c56SAnthony LiguoriUsermode Emulation
1890fd5d5c56SAnthony Liguori------------------
1891486bbe5fSPaolo BonziniOverall
1892486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1893486bbe5fSPaolo BonziniS: Maintained
1894486bbe5fSPaolo BonziniF: thunk.c
189558410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1896486bbe5fSPaolo Bonzini
1897fd5d5c56SAnthony LiguoriBSD user
1898297e8005SMarkus ArmbrusterS: Orphan
1899fd5d5c56SAnthony LiguoriF: bsd-user/
1900ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1901fd5d5c56SAnthony Liguori
1902fd5d5c56SAnthony LiguoriLinux user
1903fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1904ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1905fd5d5c56SAnthony LiguoriS: Maintained
1906fd5d5c56SAnthony LiguoriF: linux-user/
1907ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1908e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
190942f5a7e9SAurelien Jarno
191042f5a7e9SAurelien JarnoTiny Code Generator (TCG)
191142f5a7e9SAurelien Jarno-------------------------
191242f5a7e9SAurelien JarnoCommon code
1913cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
191442f5a7e9SAurelien JarnoS: Maintained
191542f5a7e9SAurelien JarnoF: tcg/
191642f5a7e9SAurelien Jarno
1917b25a464cSClaudio FontanaAArch64 target
1918b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1919b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1920b25a464cSClaudio FontanaS: Maintained
1921b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1922b25a464cSClaudio FontanaF: tcg/aarch64/
1923c17652eeSPaolo BonziniF: disas/arm-a64.cc
1924c17652eeSPaolo BonziniF: disas/libvixl/
1925b25a464cSClaudio Fontana
192642f5a7e9SAurelien JarnoARM target
192742f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
192842f5a7e9SAurelien JarnoS: Maintained
1929b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
193042f5a7e9SAurelien JarnoF: tcg/arm/
1931c17652eeSPaolo BonziniF: disas/arm.c
193242f5a7e9SAurelien Jarno
193342f5a7e9SAurelien Jarnoi386 target
19345dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
193542f5a7e9SAurelien JarnoS: Maintained
193642f5a7e9SAurelien JarnoF: tcg/i386/
1937c17652eeSPaolo BonziniF: disas/i386.c
193842f5a7e9SAurelien Jarno
193942f5a7e9SAurelien JarnoMIPS target
1940d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
194142f5a7e9SAurelien JarnoS: Maintained
194242f5a7e9SAurelien JarnoF: tcg/mips/
1943c17652eeSPaolo BonziniF: disas/mips.c
194442f5a7e9SAurelien Jarno
194542f5a7e9SAurelien JarnoPPC
194615610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
194715610d42SPranith KumarS: Odd Fixes
194842f5a7e9SAurelien JarnoF: tcg/ppc/
1949c17652eeSPaolo BonziniF: disas/ppc.c
195042f5a7e9SAurelien Jarno
195142f5a7e9SAurelien JarnoS390 target
195242f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
195342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
195442f5a7e9SAurelien JarnoS: Maintained
195542f5a7e9SAurelien JarnoF: tcg/s390/
1956c17652eeSPaolo BonziniF: disas/s390.c
1957146bd283SCornelia HuckL: qemu-s390x@nongnu.org
195842f5a7e9SAurelien Jarno
195942f5a7e9SAurelien JarnoSPARC target
1960297e8005SMarkus ArmbrusterS: Odd Fixes
196142f5a7e9SAurelien JarnoF: tcg/sparc/
1962c17652eeSPaolo BonziniF: disas/sparc.c
1963bc75c9e5SStefan Weil
1964bc75c9e5SStefan WeilTCI target
1965bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1966bc75c9e5SStefan WeilS: Maintained
19678ef9cd55SAndreas FärberF: tcg/tci/
1968752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1969c17652eeSPaolo BonziniF: disas/tci.c
1970aa09c951SAndreas Färber
1971f05b328cSStefan HajnocziBlock drivers
1972f05b328cSStefan Hajnoczi-------------
1973f05b328cSStefan HajnocziVMDK
1974f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1975c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1976f05b328cSStefan HajnocziS: Supported
1977f05b328cSStefan HajnocziF: block/vmdk.c
1978f05b328cSStefan Hajnoczi
1979f05b328cSStefan HajnocziRBD
19805a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1981280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1982280458a3SJeff CodyL: qemu-block@nongnu.org
1983f05b328cSStefan HajnocziS: Supported
1984f05b328cSStefan HajnocziF: block/rbd.c
1985280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1986f05b328cSStefan Hajnoczi
1987f05b328cSStefan HajnocziSheepdog
198853b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1989f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1990280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1991280458a3SJeff CodyL: qemu-block@nongnu.org
1992dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1993f05b328cSStefan HajnocziS: Supported
1994f05b328cSStefan HajnocziF: block/sheepdog.c
1995280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1996f05b328cSStefan Hajnoczi
1997f05b328cSStefan HajnocziVHDX
1998f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1999280458a3SJeff CodyL: qemu-block@nongnu.org
2000f05b328cSStefan HajnocziS: Supported
2001f05b328cSStefan HajnocziF: block/vhdx*
2002280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2003f05b328cSStefan Hajnoczi
2004f05b328cSStefan HajnocziVDI
2005f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2006c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2007f05b328cSStefan HajnocziS: Maintained
2008f05b328cSStefan HajnocziF: block/vdi.c
2009f05b328cSStefan Hajnoczi
2010f05b328cSStefan HajnocziiSCSI
2011f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2012f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2013f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2014c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2015f05b328cSStefan HajnocziS: Supported
2016f05b328cSStefan HajnocziF: block/iscsi.c
20172deb63c2SPeter LievenF: block/iscsi-opts.c
2018f05b328cSStefan Hajnoczi
201999c62e70SEric BlakeNetwork Block Device (NBD)
202099c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
202199c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
202299c62e70SEric BlakeL: qemu-block@nongnu.org
202399c62e70SEric BlakeS: Maintained
202499c62e70SEric BlakeF: block/nbd*
202599c62e70SEric BlakeF: nbd/
202699c62e70SEric BlakeF: include/block/nbd*
202799c62e70SEric BlakeF: qemu-nbd.*
202899c62e70SEric BlakeF: blockdev-nbd.c
20293229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
203099c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
203199c62e70SEric Blake
20326542aa9cSPeter LievenNFS
2033280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20346542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2035280458a3SJeff CodyL: qemu-block@nongnu.org
20366542aa9cSPeter LievenS: Maintained
20376542aa9cSPeter LievenF: block/nfs.c
2038280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20396542aa9cSPeter Lieven
2040f05b328cSStefan HajnocziSSH
2041f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2042280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2043280458a3SJeff CodyL: qemu-block@nongnu.org
2044f05b328cSStefan HajnocziS: Supported
2045f05b328cSStefan HajnocziF: block/ssh.c
2046280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2047c9a12e75SChrysostomos Nanakos
2048280458a3SJeff CodyCURL
2049280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2050280458a3SJeff CodyL: qemu-block@nongnu.org
2051280458a3SJeff CodyS: Supported
2052280458a3SJeff CodyF: block/curl.c
2053280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2054280458a3SJeff Cody
2055280458a3SJeff CodyGLUSTER
2056280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2057280458a3SJeff CodyL: qemu-block@nongnu.org
2058280458a3SJeff CodyS: Supported
2059280458a3SJeff CodyF: block/gluster.c
2060280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2061b5e9476cSGonglei
2062199667a8SFam ZhengNull Block Driver
2063199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2064199667a8SFam ZhengL: qemu-block@nongnu.org
2065199667a8SFam ZhengS: Supported
2066199667a8SFam ZhengF: block/null.c
2067199667a8SFam Zheng
2068bdd6a90aSFam ZhengNVMe Block Driver
2069bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2070bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2071bdd6a90aSFam ZhengS: Supported
2072bdd6a90aSFam ZhengF: block/nvme*
2073bdd6a90aSFam Zheng
2074b5e9476cSGongleiBootdevice
2075b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2076b5e9476cSGongleiS: Maintained
2077b5e9476cSGongleiF: bootdevice.c
2078ecdda9e0SAlberto Garcia
2079ecdda9e0SAlberto GarciaQuorum
2080ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2081ecdda9e0SAlberto GarciaS: Supported
2082ecdda9e0SAlberto GarciaF: block/quorum.c
2083ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2084e7c6e631SStefan Hajnoczi
2085bfcc224eSAapo Vienamoblklogwrites
2086bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2087bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2088bfcc224eSAapo VienamoS: Supported
2089bfcc224eSAapo VienamoF: block/blklogwrites.c
2090bfcc224eSAapo Vienamo
2091e7c6e631SStefan Hajnocziblkverify
2092e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2093e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2094e7c6e631SStefan HajnocziS: Supported
2095e7c6e631SStefan HajnocziF: block/blkverify.c
2096e7c6e631SStefan Hajnoczi
2097e7c6e631SStefan Hajnoczibochs
2098e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2099e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2100e7c6e631SStefan HajnocziS: Supported
2101e7c6e631SStefan HajnocziF: block/bochs.c
2102e7c6e631SStefan Hajnoczi
2103e7c6e631SStefan Hajnoczicloop
2104e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2105e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2106e7c6e631SStefan HajnocziS: Supported
2107e7c6e631SStefan HajnocziF: block/cloop.c
2108e7c6e631SStefan Hajnoczi
2109e7c6e631SStefan Hajnoczidmg
2110e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2111e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2112e7c6e631SStefan HajnocziS: Supported
2113e7c6e631SStefan HajnocziF: block/dmg.c
2114e7c6e631SStefan Hajnoczi
2115e7c6e631SStefan Hajnocziparallels
2116e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2117f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2118e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2119e7c6e631SStefan HajnocziS: Supported
2120e7c6e631SStefan HajnocziF: block/parallels.c
21215746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2122e7c6e631SStefan Hajnoczi
2123e7c6e631SStefan Hajnocziqed
2124e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2125e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2126e7c6e631SStefan HajnocziS: Supported
2127e7c6e631SStefan HajnocziF: block/qed.c
2128e7c6e631SStefan Hajnoczi
2129e7c6e631SStefan Hajnocziraw
2130e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2131e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2132e7c6e631SStefan HajnocziS: Supported
2133e7c6e631SStefan HajnocziF: block/linux-aio.c
2134f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21352e6fc7ebSEric BlakeF: block/raw-format.c
2136c1bb86cdSEric BlakeF: block/file-posix.c
2137c1bb86cdSEric BlakeF: block/file-win32.c
2138e7c6e631SStefan HajnocziF: block/win32-aio.c
2139e7c6e631SStefan Hajnoczi
2140e7c6e631SStefan Hajnocziqcow2
2141e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2142c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2143e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2144e7c6e631SStefan HajnocziS: Supported
2145e7c6e631SStefan HajnocziF: block/qcow2*
2146b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2147e7c6e631SStefan Hajnoczi
2148e7c6e631SStefan Hajnocziqcow
2149e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2150e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2151e7c6e631SStefan HajnocziS: Supported
2152e7c6e631SStefan HajnocziF: block/qcow.c
2153e7c6e631SStefan Hajnoczi
2154e7c6e631SStefan Hajnocziblkdebug
2155e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2156c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2157e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2158e7c6e631SStefan HajnocziS: Supported
2159e7c6e631SStefan HajnocziF: block/blkdebug.c
2160e7c6e631SStefan Hajnoczi
2161e7c6e631SStefan Hajnoczivpc
2162e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2163e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2164e7c6e631SStefan HajnocziS: Supported
2165e7c6e631SStefan HajnocziF: block/vpc.c
2166e7c6e631SStefan Hajnoczi
2167e7c6e631SStefan Hajnoczivvfat
2168e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2169e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2170e7c6e631SStefan HajnocziS: Supported
2171e7c6e631SStefan HajnocziF: block/vvfat.c
2172abfe4e94SStefan Hajnoczi
2173abfe4e94SStefan HajnocziImage format fuzzer
2174abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2175abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2176abfe4e94SStefan HajnocziS: Supported
2177abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2178717171bdSDaniel P. Berrange
2179049105a3SChanglong XieReplication
2180205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21813ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2182049105a3SChanglong XieS: Supported
2183049105a3SChanglong XieF: replication*
2184049105a3SChanglong XieF: block/replication.c
2185049105a3SChanglong XieF: tests/test-replication.c
2186049105a3SChanglong XieF: docs/block-replication.txt
2187049105a3SChanglong Xie
2188a3defabbSMarcel ApfelbaumPVRDMA
2189a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2190fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2191a3defabbSMarcel ApfelbaumS: Maintained
2192a3defabbSMarcel ApfelbaumF: hw/rdma/*
2193a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2194a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2195a3defabbSMarcel Apfelbaum
2196b9e02c06SAlex BennéeBuild and test automation
2197b9e02c06SAlex Bennée-------------------------
21980475a03eSEduardo HabkostBuild and test automation
2199b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2200e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
220132b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2202b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2203e70dc7f8SAlex BennéeS: Maintained
2204b9e02c06SAlex BennéeF: .travis.yml
22050708e647SAlex BennéeF: scripts/travis/
2206d92d886aSAlex BennéeF: .shippable.yml
2207e70dc7f8SAlex BennéeF: tests/docker/
220818023821SFam ZhengF: tests/vm/
2209e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22102a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2211e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2212717171bdSDaniel P. Berrange
22137e97017eSAlex BennéeGuest Test Compilation Support
22147e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22157e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22167e97017eSAlex BennéeF: tests/tcg/Makefile
2217c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22187e97017eSAlex BennéeL: qemu-devel@nongnu.org
22197e97017eSAlex Bennée
2220717171bdSDaniel P. BerrangeDocumentation
2221717171bdSDaniel P. Berrange-------------
2222717171bdSDaniel P. BerrangeBuild system architecture
2223717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2224717171bdSDaniel P. BerrangeS: Odd Fixes
2225c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22268a49e97fSFam Zheng
2227b02c9bc3SMarkus ArmbrusterIncompatible changes
2228b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2229b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2230b02c9bc3SMarkus Armbruster
2231aef45d51SDaniel P. BerrangeBuild System
2232aef45d51SDaniel P. Berrange------------
2233aef45d51SDaniel P. BerrangeGIT submodules
2234aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2235aef45d51SDaniel P. BerrangeS: Odd Fixes
2236aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2237