blob: d8b0f36a43cddabff2d7904c924684503d26ed76 [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 Bonzini2b1641d2015-11-13 18:49:54 +010065M: Paolo Bonzini <pbonzini@redhat.com>
66M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
67M: Richard Henderson <rth@twiddle.net>
68S: Maintained
Paolo Bonzini486bbe52014-10-22 00:18:01 +020069F: cpu-exec.c
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010070F: cpu-exec-common.c
71F: cpus.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +020072F: cputlb.c
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010073F: exec.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +020074F: softmmu_template.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010075F: translate-all.*
76F: translate-common.c
77F: include/exec/cpu*.h
78F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +020079F: include/exec/helper*.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010080F: include/exec/tb-hash.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +020081
bellardb6f97c12008-05-09 09:39:00 +000082Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -070083M: Richard Henderson <rth@twiddle.net>
84S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050085F: target-alpha/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010086F: hw/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +020087F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +020088F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050089
90ARM
Peter Maydell1ce9ce62011-09-20 16:18:46 +010091M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +000092L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050093S: Maintained
94F: target-arm/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +010095F: hw/arm/
96F: hw/cpu/a*mpcore.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +020097F: disas/arm.c
98F: disas/arm-a64.cc
99F: disas/libvixl/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500100
101CRIS
102M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
103S: Maintained
104F: target-cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100105F: hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200106F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200107F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500108
Michael Walle07bf23a2011-02-17 23:45:18 +0100109LM32
110M: Michael Walle <michael@walle.cc>
111S: Maintained
112F: target-lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100113F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100114F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100115F: hw/*/lm32_*
116F: hw/*/milkymist-*
117F: include/hw/char/lm32_juart.h
118F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200119F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100120
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500121M68K
Anthony Liguori0e198852013-10-02 12:09:12 -0500122S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500123F: target-m68k/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100124F: hw/m68k/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500125
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +0200126MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500127M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128S: Maintained
129F: target-microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100130F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200131F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500132
133MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100134M: Aurelien Jarno <aurelien@aurel32.net>
Leon Alrae6f640912014-10-16 12:38:07 +0100135M: Leon Alrae <leon.alrae@imgtec.com>
136S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500137F: target-mips/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100138F: hw/mips/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200139F: tests/tcg/mips/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200140F: disas/mips.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500141
Anthony Greend15a9c22013-03-18 15:49:25 -0400142Moxie
143M: Anthony Green <green@moxielogic.com>
144S: Maintained
145F: target-moxie/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200146F: disas/moxie.c
Anthony Greend15a9c22013-03-18 15:49:25 -0400147
Jia Liu945dad62013-07-02 20:55:17 +0800148OpenRISC
149M: Jia Liu <proljc@gmail.com>
150S: Maintained
151F: target-openrisc/
152F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200153F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800154
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500155PowerPC
156M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000157L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500158S: Maintained
159F: target-ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100160F: hw/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200161F: disas/ppc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500162
Alexander Graf749717a2009-12-05 12:44:31 +0100163S390
Richard Henderson2b35e932012-12-05 09:23:25 -0600164M: Richard Henderson <rth@twiddle.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500165M: Alexander Graf <agraf@suse.de>
166S: Maintained
167F: target-s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100168F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200169F: disas/s390.c
bellardb6f97c12008-05-09 09:39:00 +0000170
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500171SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100172M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200173S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500174F: target-sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100175F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200176F: disas/sh4.c
bellardb6f97c12008-05-09 09:39:00 +0000177
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500178SPARC
179M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000180M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500181S: Maintained
182F: target-sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100183F: hw/sparc/
184F: hw/sparc64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200185F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500186
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100187UniCore32
188M: Guan Xuetao <gxt@mprc.pku.edu.cn>
189S: Maintained
190F: target-unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100191F: hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100192
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500193X86
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200194M: Paolo Bonzini <pbonzini@redhat.com>
195M: Richard Henderson <rth@twiddle.net>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300196M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300197S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500198F: target-i386/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100199F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200200F: disas/i386.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500201
Max Filippov16e7caa2011-09-06 03:55:56 +0400202Xtensa
203M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400204W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400205S: Maintained
206F: target-xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100207F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200208F: tests/tcg/xtensa/
Max Filippov16e7caa2011-09-06 03:55:56 +0400209
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100210TriCore
211M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
212S: Maintained
213F: target-tricore/
214F: hw/tricore/
215
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500216Guest CPU Cores (KVM):
217----------------------
218
219Overall
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300220M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500221L: kvm@vger.kernel.org
222S: Supported
223F: kvm-*
224F: */kvm.*
225
Peter Maydelled4659d2013-03-05 00:34:43 +0000226ARM
227M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000228L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000229S: Maintained
230F: target-arm/kvm.c
231
James Hogana31896c2014-06-17 23:10:37 +0100232MIPS
233M: James Hogan <james.hogan@imgtec.com>
234S: Maintained
235F: target-mips/kvm.c
236
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500237PPC
238M: Alexander Graf <agraf@suse.de>
239S: Maintained
240F: target-ppc/kvm.c
241
242S390
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100243M: Christian Borntraeger <borntraeger@de.ibm.com>
244M: Cornelia Huck <cornelia.huck@de.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500245M: Alexander Graf <agraf@suse.de>
246S: Maintained
247F: target-s390x/kvm.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100248F: target-s390x/ioinst.[ch]
249F: target-s390x/machine.c
Cornelia Huck4277af12014-10-20 19:00:03 +0200250F: hw/intc/s390_flic.c
251F: hw/intc/s390_flic_kvm.c
252F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100253F: gdb-xml/s390*.xml
Cornelia Huck3e9ed242015-11-04 16:08:20 +0100254T: git git://github.com/cohuck/qemu.git s390-next
255T: git git://github.com/borntraeger/qemu.git s390-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500256
257X86
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200258M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500259M: Marcelo Tosatti <mtosatti@redhat.com>
260L: kvm@vger.kernel.org
261S: Supported
262F: target-i386/kvm.c
263
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100264Guest CPU Cores (Xen):
265----------------------
266
267X86
268M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
269L: xen-devel@lists.xensource.com
270S: Supported
271F: xen-*
272F: */xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200273F: hw/char/xen_console.c
274F: hw/display/xenfb.c
275F: hw/net/xen_nic.c
276F: hw/xen/
277F: hw/xenpv/
278F: include/hw/xen/
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100279
Stefan Weil1bdd6872012-01-27 18:53:49 +0100280Hosts:
281------
282
283LINUX
284L: qemu-devel@nongnu.org
285S: Maintained
286F: linux-*
287F: linux-headers/
288
289POSIX
290L: qemu-devel@nongnu.org
291S: Maintained
292F: *posix*
293
294W32, W64
295L: qemu-devel@nongnu.org
296M: Stefan Weil <sw@weilnetz.de>
297S: Maintained
298F: *win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200299F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100300
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500301ARM Machines
302------------
liguang84291fe2013-12-17 19:42:38 +0000303Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100304M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000305L: qemu-arm@nongnu.org
liguang84291fe2013-12-17 19:42:38 +0000306S: Maintained
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100307F: hw/*/allwinner*
308F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000309F: hw/arm/cubieboard.c
310
Paolo Bonzini06271002015-09-22 11:45:00 +0200311ARM PrimeCell
312M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000313L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200314S: Maintained
315F: hw/char/pl011.c
316F: hw/display/pl110*
317F: hw/dma/pl080.c
318F: hw/dma/pl330.c
319F: hw/gpio/pl061.c
320F: hw/input/pl050.c
321F: hw/intc/pl190.c
322F: hw/sd/pl181.c
323F: hw/timer/pl031.c
324F: include/hw/arm/primecell.h
325
326ARM cores
327M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000328L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200329S: Maintained
330F: hw/intc/arm*
331F: hw/intc/gic_internal.h
332F: hw/misc/a9scu.c
333F: hw/misc/arm11scu.c
334F: hw/timer/a9gtimer*
335F: hw/timer/arm_*
336F: include/hw/arm/arm.h
337F: include/hw/intc/arm*
338F: include/hw/misc/a9scu.h
339F: include/hw/misc/arm11scu.h
340F: include/hw/timer/a9gtimer.h
341F: include/hw/timer/arm_mptimer.h
342
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000343Exynos
344M: Evgeny Voevodin <e.voevodin@samsung.com>
345M: Maksim Kozlov <m.kozlov@samsung.com>
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400346M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000347M: Dmitry Solodkiy <d.solodkiy@samsung.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000348L: qemu-arm@nongnu.org
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000349S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100350F: hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000351
Mark Langsdorf766fd092012-02-16 09:56:10 +0000352Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100353M: Rob Herring <robh@kernel.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000354L: qemu-arm@nongnu.org
Rob Herring9ef137c2014-05-27 17:09:49 +0100355S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100356F: hw/arm/highbank.c
357F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000358
Antony Pavlov9082f122013-12-17 19:42:37 +0000359Canon DIGIC
360M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000361L: qemu-arm@nongnu.org
Antony Pavlov9082f122013-12-17 19:42:37 +0000362S: Maintained
363F: include/hw/arm/digic.h
364F: hw/*/digic*
365
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500366Gumstix
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200367L: qemu-devel@nongnu.org
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000368L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500369S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100370F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500371
Peter Chubb03255592012-07-04 10:43:34 +0000372i.MX31
373M: Peter Chubb <peter.chubb@nicta.com.au>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000374L: qemu-arm@nongnu.org
Peter Chubb03255592012-07-04 10:43:34 +0000375S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100376F: hw/*/imx*
377F: hw/arm/kzm.c
Peter Chubb03255592012-07-04 10:43:34 +0000378
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500379Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100380M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000381L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500382S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100383F: hw/arm/integratorcp.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500384
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500385Musicpal
386M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000387L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500388S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100389F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500390
391nSeries
392M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000393L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500394S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100395F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500396
397Palm
398M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000399L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500400S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100401F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500402
403Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100404M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000405L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500406S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100407F: hw/arm/realview*
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200408F: hw/intc/realview_gic.c
409F: include/hw/intc/realview_gic.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500410
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200411PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500412M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000413L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500414S: Maintained
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200415F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100416F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200417F: hw/arm/tosa.c
418F: hw/arm/z2.c
419F: hw/*/pxa2xx*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500420
421Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100422M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000423L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500424S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100425F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500426
427Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100428M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000429L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500430S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100431F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500432
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000433Xilinx Zynq
Alistair Francis4b46ba62015-08-25 15:45:06 +0100434M: Alistair Francis <alistair.francis@xilinx.com>
435M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000436L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000437S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100438F: hw/arm/xilinx_zynq.c
439F: hw/misc/zynq_slcr.c
440F: hw/*/cadence_*
441F: hw/ssi/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000442
Alistair Francis137805f2015-08-25 15:45:07 +0100443Xilinx ZynqMP
444M: Alistair Francis <alistair.francis@xilinx.com>
445M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000446L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100447S: Maintained
448F: hw/arm/xlnx-zynqmp.c
449F: hw/arm/xlnx-ep108.c
450F: include/hw/arm/xlnx-zynqmp.h
451
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100452ARM ACPI Subsystem
453M: Shannon Zhao <zhaoshenglong@huawei.com>
454M: Shannon Zhao <shannon.zhao@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000455L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100456S: Maintained
457F: hw/arm/virt-acpi-build.c
458F: include/hw/arm/virt-acpi-build.h
459
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500460CRIS Machines
461-------------
462Axis Dev88
463M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
464S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100465F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100466F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500467
Michael Walle07bf23a2011-02-17 23:45:18 +0100468LM32 Machines
469-------------
470EVR32 and uclinux BSP
471M: Michael Walle <michael@walle.cc>
472S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100473F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100474
Michael Walled118aa62011-03-07 23:32:45 +0100475milkymist
476M: Michael Walle <michael@walle.cc>
477S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100478F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100479
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100480M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500481-------------
482an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500483S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100484F: hw/m68k/an5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500485
486dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500487S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100488F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500489
490mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500491S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100492F: hw/m68k/mcf5208.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500493
494MicroBlaze Machines
495-------------------
496petalogix_s3adsp1800
497M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
498S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100499F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500500
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000501petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +0100502M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000503S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100504F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000505
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500506MIPS Machines
507-------------
508Jazz
509M: Hervé Poussineau <hpoussin@reactos.org>
510S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100511F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500512
513Malta
514M: Aurelien Jarno <aurelien@aurel32.net>
515S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100516F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500517
518Mipssim
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200519L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500520S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100521F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500522
523R4000
524M: Aurelien Jarno <aurelien@aurel32.net>
525S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100526F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500527
Jia Liu945dad62013-07-02 20:55:17 +0800528OpenRISC Machines
529-----------------
530or1k-sim
531M: Jia Liu <proljc@gmail.com>
532S: Maintained
533F: hw/openrisc/openrisc_sim.c
534
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500535PowerPC Machines
536----------------
537405
538M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000539L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000540S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100541F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500542
Andreas Färberaaade8d2012-08-22 05:48:47 +0000543Bamboo
544M: Alexander Graf <agraf@suse.de>
545L: qemu-ppc@nongnu.org
546S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100547F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000548
Andreas Färber98cded32012-08-22 05:48:45 +0000549e500
550M: Alexander Graf <agraf@suse.de>
551M: Scott Wood <scottwood@freescale.com>
552L: qemu-ppc@nongnu.org
553S: Supported
554F: hw/ppc/e500.[hc]
555F: hw/ppc/e500plat.c
556
557mpc8544ds
558M: Alexander Graf <agraf@suse.de>
559M: Scott Wood <scottwood@freescale.com>
560L: qemu-ppc@nongnu.org
561S: Supported
562F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100563F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000564
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500565New World
566M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000567L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500568S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000569F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100570F: hw/pci-host/uninorth.c
571F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100572F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500573
574Old World
575M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000576L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500577S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000578F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100579F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100580F: hw/misc/macio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500581
Andreas Färberec38d392011-11-01 00:03:07 +0100582PReP
583M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000584L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100585S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100586F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100587F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100588F: hw/isa/pc87312.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500589
David Gibson085eb212015-05-08 10:11:00 +1000590sPAPR (pseries)
591M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber8a269ca2012-08-22 05:48:44 +0000592M: Alexander Graf <agraf@suse.de>
593L: qemu-ppc@nongnu.org
594S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100595F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000596F: include/hw/*/spapr*
597F: hw/*/xics*
598F: include/hw/*/xics*
599F: pc-bios/spapr-rtas/*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000600
Andreas Färber794d00b2012-08-22 05:48:48 +0000601virtex_ml507
602M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603L: qemu-ppc@nongnu.org
604S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100605F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000606
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500607SH4 Machines
608------------
609R2D
610M: Magnus Damm <magnus.damm@gmail.com>
611S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100612F: hw/sh4/r2d.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500613
614Shix
615M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100616S: Orphan
Peter Maydell6e481d52013-06-24 11:49:32 +0100617F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500618
619SPARC Machines
620--------------
621Sun4m
622M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000623M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500624S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100625F: hw/sparc/sun4m.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500626
627Sun4u
628M: Blue Swirl <blauwirbel@gmail.com>
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000629M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500630S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100631F: hw/sparc64/sun4u.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500632
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200633Leon3
634M: Fabien Chouteau <chouteau@adacore.com>
635S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100636F: hw/sparc/leon3.c
637F: hw/*/grlib*
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200638
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500639S390 Machines
640-------------
641S390 Virtio
642M: Alexander Graf <agraf@suse.de>
643S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100644F: hw/s390x/s390-*.c
Frank Blaschka8cba80c2015-01-09 09:04:38 +0100645X: hw/s390x/*pci*.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500646
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000647S390 Virtio-ccw
648M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100649M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000650M: Alexander Graf <agraf@suse.de>
651S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +0200652F: hw/char/sclp*.[hc]
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100653F: hw/s390x/
654X: hw/s390x/s390-virtio-bus.[ch]
Cornelia Huck4277af12014-10-20 19:00:03 +0200655F: include/hw/s390x/
656F: pc-bios/s390-ccw/
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100657F: hw/watchdog/wdt_diag288.c
Cornelia Huck3e9ed242015-11-04 16:08:20 +0100658T: git git://github.com/cohuck/qemu.git s390-next
659T: git git://github.com/borntraeger/qemu.git s390-next
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000660
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800661UniCore32 Machines
662-------------
663PKUnity-3 SoC initramfs-with-busybox
664M: Guan Xuetao <gxt@mprc.pku.edu.cn>
665S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100666F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800667F: hw/unicore32/
668
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500669X86 Machines
670------------
671PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200672M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500673S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200674F: include/hw/i386/
675F: hw/i386/
676F: hw/pci-host/piix.c
677F: hw/pci-host/q35.c
678F: hw/pci-host/pam.c
679F: include/hw/pci-host/q35.h
680F: include/hw/pci-host/pam.h
681F: hw/isa/piix4.c
682F: hw/isa/lpc_ich9.c
683F: hw/i2c/smbus_ich9.c
684F: hw/acpi/piix4.c
685F: hw/acpi/ich9.c
686F: include/hw/acpi/ich9.h
687F: include/hw/acpi/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +0200688F: hw/misc/sga.c
689
690PC Chipset
691M: Michael S. Tsirkin <mst@redhat.com>
692M: Paolo Bonzini <pbonzini@redhat.com>
693S: Support
694F: hw/char/debugcon.c
695F: hw/char/parallel.c
696F: hw/char/serial*
697F: hw/dma/i8257*
698F: hw/i2c/pm_smbus.c
699F: hw/intc/apic*
700F: hw/intc/ioapic*
701F: hw/intc/i8259*
702F: hw/misc/debugexit.c
703F: hw/misc/pc-testdev.c
704F: hw/timer/hpet*
705F: hw/timer/i8254*
706F: hw/timer/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200707
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500708
Max Filippov16e7caa2011-09-06 03:55:56 +0400709Xtensa Machines
710---------------
Max Filippov375847a2011-10-28 02:11:05 +0400711sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400712M: Max Filippov <jcmvbkbc@gmail.com>
713S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400714F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400715
Max Filippov437a8c12014-10-22 07:25:42 +0400716XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +0400717M: Max Filippov <jcmvbkbc@gmail.com>
718S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400719F: hw/xtensa/xtfpga.c
720F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400721
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500722Devices
723-------
Jiri Slabyb30934c2015-01-21 17:48:33 +0100724EDU
725M: Jiri Slaby <jslaby@suse.cz>
726S: Maintained
727F: hw/misc/edu.c
728
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500729IDE
John Snowc0953482015-03-04 23:37:55 -0500730M: John Snow <jsnow@redhat.com>
731L: qemu-block@nongnu.org
732S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100733F: include/hw/ide.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500734F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -0500735F: hw/block/block.c
736F: hw/block/cdrom.c
737F: hw/block/hd-geometry.c
738F: tests/ide-test.c
739F: tests/ahci-test.c
John Snowaee50312015-10-05 12:00:56 -0400740F: tests/libqos/ahci*
John Snowc0953482015-03-04 23:37:55 -0500741T: git git://github.com/jnsnow/qemu.git ide
742
743Floppy
744M: John Snow <jsnow@redhat.com>
745L: qemu-block@nongnu.org
746S: Supported
747F: hw/block/fdc.c
748F: include/hw/block/fdc.h
John Snowaee50312015-10-05 12:00:56 -0400749F: tests/fdc-test.c
John Snowc0953482015-03-04 23:37:55 -0500750T: git git://github.com/jnsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500751
Peter Maydellf5f487b2011-09-17 17:26:15 +0100752OMAP
753M: Peter Maydell <peter.maydell@linaro.org>
754S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100755F: hw/*/omap*
Peter Maydellf5f487b2011-09-17 17:26:15 +0100756
Paolo Bonzini28d54e52015-09-22 11:37:27 +0200757IPack
758M: Alberto Garcia <berto@igalia.com>
759S: Odd Fixes
760F: hw/char/ipoctal232.c
761F: hw/ipack/
762
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500763PCI
764M: Michael S. Tsirkin <mst@redhat.com>
765S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100766F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +0200767F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200768F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +0200769F: hw/pci-bridge/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200770
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +0300771ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200772M: Michael S. Tsirkin <mst@redhat.com>
773M: Igor Mammedov <imammedo@redhat.com>
774S: Supported
775F: include/hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +0300776F: include/hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200777F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100778F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +0300779F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200780F: hw/i386/acpi-build.[hc]
781F: hw/i386/*dsl
782F: hw/arm/virt-acpi-build.c
783F: include/hw/arm/virt-acpi-build.h
784F: scripts/acpi*py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500785
Andreas Färberaaade8d2012-08-22 05:48:47 +0000786ppc4xx
787M: Alexander Graf <agraf@suse.de>
788L: qemu-ppc@nongnu.org
789S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100790F: hw/ppc/ppc4*.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000791
Andreas Färber98cded32012-08-22 05:48:45 +0000792ppce500
793M: Alexander Graf <agraf@suse.de>
794M: Scott Wood <scottwood@freescale.com>
795L: qemu-ppc@nongnu.org
796S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100797F: hw/ppc/e500*
Paolo Bonzini566dd232015-09-22 11:38:02 +0200798F: hw/pci-host/ppce500.c
799F: hw/net/fsl_etsec/
Andreas Färber98cded32012-08-22 05:48:45 +0000800
Paolo Bonzini61af0ee2015-09-22 11:40:00 +0200801Character devices
802M: Paolo Bonzini <pbonzini@redhat.com>
803S: Odd Fixes
804F: hw/char/
805
Paolo Bonzinif536f112015-09-22 11:40:00 +0200806Network devices
807M: Jason Wang <jasowang@redhat.com>
808S: Odd Fixes
809F: hw/net/
810T: git git://github.com/jasowang/qemu.git net
811
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500812SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100813M: Paolo Bonzini <pbonzini@redhat.com>
814S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100815F: include/hw/scsi*
816F: hw/scsi/*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200817T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100818
819LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500820S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100821F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500822
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000823SSI
Alistair Francis4b46ba62015-08-25 15:45:06 +0100824M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000825S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100826F: hw/ssi/*
827F: hw/block/m25p80.c
Alistair Francis4b46ba62015-08-25 15:45:06 +0100828X: hw/ssi/xilinx_*
829
830Xilinx SPI
831M: Alistair Francis <alistair.francis@xilinx.com>
832M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
833S: Maintained
834F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000835
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500836USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100837M: Gerd Hoffmann <kraxel@redhat.com>
838S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100839F: hw/usb/*
Gonglei28edfce2014-06-23 19:53:51 +0800840F: tests/usb-*-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500841
Paolo Bonzinie26082f2014-10-22 14:53:32 +0200842USB (serial adapter)
843M: Gerd Hoffmann <kraxel@redhat.com>
844M: Samuel Thibault <samuel.thibault@ens-lyon.org>
845S: Maintained
846F: hw/usb/dev-serial.c
847
Alex Williamson92e1fb52012-09-26 11:19:39 -0600848VFIO
849M: Alex Williamson <alex.williamson@redhat.com>
850S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -0700851F: hw/vfio/*
Alex Williamson92e1fb52012-09-26 11:19:39 -0600852
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500853vhost
854M: Michael S. Tsirkin <mst@redhat.com>
855S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100856F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500857
858virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +0200859M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500860S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100861F: hw/*/virtio*
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +0200862F: net/vhost-user.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500863
864virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530865M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Greg Kurza3154cc2015-11-30 16:40:16 +0100866M: Greg Kurz <gkurz@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500867S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200868F: hw/9pfs/
869F: fsdev/
Andreas Färber2d888c02014-02-21 17:15:21 +0100870F: tests/virtio-9p-test.c
Andreas Färber3f3309c2012-04-13 18:23:55 +0200871T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500872
873virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100874M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +0100875L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500876S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100877F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +0100878F: hw/block/dataplane/*
879F: hw/virtio/dataplane/*
880T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500881
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000882virtio-ccw
883M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100884M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000885S: Supported
886F: hw/s390x/virtio-ccw.[hc]
Cornelia Huck3e9ed242015-11-04 16:08:20 +0100887T: git git://github.com/cohuck/qemu.git s390-next
888T: git git://github.com/borntraeger/qemu.git s390-next
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000889
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +0200890virtio-input
891M: Gerd Hoffmann <kraxel@redhat.com>
892S: Maintained
893F: hw/input/virtio-input*.c
894F: include/hw/virtio/virtio-input.h
895
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500896virtio-serial
897M: Amit Shah <amit.shah@redhat.com>
898S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100899F: hw/char/virtio-serial-bus.c
900F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +0530901F: include/hw/virtio/virtio-serial.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500902
Amit Shah1f51a5c2014-11-18 18:01:26 +0530903virtio-rng
904M: Amit Shah <amit.shah@redhat.com>
905S: Supported
906F: hw/virtio/virtio-rng.c
907F: include/hw/virtio/virtio-rng.h
908F: backends/rng*.c
909
Keith Buschf3c507a2013-06-04 09:17:10 -0600910nvme
911M: Keith Busch <keith.busch@intel.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200912L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -0600913S: Supported
914F: hw/block/nvme*
Andreas Färberfc967792014-02-21 22:19:43 +0100915F: tests/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -0600916
Hannes Reinecked383c622014-04-16 16:44:19 +0200917megasas
918M: Hannes Reinecke <hare@suse.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200919L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +0200920S: Supported
921F: hw/scsi/megasas.c
922F: hw/scsi/mfi.h
923
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000924Xilinx EDK
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000925M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francis4b46ba62015-08-25 15:45:06 +0100926M: Alistair Francis <alistair.francis@xilinx.com>
927M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000928S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100929F: hw/*/xilinx_*
930F: include/hw/xilinx.h
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000931
Dmitry Fleytman622fb502014-08-27 08:58:43 +0300932Vmware
933M: Dmitry Fleytman <dmitry@daynix.com>
934S: Maintained
935F: hw/net/vmxnet*
936F: hw/scsi/vmw_pvscsi*
937
Scott Feldmande24d3f2015-03-13 21:09:32 -0700938Rocker
939M: Scott Feldman <sfeldma@gmail.com>
940M: Jiri Pirko <jiri@resnulli.us>
941S: Maintained
942F: hw/net/rocker/
943
Xiao Guangrong70d1fb92015-12-02 15:21:00 +0800944NVDIMM
945M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
946S: Maintained
947F: hw/acpi/nvdimm.c
948F: hw/mem/nvdimm.c
949F: include/hw/mem/nvdimm.h
950
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500951Subsystems
952----------
953Audio
Gerd Hoffmann9f575842013-09-24 10:26:24 +0200954M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500955S: Maintained
956F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100957F: hw/audio/
Andreas Färberd7b50c02014-03-30 19:00:05 +0200958F: tests/ac97-test.c
Andreas Färber8fa74c92014-03-30 19:05:20 +0200959F: tests/es1370-test.c
Andreas Färberfbaf4452014-03-30 19:22:48 +0200960F: tests/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500961
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +0100962Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500963M: Kevin Wolf <kwolf@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +0200964L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500965S: Supported
966F: block*
967F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100968F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +0200969F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +0200970F: qemu-img*
971F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +0200972F: tests/qemu-iotests/
Stefan Hajnoczid48addd2013-11-06 16:06:25 +0100973T: git git://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500974
Stefan Hajnoczid55053b2015-04-29 15:13:27 +0100975Block I/O path
976M: Stefan Hajnoczi <stefanha@redhat.com>
977L: qemu-block@nongnu.org
978S: Supported
979F: async.c
980F: aio-*.c
981F: block/io.c
982F: migration/block*
983T: git git://github.com/stefanha/qemu.git block
984
Jeff Cody280458a2015-03-06 12:16:06 -0500985Block Jobs
986M: Jeff Cody <jcody@redhat.com>
987L: qemu-block@nongnu.org
988S: Supported
989F: blockjob.c
990F: include/block/blockjob.h
991F: block/backup.c
992F: block/commit.c
993F: block/stream.h
994F: block/mirror.c
995T: git git://github.com/codyprime/qemu-kvm-jtc.git block
996
Markus Armbruster41202012015-05-20 13:23:46 +0200997Block QAPI, monitor, command line
998M: Markus Armbruster <armbru@redhat.com>
999S: Supported
1000F: blockdev.c
1001F: block/qapi.c
1002F: qapi/block*.json
1003T: git git://repo.or.cz/qemu/armbru.git block-next
1004
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001005Character device backends
Paolo Bonzinida26f372014-10-21 15:12:57 +02001006M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001007S: Maintained
1008F: qemu-char.c
Paolo Bonzinida26f372014-10-21 15:12:57 +02001009F: backends/msmouse.c
1010F: backends/testdev.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001011
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001012Character Devices (Braille)
1013M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1014S: Maintained
1015F: backends/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001016
Markus Armbruster8c413e72015-01-28 11:29:57 +01001017Coverity model
1018M: Markus Armbruster <armbru@redhat.com>
1019S: Supported
1020F: scripts/coverity-model.c
1021
Andreas Färberf2ca0522012-09-17 19:10:32 +02001022CPU
1023M: Andreas Färber <afaerber@suse.de>
1024S: Supported
1025F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001026F: include/qom/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +01001027F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +02001028
Igor Mammedovf0513d22013-04-29 17:02:50 +02001029ICC Bus
1030M: Igor Mammedov <imammedo@redhat.com>
1031S: Supported
1032F: include/hw/cpu/icc_bus.h
1033F: hw/cpu/icc_bus.c
1034
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001035Device Tree
Alistair Francis4b46ba62015-08-25 15:45:06 +01001036M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001037M: Alexander Graf <agraf@suse.de>
1038S: Maintained
Thomas Huth82407512015-12-17 15:25:12 +01001039F: device_tree.c
1040F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001041
Markus Armbruster4f966762015-09-12 13:29:56 +02001042Error reporting
1043M: Markus Armbruster <armbru@redhat.com>
1044S: Supported
1045F: include/qapi/error.h
1046F: include/qemu/error-report.h
1047F: util/error.c
1048F: util/qemu-error.c
1049
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001050GDB stub
Paolo Bonzini5dd4a882014-10-22 10:53:22 +02001051L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001052S: Odd Fixes
1053F: gdbstub*
1054F: gdb-xml/
1055
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001056Memory API
1057M: Paolo Bonzini <pbonzini@redhat.com>
1058S: Supported
1059F: include/exec/ioport.h
1060F: ioport.c
1061F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01001062F: include/exec/ram_addr.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001063F: memory.c
1064F: include/exec/memory-internal.h
1065F: exec.c
1066
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01001067SPICE
1068M: Gerd Hoffmann <kraxel@redhat.com>
1069S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01001070F: include/ui/qemu-spice.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01001071F: ui/spice-*.c
1072F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001073F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01001074
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001075Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02001076M: Gerd Hoffmann <kraxel@redhat.com>
1077S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001078F: ui/
1079
Andreas Färber351f1bf2011-10-30 18:08:01 +01001080Cocoa graphics
1081M: Andreas Färber <andreas.faerber@web.de>
Peter Maydell30ef3c72013-12-16 15:17:55 +00001082M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01001083S: Odd Fixes
1084F: ui/cocoa.m
1085
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001086Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02001087M: Paolo Bonzini <pbonzini@redhat.com>
1088S: Maintained
1089F: cpus.c
1090F: main-loop.c
1091F: qemu-timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001092F: vl.c
1093
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001094Human Monitor (HMP)
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001095M: Luiz Capitulino <lcapitulino@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05001096S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001097F: monitor.c
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001098F: hmp.c
1099F: hmp-commands.hx
Luiz Capitulinodce07e02013-11-05 16:09:37 -05001100T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001101
Paolo Bonzinif536f112015-09-22 11:40:00 +02001102Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00001103M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001104S: Maintained
1105F: net/
Jason Wang5fc51cc2015-09-16 11:05:30 +08001106T: git git://github.com/jasowang/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001107
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01001108Netmap network backend
1109M: Luigi Rizzo <rizzo@iet.unipi.it>
1110M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1111M: Vincenzo Maffione <v.maffione@gmail.com>
1112W: http://info.iet.unipi.it/~luigi/netmap/
1113S: Maintained
1114F: net/netmap.c
1115
Paolo Bonzini44f76b22011-12-22 11:39:19 +01001116Network Block Device (NBD)
1117M: Paolo Bonzini <pbonzini@redhat.com>
1118S: Odd Fixes
1119F: block/nbd.c
1120F: nbd.*
1121F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +02001122T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +01001123
Eduardo Habkost2f54eb92015-04-08 08:34:33 -03001124NUMA
1125M: Eduardo Habkost <ehabkost@redhat.com>
1126S: Maintained
1127F: numa.c
1128F: include/sysemu/numa.h
1129K: numa|NUMA
1130K: srat|SRAT
1131T: git git://github.com/ehabkost/qemu.git numa
1132
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001133QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04001134M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001135M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04001136S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001137F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02001138X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02001139F: include/qapi/
1140X: include/qapi/qmp/
1141F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02001142F: tests/qapi-schema/
Markus Armbrusterac4abb92015-09-24 18:11:57 +02001143F: tests/test-*-visitor.c
1144F: tests/test-qmp-*.c
Markus Armbruster0311c5b2015-06-12 15:15:54 +02001145F: scripts/qapi*
1146F: docs/qapi*
Luiz Capitulino97406182015-05-05 10:39:15 -04001147T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001148
Luiz Capitulino7810d292013-06-03 11:11:53 -04001149QAPI Schema
1150M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04001151M: Markus Armbruster <armbru@redhat.com>
1152S: Supported
1153F: qapi-schema.json
Markus Armbruster0311c5b2015-06-12 15:15:54 +02001154F: qapi/*.json
Luiz Capitulino97406182015-05-05 10:39:15 -04001155T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04001156
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04001157QObject
1158M: Luiz Capitulino <lcapitulino@redhat.com>
1159S: Maintained
1160F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02001161F: include/qapi/qmp/
1162X: include/qapi/qmp/dispatch.h
1163F: tests/check-qdict.c
1164F: tests/check-qfloat.c
1165F: tests/check-qint.c
1166F: tests/check-qjson.c
1167F: tests/check-qlist.c
1168F: tests/check-qstring.c
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04001169T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1170
Michael Rothf05d9992014-10-22 07:05:36 -05001171QEMU Guest Agent
1172M: Michael Roth <mdroth@linux.vnet.ibm.com>
1173S: Maintained
1174F: qga/
1175T: git git://github.com/mdroth/qemu.git qga
1176
Andreas Färber4688c942014-04-24 15:00:14 +02001177QOM
Andreas Färber4688c942014-04-24 15:00:14 +02001178M: Andreas Färber <afaerber@suse.de>
1179S: Supported
1180T: git git://github.com/afaerber/qemu-cpu.git qom-next
1181F: include/qom/
1182X: include/qom/cpu.h
1183F: qom/
1184X: qom/cpu.c
Andreas Färber9f4aa7c2015-11-18 19:03:29 +01001185F: tests/check-qom-interface.c
1186F: tests/check-qom-proplist.c
Andreas Färber4688c942014-04-24 15:00:14 +02001187F: tests/qom-test.c
1188
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001189QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04001190M: Markus Armbruster <armbru@redhat.com>
1191S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001192F: qmp.c
1193F: monitor.c
1194F: qmp-commands.hx
Markus Armbruster9b89b6a2015-09-24 18:11:55 +02001195F: docs/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04001196F: scripts/qmp/
1197T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001198
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001199SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +02001200M: Jan Kiszka <jan.kiszka@siemens.com>
1201S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001202F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01001203F: net/slirp.c
Andreas Färber1ab09a42012-04-13 18:03:42 +02001204T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001205
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001206Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02001207M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001208S: Maintained
1209F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02001210F: scripts/tracetool.py
1211F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +01001212F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +02001213T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001214
Blue Swirl14f40fd2011-11-26 09:51:23 +00001215Checkpatch
1216M: Blue Swirl <blauwirbel@gmail.com>
1217S: Odd Fixes
1218F: scripts/checkpatch.pl
1219
Juan Quintelac0787c82014-10-15 10:34:50 +02001220Migration
1221M: Juan Quintela <quintela@redhat.com>
Amit Shah7f4675c2014-11-18 18:01:24 +05301222M: Amit Shah <amit.shah@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02001223S: Maintained
1224F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00001225F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05301226F: scripts/vmstate-static-checker.py
1227F: tests/vmstate-static-checker-data/
Juan Quintelac0787c82014-10-15 10:34:50 +02001228
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001229Seccomp
Eduardo Otubo9d9de252014-07-02 10:04:30 +02001230M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001231S: Supported
1232F: qemu-seccomp.c
1233F: include/sysemu/seccomp.h
1234
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01001235Cryptography
1236M: Daniel P. Berrange <berrange@redhat.com>
1237S: Maintained
1238F: crypto/
1239F: include/crypto/
1240F: tests/test-crypto-*
1241
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01001242Coroutines
1243M: Stefan Hajnoczi <stefanha@redhat.com>
1244M: Kevin Wolf <kwolf@redhat.com>
1245F: util/*coroutine*
1246F: include/qemu/coroutine*
1247F: tests/test-coroutine.c
1248
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00001249Buffers
1250M: Daniel P. Berrange <berrange@redhat.com>
1251S: Odd fixes
1252F: util/buffer.c
1253F: include/qemu/buffer.h
1254
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00001255I/O Channels
1256M: Daniel P. Berrange <berrange@redhat.com>
1257S: Maintained
1258F: io/
1259F: include/io/
1260F: tests/test-io-*
1261
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001262Usermode Emulation
1263------------------
Paolo Bonzini486bbe52014-10-22 00:18:01 +02001264Overall
1265M: Riku Voipio <riku.voipio@iki.fi>
1266S: Maintained
1267F: thunk.c
1268F: user-exec.c
1269
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001270BSD user
1271M: Blue Swirl <blauwirbel@gmail.com>
1272S: Maintained
1273F: bsd-user/
1274
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001275Linux user
1276M: Riku Voipio <riku.voipio@iki.fi>
1277S: Maintained
1278F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001279
1280Tiny Code Generator (TCG)
1281-------------------------
1282Common code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07001283M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001284S: Maintained
1285F: tcg/
1286
Claudio Fontanab25a4642013-06-12 16:20:24 +01001287AArch64 target
1288M: Claudio Fontana <claudio.fontana@huawei.com>
1289M: Claudio Fontana <claudio.fontana@gmail.com>
1290S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00001291L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01001292F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001293F: disas/arm-a64.cc
1294F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01001295
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001296ARM target
1297M: Andrzej Zaborowski <balrogg@gmail.com>
1298S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00001299L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001300F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001301F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001302
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001303i386 target
Paolo Bonzini5dd4a882014-10-22 10:53:22 +02001304L: qemu-devel@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001305S: Maintained
1306F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001307F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001308
1309IA64 target
1310M: Aurelien Jarno <aurelien@aurel32.net>
1311S: Maintained
1312F: tcg/ia64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001313F: disas/ia64.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001314
1315MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +01001316M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001317S: Maintained
1318F: tcg/mips/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001319F: disas/mips.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001320
1321PPC
1322M: Vassili Karpov (malc) <av1474@comtv.ru>
1323S: Maintained
1324F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001325F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001326
1327S390 target
1328M: Alexander Graf <agraf@suse.de>
1329M: Richard Henderson <rth@twiddle.net>
1330S: Maintained
1331F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001332F: disas/s390.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001333
1334SPARC target
1335M: Blue Swirl <blauwirbel@gmail.com>
1336S: Maintained
1337F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001338F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01001339
1340TCI target
1341M: Stefan Weil <sw@weilnetz.de>
1342S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02001343F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +02001344F: tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001345F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02001346
1347Stable branches
1348---------------
1349Stable 1.0
1350L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001351T: git git://git.qemu-project.org/qemu-stable-1.0.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001352S: Orphan
1353
1354Stable 0.15
1355L: qemu-stable@nongnu.org
Andreas Färber73c30df2012-04-13 17:54:02 +02001356M: Andreas Färber <afaerber@suse.de>
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001357T: git git://git.qemu-project.org/qemu-stable-0.15.git
Andreas Färber73c30df2012-04-13 17:54:02 +02001358S: Supported
Andreas Färberaa09c952012-04-13 17:52:27 +02001359
1360Stable 0.14
1361L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001362T: git git://git.qemu-project.org/qemu-stable-0.14.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001363S: Orphan
1364
1365Stable 0.10
1366L: qemu-stable@nongnu.org
Stefan Hajnoczi85938982013-10-11 14:52:38 +02001367T: git git://git.qemu-project.org/qemu-stable-0.10.git
Andreas Färberaa09c952012-04-13 17:52:27 +02001368S: Orphan
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001369
1370Block drivers
1371-------------
1372VMDK
1373M: Fam Zheng <famz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001374L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001375S: Supported
1376F: block/vmdk.c
1377
1378RBD
Josh Durgin5a8ac6d2015-06-10 20:28:44 -07001379M: Josh Durgin <jdurgin@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001380M: Jeff Cody <jcody@redhat.com>
1381L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001382S: Supported
1383F: block/rbd.c
Jeff Cody280458a2015-03-06 12:16:06 -05001384T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001385
1386Sheepdog
MORITA Kazutaka53b33232014-09-03 22:13:17 +09001387M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001388M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001389M: Jeff Cody <jcody@redhat.com>
1390L: qemu-block@nongnu.org
Liu Yuandce32b62013-11-20 15:51:59 +08001391L: sheepdog@lists.wpkg.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001392S: Supported
1393F: block/sheepdog.c
Jeff Cody280458a2015-03-06 12:16:06 -05001394T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001395
1396VHDX
1397M: Jeff Cody <jcody@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001398L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001399S: Supported
1400F: block/vhdx*
Jeff Cody280458a2015-03-06 12:16:06 -05001401T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001402
1403VDI
1404M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001405L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001406S: Maintained
1407F: block/vdi.c
1408
1409iSCSI
1410M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1411M: Paolo Bonzini <pbonzini@redhat.com>
1412M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001413L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001414S: Supported
1415F: block/iscsi.c
1416
Peter Lieven6542aa92014-02-03 10:26:13 +01001417NFS
Jeff Cody280458a2015-03-06 12:16:06 -05001418M: Jeff Cody <jcody@redhat.com>
Peter Lieven6542aa92014-02-03 10:26:13 +01001419M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05001420L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01001421S: Maintained
1422F: block/nfs.c
Jeff Cody280458a2015-03-06 12:16:06 -05001423T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Peter Lieven6542aa92014-02-03 10:26:13 +01001424
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001425SSH
1426M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001427M: Jeff Cody <jcody@redhat.com>
1428L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001429S: Supported
1430F: block/ssh.c
Jeff Cody280458a2015-03-06 12:16:06 -05001431T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001432
1433ARCHIPELAGO
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001434M: Chrysostomos Nanakos <chris@include.gr>
Jeff Cody280458a2015-03-06 12:16:06 -05001435M: Jeff Cody <jcody@redhat.com>
1436L: qemu-block@nongnu.org
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001437S: Maintained
1438F: block/archipelago.c
Jeff Cody280458a2015-03-06 12:16:06 -05001439T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1440
1441CURL
1442M: Jeff Cody <jcody@redhat.com>
1443L: qemu-block@nongnu.org
1444S: Supported
1445F: block/curl.c
1446T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1447
1448GLUSTER
1449M: Jeff Cody <jcody@redhat.com>
1450L: qemu-block@nongnu.org
1451S: Supported
1452F: block/gluster.c
1453T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Gongleib5e94762014-10-22 11:07:57 +08001454
Fam Zheng199667a2015-04-01 09:45:40 +08001455Null Block Driver
1456M: Fam Zheng <famz@redhat.com>
1457L: qemu-block@nongnu.org
1458S: Supported
1459F: block/null.c
1460
Gongleib5e94762014-10-22 11:07:57 +08001461Bootdevice
1462M: Gonglei <arei.gonglei@huawei.com>
1463S: Maintained
1464F: bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02001465
1466Quorum
1467M: Alberto Garcia <berto@igalia.com>
1468S: Supported
1469F: block/quorum.c
1470L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001471
1472blkverify
1473M: Stefan Hajnoczi <stefanha@redhat.com>
1474L: qemu-block@nongnu.org
1475S: Supported
1476F: block/blkverify.c
1477
1478bochs
1479M: Stefan Hajnoczi <stefanha@redhat.com>
1480L: qemu-block@nongnu.org
1481S: Supported
1482F: block/bochs.c
1483
1484cloop
1485M: Stefan Hajnoczi <stefanha@redhat.com>
1486L: qemu-block@nongnu.org
1487S: Supported
1488F: block/cloop.c
1489
1490dmg
1491M: Stefan Hajnoczi <stefanha@redhat.com>
1492L: qemu-block@nongnu.org
1493S: Supported
1494F: block/dmg.c
1495
1496parallels
1497M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03001498M: Denis V. Lunev <den@openvz.org>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001499L: qemu-block@nongnu.org
1500S: Supported
1501F: block/parallels.c
Vladimir Sementsov-Ogievskiyb4a9e252015-11-27 15:20:06 +03001502F: docs/specs/parallels.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001503
1504qed
1505M: Stefan Hajnoczi <stefanha@redhat.com>
1506L: qemu-block@nongnu.org
1507S: Supported
1508F: block/qed.c
1509
1510raw
1511M: Kevin Wolf <kwolf@redhat.com>
1512L: qemu-block@nongnu.org
1513S: Supported
1514F: block/linux-aio.c
1515F: block/raw-aio.h
1516F: block/raw-posix.c
1517F: block/raw-win32.c
1518F: block/raw_bsd.c
1519F: block/win32-aio.c
1520
1521qcow2
1522M: Kevin Wolf <kwolf@redhat.com>
1523L: qemu-block@nongnu.org
1524S: Supported
1525F: block/qcow2*
1526
1527qcow
1528M: Kevin Wolf <kwolf@redhat.com>
1529L: qemu-block@nongnu.org
1530S: Supported
1531F: block/qcow.c
1532
1533blkdebug
1534M: Kevin Wolf <kwolf@redhat.com>
1535L: qemu-block@nongnu.org
1536S: Supported
1537F: block/blkdebug.c
1538
1539vpc
1540M: Kevin Wolf <kwolf@redhat.com>
1541L: qemu-block@nongnu.org
1542S: Supported
1543F: block/vpc.c
1544
1545vvfat
1546M: Kevin Wolf <kwolf@redhat.com>
1547L: qemu-block@nongnu.org
1548S: Supported
1549F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01001550
1551Image format fuzzer
1552M: Stefan Hajnoczi <stefanha@redhat.com>
1553L: qemu-block@nongnu.org
1554S: Supported
1555F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01001556
1557
1558Documentation
1559-------------
1560Build system architecture
1561M: Daniel P. Berrange <berrange@redhat.com>
1562S: Odd Fixes
1563F: docs/build-system.txt