blob: c19133f1a3bf3f896d9e01667a3c721f0bfd28ad [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------------
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000222Exynos
223M: Evgeny Voevodin <e.voevodin@samsung.com>
224M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400225M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000226M: Dmitry Solodkiy <d.solodkiy@samsung.com>
227S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100228F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000229
Mark Langsdorf766fd092012-02-16 09:56:10 +0000230Calxeda Highbank
231M: Mark Langsdorf <mark.langsdorf@calxeda.com>
232S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100233F: hw/arm/highbank.c
234F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000235
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500236Gumstix
237M: qemu-devel@nongnu.org
238S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100239F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500240
Peter Chubb03255592012-07-04 10:43:34 +0000241i.MX31
242M: Peter Chubb <peter.chubb@nicta.com.au>
243S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100244F: hw/*/imx*
245F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000246
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500247Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100248M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500249S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100250F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500251
252Mainstone
253M: qemu-devel@nongnu.org
254S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100255F: hw/arm/mainstone.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500256
257Musicpal
258M: Jan Kiszka <jan.kiszka@web.de>
259S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100260F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500261
262nSeries
263M: Andrzej Zaborowski <balrogg@gmail.com>
264S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100265F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500266
267Palm
268M: Andrzej Zaborowski <balrogg@gmail.com>
269S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100270F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500271
272Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100273M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500274S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100275F: hw/arm/realview*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500276
277Spitz
278M: Andrzej Zaborowski <balrogg@gmail.com>
279S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100280F: hw/arm/spitz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500281
282Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100283M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500284S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100285F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500286
287Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100288M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500289S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100290F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500291
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000292Xilinx Zynq
293M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
294S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100295F: hw/arm/xilinx_zynq.c
296F: hw/misc/zynq_slcr.c
297F: hw/*/cadence_*
298F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000299
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500300CRIS Machines
301-------------
302Axis Dev88
303M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
304S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100305F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100306F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500307
Michael Walle07bf23a2011-02-17 23:45:18 +0100308LM32 Machines
309-------------
310EVR32 and uclinux BSP
311M: Michael Walle <michael@walle.cc>
312S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100313F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100314
Michael Walled118aa62011-03-07 23:32:45 +0100315milkymist
316M: Michael Walle <michael@walle.cc>
317S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100318F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100319
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100320M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500321-------------
322an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500323S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100324F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500325
326dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500327S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100328F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500329
330mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500331S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100332F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500333
334MicroBlaze Machines
335-------------------
336petalogix_s3adsp1800
337M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
338S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100339F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500340
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000341petalogix_ml605
342M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
343S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100344F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000345
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500346MIPS Machines
347-------------
348Jazz
349M: Hervé Poussineau <hpoussin@reactos.org>
350S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100351F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500352
353Malta
354M: Aurelien Jarno <aurelien@aurel32.net>
355S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100356F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500357
358Mipssim
359M: qemu-devel@nongnu.org
360S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100361F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500362
363R4000
364M: Aurelien Jarno <aurelien@aurel32.net>
365S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100366F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500367
Jia Liu945dad62013-07-02 20:55:17 +0800368OpenRISC Machines
369-----------------
370or1k-sim
371M: Jia Liu <proljc@gmail.com>
372S: Maintained
373F: hw/openrisc/openrisc_sim.c
374
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500375PowerPC Machines
376----------------
377405
378M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000379L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000380S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100381F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500382
Andreas Färberaaade8d2012-08-22 05:48:47 +0000383Bamboo
384M: Alexander Graf <agraf@suse.de>
385L: qemu-ppc@nongnu.org
386S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100387F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000388
Andreas Färber98cded32012-08-22 05:48:45 +0000389e500
390M: Alexander Graf <agraf@suse.de>
391M: Scott Wood <scottwood@freescale.com>
392L: qemu-ppc@nongnu.org
393S: Supported
394F: hw/ppc/e500.[hc]
395F: hw/ppc/e500plat.c
396
397mpc8544ds
398M: Alexander Graf <agraf@suse.de>
399M: Scott Wood <scottwood@freescale.com>
400L: qemu-ppc@nongnu.org
401S: Supported
402F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100403F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000404
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500405New World
406M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000407L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500408S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000409F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100410F: hw/pci-host/uninorth.c
411F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100412F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500413
414Old World
415M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000416L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500417S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000418F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100419F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100420F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500421
Andreas Färberec38d392011-11-01 00:03:07 +0100422PReP
423M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000424L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100425S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100426F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100427F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100428F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500429
Andreas Färber8a269ca2012-08-22 05:48:44 +0000430sPAPR
Andreas Färber8a269ca2012-08-22 05:48:44 +0000431M: Alexander Graf <agraf@suse.de>
432L: qemu-ppc@nongnu.org
433S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100434F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000435F: include/hw/*/spapr*
436F: hw/*/xics*
437F: include/hw/*/xics*
438F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000439
Andreas Färber794d00b2012-08-22 05:48:48 +0000440virtex_ml507
441M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
442L: qemu-ppc@nongnu.org
443S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100444F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000445
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500446SH4 Machines
447------------
448R2D
449M: Magnus Damm <magnus.damm@gmail.com>
450S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100451F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500452
453Shix
454M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100455S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100456F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500457
458SPARC Machines
459--------------
460Sun4m
461M: Blue Swirl <blauwirbel@gmail.com>
462S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100463F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500464
465Sun4u
466M: Blue Swirl <blauwirbel@gmail.com>
467S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100468F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500469
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200470Leon3
471M: Fabien Chouteau <chouteau@adacore.com>
472S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100473F: hw/sparc/leon3.c
474F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200475
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500476S390 Machines
477-------------
478S390 Virtio
479M: Alexander Graf <agraf@suse.de>
480S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100481F: hw/s390x/s390-*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500482
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000483S390 Virtio-ccw
484M: Cornelia Huck <cornelia.huck@de.ibm.com>
485M: Alexander Graf <agraf@suse.de>
486S: Supported
487F: hw/s390x/s390-virtio-ccw.c
488F: hw/s390x/css.[hc]
489T: git git://github.com/cohuck/qemu virtio-ccw-upstr
490
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800491UniCore32 Machines
492-------------
493PKUnity-3 SoC initramfs-with-busybox
494M: Guan Xuetao <gxt@mprc.pku.edu.cn>
495S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100496F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800497F: hw/unicore32/
498
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500499X86 Machines
500------------
501PC
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700502M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500503S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100504F: hw/i386/pc.[ch]
505F: hw/i386/pc_piix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500506
Max Filippov16e7caa2011-09-06 03:55:56 +0400507Xtensa Machines
508---------------
Max Filippov375847a2011-10-28 02:11:05 +0400509sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400510M: Max Filippov <jcmvbkbc@gmail.com>
511S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100512F: hw/xtensa/xtensa_sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400513
514Avnet LX60
515M: Max Filippov <jcmvbkbc@gmail.com>
516S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100517F: hw/xtensa/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400518
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500519Devices
520-------
521IDE
522M: Kevin Wolf <kwolf@redhat.com>
523S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100524F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500525F: hw/ide/
526
Peter Maydellf5f487b2011-09-17 17:26:15 +0100527OMAP
528M: Peter Maydell <peter.maydell@linaro.org>
529S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100530F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100531
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500532PCI
533M: Michael S. Tsirkin <mst@redhat.com>
534S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100535F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200536F: hw/pci/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100537F: hw/acpi/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500538
Andreas Färberaaade8d2012-08-22 05:48:47 +0000539ppc4xx
540M: Alexander Graf <agraf@suse.de>
541L: qemu-ppc@nongnu.org
542S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100543F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000544
Andreas Färber98cded32012-08-22 05:48:45 +0000545ppce500
546M: Alexander Graf <agraf@suse.de>
547M: Scott Wood <scottwood@freescale.com>
548L: qemu-ppc@nongnu.org
549S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100550F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000551
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500552SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100553M: Paolo Bonzini <pbonzini@redhat.com>
554S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100555F: include/hw/scsi*
556F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200557T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100558
559LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500560S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100561F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500562
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000563SSI
564M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
565S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100566F: hw/ssi/*
567F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000568
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500569USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100570M: Gerd Hoffmann <kraxel@redhat.com>
571S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100572F: hw/usb/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500573
Alex Williamson92e1fb52012-09-26 11:19:39 -0600574VFIO
575M: Alex Williamson <alex.williamson@redhat.com>
576S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100577F: hw/misc/vfio.c
Alex Williamson92e1fb52012-09-26 11:19:39 -0600578
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579vhost
580M: Michael S. Tsirkin <mst@redhat.com>
581S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100582F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500583
584virtio
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700585M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500586S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100587F: hw/*/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500588
589virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530590M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500591S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200592F: hw/9pfs/
593F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200594T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500595
596virtio-blk
597M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100598M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500599S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100600F: hw/block/virtio-blk.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500601
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000602virtio-ccw
603M: Cornelia Huck <cornelia.huck@de.ibm.com>
604S: Supported
605F: hw/s390x/virtio-ccw.[hc]
606T: git git://github.com/cohuck/qemu virtio-ccw-upstr
607
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500608virtio-serial
609M: Amit Shah <amit.shah@redhat.com>
610S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100611F: hw/char/virtio-serial-bus.c
612F: hw/char/virtio-console.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500613
Keith Buschf3c507a2013-06-04 09:17:10 -0600614nvme
615M: Keith Busch <keith.busch@intel.com>
616S: Supported
617F: hw/block/nvme*
618
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000619Xilinx EDK
620M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
621M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100623F: hw/*/xilinx_*
624F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000625
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500626Subsystems
627----------
628Audio
629M: Vassili Karpov (malc) <av1474@comtv.ru>
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200630M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500631S: Maintained
632F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100633F: hw/audio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500634
635Block
636M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100637M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500638S: Supported
639F: block*
640F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100641F: hw/block/
Stefan Hajnoczid48addd2013-11-06 16:06:25 +0100642T: git git://repo.or.cz/qemu/kevin.git block
643T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500644
645Character Devices
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700646M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500647S: Maintained
648F: qemu-char.c
649
Andreas Färberf2ca0522012-09-17 19:10:32 +0200650CPU
651M: Andreas Färber <afaerber@suse.de>
652S: Supported
653F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100654F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100655F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200656
Igor Mammedovf0513d22013-04-29 17:02:50 +0200657ICC Bus
658M: Igor Mammedov <imammedo@redhat.com>
659S: Supported
660F: include/hw/cpu/icc_bus.h
661F: hw/cpu/icc_bus.c
662
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000663Device Tree
664M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
665M: Alexander Graf <agraf@suse.de>
666S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100667F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000668
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500669GDB stub
670M: qemu-devel@nongnu.org
671S: Odd Fixes
672F: gdbstub*
673F: gdb-xml/
674
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100675SPICE
676M: Gerd Hoffmann <kraxel@redhat.com>
677S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100678F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100679F: ui/spice-*.c
680F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100681F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100682
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500683Graphics
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700684M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500685S: Maintained
686F: ui/
687
Andreas Färber351f1bf2011-10-30 18:08:01 +0100688Cocoa graphics
689M: Andreas Färber <andreas.faerber@web.de>
690S: Odd Fixes
691F: ui/cocoa.m
692
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500693Main loop
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700694M: Anthony Liguori <aliguori@amazon.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500695S: Supported
696F: vl.c
697
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400698Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500699M: Luiz Capitulino <lcapitulino@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500700S: Supported
701F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400702F: hmp.c
703F: hmp-commands.hx
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500704T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500705
706Network device layer
Anthony Liguoric4ca6902013-10-10 09:56:25 -0700707M: Anthony Liguori <aliguori@amazon.com>
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200708M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500709S: Maintained
710F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100711T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500712
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100713Network Block Device (NBD)
714M: Paolo Bonzini <pbonzini@redhat.com>
715S: Odd Fixes
716F: block/nbd.c
717F: nbd.*
718F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200719T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100720
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400721QAPI
722M: Luiz Capitulino <lcapitulino@redhat.com>
723M: Michael Roth <mdroth@linux.vnet.ibm.com>
724S: Supported
725F: qapi/
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500726T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400727
Luiz Capitulino7810d292013-06-03 11:11:53 -0400728QAPI Schema
729M: Eric Blake <eblake@redhat.com>
730M: Luiz Capitulino <lcapitulino@redhat.com>
731M: Markus Armbruster <armbru@redhat.com>
732S: Supported
733F: qapi-schema.json
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500734T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino7810d292013-06-03 11:11:53 -0400735
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400736QMP
737M: Luiz Capitulino <lcapitulino@redhat.com>
738S: Supported
739F: qmp.c
740F: monitor.c
741F: qmp-commands.hx
742F: QMP/
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500743T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400744
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500745SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200746M: Jan Kiszka <jan.kiszka@siemens.com>
747S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500748F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200749T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500750
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100751Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200752M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100753S: Maintained
754F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200755F: scripts/tracetool.py
756F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100757F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200758T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100759
Blue Swirl14f40fd2011-11-26 09:51:23 +0000760Checkpatch
761M: Blue Swirl <blauwirbel@gmail.com>
762S: Odd Fixes
763F: scripts/checkpatch.pl
764
Eduardo Otubo92bfedb2013-09-09 14:04:15 -0300765Seccomp
766M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
767S: Supported
768F: qemu-seccomp.c
769F: include/sysemu/seccomp.h
770
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500771Usermode Emulation
772------------------
773BSD user
774M: Blue Swirl <blauwirbel@gmail.com>
775S: Maintained
776F: bsd-user/
777
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500778Linux user
779M: Riku Voipio <riku.voipio@iki.fi>
780S: Maintained
781F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100782
783Tiny Code Generator (TCG)
784-------------------------
785Common code
786M: qemu-devel@nongnu.org
Richard Hendersoncc7772b2013-07-03 11:09:03 -0700787M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100788S: Maintained
789F: tcg/
790
Claudio Fontanab25a4642013-06-12 16:20:24 +0100791AArch64 target
792M: Claudio Fontana <claudio.fontana@huawei.com>
793M: Claudio Fontana <claudio.fontana@gmail.com>
794S: Maintained
795F: tcg/aarch64/
796
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100797ARM target
798M: Andrzej Zaborowski <balrogg@gmail.com>
799S: Maintained
800F: tcg/arm/
801
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100802i386 target
803M: qemu-devel@nongnu.org
804S: Maintained
805F: tcg/i386/
806
807IA64 target
808M: Aurelien Jarno <aurelien@aurel32.net>
809S: Maintained
810F: tcg/ia64/
811
812MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100813M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100814S: Maintained
815F: tcg/mips/
816
817PPC
818M: Vassili Karpov (malc) <av1474@comtv.ru>
819S: Maintained
820F: tcg/ppc/
821
822PPC64 target
823M: Vassili Karpov (malc) <av1474@comtv.ru>
824S: Maintained
825F: tcg/ppc64/
826
827S390 target
828M: Alexander Graf <agraf@suse.de>
829M: Richard Henderson <rth@twiddle.net>
830S: Maintained
831F: tcg/s390/
832
833SPARC target
834M: Blue Swirl <blauwirbel@gmail.com>
835S: Maintained
836F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100837
838TCI target
839M: Stefan Weil <sw@weilnetz.de>
840S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200841F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +0200842F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +0200843
844Stable branches
845---------------
846Stable 1.0
847L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200848T: git git://git.qemu-project.org/qemu-stable-1.0.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200849S: Orphan
850
851Stable 0.15
852L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +0200853M: Andreas Färber <afaerber@suse.de>
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200854T: git git://git.qemu-project.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +0200855S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +0200856
857Stable 0.14
858L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200859T: git git://git.qemu-project.org/qemu-stable-0.14.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200860S: Orphan
861
862Stable 0.10
863L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +0200864T: git git://git.qemu-project.org/qemu-stable-0.10.git
Andreas Färberaa09c952012-04-13 17:52:27 +0200865S: Orphan
Stefan Hajnoczif05b3282013-11-13 10:33:10 +0100866
867Block drivers
868-------------
869VMDK
870M: Fam Zheng <famz@redhat.com>
871S: Supported
872F: block/vmdk.c
873
874RBD
875M: Josh Durgin <josh.durgin@inktank.com>
876S: Supported
877F: block/rbd.c
878
879Sheepdog
880M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
881M: Liu Yuan <namei.unix@gmail.com>
882S: Supported
883F: block/sheepdog.c
884
885VHDX
886M: Jeff Cody <jcody@redhat.com>
887S: Supported
888F: block/vhdx*
889
890VDI
891M: Stefan Weil <sw@weilnetz.de>
892S: Maintained
893F: block/vdi.c
894
895iSCSI
896M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
897M: Paolo Bonzini <pbonzini@redhat.com>
898M: Peter Lieven <pl@kamp.de>
899S: Supported
900F: block/iscsi.c
901
902SSH
903M: Richard W.M. Jones <rjones@redhat.com>
904S: Supported
905F: block/ssh.c