blob: fb5324285c7d36ee182316a49a08d59f7da89465 [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
Gleb Natapova2685bc2012-12-19 17:46:15 +0200161M: Gleb Natapov <gleb@redhat.com>
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300162M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500163L: kvm@vger.kernel.org
164S: Supported
165F: kvm-*
166F: */kvm.*
167
Peter Maydelled4659d2013-03-05 00:34:43 +0000168ARM
169M: Peter Maydell <peter.maydell@linaro.org>
170S: Maintained
171F: target-arm/kvm.c
172
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500173PPC
174M: Alexander Graf <agraf@suse.de>
175S: Maintained
176F: target-ppc/kvm.c
177
178S390
179M: Alexander Graf <agraf@suse.de>
180S: Maintained
181F: target-s390x/kvm.c
182
183X86
Gleb Natapova2685bc2012-12-19 17:46:15 +0200184M: Gleb Natapov <gleb@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500185M: Marcelo Tosatti <mtosatti@redhat.com>
186L: kvm@vger.kernel.org
187S: Supported
188F: target-i386/kvm.c
189
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100190Guest CPU Cores (Xen):
191----------------------
192
193X86
194M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
195L: xen-devel@lists.xensource.com
196S: Supported
197F: xen-*
198F: */xen*
199
Stefan Weil1bdd6872012-01-27 18:53:49 +0100200Hosts:
201------
202
203LINUX
204L: qemu-devel@nongnu.org
205S: Maintained
206F: linux-*
207F: linux-headers/
208
209POSIX
210L: qemu-devel@nongnu.org
211S: Maintained
212F: *posix*
213
214W32, W64
215L: qemu-devel@nongnu.org
216M: Stefan Weil <sw@weilnetz.de>
217S: Maintained
218F: *win32*
219
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500220ARM Machines
221------------
liguang84291fe2013-12-17 19:42:38 +0000222Allwinner-a10
223M: Li Guang <lig.fnst@cn.fujitsu.com>
224S: Maintained
225F: hw/*/allwinner-a10*
226F: include/hw/*/allwinner-a10*
227F: hw/arm/cubieboard.c
228
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000229Exynos
230M: Evgeny Voevodin <e.voevodin@samsung.com>
231M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400232M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000233M: Dmitry Solodkiy <d.solodkiy@samsung.com>
234S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100235F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000236
Mark Langsdorf766fd092012-02-16 09:56:10 +0000237Calxeda Highbank
238M: Mark Langsdorf <mark.langsdorf@calxeda.com>
239S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100240F: hw/arm/highbank.c
241F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000242
Antony Pavlov9082f122013-12-17 19:42:37 +0000243Canon DIGIC
244M: Antony Pavlov <antonynpavlov@gmail.com>
245S: Maintained
246F: include/hw/arm/digic.h
247F: hw/*/digic*
248
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500249Gumstix
250M: qemu-devel@nongnu.org
251S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100252F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500253
Peter Chubb03255592012-07-04 10:43:34 +0000254i.MX31
255M: Peter Chubb <peter.chubb@nicta.com.au>
256S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100257F: hw/*/imx*
258F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000259
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500260Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100261M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500262S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100263F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500264
265Mainstone
266M: qemu-devel@nongnu.org
267S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100268F: hw/arm/mainstone.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500269
270Musicpal
271M: Jan Kiszka <jan.kiszka@web.de>
272S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100273F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500274
275nSeries
276M: Andrzej Zaborowski <balrogg@gmail.com>
277S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100278F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500279
280Palm
281M: Andrzej Zaborowski <balrogg@gmail.com>
282S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100283F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500284
285Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100286M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500287S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100288F: hw/arm/realview*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500289
290Spitz
291M: Andrzej Zaborowski <balrogg@gmail.com>
292S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100293F: hw/arm/spitz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500294
295Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100296M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500297S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100298F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500299
300Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100301M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500302S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100303F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500304
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000305Xilinx Zynq
306M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
307S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100308F: hw/arm/xilinx_zynq.c
309F: hw/misc/zynq_slcr.c
310F: hw/*/cadence_*
311F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000312
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500313CRIS Machines
314-------------
315Axis Dev88
316M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
317S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100318F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100319F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500320
Michael Walle07bf23a2011-02-17 23:45:18 +0100321LM32 Machines
322-------------
323EVR32 and uclinux BSP
324M: Michael Walle <michael@walle.cc>
325S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100326F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100327
Michael Walled118aa62011-03-07 23:32:45 +0100328milkymist
329M: Michael Walle <michael@walle.cc>
330S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100331F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100332
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100333M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500334-------------
335an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500336S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100337F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500338
339dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500340S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100341F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500342
343mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500344S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100345F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500346
347MicroBlaze Machines
348-------------------
349petalogix_s3adsp1800
350M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
351S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100352F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500353
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000354petalogix_ml605
355M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
356S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100357F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000358
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500359MIPS Machines
360-------------
361Jazz
362M: Hervé Poussineau <hpoussin@reactos.org>
363S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100364F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500365
366Malta
367M: Aurelien Jarno <aurelien@aurel32.net>
368S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100369F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500370
371Mipssim
372M: qemu-devel@nongnu.org
373S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100374F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500375
376R4000
377M: Aurelien Jarno <aurelien@aurel32.net>
378S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100379F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500380
Jia Liu945dad62013-07-02 20:55:17 +0800381OpenRISC Machines
382-----------------
383or1k-sim
384M: Jia Liu <proljc@gmail.com>
385S: Maintained
386F: hw/openrisc/openrisc_sim.c
387
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500388PowerPC Machines
389----------------
390405
391M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000392L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000393S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100394F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500395
Andreas Färberaaade8d2012-08-22 05:48:47 +0000396Bamboo
397M: Alexander Graf <agraf@suse.de>
398L: qemu-ppc@nongnu.org
399S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100400F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000401
Andreas Färber98cded32012-08-22 05:48:45 +0000402e500
403M: Alexander Graf <agraf@suse.de>
404M: Scott Wood <scottwood@freescale.com>
405L: qemu-ppc@nongnu.org
406S: Supported
407F: hw/ppc/e500.[hc]
408F: hw/ppc/e500plat.c
409
410mpc8544ds
411M: Alexander Graf <agraf@suse.de>
412M: Scott Wood <scottwood@freescale.com>
413L: qemu-ppc@nongnu.org
414S: Supported
415F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100416F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000417
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500418New World
419M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000420L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500421S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000422F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100423F: hw/pci-host/uninorth.c
424F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100425F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500426
427Old World
428M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000429L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500430S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000431F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100432F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100433F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500434
Andreas Färberec38d392011-11-01 00:03:07 +0100435PReP
436M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000437L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100438S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100439F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100440F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100441F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500442
Andreas Färber8a269ca2012-08-22 05:48:44 +0000443sPAPR
Andreas Färber8a269ca2012-08-22 05:48:44 +0000444M: Alexander Graf <agraf@suse.de>
445L: qemu-ppc@nongnu.org
446S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100447F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000448F: include/hw/*/spapr*
449F: hw/*/xics*
450F: include/hw/*/xics*
451F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000452
Andreas Färber794d00b2012-08-22 05:48:48 +0000453virtex_ml507
454M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
455L: qemu-ppc@nongnu.org
456S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100457F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000458
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500459SH4 Machines
460------------
461R2D
462M: Magnus Damm <magnus.damm@gmail.com>
463S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100464F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500465
466Shix
467M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100468S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100469F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500470
471SPARC Machines
472--------------
473Sun4m
474M: Blue Swirl <blauwirbel@gmail.com>
475S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100476F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500477
478Sun4u
479M: Blue Swirl <blauwirbel@gmail.com>
480S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100481F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500482
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200483Leon3
484M: Fabien Chouteau <chouteau@adacore.com>
485S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100486F: hw/sparc/leon3.c
487F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200488
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500489S390 Machines
490-------------
491S390 Virtio
492M: Alexander Graf <agraf@suse.de>
493S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100494F: hw/s390x/s390-*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500495
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000496S390 Virtio-ccw
497M: Cornelia Huck <cornelia.huck@de.ibm.com>
498M: Alexander Graf <agraf@suse.de>
499S: Supported
500F: hw/s390x/s390-virtio-ccw.c
501F: hw/s390x/css.[hc]
502T: git git://github.com/cohuck/qemu virtio-ccw-upstr
503
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800504UniCore32 Machines
505-------------
506PKUnity-3 SoC initramfs-with-busybox
507M: Guan Xuetao <gxt@mprc.pku.edu.cn>
508S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100509F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800510F: hw/unicore32/
511
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500512X86 Machines
513------------
514PC
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700515M: Anthony Liguori <aliguori@amazon.com>
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200516M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500517S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200518F: include/hw/i386/
519F: hw/i386/
520F: hw/pci-host/piix.c
521F: hw/pci-host/q35.c
522F: hw/pci-host/pam.c
523F: include/hw/pci-host/q35.h
524F: include/hw/pci-host/pam.h
525F: hw/isa/piix4.c
526F: hw/isa/lpc_ich9.c
527F: hw/i2c/smbus_ich9.c
528F: hw/acpi/piix4.c
529F: hw/acpi/ich9.c
530F: include/hw/acpi/ich9.h
531F: include/hw/acpi/piix.h
532
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500533
Max Filippov16e7caa2011-09-06 03:55:56 +0400534Xtensa Machines
535---------------
Max Filippov375847a2011-10-28 02:11:05 +0400536sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400537M: Max Filippov <jcmvbkbc@gmail.com>
538S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100539F: hw/xtensa/xtensa_sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400540
541Avnet LX60
542M: Max Filippov <jcmvbkbc@gmail.com>
543S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100544F: hw/xtensa/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400545
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500546Devices
547-------
548IDE
549M: Kevin Wolf <kwolf@redhat.com>
550S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100551F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500552F: hw/ide/
553
Peter Maydellf5f487b2011-09-17 17:26:15 +0100554OMAP
555M: Peter Maydell <peter.maydell@linaro.org>
556S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100557F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100558
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500559PCI
560M: Michael S. Tsirkin <mst@redhat.com>
561S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100562F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200563F: hw/pci/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100564F: hw/acpi/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500565
Andreas Färberaaade8d2012-08-22 05:48:47 +0000566ppc4xx
567M: Alexander Graf <agraf@suse.de>
568L: qemu-ppc@nongnu.org
569S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100570F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000571
Andreas Färber98cded32012-08-22 05:48:45 +0000572ppce500
573M: Alexander Graf <agraf@suse.de>
574M: Scott Wood <scottwood@freescale.com>
575L: qemu-ppc@nongnu.org
576S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100577F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000578
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100580M: Paolo Bonzini <pbonzini@redhat.com>
581S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100582F: include/hw/scsi*
583F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200584T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100585
586LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500587S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100588F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500589
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000590SSI
591M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
592S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100593F: hw/ssi/*
594F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000595
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500596USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100597M: Gerd Hoffmann <kraxel@redhat.com>
598S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100599F: hw/usb/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500600
Alex Williamson92e1fb52012-09-26 11:19:39 -0600601VFIO
602M: Alex Williamson <alex.williamson@redhat.com>
603S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100604F: hw/misc/vfio.c
Alex Williamson92e1fb52012-09-26 11:19:39 -0600605
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500606vhost
607M: Michael S. Tsirkin <mst@redhat.com>
608S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100609F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500610
611virtio
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700612M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500613S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100614F: hw/*/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500615
616virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530617M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500618S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200619F: hw/9pfs/
620F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200621T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500622
623virtio-blk
624M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100625M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500626S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100627F: hw/block/virtio-blk.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500628
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000629virtio-ccw
630M: Cornelia Huck <cornelia.huck@de.ibm.com>
631S: Supported
632F: hw/s390x/virtio-ccw.[hc]
633T: git git://github.com/cohuck/qemu virtio-ccw-upstr
634
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500635virtio-serial
636M: Amit Shah <amit.shah@redhat.com>
637S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100638F: hw/char/virtio-serial-bus.c
639F: hw/char/virtio-console.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500640
Keith Buschf3c507a2013-06-04 09:17:10 -0600641nvme
642M: Keith Busch <keith.busch@intel.com>
643S: Supported
644F: hw/block/nvme*
645
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000646Xilinx EDK
647M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
648M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
649S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100650F: hw/*/xilinx_*
651F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000652
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500653Subsystems
654----------
655Audio
656M: Vassili Karpov (malc) <av1474@comtv.ru>
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200657M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500658S: Maintained
659F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100660F: hw/audio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500661
662Block
663M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100664M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500665S: Supported
666F: block*
667F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100668F: hw/block/
Stefan Hajnoczid48addd2013-11-06 16:06:25 +0100669T: git git://repo.or.cz/qemu/kevin.git block
670T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500671
672Character Devices
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700673M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500674S: Maintained
675F: qemu-char.c
676
Andreas Färberf2ca0522012-09-17 19:10:32 +0200677CPU
678M: Andreas Färber <afaerber@suse.de>
679S: Supported
680F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100681F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100682F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200683
Igor Mammedovf0513d22013-04-29 17:02:50 +0200684ICC Bus
685M: Igor Mammedov <imammedo@redhat.com>
686S: Supported
687F: include/hw/cpu/icc_bus.h
688F: hw/cpu/icc_bus.c
689
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000690Device Tree
691M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
692M: Alexander Graf <agraf@suse.de>
693S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100694F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000695
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500696GDB stub
697M: qemu-devel@nongnu.org
698S: Odd Fixes
699F: gdbstub*
700F: gdb-xml/
701
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100702SPICE
703M: Gerd Hoffmann <kraxel@redhat.com>
704S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100705F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100706F: ui/spice-*.c
707F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100708F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100709
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500710Graphics
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700711M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500712S: Maintained
713F: ui/
714
Andreas Färber351f1bf2011-10-30 18:08:01 +0100715Cocoa graphics
716M: Andreas Färber <andreas.faerber@web.de>
Peter Maydell30ef3c72013-12-16 15:17:55 +0000717M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +0100718S: Odd Fixes
719F: ui/cocoa.m
720
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500721Main loop
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700722M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500723S: Supported
724F: vl.c
725
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400726Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500727M: Luiz Capitulino <lcapitulino@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500728S: Supported
729F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400730F: hmp.c
731F: hmp-commands.hx
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500732T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500733
734Network device layer
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700735M: Anthony Liguori <aliguori@amazon.com>
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200736M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500737S: Maintained
738F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100739T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500740
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +0100741Netmap network backend
742M: Luigi Rizzo <rizzo@iet.unipi.it>
743M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
744M: Vincenzo Maffione <v.maffione@gmail.com>
745W: http://info.iet.unipi.it/~luigi/netmap/
746S: Maintained
747F: net/netmap.c
748
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100749Network Block Device (NBD)
750M: Paolo Bonzini <pbonzini@redhat.com>
751S: Odd Fixes
752F: block/nbd.c
753F: nbd.*
754F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200755T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100756
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400757QAPI
758M: Luiz Capitulino <lcapitulino@redhat.com>
759M: Michael Roth <mdroth@linux.vnet.ibm.com>
760S: Supported
761F: qapi/
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500762T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400763
Luiz Capitulino7810d292013-06-03 11:11:53 -0400764QAPI Schema
765M: Eric Blake <eblake@redhat.com>
766M: Luiz Capitulino <lcapitulino@redhat.com>
767M: Markus Armbruster <armbru@redhat.com>
768S: Supported
769F: qapi-schema.json
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500770T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino7810d292013-06-03 11:11:53 -0400771
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400772QMP
773M: Luiz Capitulino <lcapitulino@redhat.com>
774S: Supported
775F: qmp.c
776F: monitor.c
777F: qmp-commands.hx
778F: QMP/
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500779T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400780
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500781SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200782M: Jan Kiszka <jan.kiszka@siemens.com>
783S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500784F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200785T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500786
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100787Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200788M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100789S: Maintained
790F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200791F: scripts/tracetool.py
792F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100793F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200794T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100795
Blue Swirl14f40fd2011-11-26 09:51:23 +0000796Checkpatch
797M: Blue Swirl <blauwirbel@gmail.com>
798S: Odd Fixes
799F: scripts/checkpatch.pl
800
Eduardo Otubo92bfedb2013-09-09 14:04:15 -0300801Seccomp
802M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
803S: Supported
804F: qemu-seccomp.c
805F: include/sysemu/seccomp.h
806
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500807Usermode Emulation
808------------------
809BSD user
810M: Blue Swirl <blauwirbel@gmail.com>
811S: Maintained
812F: bsd-user/
813
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500814Linux user
815M: Riku Voipio <riku.voipio@iki.fi>
816S: Maintained
817F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100818
819Tiny Code Generator (TCG)
820-------------------------
821Common code
822M: qemu-devel@nongnu.org
Richard Hendersoncc7772b2013-07-03 11:09:03 -0700823M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100824S: Maintained
825F: tcg/
826
Claudio Fontanab25a4642013-06-12 16:20:24 +0100827AArch64 target
828M: Claudio Fontana <claudio.fontana@huawei.com>
829M: Claudio Fontana <claudio.fontana@gmail.com>
830S: Maintained
831F: tcg/aarch64/
832
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100833ARM target
834M: Andrzej Zaborowski <balrogg@gmail.com>
835S: Maintained
836F: tcg/arm/
837
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100838i386 target
839M: qemu-devel@nongnu.org
840S: Maintained
841F: tcg/i386/
842
843IA64 target
844M: Aurelien Jarno <aurelien@aurel32.net>
845S: Maintained
846F: tcg/ia64/
847
848MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100849M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100850S: Maintained
851F: tcg/mips/
852
853PPC
854M: Vassili Karpov (malc) <av1474@comtv.ru>
855S: Maintained
856F: tcg/ppc/
857
858PPC64 target
859M: Vassili Karpov (malc) <av1474@comtv.ru>
860S: Maintained
861F: tcg/ppc64/
862
863S390 target
864M: Alexander Graf <agraf@suse.de>
865M: Richard Henderson <rth@twiddle.net>
866S: Maintained
867F: tcg/s390/
868
869SPARC target
870M: Blue Swirl <blauwirbel@gmail.com>
871S: Maintained
872F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100873
874TCI target
875M: Stefan Weil <sw@weilnetz.de>
876S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200877F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +0200878F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +0200879
880Stable branches
881---------------
882Stable 1.0
883L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200884T: git git://git.qemu-project.org/qemu-stable-1.0.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200885S: Orphan
886
887Stable 0.15
888L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +0200889M: Andreas Färber <afaerber@suse.de>
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200890T: git git://git.qemu-project.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +0200891S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +0200892
893Stable 0.14
894L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200895T: git git://git.qemu-project.org/qemu-stable-0.14.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200896S: Orphan
897
898Stable 0.10
899L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200900T: git git://git.qemu-project.org/qemu-stable-0.10.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200901S: Orphan
Stefan Hajnoczif05b3282013-11-13 10:33:10 +0100902
903Block drivers
904-------------
905VMDK
906M: Fam Zheng <famz@redhat.com>
907S: Supported
908F: block/vmdk.c
909
910RBD
911M: Josh Durgin <josh.durgin@inktank.com>
912S: Supported
913F: block/rbd.c
914
915Sheepdog
916M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
917M: Liu Yuan <namei.unix@gmail.com>
Liu Yuandce32b62013-11-20 15:51:59 +0800918L: sheepdog@lists.wpkg.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +0100919S: Supported
920F: block/sheepdog.c
921
922VHDX
923M: Jeff Cody <jcody@redhat.com>
924S: Supported
925F: block/vhdx*
926
927VDI
928M: Stefan Weil <sw@weilnetz.de>
929S: Maintained
930F: block/vdi.c
931
932iSCSI
933M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
934M: Paolo Bonzini <pbonzini@redhat.com>
935M: Peter Lieven <pl@kamp.de>
936S: Supported
937F: block/iscsi.c
938
939SSH
940M: Richard W.M. Jones <rjones@redhat.com>
941S: Supported
942F: block/ssh.c