xref: /openbmc/qemu/MAINTAINERS (revision 2fe2942c)
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/
91*2fe2942cSTony KrowiakF: hw/vfio/ap.c
92daf14ce3SCornelia HuckF: hw/vfio/ccw.c
93daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c
94daf14ce3SCornelia HuckF: include/hw/s390x/
95daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h
96daf14ce3SCornelia HuckF: pc-bios/s390-ccw/
97daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img
98daf14ce3SCornelia HuckF: target/s390x/
99daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x?
100daf14ce3SCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
101daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org
102daf14ce3SCornelia Huck
103fd5d5c56SAnthony LiguoriGuest CPU cores (TCG):
104fd5d5c56SAnthony Liguori----------------------
105486bbe5fSPaolo BonziniOverall
1065dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1072b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1082b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1092b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net>
1102b1641d0SPaolo BonziniS: Maintained
1112b1641d0SPaolo BonziniF: cpus.c
1122b1641d0SPaolo BonziniF: exec.c
113c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/
1142b1641d0SPaolo BonziniF: include/exec/cpu*.h
1152b1641d0SPaolo BonziniF: include/exec/exec-all.h
116486bbe5fSPaolo BonziniF: include/exec/helper*.h
1172b1641d0SPaolo BonziniF: include/exec/tb-hash.h
118460423d3SThomas HuthF: include/sysemu/cpus.h
119486bbe5fSPaolo Bonzini
1201badb586SPeter MaydellFPU emulation
1211badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
1221badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1231badb586SPeter MaydellS: Odd Fixes
1241badb586SPeter MaydellF: fpu/
1251badb586SPeter MaydellF: include/fpu/
1261badb586SPeter Maydell
127b6f97c14SbellardAlpha
1288d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net>
1298d6df264SRichard HendersonS: Maintained
130fcf5ef2aSThomas HuthF: target/alpha/
131c0bd0b50SPaolo BonziniF: tests/tcg/alpha/
132c17652eeSPaolo BonziniF: disas/alpha.c
133fd5d5c56SAnthony Liguori
134fd5d5c56SAnthony LiguoriARM
1351ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
136b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
137fd5d5c56SAnthony LiguoriS: Maintained
138fcf5ef2aSThomas HuthF: target/arm/
139c348722cSAlex BennéeF: tests/tcg/arm/
14029e0436eSAlex BennéeF: tests/tcg/aarch64/
1418d8b636dSPaolo BonziniF: hw/arm/
1428d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c
143f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h
144c17652eeSPaolo BonziniF: disas/arm.c
145c17652eeSPaolo BonziniF: disas/arm-a64.cc
146c17652eeSPaolo BonziniF: disas/libvixl/
147fd5d5c56SAnthony Liguori
148fd5d5c56SAnthony LiguoriCRIS
149fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
150fd5d5c56SAnthony LiguoriS: Maintained
151fcf5ef2aSThomas HuthF: target/cris/
1528d8b636dSPaolo BonziniF: hw/cris/
153c9b90090SThomas HuthF: include/hw/cris/
154c0bd0b50SPaolo BonziniF: tests/tcg/cris/
155c17652eeSPaolo BonziniF: disas/cris.c
156fd5d5c56SAnthony Liguori
15761766fe9SRichard HendersonHPPA (PA-RISC)
15861766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net>
15961766fe9SRichard HendersonS: Maintained
16061766fe9SRichard HendersonF: target/hppa/
16161461802SRichard HendersonF: hw/hppa/
16261766fe9SRichard HendersonF: disas/hppa.c
16361766fe9SRichard Henderson
16407bf23a7SMichael WalleLM32
16507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
16607bf23a7SMichael WalleS: Maintained
167fcf5ef2aSThomas HuthF: target/lm32/
1684eab7a0aSMichael WalleF: disas/lm32.c
1698d8b636dSPaolo BonziniF: hw/lm32/
1704eab7a0aSMichael WalleF: hw/*/lm32_*
1714eab7a0aSMichael WalleF: hw/*/milkymist-*
1724eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h
1734eab7a0aSMichael WalleF: include/hw/lm32/
174c0bd0b50SPaolo BonziniF: tests/tcg/lm32/
17507bf23a7SMichael Walle
176fd5d5c56SAnthony LiguoriM68K
177595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu>
178595a926dSLaurent VivierS: Maintained
179fcf5ef2aSThomas HuthF: target/m68k/
180e9a56114SThomas HuthF: disas/m68k.c
181fd5d5c56SAnthony Liguori
182abc07545SEdgar E. IglesiasMicroBlaze
183fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
184fd5d5c56SAnthony LiguoriS: Maintained
185fcf5ef2aSThomas HuthF: target/microblaze/
1868d8b636dSPaolo BonziniF: hw/microblaze/
187c17652eeSPaolo BonziniF: disas/microblaze.c
188fd5d5c56SAnthony Liguori
189fd5d5c56SAnthony LiguoriMIPS
190ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
1914872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
1926f640917SLeon AlraeS: Maintained
193fcf5ef2aSThomas HuthF: target/mips/
1948d8b636dSPaolo BonziniF: hw/mips/
1955995db88SThomas HuthF: hw/misc/mips_*
1965995db88SThomas HuthF: hw/intc/mips_gic.c
1975995db88SThomas HuthF: hw/timer/mips_gictimer.c
1985995db88SThomas HuthF: include/hw/mips/
1995995db88SThomas HuthF: include/hw/misc/mips_*
2005995db88SThomas HuthF: include/hw/intc/mips_gic.h
2015995db88SThomas HuthF: include/hw/timer/mips_gictimer.h
202c0bd0b50SPaolo BonziniF: tests/tcg/mips/
203c17652eeSPaolo BonziniF: disas/mips.c
204fd5d5c56SAnthony Liguori
205d15a9c23SAnthony GreenMoxie
206d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com>
207d15a9c23SAnthony GreenS: Maintained
208fcf5ef2aSThomas HuthF: target/moxie/
209c17652eeSPaolo BonziniF: disas/moxie.c
210a3ccdfb5SThomas HuthF: hw/moxie/
211a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak
212d15a9c23SAnthony Green
213e671711cSMarek VasutNiosII
214e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com>
215e671711cSMarek VasutM: Marek Vasut <marex@denx.de>
216e671711cSMarek VasutS: Maintained
217e671711cSMarek VasutF: target/nios2/
218e671711cSMarek VasutF: hw/nios2/
219e671711cSMarek VasutF: disas/nios2.c
220e671711cSMarek Vasut
221945dad6dSJia LiuOpenRISC
2221d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com>
2231d7cf18dSStafford HorneS: Odd Fixes
224fcf5ef2aSThomas HuthF: target/openrisc/
225945dad6dSJia LiuF: hw/openrisc/
226c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/
227945dad6dSJia Liu
228fd5d5c56SAnthony LiguoriPowerPC
229b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
230fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
231a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
232fd5d5c56SAnthony LiguoriS: Maintained
233fcf5ef2aSThomas HuthF: target/ppc/
2348d8b636dSPaolo BonziniF: hw/ppc/
235b5d55020SThomas HuthF: include/hw/ppc/
236c17652eeSPaolo BonziniF: disas/ppc.c
237fd5d5c56SAnthony Liguori
2384dc62b15SMichael ClarkRISC-V
2394dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com>
2404dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com>
2414dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu>
2424dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
2434dc62b15SMichael ClarkS: Maintained
2444dc62b15SMichael ClarkF: target/riscv/
2454dc62b15SMichael ClarkF: hw/riscv/
2464dc62b15SMichael ClarkF: include/hw/riscv/
2474dc62b15SMichael ClarkF: disas/riscv.c
2484dc62b15SMichael Clark
249749717a0SAlexander GrafS390
2502b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net>
251fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
252ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com>
253fd5d5c56SAnthony LiguoriS: Maintained
254fcf5ef2aSThomas HuthF: target/s390x/
2558d8b636dSPaolo BonziniF: hw/s390x/
256c17652eeSPaolo BonziniF: disas/s390.c
257276ba120SPavel ZbitskiyF: tests/tcg/s390x/
258146bd283SCornelia HuckL: qemu-s390x@nongnu.org
259b6f97c14Sbellard
260fd5d5c56SAnthony LiguoriSH4
261ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net>
2622c9b7d1aSAndreas FärberS: Odd Fixes
263fcf5ef2aSThomas HuthF: target/sh4/
2648d8b636dSPaolo BonziniF: hw/sh4/
265c17652eeSPaolo BonziniF: disas/sh4.c
2668a90f900SThomas HuthF: include/hw/sh4/
267fd5d5c56SAnthony Liguori
268fd5d5c56SAnthony LiguoriSPARC
269f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2702c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com>
271fd5d5c56SAnthony LiguoriS: Maintained
272fcf5ef2aSThomas HuthF: target/sparc/
2738d8b636dSPaolo BonziniF: hw/sparc/
2748d8b636dSPaolo BonziniF: hw/sparc64/
275c17652eeSPaolo BonziniF: disas/sparc.c
276fd5d5c56SAnthony Liguori
277a6ea7b4cSAndreas FärberUniCore32
278a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn>
279a6ea7b4cSAndreas FärberS: Maintained
280fcf5ef2aSThomas HuthF: target/unicore32/
2818d8b636dSPaolo BonziniF: hw/unicore32/
28247b98d59SThomas HuthF: include/hw/unicore32/
283a6ea7b4cSAndreas Färber
284fd5d5c56SAnthony LiguoriX86
285d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
286d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net>
287e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
288b203a4baSEduardo HabkostS: Maintained
289fcf5ef2aSThomas HuthF: target/i386/
2904132431fSAlex BennéeF: tests/tcg/i386/
2913a082ec0SAlex BennéeF: tests/tcg/x86_64/
2928d8b636dSPaolo BonziniF: hw/i386/
293c17652eeSPaolo BonziniF: disas/i386.c
2942544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi
295e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next
296fd5d5c56SAnthony Liguori
29716e7caaeSMax FilippovXtensa
29816e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
299b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
30016e7caaeSMax FilippovS: Maintained
301fcf5ef2aSThomas HuthF: target/xtensa/
3028d8b636dSPaolo BonziniF: hw/xtensa/
303c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/
3045a6539e6SMax FilippovF: disas/xtensa.c
30516e7caaeSMax Filippov
30648e06fe0SBastian KoppelmannTriCore
30748e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
30848e06fe0SBastian KoppelmannS: Maintained
309fcf5ef2aSThomas HuthF: target/tricore/
31048e06fe0SBastian KoppelmannF: hw/tricore/
311d46d14e6SThomas HuthF: include/hw/tricore/
31248e06fe0SBastian Koppelmann
313dd28bebdSAlex BennéeMultiarch Linux User Tests
314dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
315dd28bebdSAlex BennéeF: tests/tcg/multiarch/
316dd28bebdSAlex Bennée
317fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM):
318fd5d5c56SAnthony Liguori----------------------
319fd5d5c56SAnthony Liguori
320fd5d5c56SAnthony LiguoriOverall
321c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com>
322fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
323fd5d5c56SAnthony LiguoriS: Supported
324fd5d5c56SAnthony LiguoriF: */kvm.*
3251962cb20SPhilippe Mathieu-DaudéF: accel/kvm/
326a95e9a48SThomas HuthF: include/sysemu/kvm*.h
327fd5d5c56SAnthony Liguori
328ed4659d1SPeter MaydellARM
329ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
330b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
331ed4659d1SPeter MaydellS: Maintained
332fcf5ef2aSThomas HuthF: target/arm/kvm.c
333ed4659d1SPeter Maydell
334a31896c4SJames HoganMIPS
335a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org>
336a31896c4SJames HoganS: Maintained
337fcf5ef2aSThomas HuthF: target/mips/kvm.c
338a31896c4SJames Hogan
339fd5d5c56SAnthony LiguoriPPC
340fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
341fd5d5c56SAnthony LiguoriS: Maintained
342fcf5ef2aSThomas HuthF: target/ppc/kvm.c
343fd5d5c56SAnthony Liguori
344fd5d5c56SAnthony LiguoriS390
345b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
346c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
347fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
348fd5d5c56SAnthony LiguoriS: Maintained
349fcf5ef2aSThomas HuthF: target/s390x/kvm.c
350040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h
351040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c
352fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch]
353fcf5ef2aSThomas HuthF: target/s390x/machine.c
35474b4c74dSDavid HildenbrandF: target/s390x/sigp.c
3554277af19SCornelia HuckF: hw/intc/s390_flic.c
3564277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c
3574277af19SCornelia HuckF: include/hw/s390x/s390_flic.h
358c5bfb202SCornelia HuckF: gdb-xml/s390*.xml
3593e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
3603e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
361146bd283SCornelia HuckL: qemu-s390x@nongnu.org
362fd5d5c56SAnthony Liguori
363fd5d5c56SAnthony LiguoriX86
364d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
365fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com>
366fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org
367fd5d5c56SAnthony LiguoriS: Supported
368fcf5ef2aSThomas HuthF: target/i386/kvm.c
369fd5d5c56SAnthony Liguori
3708a6b0cd7SStefano StabelliniGuest CPU Cores (Xen):
3718a6b0cd7SStefano Stabellini----------------------
3728a6b0cd7SStefano Stabellini
3738a6b0cd7SStefano StabelliniX86
3743623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org>
3753623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com>
3766d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org
3778a6b0cd7SStefano StabelliniS: Supported
3788a6b0cd7SStefano StabelliniF: */xen*
379d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c
380c92451c2SPaolo BonziniF: hw/char/xen_console.c
381c92451c2SPaolo BonziniF: hw/display/xenfb.c
382c92451c2SPaolo BonziniF: hw/net/xen_nic.c
3839027ac50SStefano StabelliniF: hw/block/xen_*
384c92451c2SPaolo BonziniF: hw/xen/
385c92451c2SPaolo BonziniF: hw/xenpv/
3869027ac50SStefano StabelliniF: hw/i386/xen/
387c92451c2SPaolo BonziniF: include/hw/xen/
3889027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h
3898a6b0cd7SStefano Stabellini
3901bdd6874SStefan WeilHosts:
3911bdd6874SStefan Weil------
3921bdd6874SStefan Weil
3931bdd6874SStefan WeilLINUX
3941bdd6874SStefan WeilL: qemu-devel@nongnu.org
3951bdd6874SStefan WeilS: Maintained
3961bdd6874SStefan WeilF: linux-*
3971bdd6874SStefan WeilF: linux-headers/
3981bdd6874SStefan Weil
3991bdd6874SStefan WeilPOSIX
4001bdd6874SStefan WeilL: qemu-devel@nongnu.org
4011bdd6874SStefan WeilS: Maintained
4021bdd6874SStefan WeilF: *posix*
4031bdd6874SStefan Weil
4043c2bdbc1SKamil RytarowskiNETBSD
4053c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org
4063c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org>
4073c2bdbc1SKamil RytarowskiS: Maintained
4081b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD
4093c2bdbc1SKamil Rytarowski
4100a773d55SBrad SmithOPENBSD
4110a773d55SBrad SmithL: qemu-devel@nongnu.org
4120a773d55SBrad SmithM: Brad Smith <brad@comstyle.com>
4130a773d55SBrad SmithS: Maintained
4140a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD
4150a773d55SBrad Smith
4161bdd6874SStefan WeilW32, W64
4171bdd6874SStefan WeilL: qemu-devel@nongnu.org
4181bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de>
4191bdd6874SStefan WeilS: Maintained
4201bdd6874SStefan WeilF: *win32*
42103972660SThomas HuthF: */*win32*
42203972660SThomas HuthF: include/*/*win32*
42303972660SThomas HuthX: qga/*win32*
424885bdc95SStefan WeilF: qemu.nsi
4251bdd6874SStefan Weil
426b250d04aSPhilippe Mathieu-DaudéAlpha Machines
427b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net>
428b250d04aSPhilippe Mathieu-DaudéS: Maintained
429b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/
4307bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c
431b250d04aSPhilippe Mathieu-Daudé
432fd5d5c56SAnthony LiguoriARM Machines
433fd5d5c56SAnthony Liguori------------
43484291fe7SliguangAllwinner-a10
43585b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com>
436b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
43784291fe7SliguangS: Maintained
43885b4d5daSBeniamino GalvaniF: hw/*/allwinner*
43985b4d5daSBeniamino GalvaniF: include/hw/*/allwinner*
44084291fe7SliguangF: hw/arm/cubieboard.c
44184291fe7Sliguang
442e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices
44306271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
444b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
44506271000SPaolo BonziniS: Maintained
44606271000SPaolo BonziniF: hw/char/pl011.c
447c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h
44806271000SPaolo BonziniF: hw/display/pl110*
44906271000SPaolo BonziniF: hw/dma/pl080.c
450aa74e355SPeter MaydellF: include/hw/dma/pl080.h
45106271000SPaolo BonziniF: hw/dma/pl330.c
45206271000SPaolo BonziniF: hw/gpio/pl061.c
45306271000SPaolo BonziniF: hw/input/pl050.c
45406271000SPaolo BonziniF: hw/intc/pl190.c
45506271000SPaolo BonziniF: hw/sd/pl181.c
4561d52866fSPeter MaydellF: hw/ssi/pl022.c
4571d52866fSPeter MaydellF: include/hw/ssi/pl022.h
45806271000SPaolo BonziniF: hw/timer/pl031.c
45906271000SPaolo BonziniF: include/hw/arm/primecell.h
460e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c
461e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h
4624f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c
4634f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h
464e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c
465e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h
466050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c
467050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h
4680d4a7551SPeter MaydellF: hw/misc/tz-ppc.c
4690d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h
470344f4b15SPeter MaydellF: hw/misc/tz-mpc.c
471344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h
472211e701dSPeter MaydellF: hw/misc/tz-msc.c
473211e701dSPeter MaydellF: include/hw/misc/tz-msc.h
47406271000SPaolo Bonzini
47506271000SPaolo BonziniARM cores
47606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org>
477b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
47806271000SPaolo BonziniS: Maintained
47906271000SPaolo BonziniF: hw/intc/arm*
48006271000SPaolo BonziniF: hw/intc/gic_internal.h
48106271000SPaolo BonziniF: hw/misc/a9scu.c
48206271000SPaolo BonziniF: hw/misc/arm11scu.c
48306271000SPaolo BonziniF: hw/timer/a9gtimer*
484c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm*
485c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h
48606271000SPaolo BonziniF: include/hw/intc/arm*
48706271000SPaolo BonziniF: include/hw/misc/a9scu.h
48806271000SPaolo BonziniF: include/hw/misc/arm11scu.h
48906271000SPaolo BonziniF: include/hw/timer/a9gtimer.h
49006271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h
491c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h
492c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c
49306271000SPaolo Bonzini
494fc63dcffSEvgeny VoevodinExynos
495f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com>
496b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
497fc63dcffSEvgeny VoevodinS: Maintained
4988d8b636dSPaolo BonziniF: hw/*/exynos*
499ed0db866SThomas HuthF: include/hw/arm/exynos4210.h
500fc63dcffSEvgeny Voevodin
501766fd09fSMark LangsdorfCalxeda Highbank
5029ef137caSRob HerringM: Rob Herring <robh@kernel.org>
503b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5049ef137caSRob HerringS: Maintained
5058d8b636dSPaolo BonziniF: hw/arm/highbank.c
5068d8b636dSPaolo BonziniF: hw/net/xgmac.c
507766fd09fSMark Langsdorf
5089082f121SAntony PavlovCanon DIGIC
5099082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com>
510b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5119082f121SAntony PavlovS: Maintained
5129082f121SAntony PavlovF: include/hw/arm/digic.h
5139082f121SAntony PavlovF: hw/*/digic*
5149082f121SAntony Pavlov
515fd5d5c56SAnthony LiguoriGumstix
5161f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
5175dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
518b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5191f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes
5208d8b636dSPaolo BonziniF: hw/arm/gumstix.c
521fd5d5c56SAnthony Liguori
5220325559dSPeter Chubbi.MX31
5230325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au>
524b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
5250325559dSPeter ChubbS: Odd fixes
5268d8b636dSPaolo BonziniF: hw/*/imx*
527f7e242d6SThomas HuthF: include/hw/*/imx*
5288d8b636dSPaolo BonziniF: hw/arm/kzm.c
529ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h
5300325559dSPeter Chubb
531fd5d5c56SAnthony LiguoriIntegrator CP
5321ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
533b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
534fd5d5c56SAnthony LiguoriS: Maintained
5358d8b636dSPaolo BonziniF: hw/arm/integratorcp.c
536f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c
537fd5d5c56SAnthony Liguori
538e5a6a6e6SPeter MaydellMPS2
539e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
540e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org
541e5a6a6e6SPeter MaydellS: Maintained
542e5a6a6e6SPeter MaydellF: hw/arm/mps2.c
5430d4a7551SPeter MaydellF: hw/arm/mps2-tz.c
5440d4a7551SPeter MaydellF: hw/misc/mps2-*.c
5450d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h
5460d4a7551SPeter MaydellF: hw/arm/iotkit.c
5470d4a7551SPeter MaydellF: include/hw/arm/iotkit.h
54875750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c
54975750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h
550c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c
551c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h
552e5a6a6e6SPeter Maydell
553fd5d5c56SAnthony LiguoriMusicpal
554fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de>
555b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
556fd5d5c56SAnthony LiguoriS: Maintained
5578d8b636dSPaolo BonziniF: hw/arm/musicpal.c
558fd5d5c56SAnthony Liguori
559fd5d5c56SAnthony LiguorinSeries
560fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
561b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
562fd5d5c56SAnthony LiguoriS: Maintained
5638d8b636dSPaolo BonziniF: hw/arm/nseries.c
564fd5d5c56SAnthony Liguori
565fd5d5c56SAnthony LiguoriPalm
566fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
567b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
568fd5d5c56SAnthony LiguoriS: Maintained
5698d8b636dSPaolo BonziniF: hw/arm/palm.c
570fd5d5c56SAnthony Liguori
571fd5d5c56SAnthony LiguoriReal View
5721ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
573b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
574fd5d5c56SAnthony LiguoriS: Maintained
5758d8b636dSPaolo BonziniF: hw/arm/realview*
576f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c
5775ea53049SPaolo BonziniF: hw/intc/realview_gic.c
5785ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h
579fd5d5c56SAnthony Liguori
5809b31bff0SPaolo BonziniPXA2XX
581fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com>
582b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
583fd5d5c56SAnthony LiguoriS: Maintained
5849b31bff0SPaolo BonziniF: hw/arm/mainstone.c
5858d8b636dSPaolo BonziniF: hw/arm/spitz.c
5869b31bff0SPaolo BonziniF: hw/arm/tosa.c
5879b31bff0SPaolo BonziniF: hw/arm/z2.c
5889b31bff0SPaolo BonziniF: hw/*/pxa2xx*
589f7e242d6SThomas HuthF: hw/misc/mst_fpga.c
590ed0db866SThomas HuthF: include/hw/arm/pxa.h
591fd5d5c56SAnthony Liguori
592fd5d5c56SAnthony LiguoriStellaris
5931ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
594b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
595fd5d5c56SAnthony LiguoriS: Maintained
5968d8b636dSPaolo BonziniF: hw/*/stellaris*
597fd5d5c56SAnthony Liguori
598fd5d5c56SAnthony LiguoriVersatile PB
5991ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
600b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
601fd5d5c56SAnthony LiguoriS: Maintained
6028d8b636dSPaolo BonziniF: hw/*/versatile*
603c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c
604fd5d5c56SAnthony Liguori
605e3260506SPeter A. G. CrosthwaiteXilinx Zynq
606cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
607c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
608b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
609e3260506SPeter A. G. CrosthwaiteS: Maintained
610cc0100f4SAlistair FrancisF: hw/*/xilinx_*
6118d8b636dSPaolo BonziniF: hw/*/cadence_*
612f7e242d6SThomas HuthF: hw/misc/zynq*
613f7e242d6SThomas HuthF: include/hw/misc/zynq*
614cc0100f4SAlistair FrancisX: hw/ssi/xilinx_*
615e3260506SPeter A. G. Crosthwaite
616137805f5SAlistair FrancisXilinx ZynqMP
617c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
618cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
619b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
620137805f5SAlistair FrancisS: Maintained
621cc0100f4SAlistair FrancisF: hw/*/xlnx*.c
622f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h
623137805f5SAlistair Francis
6248f4d260eSShannon ZhaoARM ACPI Subsystem
6258f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com>
626e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com>
627b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
6288f4d260eSShannon ZhaoS: Maintained
6298f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c
6308f4d260eSShannon Zhao
631a1f8193bSAlistair FrancisSTM32F205
632a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
633a1f8193bSAlistair FrancisS: Maintained
634a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c
635a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c
636a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c
637a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c
638a1f8193bSAlistair FrancisF: hw/adc/*
639a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c
6400e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h
641a1f8193bSAlistair Francis
642a1f8193bSAlistair FrancisNetduino 2
643a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
644a1f8193bSAlistair FrancisS: Maintained
645a1f8193bSAlistair FrancisF: hw/arm/netduino2.c
646a1f8193bSAlistair Francis
647670bc4cbSSubbaraya SundeepSmartFusion2
648670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
649670bc4cbSSubbaraya SundeepS: Maintained
650670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c
651670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c
652670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c
653670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c
654670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h
655670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h
656670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h
657670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h
658670bc4cbSSubbaraya Sundeep
659670bc4cbSSubbaraya SundeepEmcraft M2S-FG484
660670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com>
661670bc4cbSSubbaraya SundeepS: Maintained
662670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c
663670bc4cbSSubbaraya Sundeep
664f87db1baSJoel StanleyASPEED BMCs
665f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org>
666f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au>
667f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au>
668f87db1baSJoel StanleyL: qemu-arm@nongnu.org
669f87db1baSJoel StanleyS: Maintained
670f87db1baSJoel StanleyF: hw/*/*aspeed*
671f87db1baSJoel StanleyF: include/hw/*/*aspeed*
672f87db1baSJoel StanleyF: hw/net/ftgmac100.c
673f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h
674f87db1baSJoel Stanley
675c0066d1aSJoel StanleyNRF51
676c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au>
677c0066d1aSJoel StanleyL: qemu-arm@nongnu.org
678c0066d1aSJoel StanleyS: Maintained
679c0066d1aSJoel StanleyF: hw/arm/nrf51_soc.c
680c0066d1aSJoel StanleyF: hw/arm/microbit.c
681c0066d1aSJoel StanleyF: include/hw/arm/nrf51_soc.h
682c0066d1aSJoel Stanley
683fd5d5c56SAnthony LiguoriCRIS Machines
684fd5d5c56SAnthony Liguori-------------
685fd5d5c56SAnthony LiguoriAxis Dev88
686fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
687fd5d5c56SAnthony LiguoriS: Maintained
6888d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c
6896e481d57SPeter MaydellF: hw/*/etraxfs_*.c
690fd5d5c56SAnthony Liguori
69107bf23a7SMichael WalleLM32 Machines
69207bf23a7SMichael Walle-------------
69307bf23a7SMichael WalleEVR32 and uclinux BSP
69407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc>
69507bf23a7SMichael WalleS: Maintained
6968d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c
69707bf23a7SMichael Walle
698d118aa6bSMichael Wallemilkymist
699d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc>
700d118aa6bSMichael WalleS: Maintained
7018d8b636dSPaolo BonziniF: hw/lm32/milkymist.c
702d118aa6bSMichael Walle
703afcacd53SAurelien JarnoM68K Machines
704fd5d5c56SAnthony Liguori-------------
705fd5d5c56SAnthony Liguorian5206
7065baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7075baf2741SThomas HuthS: Odd Fixes
7088d8b636dSPaolo BonziniF: hw/m68k/an5206.c
709e9a56114SThomas HuthF: hw/m68k/mcf5206.c
710fd5d5c56SAnthony Liguori
711fd5d5c56SAnthony Liguorimcf5208
7125baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org>
7135baf2741SThomas HuthS: Odd Fixes
7148d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c
715e9a56114SThomas HuthF: hw/m68k/mcf_intc.c
716e9a56114SThomas HuthF: hw/char/mcf_uart.c
717e9a56114SThomas HuthF: hw/net/mcf_fec.c
7185baf2741SThomas HuthF: include/hw/m68k/mcf*.h
719fd5d5c56SAnthony Liguori
720fd5d5c56SAnthony LiguoriMicroBlaze Machines
721b6f97c14Sbellard-------------------
722fd5d5c56SAnthony Liguoripetalogix_s3adsp1800
723fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
724fd5d5c56SAnthony LiguoriS: Maintained
7256e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c
726b6f97c14Sbellard
727d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605
7284b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
729d36e8ce7SPeter A. G. CrosthwaiteS: Maintained
7308d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c
731d36e8ce7SPeter A. G. Crosthwaite
732fd5d5c56SAnthony LiguoriMIPS Machines
733fd5d5c56SAnthony Liguori-------------
734fd5d5c56SAnthony LiguoriJazz
735fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org>
736fd5d5c56SAnthony LiguoriS: Maintained
7378d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c
738fd5d5c56SAnthony Liguori
739fd5d5c56SAnthony LiguoriMalta
740fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
741fd5d5c56SAnthony LiguoriS: Maintained
7428d8b636dSPaolo BonziniF: hw/mips/mips_malta.c
743fd5d5c56SAnthony Liguori
744fd5d5c56SAnthony LiguoriMipssim
7454872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
746659f42d8SYongbok KimS: Odd Fixes
7478d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c
748659f42d8SYongbok KimF: hw/net/mipsnet.c
749fd5d5c56SAnthony Liguori
750fd5d5c56SAnthony LiguoriR4000
751fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net>
752fd5d5c56SAnthony LiguoriS: Maintained
7538d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c
754fd5d5c56SAnthony Liguori
755659f42d8SYongbok KimFulong 2E
7564872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com>
757659f42d8SYongbok KimS: Odd Fixes
758659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c
7590170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c
7604872fee2SAleksandar Markovic
7610170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h
762659f42d8SYongbok Kim
763659f42d8SYongbok KimBoston
7644872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com>
765659f42d8SYongbok KimS: Maintained
766659f42d8SYongbok KimF: hw/core/loader-fit.c
767659f42d8SYongbok KimF: hw/mips/boston.c
768659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c
769659f42d8SYongbok Kim
770945dad6dSJia LiuOpenRISC Machines
771945dad6dSJia Liu-----------------
772945dad6dSJia Liuor1k-sim
773945dad6dSJia LiuM: Jia Liu <proljc@gmail.com>
774945dad6dSJia LiuS: Maintained
775945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c
776945dad6dSJia Liu
777fd5d5c56SAnthony LiguoriPowerPC Machines
778fd5d5c56SAnthony Liguori----------------
779fd5d5c56SAnthony Liguori405
780fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
781a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
7829b9fe135SAndreas FärberS: Odd Fixes
7838d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c
784fd5d5c56SAnthony Liguori
785aaade8d7SAndreas FärberBamboo
786aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
787aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
788aaade8d7SAndreas FärberS: Odd Fixes
7898d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c
790aaade8d7SAndreas Färber
79198cded3aSAndreas Färbere500
79298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
79398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
79498cded3aSAndreas FärberS: Supported
79598cded3aSAndreas FärberF: hw/ppc/e500.[hc]
79698cded3aSAndreas FärberF: hw/ppc/e500plat.c
797b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h
798b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h
799b5d55020SThomas HuthF: pc-bios/u-boot.e500
80098cded3aSAndreas Färber
80198cded3aSAndreas Färbermpc8544ds
80298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
80398cded3aSAndreas FärberL: qemu-ppc@nongnu.org
80498cded3aSAndreas FärberS: Supported
80598cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c
8068d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c
80798cded3aSAndreas Färber
808fd5d5c56SAnthony LiguoriNew World
809fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
810a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
811fd5d5c56SAnthony LiguoriS: Maintained
812baec1910SAndreas FärberF: hw/ppc/mac_newworld.c
8136e481d57SPeter MaydellF: hw/pci-host/uninorth.c
8146e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc]
8158d8b636dSPaolo BonziniF: hw/misc/macio/
8166ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c
817b5d55020SThomas HuthF: hw/nvram/mac_nvram.c
818eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/
8196ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h
820eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h
821fd5d5c56SAnthony Liguori
822fd5d5c56SAnthony LiguoriOld World
823fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de>
824a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
825fd5d5c56SAnthony LiguoriS: Maintained
826baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c
8276e481d57SPeter MaydellF: hw/pci-host/grackle.c
8288d8b636dSPaolo BonziniF: hw/misc/macio/
829835c42d3SThomas HuthF: hw/intc/heathrow_pic.c
830fd5d5c56SAnthony Liguori
831ec38d398SAndreas FärberPReP
8328178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org>
8339f38774dSAndreas FärberL: qemu-devel@nongnu.org
834a6c98685SAndreas FärberL: qemu-ppc@nongnu.org
8358178e89cSHervé PoussineauS: Maintained
83675610155SAndreas FärberF: hw/ppc/prep.c
8378178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c
8388178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c
8396e481d57SPeter MaydellF: hw/pci-host/prep.[hc]
8400a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c
841a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c
8421cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c
843cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c
844a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h
845cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h
846835c42d3SThomas HuthF: pc-bios/ppc_rom.bin
847fd5d5c56SAnthony Liguori
848300b115cSAndreas FärbersPAPR
849085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au>
8508a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de>
8518a269ca4SAndreas FärberL: qemu-ppc@nongnu.org
8528a269ca4SAndreas FärberS: Supported
8538d8b636dSPaolo BonziniF: hw/*/spapr*
854f9de2da7SDavid GibsonF: include/hw/*/spapr*
855f9de2da7SDavid GibsonF: hw/*/xics*
856f9de2da7SDavid GibsonF: include/hw/*/xics*
857f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/*
858b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin
859b5d55020SThomas HuthF: pc-bios/slof.bin
860bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid
861b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt
862b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt
863a70ab357SGreg KurzF: tests/spapr*
864a70ab357SGreg KurzF: tests/libqos/*spapr*
865a70ab357SGreg KurzF: tests/rtas*
866a70ab357SGreg KurzF: tests/libqos/rtas*
8678a269ca4SAndreas Färber
868794d00bfSAndreas Färbervirtex_ml507
869794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com>
870794d00bfSAndreas FärberL: qemu-ppc@nongnu.org
871794d00bfSAndreas FärberS: Odd Fixes
8726e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c
873794d00bfSAndreas Färber
874a9dd6604SBALATON Zoltansam460ex
875a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu>
876a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org
877a9dd6604SBALATON ZoltanS: Maintained
878a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c
879c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c
880a9dd6604SBALATON Zoltan
881fd5d5c56SAnthony LiguoriSH4 Machines
882fd5d5c56SAnthony Liguori------------
883fd5d5c56SAnthony LiguoriR2D
884fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
885fd5d5c56SAnthony LiguoriS: Maintained
8866e481d57SPeter MaydellF: hw/sh4/r2d.c
88781527b94SThomas HuthF: hw/intc/sh_intc.c
88881527b94SThomas HuthF: hw/timer/sh_timer.c
889fd5d5c56SAnthony Liguori
890fd5d5c56SAnthony LiguoriShix
891fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com>
89281527b94SThomas HuthS: Odd Fixes
8936e481d57SPeter MaydellF: hw/sh4/shix.c
894fd5d5c56SAnthony Liguori
895fd5d5c56SAnthony LiguoriSPARC Machines
896fd5d5c56SAnthony Liguori--------------
897fd5d5c56SAnthony LiguoriSun4m
898f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
899fd5d5c56SAnthony LiguoriS: Maintained
9008d8b636dSPaolo BonziniF: hw/sparc/sun4m.c
901c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c
902c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c
9037098b79eSThomas HuthF: hw/misc/eccmemctl.c
9047098b79eSThomas HuthF: hw/misc/slavio_misc.c
905c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h
906c10a1c78SThomas HuthF: pc-bios/openbios-sparc32
907fd5d5c56SAnthony Liguori
908fd5d5c56SAnthony LiguoriSun4u
909f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
910fd5d5c56SAnthony LiguoriS: Maintained
9118d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c
912c10a1c78SThomas HuthF: pc-bios/openbios-sparc64
913fd5d5c56SAnthony Liguori
914a2664ca0SArtyom TarasenkoSun4v
915a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com>
916a2664ca0SArtyom TarasenkoS: Maintained
917626e4a4bSFam ZhengF: hw/sparc64/niagara.c
918a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c
919a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h
920a2664ca0SArtyom Tarasenko
921ce6c760cSFabien ChouteauLeon3
922ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com>
923ce6c760cSFabien ChouteauS: Maintained
9248d8b636dSPaolo BonziniF: hw/sparc/leon3.c
9258d8b636dSPaolo BonziniF: hw/*/grlib*
926c10a1c78SThomas HuthF: include/hw/sparc/grlib.h
927ce6c760cSFabien Chouteau
928fd5d5c56SAnthony LiguoriS390 Machines
929fd5d5c56SAnthony Liguori-------------
930dd4ad64aSCornelia HuckS390 Virtio-ccw
931c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
932b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
933dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de>
934dd4ad64aSCornelia HuckS: Supported
9350c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc]
9369d1c4449SChristian BorntraegerF: hw/char/terminal3270.c
937c5bfb202SCornelia HuckF: hw/s390x/
9384277af19SCornelia HuckF: include/hw/s390x/
939c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c
9401e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h
9411e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak
9423e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
9433e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
944146bd283SCornelia HuckL: qemu-s390x@nongnu.org
945dd4ad64aSCornelia Huck
946304584bfSCornelia HuckS390-ccw Bios
947304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com>
948304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com>
949304584bfSCornelia HuckS: Supported
950304584bfSCornelia HuckF: pc-bios/s390-ccw/
951304584bfSCornelia HuckF: pc-bios/s390-ccw.img
952304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
953304584bfSCornelia HuckL: qemu-s390x@nongnu.org
954304584bfSCornelia Huck
955ab9528caSGuan XuetaoUniCore32 Machines
956ab9528caSGuan Xuetao-------------
957ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox
958ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn>
959ab9528caSGuan XuetaoS: Maintained
9608d8b636dSPaolo BonziniF: hw/*/puv3*
961ab9528caSGuan XuetaoF: hw/unicore32/
962ab9528caSGuan Xuetao
963fd5d5c56SAnthony LiguoriX86 Machines
964fd5d5c56SAnthony Liguori------------
965fd5d5c56SAnthony LiguoriPC
966046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
967fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
968fd5d5c56SAnthony LiguoriS: Supported
969046a6486SMichael S. TsirkinF: include/hw/i386/
970046a6486SMichael S. TsirkinF: hw/i386/
971046a6486SMichael S. TsirkinF: hw/pci-host/piix.c
972046a6486SMichael S. TsirkinF: hw/pci-host/q35.c
973046a6486SMichael S. TsirkinF: hw/pci-host/pam.c
974046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h
975046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h
976046a6486SMichael S. TsirkinF: hw/isa/piix4.c
977046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c
978046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c
979046a6486SMichael S. TsirkinF: hw/acpi/piix4.c
980046a6486SMichael S. TsirkinF: hw/acpi/ich9.c
981046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h
982f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h
9839cc3b73cSPaolo BonziniF: hw/misc/sga.c
9849cc3b73cSPaolo Bonzini
9859cc3b73cSPaolo BonziniPC Chipset
9869cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com>
9879cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
9881732be86SPhilippe Mathieu-DaudéS: Supported
9899cc3b73cSPaolo BonziniF: hw/char/debugcon.c
990bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel*
9919cc3b73cSPaolo BonziniF: hw/char/serial*
9929cc3b73cSPaolo BonziniF: hw/dma/i8257*
9939cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c
9941732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c
9959cc3b73cSPaolo BonziniF: hw/intc/apic*
9969cc3b73cSPaolo BonziniF: hw/intc/ioapic*
9979cc3b73cSPaolo BonziniF: hw/intc/i8259*
9981854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c
9999cc3b73cSPaolo BonziniF: hw/misc/debugexit.c
10009cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c
10019cc3b73cSPaolo BonziniF: hw/timer/hpet*
10029cc3b73cSPaolo BonziniF: hw/timer/i8254*
10039cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc*
1004edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c
1005866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h
1006bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h
100755f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h
1008a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h
100947973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h
10101854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h
1011a2feb348SThomas HuthF: include/hw/timer/hpet.h
1012a2feb348SThomas HuthF: include/hw/timer/i8254*
1013a2feb348SThomas HuthF: include/hw/timer/mc146818rtc*
1014046a6486SMichael S. Tsirkin
10155da4fb00SMichael S. TsirkinMachine core
10165da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com>
1017fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
10185da4fb00SMichael S. TsirkinS: Supported
10195da4fb00SMichael S. TsirkinF: hw/core/machine.c
1020c1629c5cSThomas HuthF: hw/core/null-machine.c
10215da4fb00SMichael S. TsirkinF: include/hw/boards.h
1022e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
1023fd5d5c56SAnthony Liguori
102416e7caaeSMax FilippovXtensa Machines
102516e7caaeSMax Filippov---------------
1026375847a6SMax Filippovsim
102716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
102816e7caaeSMax FilippovS: Maintained
1029437a8c11SMax FilippovF: hw/xtensa/sim.c
1030375847a6SMax Filippov
1031437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705)
1032375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com>
1033375847a6SMax FilippovS: Maintained
1034437a8c11SMax FilippovF: hw/xtensa/xtfpga.c
1035437a8c11SMax FilippovF: hw/net/opencores_eth.c
103616e7caaeSMax Filippov
1037fd5d5c56SAnthony LiguoriDevices
1038fd5d5c56SAnthony Liguori-------
1039b30934cbSJiri SlabyEDU
1040b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz>
1041b30934cbSJiri SlabyS: Maintained
1042b30934cbSJiri SlabyF: hw/misc/edu.c
1043b30934cbSJiri Slaby
1044fd5d5c56SAnthony LiguoriIDE
1045c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1046c095348bSJohn SnowL: qemu-block@nongnu.org
1047c095348bSJohn SnowS: Supported
10488d8b636dSPaolo BonziniF: include/hw/ide.h
1049c9f7acd5SThomas HuthF: include/hw/ide/
1050fd5d5c56SAnthony LiguoriF: hw/ide/
1051c095348bSJohn SnowF: hw/block/block.c
1052c095348bSJohn SnowF: hw/block/cdrom.c
1053c095348bSJohn SnowF: hw/block/hd-geometry.c
1054c095348bSJohn SnowF: tests/ide-test.c
1055c095348bSJohn SnowF: tests/ahci-test.c
1056edc35b3dSThomas HuthF: tests/cdrom-test.c
1057aee50319SJohn SnowF: tests/libqos/ahci*
1058c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1059c095348bSJohn Snow
1060caf316baSCorey MinyardIPMI
1061caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org>
1062caf316baSCorey MinyardS: Maintained
1063caf316baSCorey MinyardF: include/hw/ipmi/*
1064caf316baSCorey MinyardF: hw/ipmi/*
1065caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c
1066caf316baSCorey MinyardF: tests/ipmi*
1067caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1068caf316baSCorey Minyard
1069c095348bSJohn SnowFloppy
1070c095348bSJohn SnowM: John Snow <jsnow@redhat.com>
1071c095348bSJohn SnowL: qemu-block@nongnu.org
1072c095348bSJohn SnowS: Supported
1073c095348bSJohn SnowF: hw/block/fdc.c
1074c095348bSJohn SnowF: include/hw/block/fdc.h
1075aee50319SJohn SnowF: tests/fdc-test.c
1076c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide
1077fd5d5c56SAnthony Liguori
1078f5f487b2SPeter MaydellOMAP
1079f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1080f5f487b2SPeter MaydellS: Maintained
10818d8b636dSPaolo BonziniF: hw/*/omap*
1082ed0db866SThomas HuthF: include/hw/arm/omap.h
1083f5f487b2SPeter Maydell
108428d54e58SPaolo BonziniIPack
108528d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com>
108628d54e58SPaolo BonziniS: Odd Fixes
108728d54e58SPaolo BonziniF: hw/char/ipoctal232.c
108828d54e58SPaolo BonziniF: hw/ipack/
108928d54e58SPaolo Bonzini
1090fd5d5c56SAnthony LiguoriPCI
1091fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1092fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1093fd5d5c56SAnthony LiguoriS: Supported
10948d8b636dSPaolo BonziniF: include/hw/pci/*
1095f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c
1096ca818cfbSMichael S. TsirkinF: hw/pci/*
1097f178bc6bSPaolo BonziniF: hw/pci-bridge/*
109868179923SPhilippe Mathieu-DaudéF: docs/pci*
109968179923SPhilippe Mathieu-DaudéF: docs/specs/*pci*
1100534fd814SFam ZhengF: default-configs/pci.mak
11010e0b3592SMichael S. Tsirkin
1102d31e5ae7SMichael S. TsirkinACPI/SMBIOS
11030e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
11040e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com>
11050e0b3592SMichael S. TsirkinS: Supported
11060e0b3592SMichael S. TsirkinF: include/hw/acpi/*
1107d31e5ae7SMichael S. TsirkinF: include/hw/smbios/*
11080e0b3592SMichael S. TsirkinF: hw/mem/*
11098d8b636dSPaolo BonziniF: hw/acpi/*
1110d31e5ae7SMichael S. TsirkinF: hw/smbios/*
11110e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc]
11120e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c
11133248f1b4SBen WarrenF: tests/bios-tables-test.c
11143248f1b4SBen WarrenF: tests/acpi-utils.[hc]
1115fd5d5c56SAnthony Liguori
1116aaade8d7SAndreas Färberppc4xx
1117aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de>
1118aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org
1119aaade8d7SAndreas FärberS: Odd Fixes
11208d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c
1121aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c
1122b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h
1123aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h
1124aaade8d7SAndreas Färber
112598cded3aSAndreas Färberppce500
112698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de>
112798cded3aSAndreas FärberL: qemu-ppc@nongnu.org
112898cded3aSAndreas FärberS: Supported
11296e481d57SPeter MaydellF: hw/ppc/e500*
1130566dd236SPaolo BonziniF: hw/pci-host/ppce500.c
1131566dd236SPaolo BonziniF: hw/net/fsl_etsec/
113298cded3aSAndreas Färber
113361af0ee6SPaolo BonziniCharacter devices
113461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
113561af0ee6SPaolo BonziniS: Odd Fixes
113661af0ee6SPaolo BonziniF: hw/char/
113761af0ee6SPaolo Bonzini
1138f536f112SPaolo BonziniNetwork devices
1139f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com>
1140f536f112SPaolo BonziniS: Odd Fixes
1141f536f112SPaolo BonziniF: hw/net/
11426061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/
11436bd7776cSGreg KurzF: tests/virtio-net-test.c
1144f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net
1145f536f112SPaolo Bonzini
1146fd5d5c56SAnthony LiguoriSCSI
1147de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1148c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1149de7724f7SPaolo BonziniS: Supported
115074460f34SThomas HuthF: include/hw/scsi/*
11518d8b636dSPaolo BonziniF: hw/scsi/*
11526bd7776cSGreg KurzF: tests/virtio-scsi-test.c
11531ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next
1154de7724f7SPaolo Bonzini
1155fcb5629dSPeter A. G. CrosthwaiteSSI
11564b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1157c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1158fcb5629dSPeter A. G. CrosthwaiteS: Maintained
11598d8b636dSPaolo BonziniF: hw/ssi/*
11608d8b636dSPaolo BonziniF: hw/block/m25p80.c
1161982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h
11624b46ba61SAlistair FrancisX: hw/ssi/xilinx_*
1163982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c
11644b46ba61SAlistair Francis
11654b46ba61SAlistair FrancisXilinx SPI
1166c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
11674b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
11684b46ba61SAlistair FrancisS: Maintained
11694b46ba61SAlistair FrancisF: hw/ssi/xilinx_*
1170fcb5629dSPeter A. G. Crosthwaite
1171076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card)
1172076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org>
1173076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes
1174076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd*
1175076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c
1176076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd*
1177076a0fc3SPhilippe Mathieu-DaudéF: tests/sd*
1178076a0fc3SPhilippe Mathieu-Daudé
1179fd5d5c56SAnthony LiguoriUSB
11805d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
11815d0d62feSGerd HoffmannS: Maintained
11828d8b636dSPaolo BonziniF: hw/usb/*
118328edfce0SGongleiF: tests/usb-*-test.c
1184beded0ffSThomas HuthF: docs/usb2.txt
1185beded0ffSThomas HuthF: docs/usb-storage.txt
1186beded0ffSThomas HuthF: include/hw/usb.h
1187beded0ffSThomas HuthF: include/hw/usb/
1188104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak
1189fd5d5c56SAnthony Liguori
1190e26082fdSPaolo BonziniUSB (serial adapter)
1191e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com>
1192e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1193e26082fdSPaolo BonziniS: Maintained
1194e26082fdSPaolo BonziniF: hw/usb/dev-serial.c
1195e26082fdSPaolo Bonzini
119692e1fb5eSAlex WilliamsonVFIO
119792e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com>
119892e1fb5eSAlex WilliamsonS: Supported
1199cf7087dbSKim PhillipsF: hw/vfio/*
120099b88c6dSThomas HuthF: include/hw/vfio/
120192e1fb5eSAlex Williamson
12025eb74557SDong Jia Shivfio-ccw
1203c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
12045eb74557SDong Jia ShiS: Supported
12055eb74557SDong Jia ShiF: hw/vfio/ccw.c
12065eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c
12075eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h
12085eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next
1209146bd283SCornelia HuckL: qemu-s390x@nongnu.org
12105eb74557SDong Jia Shi
1211a51b3153STony Krowiakvfio-ap
1212a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com>
1213a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com>
1214a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com>
1215a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com>
1216a51b3153STony KrowiakS: Supported
1217a51b3153STony KrowiakF: hw/s390x/ap-device.c
1218a51b3153STony KrowiakF: hw/s390x/ap-bridge.c
1219a51b3153STony KrowiakF: include/hw/s390x/ap-device.h
1220a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h
1221*2fe2942cSTony KrowiakF: hw/vfio/ap.c
1222a51b3153STony KrowiakL: qemu-s390x@nongnu.org
1223a51b3153STony Krowiak
1224fd5d5c56SAnthony Liguorivhost
1225fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com>
1226fd5d5c56SAnthony LiguoriS: Supported
12278d8b636dSPaolo BonziniF: hw/*/*vhost*
122837f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt
1229fd5d5c56SAnthony Liguori
1230fd5d5c56SAnthony Liguorivirtio
1231a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com>
1232fd5d5c56SAnthony LiguoriS: Supported
12338d8b636dSPaolo BonziniF: hw/*/virtio*
123472fa605dSThomas HuthF: hw/virtio/Makefile.objs
123572fa605dSThomas HuthF: hw/virtio/trace-events
12366a084ea3SMichael S. TsirkinF: net/vhost-user.c
1237494f7b57SThomas HuthF: include/hw/virtio/
12386bd7776cSGreg KurzF: tests/virtio-balloon-test.c
1239fd5d5c56SAnthony Liguori
1240fd5d5c56SAnthony Liguorivirtio-9p
12418c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org>
1242fd5d5c56SAnthony LiguoriS: Supported
1243aebeca25SAndreas FärberF: hw/9pfs/
1244aebeca25SAndreas FärberF: fsdev/
12452d888c09SAndreas FärberF: tests/virtio-9p-test.c
12468c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next
1247fd5d5c56SAnthony Liguori
1248fd5d5c56SAnthony Liguorivirtio-blk
124954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1250b457a5f5SStefan HajnocziL: qemu-block@nongnu.org
1251fd5d5c56SAnthony LiguoriS: Supported
12528d8b636dSPaolo BonziniF: hw/block/virtio-blk.c
1253b457a5f5SStefan HajnocziF: hw/block/dataplane/*
12546bd7776cSGreg KurzF: tests/virtio-blk-test.c
1255b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1256fd5d5c56SAnthony Liguori
1257dd4ad64aSCornelia Huckvirtio-ccw
1258c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com>
1259b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com>
1260dd4ad64aSCornelia HuckS: Supported
1261901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc]
1262d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c
12633e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next
12643e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next
1265146bd283SCornelia HuckL: qemu-s390x@nongnu.org
1266dd4ad64aSCornelia Huck
1267a5d4d7b5SGerd Hoffmannvirtio-input
1268a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1269a5d4d7b5SGerd HoffmannS: Maintained
1270a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c
1271a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h
1272a5d4d7b5SGerd Hoffmann
1273fd5d5c56SAnthony Liguorivirtio-serial
1274cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
1275fd5d5c56SAnthony LiguoriS: Supported
12768d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c
12778d8b636dSPaolo BonziniF: hw/char/virtio-console.c
127868a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h
12796bd7776cSGreg KurzF: tests/virtio-console-test.c
12806bd7776cSGreg KurzF: tests/virtio-serial-test.c
1281fd5d5c56SAnthony Liguori
12821f51a5cbSAmit Shahvirtio-rng
1283cee887d9SAmit ShahM: Amit Shah <amit@kernel.org>
12841f51a5cbSAmit ShahS: Supported
12851f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c
12861f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h
1287750cf869SThomas HuthF: include/sysemu/rng*.h
12881f51a5cbSAmit ShahF: backends/rng*.c
12896bd7776cSGreg KurzF: tests/virtio-rng-test.c
12901f51a5cbSAmit Shah
12916034011cSGongleivirtio-crypto
12926034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
12936034011cSGongleiS: Supported
12946034011cSGongleiF: hw/virtio/virtio-crypto.c
12956034011cSGongleiF: hw/virtio/virtio-crypto-pci.c
12966034011cSGongleiF: include/hw/virtio/virtio-crypto.h
12976034011cSGonglei
1298f3c507adSKeith Buschnvme
1299f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com>
1300c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1301f3c507adSKeith BuschS: Supported
1302f3c507adSKeith BuschF: hw/block/nvme*
1303fc967791SAndreas FärberF: tests/nvme-test.c
1304f3c507adSKeith Busch
1305d383c625SHannes Reineckemegasas
13063fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com>
1307c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1308d383c625SHannes ReineckeS: Supported
1309d383c625SHannes ReineckeF: hw/scsi/megasas.c
1310d383c625SHannes ReineckeF: hw/scsi/mfi.h
13113fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c
1312d383c625SHannes Reinecke
1313605d52e6SDmitry FleytmanNetwork packet abstractions
1314bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1315605d52e6SDmitry FleytmanS: Maintained
1316605d52e6SDmitry FleytmanF: include/net/eth.h
1317605d52e6SDmitry FleytmanF: net/eth.c
1318605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt*
1319605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt*
1320605d52e6SDmitry Fleytman
1321622fb504SDmitry FleytmanVmware
1322bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1323622fb504SDmitry FleytmanS: Maintained
1324622fb504SDmitry FleytmanF: hw/net/vmxnet*
1325622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi*
13265a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c
1327622fb504SDmitry Fleytman
1328de24d3f1SScott FeldmanRocker
1329de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us>
1330de24d3f1SScott FeldmanS: Maintained
1331de24d3f1SScott FeldmanF: hw/net/rocker/
1332de850948SThomas HuthF: tests/rocker/
1333de850948SThomas HuthF: docs/specs/rocker.txt
1334de24d3f1SScott Feldman
133570d1fb9cSXiao GuangrongNVDIMM
13367a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
133770d1fb9cSXiao GuangrongS: Maintained
133870d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c
133970d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c
134070d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h
134170d1fb9cSXiao Guangrong
1342093454e2SDmitry Fleytmane1000x
1343bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1344093454e2SDmitry FleytmanS: Maintained
1345093454e2SDmitry FleytmanF: hw/net/e1000x*
1346093454e2SDmitry Fleytman
13476f3fbe4eSDmitry Fleytmane1000e
1348bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com>
13496f3fbe4eSDmitry FleytmanS: Maintained
13506f3fbe4eSDmitry FleytmanF: hw/net/e1000e*
13516f3fbe4eSDmitry Fleytman
1352ebc2327fSStefan Weileepro100
1353ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de>
1354ebc2327fSStefan WeilS: Maintained
1355ebc2327fSStefan WeilF: hw/net/eepro100.c
1356ebc2327fSStefan Weil
1357e481a1f6SAlistair FrancisGeneric Loader
1358c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1359e481a1f6SAlistair FrancisS: Maintained
1360e481a1f6SAlistair FrancisF: hw/core/generic-loader.c
1361e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h
1362c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt
1363e481a1f6SAlistair Francis
1364645d3cbeSSu HangIntel Hexadecimal Object File Loader
1365645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn>
1366645d3cbeSSu HangS: Maintained
1367645d3cbeSSu HangF: tests/hexloader-test.c
1368645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex
1369645d3cbeSSu Hang
137087a9023aSThomas HuthCHRP NVRAM
137187a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com>
137287a9023aSThomas HuthS: Maintained
137387a9023aSThomas HuthF: hw/nvram/chrp_nvram.c
137487a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h
137587a9023aSThomas HuthF: tests/prom-env-test.c
137687a9023aSThomas Huth
137742697d88SBen WarrenVM Generation ID
137842697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com>
137942697d88SBen WarrenS: Maintained
138042697d88SBen WarrenF: hw/acpi/vmgenid.c
138142697d88SBen WarrenF: include/hw/acpi/vmgenid.h
138242697d88SBen WarrenF: docs/specs/vmgenid.txt
138342697d88SBen WarrenF: tests/vmgenid-test.c
138442697d88SBen WarrenF: stubs/vmgenid.c
138542697d88SBen Warren
1386747969dbSPhilippe Mathieu-DaudéUnimplemented device
1387747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org>
1388747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
1389747969dbSPhilippe Mathieu-DaudéS: Maintained
1390747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h
1391747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c
1392747969dbSPhilippe Mathieu-Daudé
1393dbb2e472SGerd HoffmannStandard VGA
1394dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1395dbb2e472SGerd HoffmannS: Maintained
1396dbb2e472SGerd HoffmannF: hw/display/vga*
1397dbb2e472SGerd HoffmannF: hw/display/bochs-display.c
1398dbb2e472SGerd HoffmannF: include/hw/display/vga.h
1399dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h
1400dbb2e472SGerd Hoffmann
140158d632c7SGerd Hoffmannramfb
140258d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
140358d632c7SGerd HoffmannS: Maintained
140458d632c7SGerd HoffmannF: hw/display/ramfb*.c
140558d632c7SGerd HoffmannF: include/hw/display/ramfb.h
140658d632c7SGerd Hoffmann
1407dbb2e472SGerd Hoffmannvirtio-gpu
1408dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1409dbb2e472SGerd HoffmannS: Maintained
1410dbb2e472SGerd HoffmannF: hw/display/virtio-gpu*
1411dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c
1412dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h
1413dbb2e472SGerd Hoffmann
1414dbb2e472SGerd HoffmannCirrus VGA
1415dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1416dbb2e472SGerd HoffmannS: Odd Fixes
1417dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1418dbb2e472SGerd HoffmannF: hw/display/cirrus*
1419dbb2e472SGerd Hoffmann
142072d277a7SGerd HoffmannEDID Generator
142172d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
142272d277a7SGerd HoffmannS: Maintained
142372d277a7SGerd HoffmannF: hw/display/edid*
142472d277a7SGerd HoffmannF: include/hw/display/edid.h
142572d277a7SGerd HoffmannF: qemu-edid.c
142672d277a7SGerd Hoffmann
1427fd5d5c56SAnthony LiguoriSubsystems
1428fd5d5c56SAnthony Liguori----------
1429fd5d5c56SAnthony LiguoriAudio
14309f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
1431fd5d5c56SAnthony LiguoriS: Maintained
1432fd5d5c56SAnthony LiguoriF: audio/
14338d8b636dSPaolo BonziniF: hw/audio/
1434a2b245aeSThomas HuthF: include/hw/audio/
1435d7b50c0cSAndreas FärberF: tests/ac97-test.c
14368fa74c94SAndreas FärberF: tests/es1370-test.c
1437fbaf445aSAndreas FärberF: tests/intel-hda-test.c
1438fd5d5c56SAnthony Liguori
143917f1e8f5SStefan HajnocziBlock layer core
1440fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com>
1441c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
1442c95e4c0eSKevin WolfL: qemu-block@nongnu.org
1443fd5d5c56SAnthony LiguoriS: Supported
1444fd5d5c56SAnthony LiguoriF: block*
1445fd5d5c56SAnthony LiguoriF: block/
14468d8b636dSPaolo BonziniF: hw/block/
14474c346e0bSKevin WolfF: include/block/
144846078760SKevin WolfF: qemu-img*
144946078760SKevin WolfF: qemu-io*
145029242091SKevin WolfF: tests/qemu-iotests/
14518dd30c86SMax ReitzF: util/qemu-progress.c
14520bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c
1453c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c
1454d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block
1455fd5d5c56SAnthony Liguori
1456d55053b1SStefan HajnocziBlock I/O path
1457d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
14589ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com>
1459d55053b1SStefan HajnocziL: qemu-block@nongnu.org
1460d55053b1SStefan HajnocziS: Supported
146136c697bdSPaolo BonziniF: util/async.c
146236c697bdSPaolo BonziniF: util/aio-*.c
1463d55053b1SStefan HajnocziF: block/io.c
1464d55053b1SStefan HajnocziF: migration/block*
1465e1029ae2SFam ZhengF: include/block/aio.h
1466f5a53faaSStefan HajnocziF: include/block/aio-wait.h
14670a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py
1468d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block
1469d55053b1SStefan Hajnoczi
1470e5b5728cSPaolo BonziniBlock SCSI subsystem
1471e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1472c2380365SFam ZhengR: Fam Zheng <famz@redhat.com>
1473e5b5728cSPaolo BonziniL: qemu-block@nongnu.org
1474e5b5728cSPaolo BonziniS: Supported
1475e5b5728cSPaolo BonziniF: include/scsi/*
1476e5b5728cSPaolo BonziniF: scsi/*
1477e5b5728cSPaolo Bonzini
1478280458a3SJeff CodyBlock Jobs
1479280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
1480280458a3SJeff CodyL: qemu-block@nongnu.org
1481280458a3SJeff CodyS: Supported
1482280458a3SJeff CodyF: blockjob.c
1483280458a3SJeff CodyF: include/block/blockjob.h
148433e9e9bdSKevin WolfF: job.c
14851a90bc81SKevin WolfF: job-qmp.c
1486c468e368SMarkus ArmbrusterF: include/qemu/job.h
1487280458a3SJeff CodyF: block/backup.c
1488280458a3SJeff CodyF: block/commit.c
148977346025SJeff CodyF: block/stream.c
1490280458a3SJeff CodyF: block/mirror.c
1491bf42508fSKevin WolfF: qapi/job.json
1492280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
1493280458a3SJeff Cody
14944120201dSMarkus ArmbrusterBlock QAPI, monitor, command line
14954120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
14964120201dSMarkus ArmbrusterS: Supported
14974120201dSMarkus ArmbrusterF: blockdev.c
14984120201dSMarkus ArmbrusterF: block/qapi.c
14994120201dSMarkus ArmbrusterF: qapi/block*.json
1500fa988e39SMarkus ArmbrusterF: qapi/transaction.json
15014120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next
15024120201dSMarkus Armbruster
1503538193bcSJohn SnowDirty Bitmaps
1504538193bcSJohn SnowM: Fam Zheng <famz@redhat.com>
1505538193bcSJohn SnowM: John Snow <jsnow@redhat.com>
1506538193bcSJohn SnowL: qemu-block@nongnu.org
1507538193bcSJohn SnowS: Supported
1508538193bcSJohn SnowF: util/hbitmap.c
1509538193bcSJohn SnowF: block/dirty-bitmap.c
1510538193bcSJohn SnowF: include/qemu/hbitmap.h
1511538193bcSJohn SnowF: include/block/dirty-bitmap.h
1512538193bcSJohn SnowF: tests/test-hbitmap.c
15135746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst
1514538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps
1515538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps
1516538193bcSJohn Snow
151761af0ee6SPaolo BonziniCharacter device backends
1518da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
151955fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
1520fd5d5c56SAnthony LiguoriS: Maintained
1521178fe0aeSMarc-André LureauF: chardev/
15228228e353SMarc-André LureauF: include/chardev/
1523dbeee392SMarkus ArmbrusterF: qapi/char.json
1524fd5d5c56SAnthony Liguori
1525e26082fdSPaolo BonziniCharacter Devices (Braille)
1526e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1527e26082fdSPaolo BonziniS: Maintained
15286b10e573SMarc-André LureauF: chardev/baum.c
1529fd5d5c56SAnthony Liguori
1530e94630d3SMarkus ArmbrusterCommand line option argument parsing
1531e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1532e94630d3SMarkus ArmbrusterS: Supported
1533e94630d3SMarkus ArmbrusterF: include/qemu/option.h
1534e94630d3SMarkus ArmbrusterF: tests/test-keyval.c
1535e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c
1536e94630d3SMarkus ArmbrusterF: util/keyval.c
1537e94630d3SMarkus ArmbrusterF: util/qemu-option.c
1538e94630d3SMarkus Armbruster
15398c413e79SMarkus ArmbrusterCoverity model
15408c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15418c413e79SMarkus ArmbrusterS: Supported
15428c413e79SMarkus ArmbrusterF: scripts/coverity-model.c
15438c413e79SMarkus Armbruster
1544f2ca0524SAndreas FärberCPU
154512b0e69cSAndreas FärberL: qemu-devel@nongnu.org
1546f2ca0524SAndreas FärberS: Supported
1547f2ca0524SAndreas FärberF: qom/cpu.c
15486e481d57SPeter MaydellF: include/qom/cpu.h
1549f2ca0524SAndreas Färber
1550d24b569aSPeter A. G. CrosthwaiteDevice Tree
15514b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1552d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de>
1553d24b569aSPeter A. G. CrosthwaiteS: Maintained
155482407515SThomas HuthF: device_tree.c
155582407515SThomas HuthF: include/sysemu/device_tree.h
1556d24b569aSPeter A. G. Crosthwaite
15573505a22bSMarc-André LureauDump
15583505a22bSMarc-André LureauS: Supported
15593505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com>
15603505a22bSMarc-André LureauF: dump.c
15613505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c
15623505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h
15633505a22bSMarc-André LureauF: include/sysemu/dump-arch.h
15643505a22bSMarc-André LureauF: include/sysemu/dump.h
15653505a22bSMarc-André LureauF: scripts/dump-guest-memory.py
15663505a22bSMarc-André LureauF: stubs/dump.c
15673505a22bSMarc-André Lureau
15684f966768SMarkus ArmbrusterError reporting
15694f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
15704f966768SMarkus ArmbrusterS: Supported
15714f966768SMarkus ArmbrusterF: include/qapi/error.h
15724f966768SMarkus ArmbrusterF: include/qemu/error-report.h
15734f966768SMarkus ArmbrusterF: util/error.c
15744f966768SMarkus ArmbrusterF: util/qemu-error.c
15754f966768SMarkus Armbruster
1576fd5d5c56SAnthony LiguoriGDB stub
15775dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
1578fd5d5c56SAnthony LiguoriS: Odd Fixes
1579fd5d5c56SAnthony LiguoriF: gdbstub*
1580fd5d5c56SAnthony LiguoriF: gdb-xml/
1581fd5d5c56SAnthony Liguori
158201a9c03cSPaolo BonziniMemory API
158301a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
158401a9c03cSPaolo BonziniS: Supported
158501a9c03cSPaolo BonziniF: include/exec/ioport.h
158601a9c03cSPaolo BonziniF: ioport.c
158701a9c03cSPaolo BonziniF: include/exec/memory.h
15882b1641d0SPaolo BonziniF: include/exec/ram_addr.h
158901a9c03cSPaolo BonziniF: memory.c
159001a9c03cSPaolo BonziniF: include/exec/memory-internal.h
159101a9c03cSPaolo BonziniF: exec.c
159201a9c03cSPaolo Bonzini
15937ee3bf03SGerd HoffmannSPICE
15947ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
15957ee3bf03SGerd HoffmannS: Supported
15966e481d57SPeter MaydellF: include/ui/qemu-spice.h
1597438528a3SThomas HuthF: include/ui/spice-display.h
15987ee3bf03SGerd HoffmannF: ui/spice-*.c
15997ee3bf03SGerd HoffmannF: audio/spiceaudio.c
16008d8b636dSPaolo BonziniF: hw/display/qxl*
1601608cfed6SMarkus ArmbrusterF: qapi/ui.json
16027ee3bf03SGerd Hoffmann
1603fd5d5c56SAnthony LiguoriGraphics
160425eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
160525eccc37SGerd HoffmannS: Odd Fixes
1606fd5d5c56SAnthony LiguoriF: ui/
1607e220656cSThomas HuthF: include/ui/
1608608cfed6SMarkus ArmbrusterF: qapi/ui.json
1609b1d38037SMarc-André LureauF: util/drm.c
1610fd5d5c56SAnthony Liguori
1611351f1bf6SAndreas FärberCocoa graphics
161230ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org>
1613351f1bf6SAndreas FärberS: Odd Fixes
1614351f1bf6SAndreas FärberF: ui/cocoa.m
1615351f1bf6SAndreas Färber
1616fd5d5c56SAnthony LiguoriMain loop
1617da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1618da26f37aSPaolo BonziniS: Maintained
1619da26f37aSPaolo BonziniF: cpus.c
16203ecb29a3SPaolo BonziniF: util/main-loop.c
16213ecb29a3SPaolo BonziniF: util/qemu-timer.c
1622fd5d5c56SAnthony LiguoriF: vl.c
16230e201d34SMarkus ArmbrusterF: qapi/run-state.json
1624fd5d5c56SAnthony Liguori
16258899b4aeSLuiz CapitulinoHuman Monitor (HMP)
1626c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1627fbb0621aSLuiz CapitulinoS: Maintained
1628fd5d5c56SAnthony LiguoriF: monitor.c
1629c13e9912SThomas HuthF: hmp.[ch]
1630c13e9912SThomas HuthF: hmp-commands*.hx
1631c13e9912SThomas HuthF: include/monitor/hmp-target.h
1632bbcee372SThomas HuthF: tests/test-hmp.c
1633fd5d5c56SAnthony Liguori
1634f536f112SPaolo BonziniNetwork device backends
1635442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com>
1636fd5d5c56SAnthony LiguoriS: Maintained
1637fd5d5c56SAnthony LiguoriF: net/
1638d24b2b1cSThomas HuthF: include/net/
16395fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net
16403c0bd37dSMarkus ArmbrusterF: qapi/net.json
1641fd5d5c56SAnthony Liguori
1642aee09bafSVincenzo MaffioneNetmap network backend
1643aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it>
1644aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1645aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com>
1646aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/
1647aee09bafSVincenzo MaffioneS: Maintained
1648aee09bafSVincenzo MaffioneF: net/netmap.c
1649aee09bafSVincenzo Maffione
16502f54eb98SEduardo HabkostNUMA
16512f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16522f54eb98SEduardo HabkostS: Maintained
16532f54eb98SEduardo HabkostF: numa.c
16542f54eb98SEduardo HabkostF: include/sysemu/numa.h
1655e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16562f54eb98SEduardo Habkost
16574fc264f4SEduardo HabkostHost Memory Backends
16584fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
16594fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com>
16604fc264f4SEduardo HabkostS: Maintained
16614fc264f4SEduardo HabkostF: backends/hostmem*.c
16624fc264f4SEduardo HabkostF: include/sysemu/hostmem.h
1663e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next
16644fc264f4SEduardo Habkost
16656034011cSGongleiCryptodev Backends
16666034011cSGongleiM: Gonglei <arei.gonglei@huawei.com>
16676034011cSGongleiS: Maintained
16686034011cSGongleiF: include/sysemu/cryptodev*.h
16696034011cSGongleiF: backends/cryptodev*.c
16706034011cSGonglei
1671ad904f66SEduardo HabkostPython scripts
1672ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com>
1673ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com>
1674ad904f66SEduardo HabkostS: Odd fixes
1675ad904f66SEduardo HabkostF: scripts/qmp/*
1676ad904f66SEduardo HabkostF: scripts/*.py
1677ad904f66SEduardo HabkostF: tests/*.py
1678ad904f66SEduardo Habkost
16798899b4aeSLuiz CapitulinoQAPI
16809740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
16818899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com>
16829740618cSLuiz CapitulinoS: Supported
16838899b4aeSLuiz CapitulinoF: qapi/
16840311c5bdSMarkus ArmbrusterX: qapi/*.json
1685ac4abb9aSMarkus ArmbrusterF: include/qapi/
1686ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/
1687ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h
1688c0bd0b50SPaolo BonziniF: tests/qapi-schema/
1689ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c
1690e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c
1691ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c
1692e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c
1693be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py
1694be25fcc4SMarkus ArmbrusterF: scripts/qapi/*
1695c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi*
16969740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
16978899b4aeSLuiz Capitulino
16987810d291SLuiz CapitulinoQAPI Schema
16997810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com>
17007810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17017810d291SLuiz CapitulinoS: Supported
17020311c5bdSMarkus ArmbrusterF: qapi/*.json
17039740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17047810d291SLuiz Capitulino
1705f3582ba4SLuiz CapitulinoQObject
1706daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com>
1707daf5dc78SMarkus ArmbrusterS: Supported
1708f3582ba4SLuiz CapitulinoF: qobject/
17097735d2b5SMarkus ArmbrusterF: include/qapi/qmp/
17107735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h
1711a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci
17127735d2b5SMarkus ArmbrusterF: tests/check-qdict.c
171301b2ffceSMarc-André LureauF: tests/check-qnum.c
17147735d2b5SMarkus ArmbrusterF: tests/check-qjson.c
17157735d2b5SMarkus ArmbrusterF: tests/check-qlist.c
17167735d2b5SMarkus ArmbrusterF: tests/check-qstring.c
1717daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next
1718f3582ba4SLuiz Capitulino
1719f05d9999SMichael RothQEMU Guest Agent
1720f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com>
1721f05d9999SMichael RothS: Maintained
1722f05d9999SMichael RothF: qga/
1723ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi
1724ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/
1725ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c
1726ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi
1727f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga
1728f05d9999SMichael Roth
17294688c94cSAndreas FärberQOM
17304688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de>
17314688c94cSAndreas FärberS: Supported
17324688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next
17334688c94cSAndreas FärberF: include/qom/
17344688c94cSAndreas FärberX: include/qom/cpu.h
17354688c94cSAndreas FärberF: qom/
17364688c94cSAndreas FärberX: qom/cpu.c
17379f4aa7ceSAndreas FärberF: tests/check-qom-interface.c
17389f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c
17394688c94cSAndreas Färber
17408899b4aeSLuiz CapitulinoQMP
17419740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com>
17429740618cSLuiz CapitulinoS: Supported
17438899b4aeSLuiz CapitulinoF: qmp.c
17448899b4aeSLuiz CapitulinoF: monitor.c
1745c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-*
17469740618cSLuiz CapitulinoF: scripts/qmp/
1747f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c
1748d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c
17499740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next
17508899b4aeSLuiz Capitulino
175198a43bf0SPaolo Bonziniqtest
175298a43bf0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
175398a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com>
175498a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com>
175598a43bf0SPaolo BonziniS: Maintained
175698a43bf0SPaolo BonziniF: qtest.c
175798a43bf0SPaolo BonziniF: tests/libqtest.*
175898a43bf0SPaolo BonziniF: tests/libqos/
175998a43bf0SPaolo BonziniF: tests/*-test.c
176098a43bf0SPaolo Bonzini
1761cc0100f4SAlistair FrancisRegister API
1762c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me>
1763cc0100f4SAlistair FrancisS: Maintained
1764cc0100f4SAlistair FrancisF: hw/core/register.c
1765cc0100f4SAlistair FrancisF: include/hw/register.h
176606a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h
1767cc0100f4SAlistair Francis
1768fd5d5c56SAnthony LiguoriSLIRP
1769eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org>
1770bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com>
1771bafc72abSJan KiszkaS: Maintained
1772fd5d5c56SAnthony LiguoriF: slirp/
1773663fb1e1SThomas HuthF: net/slirp.c
1774d24b2b1cSThomas HuthF: include/net/slirp.h
177502cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp
17761ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp
1777fd5d5c56SAnthony Liguori
1778b1ed728aSPaolo BonziniStubs
1779b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com>
1780b1ed728aSPaolo BonziniS: Maintained
1781b1ed728aSPaolo BonziniF: stubs/
1782b1ed728aSPaolo Bonzini
1783598a3f35SStefan HajnocziTracing
17841cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
1785598a3f35SStefan HajnocziS: Maintained
1786598a3f35SStefan HajnocziF: trace/
17870e076292SThomas HuthF: trace-events
17880e076292SThomas HuthF: qemu-option-trace.texi
1789f70fd8fdSLluís VilanovaF: scripts/tracetool.py
1790f70fd8fdSLluís VilanovaF: scripts/tracetool/
1791c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt
17921ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing
1793598a3f35SStefan Hajnoczi
17943859b6cfSMarkus ArmbrusterTPM
17956b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com>
17966b4f250bSStefan BergerS: Maintained
17973859b6cfSMarkus ArmbrusterF: tpm.c
1798c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c
17993859b6cfSMarkus ArmbrusterF: hw/tpm/*
18003859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h
18013859b6cfSMarkus ArmbrusterF: include/sysemu/tpm*
18023859b6cfSMarkus ArmbrusterF: qapi/tpm.json
18036b4f250bSStefan BergerF: backends/tpm.c
1804adb0e917SStefan BergerF: tests/*tpm*
1805d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next
18063859b6cfSMarkus Armbruster
180714f40fdcSBlue SwirlCheckpatch
180814f40fdcSBlue SwirlS: Odd Fixes
180914f40fdcSBlue SwirlF: scripts/checkpatch.pl
181014f40fdcSBlue Swirl
1811c0787c8dSJuan QuintelaMigration
1812c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com>
1813d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com>
1814c0787c8dSJuan QuintelaS: Maintained
1815c0787c8dSJuan QuintelaF: include/migration/
181644a1f946SDr. David Alan GilbertF: migration/
1817c5515640SAmit ShahF: scripts/vmstate-static-checker.py
1818c5515640SAmit ShahF: tests/vmstate-static-checker-data/
18192656bfd9SJuan QuintelaF: tests/migration-test.c
1820c468e368SMarkus ArmbrusterF: docs/devel/migration.rst
182148685a8eSMarkus ArmbrusterF: qapi/migration.json
1822c0787c8dSJuan Quintela
182392bfedb0SEduardo OtuboSeccomp
1824064983cbSotuboM: Eduardo Otubo <otubo@redhat.com>
182592bfedb0SEduardo OtuboS: Supported
182692bfedb0SEduardo OtuboF: qemu-seccomp.c
182792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h
182892bfedb0SEduardo Otubo
1829ddbb0d09SDaniel P. BerrangeCryptography
1830ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1831ddbb0d09SDaniel P. BerrangeS: Maintained
1832ddbb0d09SDaniel P. BerrangeF: crypto/
1833ddbb0d09SDaniel P. BerrangeF: include/crypto/
1834ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-*
18353947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-*
1836899833cdSDaniel P. BerrangeF: qemu.sasl
1837ddbb0d09SDaniel P. Berrange
183810817bf0SDaniel P. BerrangeCoroutines
183910817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com>
184010817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com>
184110817bf0SDaniel P. BerrangeF: util/*coroutine*
184210817bf0SDaniel P. BerrangeF: include/qemu/coroutine*
184310817bf0SDaniel P. BerrangeF: tests/test-coroutine.c
184410817bf0SDaniel P. Berrange
184588c5f205SDaniel P. BerrangeBuffers
184688c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
184788c5f205SDaniel P. BerrangeS: Odd fixes
184888c5f205SDaniel P. BerrangeF: util/buffer.c
184988c5f205SDaniel P. BerrangeF: include/qemu/buffer.h
185088c5f205SDaniel P. Berrange
1851666a3af9SDaniel P. BerrangeI/O Channels
1852666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
1853666a3af9SDaniel P. BerrangeS: Maintained
1854666a3af9SDaniel P. BerrangeF: io/
1855666a3af9SDaniel P. BerrangeF: include/io/
1856666a3af9SDaniel P. BerrangeF: tests/test-io-*
1857666a3af9SDaniel P. Berrange
18585614a283SGerd HoffmannSockets
18595614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com>
18605614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com>
18615614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com>
18625614a283SGerd HoffmannS: Maintained
18635614a283SGerd HoffmannF: include/qemu/sockets.h
18645614a283SGerd HoffmannF: util/qemu-sockets.c
1865a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json
18665614a283SGerd Hoffmann
1867d310d85bSAlberto GarciaThrottling infrastructure
1868d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com>
1869d310d85bSAlberto GarciaS: Supported
1870d310d85bSAlberto GarciaF: block/throttle-groups.c
1871d310d85bSAlberto GarciaF: include/block/throttle-groups.h
187289603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h
1873d310d85bSAlberto GarciaF: util/throttle.c
187489603938SPhilippe Mathieu-DaudéF: docs/throttle.txt
187589603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c
1876d310d85bSAlberto GarciaL: qemu-block@nongnu.org
1877d310d85bSAlberto Garcia
1878080d7aacSFam ZhengUUID
1879080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com>
1880080d7aacSFam ZhengS: Supported
1881080d7aacSFam ZhengF: util/uuid.c
1882080d7aacSFam ZhengF: include/qemu/uuid.h
1883080d7aacSFam ZhengF: tests/test-uuid.c
1884080d7aacSFam Zheng
1885a4cc318eSzhanghailiangCOLO Framework
1886a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com>
1887a4cc318eSzhanghailiangS: Maintained
1888a4cc318eSzhanghailiangF: migration/colo*
1889a4cc318eSzhanghailiangF: include/migration/colo.h
1890a4cc318eSzhanghailiangF: include/migration/failover.h
1891a4cc318eSzhanghailiangF: docs/COLO-FT.txt
1892a4cc318eSzhanghailiang
189388f82ed1SZhang ChenCOLO Proxy
1894b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com>
189588f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com>
189688f82ed1SZhang ChenS: Supported
189788f82ed1SZhang ChenF: docs/colo-proxy.txt
189888f82ed1SZhang ChenF: net/colo*
189988f82ed1SZhang ChenF: net/filter-rewriter.c
190088f82ed1SZhang ChenF: net/filter-mirror.c
190188f82ed1SZhang Chen
190262258201SPavel DovgalyukRecord/replay
190362258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
190462258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com>
190570b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay
190662258201SPavel DovgalyukS: Supported
190762258201SPavel DovgalyukF: replay/*
190862258201SPavel DovgalyukF: block/blkreplay.c
190962258201SPavel DovgalyukF: net/filter-replay.c
191062258201SPavel DovgalyukF: include/sysemu/replay.h
191162258201SPavel DovgalyukF: docs/replay.txt
191262258201SPavel DovgalyukF: stubs/replay.c
191362258201SPavel Dovgalyuk
1914eecf5eedSPeter XuIOVA Tree
1915eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com>
1916eecf5eedSPeter XuS: Maintained
1917eecf5eedSPeter XuF: include/qemu/iova-tree.h
1918eecf5eedSPeter XuF: util/iova-tree.c
1919eecf5eedSPeter Xu
19205ee547bbSViktor Prutyanovelf2dmp
19215ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
19225ee547bbSViktor PrutyanovS: Maintained
19235ee547bbSViktor PrutyanovF: contrib/elf2dmp/
19245ee547bbSViktor Prutyanov
1925fd5d5c56SAnthony LiguoriUsermode Emulation
1926fd5d5c56SAnthony Liguori------------------
1927486bbe5fSPaolo BonziniOverall
1928486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi>
1929486bbe5fSPaolo BonziniS: Maintained
1930486bbe5fSPaolo BonziniF: thunk.c
193158410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c
1932486bbe5fSPaolo Bonzini
1933fd5d5c56SAnthony LiguoriBSD user
1934297e8005SMarkus ArmbrusterS: Orphan
1935fd5d5c56SAnthony LiguoriF: bsd-user/
1936ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak
1937fd5d5c56SAnthony Liguori
1938fd5d5c56SAnthony LiguoriLinux user
1939fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi>
1940ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu>
1941fd5d5c56SAnthony LiguoriS: Maintained
1942fd5d5c56SAnthony LiguoriF: linux-user/
1943ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak
1944e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh
194542f5a7e9SAurelien Jarno
194642f5a7e9SAurelien JarnoTiny Code Generator (TCG)
194742f5a7e9SAurelien Jarno-------------------------
194842f5a7e9SAurelien JarnoCommon code
1949cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net>
195042f5a7e9SAurelien JarnoS: Maintained
195142f5a7e9SAurelien JarnoF: tcg/
195242f5a7e9SAurelien Jarno
1953b25a464cSClaudio FontanaAArch64 target
1954b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com>
1955b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com>
1956b25a464cSClaudio FontanaS: Maintained
1957b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
1958b25a464cSClaudio FontanaF: tcg/aarch64/
1959c17652eeSPaolo BonziniF: disas/arm-a64.cc
1960c17652eeSPaolo BonziniF: disas/libvixl/
1961b25a464cSClaudio Fontana
196242f5a7e9SAurelien JarnoARM target
196342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com>
196442f5a7e9SAurelien JarnoS: Maintained
1965b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org
196642f5a7e9SAurelien JarnoF: tcg/arm/
1967c17652eeSPaolo BonziniF: disas/arm.c
196842f5a7e9SAurelien Jarno
196942f5a7e9SAurelien Jarnoi386 target
19705dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org
197142f5a7e9SAurelien JarnoS: Maintained
197242f5a7e9SAurelien JarnoF: tcg/i386/
1973c17652eeSPaolo BonziniF: disas/i386.c
197442f5a7e9SAurelien Jarno
197542f5a7e9SAurelien JarnoMIPS target
1976d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net>
197742f5a7e9SAurelien JarnoS: Maintained
197842f5a7e9SAurelien JarnoF: tcg/mips/
1979c17652eeSPaolo BonziniF: disas/mips.c
198042f5a7e9SAurelien Jarno
198142f5a7e9SAurelien JarnoPPC
198215610d42SPranith KumarM: Richard Henderson <rth@twiddle.net>
198315610d42SPranith KumarS: Odd Fixes
198442f5a7e9SAurelien JarnoF: tcg/ppc/
1985c17652eeSPaolo BonziniF: disas/ppc.c
198642f5a7e9SAurelien Jarno
198742f5a7e9SAurelien JarnoS390 target
198842f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de>
198942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net>
199042f5a7e9SAurelien JarnoS: Maintained
199142f5a7e9SAurelien JarnoF: tcg/s390/
1992c17652eeSPaolo BonziniF: disas/s390.c
1993146bd283SCornelia HuckL: qemu-s390x@nongnu.org
199442f5a7e9SAurelien Jarno
199542f5a7e9SAurelien JarnoSPARC target
1996297e8005SMarkus ArmbrusterS: Odd Fixes
199742f5a7e9SAurelien JarnoF: tcg/sparc/
1998c17652eeSPaolo BonziniF: disas/sparc.c
1999bc75c9e5SStefan Weil
2000bc75c9e5SStefan WeilTCI target
2001bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de>
2002bc75c9e5SStefan WeilS: Maintained
20038ef9cd55SAndreas FärberF: tcg/tci/
2004752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c
2005c17652eeSPaolo BonziniF: disas/tci.c
2006aa09c951SAndreas Färber
2007f05b328cSStefan HajnocziBlock drivers
2008f05b328cSStefan Hajnoczi-------------
2009f05b328cSStefan HajnocziVMDK
2010f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com>
2011c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2012f05b328cSStefan HajnocziS: Supported
2013f05b328cSStefan HajnocziF: block/vmdk.c
2014f05b328cSStefan Hajnoczi
2015f05b328cSStefan HajnocziRBD
20165a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com>
2017280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2018280458a3SJeff CodyL: qemu-block@nongnu.org
2019f05b328cSStefan HajnocziS: Supported
2020f05b328cSStefan HajnocziF: block/rbd.c
2021280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2022f05b328cSStefan Hajnoczi
2023f05b328cSStefan HajnocziSheepdog
202453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
2025f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com>
2026280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2027280458a3SJeff CodyL: qemu-block@nongnu.org
2028dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org
2029f05b328cSStefan HajnocziS: Supported
2030f05b328cSStefan HajnocziF: block/sheepdog.c
2031280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2032f05b328cSStefan Hajnoczi
2033f05b328cSStefan HajnocziVHDX
2034f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com>
2035280458a3SJeff CodyL: qemu-block@nongnu.org
2036f05b328cSStefan HajnocziS: Supported
2037f05b328cSStefan HajnocziF: block/vhdx*
2038280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2039f05b328cSStefan Hajnoczi
2040f05b328cSStefan HajnocziVDI
2041f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de>
2042c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2043f05b328cSStefan HajnocziS: Maintained
2044f05b328cSStefan HajnocziF: block/vdi.c
2045f05b328cSStefan Hajnoczi
2046f05b328cSStefan HajnocziiSCSI
2047f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2048f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com>
2049f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de>
2050c95e4c0eSKevin WolfL: qemu-block@nongnu.org
2051f05b328cSStefan HajnocziS: Supported
2052f05b328cSStefan HajnocziF: block/iscsi.c
20532deb63c2SPeter LievenF: block/iscsi-opts.c
2054f05b328cSStefan Hajnoczi
205599c62e70SEric BlakeNetwork Block Device (NBD)
205699c62e70SEric BlakeM: Eric Blake <eblake@redhat.com>
205799c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com>
205899c62e70SEric BlakeL: qemu-block@nongnu.org
205999c62e70SEric BlakeS: Maintained
206099c62e70SEric BlakeF: block/nbd*
206199c62e70SEric BlakeF: nbd/
206299c62e70SEric BlakeF: include/block/nbd*
206399c62e70SEric BlakeF: qemu-nbd.*
206499c62e70SEric BlakeF: blockdev-nbd.c
20653229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt
206699c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd
206799c62e70SEric Blake
20686542aa9cSPeter LievenNFS
2069280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
20706542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de>
2071280458a3SJeff CodyL: qemu-block@nongnu.org
20726542aa9cSPeter LievenS: Maintained
20736542aa9cSPeter LievenF: block/nfs.c
2074280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
20756542aa9cSPeter Lieven
2076f05b328cSStefan HajnocziSSH
2077f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com>
2078280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2079280458a3SJeff CodyL: qemu-block@nongnu.org
2080f05b328cSStefan HajnocziS: Supported
2081f05b328cSStefan HajnocziF: block/ssh.c
2082280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2083c9a12e75SChrysostomos Nanakos
2084280458a3SJeff CodyCURL
2085280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2086280458a3SJeff CodyL: qemu-block@nongnu.org
2087280458a3SJeff CodyS: Supported
2088280458a3SJeff CodyF: block/curl.c
2089280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2090280458a3SJeff Cody
2091280458a3SJeff CodyGLUSTER
2092280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com>
2093280458a3SJeff CodyL: qemu-block@nongnu.org
2094280458a3SJeff CodyS: Supported
2095280458a3SJeff CodyF: block/gluster.c
2096280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block
2097b5e9476cSGonglei
2098199667a8SFam ZhengNull Block Driver
2099199667a8SFam ZhengM: Fam Zheng <famz@redhat.com>
2100199667a8SFam ZhengL: qemu-block@nongnu.org
2101199667a8SFam ZhengS: Supported
2102199667a8SFam ZhengF: block/null.c
2103199667a8SFam Zheng
2104bdd6a90aSFam ZhengNVMe Block Driver
2105bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com>
2106bdd6a90aSFam ZhengL: qemu-block@nongnu.org
2107bdd6a90aSFam ZhengS: Supported
2108bdd6a90aSFam ZhengF: block/nvme*
2109bdd6a90aSFam Zheng
2110b5e9476cSGongleiBootdevice
2111b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com>
2112b5e9476cSGongleiS: Maintained
2113b5e9476cSGongleiF: bootdevice.c
2114ecdda9e0SAlberto Garcia
2115ecdda9e0SAlberto GarciaQuorum
2116ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com>
2117ecdda9e0SAlberto GarciaS: Supported
2118ecdda9e0SAlberto GarciaF: block/quorum.c
2119ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org
2120e7c6e631SStefan Hajnoczi
2121bfcc224eSAapo Vienamoblklogwrites
2122bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com>
2123bfcc224eSAapo VienamoL: qemu-block@nongnu.org
2124bfcc224eSAapo VienamoS: Supported
2125bfcc224eSAapo VienamoF: block/blklogwrites.c
2126bfcc224eSAapo Vienamo
2127e7c6e631SStefan Hajnocziblkverify
2128e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2129e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2130e7c6e631SStefan HajnocziS: Supported
2131e7c6e631SStefan HajnocziF: block/blkverify.c
2132e7c6e631SStefan Hajnoczi
2133e7c6e631SStefan Hajnoczibochs
2134e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2135e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2136e7c6e631SStefan HajnocziS: Supported
2137e7c6e631SStefan HajnocziF: block/bochs.c
2138e7c6e631SStefan Hajnoczi
2139e7c6e631SStefan Hajnoczicloop
2140e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2141e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2142e7c6e631SStefan HajnocziS: Supported
2143e7c6e631SStefan HajnocziF: block/cloop.c
2144e7c6e631SStefan Hajnoczi
2145e7c6e631SStefan Hajnoczidmg
2146e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2147e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2148e7c6e631SStefan HajnocziS: Supported
2149e7c6e631SStefan HajnocziF: block/dmg.c
2150e7c6e631SStefan Hajnoczi
2151e7c6e631SStefan Hajnocziparallels
2152e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2153f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org>
2154e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2155e7c6e631SStefan HajnocziS: Supported
2156e7c6e631SStefan HajnocziF: block/parallels.c
21575746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt
2158e7c6e631SStefan Hajnoczi
2159e7c6e631SStefan Hajnocziqed
2160e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2161e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2162e7c6e631SStefan HajnocziS: Supported
2163e7c6e631SStefan HajnocziF: block/qed.c
2164e7c6e631SStefan Hajnoczi
2165e7c6e631SStefan Hajnocziraw
2166e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2167e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2168e7c6e631SStefan HajnocziS: Supported
2169e7c6e631SStefan HajnocziF: block/linux-aio.c
2170f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h
21712e6fc7ebSEric BlakeF: block/raw-format.c
2172c1bb86cdSEric BlakeF: block/file-posix.c
2173c1bb86cdSEric BlakeF: block/file-win32.c
2174e7c6e631SStefan HajnocziF: block/win32-aio.c
2175e7c6e631SStefan Hajnoczi
2176e7c6e631SStefan Hajnocziqcow2
2177e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2178c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2179e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2180e7c6e631SStefan HajnocziS: Supported
2181e7c6e631SStefan HajnocziF: block/qcow2*
2182b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt
2183e7c6e631SStefan Hajnoczi
2184e7c6e631SStefan Hajnocziqcow
2185e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2186e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2187e7c6e631SStefan HajnocziS: Supported
2188e7c6e631SStefan HajnocziF: block/qcow.c
2189e7c6e631SStefan Hajnoczi
2190e7c6e631SStefan Hajnocziblkdebug
2191e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2192c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com>
2193e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2194e7c6e631SStefan HajnocziS: Supported
2195e7c6e631SStefan HajnocziF: block/blkdebug.c
2196e7c6e631SStefan Hajnoczi
2197e7c6e631SStefan Hajnoczivpc
2198e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2199e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2200e7c6e631SStefan HajnocziS: Supported
2201e7c6e631SStefan HajnocziF: block/vpc.c
2202e7c6e631SStefan Hajnoczi
2203e7c6e631SStefan Hajnoczivvfat
2204e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com>
2205e7c6e631SStefan HajnocziL: qemu-block@nongnu.org
2206e7c6e631SStefan HajnocziS: Supported
2207e7c6e631SStefan HajnocziF: block/vvfat.c
2208abfe4e94SStefan Hajnoczi
2209abfe4e94SStefan HajnocziImage format fuzzer
2210abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com>
2211abfe4e94SStefan HajnocziL: qemu-block@nongnu.org
2212abfe4e94SStefan HajnocziS: Supported
2213abfe4e94SStefan HajnocziF: tests/image-fuzzer/
2214717171bdSDaniel P. Berrange
2215049105a3SChanglong XieReplication
2216205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com>
22173ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com>
2218049105a3SChanglong XieS: Supported
2219049105a3SChanglong XieF: replication*
2220049105a3SChanglong XieF: block/replication.c
2221049105a3SChanglong XieF: tests/test-replication.c
2222049105a3SChanglong XieF: docs/block-replication.txt
2223049105a3SChanglong Xie
2224a3defabbSMarcel ApfelbaumPVRDMA
2225a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com>
2226fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2227a3defabbSMarcel ApfelbaumS: Maintained
2228a3defabbSMarcel ApfelbaumF: hw/rdma/*
2229a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/*
2230a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt
2231a3defabbSMarcel Apfelbaum
2232b9e02c06SAlex BennéeBuild and test automation
2233b9e02c06SAlex Bennée-------------------------
22340475a03eSEduardo HabkostBuild and test automation
2235b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
2236e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com>
223732b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org>
2238b9e02c06SAlex BennéeL: qemu-devel@nongnu.org
2239e70dc7f8SAlex BennéeS: Maintained
2240b9e02c06SAlex BennéeF: .travis.yml
22410708e647SAlex BennéeF: scripts/travis/
2242d92d886aSAlex BennéeF: .shippable.yml
2243e70dc7f8SAlex BennéeF: tests/docker/
224418023821SFam ZhengF: tests/vm/
2245e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu
22462a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu
2247e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/
2248717171bdSDaniel P. Berrange
22497e97017eSAlex BennéeGuest Test Compilation Support
22507e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org>
22517e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org>
22527e97017eSAlex BennéeF: tests/tcg/Makefile
2253c722a9e4SAlex BennéeF: tests/tcg/Makefile.include
22547e97017eSAlex BennéeL: qemu-devel@nongnu.org
22557e97017eSAlex Bennée
2256717171bdSDaniel P. BerrangeDocumentation
2257717171bdSDaniel P. Berrange-------------
2258717171bdSDaniel P. BerrangeBuild system architecture
2259717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2260717171bdSDaniel P. BerrangeS: Odd Fixes
2261c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt
22628a49e97fSFam Zheng
2263b02c9bc3SMarkus ArmbrusterIncompatible changes
2264b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com
2265b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi
2266b02c9bc3SMarkus Armbruster
2267aef45d51SDaniel P. BerrangeBuild System
2268aef45d51SDaniel P. Berrange------------
2269aef45d51SDaniel P. BerrangeGIT submodules
2270aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com>
2271aef45d51SDaniel P. BerrangeS: Odd Fixes
2272aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh
2273