blob: aa83a4cc09c638e42000ae4d2537ec3997853a2b [file] [log] [blame]
bellardb6f97c12008-05-09 09:39:00 +00001QEMU Maintainers
2================
3
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05004The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
bellard3cd9acb2008-06-04 14:57:43 +00008
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05009In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
bellardb6f97c12008-05-09 09:39:00 +000011
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050012Descriptions of section entries:
bellardb6f97c12008-05-09 09:39:00 +000013
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050014 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
Peter Maydellc91bbff2011-11-09 19:45:38 +000023 much other than throw the odd patch in. See below.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050024 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
bellardb6f97c12008-05-09 09:39:00 +000049
bellardb6f97c12008-05-09 09:39:00 +000050
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050051General Project Administration
52------------------------------
Anthony Liguoric4ca6902013-10-10 09:56:25 -070053M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050054
55Guest CPU cores (TCG):
56----------------------
bellardb6f97c12008-05-09 09:39:00 +000057Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -070058M: Richard Henderson <rth@twiddle.net>
59S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050060F: target-alpha/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010061F: hw/alpha/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050062
63ARM
Peter Maydell1ce9ce62011-09-20 16:18:46 +010064M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050065S: Maintained
66F: target-arm/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010067F: hw/arm/
68F: hw/cpu/a*mpcore.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050069
70CRIS
71M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
72S: Maintained
73F: target-cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010074F: hw/cris/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050075
Michael Walle07bf23a2011-02-17 23:45:18 +010076LM32
77M: Michael Walle <michael@walle.cc>
78S: Maintained
79F: target-lm32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010080F: hw/lm32/
Andreas Färber0ee10242013-07-24 22:49:02 +020081F: hw/char/lm32_*
Michael Walle07bf23a2011-02-17 23:45:18 +010082
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050083M68K
Anthony Liguori0e198852013-10-02 12:09:12 -050084S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050085F: target-m68k/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010086F: hw/m68k/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050087
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +020088MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050089M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90S: Maintained
91F: target-microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010092F: hw/microblaze/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050093
94MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +010095M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +020096S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050097F: target-mips/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010098F: hw/mips/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050099
Anthony Greend15a9c22013-03-18 15:49:25 -0400100Moxie
101M: Anthony Green <green@moxielogic.com>
102S: Maintained
103F: target-moxie/
104
Jia Liu945dad62013-07-02 20:55:17 +0800105OpenRISC
106M: Jia Liu <proljc@gmail.com>
107S: Maintained
108F: target-openrisc/
109F: hw/openrisc/
110
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500111PowerPC
112M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000113L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500114S: Maintained
115F: target-ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100116F: hw/ppc/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500117
Alexander Graf749717a2009-12-05 12:44:31 +0100118S390
Richard Henderson2b35e932012-12-05 09:23:25 -0600119M: Richard Henderson <rth@twiddle.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500120M: Alexander Graf <agraf@suse.de>
121S: Maintained
122F: target-s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100123F: hw/s390x/
bellardb6f97c12008-05-09 09:39:00 +0000124
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500125SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100126M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200127S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500128F: target-sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100129F: hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000130
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500131SPARC
132M: Blue Swirl <blauwirbel@gmail.com>
133S: Maintained
134F: target-sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100135F: hw/sparc/
136F: hw/sparc64/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500137
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100138UniCore32
139M: Guan Xuetao <gxt@mprc.pku.edu.cn>
140S: Maintained
141F: target-unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100142F: hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100143
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500144X86
145M: qemu-devel@nongnu.org
146S: Odd Fixes
147F: target-i386/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100148F: hw/i386/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500149
Max Filippov16e7caa2011-09-06 03:55:56 +0400150Xtensa
151M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400152W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400153S: Maintained
154F: target-xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100155F: hw/xtensa/
Max Filippov16e7caa2011-09-06 03:55:56 +0400156
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500157Guest CPU Cores (KVM):
158----------------------
159
160Overall
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300161M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500162L: kvm@vger.kernel.org
163S: Supported
164F: kvm-*
165F: */kvm.*
166
Peter Maydelled4659d2013-03-05 00:34:43 +0000167ARM
168M: Peter Maydell <peter.maydell@linaro.org>
169S: Maintained
170F: target-arm/kvm.c
171
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500172PPC
173M: Alexander Graf <agraf@suse.de>
174S: Maintained
175F: target-ppc/kvm.c
176
177S390
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100178M: Christian Borntraeger <borntraeger@de.ibm.com>
179M: Cornelia Huck <cornelia.huck@de.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500180M: Alexander Graf <agraf@suse.de>
181S: Maintained
182F: target-s390x/kvm.c
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100183F: hw/intc/s390_flic.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500184
185X86
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500186M: Marcelo Tosatti <mtosatti@redhat.com>
187L: kvm@vger.kernel.org
188S: Supported
189F: target-i386/kvm.c
190
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100191Guest CPU Cores (Xen):
192----------------------
193
194X86
195M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
196L: xen-devel@lists.xensource.com
197S: Supported
198F: xen-*
199F: */xen*
200
Stefan Weil1bdd6872012-01-27 18:53:49 +0100201Hosts:
202------
203
204LINUX
205L: qemu-devel@nongnu.org
206S: Maintained
207F: linux-*
208F: linux-headers/
209
210POSIX
211L: qemu-devel@nongnu.org
212S: Maintained
213F: *posix*
214
215W32, W64
216L: qemu-devel@nongnu.org
217M: Stefan Weil <sw@weilnetz.de>
218S: Maintained
219F: *win32*
220
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500221ARM Machines
222------------
liguang84291fe2013-12-17 19:42:38 +0000223Allwinner-a10
224M: Li Guang <lig.fnst@cn.fujitsu.com>
225S: Maintained
226F: hw/*/allwinner-a10*
227F: include/hw/*/allwinner-a10*
228F: hw/arm/cubieboard.c
229
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000230Exynos
231M: Evgeny Voevodin <e.voevodin@samsung.com>
232M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400233M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000234M: Dmitry Solodkiy <d.solodkiy@samsung.com>
235S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100236F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000237
Mark Langsdorf766fd092012-02-16 09:56:10 +0000238Calxeda Highbank
239M: Mark Langsdorf <mark.langsdorf@calxeda.com>
240S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100241F: hw/arm/highbank.c
242F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000243
Antony Pavlov9082f122013-12-17 19:42:37 +0000244Canon DIGIC
245M: Antony Pavlov <antonynpavlov@gmail.com>
246S: Maintained
247F: include/hw/arm/digic.h
248F: hw/*/digic*
249
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500250Gumstix
251M: qemu-devel@nongnu.org
252S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100253F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500254
Peter Chubb03255592012-07-04 10:43:34 +0000255i.MX31
256M: Peter Chubb <peter.chubb@nicta.com.au>
257S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100258F: hw/*/imx*
259F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000260
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500261Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100262M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500263S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100264F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500265
266Mainstone
267M: qemu-devel@nongnu.org
268S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100269F: hw/arm/mainstone.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500270
271Musicpal
272M: Jan Kiszka <jan.kiszka@web.de>
273S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100274F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500275
276nSeries
277M: Andrzej Zaborowski <balrogg@gmail.com>
278S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100279F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500280
281Palm
282M: Andrzej Zaborowski <balrogg@gmail.com>
283S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100284F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500285
286Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100287M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500288S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100289F: hw/arm/realview*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500290
291Spitz
292M: Andrzej Zaborowski <balrogg@gmail.com>
293S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100294F: hw/arm/spitz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500295
296Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100297M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500298S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100299F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500300
301Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100302M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500303S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100304F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500305
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000306Xilinx Zynq
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700307M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000308S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100309F: hw/arm/xilinx_zynq.c
310F: hw/misc/zynq_slcr.c
311F: hw/*/cadence_*
312F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000313
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500314CRIS Machines
315-------------
316Axis Dev88
317M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
318S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100319F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100320F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500321
Michael Walle07bf23a2011-02-17 23:45:18 +0100322LM32 Machines
323-------------
324EVR32 and uclinux BSP
325M: Michael Walle <michael@walle.cc>
326S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100327F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100328
Michael Walled118aa62011-03-07 23:32:45 +0100329milkymist
330M: Michael Walle <michael@walle.cc>
331S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100332F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100333
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100334M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500335-------------
336an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500337S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100338F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500339
340dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500341S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100342F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500343
344mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500345S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100346F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500347
348MicroBlaze Machines
349-------------------
350petalogix_s3adsp1800
351M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
352S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100353F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500354
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000355petalogix_ml605
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700356M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000357S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100358F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000359
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500360MIPS Machines
361-------------
362Jazz
363M: Hervé Poussineau <hpoussin@reactos.org>
364S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100365F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500366
367Malta
368M: Aurelien Jarno <aurelien@aurel32.net>
369S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100370F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500371
372Mipssim
373M: qemu-devel@nongnu.org
374S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100375F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500376
377R4000
378M: Aurelien Jarno <aurelien@aurel32.net>
379S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100380F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500381
Jia Liu945dad62013-07-02 20:55:17 +0800382OpenRISC Machines
383-----------------
384or1k-sim
385M: Jia Liu <proljc@gmail.com>
386S: Maintained
387F: hw/openrisc/openrisc_sim.c
388
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500389PowerPC Machines
390----------------
391405
392M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000393L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000394S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100395F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500396
Andreas Färberaaade8d2012-08-22 05:48:47 +0000397Bamboo
398M: Alexander Graf <agraf@suse.de>
399L: qemu-ppc@nongnu.org
400S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100401F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000402
Andreas Färber98cded32012-08-22 05:48:45 +0000403e500
404M: Alexander Graf <agraf@suse.de>
405M: Scott Wood <scottwood@freescale.com>
406L: qemu-ppc@nongnu.org
407S: Supported
408F: hw/ppc/e500.[hc]
409F: hw/ppc/e500plat.c
410
411mpc8544ds
412M: Alexander Graf <agraf@suse.de>
413M: Scott Wood <scottwood@freescale.com>
414L: qemu-ppc@nongnu.org
415S: Supported
416F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100417F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000418
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500419New World
420M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000421L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500422S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000423F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100424F: hw/pci-host/uninorth.c
425F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100426F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500427
428Old World
429M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000430L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500431S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000432F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100433F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100434F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500435
Andreas Färberec38d392011-11-01 00:03:07 +0100436PReP
437M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000438L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100439S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100440F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100441F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100442F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500443
Andreas Färber8a269ca2012-08-22 05:48:44 +0000444sPAPR
Andreas Färber8a269ca2012-08-22 05:48:44 +0000445M: Alexander Graf <agraf@suse.de>
446L: qemu-ppc@nongnu.org
447S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100448F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000449F: include/hw/*/spapr*
450F: hw/*/xics*
451F: include/hw/*/xics*
452F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000453
Andreas Färber794d00b2012-08-22 05:48:48 +0000454virtex_ml507
455M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
456L: qemu-ppc@nongnu.org
457S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100458F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000459
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500460SH4 Machines
461------------
462R2D
463M: Magnus Damm <magnus.damm@gmail.com>
464S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100465F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500466
467Shix
468M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100469S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100470F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500471
472SPARC Machines
473--------------
474Sun4m
475M: Blue Swirl <blauwirbel@gmail.com>
476S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100477F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500478
479Sun4u
480M: Blue Swirl <blauwirbel@gmail.com>
481S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100482F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500483
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200484Leon3
485M: Fabien Chouteau <chouteau@adacore.com>
486S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100487F: hw/sparc/leon3.c
488F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200489
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500490S390 Machines
491-------------
492S390 Virtio
493M: Alexander Graf <agraf@suse.de>
494S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100495F: hw/s390x/s390-*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500496
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000497S390 Virtio-ccw
498M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100499M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000500M: Alexander Graf <agraf@suse.de>
501S: Supported
502F: hw/s390x/s390-virtio-ccw.c
503F: hw/s390x/css.[hc]
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100504F: hw/s390x/sclp*.[hc]
505F: hw/s390x/ipl*.[hc]
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000506T: git git://github.com/cohuck/qemu virtio-ccw-upstr
507
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800508UniCore32 Machines
509-------------
510PKUnity-3 SoC initramfs-with-busybox
511M: Guan Xuetao <gxt@mprc.pku.edu.cn>
512S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100513F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800514F: hw/unicore32/
515
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500516X86 Machines
517------------
518PC
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700519M: Anthony Liguori <aliguori@amazon.com>
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200520M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500521S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200522F: include/hw/i386/
523F: hw/i386/
524F: hw/pci-host/piix.c
525F: hw/pci-host/q35.c
526F: hw/pci-host/pam.c
527F: include/hw/pci-host/q35.h
528F: include/hw/pci-host/pam.h
529F: hw/isa/piix4.c
530F: hw/isa/lpc_ich9.c
531F: hw/i2c/smbus_ich9.c
532F: hw/acpi/piix4.c
533F: hw/acpi/ich9.c
534F: include/hw/acpi/ich9.h
535F: include/hw/acpi/piix.h
536
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500537
Max Filippov16e7caa2011-09-06 03:55:56 +0400538Xtensa Machines
539---------------
Max Filippov375847a2011-10-28 02:11:05 +0400540sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400541M: Max Filippov <jcmvbkbc@gmail.com>
542S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100543F: hw/xtensa/xtensa_sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400544
545Avnet LX60
546M: Max Filippov <jcmvbkbc@gmail.com>
547S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100548F: hw/xtensa/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400549
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500550Devices
551-------
552IDE
553M: Kevin Wolf <kwolf@redhat.com>
554S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100555F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500556F: hw/ide/
557
Peter Maydellf5f487b2011-09-17 17:26:15 +0100558OMAP
559M: Peter Maydell <peter.maydell@linaro.org>
560S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100561F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100562
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500563PCI
564M: Michael S. Tsirkin <mst@redhat.com>
565S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100566F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200567F: hw/pci/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100568F: hw/acpi/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500569
Andreas Färberaaade8d2012-08-22 05:48:47 +0000570ppc4xx
571M: Alexander Graf <agraf@suse.de>
572L: qemu-ppc@nongnu.org
573S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100574F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000575
Andreas Färber98cded32012-08-22 05:48:45 +0000576ppce500
577M: Alexander Graf <agraf@suse.de>
578M: Scott Wood <scottwood@freescale.com>
579L: qemu-ppc@nongnu.org
580S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100581F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000582
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500583SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100584M: Paolo Bonzini <pbonzini@redhat.com>
585S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100586F: include/hw/scsi*
587F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200588T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100589
590LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500591S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100592F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500593
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000594SSI
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700595M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000596S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100597F: hw/ssi/*
598F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000599
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500600USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100601M: Gerd Hoffmann <kraxel@redhat.com>
602S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100603F: hw/usb/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500604
Alex Williamson92e1fb52012-09-26 11:19:39 -0600605VFIO
606M: Alex Williamson <alex.williamson@redhat.com>
607S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100608F: hw/misc/vfio.c
Alex Williamson92e1fb52012-09-26 11:19:39 -0600609
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500610vhost
611M: Michael S. Tsirkin <mst@redhat.com>
612S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100613F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500614
615virtio
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700616M: Anthony Liguori <aliguori@amazon.com>
Michael S. Tsirkina75143e2014-01-26 12:39:55 +0200617M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500618S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100619F: hw/*/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500620
621virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530622M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500623S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200624F: hw/9pfs/
625F: fsdev/
Andreas Färber2d888c02014-02-21 17:15:21 +0100626F: tests/virtio-9p-test.c
Andreas Färber3f3309c2012-04-13 18:23:55 +0200627T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500628
629virtio-blk
630M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100631M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500632S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100633F: hw/block/virtio-blk.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500634
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000635virtio-ccw
636M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100637M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000638S: Supported
639F: hw/s390x/virtio-ccw.[hc]
640T: git git://github.com/cohuck/qemu virtio-ccw-upstr
641
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500642virtio-serial
643M: Amit Shah <amit.shah@redhat.com>
644S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100645F: hw/char/virtio-serial-bus.c
646F: hw/char/virtio-console.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500647
Keith Buschf3c507a2013-06-04 09:17:10 -0600648nvme
649M: Keith Busch <keith.busch@intel.com>
650S: Supported
651F: hw/block/nvme*
Andreas Färberfc967792014-02-21 22:19:43 +0100652F: tests/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -0600653
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000654Xilinx EDK
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700655M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000656M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
657S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100658F: hw/*/xilinx_*
659F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000660
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500661Subsystems
662----------
663Audio
664M: Vassili Karpov (malc) <av1474@comtv.ru>
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200665M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500666S: Maintained
667F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100668F: hw/audio/
Andreas Färberd7b50c02014-03-30 19:00:05 +0200669F: tests/ac97-test.c
Andreas Färber8fa74c92014-03-30 19:05:20 +0200670F: tests/es1370-test.c
Andreas Färberfbaf4452014-03-30 19:22:48 +0200671F: tests/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500672
673Block
674M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100675M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500676S: Supported
677F: block*
678F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100679F: hw/block/
Kevin Wolf46078762014-04-24 11:53:39 +0200680F: qemu-img*
681F: qemu-io*
Stefan Hajnoczid48addd2013-11-06 16:06:25 +0100682T: git git://repo.or.cz/qemu/kevin.git block
683T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500684
685Character Devices
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700686M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500687S: Maintained
688F: qemu-char.c
689
Andreas Färberf2ca0522012-09-17 19:10:32 +0200690CPU
691M: Andreas Färber <afaerber@suse.de>
692S: Supported
693F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100694F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100695F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200696
Igor Mammedovf0513d22013-04-29 17:02:50 +0200697ICC Bus
698M: Igor Mammedov <imammedo@redhat.com>
699S: Supported
700F: include/hw/cpu/icc_bus.h
701F: hw/cpu/icc_bus.c
702
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000703Device Tree
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700704M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000705M: Alexander Graf <agraf@suse.de>
706S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100707F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000708
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500709GDB stub
710M: qemu-devel@nongnu.org
711S: Odd Fixes
712F: gdbstub*
713F: gdb-xml/
714
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100715SPICE
716M: Gerd Hoffmann <kraxel@redhat.com>
717S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100718F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100719F: ui/spice-*.c
720F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100721F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100722
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500723Graphics
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700724M: Anthony Liguori <aliguori@amazon.com>
Gerd Hoffmann25eccc32014-04-07 10:42:03 +0200725M: Gerd Hoffmann <kraxel@redhat.com>
726S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500727F: ui/
728
Andreas Färber351f1bf2011-10-30 18:08:01 +0100729Cocoa graphics
730M: Andreas Färber <andreas.faerber@web.de>
Peter Maydell30ef3c72013-12-16 15:17:55 +0000731M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +0100732S: Odd Fixes
733F: ui/cocoa.m
734
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500735Main loop
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700736M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500737S: Supported
738F: vl.c
739
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400740Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500741M: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -0500742S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500743F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400744F: hmp.c
745F: hmp-commands.hx
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500746T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500747
748Network device layer
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700749M: Anthony Liguori <aliguori@amazon.com>
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200750M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500751S: Maintained
752F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100753T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500754
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +0100755Netmap network backend
756M: Luigi Rizzo <rizzo@iet.unipi.it>
757M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
758M: Vincenzo Maffione <v.maffione@gmail.com>
759W: http://info.iet.unipi.it/~luigi/netmap/
760S: Maintained
761F: net/netmap.c
762
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100763Network Block Device (NBD)
764M: Paolo Bonzini <pbonzini@redhat.com>
765S: Odd Fixes
766F: block/nbd.c
767F: nbd.*
768F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200769T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100770
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400771QAPI
772M: Luiz Capitulino <lcapitulino@redhat.com>
773M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -0500774S: Maintained
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400775F: qapi/
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500776T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400777
Luiz Capitulino7810d292013-06-03 11:11:53 -0400778QAPI Schema
779M: Eric Blake <eblake@redhat.com>
780M: Luiz Capitulino <lcapitulino@redhat.com>
781M: Markus Armbruster <armbru@redhat.com>
782S: Supported
783F: qapi-schema.json
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500784T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino7810d292013-06-03 11:11:53 -0400785
Andreas Färber4688c942014-04-24 15:00:14 +0200786QOM
787M: Anthony Liguori <aliguori@amazon.com>
788M: Andreas Färber <afaerber@suse.de>
789S: Supported
790T: git git://github.com/afaerber/qemu-cpu.git qom-next
791F: include/qom/
792X: include/qom/cpu.h
793F: qom/
794X: qom/cpu.c
795F: tests/qom-test.c
796
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400797QMP
798M: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -0500799S: Maintained
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400800F: qmp.c
801F: monitor.c
802F: qmp-commands.hx
803F: QMP/
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500804T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400805
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500806SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200807M: Jan Kiszka <jan.kiszka@siemens.com>
808S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500809F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200810T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500811
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100812Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200813M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100814S: Maintained
815F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200816F: scripts/tracetool.py
817F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100818F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200819T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100820
Blue Swirl14f40fd2011-11-26 09:51:23 +0000821Checkpatch
822M: Blue Swirl <blauwirbel@gmail.com>
823S: Odd Fixes
824F: scripts/checkpatch.pl
825
Eduardo Otubo92bfedb2013-09-09 14:04:15 -0300826Seccomp
827M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
828S: Supported
829F: qemu-seccomp.c
830F: include/sysemu/seccomp.h
831
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500832Usermode Emulation
833------------------
834BSD user
835M: Blue Swirl <blauwirbel@gmail.com>
836S: Maintained
837F: bsd-user/
838
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500839Linux user
840M: Riku Voipio <riku.voipio@iki.fi>
841S: Maintained
842F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100843
844Tiny Code Generator (TCG)
845-------------------------
846Common code
847M: qemu-devel@nongnu.org
Richard Hendersoncc7772b2013-07-03 11:09:03 -0700848M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100849S: Maintained
850F: tcg/
851
Claudio Fontanab25a4642013-06-12 16:20:24 +0100852AArch64 target
853M: Claudio Fontana <claudio.fontana@huawei.com>
854M: Claudio Fontana <claudio.fontana@gmail.com>
855S: Maintained
856F: tcg/aarch64/
857
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100858ARM target
859M: Andrzej Zaborowski <balrogg@gmail.com>
860S: Maintained
861F: tcg/arm/
862
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100863i386 target
864M: qemu-devel@nongnu.org
865S: Maintained
866F: tcg/i386/
867
868IA64 target
869M: Aurelien Jarno <aurelien@aurel32.net>
870S: Maintained
871F: tcg/ia64/
872
873MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100874M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100875S: Maintained
876F: tcg/mips/
877
878PPC
879M: Vassili Karpov (malc) <av1474@comtv.ru>
880S: Maintained
881F: tcg/ppc/
882
883PPC64 target
884M: Vassili Karpov (malc) <av1474@comtv.ru>
885S: Maintained
886F: tcg/ppc64/
887
888S390 target
889M: Alexander Graf <agraf@suse.de>
890M: Richard Henderson <rth@twiddle.net>
891S: Maintained
892F: tcg/s390/
893
894SPARC target
895M: Blue Swirl <blauwirbel@gmail.com>
896S: Maintained
897F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100898
899TCI target
900M: Stefan Weil <sw@weilnetz.de>
901S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200902F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +0200903F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +0200904
905Stable branches
906---------------
907Stable 1.0
908L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200909T: git git://git.qemu-project.org/qemu-stable-1.0.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200910S: Orphan
911
912Stable 0.15
913L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +0200914M: Andreas Färber <afaerber@suse.de>
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200915T: git git://git.qemu-project.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +0200916S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +0200917
918Stable 0.14
919L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200920T: git git://git.qemu-project.org/qemu-stable-0.14.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200921S: Orphan
922
923Stable 0.10
924L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200925T: git git://git.qemu-project.org/qemu-stable-0.10.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200926S: Orphan
Stefan Hajnoczif05b3282013-11-13 10:33:10 +0100927
928Block drivers
929-------------
930VMDK
931M: Fam Zheng <famz@redhat.com>
932S: Supported
933F: block/vmdk.c
934
935RBD
936M: Josh Durgin <josh.durgin@inktank.com>
937S: Supported
938F: block/rbd.c
939
940Sheepdog
941M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
942M: Liu Yuan <namei.unix@gmail.com>
Liu Yuandce32b62013-11-20 15:51:59 +0800943L: sheepdog@lists.wpkg.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +0100944S: Supported
945F: block/sheepdog.c
946
947VHDX
948M: Jeff Cody <jcody@redhat.com>
949S: Supported
950F: block/vhdx*
951
952VDI
953M: Stefan Weil <sw@weilnetz.de>
954S: Maintained
955F: block/vdi.c
956
957iSCSI
958M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
959M: Paolo Bonzini <pbonzini@redhat.com>
960M: Peter Lieven <pl@kamp.de>
961S: Supported
962F: block/iscsi.c
963
Peter Lieven6542aa92014-02-03 10:26:13 +0100964NFS
965M: Peter Lieven <pl@kamp.de>
966S: Maintained
967F: block/nfs.c
968
Stefan Hajnoczif05b3282013-11-13 10:33:10 +0100969SSH
970M: Richard W.M. Jones <rjones@redhat.com>
971S: Supported
972F: block/ssh.c