blob: 411da3cf57102c447ea4dc546821267f36d373cb [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
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100359ARM ACPI Subsystem
360M: Shannon Zhao <zhaoshenglong@huawei.com>
361M: Shannon Zhao <shannon.zhao@linaro.org>
362S: Maintained
363F: hw/arm/virt-acpi-build.c
364F: include/hw/arm/virt-acpi-build.h
365
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500366CRIS Machines
367-------------
368Axis Dev88
369M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100371F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100372F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500373
Michael Walle07bf23a2011-02-17 23:45:18 +0100374LM32 Machines
375-------------
376EVR32 and uclinux BSP
377M: Michael Walle <michael@walle.cc>
378S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100379F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100380
Michael Walled118aa62011-03-07 23:32:45 +0100381milkymist
382M: Michael Walle <michael@walle.cc>
383S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100384F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100385
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100386M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500387-------------
388an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500389S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100390F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500391
392dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500393S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100394F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500395
396mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500397S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100398F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500399
400MicroBlaze Machines
401-------------------
402petalogix_s3adsp1800
403M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
404S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100405F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500406
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000407petalogix_ml605
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700408M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000409S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100410F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000411
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500412MIPS Machines
413-------------
414Jazz
415M: Hervé Poussineau <hpoussin@reactos.org>
416S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100417F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500418
419Malta
420M: Aurelien Jarno <aurelien@aurel32.net>
421S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100422F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500423
424Mipssim
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200425L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500426S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100427F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500428
429R4000
430M: Aurelien Jarno <aurelien@aurel32.net>
431S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100432F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500433
Jia Liu945dad62013-07-02 20:55:17 +0800434OpenRISC Machines
435-----------------
436or1k-sim
437M: Jia Liu <proljc@gmail.com>
438S: Maintained
439F: hw/openrisc/openrisc_sim.c
440
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500441PowerPC Machines
442----------------
443405
444M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000445L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000446S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100447F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500448
Andreas Färberaaade8d2012-08-22 05:48:47 +0000449Bamboo
450M: Alexander Graf <agraf@suse.de>
451L: qemu-ppc@nongnu.org
452S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100453F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000454
Andreas Färber98cded32012-08-22 05:48:45 +0000455e500
456M: Alexander Graf <agraf@suse.de>
457M: Scott Wood <scottwood@freescale.com>
458L: qemu-ppc@nongnu.org
459S: Supported
460F: hw/ppc/e500.[hc]
461F: hw/ppc/e500plat.c
462
463mpc8544ds
464M: Alexander Graf <agraf@suse.de>
465M: Scott Wood <scottwood@freescale.com>
466L: qemu-ppc@nongnu.org
467S: Supported
468F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100469F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000470
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500471New World
472M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000473L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500474S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000475F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100476F: hw/pci-host/uninorth.c
477F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100478F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500479
480Old World
481M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000482L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500483S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000484F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100485F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100486F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500487
Andreas Färberec38d392011-11-01 00:03:07 +0100488PReP
489M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000490L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100491S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100492F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100493F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100494F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500495
David Gibson085eb212015-05-08 10:11:00 +1000496sPAPR (pseries)
497M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber8a269ca2012-08-22 05:48:44 +0000498M: Alexander Graf <agraf@suse.de>
499L: qemu-ppc@nongnu.org
500S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100501F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000502F: include/hw/*/spapr*
503F: hw/*/xics*
504F: include/hw/*/xics*
505F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000506
Andreas Färber794d00b2012-08-22 05:48:48 +0000507virtex_ml507
508M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
509L: qemu-ppc@nongnu.org
510S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100511F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000512
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500513SH4 Machines
514------------
515R2D
516M: Magnus Damm <magnus.damm@gmail.com>
517S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100518F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500519
520Shix
521M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100522S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100523F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500524
525SPARC Machines
526--------------
527Sun4m
528M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000529M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500530S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100531F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500532
533Sun4u
534M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000535M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500536S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100537F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500538
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200539Leon3
540M: Fabien Chouteau <chouteau@adacore.com>
541S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100542F: hw/sparc/leon3.c
543F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200544
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500545S390 Machines
546-------------
547S390 Virtio
548M: Alexander Graf <agraf@suse.de>
549S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100550F: hw/s390x/s390-*.c
Frank Blaschka8cba80c2015-01-09 09:04:38 +0100551X: hw/s390x/*pci*.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500552
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000553S390 Virtio-ccw
554M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100555M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000556M: Alexander Graf <agraf@suse.de>
557S: Supported
558F: hw/s390x/s390-virtio-ccw.c
559F: hw/s390x/css.[hc]
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100560F: hw/s390x/sclp*.[hc]
561F: hw/s390x/ipl*.[hc]
Frank Blaschka8cba80c2015-01-09 09:04:38 +0100562F: hw/s390x/*pci*.[hc]
Cornelia Huck4277af12014-10-20 19:00:03 +0200563F: include/hw/s390x/
564F: pc-bios/s390-ccw/
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000565T: git git://github.com/cohuck/qemu virtio-ccw-upstr
566
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800567UniCore32 Machines
568-------------
569PKUnity-3 SoC initramfs-with-busybox
570M: Guan Xuetao <gxt@mprc.pku.edu.cn>
571S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100572F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800573F: hw/unicore32/
574
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500575X86 Machines
576------------
577PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200578M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200580F: include/hw/i386/
581F: hw/i386/
582F: hw/pci-host/piix.c
583F: hw/pci-host/q35.c
584F: hw/pci-host/pam.c
585F: include/hw/pci-host/q35.h
586F: include/hw/pci-host/pam.h
587F: hw/isa/piix4.c
588F: hw/isa/lpc_ich9.c
589F: hw/i2c/smbus_ich9.c
590F: hw/acpi/piix4.c
591F: hw/acpi/ich9.c
592F: include/hw/acpi/ich9.h
593F: include/hw/acpi/piix.h
594
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500595
Max Filippov16e7caa2011-09-06 03:55:56 +0400596Xtensa Machines
597---------------
Max Filippov375847a2011-10-28 02:11:05 +0400598sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400599M: Max Filippov <jcmvbkbc@gmail.com>
600S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400601F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400602
Max Filippov437a8c12014-10-22 07:25:42 +0400603XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +0400604M: Max Filippov <jcmvbkbc@gmail.com>
605S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400606F: hw/xtensa/xtfpga.c
607F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400608
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500609Devices
610-------
Jiri Slabyb30934c2015-01-21 17:48:33 +0100611EDU
612M: Jiri Slaby <jslaby@suse.cz>
613S: Maintained
614F: hw/misc/edu.c
615
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500616IDE
John Snowc0953482015-03-04 23:37:55 -0500617M: John Snow <jsnow@redhat.com>
618L: qemu-block@nongnu.org
619S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100620F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500621F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -0500622F: hw/block/block.c
623F: hw/block/cdrom.c
624F: hw/block/hd-geometry.c
625F: tests/ide-test.c
626F: tests/ahci-test.c
627T: git git://github.com/jnsnow/qemu.git ide
628
629Floppy
630M: John Snow <jsnow@redhat.com>
631L: qemu-block@nongnu.org
632S: Supported
633F: hw/block/fdc.c
634F: include/hw/block/fdc.h
635T: git git://github.com/jnsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500636
Peter Maydellf5f487b2011-09-17 17:26:15 +0100637OMAP
638M: Peter Maydell <peter.maydell@linaro.org>
639S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100640F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100641
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500642PCI
643M: Michael S. Tsirkin <mst@redhat.com>
644S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100645F: include/hw/pci/*
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200646F: hw/pci/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200647
648ACPI
649M: Michael S. Tsirkin <mst@redhat.com>
650M: Igor Mammedov <imammedo@redhat.com>
651S: Supported
652F: include/hw/acpi/*
653F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100654F: hw/acpi/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200655F: hw/i386/acpi-build.[hc]
656F: hw/i386/*dsl
657F: hw/arm/virt-acpi-build.c
658F: include/hw/arm/virt-acpi-build.h
659F: scripts/acpi*py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500660
Andreas Färberaaade8d2012-08-22 05:48:47 +0000661ppc4xx
662M: Alexander Graf <agraf@suse.de>
663L: qemu-ppc@nongnu.org
664S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100665F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000666
Andreas Färber98cded32012-08-22 05:48:45 +0000667ppce500
668M: Alexander Graf <agraf@suse.de>
669M: Scott Wood <scottwood@freescale.com>
670L: qemu-ppc@nongnu.org
671S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100672F: hw/ppc/e500*
Andreas Färber98cded32012-08-22 05:48:45 +0000673
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500674SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100675M: Paolo Bonzini <pbonzini@redhat.com>
676S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100677F: include/hw/scsi*
678F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200679T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100680
681LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500682S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100683F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500684
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000685SSI
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700686M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000687S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100688F: hw/ssi/*
689F: hw/block/m25p80.c
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000690
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500691USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100692M: Gerd Hoffmann <kraxel@redhat.com>
693S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100694F: hw/usb/*
Gonglei28edfce2014-06-23 19:53:51 +0800695F: tests/usb-*-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500696
Paolo Bonzinie26082f2014-10-22 14:53:32 +0200697USB (serial adapter)
698M: Gerd Hoffmann <kraxel@redhat.com>
699M: Samuel Thibault <samuel.thibault@ens-lyon.org>
700S: Maintained
701F: hw/usb/dev-serial.c
702
Alex Williamson92e1fb52012-09-26 11:19:39 -0600703VFIO
704M: Alex Williamson <alex.williamson@redhat.com>
705S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -0700706F: hw/vfio/*
Alex Williamson92e1fb52012-09-26 11:19:39 -0600707
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500708vhost
709M: Michael S. Tsirkin <mst@redhat.com>
710S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100711F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500712
713virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +0200714M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500715S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100716F: hw/*/virtio*
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +0200717F: net/vhost-user.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500718
719virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530720M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500721S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200722F: hw/9pfs/
723F: fsdev/
Andreas Färber2d888c02014-02-21 17:15:21 +0100724F: tests/virtio-9p-test.c
Andreas Färber3f3309c2012-04-13 18:23:55 +0200725T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500726
727virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100728M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +0100729L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500730S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100731F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +0100732F: hw/block/dataplane/*
733F: hw/virtio/dataplane/*
734T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500735
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000736virtio-ccw
737M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100738M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000739S: Supported
740F: hw/s390x/virtio-ccw.[hc]
741T: git git://github.com/cohuck/qemu virtio-ccw-upstr
742
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +0200743virtio-input
744M: Gerd Hoffmann <kraxel@redhat.com>
745S: Maintained
746F: hw/input/virtio-input*.c
747F: include/hw/virtio/virtio-input.h
748
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500749virtio-serial
750M: Amit Shah <amit.shah@redhat.com>
751S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100752F: hw/char/virtio-serial-bus.c
753F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +0530754F: include/hw/virtio/virtio-serial.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500755
Amit Shah1f51a5c2014-11-18 18:01:26 +0530756virtio-rng
757M: Amit Shah <amit.shah@redhat.com>
758S: Supported
759F: hw/virtio/virtio-rng.c
760F: include/hw/virtio/virtio-rng.h
761F: backends/rng*.c
762
Keith Buschf3c507a2013-06-04 09:17:10 -0600763nvme
764M: Keith Busch <keith.busch@intel.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200765L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -0600766S: Supported
767F: hw/block/nvme*
Andreas Färberfc967792014-02-21 22:19:43 +0100768F: tests/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -0600769
Hannes Reinecked383c622014-04-16 16:44:19 +0200770megasas
771M: Hannes Reinecke <hare@suse.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200772L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +0200773S: Supported
774F: hw/scsi/megasas.c
775F: hw/scsi/mfi.h
776
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000777Xilinx EDK
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700778M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000779M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
780S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100781F: hw/*/xilinx_*
782F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000783
Dmitry Fleytman622fb502014-08-27 08:58:43 +0300784Vmware
785M: Dmitry Fleytman <dmitry@daynix.com>
786S: Maintained
787F: hw/net/vmxnet*
788F: hw/scsi/vmw_pvscsi*
789
Scott Feldmande24d3f2015-03-13 21:09:32 -0700790Rocker
791M: Scott Feldman <sfeldma@gmail.com>
792M: Jiri Pirko <jiri@resnulli.us>
793S: Maintained
794F: hw/net/rocker/
795
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500796Subsystems
797----------
798Audio
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200799M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500800S: Maintained
801F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100802F: hw/audio/
Andreas Färberd7b50c02014-03-30 19:00:05 +0200803F: tests/ac97-test.c
Andreas Färber8fa74c92014-03-30 19:05:20 +0200804F: tests/es1370-test.c
Andreas Färberfbaf4452014-03-30 19:22:48 +0200805F: tests/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500806
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +0100807Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500808M: Kevin Wolf <kwolf@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200809L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500810S: Supported
811F: block*
812F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100813F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +0200814F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +0200815F: qemu-img*
816F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +0200817F: tests/qemu-iotests/
Stefan Hajnoczid48addd2013-11-06 16:06:25 +0100818T: git git://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500819
Stefan Hajnoczid55053b2015-04-29 15:13:27 +0100820Block I/O path
821M: Stefan Hajnoczi <stefanha@redhat.com>
822L: qemu-block@nongnu.org
823S: Supported
824F: async.c
825F: aio-*.c
826F: block/io.c
827F: migration/block*
828T: git git://github.com/stefanha/qemu.git block
829
Jeff Cody280458a2015-03-06 12:16:06 -0500830Block Jobs
831M: Jeff Cody <jcody@redhat.com>
832L: qemu-block@nongnu.org
833S: Supported
834F: blockjob.c
835F: include/block/blockjob.h
836F: block/backup.c
837F: block/commit.c
838F: block/stream.h
839F: block/mirror.c
840T: git git://github.com/codyprime/qemu-kvm-jtc.git block
841
Markus Armbruster41202012015-05-20 13:23:46 +0200842Block QAPI, monitor, command line
843M: Markus Armbruster <armbru@redhat.com>
844S: Supported
845F: blockdev.c
846F: block/qapi.c
847F: qapi/block*.json
848T: git git://repo.or.cz/qemu/armbru.git block-next
849
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500850Character Devices
Paolo Bonzinida26f372014-10-21 15:12:57 +0200851M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500852S: Maintained
853F: qemu-char.c
Paolo Bonzinida26f372014-10-21 15:12:57 +0200854F: backends/msmouse.c
855F: backends/testdev.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500856
Paolo Bonzinie26082f2014-10-22 14:53:32 +0200857Character Devices (Braille)
858M: Samuel Thibault <samuel.thibault@ens-lyon.org>
859S: Maintained
860F: backends/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500861
Markus Armbruster8c413e72015-01-28 11:29:57 +0100862Coverity model
863M: Markus Armbruster <armbru@redhat.com>
864S: Supported
865F: scripts/coverity-model.c
866
Andreas Färberf2ca0522012-09-17 19:10:32 +0200867CPU
868M: Andreas Färber <afaerber@suse.de>
869S: Supported
870F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100871F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100872F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200873
Igor Mammedovf0513d22013-04-29 17:02:50 +0200874ICC Bus
875M: Igor Mammedov <imammedo@redhat.com>
876S: Supported
877F: include/hw/cpu/icc_bus.h
878F: hw/cpu/icc_bus.c
879
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000880Device Tree
Peter Crosthwaite97891af2014-04-02 23:31:11 -0700881M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000882M: Alexander Graf <agraf@suse.de>
883S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100884F: device_tree.[ch]
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000885
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500886GDB stub
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200887L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500888S: Odd Fixes
889F: gdbstub*
890F: gdb-xml/
891
Paolo Bonzini01a9c032014-04-29 16:05:53 +0200892Memory API
893M: Paolo Bonzini <pbonzini@redhat.com>
894S: Supported
895F: include/exec/ioport.h
896F: ioport.c
897F: include/exec/memory.h
898F: memory.c
899F: include/exec/memory-internal.h
900F: exec.c
901
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100902SPICE
903M: Gerd Hoffmann <kraxel@redhat.com>
904S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100905F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100906F: ui/spice-*.c
907F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100908F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100909
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500910Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +0200911M: Gerd Hoffmann <kraxel@redhat.com>
912S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500913F: ui/
914
Andreas Färber351f1bf2011-10-30 18:08:01 +0100915Cocoa graphics
916M: Andreas Färber <andreas.faerber@web.de>
Peter Maydell30ef3c72013-12-16 15:17:55 +0000917M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +0100918S: Odd Fixes
919F: ui/cocoa.m
920
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500921Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +0200922M: Paolo Bonzini <pbonzini@redhat.com>
923S: Maintained
924F: cpus.c
925F: main-loop.c
926F: qemu-timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500927F: vl.c
928
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400929Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500930M: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -0500931S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500932F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400933F: hmp.c
934F: hmp-commands.hx
Luiz Capitulinodce07e02013-11-05 16:09:37 -0500935T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500936
937Network device layer
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200938M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi442469e2015-01-20 15:40:38 +0000939M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500940S: Maintained
941F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100942T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500943
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +0100944Netmap network backend
945M: Luigi Rizzo <rizzo@iet.unipi.it>
946M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
947M: Vincenzo Maffione <v.maffione@gmail.com>
948W: http://info.iet.unipi.it/~luigi/netmap/
949S: Maintained
950F: net/netmap.c
951
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100952Network Block Device (NBD)
953M: Paolo Bonzini <pbonzini@redhat.com>
954S: Odd Fixes
955F: block/nbd.c
956F: nbd.*
957F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200958T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100959
Eduardo Habkost2f54eb92015-04-08 08:34:33 -0300960NUMA
961M: Eduardo Habkost <ehabkost@redhat.com>
962S: Maintained
963F: numa.c
964F: include/sysemu/numa.h
965K: numa|NUMA
966K: srat|SRAT
967T: git git://github.com/ehabkost/qemu.git numa
968
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400969QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -0400970M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400971M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -0400972S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400973F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +0200974X: qapi/*.json
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200975F: tests/qapi-schema/
Markus Armbruster0311c5b2015-06-12 15:15:54 +0200976F: scripts/qapi*
977F: docs/qapi*
Luiz Capitulino97406182015-05-05 10:39:15 -0400978T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -0400979
Luiz Capitulino7810d292013-06-03 11:11:53 -0400980QAPI Schema
981M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -0400982M: Markus Armbruster <armbru@redhat.com>
983S: Supported
984F: qapi-schema.json
Markus Armbruster0311c5b2015-06-12 15:15:54 +0200985F: qapi/*.json
Luiz Capitulino97406182015-05-05 10:39:15 -0400986T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -0400987
Luiz Capitulinof3582ba2014-10-22 08:54:59 -0400988QObject
989M: Luiz Capitulino <lcapitulino@redhat.com>
990S: Maintained
991F: qobject/
992T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
993
Michael Rothf05d9992014-10-22 07:05:36 -0500994QEMU Guest Agent
995M: Michael Roth <mdroth@linux.vnet.ibm.com>
996S: Maintained
997F: qga/
998T: git git://github.com/mdroth/qemu.git qga
999
Andreas Färber4688c942014-04-24 15:00:14 +02001000QOM
Andreas Färber4688c942014-04-24 15:00:14 +02001001M: Andreas Färber <afaerber@suse.de>
1002S: Supported
1003T: git git://github.com/afaerber/qemu-cpu.git qom-next
1004F: include/qom/
1005X: include/qom/cpu.h
1006F: qom/
1007X: qom/cpu.c
1008F: tests/qom-test.c
1009
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001010QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04001011M: Markus Armbruster <armbru@redhat.com>
1012S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001013F: qmp.c
1014F: monitor.c
1015F: qmp-commands.hx
Luiz Capitulino97406182015-05-05 10:39:15 -04001016F: docs/qmp/
1017F: scripts/qmp/
1018T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001019
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001020SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +02001021M: Jan Kiszka <jan.kiszka@siemens.com>
1022S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001023F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +02001024T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001025
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001026Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02001027M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001028S: Maintained
1029F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02001030F: scripts/tracetool.py
1031F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +01001032F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +02001033T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001034
Blue Swirl14f40fd2011-11-26 09:51:23 +00001035Checkpatch
1036M: Blue Swirl <blauwirbel@gmail.com>
1037S: Odd Fixes
1038F: scripts/checkpatch.pl
1039
Juan Quintelac0787c82014-10-15 10:34:50 +02001040Migration
1041M: Juan Quintela <quintela@redhat.com>
Amit Shah7f4675c2014-11-18 18:01:24 +05301042M: Amit Shah <amit.shah@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02001043S: Maintained
1044F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00001045F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05301046F: scripts/vmstate-static-checker.py
1047F: tests/vmstate-static-checker-data/
Juan Quintelac0787c82014-10-15 10:34:50 +02001048
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001049Seccomp
Eduardo Otubo9d9de252014-07-02 10:04:30 +02001050M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001051S: Supported
1052F: qemu-seccomp.c
1053F: include/sysemu/seccomp.h
1054
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01001055Cryptography
1056M: Daniel P. Berrange <berrange@redhat.com>
1057S: Maintained
1058F: crypto/
1059F: include/crypto/
1060F: tests/test-crypto-*
1061
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001062Usermode Emulation
1063------------------
Paolo Bonzini486bbe52014-10-22 00:18:01 +02001064Overall
1065M: Riku Voipio <riku.voipio@iki.fi>
1066S: Maintained
1067F: thunk.c
1068F: user-exec.c
1069
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001070BSD user
1071M: Blue Swirl <blauwirbel@gmail.com>
1072S: Maintained
1073F: bsd-user/
1074
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001075Linux user
1076M: Riku Voipio <riku.voipio@iki.fi>
1077S: Maintained
1078F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001079
1080Tiny Code Generator (TCG)
1081-------------------------
1082Common code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07001083M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001084S: Maintained
1085F: tcg/
1086
Claudio Fontanab25a4642013-06-12 16:20:24 +01001087AArch64 target
1088M: Claudio Fontana <claudio.fontana@huawei.com>
1089M: Claudio Fontana <claudio.fontana@gmail.com>
1090S: Maintained
1091F: tcg/aarch64/
1092
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001093ARM target
1094M: Andrzej Zaborowski <balrogg@gmail.com>
1095S: Maintained
1096F: tcg/arm/
1097
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001098i386 target
Paolo Bonzini5dd4a882014-10-22 10:53:22 +02001099L: qemu-devel@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001100S: Maintained
1101F: tcg/i386/
1102
1103IA64 target
1104M: Aurelien Jarno <aurelien@aurel32.net>
1105S: Maintained
1106F: tcg/ia64/
1107
1108MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +01001109M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001110S: Maintained
1111F: tcg/mips/
1112
1113PPC
1114M: Vassili Karpov (malc) <av1474@comtv.ru>
1115S: Maintained
1116F: tcg/ppc/
1117
1118PPC64 target
1119M: Vassili Karpov (malc) <av1474@comtv.ru>
1120S: Maintained
1121F: tcg/ppc64/
1122
1123S390 target
1124M: Alexander Graf <agraf@suse.de>
1125M: Richard Henderson <rth@twiddle.net>
1126S: Maintained
1127F: tcg/s390/
1128
1129SPARC target
1130M: Blue Swirl <blauwirbel@gmail.com>
1131S: Maintained
1132F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +01001133
1134TCI target
1135M: Stefan Weil <sw@weilnetz.de>
1136S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02001137F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +02001138F: tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02001139
1140Stable branches
1141---------------
1142Stable 1.0
1143L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001144T: git git://git.qemu-project.org/qemu-stable-1.0.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001145S: Orphan
1146
1147Stable 0.15
1148L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +02001149M: Andreas Färber <afaerber@suse.de>
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001150T: git git://git.qemu-project.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +02001151S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +02001152
1153Stable 0.14
1154L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001155T: git git://git.qemu-project.org/qemu-stable-0.14.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001156S: Orphan
1157
1158Stable 0.10
1159L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001160T: git git://git.qemu-project.org/qemu-stable-0.10.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001161S: Orphan
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001162
1163Block drivers
1164-------------
1165VMDK
1166M: Fam Zheng <famz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001167L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001168S: Supported
1169F: block/vmdk.c
1170
1171RBD
1172M: Josh Durgin <josh.durgin@inktank.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001173M: Jeff Cody <jcody@redhat.com>
1174L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001175S: Supported
1176F: block/rbd.c
Jeff Cody280458a2015-03-06 12:16:06 -05001177T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001178
1179Sheepdog
MORITA Kazutaka53b33232014-09-03 22:13:17 +09001180M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001181M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001182M: Jeff Cody <jcody@redhat.com>
1183L: qemu-block@nongnu.org
Liu Yuandce32b62013-11-20 15:51:59 +08001184L: sheepdog@lists.wpkg.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001185S: Supported
1186F: block/sheepdog.c
Jeff Cody280458a2015-03-06 12:16:06 -05001187T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001188
1189VHDX
1190M: Jeff Cody <jcody@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001191L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001192S: Supported
1193F: block/vhdx*
Jeff Cody280458a2015-03-06 12:16:06 -05001194T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001195
1196VDI
1197M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001198L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001199S: Maintained
1200F: block/vdi.c
1201
1202iSCSI
1203M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1204M: Paolo Bonzini <pbonzini@redhat.com>
1205M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001206L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001207S: Supported
1208F: block/iscsi.c
1209
Peter Lieven6542aa92014-02-03 10:26:13 +01001210NFS
Jeff Cody280458a2015-03-06 12:16:06 -05001211M: Jeff Cody <jcody@redhat.com>
Peter Lieven6542aa92014-02-03 10:26:13 +01001212M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05001213L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01001214S: Maintained
1215F: block/nfs.c
Jeff Cody280458a2015-03-06 12:16:06 -05001216T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Peter Lieven6542aa92014-02-03 10:26:13 +01001217
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001218SSH
1219M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001220M: Jeff Cody <jcody@redhat.com>
1221L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001222S: Supported
1223F: block/ssh.c
Jeff Cody280458a2015-03-06 12:16:06 -05001224T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001225
1226ARCHIPELAGO
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001227M: Chrysostomos Nanakos <chris@include.gr>
Jeff Cody280458a2015-03-06 12:16:06 -05001228M: Jeff Cody <jcody@redhat.com>
1229L: qemu-block@nongnu.org
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001230S: Maintained
1231F: block/archipelago.c
Jeff Cody280458a2015-03-06 12:16:06 -05001232T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1233
1234CURL
1235M: Jeff Cody <jcody@redhat.com>
1236L: qemu-block@nongnu.org
1237S: Supported
1238F: block/curl.c
1239T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1240
1241GLUSTER
1242M: Jeff Cody <jcody@redhat.com>
1243L: qemu-block@nongnu.org
1244S: Supported
1245F: block/gluster.c
1246T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Gongleib5e94762014-10-22 11:07:57 +08001247
Fam Zheng199667a2015-04-01 09:45:40 +08001248Null Block Driver
1249M: Fam Zheng <famz@redhat.com>
1250L: qemu-block@nongnu.org
1251S: Supported
1252F: block/null.c
1253
Gongleib5e94762014-10-22 11:07:57 +08001254Bootdevice
1255M: Gonglei <arei.gonglei@huawei.com>
1256S: Maintained
1257F: bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02001258
1259Quorum
1260M: Alberto Garcia <berto@igalia.com>
1261S: Supported
1262F: block/quorum.c
1263L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001264
1265blkverify
1266M: Stefan Hajnoczi <stefanha@redhat.com>
1267L: qemu-block@nongnu.org
1268S: Supported
1269F: block/blkverify.c
1270
1271bochs
1272M: Stefan Hajnoczi <stefanha@redhat.com>
1273L: qemu-block@nongnu.org
1274S: Supported
1275F: block/bochs.c
1276
1277cloop
1278M: Stefan Hajnoczi <stefanha@redhat.com>
1279L: qemu-block@nongnu.org
1280S: Supported
1281F: block/cloop.c
1282
1283dmg
1284M: Stefan Hajnoczi <stefanha@redhat.com>
1285L: qemu-block@nongnu.org
1286S: Supported
1287F: block/dmg.c
1288
1289parallels
1290M: Stefan Hajnoczi <stefanha@redhat.com>
1291L: qemu-block@nongnu.org
1292S: Supported
1293F: block/parallels.c
1294
1295qed
1296M: Stefan Hajnoczi <stefanha@redhat.com>
1297L: qemu-block@nongnu.org
1298S: Supported
1299F: block/qed.c
1300
1301raw
1302M: Kevin Wolf <kwolf@redhat.com>
1303L: qemu-block@nongnu.org
1304S: Supported
1305F: block/linux-aio.c
1306F: block/raw-aio.h
1307F: block/raw-posix.c
1308F: block/raw-win32.c
1309F: block/raw_bsd.c
1310F: block/win32-aio.c
1311
1312qcow2
1313M: Kevin Wolf <kwolf@redhat.com>
1314L: qemu-block@nongnu.org
1315S: Supported
1316F: block/qcow2*
1317
1318qcow
1319M: Kevin Wolf <kwolf@redhat.com>
1320L: qemu-block@nongnu.org
1321S: Supported
1322F: block/qcow.c
1323
1324blkdebug
1325M: Kevin Wolf <kwolf@redhat.com>
1326L: qemu-block@nongnu.org
1327S: Supported
1328F: block/blkdebug.c
1329
1330vpc
1331M: Kevin Wolf <kwolf@redhat.com>
1332L: qemu-block@nongnu.org
1333S: Supported
1334F: block/vpc.c
1335
1336vvfat
1337M: Kevin Wolf <kwolf@redhat.com>
1338L: qemu-block@nongnu.org
1339S: Supported
1340F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01001341
1342Image format fuzzer
1343M: Stefan Hajnoczi <stefanha@redhat.com>
1344L: qemu-block@nongnu.org
1345S: Supported
1346F: tests/image-fuzzer/