blob: b3552b2c197bfa53ad6614cdbda969152fa4661c [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------------------------------
Peter Maydellff0d4872014-10-15 21:30:52 +010053M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050054
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030055Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030059L: secalert@redhat.com
60
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050061Guest CPU cores (TCG):
62----------------------
Paolo Bonzini486bbe52014-10-22 00:18:01 +020063Overall
Paolo Bonzini5dd4a882014-10-22 10:53:22 +020064L: qemu-devel@nongnu.org
Paolo Bonzini486bbe52014-10-22 00:18:01 +020065S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
bellardb6f97c12008-05-09 09:39:00 +000074Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -070075M: Richard Henderson <rth@twiddle.net>
76S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050077F: target-alpha/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010078F: hw/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +020079F: tests/tcg/alpha/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050080
81ARM
Peter Maydell1ce9ce62011-09-20 16:18:46 +010082M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050083S: Maintained
84F: target-arm/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010085F: hw/arm/
86F: hw/cpu/a*mpcore.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050087
88CRIS
89M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90S: Maintained
91F: target-cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010092F: hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +020093F: tests/tcg/cris/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050094
Michael Walle07bf23a2011-02-17 23:45:18 +010095LM32
96M: Michael Walle <michael@walle.cc>
97S: Maintained
98F: target-lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +010099F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100100F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100101F: hw/*/lm32_*
102F: hw/*/milkymist-*
103F: include/hw/char/lm32_juart.h
104F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200105F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100106
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500107M68K
Anthony Liguori0e198852013-10-02 12:09:12 -0500108S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500109F: target-m68k/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100110F: hw/m68k/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500111
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +0200112MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500113M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
114S: Maintained
115F: target-microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100116F: hw/microblaze/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500117
118MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100119M: Aurelien Jarno <aurelien@aurel32.net>
Leon Alrae6f640912014-10-16 12:38:07 +0100120M: Leon Alrae <leon.alrae@imgtec.com>
121S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500122F: target-mips/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100123F: hw/mips/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200124F: tests/tcg/mips/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500125
Anthony Greend15a9c22013-03-18 15:49:25 -0400126Moxie
127M: Anthony Green <green@moxielogic.com>
128S: Maintained
129F: target-moxie/
130
Jia Liu945dad62013-07-02 20:55:17 +0800131OpenRISC
132M: Jia Liu <proljc@gmail.com>
133S: Maintained
134F: target-openrisc/
135F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200136F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800137
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500138PowerPC
139M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000140L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500141S: Maintained
142F: target-ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100143F: hw/ppc/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500144
Alexander Graf749717a2009-12-05 12:44:31 +0100145S390
Richard Henderson2b35e932012-12-05 09:23:25 -0600146M: Richard Henderson <rth@twiddle.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500147M: Alexander Graf <agraf@suse.de>
148S: Maintained
149F: target-s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100150F: hw/s390x/
bellardb6f97c12008-05-09 09:39:00 +0000151
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500152SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100153M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200154S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500155F: target-sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100156F: hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000157
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500158SPARC
159M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000160M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500161S: Maintained
162F: target-sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100163F: hw/sparc/
164F: hw/sparc64/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500165
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100166UniCore32
167M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168S: Maintained
169F: target-unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100170F: hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100171
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500172X86
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200173M: Paolo Bonzini <pbonzini@redhat.com>
174M: Richard Henderson <rth@twiddle.net>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300175M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300176S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500177F: target-i386/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100178F: hw/i386/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500179
Max Filippov16e7caa2011-09-06 03:55:56 +0400180Xtensa
181M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400182W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400183S: Maintained
184F: target-xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100185F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200186F: tests/tcg/xtensa/
Max Filippov16e7caa2011-09-06 03:55:56 +0400187
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100188TriCore
189M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
190S: Maintained
191F: target-tricore/
192F: hw/tricore/
193
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500194Guest CPU Cores (KVM):
195----------------------
196
197Overall
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300198M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500199L: kvm@vger.kernel.org
200S: Supported
201F: kvm-*
202F: */kvm.*
203
Peter Maydelled4659d2013-03-05 00:34:43 +0000204ARM
205M: Peter Maydell <peter.maydell@linaro.org>
206S: Maintained
207F: target-arm/kvm.c
208
James Hogana31896c2014-06-17 23:10:37 +0100209MIPS
210M: James Hogan <james.hogan@imgtec.com>
211S: Maintained
212F: target-mips/kvm.c
213
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500214PPC
215M: Alexander Graf <agraf@suse.de>
216S: Maintained
217F: target-ppc/kvm.c
218
219S390
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100220M: Christian Borntraeger <borntraeger@de.ibm.com>
221M: Cornelia Huck <cornelia.huck@de.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500222M: Alexander Graf <agraf@suse.de>
223S: Maintained
224F: target-s390x/kvm.c
Cornelia Huck4277af12014-10-20 19:00:03 +0200225F: hw/intc/s390_flic.c
226F: hw/intc/s390_flic_kvm.c
227F: include/hw/s390x/s390_flic.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500228
229X86
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200230M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500231M: Marcelo Tosatti <mtosatti@redhat.com>
232L: kvm@vger.kernel.org
233S: Supported
234F: target-i386/kvm.c
235
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100236Guest CPU Cores (Xen):
237----------------------
238
239X86
240M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
241L: xen-devel@lists.xensource.com
242S: Supported
243F: xen-*
244F: */xen*
245
Stefan Weil1bdd6872012-01-27 18:53:49 +0100246Hosts:
247------
248
249LINUX
250L: qemu-devel@nongnu.org
251S: Maintained
252F: linux-*
253F: linux-headers/
254
255POSIX
256L: qemu-devel@nongnu.org
257S: Maintained
258F: *posix*
259
260W32, W64
261L: qemu-devel@nongnu.org
262M: Stefan Weil <sw@weilnetz.de>
263S: Maintained
264F: *win32*
265
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500266ARM Machines
267------------
liguang84291fe2013-12-17 19:42:38 +0000268Allwinner-a10
269M: Li Guang <lig.fnst@cn.fujitsu.com>
270S: Maintained
271F: hw/*/allwinner-a10*
272F: include/hw/*/allwinner-a10*
273F: hw/arm/cubieboard.c
274
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000275Exynos
276M: Evgeny Voevodin <e.voevodin@samsung.com>
277M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400278M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000279M: Dmitry Solodkiy <d.solodkiy@samsung.com>
280S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100281F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000282
Mark Langsdorf766fd092012-02-16 09:56:10 +0000283Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100284M: Rob Herring <robh@kernel.org>
285S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100286F: hw/arm/highbank.c
287F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000288
Antony Pavlov9082f122013-12-17 19:42:37 +0000289Canon DIGIC
290M: Antony Pavlov <antonynpavlov@gmail.com>
291S: Maintained
292F: include/hw/arm/digic.h
293F: hw/*/digic*
294
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500295Gumstix
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200296L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500297S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100298F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500299
Peter Chubb03255592012-07-04 10:43:34 +0000300i.MX31
301M: Peter Chubb <peter.chubb@nicta.com.au>
302S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100303F: hw/*/imx*
304F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000305
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500306Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100307M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500308S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100309F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500310
311Mainstone
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200312L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500313S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100314F: hw/arm/mainstone.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500315
316Musicpal
317M: Jan Kiszka <jan.kiszka@web.de>
318S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100319F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500320
321nSeries
322M: Andrzej Zaborowski <balrogg@gmail.com>
323S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100324F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500325
326Palm
327M: Andrzej Zaborowski <balrogg@gmail.com>
328S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100329F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500330
331Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100332M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500333S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100334F: hw/arm/realview*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500335
336Spitz
337M: Andrzej Zaborowski <balrogg@gmail.com>
338S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100339F: hw/arm/spitz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500340
341Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100342M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500343S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100344F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500345
346Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100347M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500348S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100349F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500350
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000351Xilinx Zynq
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700352M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000353S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100354F: hw/arm/xilinx_zynq.c
355F: hw/misc/zynq_slcr.c
356F: hw/*/cadence_*
357F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000358
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500359CRIS Machines
360-------------
361Axis Dev88
362M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
363S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100364F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100365F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500366
Michael Walle07bf23a2011-02-17 23:45:18 +0100367LM32 Machines
368-------------
369EVR32 and uclinux BSP
370M: Michael Walle <michael@walle.cc>
371S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100372F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100373
Michael Walled118aa62011-03-07 23:32:45 +0100374milkymist
375M: Michael Walle <michael@walle.cc>
376S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100377F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100378
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100379M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500380-------------
381an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500382S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100383F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500384
385dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500386S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100387F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500388
389mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500390S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100391F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500392
393MicroBlaze Machines
394-------------------
395petalogix_s3adsp1800
396M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
397S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100398F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500399
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000400petalogix_ml605
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700401M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000402S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100403F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000404
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500405MIPS Machines
406-------------
407Jazz
408M: Hervé Poussineau <hpoussin@reactos.org>
409S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100410F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500411
412Malta
413M: Aurelien Jarno <aurelien@aurel32.net>
414S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100415F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500416
417Mipssim
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200418L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500419S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100420F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500421
422R4000
423M: Aurelien Jarno <aurelien@aurel32.net>
424S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100425F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500426
Jia Liu945dad62013-07-02 20:55:17 +0800427OpenRISC Machines
428-----------------
429or1k-sim
430M: Jia Liu <proljc@gmail.com>
431S: Maintained
432F: hw/openrisc/openrisc_sim.c
433
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500434PowerPC Machines
435----------------
436405
437M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000438L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000439S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100440F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500441
Andreas Färberaaade8d2012-08-22 05:48:47 +0000442Bamboo
443M: Alexander Graf <agraf@suse.de>
444L: qemu-ppc@nongnu.org
445S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100446F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000447
Andreas Färber98cded32012-08-22 05:48:45 +0000448e500
449M: Alexander Graf <agraf@suse.de>
450M: Scott Wood <scottwood@freescale.com>
451L: qemu-ppc@nongnu.org
452S: Supported
453F: hw/ppc/e500.[hc]
454F: hw/ppc/e500plat.c
455
456mpc8544ds
457M: Alexander Graf <agraf@suse.de>
458M: Scott Wood <scottwood@freescale.com>
459L: qemu-ppc@nongnu.org
460S: Supported
461F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100462F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000463
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500464New World
465M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000466L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500467S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000468F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100469F: hw/pci-host/uninorth.c
470F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100471F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500472
473Old World
474M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000475L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500476S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000477F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100478F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100479F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500480
Andreas Färberec38d392011-11-01 00:03:07 +0100481PReP
482M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000483L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100484S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100485F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100486F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100487F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500488
Andreas Färber8a269ca2012-08-22 05:48:44 +0000489sPAPR
Andreas Färber8a269ca2012-08-22 05:48:44 +0000490M: Alexander Graf <agraf@suse.de>
491L: qemu-ppc@nongnu.org
492S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100493F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000494F: include/hw/*/spapr*
495F: hw/*/xics*
496F: include/hw/*/xics*
497F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000498
Andreas Färber794d00b2012-08-22 05:48:48 +0000499virtex_ml507
500M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
501L: qemu-ppc@nongnu.org
502S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100503F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000504
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500505SH4 Machines
506------------
507R2D
508M: Magnus Damm <magnus.damm@gmail.com>
509S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100510F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500511
512Shix
513M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100514S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100515F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500516
517SPARC Machines
518--------------
519Sun4m
520M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000521M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500522S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100523F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500524
525Sun4u
526M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000527M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500528S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100529F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500530
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200531Leon3
532M: Fabien Chouteau <chouteau@adacore.com>
533S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100534F: hw/sparc/leon3.c
535F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200536
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500537S390 Machines
538-------------
539S390 Virtio
540M: Alexander Graf <agraf@suse.de>
541S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100542F: hw/s390x/s390-*.c
Frank Blaschka8cba80c2015-01-09 09:04:38 +0100543X: hw/s390x/*pci*.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500544
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000545S390 Virtio-ccw
546M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100547M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000548M: Alexander Graf <agraf@suse.de>
549S: Supported
550F: hw/s390x/s390-virtio-ccw.c
551F: hw/s390x/css.[hc]
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100552F: hw/s390x/sclp*.[hc]
553F: hw/s390x/ipl*.[hc]
Frank Blaschka8cba80c2015-01-09 09:04:38 +0100554F: hw/s390x/*pci*.[hc]
Cornelia Huck4277af12014-10-20 19:00:03 +0200555F: include/hw/s390x/
556F: pc-bios/s390-ccw/
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000557T: git git://github.com/cohuck/qemu virtio-ccw-upstr
558
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800559UniCore32 Machines
560-------------
561PKUnity-3 SoC initramfs-with-busybox
562M: Guan Xuetao <gxt@mprc.pku.edu.cn>
563S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100564F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800565F: hw/unicore32/
566
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500567X86 Machines
568------------
569PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200570M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500571S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200572F: include/hw/i386/
573F: hw/i386/
574F: hw/pci-host/piix.c
575F: hw/pci-host/q35.c
576F: hw/pci-host/pam.c
577F: include/hw/pci-host/q35.h
578F: include/hw/pci-host/pam.h
579F: hw/isa/piix4.c
580F: hw/isa/lpc_ich9.c
581F: hw/i2c/smbus_ich9.c
582F: hw/acpi/piix4.c
583F: hw/acpi/ich9.c
584F: include/hw/acpi/ich9.h
585F: include/hw/acpi/piix.h
586
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500587
Max Filippov16e7caa2011-09-06 03:55:56 +0400588Xtensa Machines
589---------------
Max Filippov375847a2011-10-28 02:11:05 +0400590sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400591M: Max Filippov <jcmvbkbc@gmail.com>
592S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400593F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400594
Max Filippov437a8c12014-10-22 07:25:42 +0400595XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +0400596M: Max Filippov <jcmvbkbc@gmail.com>
597S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400598F: hw/xtensa/xtfpga.c
599F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400600
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500601Devices
602-------
Jiri Slabyb30934c2015-01-21 17:48:33 +0100603EDU
604M: Jiri Slaby <jslaby@suse.cz>
605S: Maintained
606F: hw/misc/edu.c
607
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500608IDE
John Snowc0953482015-03-04 23:37:55 -0500609M: John Snow <jsnow@redhat.com>
610L: qemu-block@nongnu.org
611S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100612F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500613F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -0500614F: hw/block/block.c
615F: hw/block/cdrom.c
616F: hw/block/hd-geometry.c
617F: tests/ide-test.c
618F: tests/ahci-test.c
619T: git git://github.com/jnsnow/qemu.git ide
620
621Floppy
622M: John Snow <jsnow@redhat.com>
623L: qemu-block@nongnu.org
624S: Supported
625F: hw/block/fdc.c
626F: include/hw/block/fdc.h
627T: git git://github.com/jnsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500628
Peter Maydellf5f487b2011-09-17 17:26:15 +0100629OMAP
630M: Peter Maydell <peter.maydell@linaro.org>
631S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100632F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100633
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500634PCI
635M: Michael S. Tsirkin <mst@redhat.com>
636S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100637F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200638F: hw/pci/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100639F: hw/acpi/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500640
Andreas Färberaaade8d2012-08-22 05:48:47 +0000641ppc4xx
642M: Alexander Graf <agraf@suse.de>
643L: qemu-ppc@nongnu.org
644S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100645F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000646
Andreas Färber98cded32012-08-22 05:48:45 +0000647ppce500
648M: Alexander Graf <agraf@suse.de>
649M: Scott Wood <scottwood@freescale.com>
650L: qemu-ppc@nongnu.org
651S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100652F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000653
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500654SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100655M: Paolo Bonzini <pbonzini@redhat.com>
656S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100657F: include/hw/scsi*
658F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200659T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100660
661LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500662S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100663F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500664
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000665SSI
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700666M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000667S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100668F: hw/ssi/*
669F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000670
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500671USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100672M: Gerd Hoffmann <kraxel@redhat.com>
673S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100674F: hw/usb/*
Gonglei28edfce2014-06-23 19:53:51 +0800675F: tests/usb-*-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500676
Paolo Bonzinie26082f2014-10-22 14:53:32 +0200677USB (serial adapter)
678M: Gerd Hoffmann <kraxel@redhat.com>
679M: Samuel Thibault <samuel.thibault@ens-lyon.org>
680S: Maintained
681F: hw/usb/dev-serial.c
682
Alex Williamson92e1fb52012-09-26 11:19:39 -0600683VFIO
684M: Alex Williamson <alex.williamson@redhat.com>
685S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -0700686F: hw/vfio/*
Alex Williamson92e1fb52012-09-26 11:19:39 -0600687
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500688vhost
689M: Michael S. Tsirkin <mst@redhat.com>
690S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100691F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500692
693virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +0200694M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500695S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100696F: hw/*/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500697
698virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530699M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500700S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200701F: hw/9pfs/
702F: fsdev/
Andreas Färber2d888c02014-02-21 17:15:21 +0100703F: tests/virtio-9p-test.c
Andreas Färber3f3309c2012-04-13 18:23:55 +0200704T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500705
706virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100707M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +0100708L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500709S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100710F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +0100711F: hw/block/dataplane/*
712F: hw/virtio/dataplane/*
713T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500714
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000715virtio-ccw
716M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100717M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000718S: Supported
719F: hw/s390x/virtio-ccw.[hc]
720T: git git://github.com/cohuck/qemu virtio-ccw-upstr
721
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500722virtio-serial
723M: Amit Shah <amit.shah@redhat.com>
724S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100725F: hw/char/virtio-serial-bus.c
726F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +0530727F: include/hw/virtio/virtio-serial.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500728
Amit Shah1f51a5c2014-11-18 18:01:26 +0530729virtio-rng
730M: Amit Shah <amit.shah@redhat.com>
731S: Supported
732F: hw/virtio/virtio-rng.c
733F: include/hw/virtio/virtio-rng.h
734F: backends/rng*.c
735
Keith Buschf3c507a2013-06-04 09:17:10 -0600736nvme
737M: Keith Busch <keith.busch@intel.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200738L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -0600739S: Supported
740F: hw/block/nvme*
Andreas Färberfc967792014-02-21 22:19:43 +0100741F: tests/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -0600742
Hannes Reinecked383c622014-04-16 16:44:19 +0200743megasas
744M: Hannes Reinecke <hare@suse.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200745L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +0200746S: Supported
747F: hw/scsi/megasas.c
748F: hw/scsi/mfi.h
749
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000750Xilinx EDK
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700751M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000752M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
753S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100754F: hw/*/xilinx_*
755F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000756
Dmitry Fleytman622fb502014-08-27 08:58:43 +0300757Vmware
758M: Dmitry Fleytman <dmitry@daynix.com>
759S: Maintained
760F: hw/net/vmxnet*
761F: hw/scsi/vmw_pvscsi*
762
Scott Feldmande24d3f2015-03-13 21:09:32 -0700763Rocker
764M: Scott Feldman <sfeldma@gmail.com>
765M: Jiri Pirko <jiri@resnulli.us>
766S: Maintained
767F: hw/net/rocker/
768
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500769Subsystems
770----------
771Audio
772M: Vassili Karpov (malc) <av1474@comtv.ru>
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200773M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500774S: Maintained
775F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100776F: hw/audio/
Andreas Färberd7b50c02014-03-30 19:00:05 +0200777F: tests/ac97-test.c
Andreas Färber8fa74c92014-03-30 19:05:20 +0200778F: tests/es1370-test.c
Andreas Färberfbaf4452014-03-30 19:22:48 +0200779F: tests/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500780
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +0100781Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500782M: Kevin Wolf <kwolf@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200783L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500784S: Supported
785F: block*
786F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100787F: hw/block/
Kevin Wolf46078762014-04-24 11:53:39 +0200788F: qemu-img*
789F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +0200790F: tests/qemu-iotests/
Stefan Hajnoczid48addd2013-11-06 16:06:25 +0100791T: git git://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500792
Stefan Hajnoczid55053b2015-04-29 15:13:27 +0100793Block I/O path
794M: Stefan Hajnoczi <stefanha@redhat.com>
795L: qemu-block@nongnu.org
796S: Supported
797F: async.c
798F: aio-*.c
799F: block/io.c
800F: migration/block*
801T: git git://github.com/stefanha/qemu.git block
802
Jeff Cody280458a2015-03-06 12:16:06 -0500803Block Jobs
804M: Jeff Cody <jcody@redhat.com>
805L: qemu-block@nongnu.org
806S: Supported
807F: blockjob.c
808F: include/block/blockjob.h
809F: block/backup.c
810F: block/commit.c
811F: block/stream.h
812F: block/mirror.c
813T: git git://github.com/codyprime/qemu-kvm-jtc.git block
814
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500815Character Devices
Paolo Bonzinida26f372014-10-21 15:12:57 +0200816M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500817S: Maintained
818F: qemu-char.c
Paolo Bonzinida26f372014-10-21 15:12:57 +0200819F: backends/msmouse.c
820F: backends/testdev.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500821
Paolo Bonzinie26082f2014-10-22 14:53:32 +0200822Character Devices (Braille)
823M: Samuel Thibault <samuel.thibault@ens-lyon.org>
824S: Maintained
825F: backends/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500826
Markus Armbruster8c413e72015-01-28 11:29:57 +0100827Coverity model
828M: Markus Armbruster <armbru@redhat.com>
829S: Supported
830F: scripts/coverity-model.c
831
Andreas Färberf2ca0522012-09-17 19:10:32 +0200832CPU
833M: Andreas Färber <afaerber@suse.de>
834S: Supported
835F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100836F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100837F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200838
Igor Mammedovf0513d22013-04-29 17:02:50 +0200839ICC Bus
840M: Igor Mammedov <imammedo@redhat.com>
841S: Supported
842F: include/hw/cpu/icc_bus.h
843F: hw/cpu/icc_bus.c
844
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000845Device Tree
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700846M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000847M: Alexander Graf <agraf@suse.de>
848S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100849F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000850
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500851GDB stub
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200852L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500853S: Odd Fixes
854F: gdbstub*
855F: gdb-xml/
856
Paolo Bonzini01a9c032014-04-29 16:05:53 +0200857Memory API
858M: Paolo Bonzini <pbonzini@redhat.com>
859S: Supported
860F: include/exec/ioport.h
861F: ioport.c
862F: include/exec/memory.h
863F: memory.c
864F: include/exec/memory-internal.h
865F: exec.c
866
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100867SPICE
868M: Gerd Hoffmann <kraxel@redhat.com>
869S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100870F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100871F: ui/spice-*.c
872F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100873F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100874
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500875Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +0200876M: Gerd Hoffmann <kraxel@redhat.com>
877S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500878F: ui/
879
Andreas Färber351f1bf2011-10-30 18:08:01 +0100880Cocoa graphics
881M: Andreas Färber <andreas.faerber@web.de>
Peter Maydell30ef3c72013-12-16 15:17:55 +0000882M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +0100883S: Odd Fixes
884F: ui/cocoa.m
885
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500886Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +0200887M: Paolo Bonzini <pbonzini@redhat.com>
888S: Maintained
889F: cpus.c
890F: main-loop.c
891F: qemu-timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500892F: vl.c
893
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400894Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500895M: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -0500896S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500897F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400898F: hmp.c
899F: hmp-commands.hx
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500900T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500901
902Network device layer
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200903M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi442469e2015-01-20 15:40:38 +0000904M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500905S: Maintained
906F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100907T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500908
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +0100909Netmap network backend
910M: Luigi Rizzo <rizzo@iet.unipi.it>
911M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
912M: Vincenzo Maffione <v.maffione@gmail.com>
913W: http://info.iet.unipi.it/~luigi/netmap/
914S: Maintained
915F: net/netmap.c
916
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100917Network Block Device (NBD)
918M: Paolo Bonzini <pbonzini@redhat.com>
919S: Odd Fixes
920F: block/nbd.c
921F: nbd.*
922F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200923T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100924
Eduardo Habkost2f54eb92015-04-08 08:34:33 -0300925NUMA
926M: Eduardo Habkost <ehabkost@redhat.com>
927S: Maintained
928F: numa.c
929F: include/sysemu/numa.h
930K: numa|NUMA
931K: srat|SRAT
932T: git git://github.com/ehabkost/qemu.git numa
933
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400934QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -0400935M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400936M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -0400937S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400938F: qapi/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200939F: tests/qapi-schema/
Luiz Capitulino97406182015-05-05 10:39:15 -0400940T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400941
Luiz Capitulino7810d292013-06-03 11:11:53 -0400942QAPI Schema
943M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -0400944M: Markus Armbruster <armbru@redhat.com>
945S: Supported
946F: qapi-schema.json
Luiz Capitulino97406182015-05-05 10:39:15 -0400947T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -0400948
Luiz Capitulinof3582ba2014-10-22 08:54:59 -0400949QObject
950M: Luiz Capitulino <lcapitulino@redhat.com>
951S: Maintained
952F: qobject/
953T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
954
Michael Rothf05d9992014-10-22 07:05:36 -0500955QEMU Guest Agent
956M: Michael Roth <mdroth@linux.vnet.ibm.com>
957S: Maintained
958F: qga/
959T: git git://github.com/mdroth/qemu.git qga
960
Andreas Färber4688c942014-04-24 15:00:14 +0200961QOM
Andreas Färber4688c942014-04-24 15:00:14 +0200962M: Andreas Färber <afaerber@suse.de>
963S: Supported
964T: git git://github.com/afaerber/qemu-cpu.git qom-next
965F: include/qom/
966X: include/qom/cpu.h
967F: qom/
968X: qom/cpu.c
969F: tests/qom-test.c
970
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400971QMP
Luiz Capitulino97406182015-05-05 10:39:15 -0400972M: Markus Armbruster <armbru@redhat.com>
973S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400974F: qmp.c
975F: monitor.c
976F: qmp-commands.hx
Luiz Capitulino97406182015-05-05 10:39:15 -0400977F: docs/qmp/
978F: scripts/qmp/
979T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400980
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500981SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200982M: Jan Kiszka <jan.kiszka@siemens.com>
983S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500984F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200985T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500986
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100987Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200988M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100989S: Maintained
990F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200991F: scripts/tracetool.py
992F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100993F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200994T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100995
Blue Swirl14f40fd2011-11-26 09:51:23 +0000996Checkpatch
997M: Blue Swirl <blauwirbel@gmail.com>
998S: Odd Fixes
999F: scripts/checkpatch.pl
1000
Juan Quintelac0787c82014-10-15 10:34:50 +02001001Migration
1002M: Juan Quintela <quintela@redhat.com>
Amit Shah7f4675c2014-11-18 18:01:24 +05301003M: Amit Shah <amit.shah@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02001004S: Maintained
1005F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00001006F: migration/
Juan Quintelac0787c82014-10-15 10:34:50 +02001007F: savevm.c
1008F: arch_init.c
Amit Shahc5515642014-11-18 18:01:25 +05301009F: scripts/vmstate-static-checker.py
1010F: tests/vmstate-static-checker-data/
Juan Quintelac0787c82014-10-15 10:34:50 +02001011
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001012Seccomp
Eduardo Otubo9d9de252014-07-02 10:04:30 +02001013M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001014S: Supported
1015F: qemu-seccomp.c
1016F: include/sysemu/seccomp.h
1017
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001018Usermode Emulation
1019------------------
Paolo Bonzini486bbe52014-10-22 00:18:01 +02001020Overall
1021M: Riku Voipio <riku.voipio@iki.fi>
1022S: Maintained
1023F: thunk.c
1024F: user-exec.c
1025
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001026BSD user
1027M: Blue Swirl <blauwirbel@gmail.com>
1028S: Maintained
1029F: bsd-user/
1030
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001031Linux user
1032M: Riku Voipio <riku.voipio@iki.fi>
1033S: Maintained
1034F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001035
1036Tiny Code Generator (TCG)
1037-------------------------
1038Common code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07001039M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001040S: Maintained
1041F: tcg/
1042
Claudio Fontanab25a4642013-06-12 16:20:24 +01001043AArch64 target
1044M: Claudio Fontana <claudio.fontana@huawei.com>
1045M: Claudio Fontana <claudio.fontana@gmail.com>
1046S: Maintained
1047F: tcg/aarch64/
1048
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001049ARM target
1050M: Andrzej Zaborowski <balrogg@gmail.com>
1051S: Maintained
1052F: tcg/arm/
1053
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001054i386 target
Paolo Bonzini5dd4a882014-10-22 10:53:22 +02001055L: qemu-devel@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001056S: Maintained
1057F: tcg/i386/
1058
1059IA64 target
1060M: Aurelien Jarno <aurelien@aurel32.net>
1061S: Maintained
1062F: tcg/ia64/
1063
1064MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +01001065M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001066S: Maintained
1067F: tcg/mips/
1068
1069PPC
1070M: Vassili Karpov (malc) <av1474@comtv.ru>
1071S: Maintained
1072F: tcg/ppc/
1073
1074PPC64 target
1075M: Vassili Karpov (malc) <av1474@comtv.ru>
1076S: Maintained
1077F: tcg/ppc64/
1078
1079S390 target
1080M: Alexander Graf <agraf@suse.de>
1081M: Richard Henderson <rth@twiddle.net>
1082S: Maintained
1083F: tcg/s390/
1084
1085SPARC target
1086M: Blue Swirl <blauwirbel@gmail.com>
1087S: Maintained
1088F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +01001089
1090TCI target
1091M: Stefan Weil <sw@weilnetz.de>
1092S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02001093F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +02001094F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02001095
1096Stable branches
1097---------------
1098Stable 1.0
1099L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001100T: git git://git.qemu-project.org/qemu-stable-1.0.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001101S: Orphan
1102
1103Stable 0.15
1104L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +02001105M: Andreas Färber <afaerber@suse.de>
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001106T: git git://git.qemu-project.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +02001107S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +02001108
1109Stable 0.14
1110L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001111T: git git://git.qemu-project.org/qemu-stable-0.14.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001112S: Orphan
1113
1114Stable 0.10
1115L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001116T: git git://git.qemu-project.org/qemu-stable-0.10.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001117S: Orphan
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001118
1119Block drivers
1120-------------
1121VMDK
1122M: Fam Zheng <famz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001123L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001124S: Supported
1125F: block/vmdk.c
1126
1127RBD
1128M: Josh Durgin <josh.durgin@inktank.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001129M: Jeff Cody <jcody@redhat.com>
1130L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001131S: Supported
1132F: block/rbd.c
Jeff Cody280458a2015-03-06 12:16:06 -05001133T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001134
1135Sheepdog
MORITA Kazutaka53b33232014-09-03 22:13:17 +09001136M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001137M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001138M: Jeff Cody <jcody@redhat.com>
1139L: qemu-block@nongnu.org
Liu Yuandce32b62013-11-20 15:51:59 +08001140L: sheepdog@lists.wpkg.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001141S: Supported
1142F: block/sheepdog.c
Jeff Cody280458a2015-03-06 12:16:06 -05001143T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001144
1145VHDX
1146M: Jeff Cody <jcody@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001147L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001148S: Supported
1149F: block/vhdx*
Jeff Cody280458a2015-03-06 12:16:06 -05001150T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001151
1152VDI
1153M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001154L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001155S: Maintained
1156F: block/vdi.c
1157
1158iSCSI
1159M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1160M: Paolo Bonzini <pbonzini@redhat.com>
1161M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001162L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001163S: Supported
1164F: block/iscsi.c
1165
Peter Lieven6542aa92014-02-03 10:26:13 +01001166NFS
Jeff Cody280458a2015-03-06 12:16:06 -05001167M: Jeff Cody <jcody@redhat.com>
Peter Lieven6542aa92014-02-03 10:26:13 +01001168M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05001169L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01001170S: Maintained
1171F: block/nfs.c
Jeff Cody280458a2015-03-06 12:16:06 -05001172T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Peter Lieven6542aa92014-02-03 10:26:13 +01001173
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001174SSH
1175M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001176M: Jeff Cody <jcody@redhat.com>
1177L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001178S: Supported
1179F: block/ssh.c
Jeff Cody280458a2015-03-06 12:16:06 -05001180T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001181
1182ARCHIPELAGO
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001183M: Chrysostomos Nanakos <chris@include.gr>
Jeff Cody280458a2015-03-06 12:16:06 -05001184M: Jeff Cody <jcody@redhat.com>
1185L: qemu-block@nongnu.org
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001186S: Maintained
1187F: block/archipelago.c
Jeff Cody280458a2015-03-06 12:16:06 -05001188T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1189
1190CURL
1191M: Jeff Cody <jcody@redhat.com>
1192L: qemu-block@nongnu.org
1193S: Supported
1194F: block/curl.c
1195T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1196
1197GLUSTER
1198M: Jeff Cody <jcody@redhat.com>
1199L: qemu-block@nongnu.org
1200S: Supported
1201F: block/gluster.c
1202T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Gongleib5e94762014-10-22 11:07:57 +08001203
Fam Zheng199667a2015-04-01 09:45:40 +08001204Null Block Driver
1205M: Fam Zheng <famz@redhat.com>
1206L: qemu-block@nongnu.org
1207S: Supported
1208F: block/null.c
1209
Gongleib5e94762014-10-22 11:07:57 +08001210Bootdevice
1211M: Gonglei <arei.gonglei@huawei.com>
1212S: Maintained
1213F: bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02001214
1215Quorum
1216M: Alberto Garcia <berto@igalia.com>
1217S: Supported
1218F: block/quorum.c
1219L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001220
1221blkverify
1222M: Stefan Hajnoczi <stefanha@redhat.com>
1223L: qemu-block@nongnu.org
1224S: Supported
1225F: block/blkverify.c
1226
1227bochs
1228M: Stefan Hajnoczi <stefanha@redhat.com>
1229L: qemu-block@nongnu.org
1230S: Supported
1231F: block/bochs.c
1232
1233cloop
1234M: Stefan Hajnoczi <stefanha@redhat.com>
1235L: qemu-block@nongnu.org
1236S: Supported
1237F: block/cloop.c
1238
1239dmg
1240M: Stefan Hajnoczi <stefanha@redhat.com>
1241L: qemu-block@nongnu.org
1242S: Supported
1243F: block/dmg.c
1244
1245parallels
1246M: Stefan Hajnoczi <stefanha@redhat.com>
1247L: qemu-block@nongnu.org
1248S: Supported
1249F: block/parallels.c
1250
1251qed
1252M: Stefan Hajnoczi <stefanha@redhat.com>
1253L: qemu-block@nongnu.org
1254S: Supported
1255F: block/qed.c
1256
1257raw
1258M: Kevin Wolf <kwolf@redhat.com>
1259L: qemu-block@nongnu.org
1260S: Supported
1261F: block/linux-aio.c
1262F: block/raw-aio.h
1263F: block/raw-posix.c
1264F: block/raw-win32.c
1265F: block/raw_bsd.c
1266F: block/win32-aio.c
1267
1268qcow2
1269M: Kevin Wolf <kwolf@redhat.com>
1270L: qemu-block@nongnu.org
1271S: Supported
1272F: block/qcow2*
1273
1274qcow
1275M: Kevin Wolf <kwolf@redhat.com>
1276L: qemu-block@nongnu.org
1277S: Supported
1278F: block/qcow.c
1279
1280blkdebug
1281M: Kevin Wolf <kwolf@redhat.com>
1282L: qemu-block@nongnu.org
1283S: Supported
1284F: block/blkdebug.c
1285
1286vpc
1287M: Kevin Wolf <kwolf@redhat.com>
1288L: qemu-block@nongnu.org
1289S: Supported
1290F: block/vpc.c
1291
1292vvfat
1293M: Kevin Wolf <kwolf@redhat.com>
1294L: qemu-block@nongnu.org
1295S: Supported
1296F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01001297
1298Image format fuzzer
1299M: Stefan Hajnoczi <stefanha@redhat.com>
1300L: qemu-block@nongnu.org
1301S: Supported
1302F: tests/image-fuzzer/