xref: /openbmc/qemu/MAINTAINERS (revision 344f4b15)
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>
1900eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.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
292e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
293fd5d5c56SAnthony Liguori
29416e7caaeSMax FilippovXtensa
29516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
296b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
29716e7caaeSMax FilippovS: Maintained
298fcf5ef2aSThomas HuthF: target/xtensa/
2998d8b636dSPaolo BonziniF: hw/xtensa/
300c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3015a6539e6SMax FilippovF: disas/xtensa.c
30216e7caaeSMax Filippov
30348e06fe0SBastian KoppelmannTriCore
30448e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30548e06fe0SBastian KoppelmannS: Maintained
306fcf5ef2aSThomas HuthF: target/tricore/
30748e06fe0SBastian KoppelmannF: hw/tricore/
308d46d14e6SThomas HuthF: include/hw/tricore/
30948e06fe0SBastian Koppelmann
310dd28bebdSAlex BennéeMultiarch Linux User Tests
311dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
312dd28bebdSAlex BennéeF: tests/tcg/multiarch/
313dd28bebdSAlex Bennée
314fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
315fd5d5c56SAnthony Liguori----------------------
316fd5d5c56SAnthony Liguori
317fd5d5c56SAnthony LiguoriOverall
318c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
319fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
320fd5d5c56SAnthony LiguoriS: Supported
321fd5d5c56SAnthony LiguoriF: */kvm.*
3221962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
323a95e9a48SThomas HuthF: include/sysemu/kvm*.h
324fd5d5c56SAnthony Liguori
325ed4659d1SPeter MaydellARM
326ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
327b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
328ed4659d1SPeter MaydellS: Maintained
329fcf5ef2aSThomas HuthF: target/arm/kvm.c
330ed4659d1SPeter Maydell
331a31896c4SJames HoganMIPS
332a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
333a31896c4SJames HoganS: Maintained
334fcf5ef2aSThomas HuthF: target/mips/kvm.c
335a31896c4SJames Hogan
336fd5d5c56SAnthony LiguoriPPC
337fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
338fd5d5c56SAnthony LiguoriS: Maintained
339fcf5ef2aSThomas HuthF: target/ppc/kvm.c
340fd5d5c56SAnthony Liguori
341fd5d5c56SAnthony LiguoriS390
342b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
343c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
344fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
345fd5d5c56SAnthony LiguoriS: Maintained
346fcf5ef2aSThomas HuthF: target/s390x/kvm.c
347040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
348040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
349fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
350fcf5ef2aSThomas HuthF: target/s390x/machine.c
35174b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3524277af19SCornelia HuckF: hw/intc/s390_flic.c
3534277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3544277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
355c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3563e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3573e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
358146bd283SCornelia HuckL: qemu-s390x@nongnu.org
359fd5d5c56SAnthony Liguori
360fd5d5c56SAnthony LiguoriX86
361d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
362fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
363fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
364fd5d5c56SAnthony LiguoriS: Supported
365fcf5ef2aSThomas HuthF: target/i386/kvm.c
366fd5d5c56SAnthony Liguori
3678a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3688a6b0cd7SStefano Stabellini----------------------
3698a6b0cd7SStefano Stabellini
3708a6b0cd7SStefano StabelliniX86
3713623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3723623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3736d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3748a6b0cd7SStefano StabelliniS: Supported
3758a6b0cd7SStefano StabelliniF: */xen*
376d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
377c92451c2SPaolo BonziniF: hw/char/xen_console.c
378c92451c2SPaolo BonziniF: hw/display/xenfb.c
379c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3809027ac50SStefano StabelliniF: hw/block/xen_*
381c92451c2SPaolo BonziniF: hw/xen/
382c92451c2SPaolo BonziniF: hw/xenpv/
3839027ac50SStefano StabelliniF: hw/i386/xen/
384c92451c2SPaolo BonziniF: include/hw/xen/
3859027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3868a6b0cd7SStefano Stabellini
3871bdd6874SStefan WeilHosts:
3881bdd6874SStefan Weil------
3891bdd6874SStefan Weil
3901bdd6874SStefan WeilLINUX
3911bdd6874SStefan WeilL: qemu-devel@nongnu.org
3921bdd6874SStefan WeilS: Maintained
3931bdd6874SStefan WeilF: linux-*
3941bdd6874SStefan WeilF: linux-headers/
3951bdd6874SStefan Weil
3961bdd6874SStefan WeilPOSIX
3971bdd6874SStefan WeilL: qemu-devel@nongnu.org
3981bdd6874SStefan WeilS: Maintained
3991bdd6874SStefan WeilF: *posix*
4001bdd6874SStefan Weil
4013c2bdbc1SKamil RytarowskiNETBSD
4023c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4033c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4043c2bdbc1SKamil RytarowskiS: Maintained
4051b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4063c2bdbc1SKamil Rytarowski
4070a773d55SBrad SmithOPENBSD
4080a773d55SBrad SmithL: qemu-devel@nongnu.org
4090a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4100a773d55SBrad SmithS: Maintained
4110a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4120a773d55SBrad Smith
4131bdd6874SStefan WeilW32, W64
4141bdd6874SStefan WeilL: qemu-devel@nongnu.org
4151bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4161bdd6874SStefan WeilS: Maintained
4171bdd6874SStefan WeilF: *win32*
41803972660SThomas HuthF: */*win32*
41903972660SThomas HuthF: include/*/*win32*
42003972660SThomas HuthX: qga/*win32*
421885bdc95SStefan WeilF: qemu.nsi
4221bdd6874SStefan Weil
423b250d04aSPhilippe Mathieu-DaudéAlpha Machines
424b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
425b250d04aSPhilippe Mathieu-DaudéS: Maintained
426b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4277bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
428b250d04aSPhilippe Mathieu-Daudé
429fd5d5c56SAnthony LiguoriARM Machines
430fd5d5c56SAnthony Liguori------------
43184291fe7SliguangAllwinner-a10
43285b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43484291fe7SliguangS: Maintained
43585b4d5daSBeniamino GalvaniF: hw/*/allwinner*
43685b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
43784291fe7SliguangF: hw/arm/cubieboard.c
43884291fe7Sliguang
439e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
441b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44206271000SPaolo BonziniS: Maintained
44306271000SPaolo BonziniF: hw/char/pl011.c
444c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
44506271000SPaolo BonziniF: hw/display/pl110*
44606271000SPaolo BonziniF: hw/dma/pl080.c
44706271000SPaolo BonziniF: hw/dma/pl330.c
44806271000SPaolo BonziniF: hw/gpio/pl061.c
44906271000SPaolo BonziniF: hw/input/pl050.c
45006271000SPaolo BonziniF: hw/intc/pl190.c
45106271000SPaolo BonziniF: hw/sd/pl181.c
45206271000SPaolo BonziniF: hw/timer/pl031.c
45306271000SPaolo BonziniF: include/hw/arm/primecell.h
454e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
455e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
456e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
457e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
4580d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4590d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
460*344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
461*344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
46206271000SPaolo Bonzini
46306271000SPaolo BonziniARM cores
46406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
465b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
46606271000SPaolo BonziniS: Maintained
46706271000SPaolo BonziniF: hw/intc/arm*
46806271000SPaolo BonziniF: hw/intc/gic_internal.h
46906271000SPaolo BonziniF: hw/misc/a9scu.c
47006271000SPaolo BonziniF: hw/misc/arm11scu.c
47106271000SPaolo BonziniF: hw/timer/a9gtimer*
472c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
473c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
47406271000SPaolo BonziniF: include/hw/intc/arm*
47506271000SPaolo BonziniF: include/hw/misc/a9scu.h
47606271000SPaolo BonziniF: include/hw/misc/arm11scu.h
47706271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
47806271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
479c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
480c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
48106271000SPaolo Bonzini
482fc63dcffSEvgeny VoevodinExynos
483f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
484b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
485fc63dcffSEvgeny VoevodinS: Maintained
4868d8b636dSPaolo BonziniF: hw/*/exynos*
487ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
488fc63dcffSEvgeny Voevodin
489766fd09fSMark LangsdorfCalxeda Highbank
4909ef137caSRob HerringM: Rob Herring <robh@kernel.org>
491b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4929ef137caSRob HerringS: Maintained
4938d8b636dSPaolo BonziniF: hw/arm/highbank.c
4948d8b636dSPaolo BonziniF: hw/net/xgmac.c
495766fd09fSMark Langsdorf
4969082f121SAntony PavlovCanon DIGIC
4979082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
498b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
4999082f121SAntony PavlovS: Maintained
5009082f121SAntony PavlovF: include/hw/arm/digic.h
5019082f121SAntony PavlovF: hw/*/digic*
5029082f121SAntony Pavlov
503fd5d5c56SAnthony LiguoriGumstix
5045dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
505b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
506fd5d5c56SAnthony LiguoriS: Orphan
5078d8b636dSPaolo BonziniF: hw/arm/gumstix.c
508fd5d5c56SAnthony Liguori
5090325559dSPeter Chubbi.MX31
5100325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
511b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5120325559dSPeter ChubbS: Odd fixes
5138d8b636dSPaolo BonziniF: hw/*/imx*
514f7e242d6SThomas HuthF: include/hw/*/imx*
5158d8b636dSPaolo BonziniF: hw/arm/kzm.c
516ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5170325559dSPeter Chubb
518fd5d5c56SAnthony LiguoriIntegrator CP
5191ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
520b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
521fd5d5c56SAnthony LiguoriS: Maintained
5228d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
523f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
524fd5d5c56SAnthony Liguori
525e5a6a6e6SPeter MaydellMPS2
526e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
527e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
528e5a6a6e6SPeter MaydellS: Maintained
529e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5300d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5310d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5320d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5330d4a7551SPeter MaydellF: hw/arm/iotkit.c
5340d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
535e5a6a6e6SPeter Maydell
536fd5d5c56SAnthony LiguoriMusicpal
537fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
538b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
539fd5d5c56SAnthony LiguoriS: Maintained
5408d8b636dSPaolo BonziniF: hw/arm/musicpal.c
541fd5d5c56SAnthony Liguori
542fd5d5c56SAnthony LiguorinSeries
543fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
544b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
545fd5d5c56SAnthony LiguoriS: Maintained
5468d8b636dSPaolo BonziniF: hw/arm/nseries.c
547fd5d5c56SAnthony Liguori
548fd5d5c56SAnthony LiguoriPalm
549fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
550b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
551fd5d5c56SAnthony LiguoriS: Maintained
5528d8b636dSPaolo BonziniF: hw/arm/palm.c
553fd5d5c56SAnthony Liguori
554fd5d5c56SAnthony LiguoriReal View
5551ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
556b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
557fd5d5c56SAnthony LiguoriS: Maintained
5588d8b636dSPaolo BonziniF: hw/arm/realview*
559f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5605ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5615ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
562fd5d5c56SAnthony Liguori
5639b31bff0SPaolo BonziniPXA2XX
564fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
565b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
566fd5d5c56SAnthony LiguoriS: Maintained
5679b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5688d8b636dSPaolo BonziniF: hw/arm/spitz.c
5699b31bff0SPaolo BonziniF: hw/arm/tosa.c
5709b31bff0SPaolo BonziniF: hw/arm/z2.c
5719b31bff0SPaolo BonziniF: hw/*/pxa2xx*
572f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
573ed0db866SThomas HuthF: include/hw/arm/pxa.h
574fd5d5c56SAnthony Liguori
575fd5d5c56SAnthony LiguoriStellaris
5761ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
577b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
578fd5d5c56SAnthony LiguoriS: Maintained
5798d8b636dSPaolo BonziniF: hw/*/stellaris*
580fd5d5c56SAnthony Liguori
581fd5d5c56SAnthony LiguoriVersatile PB
5821ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
583b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
584fd5d5c56SAnthony LiguoriS: Maintained
5858d8b636dSPaolo BonziniF: hw/*/versatile*
586c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
587fd5d5c56SAnthony Liguori
588e3260506SPeter A. G. CrosthwaiteXilinx Zynq
589cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
591b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
592e3260506SPeter A. G. CrosthwaiteS: Maintained
593cc0100f4SAlistair FrancisF: hw/*/xilinx_*
5948d8b636dSPaolo BonziniF: hw/*/cadence_*
595f7e242d6SThomas HuthF: hw/misc/zynq*
596f7e242d6SThomas HuthF: include/hw/misc/zynq*
597cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
598e3260506SPeter A. G. Crosthwaite
599137805f5SAlistair FrancisXilinx ZynqMP
600c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
601cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
602b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
603137805f5SAlistair FrancisS: Maintained
604cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
605f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
606137805f5SAlistair Francis
6078f4d260eSShannon ZhaoARM ACPI Subsystem
6088f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
609e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
610b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6118f4d260eSShannon ZhaoS: Maintained
6128f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6138f4d260eSShannon Zhao
614a1f8193bSAlistair FrancisSTM32F205
615a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
616a1f8193bSAlistair FrancisS: Maintained
617a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
618a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
619a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
620a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
621a1f8193bSAlistair FrancisF: hw/adc/*
622a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6230e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
624a1f8193bSAlistair Francis
625a1f8193bSAlistair FrancisNetduino 2
626a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
627a1f8193bSAlistair FrancisS: Maintained
628a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
629a1f8193bSAlistair Francis
630670bc4cbSSubbaraya SundeepSmartFusion2
631670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
632670bc4cbSSubbaraya SundeepS: Maintained
633670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
634670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
635670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
636670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
637670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
638670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
639670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
640670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
641670bc4cbSSubbaraya Sundeep
642670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
643670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
644670bc4cbSSubbaraya SundeepS: Maintained
645670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
646670bc4cbSSubbaraya Sundeep
647fd5d5c56SAnthony LiguoriCRIS Machines
648fd5d5c56SAnthony Liguori-------------
649fd5d5c56SAnthony LiguoriAxis Dev88
650fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
651fd5d5c56SAnthony LiguoriS: Maintained
6528d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6536e481d57SPeter MaydellF: hw/*/etraxfs_*.c
654fd5d5c56SAnthony Liguori
65507bf23a7SMichael WalleLM32 Machines
65607bf23a7SMichael Walle-------------
65707bf23a7SMichael WalleEVR32 and uclinux BSP
65807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
65907bf23a7SMichael WalleS: Maintained
6608d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
66107bf23a7SMichael Walle
662d118aa6bSMichael Wallemilkymist
663d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
664d118aa6bSMichael WalleS: Maintained
6658d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
666d118aa6bSMichael Walle
667afcacd53SAurelien JarnoM68K Machines
668fd5d5c56SAnthony Liguori-------------
669fd5d5c56SAnthony Liguorian5206
6705baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6715baf2741SThomas HuthS: Odd Fixes
6728d8b636dSPaolo BonziniF: hw/m68k/an5206.c
673e9a56114SThomas HuthF: hw/m68k/mcf5206.c
674fd5d5c56SAnthony Liguori
675fd5d5c56SAnthony Liguorimcf5208
6765baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
6775baf2741SThomas HuthS: Odd Fixes
6788d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
679e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
680e9a56114SThomas HuthF: hw/char/mcf_uart.c
681e9a56114SThomas HuthF: hw/net/mcf_fec.c
6825baf2741SThomas HuthF: include/hw/m68k/mcf*.h
683fd5d5c56SAnthony Liguori
684fd5d5c56SAnthony LiguoriMicroBlaze Machines
685b6f97c14Sbellard-------------------
686fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
687fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
688fd5d5c56SAnthony LiguoriS: Maintained
6896e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
690b6f97c14Sbellard
691d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
6924b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
693d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
6948d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
695d36e8ce7SPeter A. G. Crosthwaite
696fd5d5c56SAnthony LiguoriMIPS Machines
697fd5d5c56SAnthony Liguori-------------
698fd5d5c56SAnthony LiguoriJazz
699fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
700fd5d5c56SAnthony LiguoriS: Maintained
7018d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
702fd5d5c56SAnthony Liguori
703fd5d5c56SAnthony LiguoriMalta
704fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
705fd5d5c56SAnthony LiguoriS: Maintained
7068d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
707fd5d5c56SAnthony Liguori
708fd5d5c56SAnthony LiguoriMipssim
7090eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
710659f42d8SYongbok KimS: Odd Fixes
7118d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
712659f42d8SYongbok KimF: hw/net/mipsnet.c
713fd5d5c56SAnthony Liguori
714fd5d5c56SAnthony LiguoriR4000
715fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
716fd5d5c56SAnthony LiguoriS: Maintained
7178d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
718fd5d5c56SAnthony Liguori
719659f42d8SYongbok KimFulong 2E
7200eb4e1f3SYongbok KimM: Yongbok Kim <yongbok.kim@mips.com>
721659f42d8SYongbok KimS: Odd Fixes
722659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7230170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7240170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
725659f42d8SYongbok Kim
726659f42d8SYongbok KimBoston
72794d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com>
728659f42d8SYongbok KimS: Maintained
729659f42d8SYongbok KimF: hw/core/loader-fit.c
730659f42d8SYongbok KimF: hw/mips/boston.c
731659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
732659f42d8SYongbok Kim
733945dad6dSJia LiuOpenRISC Machines
734945dad6dSJia Liu-----------------
735945dad6dSJia Liuor1k-sim
736945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
737945dad6dSJia LiuS: Maintained
738945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
739945dad6dSJia Liu
740fd5d5c56SAnthony LiguoriPowerPC Machines
741fd5d5c56SAnthony Liguori----------------
742fd5d5c56SAnthony Liguori405
743fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
744a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7459b9fe135SAndreas FärberS: Odd Fixes
7468d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
747fd5d5c56SAnthony Liguori
748aaade8d7SAndreas FärberBamboo
749aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
750aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
751aaade8d7SAndreas FärberS: Odd Fixes
7528d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
753aaade8d7SAndreas Färber
75498cded3aSAndreas Färbere500
75598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
75698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
75798cded3aSAndreas FärberS: Supported
75898cded3aSAndreas FärberF: hw/ppc/e500.[hc]
75998cded3aSAndreas FärberF: hw/ppc/e500plat.c
760b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
761b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
762b5d55020SThomas HuthF: pc-bios/u-boot.e500
76398cded3aSAndreas Färber
76498cded3aSAndreas Färbermpc8544ds
76598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
76698cded3aSAndreas FärberL: qemu-ppc@nongnu.org
76798cded3aSAndreas FärberS: Supported
76898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
7698d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
77098cded3aSAndreas Färber
771fd5d5c56SAnthony LiguoriNew World
772fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
773a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
774fd5d5c56SAnthony LiguoriS: Maintained
775baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
7766e481d57SPeter MaydellF: hw/pci-host/uninorth.c
7776e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
7788d8b636dSPaolo BonziniF: hw/misc/macio/
7796ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
780b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
781eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
7826ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
783eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
784fd5d5c56SAnthony Liguori
785fd5d5c56SAnthony LiguoriOld World
786fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
787a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
788fd5d5c56SAnthony LiguoriS: Maintained
789baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
7906e481d57SPeter MaydellF: hw/pci-host/grackle.c
7918d8b636dSPaolo BonziniF: hw/misc/macio/
792835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
793fd5d5c56SAnthony Liguori
794ec38d398SAndreas FärberPReP
7958178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
7969f38774dSAndreas FärberL: qemu-devel@nongnu.org
797a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7988178e89cSHervé PoussineauS: Maintained
79975610155SAndreas FärberF: hw/ppc/prep.c
8008178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8018178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8026e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8030a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
804a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8051cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
806cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
807a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
808cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
809835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
810fd5d5c56SAnthony Liguori
811300b115cSAndreas FärbersPAPR
812085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8138a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8148a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8158a269ca4SAndreas FärberS: Supported
8168d8b636dSPaolo BonziniF: hw/*/spapr*
817f9de2da7SDavid GibsonF: include/hw/*/spapr*
818f9de2da7SDavid GibsonF: hw/*/xics*
819f9de2da7SDavid GibsonF: include/hw/*/xics*
820f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
821b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
822b5d55020SThomas HuthF: pc-bios/slof.bin
823bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
824b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
825b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
826a70ab357SGreg KurzF: tests/spapr*
827a70ab357SGreg KurzF: tests/libqos/*spapr*
828a70ab357SGreg KurzF: tests/rtas*
829a70ab357SGreg KurzF: tests/libqos/rtas*
8308a269ca4SAndreas Färber
831794d00bfSAndreas Färbervirtex_ml507
832794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
833794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
834794d00bfSAndreas FärberS: Odd Fixes
8356e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
836794d00bfSAndreas Färber
837a9dd6604SBALATON Zoltansam460ex
838a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
839a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
840a9dd6604SBALATON ZoltanS: Maintained
841a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
842a9dd6604SBALATON Zoltan
843fd5d5c56SAnthony LiguoriSH4 Machines
844fd5d5c56SAnthony Liguori------------
845fd5d5c56SAnthony LiguoriR2D
846fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
847fd5d5c56SAnthony LiguoriS: Maintained
8486e481d57SPeter MaydellF: hw/sh4/r2d.c
84981527b94SThomas HuthF: hw/intc/sh_intc.c
85081527b94SThomas HuthF: hw/timer/sh_timer.c
851fd5d5c56SAnthony Liguori
852fd5d5c56SAnthony LiguoriShix
853fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
85481527b94SThomas HuthS: Odd Fixes
8556e481d57SPeter MaydellF: hw/sh4/shix.c
856fd5d5c56SAnthony Liguori
857fd5d5c56SAnthony LiguoriSPARC Machines
858fd5d5c56SAnthony Liguori--------------
859fd5d5c56SAnthony LiguoriSun4m
860f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
861fd5d5c56SAnthony LiguoriS: Maintained
8628d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
863c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
864c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c
8657098b79eSThomas HuthF: hw/misc/eccmemctl.c
8667098b79eSThomas HuthF: hw/misc/slavio_misc.c
867c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
868c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h
869c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
870fd5d5c56SAnthony Liguori
871fd5d5c56SAnthony LiguoriSun4u
872f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
873fd5d5c56SAnthony LiguoriS: Maintained
8748d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
875c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
876fd5d5c56SAnthony Liguori
877a2664ca0SArtyom TarasenkoSun4v
878a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
879a2664ca0SArtyom TarasenkoS: Maintained
880626e4a4bSFam ZhengF: hw/sparc64/niagara.c
881a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
882a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
883a2664ca0SArtyom Tarasenko
884ce6c760cSFabien ChouteauLeon3
885ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
886ce6c760cSFabien ChouteauS: Maintained
8878d8b636dSPaolo BonziniF: hw/sparc/leon3.c
8888d8b636dSPaolo BonziniF: hw/*/grlib*
889c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
890ce6c760cSFabien Chouteau
891fd5d5c56SAnthony LiguoriS390 Machines
892fd5d5c56SAnthony Liguori-------------
893dd4ad64aSCornelia HuckS390 Virtio-ccw
894c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
895b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
896dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
897dd4ad64aSCornelia HuckS: Supported
8980c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
8999d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
900c5bfb202SCornelia HuckF: hw/s390x/
9014277af19SCornelia HuckF: include/hw/s390x/
902c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9031e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9041e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9053e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9063e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
907146bd283SCornelia HuckL: qemu-s390x@nongnu.org
908dd4ad64aSCornelia Huck
909304584bfSCornelia HuckS390-ccw Bios
910304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
911304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
912304584bfSCornelia HuckS: Supported
913304584bfSCornelia HuckF: pc-bios/s390-ccw/
914304584bfSCornelia HuckF: pc-bios/s390-ccw.img
915304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
916304584bfSCornelia HuckL: qemu-s390x@nongnu.org
917304584bfSCornelia Huck
918ab9528caSGuan XuetaoUniCore32 Machines
919ab9528caSGuan Xuetao-------------
920ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
921ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
922ab9528caSGuan XuetaoS: Maintained
9238d8b636dSPaolo BonziniF: hw/*/puv3*
924ab9528caSGuan XuetaoF: hw/unicore32/
925ab9528caSGuan Xuetao
926fd5d5c56SAnthony LiguoriX86 Machines
927fd5d5c56SAnthony Liguori------------
928fd5d5c56SAnthony LiguoriPC
929046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
930fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
931fd5d5c56SAnthony LiguoriS: Supported
932046a6486SMichael S. TsirkinF: include/hw/i386/
933046a6486SMichael S. TsirkinF: hw/i386/
934046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
935046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
936046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
937046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
938046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
939046a6486SMichael S. TsirkinF: hw/isa/piix4.c
940046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
941046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
942046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
943046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
944046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
945f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9469cc3b73cSPaolo BonziniF: hw/misc/sga.c
9479cc3b73cSPaolo Bonzini
9489cc3b73cSPaolo BonziniPC Chipset
9499cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9509cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9511732be86SPhilippe Mathieu-DaudéS: Supported
9529cc3b73cSPaolo BonziniF: hw/char/debugcon.c
953bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9549cc3b73cSPaolo BonziniF: hw/char/serial*
9559cc3b73cSPaolo BonziniF: hw/dma/i8257*
9569cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9571732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9589cc3b73cSPaolo BonziniF: hw/intc/apic*
9599cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9609cc3b73cSPaolo BonziniF: hw/intc/i8259*
9611854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9629cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
9639cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
9649cc3b73cSPaolo BonziniF: hw/timer/hpet*
9659cc3b73cSPaolo BonziniF: hw/timer/i8254*
9669cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
967edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
968866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
969bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
97055f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
971a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
97247973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
9731854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
974a2feb348SThomas HuthF: include/hw/timer/hpet.h
975a2feb348SThomas HuthF: include/hw/timer/i8254*
976a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
977046a6486SMichael S. Tsirkin
9785da4fb00SMichael S. TsirkinMachine core
9795da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
980fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
9815da4fb00SMichael S. TsirkinS: Supported
9825da4fb00SMichael S. TsirkinF: hw/core/machine.c
983c1629c5cSThomas HuthF: hw/core/null-machine.c
9845da4fb00SMichael S. TsirkinF: include/hw/boards.h
985e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
986fd5d5c56SAnthony Liguori
98716e7caaeSMax FilippovXtensa Machines
98816e7caaeSMax Filippov---------------
989375847a6SMax Filippovsim
99016e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
99116e7caaeSMax FilippovS: Maintained
992437a8c11SMax FilippovF: hw/xtensa/sim.c
993375847a6SMax Filippov
994437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
995375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
996375847a6SMax FilippovS: Maintained
997437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
998437a8c11SMax FilippovF: hw/net/opencores_eth.c
99916e7caaeSMax Filippov
1000fd5d5c56SAnthony LiguoriDevices
1001fd5d5c56SAnthony Liguori-------
1002b30934cbSJiri SlabyEDU
1003b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1004b30934cbSJiri SlabyS: Maintained
1005b30934cbSJiri SlabyF: hw/misc/edu.c
1006b30934cbSJiri Slaby
1007fd5d5c56SAnthony LiguoriIDE
1008c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1009c095348bSJohn SnowL: qemu-block@nongnu.org
1010c095348bSJohn SnowS: Supported
10118d8b636dSPaolo BonziniF: include/hw/ide.h
1012c9f7acd5SThomas HuthF: include/hw/ide/
1013fd5d5c56SAnthony LiguoriF: hw/ide/
1014c095348bSJohn SnowF: hw/block/block.c
1015c095348bSJohn SnowF: hw/block/cdrom.c
1016c095348bSJohn SnowF: hw/block/hd-geometry.c
1017c095348bSJohn SnowF: tests/ide-test.c
1018c095348bSJohn SnowF: tests/ahci-test.c
1019edc35b3dSThomas HuthF: tests/cdrom-test.c
1020aee50319SJohn SnowF: tests/libqos/ahci*
1021c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1022c095348bSJohn Snow
1023caf316baSCorey MinyardIPMI
1024caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1025caf316baSCorey MinyardS: Maintained
1026caf316baSCorey MinyardF: include/hw/ipmi/*
1027caf316baSCorey MinyardF: hw/ipmi/*
1028caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1029caf316baSCorey MinyardF: tests/ipmi*
1030caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1031caf316baSCorey Minyard
1032c095348bSJohn SnowFloppy
1033c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1034c095348bSJohn SnowL: qemu-block@nongnu.org
1035c095348bSJohn SnowS: Supported
1036c095348bSJohn SnowF: hw/block/fdc.c
1037c095348bSJohn SnowF: include/hw/block/fdc.h
1038aee50319SJohn SnowF: tests/fdc-test.c
1039c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1040fd5d5c56SAnthony Liguori
1041f5f487b2SPeter MaydellOMAP
1042f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1043f5f487b2SPeter MaydellS: Maintained
10448d8b636dSPaolo BonziniF: hw/*/omap*
1045ed0db866SThomas HuthF: include/hw/arm/omap.h
1046f5f487b2SPeter Maydell
104728d54e58SPaolo BonziniIPack
104828d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
104928d54e58SPaolo BonziniS: Odd Fixes
105028d54e58SPaolo BonziniF: hw/char/ipoctal232.c
105128d54e58SPaolo BonziniF: hw/ipack/
105228d54e58SPaolo Bonzini
1053fd5d5c56SAnthony LiguoriPCI
1054fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1055fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1056fd5d5c56SAnthony LiguoriS: Supported
10578d8b636dSPaolo BonziniF: include/hw/pci/*
1058f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1059ca818cfbSMichael S. TsirkinF: hw/pci/*
1060f178bc6bSPaolo BonziniF: hw/pci-bridge/*
106168179923SPhilippe Mathieu-DaudéF: docs/pci*
106268179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1063534fd814SFam ZhengF: default-configs/pci.mak
10640e0b3592SMichael S. Tsirkin
1065d31e5ae7SMichael S. TsirkinACPI/SMBIOS
10660e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
10670e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
10680e0b3592SMichael S. TsirkinS: Supported
10690e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1070d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
10710e0b3592SMichael S. TsirkinF: hw/mem/*
10728d8b636dSPaolo BonziniF: hw/acpi/*
1073d31e5ae7SMichael S. TsirkinF: hw/smbios/*
10740e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
10750e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
10763248f1b4SBen WarrenF: tests/bios-tables-test.c
10773248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1078fd5d5c56SAnthony Liguori
1079aaade8d7SAndreas Färberppc4xx
1080aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1081aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1082aaade8d7SAndreas FärberS: Odd Fixes
10838d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1084aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1085b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1086aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1087aaade8d7SAndreas Färber
108898cded3aSAndreas Färberppce500
108998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
109098cded3aSAndreas FärberL: qemu-ppc@nongnu.org
109198cded3aSAndreas FärberS: Supported
10926e481d57SPeter MaydellF: hw/ppc/e500*
1093566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1094566dd236SPaolo BonziniF: hw/net/fsl_etsec/
109598cded3aSAndreas Färber
109661af0ee6SPaolo BonziniCharacter devices
109761af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
109861af0ee6SPaolo BonziniS: Odd Fixes
109961af0ee6SPaolo BonziniF: hw/char/
110061af0ee6SPaolo Bonzini
1101f536f112SPaolo BonziniNetwork devices
1102f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1103f536f112SPaolo BonziniS: Odd Fixes
1104f536f112SPaolo BonziniF: hw/net/
11056061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11066bd7776cSGreg KurzF: tests/virtio-net-test.c
1107f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1108f536f112SPaolo Bonzini
1109fd5d5c56SAnthony LiguoriSCSI
1110de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1111c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1112de7724f7SPaolo BonziniS: Supported
111374460f34SThomas HuthF: include/hw/scsi/*
11148d8b636dSPaolo BonziniF: hw/scsi/*
11156bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11161ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1117de7724f7SPaolo Bonzini
1118fcb5629dSPeter A. G. CrosthwaiteSSI
11194b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1120c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1121fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11228d8b636dSPaolo BonziniF: hw/ssi/*
11238d8b636dSPaolo BonziniF: hw/block/m25p80.c
1124982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11254b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1126982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11274b46ba61SAlistair Francis
11284b46ba61SAlistair FrancisXilinx SPI
1129c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11304b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11314b46ba61SAlistair FrancisS: Maintained
11324b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1133fcb5629dSPeter A. G. Crosthwaite
1134076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1135076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1136076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1137076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1138076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1139076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1140076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1141076a0fc3SPhilippe Mathieu-Daudé
1142fd5d5c56SAnthony LiguoriUSB
11435d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11445d0d62feSGerd HoffmannS: Maintained
11458d8b636dSPaolo BonziniF: hw/usb/*
114628edfce0SGongleiF: tests/usb-*-test.c
1147beded0ffSThomas HuthF: docs/usb2.txt
1148beded0ffSThomas HuthF: docs/usb-storage.txt
1149beded0ffSThomas HuthF: include/hw/usb.h
1150beded0ffSThomas HuthF: include/hw/usb/
1151104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1152fd5d5c56SAnthony Liguori
1153e26082fdSPaolo BonziniUSB (serial adapter)
1154e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1155e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1156e26082fdSPaolo BonziniS: Maintained
1157e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1158e26082fdSPaolo Bonzini
115992e1fb5eSAlex WilliamsonVFIO
116092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
116192e1fb5eSAlex WilliamsonS: Supported
1162cf7087dbSKim PhillipsF: hw/vfio/*
116399b88c6dSThomas HuthF: include/hw/vfio/
116492e1fb5eSAlex Williamson
11655eb74557SDong Jia Shivfio-ccw
1166c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
11675eb74557SDong Jia ShiS: Supported
11685eb74557SDong Jia ShiF: hw/vfio/ccw.c
11695eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
11705eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
11715eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1172146bd283SCornelia HuckL: qemu-s390x@nongnu.org
11735eb74557SDong Jia Shi
1174fd5d5c56SAnthony Liguorivhost
1175fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1176fd5d5c56SAnthony LiguoriS: Supported
11778d8b636dSPaolo BonziniF: hw/*/*vhost*
117837f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1179fd5d5c56SAnthony Liguori
1180fd5d5c56SAnthony Liguorivirtio
1181a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1182fd5d5c56SAnthony LiguoriS: Supported
11838d8b636dSPaolo BonziniF: hw/*/virtio*
118472fa605dSThomas HuthF: hw/virtio/Makefile.objs
118572fa605dSThomas HuthF: hw/virtio/trace-events
11866a084ea3SMichael S. TsirkinF: net/vhost-user.c
1187494f7b57SThomas HuthF: include/hw/virtio/
11886bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1189fd5d5c56SAnthony Liguori
1190fd5d5c56SAnthony Liguorivirtio-9p
11918c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1192fd5d5c56SAnthony LiguoriS: Supported
1193aebeca25SAndreas FärberF: hw/9pfs/
1194aebeca25SAndreas FärberF: fsdev/
11952d888c09SAndreas FärberF: tests/virtio-9p-test.c
11968c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1197fd5d5c56SAnthony Liguori
1198fd5d5c56SAnthony Liguorivirtio-blk
119954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1200b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1201fd5d5c56SAnthony LiguoriS: Supported
12028d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1203b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12046bd7776cSGreg KurzF: tests/virtio-blk-test.c
1205b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1206fd5d5c56SAnthony Liguori
1207dd4ad64aSCornelia Huckvirtio-ccw
1208c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1209b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1210dd4ad64aSCornelia HuckS: Supported
1211dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc]
12123e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12133e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1214146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1215dd4ad64aSCornelia Huck
1216a5d4d7b5SGerd Hoffmannvirtio-input
1217a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1218a5d4d7b5SGerd HoffmannS: Maintained
1219a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1220a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1221a5d4d7b5SGerd Hoffmann
1222fd5d5c56SAnthony Liguorivirtio-serial
1223cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1224fd5d5c56SAnthony LiguoriS: Supported
12258d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12268d8b636dSPaolo BonziniF: hw/char/virtio-console.c
122768a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12286bd7776cSGreg KurzF: tests/virtio-console-test.c
12296bd7776cSGreg KurzF: tests/virtio-serial-test.c
1230fd5d5c56SAnthony Liguori
12311f51a5cbSAmit Shahvirtio-rng
1232cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12331f51a5cbSAmit ShahS: Supported
12341f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12351f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1236750cf869SThomas HuthF: include/sysemu/rng*.h
12371f51a5cbSAmit ShahF: backends/rng*.c
12386bd7776cSGreg KurzF: tests/virtio-rng-test.c
12391f51a5cbSAmit Shah
12406034011cSGongleivirtio-crypto
12416034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12426034011cSGongleiS: Supported
12436034011cSGongleiF: hw/virtio/virtio-crypto.c
12446034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12456034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12466034011cSGonglei
1247f3c507adSKeith Buschnvme
1248f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1249c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1250f3c507adSKeith BuschS: Supported
1251f3c507adSKeith BuschF: hw/block/nvme*
1252fc967791SAndreas FärberF: tests/nvme-test.c
1253f3c507adSKeith Busch
1254d383c625SHannes Reineckemegasas
12553fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1256c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1257d383c625SHannes ReineckeS: Supported
1258d383c625SHannes ReineckeF: hw/scsi/megasas.c
1259d383c625SHannes ReineckeF: hw/scsi/mfi.h
12603fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1261d383c625SHannes Reinecke
1262605d52e6SDmitry FleytmanNetwork packet abstractions
1263bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1264605d52e6SDmitry FleytmanS: Maintained
1265605d52e6SDmitry FleytmanF: include/net/eth.h
1266605d52e6SDmitry FleytmanF: net/eth.c
1267605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1268605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1269605d52e6SDmitry Fleytman
1270622fb504SDmitry FleytmanVmware
1271bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1272622fb504SDmitry FleytmanS: Maintained
1273622fb504SDmitry FleytmanF: hw/net/vmxnet*
1274622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
12755a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1276622fb504SDmitry Fleytman
1277de24d3f1SScott FeldmanRocker
1278de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1279de24d3f1SScott FeldmanS: Maintained
1280de24d3f1SScott FeldmanF: hw/net/rocker/
1281de850948SThomas HuthF: tests/rocker/
1282de850948SThomas HuthF: docs/specs/rocker.txt
1283de24d3f1SScott Feldman
128470d1fb9cSXiao GuangrongNVDIMM
12857a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
128670d1fb9cSXiao GuangrongS: Maintained
128770d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
128870d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
128970d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
129070d1fb9cSXiao Guangrong
1291093454e2SDmitry Fleytmane1000x
1292bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1293093454e2SDmitry FleytmanS: Maintained
1294093454e2SDmitry FleytmanF: hw/net/e1000x*
1295093454e2SDmitry Fleytman
12966f3fbe4eSDmitry Fleytmane1000e
1297bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
12986f3fbe4eSDmitry FleytmanS: Maintained
12996f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13006f3fbe4eSDmitry Fleytman
1301ebc2327fSStefan Weileepro100
1302ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1303ebc2327fSStefan WeilS: Maintained
1304ebc2327fSStefan WeilF: hw/net/eepro100.c
1305ebc2327fSStefan Weil
1306e481a1f6SAlistair FrancisGeneric Loader
1307c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1308e481a1f6SAlistair FrancisS: Maintained
1309e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1310e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1311c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1312e481a1f6SAlistair Francis
131387a9023aSThomas HuthCHRP NVRAM
131487a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
131587a9023aSThomas HuthS: Maintained
131687a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
131787a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
131887a9023aSThomas HuthF: tests/prom-env-test.c
131987a9023aSThomas Huth
132042697d88SBen WarrenVM Generation ID
132142697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
132242697d88SBen WarrenS: Maintained
132342697d88SBen WarrenF: hw/acpi/vmgenid.c
132442697d88SBen WarrenF: include/hw/acpi/vmgenid.h
132542697d88SBen WarrenF: docs/specs/vmgenid.txt
132642697d88SBen WarrenF: tests/vmgenid-test.c
132742697d88SBen WarrenF: stubs/vmgenid.c
132842697d88SBen Warren
1329747969dbSPhilippe Mathieu-DaudéUnimplemented device
1330747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1331747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1332747969dbSPhilippe Mathieu-DaudéS: Maintained
1333747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1334747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1335747969dbSPhilippe Mathieu-Daudé
1336dbb2e472SGerd HoffmannStandard VGA
1337dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1338dbb2e472SGerd HoffmannS: Maintained
1339dbb2e472SGerd HoffmannF: hw/display/vga*
1340dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1341dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1342dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1343dbb2e472SGerd Hoffmann
134458d632c7SGerd Hoffmannramfb
134558d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
134658d632c7SGerd HoffmannS: Maintained
134758d632c7SGerd HoffmannF: hw/display/ramfb*.c
134858d632c7SGerd HoffmannF: include/hw/display/ramfb.h
134958d632c7SGerd Hoffmann
1350dbb2e472SGerd Hoffmannvirtio-gpu
1351dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1352dbb2e472SGerd HoffmannS: Maintained
1353dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1354dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1355dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1356dbb2e472SGerd Hoffmann
1357dbb2e472SGerd HoffmannCirrus VGA
1358dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1359dbb2e472SGerd HoffmannS: Odd Fixes
1360dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1361dbb2e472SGerd HoffmannF: hw/display/cirrus*
1362dbb2e472SGerd Hoffmann
1363fd5d5c56SAnthony LiguoriSubsystems
1364fd5d5c56SAnthony Liguori----------
1365fd5d5c56SAnthony LiguoriAudio
13669f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1367fd5d5c56SAnthony LiguoriS: Maintained
1368fd5d5c56SAnthony LiguoriF: audio/
13698d8b636dSPaolo BonziniF: hw/audio/
1370a2b245aeSThomas HuthF: include/hw/audio/
1371d7b50c0cSAndreas FärberF: tests/ac97-test.c
13728fa74c94SAndreas FärberF: tests/es1370-test.c
1373fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1374fd5d5c56SAnthony Liguori
137517f1e8f5SStefan HajnocziBlock layer core
1376fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1377c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1378c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1379fd5d5c56SAnthony LiguoriS: Supported
1380fd5d5c56SAnthony LiguoriF: block*
1381fd5d5c56SAnthony LiguoriF: block/
13828d8b636dSPaolo BonziniF: hw/block/
13834c346e0bSKevin WolfF: include/block/
138446078760SKevin WolfF: qemu-img*
138546078760SKevin WolfF: qemu-io*
138629242091SKevin WolfF: tests/qemu-iotests/
13878dd30c86SMax ReitzF: util/qemu-progress.c
13880bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
13890bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c
1390d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1391fd5d5c56SAnthony Liguori
1392d55053b1SStefan HajnocziBlock I/O path
1393d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
13949ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1395d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1396d55053b1SStefan HajnocziS: Supported
139736c697bdSPaolo BonziniF: util/async.c
139836c697bdSPaolo BonziniF: util/aio-*.c
1399d55053b1SStefan HajnocziF: block/io.c
1400d55053b1SStefan HajnocziF: migration/block*
1401e1029ae2SFam ZhengF: include/block/aio.h
1402f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14030a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1404d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1405d55053b1SStefan Hajnoczi
1406e5b5728cSPaolo BonziniBlock SCSI subsystem
1407e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1408c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1409e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1410e5b5728cSPaolo BonziniS: Supported
1411e5b5728cSPaolo BonziniF: include/scsi/*
1412e5b5728cSPaolo BonziniF: scsi/*
1413e5b5728cSPaolo Bonzini
1414280458a3SJeff CodyBlock Jobs
1415280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1416280458a3SJeff CodyL: qemu-block@nongnu.org
1417280458a3SJeff CodyS: Supported
1418280458a3SJeff CodyF: blockjob.c
1419280458a3SJeff CodyF: include/block/blockjob.h
142033e9e9bdSKevin WolfF: job.c
14211a90bc81SKevin WolfF: job-qmp.c
142233e9e9bdSKevin WolfF: include/block/job.h
1423280458a3SJeff CodyF: block/backup.c
1424280458a3SJeff CodyF: block/commit.c
142577346025SJeff CodyF: block/stream.c
1426280458a3SJeff CodyF: block/mirror.c
1427bf42508fSKevin WolfF: qapi/job.json
1428280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1429280458a3SJeff Cody
14304120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14314120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14324120201dSMarkus ArmbrusterS: Supported
14334120201dSMarkus ArmbrusterF: blockdev.c
14344120201dSMarkus ArmbrusterF: block/qapi.c
14354120201dSMarkus ArmbrusterF: qapi/block*.json
1436fa988e39SMarkus ArmbrusterF: qapi/transaction.json
14374120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
14384120201dSMarkus Armbruster
1439538193bcSJohn SnowDirty Bitmaps
1440538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1441538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1442538193bcSJohn SnowL: qemu-block@nongnu.org
1443538193bcSJohn SnowS: Supported
1444538193bcSJohn SnowF: util/hbitmap.c
1445538193bcSJohn SnowF: block/dirty-bitmap.c
1446538193bcSJohn SnowF: include/qemu/hbitmap.h
1447538193bcSJohn SnowF: include/block/dirty-bitmap.h
1448538193bcSJohn SnowF: tests/test-hbitmap.c
14495746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1450538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1451538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1452538193bcSJohn Snow
145361af0ee6SPaolo BonziniCharacter device backends
1454da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
145555fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1456fd5d5c56SAnthony LiguoriS: Maintained
1457178fe0aeSMarc-André LureauF: chardev/
14588228e353SMarc-André LureauF: include/chardev/
1459dbeee392SMarkus ArmbrusterF: qapi/char.json
1460fd5d5c56SAnthony Liguori
1461e26082fdSPaolo BonziniCharacter Devices (Braille)
1462e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1463e26082fdSPaolo BonziniS: Maintained
14646b10e573SMarc-André LureauF: chardev/baum.c
1465fd5d5c56SAnthony Liguori
1466e94630d3SMarkus ArmbrusterCommand line option argument parsing
1467e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1468e94630d3SMarkus ArmbrusterS: Supported
1469e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1470e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1471e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1472e94630d3SMarkus ArmbrusterF: util/keyval.c
1473e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1474e94630d3SMarkus Armbruster
14758c413e79SMarkus ArmbrusterCoverity model
14768c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14778c413e79SMarkus ArmbrusterS: Supported
14788c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
14798c413e79SMarkus Armbruster
1480f2ca0524SAndreas FärberCPU
148112b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1482f2ca0524SAndreas FärberS: Supported
1483f2ca0524SAndreas FärberF: qom/cpu.c
14846e481d57SPeter MaydellF: include/qom/cpu.h
1485f2ca0524SAndreas Färber
1486d24b569aSPeter A. G. CrosthwaiteDevice Tree
14874b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1488d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1489d24b569aSPeter A. G. CrosthwaiteS: Maintained
149082407515SThomas HuthF: device_tree.c
149182407515SThomas HuthF: include/sysemu/device_tree.h
1492d24b569aSPeter A. G. Crosthwaite
14933505a22bSMarc-André LureauDump
14943505a22bSMarc-André LureauS: Supported
14953505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
14963505a22bSMarc-André LureauF: dump.c
14973505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
14983505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
14993505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15003505a22bSMarc-André LureauF: include/sysemu/dump.h
15013505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15023505a22bSMarc-André LureauF: stubs/dump.c
15033505a22bSMarc-André Lureau
15044f966768SMarkus ArmbrusterError reporting
15054f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15064f966768SMarkus ArmbrusterS: Supported
15074f966768SMarkus ArmbrusterF: include/qapi/error.h
15084f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15094f966768SMarkus ArmbrusterF: util/error.c
15104f966768SMarkus ArmbrusterF: util/qemu-error.c
15114f966768SMarkus Armbruster
1512fd5d5c56SAnthony LiguoriGDB stub
15135dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1514fd5d5c56SAnthony LiguoriS: Odd Fixes
1515fd5d5c56SAnthony LiguoriF: gdbstub*
1516fd5d5c56SAnthony LiguoriF: gdb-xml/
1517fd5d5c56SAnthony Liguori
151801a9c03cSPaolo BonziniMemory API
151901a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
152001a9c03cSPaolo BonziniS: Supported
152101a9c03cSPaolo BonziniF: include/exec/ioport.h
152201a9c03cSPaolo BonziniF: ioport.c
152301a9c03cSPaolo BonziniF: include/exec/memory.h
15242b1641d0SPaolo BonziniF: include/exec/ram_addr.h
152501a9c03cSPaolo BonziniF: memory.c
152601a9c03cSPaolo BonziniF: include/exec/memory-internal.h
152701a9c03cSPaolo BonziniF: exec.c
152801a9c03cSPaolo Bonzini
15297ee3bf03SGerd HoffmannSPICE
15307ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15317ee3bf03SGerd HoffmannS: Supported
15326e481d57SPeter MaydellF: include/ui/qemu-spice.h
1533438528a3SThomas HuthF: include/ui/spice-display.h
15347ee3bf03SGerd HoffmannF: ui/spice-*.c
15357ee3bf03SGerd HoffmannF: audio/spiceaudio.c
15368d8b636dSPaolo BonziniF: hw/display/qxl*
1537608cfed6SMarkus ArmbrusterF: qapi/ui.json
15387ee3bf03SGerd Hoffmann
1539fd5d5c56SAnthony LiguoriGraphics
154025eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
154125eccc37SGerd HoffmannS: Odd Fixes
1542fd5d5c56SAnthony LiguoriF: ui/
1543e220656cSThomas HuthF: include/ui/
1544608cfed6SMarkus ArmbrusterF: qapi/ui.json
1545fd5d5c56SAnthony Liguori
1546351f1bf6SAndreas FärberCocoa graphics
154730ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1548351f1bf6SAndreas FärberS: Odd Fixes
1549351f1bf6SAndreas FärberF: ui/cocoa.m
1550351f1bf6SAndreas Färber
1551fd5d5c56SAnthony LiguoriMain loop
1552da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1553da26f37aSPaolo BonziniS: Maintained
1554da26f37aSPaolo BonziniF: cpus.c
15553ecb29a3SPaolo BonziniF: util/main-loop.c
15563ecb29a3SPaolo BonziniF: util/qemu-timer.c
1557fd5d5c56SAnthony LiguoriF: vl.c
15580e201d34SMarkus ArmbrusterF: qapi/run-state.json
1559fd5d5c56SAnthony Liguori
15608899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1561c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1562fbb0621aSLuiz CapitulinoS: Maintained
1563fd5d5c56SAnthony LiguoriF: monitor.c
1564c13e9912SThomas HuthF: hmp.[ch]
1565c13e9912SThomas HuthF: hmp-commands*.hx
1566c13e9912SThomas HuthF: include/monitor/hmp-target.h
1567bbcee372SThomas HuthF: tests/test-hmp.c
1568fd5d5c56SAnthony Liguori
1569f536f112SPaolo BonziniNetwork device backends
1570442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1571fd5d5c56SAnthony LiguoriS: Maintained
1572fd5d5c56SAnthony LiguoriF: net/
1573d24b2b1cSThomas HuthF: include/net/
15745fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
15753c0bd37dSMarkus ArmbrusterF: qapi/net.json
1576fd5d5c56SAnthony Liguori
1577aee09bafSVincenzo MaffioneNetmap network backend
1578aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1579aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1580aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1581aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1582aee09bafSVincenzo MaffioneS: Maintained
1583aee09bafSVincenzo MaffioneF: net/netmap.c
1584aee09bafSVincenzo Maffione
15852f54eb98SEduardo HabkostNUMA
15862f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15872f54eb98SEduardo HabkostS: Maintained
15882f54eb98SEduardo HabkostF: numa.c
15892f54eb98SEduardo HabkostF: include/sysemu/numa.h
1590e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15912f54eb98SEduardo Habkost
15924fc264f4SEduardo HabkostHost Memory Backends
15934fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
15944fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
15954fc264f4SEduardo HabkostS: Maintained
15964fc264f4SEduardo HabkostF: backends/hostmem*.c
15974fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1598e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
15994fc264f4SEduardo Habkost
16006034011cSGongleiCryptodev Backends
16016034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16026034011cSGongleiS: Maintained
16036034011cSGongleiF: include/sysemu/cryptodev*.h
16046034011cSGongleiF: backends/cryptodev*.c
16056034011cSGonglei
1606ad904f66SEduardo HabkostPython scripts
1607ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1608ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1609ad904f66SEduardo HabkostS: Odd fixes
1610ad904f66SEduardo HabkostF: scripts/qmp/*
1611ad904f66SEduardo HabkostF: scripts/*.py
1612ad904f66SEduardo HabkostF: tests/*.py
1613ad904f66SEduardo Habkost
16148899b4aeSLuiz CapitulinoQAPI
16159740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16168899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16179740618cSLuiz CapitulinoS: Supported
16188899b4aeSLuiz CapitulinoF: qapi/
16190311c5bdSMarkus ArmbrusterX: qapi/*.json
1620ac4abb9aSMarkus ArmbrusterF: include/qapi/
1621ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1622ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1623c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1624ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1625e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1626ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1627e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
16280311c5bdSMarkus ArmbrusterF: scripts/qapi*
1629c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16309740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16318899b4aeSLuiz Capitulino
16327810d291SLuiz CapitulinoQAPI Schema
16337810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
16347810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16357810d291SLuiz CapitulinoS: Supported
16367810d291SLuiz CapitulinoF: qapi-schema.json
16370311c5bdSMarkus ArmbrusterF: qapi/*.json
16389740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16397810d291SLuiz Capitulino
1640f3582ba4SLuiz CapitulinoQObject
1641daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1642daf5dc78SMarkus ArmbrusterS: Supported
1643f3582ba4SLuiz CapitulinoF: qobject/
16447735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
16457735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1646a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
16477735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
164801b2ffceSMarc-André LureauF: tests/check-qnum.c
16497735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
16507735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
16517735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1652daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1653f3582ba4SLuiz Capitulino
1654f05d9999SMichael RothQEMU Guest Agent
1655f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1656f05d9999SMichael RothS: Maintained
1657f05d9999SMichael RothF: qga/
1658ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1659ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1660ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1661ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1662f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1663f05d9999SMichael Roth
16644688c94cSAndreas FärberQOM
16654688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
16664688c94cSAndreas FärberS: Supported
16674688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
16684688c94cSAndreas FärberF: include/qom/
16694688c94cSAndreas FärberX: include/qom/cpu.h
16704688c94cSAndreas FärberF: qom/
16714688c94cSAndreas FärberX: qom/cpu.c
16729f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
16739f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
16744688c94cSAndreas FärberF: tests/qom-test.c
16754688c94cSAndreas Färber
16768899b4aeSLuiz CapitulinoQMP
16779740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16789740618cSLuiz CapitulinoS: Supported
16798899b4aeSLuiz CapitulinoF: qmp.c
16808899b4aeSLuiz CapitulinoF: monitor.c
1681c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
16829740618cSLuiz CapitulinoF: scripts/qmp/
1683f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
16849740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16858899b4aeSLuiz Capitulino
1686cc0100f4SAlistair FrancisRegister API
1687c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1688cc0100f4SAlistair FrancisS: Maintained
1689cc0100f4SAlistair FrancisF: hw/core/register.c
1690cc0100f4SAlistair FrancisF: include/hw/register.h
169106a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1692cc0100f4SAlistair Francis
1693fd5d5c56SAnthony LiguoriSLIRP
1694eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1695bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1696bafc72abSJan KiszkaS: Maintained
1697fd5d5c56SAnthony LiguoriF: slirp/
1698663fb1e1SThomas HuthF: net/slirp.c
1699d24b2b1cSThomas HuthF: include/net/slirp.h
170002cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17011ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1702fd5d5c56SAnthony Liguori
1703b1ed728aSPaolo BonziniStubs
1704b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1705b1ed728aSPaolo BonziniS: Maintained
1706b1ed728aSPaolo BonziniF: stubs/
1707b1ed728aSPaolo Bonzini
1708598a3f35SStefan HajnocziTracing
17091cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1710598a3f35SStefan HajnocziS: Maintained
1711598a3f35SStefan HajnocziF: trace/
17120e076292SThomas HuthF: trace-events
17130e076292SThomas HuthF: qemu-option-trace.texi
1714f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1715f70fd8fdSLluís VilanovaF: scripts/tracetool/
1716c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17171ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1718598a3f35SStefan Hajnoczi
17193859b6cfSMarkus ArmbrusterTPM
17206b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17216b4f250bSStefan BergerS: Maintained
17223859b6cfSMarkus ArmbrusterF: tpm.c
1723c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17243859b6cfSMarkus ArmbrusterF: hw/tpm/*
17253859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
17263859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
17273859b6cfSMarkus ArmbrusterF: qapi/tpm.json
17286b4f250bSStefan BergerF: backends/tpm.c
1729adb0e917SStefan BergerF: tests/*tpm*
1730d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
17313859b6cfSMarkus Armbruster
173214f40fdcSBlue SwirlCheckpatch
173314f40fdcSBlue SwirlS: Odd Fixes
173414f40fdcSBlue SwirlF: scripts/checkpatch.pl
173514f40fdcSBlue Swirl
1736c0787c8dSJuan QuintelaMigration
1737c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1738d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1739c0787c8dSJuan QuintelaS: Maintained
1740c0787c8dSJuan QuintelaF: include/migration/
174144a1f946SDr. David Alan GilbertF: migration/
1742c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1743c5515640SAmit ShahF: tests/vmstate-static-checker-data/
17442656bfd9SJuan QuintelaF: tests/migration-test.c
1745c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt
174648685a8eSMarkus ArmbrusterF: qapi/migration.json
1747c0787c8dSJuan Quintela
174892bfedb0SEduardo OtuboSeccomp
1749064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
175092bfedb0SEduardo OtuboS: Supported
175192bfedb0SEduardo OtuboF: qemu-seccomp.c
175292bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
175392bfedb0SEduardo Otubo
1754ddbb0d09SDaniel P. BerrangeCryptography
1755ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1756ddbb0d09SDaniel P. BerrangeS: Maintained
1757ddbb0d09SDaniel P. BerrangeF: crypto/
1758ddbb0d09SDaniel P. BerrangeF: include/crypto/
1759ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
17603947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1761899833cdSDaniel P. BerrangeF: qemu.sasl
1762ddbb0d09SDaniel P. Berrange
176310817bf0SDaniel P. BerrangeCoroutines
176410817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
176510817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
176610817bf0SDaniel P. BerrangeF: util/*coroutine*
176710817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
176810817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
176910817bf0SDaniel P. Berrange
177088c5f205SDaniel P. BerrangeBuffers
177188c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
177288c5f205SDaniel P. BerrangeS: Odd fixes
177388c5f205SDaniel P. BerrangeF: util/buffer.c
177488c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
177588c5f205SDaniel P. Berrange
1776666a3af9SDaniel P. BerrangeI/O Channels
1777666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1778666a3af9SDaniel P. BerrangeS: Maintained
1779666a3af9SDaniel P. BerrangeF: io/
1780666a3af9SDaniel P. BerrangeF: include/io/
1781666a3af9SDaniel P. BerrangeF: tests/test-io-*
1782666a3af9SDaniel P. Berrange
17835614a283SGerd HoffmannSockets
17845614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
17855614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
17865614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
17875614a283SGerd HoffmannS: Maintained
17885614a283SGerd HoffmannF: include/qemu/sockets.h
17895614a283SGerd HoffmannF: util/qemu-sockets.c
1790a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
17915614a283SGerd Hoffmann
1792d310d85bSAlberto GarciaThrottling infrastructure
1793d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1794d310d85bSAlberto GarciaS: Supported
1795d310d85bSAlberto GarciaF: block/throttle-groups.c
1796d310d85bSAlberto GarciaF: include/block/throttle-groups.h
179789603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1798d310d85bSAlberto GarciaF: util/throttle.c
179989603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
180089603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1801d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1802d310d85bSAlberto Garcia
1803080d7aacSFam ZhengUUID
1804080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1805080d7aacSFam ZhengS: Supported
1806080d7aacSFam ZhengF: util/uuid.c
1807080d7aacSFam ZhengF: include/qemu/uuid.h
1808080d7aacSFam ZhengF: tests/test-uuid.c
1809080d7aacSFam Zheng
1810a4cc318eSzhanghailiangCOLO Framework
1811a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1812a4cc318eSzhanghailiangS: Maintained
1813a4cc318eSzhanghailiangF: migration/colo*
1814a4cc318eSzhanghailiangF: include/migration/colo.h
1815a4cc318eSzhanghailiangF: include/migration/failover.h
1816a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1817a4cc318eSzhanghailiang
181888f82ed1SZhang ChenCOLO Proxy
1819b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
182088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
182188f82ed1SZhang ChenS: Supported
182288f82ed1SZhang ChenF: docs/colo-proxy.txt
182388f82ed1SZhang ChenF: net/colo*
182488f82ed1SZhang ChenF: net/filter-rewriter.c
182588f82ed1SZhang ChenF: net/filter-mirror.c
182688f82ed1SZhang Chen
182762258201SPavel DovgalyukRecord/replay
182862258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
182962258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
183070b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
183162258201SPavel DovgalyukS: Supported
183262258201SPavel DovgalyukF: replay/*
183362258201SPavel DovgalyukF: block/blkreplay.c
183462258201SPavel DovgalyukF: net/filter-replay.c
183562258201SPavel DovgalyukF: include/sysemu/replay.h
183662258201SPavel DovgalyukF: docs/replay.txt
183762258201SPavel DovgalyukF: stubs/replay.c
183862258201SPavel Dovgalyuk
1839eecf5eedSPeter XuIOVA Tree
1840eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1841eecf5eedSPeter XuS: Maintained
1842eecf5eedSPeter XuF: include/qemu/iova-tree.h
1843eecf5eedSPeter XuF: util/iova-tree.c
1844eecf5eedSPeter Xu
1845fd5d5c56SAnthony LiguoriUsermode Emulation
1846fd5d5c56SAnthony Liguori------------------
1847486bbe5fSPaolo BonziniOverall
1848486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1849486bbe5fSPaolo BonziniS: Maintained
1850486bbe5fSPaolo BonziniF: thunk.c
185158410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1852486bbe5fSPaolo Bonzini
1853fd5d5c56SAnthony LiguoriBSD user
1854297e8005SMarkus ArmbrusterS: Orphan
1855fd5d5c56SAnthony LiguoriF: bsd-user/
1856ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1857fd5d5c56SAnthony Liguori
1858fd5d5c56SAnthony LiguoriLinux user
1859fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1860ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1861fd5d5c56SAnthony LiguoriS: Maintained
1862fd5d5c56SAnthony LiguoriF: linux-user/
1863ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1864e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
186542f5a7e9SAurelien Jarno
186642f5a7e9SAurelien JarnoTiny Code Generator (TCG)
186742f5a7e9SAurelien Jarno-------------------------
186842f5a7e9SAurelien JarnoCommon code
1869cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
187042f5a7e9SAurelien JarnoS: Maintained
187142f5a7e9SAurelien JarnoF: tcg/
187242f5a7e9SAurelien Jarno
1873b25a464cSClaudio FontanaAArch64 target
1874b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1875b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1876b25a464cSClaudio FontanaS: Maintained
1877b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1878b25a464cSClaudio FontanaF: tcg/aarch64/
1879c17652eeSPaolo BonziniF: disas/arm-a64.cc
1880c17652eeSPaolo BonziniF: disas/libvixl/
1881b25a464cSClaudio Fontana
188242f5a7e9SAurelien JarnoARM target
188342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
188442f5a7e9SAurelien JarnoS: Maintained
1885b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
188642f5a7e9SAurelien JarnoF: tcg/arm/
1887c17652eeSPaolo BonziniF: disas/arm.c
188842f5a7e9SAurelien Jarno
188942f5a7e9SAurelien Jarnoi386 target
18905dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
189142f5a7e9SAurelien JarnoS: Maintained
189242f5a7e9SAurelien JarnoF: tcg/i386/
1893c17652eeSPaolo BonziniF: disas/i386.c
189442f5a7e9SAurelien Jarno
189542f5a7e9SAurelien JarnoMIPS target
1896d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
189742f5a7e9SAurelien JarnoS: Maintained
189842f5a7e9SAurelien JarnoF: tcg/mips/
1899c17652eeSPaolo BonziniF: disas/mips.c
190042f5a7e9SAurelien Jarno
190142f5a7e9SAurelien JarnoPPC
190215610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
190315610d42SPranith KumarS: Odd Fixes
190442f5a7e9SAurelien JarnoF: tcg/ppc/
1905c17652eeSPaolo BonziniF: disas/ppc.c
190642f5a7e9SAurelien Jarno
190742f5a7e9SAurelien JarnoS390 target
190842f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
190942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
191042f5a7e9SAurelien JarnoS: Maintained
191142f5a7e9SAurelien JarnoF: tcg/s390/
1912c17652eeSPaolo BonziniF: disas/s390.c
1913146bd283SCornelia HuckL: qemu-s390x@nongnu.org
191442f5a7e9SAurelien Jarno
191542f5a7e9SAurelien JarnoSPARC target
1916297e8005SMarkus ArmbrusterS: Odd Fixes
191742f5a7e9SAurelien JarnoF: tcg/sparc/
1918c17652eeSPaolo BonziniF: disas/sparc.c
1919bc75c9e5SStefan Weil
1920bc75c9e5SStefan WeilTCI target
1921bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
1922bc75c9e5SStefan WeilS: Maintained
19238ef9cd55SAndreas FärberF: tcg/tci/
1924752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
1925c17652eeSPaolo BonziniF: disas/tci.c
1926aa09c951SAndreas Färber
1927f05b328cSStefan HajnocziBlock drivers
1928f05b328cSStefan Hajnoczi-------------
1929f05b328cSStefan HajnocziVMDK
1930f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
1931c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1932f05b328cSStefan HajnocziS: Supported
1933f05b328cSStefan HajnocziF: block/vmdk.c
1934f05b328cSStefan Hajnoczi
1935f05b328cSStefan HajnocziRBD
19365a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
1937280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1938280458a3SJeff CodyL: qemu-block@nongnu.org
1939f05b328cSStefan HajnocziS: Supported
1940f05b328cSStefan HajnocziF: block/rbd.c
1941280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1942f05b328cSStefan Hajnoczi
1943f05b328cSStefan HajnocziSheepdog
194453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1945f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
1946280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1947280458a3SJeff CodyL: qemu-block@nongnu.org
1948dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
1949f05b328cSStefan HajnocziS: Supported
1950f05b328cSStefan HajnocziF: block/sheepdog.c
1951280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1952f05b328cSStefan Hajnoczi
1953f05b328cSStefan HajnocziVHDX
1954f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
1955280458a3SJeff CodyL: qemu-block@nongnu.org
1956f05b328cSStefan HajnocziS: Supported
1957f05b328cSStefan HajnocziF: block/vhdx*
1958280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1959f05b328cSStefan Hajnoczi
1960f05b328cSStefan HajnocziVDI
1961f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
1962c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1963f05b328cSStefan HajnocziS: Maintained
1964f05b328cSStefan HajnocziF: block/vdi.c
1965f05b328cSStefan Hajnoczi
1966f05b328cSStefan HajnocziiSCSI
1967f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1968f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
1969f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
1970c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1971f05b328cSStefan HajnocziS: Supported
1972f05b328cSStefan HajnocziF: block/iscsi.c
19732deb63c2SPeter LievenF: block/iscsi-opts.c
1974f05b328cSStefan Hajnoczi
197599c62e70SEric BlakeNetwork Block Device (NBD)
197699c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
197799c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
197899c62e70SEric BlakeL: qemu-block@nongnu.org
197999c62e70SEric BlakeS: Maintained
198099c62e70SEric BlakeF: block/nbd*
198199c62e70SEric BlakeF: nbd/
198299c62e70SEric BlakeF: include/block/nbd*
198399c62e70SEric BlakeF: qemu-nbd.*
198499c62e70SEric BlakeF: blockdev-nbd.c
19853229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
198699c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
198799c62e70SEric Blake
19886542aa9cSPeter LievenNFS
1989280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
19906542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
1991280458a3SJeff CodyL: qemu-block@nongnu.org
19926542aa9cSPeter LievenS: Maintained
19936542aa9cSPeter LievenF: block/nfs.c
1994280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
19956542aa9cSPeter Lieven
1996f05b328cSStefan HajnocziSSH
1997f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
1998280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1999280458a3SJeff CodyL: qemu-block@nongnu.org
2000f05b328cSStefan HajnocziS: Supported
2001f05b328cSStefan HajnocziF: block/ssh.c
2002280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2003c9a12e75SChrysostomos Nanakos
2004280458a3SJeff CodyCURL
2005280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2006280458a3SJeff CodyL: qemu-block@nongnu.org
2007280458a3SJeff CodyS: Supported
2008280458a3SJeff CodyF: block/curl.c
2009280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2010280458a3SJeff Cody
2011280458a3SJeff CodyGLUSTER
2012280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2013280458a3SJeff CodyL: qemu-block@nongnu.org
2014280458a3SJeff CodyS: Supported
2015280458a3SJeff CodyF: block/gluster.c
2016280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2017b5e9476cSGonglei
2018199667a8SFam ZhengNull Block Driver
2019199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2020199667a8SFam ZhengL: qemu-block@nongnu.org
2021199667a8SFam ZhengS: Supported
2022199667a8SFam ZhengF: block/null.c
2023199667a8SFam Zheng
2024bdd6a90aSFam ZhengNVMe Block Driver
2025bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2026bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2027bdd6a90aSFam ZhengS: Supported
2028bdd6a90aSFam ZhengF: block/nvme*
2029bdd6a90aSFam Zheng
2030b5e9476cSGongleiBootdevice
2031b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2032b5e9476cSGongleiS: Maintained
2033b5e9476cSGongleiF: bootdevice.c
2034ecdda9e0SAlberto Garcia
2035ecdda9e0SAlberto GarciaQuorum
2036ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2037ecdda9e0SAlberto GarciaS: Supported
2038ecdda9e0SAlberto GarciaF: block/quorum.c
2039ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2040e7c6e631SStefan Hajnoczi
2041e7c6e631SStefan Hajnocziblkverify
2042e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2043e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2044e7c6e631SStefan HajnocziS: Supported
2045e7c6e631SStefan HajnocziF: block/blkverify.c
2046e7c6e631SStefan Hajnoczi
2047e7c6e631SStefan Hajnoczibochs
2048e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2049e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2050e7c6e631SStefan HajnocziS: Supported
2051e7c6e631SStefan HajnocziF: block/bochs.c
2052e7c6e631SStefan Hajnoczi
2053e7c6e631SStefan Hajnoczicloop
2054e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2055e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2056e7c6e631SStefan HajnocziS: Supported
2057e7c6e631SStefan HajnocziF: block/cloop.c
2058e7c6e631SStefan Hajnoczi
2059e7c6e631SStefan Hajnoczidmg
2060e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2061e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2062e7c6e631SStefan HajnocziS: Supported
2063e7c6e631SStefan HajnocziF: block/dmg.c
2064e7c6e631SStefan Hajnoczi
2065e7c6e631SStefan Hajnocziparallels
2066e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2067f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2068e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2069e7c6e631SStefan HajnocziS: Supported
2070e7c6e631SStefan HajnocziF: block/parallels.c
20715746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2072e7c6e631SStefan Hajnoczi
2073e7c6e631SStefan Hajnocziqed
2074e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2075e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2076e7c6e631SStefan HajnocziS: Supported
2077e7c6e631SStefan HajnocziF: block/qed.c
2078e7c6e631SStefan Hajnoczi
2079e7c6e631SStefan Hajnocziraw
2080e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2081e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2082e7c6e631SStefan HajnocziS: Supported
2083e7c6e631SStefan HajnocziF: block/linux-aio.c
2084f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
20852e6fc7ebSEric BlakeF: block/raw-format.c
2086c1bb86cdSEric BlakeF: block/file-posix.c
2087c1bb86cdSEric BlakeF: block/file-win32.c
2088e7c6e631SStefan HajnocziF: block/win32-aio.c
2089e7c6e631SStefan Hajnoczi
2090e7c6e631SStefan Hajnocziqcow2
2091e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2092c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2093e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2094e7c6e631SStefan HajnocziS: Supported
2095e7c6e631SStefan HajnocziF: block/qcow2*
2096b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2097e7c6e631SStefan Hajnoczi
2098e7c6e631SStefan Hajnocziqcow
2099e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2100e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2101e7c6e631SStefan HajnocziS: Supported
2102e7c6e631SStefan HajnocziF: block/qcow.c
2103e7c6e631SStefan Hajnoczi
2104e7c6e631SStefan Hajnocziblkdebug
2105e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2106c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2107e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2108e7c6e631SStefan HajnocziS: Supported
2109e7c6e631SStefan HajnocziF: block/blkdebug.c
2110e7c6e631SStefan Hajnoczi
2111e7c6e631SStefan Hajnoczivpc
2112e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2113e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2114e7c6e631SStefan HajnocziS: Supported
2115e7c6e631SStefan HajnocziF: block/vpc.c
2116e7c6e631SStefan Hajnoczi
2117e7c6e631SStefan Hajnoczivvfat
2118e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2119e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2120e7c6e631SStefan HajnocziS: Supported
2121e7c6e631SStefan HajnocziF: block/vvfat.c
2122abfe4e94SStefan Hajnoczi
2123abfe4e94SStefan HajnocziImage format fuzzer
2124abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2125abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2126abfe4e94SStefan HajnocziS: Supported
2127abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2128717171bdSDaniel P. Berrange
2129049105a3SChanglong XieReplication
2130205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
21313ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2132049105a3SChanglong XieS: Supported
2133049105a3SChanglong XieF: replication*
2134049105a3SChanglong XieF: block/replication.c
2135049105a3SChanglong XieF: tests/test-replication.c
2136049105a3SChanglong XieF: docs/block-replication.txt
2137049105a3SChanglong Xie
2138a3defabbSMarcel ApfelbaumPVRDMA
2139a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2140fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2141a3defabbSMarcel ApfelbaumS: Maintained
2142a3defabbSMarcel ApfelbaumF: hw/rdma/*
2143a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2144a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2145a3defabbSMarcel Apfelbaum
2146b9e02c06SAlex BennéeBuild and test automation
2147b9e02c06SAlex Bennée-------------------------
21480475a03eSEduardo HabkostBuild and test automation
2149b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2150e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
215132b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2152b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2153e70dc7f8SAlex BennéeS: Maintained
2154b9e02c06SAlex BennéeF: .travis.yml
2155d92d886aSAlex BennéeF: .shippable.yml
2156e70dc7f8SAlex BennéeF: tests/docker/
215718023821SFam ZhengF: tests/vm/
2158e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
21592a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2160e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2161717171bdSDaniel P. Berrange
21627e97017eSAlex BennéeGuest Test Compilation Support
21637e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
21647e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
21657e97017eSAlex BennéeF: tests/tcg/Makefile
2166c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
21677e97017eSAlex BennéeL: qemu-devel@nongnu.org
21687e97017eSAlex Bennée
2169717171bdSDaniel P. BerrangeDocumentation
2170717171bdSDaniel P. Berrange-------------
2171717171bdSDaniel P. BerrangeBuild system architecture
2172717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2173717171bdSDaniel P. BerrangeS: Odd Fixes
2174c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
21758a49e97fSFam Zheng
2176aef45d51SDaniel P. BerrangeBuild System
2177aef45d51SDaniel P. Berrange------------
2178aef45d51SDaniel P. BerrangeGIT submodules
2179aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2180aef45d51SDaniel P. BerrangeS: Odd Fixes
2181aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2182