blob: a428cb2e23df6a29fcd666d597b6b52a0add97e1 [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
Stephen Warrenc9a19d52016-02-08 20:04:25 -070055All patches CC here
56L: qemu-devel@nongnu.org
57F: *
58F: */
59
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030060Responsible Disclosure, Reporting Security Issues
61------------------------------
62W: http://wiki.qemu.org/SecurityProcess
63M: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030064L: secalert@redhat.com
65
Laurent Vivier936c2232016-10-08 12:00:07 +020066Trivial patches
67---------------
68Trivial patches
69M: Michael Tokarev <mjt@tls.msk.ru>
70M: Laurent Vivier <laurent@vivier.eu>
71S: Maintained
72L: qemu-trivial@nongnu.org
73K: ^Subject:.*(?i)trivial
74T: git git://git.corpit.ru/qemu.git trivial-patches
75T: git git://github.com/vivier/qemu.git trivial-patches
76
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050077Guest CPU cores (TCG):
78----------------------
Paolo Bonzini486bbe52014-10-22 00:18:01 +020079Overall
Paolo Bonzini5dd4a882014-10-22 10:53:22 +020080L: qemu-devel@nongnu.org
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010081M: Paolo Bonzini <pbonzini@redhat.com>
82M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83M: Richard Henderson <rth@twiddle.net>
84S: Maintained
Paolo Bonzini486bbe52014-10-22 00:18:01 +020085F: cpu-exec.c
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010086F: cpu-exec-common.c
87F: cpus.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +020088F: cputlb.c
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010089F: exec.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +020090F: softmmu_template.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010091F: translate-all.*
92F: translate-common.c
93F: include/exec/cpu*.h
94F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +020095F: include/exec/helper*.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +010096F: include/exec/tb-hash.h
Thomas Huth460423d2016-09-09 23:15:04 +020097F: include/sysemu/cpus.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +020098
Peter Maydell1badb582016-02-19 16:25:01 +000099FPU emulation
100M: Aurelien Jarno <aurelien@aurel32.net>
101M: Peter Maydell <peter.maydell@linaro.org>
102S: Odd Fixes
103F: fpu/
104F: include/fpu/
105
bellardb6f97c12008-05-09 09:39:00 +0000106Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -0700107M: Richard Henderson <rth@twiddle.net>
108S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200109F: target/alpha/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100110F: hw/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200111F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200112F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500113
114ARM
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100115M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000116L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500117S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200118F: target/arm/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100119F: hw/arm/
120F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200121F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200122F: disas/arm.c
123F: disas/arm-a64.cc
124F: disas/libvixl/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500125
126CRIS
127M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200129F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100130F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200131F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200132F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200133F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500134
Richard Henderson61766fe2016-12-15 11:26:14 -0800135HPPA (PA-RISC)
136M: Richard Henderson <rth@twiddle.net>
137S: Maintained
138F: target/hppa/
139F: disas/hppa.c
140
Michael Walle07bf23a2011-02-17 23:45:18 +0100141LM32
142M: Michael Walle <michael@walle.cc>
143S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200144F: target/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100145F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100146F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100147F: hw/*/lm32_*
148F: hw/*/milkymist-*
149F: include/hw/char/lm32_juart.h
150F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200151F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100152
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500153M68K
Laurent Vivier595a9262016-05-06 12:30:29 +0200154M: Laurent Vivier <laurent@vivier.eu>
155S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200156F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100157F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500158
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +0200159MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500160M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200162F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100163F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200164F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500165
166MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100167M: Aurelien Jarno <aurelien@aurel32.net>
Leon Alrae78851fa2016-09-22 14:34:14 +0100168M: Yongbok Kim <yongbok.kim@imgtec.com>
Leon Alrae6f640912014-10-16 12:38:07 +0100169S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200170F: target/mips/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100171F: hw/mips/
Thomas Huth5995db82016-09-30 09:26:51 +0200172F: hw/misc/mips_*
173F: hw/intc/mips_gic.c
174F: hw/timer/mips_gictimer.c
175F: include/hw/mips/
176F: include/hw/misc/mips_*
177F: include/hw/intc/mips_gic.h
178F: include/hw/timer/mips_gictimer.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200179F: tests/tcg/mips/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200180F: disas/mips.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500181
Anthony Greend15a9c22013-03-18 15:49:25 -0400182Moxie
183M: Anthony Green <green@moxielogic.com>
184S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200185F: target/moxie/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200186F: disas/moxie.c
Thomas Hutha3ccdfb2016-09-22 21:16:33 +0200187F: hw/moxie/
188F: default-configs/moxie-softmmu.mak
Anthony Greend15a9c22013-03-18 15:49:25 -0400189
Marek Vasute6717112017-01-18 23:01:46 +0100190NiosII
191M: Chris Wulff <crwulff@gmail.com>
192M: Marek Vasut <marex@denx.de>
193S: Maintained
194F: target/nios2/
195F: hw/nios2/
196F: disas/nios2.c
197
Jia Liu945dad62013-07-02 20:55:17 +0800198OpenRISC
199M: Jia Liu <proljc@gmail.com>
200S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200201F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800202F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200203F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800204
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500205PowerPC
David Gibsonb4daafb2016-05-26 16:14:57 +1000206M: David Gibson <david@gibson.dropbear.id.au>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500207M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000208L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500209S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200210F: target/ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100211F: hw/ppc/
Thomas Huthb5d55022016-09-05 22:03:36 +0200212F: include/hw/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200213F: disas/ppc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500214
Alexander Graf749717a2009-12-05 12:44:31 +0100215S390
Richard Henderson2b35e932012-12-05 09:23:25 -0600216M: Richard Henderson <rth@twiddle.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500217M: Alexander Graf <agraf@suse.de>
218S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200219F: target/s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100220F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200221F: disas/s390.c
bellardb6f97c12008-05-09 09:39:00 +0000222
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500223SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100224M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200225S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200226F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100227F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200228F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200229F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000230
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500231SPARC
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000232M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100233M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500234S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200235F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100236F: hw/sparc/
237F: hw/sparc64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200238F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500239
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100240UniCore32
241M: Guan Xuetao <gxt@mprc.pku.edu.cn>
242S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200243F: target/unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100244F: hw/unicore32/
Thomas Huth47b98d52016-09-09 23:16:03 +0200245F: include/hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100246
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500247X86
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200248M: Paolo Bonzini <pbonzini@redhat.com>
249M: Richard Henderson <rth@twiddle.net>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300250M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300251S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200252F: target/i386/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100253F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200254F: disas/i386.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500255
Max Filippov16e7caa2011-09-06 03:55:56 +0400256Xtensa
257M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400258W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400259S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200260F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100261F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200262F: tests/tcg/xtensa/
Max Filippov16e7caa2011-09-06 03:55:56 +0400263
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100264TriCore
265M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
266S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200267F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100268F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200269F: include/hw/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100270
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500271Guest CPU Cores (KVM):
272----------------------
273
274Overall
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300275M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500276L: kvm@vger.kernel.org
277S: Supported
278F: kvm-*
279F: */kvm.*
Thomas Hutha95e9a42016-02-25 13:33:25 +0100280F: include/sysemu/kvm*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500281
Peter Maydelled4659d2013-03-05 00:34:43 +0000282ARM
283M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000284L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000285S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200286F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000287
James Hogana31896c2014-06-17 23:10:37 +0100288MIPS
289M: James Hogan <james.hogan@imgtec.com>
290S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200291F: target/mips/kvm.c
James Hogana31896c2014-06-17 23:10:37 +0100292
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500293PPC
294M: Alexander Graf <agraf@suse.de>
295S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200296F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500297
298S390
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100299M: Christian Borntraeger <borntraeger@de.ibm.com>
300M: Cornelia Huck <cornelia.huck@de.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500301M: Alexander Graf <agraf@suse.de>
302S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200303F: target/s390x/kvm.c
304F: target/s390x/ioinst.[ch]
305F: target/s390x/machine.c
Cornelia Huck4277af12014-10-20 19:00:03 +0200306F: hw/intc/s390_flic.c
307F: hw/intc/s390_flic_kvm.c
308F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100309F: gdb-xml/s390*.xml
Cornelia Huck3e9ed242015-11-04 16:08:20 +0100310T: git git://github.com/cohuck/qemu.git s390-next
311T: git git://github.com/borntraeger/qemu.git s390-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500312
313X86
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200314M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500315M: Marcelo Tosatti <mtosatti@redhat.com>
316L: kvm@vger.kernel.org
317S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200318F: target/i386/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500319
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100320Guest CPU Cores (Xen):
321----------------------
322
323X86
Stefano Stabellini3623c572016-03-29 11:02:49 +0100324M: Stefano Stabellini <sstabellini@kernel.org>
325M: Anthony Perard <anthony.perard@citrix.com>
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100326L: xen-devel@lists.xensource.com
327S: Supported
328F: xen-*
329F: */xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200330F: hw/char/xen_console.c
331F: hw/display/xenfb.c
332F: hw/net/xen_nic.c
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000333F: hw/block/xen_*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200334F: hw/xen/
335F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000336F: hw/i386/xen/
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200337F: include/hw/xen/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000338F: include/sysemu/xen-mapcache.h
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100339
Stefan Weil1bdd6872012-01-27 18:53:49 +0100340Hosts:
341------
342
343LINUX
344L: qemu-devel@nongnu.org
345S: Maintained
346F: linux-*
347F: linux-headers/
348
349POSIX
350L: qemu-devel@nongnu.org
351S: Maintained
352F: *posix*
353
354W32, W64
355L: qemu-devel@nongnu.org
356M: Stefan Weil <sw@weilnetz.de>
357S: Maintained
358F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200359F: */*win32*
360F: include/*/*win32*
361X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200362F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100363
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500364ARM Machines
365------------
liguang84291fe2013-12-17 19:42:38 +0000366Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100367M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000368L: qemu-arm@nongnu.org
liguang84291fe2013-12-17 19:42:38 +0000369S: Maintained
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100370F: hw/*/allwinner*
371F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000372F: hw/arm/cubieboard.c
373
Paolo Bonzini06271002015-09-22 11:45:00 +0200374ARM PrimeCell
375M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000376L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200377S: Maintained
378F: hw/char/pl011.c
379F: hw/display/pl110*
380F: hw/dma/pl080.c
381F: hw/dma/pl330.c
382F: hw/gpio/pl061.c
383F: hw/input/pl050.c
384F: hw/intc/pl190.c
385F: hw/sd/pl181.c
386F: hw/timer/pl031.c
387F: include/hw/arm/primecell.h
388
389ARM cores
390M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000391L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200392S: Maintained
393F: hw/intc/arm*
394F: hw/intc/gic_internal.h
395F: hw/misc/a9scu.c
396F: hw/misc/arm11scu.c
397F: hw/timer/a9gtimer*
398F: hw/timer/arm_*
399F: include/hw/arm/arm.h
400F: include/hw/intc/arm*
401F: include/hw/misc/a9scu.h
402F: include/hw/misc/arm11scu.h
403F: include/hw/timer/a9gtimer.h
404F: include/hw/timer/arm_mptimer.h
405
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000406Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400407M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000408L: qemu-arm@nongnu.org
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000409S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100410F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100411F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000412
Mark Langsdorf766fd092012-02-16 09:56:10 +0000413Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100414M: Rob Herring <robh@kernel.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000415L: qemu-arm@nongnu.org
Rob Herring9ef137c2014-05-27 17:09:49 +0100416S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100417F: hw/arm/highbank.c
418F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000419
Antony Pavlov9082f122013-12-17 19:42:37 +0000420Canon DIGIC
421M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000422L: qemu-arm@nongnu.org
Antony Pavlov9082f122013-12-17 19:42:37 +0000423S: Maintained
424F: include/hw/arm/digic.h
425F: hw/*/digic*
426
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500427Gumstix
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200428L: qemu-devel@nongnu.org
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000429L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500430S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100431F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500432
Peter Chubb03255592012-07-04 10:43:34 +0000433i.MX31
434M: Peter Chubb <peter.chubb@nicta.com.au>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000435L: qemu-arm@nongnu.org
Peter Chubb03255592012-07-04 10:43:34 +0000436S: Odd fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100437F: hw/*/imx*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200438F: include/hw/*/imx*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100439F: hw/arm/kzm.c
Thomas Huthed0db862016-02-25 12:22:04 +0100440F: include/hw/arm/fsl-imx31.h
Peter Chubb03255592012-07-04 10:43:34 +0000441
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500442Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100443M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000444L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500445S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100446F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200447F: hw/misc/arm_integrator_debug.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500448
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500449Musicpal
450M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000451L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500452S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100453F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500454
455nSeries
456M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000457L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500458S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100459F: hw/arm/nseries.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500460
461Palm
462M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000463L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500464S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100465F: hw/arm/palm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500466
467Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100468M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000469L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500470S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100471F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200472F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200473F: hw/intc/realview_gic.c
474F: include/hw/intc/realview_gic.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500475
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200476PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500477M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000478L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500479S: Maintained
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200480F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100481F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200482F: hw/arm/tosa.c
483F: hw/arm/z2.c
484F: hw/*/pxa2xx*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200485F: hw/misc/mst_fpga.c
Thomas Huthed0db862016-02-25 12:22:04 +0100486F: include/hw/arm/pxa.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500487
488Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100489M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000490L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500491S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100492F: hw/*/stellaris*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500493
494Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100495M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000496L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500497S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100498F: hw/*/versatile*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500499
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000500Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700501M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francis4b46ba62015-08-25 15:45:06 +0100502M: Alistair Francis <alistair.francis@xilinx.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000503L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000504S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700505F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100506F: hw/*/cadence_*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200507F: hw/misc/zynq*
508F: include/hw/misc/zynq*
Alistair Franciscc0100f2016-07-28 09:55:39 -0700509X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000510
Alistair Francis137805f2015-08-25 15:45:07 +0100511Xilinx ZynqMP
512M: Alistair Francis <alistair.francis@xilinx.com>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700513M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000514L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100515S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700516F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200517F: include/hw/*/xlnx*.h
Alistair Francis137805f2015-08-25 15:45:07 +0100518
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100519ARM ACPI Subsystem
520M: Shannon Zhao <zhaoshenglong@huawei.com>
521M: Shannon Zhao <shannon.zhao@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000522L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100523S: Maintained
524F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100525
Alistair Francisa1f81932016-10-04 13:28:07 +0100526STM32F205
527M: Alistair Francis <alistair@alistair23.me>
528S: Maintained
529F: hw/arm/stm32f205_soc.c
530F: hw/misc/stm32f2xx_syscfg.c
531F: hw/char/stm32f2xx_usart.c
532F: hw/timer/stm32f2xx_timer.c
533F: hw/adc/*
534F: hw/ssi/stm32f2xx_spi.c
535
536Netduino 2
537M: Alistair Francis <alistair@alistair23.me>
538S: Maintained
539F: hw/arm/netduino2.c
540
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500541CRIS Machines
542-------------
543Axis Dev88
544M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
545S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100546F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100547F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500548
Michael Walle07bf23a2011-02-17 23:45:18 +0100549LM32 Machines
550-------------
551EVR32 and uclinux BSP
552M: Michael Walle <michael@walle.cc>
553S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100554F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100555
Michael Walled118aa62011-03-07 23:32:45 +0100556milkymist
557M: Michael Walle <michael@walle.cc>
558S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100559F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100560
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100561M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500562-------------
563an5206
Anthony Liguori0e198852013-10-02 12:09:12 -0500564S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100565F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +0100566F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500567
568dummy_m68k
Anthony Liguori0e198852013-10-02 12:09:12 -0500569S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100570F: hw/m68k/dummy_m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500571
572mcf5208
Anthony Liguori0e198852013-10-02 12:09:12 -0500573S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100574F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +0100575F: hw/m68k/mcf_intc.c
576F: hw/char/mcf_uart.c
577F: hw/net/mcf_fec.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500578
579MicroBlaze Machines
580-------------------
581petalogix_s3adsp1800
582M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
583S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100584F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500585
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000586petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +0100587M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000588S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100589F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000590
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500591MIPS Machines
592-------------
593Jazz
594M: Hervé Poussineau <hpoussin@reactos.org>
595S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100596F: hw/mips/mips_jazz.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500597
598Malta
599M: Aurelien Jarno <aurelien@aurel32.net>
600S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100601F: hw/mips/mips_malta.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500602
603Mipssim
Paolo Bonzini5dd4a882014-10-22 10:53:22 +0200604L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500605S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100606F: hw/mips/mips_mipssim.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500607
608R4000
609M: Aurelien Jarno <aurelien@aurel32.net>
610S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100611F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500612
Jia Liu945dad62013-07-02 20:55:17 +0800613OpenRISC Machines
614-----------------
615or1k-sim
616M: Jia Liu <proljc@gmail.com>
617S: Maintained
618F: hw/openrisc/openrisc_sim.c
619
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500620PowerPC Machines
621----------------
622405
623M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000624L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000625S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100626F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500627
Andreas Färberaaade8d2012-08-22 05:48:47 +0000628Bamboo
629M: Alexander Graf <agraf@suse.de>
630L: qemu-ppc@nongnu.org
631S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100632F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +0000633
Andreas Färber98cded32012-08-22 05:48:45 +0000634e500
635M: Alexander Graf <agraf@suse.de>
636M: Scott Wood <scottwood@freescale.com>
637L: qemu-ppc@nongnu.org
638S: Supported
639F: hw/ppc/e500.[hc]
640F: hw/ppc/e500plat.c
Thomas Huthb5d55022016-09-05 22:03:36 +0200641F: include/hw/ppc/ppc_e500.h
642F: include/hw/pci-host/ppce500.h
643F: pc-bios/u-boot.e500
Andreas Färber98cded32012-08-22 05:48:45 +0000644
645mpc8544ds
646M: Alexander Graf <agraf@suse.de>
647M: Scott Wood <scottwood@freescale.com>
648L: qemu-ppc@nongnu.org
649S: Supported
650F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100651F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +0000652
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500653New World
654M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000655L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500656S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000657F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100658F: hw/pci-host/uninorth.c
659F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100660F: hw/misc/macio/
Thomas Huthb5d55022016-09-05 22:03:36 +0200661F: include/hw/ppc/mac_dbdma.h
662F: hw/nvram/mac_nvram.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500663
664Old World
665M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000666L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500667S: Maintained
Andreas Färberbaec1912013-01-23 23:03:54 +0000668F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100669F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100670F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +0200671F: hw/intc/heathrow_pic.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500672
Andreas Färberec38d392011-11-01 00:03:07 +0100673PReP
Andreas Färber9f387742016-05-25 17:18:14 +0200674L: qemu-devel@nongnu.org
Andreas Färbera6c98682012-01-13 13:33:57 +0000675L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100676S: Odd Fixes
Andreas Färber75610152013-01-26 20:41:58 +0100677F: hw/ppc/prep.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100678F: hw/pci-host/prep.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100679F: hw/isa/pc87312.[hc]
Thomas Huth835c42d2016-09-29 09:40:33 +0200680F: pc-bios/ppc_rom.bin
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500681
Andreas Färber300b1152016-01-18 18:19:35 +0100682sPAPR
David Gibson085eb212015-05-08 10:11:00 +1000683M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber8a269ca2012-08-22 05:48:44 +0000684M: Alexander Graf <agraf@suse.de>
685L: qemu-ppc@nongnu.org
686S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100687F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +1000688F: include/hw/*/spapr*
689F: hw/*/xics*
690F: include/hw/*/xics*
691F: pc-bios/spapr-rtas/*
Thomas Huthb5d55022016-09-05 22:03:36 +0200692F: pc-bios/spapr-rtas.bin
693F: pc-bios/slof.bin
Cédric Le Goaterbcad45d2016-10-22 11:46:34 +0200694F: pc-bios/skiboot.lid
Thomas Huthb5d55022016-09-05 22:03:36 +0200695F: docs/specs/ppc-spapr-hcalls.txt
696F: docs/specs/ppc-spapr-hotplug.txt
Greg Kurza70ab352016-09-14 13:23:57 +0200697F: tests/spapr*
698F: tests/libqos/*spapr*
699F: tests/rtas*
700F: tests/libqos/rtas*
Andreas Färber8a269ca2012-08-22 05:48:44 +0000701
Andreas Färber794d00b2012-08-22 05:48:48 +0000702virtex_ml507
703M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
704L: qemu-ppc@nongnu.org
705S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100706F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +0000707
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500708SH4 Machines
709------------
710R2D
711M: Magnus Damm <magnus.damm@gmail.com>
712S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100713F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +0200714F: hw/intc/sh_intc.c
715F: hw/timer/sh_timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500716
717Shix
718M: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +0200719S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +0100720F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500721
722SPARC Machines
723--------------
724Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000725M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500726S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100727F: hw/sparc/sun4m.c
Thomas Huthc10a1c72016-09-19 21:58:34 +0200728F: hw/dma/sparc32_dma.c
729F: hw/dma/sun4m_iommu.c
Thomas Huth7098b792016-09-23 14:27:25 +0200730F: hw/misc/eccmemctl.c
731F: hw/misc/slavio_misc.c
Thomas Huthc10a1c72016-09-19 21:58:34 +0200732F: include/hw/sparc/sparc32_dma.h
733F: include/hw/sparc/sun4m.h
734F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500735
736Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000737M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500738S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100739F: hw/sparc64/sun4u.c
Thomas Huthc10a1c72016-09-19 21:58:34 +0200740F: pc-bios/openbios-sparc64
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500741
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +0200742Sun4v
743M: Artyom Tarasenko <atar4qemu@gmail.com>
744S: Maintained
745F: hw/sparc64/sun4v.c
746F: hw/timer/sun4v-rtc.c
747F: include/hw/timer/sun4v-rtc.h
748
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200749Leon3
750M: Fabien Chouteau <chouteau@adacore.com>
751S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100752F: hw/sparc/leon3.c
753F: hw/*/grlib*
Thomas Huthc10a1c72016-09-19 21:58:34 +0200754F: include/hw/sparc/grlib.h
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200755
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500756S390 Machines
757-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000758S390 Virtio-ccw
759M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +0100760M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000761M: Alexander Graf <agraf@suse.de>
762S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +0200763F: hw/char/sclp*.[hc]
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100764F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +0200765F: include/hw/s390x/
766F: pc-bios/s390-ccw/
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100767F: hw/watchdog/wdt_diag288.c
Sascha Silbe1e4738b2016-08-30 14:02:16 +0200768F: include/hw/watchdog/wdt_diag288.h
769F: pc-bios/s390-ccw.img
770F: default-configs/s390x-softmmu.mak
Cornelia Huck3e9ed242015-11-04 16:08:20 +0100771T: git git://github.com/cohuck/qemu.git s390-next
772T: git git://github.com/borntraeger/qemu.git s390-next
Cornelia Huckdd4ad642013-03-05 02:22:01 +0000773
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800774UniCore32 Machines
775-------------
776PKUnity-3 SoC initramfs-with-busybox
777M: Guan Xuetao <gxt@mprc.pku.edu.cn>
778S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100779F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800780F: hw/unicore32/
781
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500782X86 Machines
783------------
784PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200785M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500786S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200787F: include/hw/i386/
788F: hw/i386/
789F: hw/pci-host/piix.c
790F: hw/pci-host/q35.c
791F: hw/pci-host/pam.c
792F: include/hw/pci-host/q35.h
793F: include/hw/pci-host/pam.h
794F: hw/isa/piix4.c
795F: hw/isa/lpc_ich9.c
796F: hw/i2c/smbus_ich9.c
797F: hw/acpi/piix4.c
798F: hw/acpi/ich9.c
799F: include/hw/acpi/ich9.h
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200800F: include/hw/acpi/piix4.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +0200801F: hw/misc/sga.c
802
803PC Chipset
804M: Michael S. Tsirkin <mst@redhat.com>
805M: Paolo Bonzini <pbonzini@redhat.com>
806S: Support
807F: hw/char/debugcon.c
808F: hw/char/parallel.c
809F: hw/char/serial*
810F: hw/dma/i8257*
811F: hw/i2c/pm_smbus.c
812F: hw/intc/apic*
813F: hw/intc/ioapic*
814F: hw/intc/i8259*
815F: hw/misc/debugexit.c
816F: hw/misc/pc-testdev.c
817F: hw/timer/hpet*
818F: hw/timer/i8254*
819F: hw/timer/mc146818rtc*
Thomas Hutha2feb342016-09-05 23:31:15 +0200820F: include/hw/i2c/pm_smbus.h
821F: include/hw/timer/hpet.h
822F: include/hw/timer/i8254*
823F: include/hw/timer/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +0200824
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +0200825Machine core
826M: Eduardo Habkost <ehabkost@redhat.com>
827M: Marcel Apfelbaum <marcel@redhat.com>
828S: Supported
829F: hw/core/machine.c
Thomas Huthc1629c52017-01-23 06:54:55 +0100830F: hw/core/null-machine.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +0200831F: include/hw/boards.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500832
Max Filippov16e7caa2011-09-06 03:55:56 +0400833Xtensa Machines
834---------------
Max Filippov375847a2011-10-28 02:11:05 +0400835sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400836M: Max Filippov <jcmvbkbc@gmail.com>
837S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400838F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +0400839
Max Filippov437a8c12014-10-22 07:25:42 +0400840XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +0400841M: Max Filippov <jcmvbkbc@gmail.com>
842S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +0400843F: hw/xtensa/xtfpga.c
844F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400845
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500846Devices
847-------
Jiri Slabyb30934c2015-01-21 17:48:33 +0100848EDU
849M: Jiri Slaby <jslaby@suse.cz>
850S: Maintained
851F: hw/misc/edu.c
852
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500853IDE
John Snowc0953482015-03-04 23:37:55 -0500854M: John Snow <jsnow@redhat.com>
855L: qemu-block@nongnu.org
856S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100857F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +0200858F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500859F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -0500860F: hw/block/block.c
861F: hw/block/cdrom.c
862F: hw/block/hd-geometry.c
863F: tests/ide-test.c
864F: tests/ahci-test.c
John Snowaee50312015-10-05 12:00:56 -0400865F: tests/libqos/ahci*
John Snowc0953482015-03-04 23:37:55 -0500866T: git git://github.com/jnsnow/qemu.git ide
867
868Floppy
869M: John Snow <jsnow@redhat.com>
870L: qemu-block@nongnu.org
871S: Supported
872F: hw/block/fdc.c
873F: include/hw/block/fdc.h
John Snowaee50312015-10-05 12:00:56 -0400874F: tests/fdc-test.c
John Snowc0953482015-03-04 23:37:55 -0500875T: git git://github.com/jnsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500876
Peter Maydellf5f487b2011-09-17 17:26:15 +0100877OMAP
878M: Peter Maydell <peter.maydell@linaro.org>
879S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100880F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +0100881F: include/hw/arm/omap.h
Peter Maydellf5f487b2011-09-17 17:26:15 +0100882
Paolo Bonzini28d54e52015-09-22 11:37:27 +0200883IPack
884M: Alberto Garcia <berto@igalia.com>
885S: Odd Fixes
886F: hw/char/ipoctal232.c
887F: hw/ipack/
888
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500889PCI
890M: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin874a2352016-06-13 23:06:32 +0300891M: Marcel Apfelbaum <marcel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500892S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100893F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +0200894F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200895F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +0200896F: hw/pci-bridge/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200897
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +0300898ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200899M: Michael S. Tsirkin <mst@redhat.com>
900M: Igor Mammedov <imammedo@redhat.com>
901S: Supported
902F: include/hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +0300903F: include/hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200904F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100905F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +0300906F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200907F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +0200908F: hw/arm/virt-acpi-build.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500909
Andreas Färberaaade8d2012-08-22 05:48:47 +0000910ppc4xx
911M: Alexander Graf <agraf@suse.de>
912L: qemu-ppc@nongnu.org
913S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100914F: hw/ppc/ppc4*.c
Thomas Huthb5d55022016-09-05 22:03:36 +0200915F: include/hw/ppc/ppc4xx.h
Andreas Färberaaade8d2012-08-22 05:48:47 +0000916
Andreas Färber98cded32012-08-22 05:48:45 +0000917ppce500
918M: Alexander Graf <agraf@suse.de>
919M: Scott Wood <scottwood@freescale.com>
920L: qemu-ppc@nongnu.org
921S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +0100922F: hw/ppc/e500*
Paolo Bonzini566dd232015-09-22 11:38:02 +0200923F: hw/pci-host/ppce500.c
924F: hw/net/fsl_etsec/
Andreas Färber98cded32012-08-22 05:48:45 +0000925
Paolo Bonzini61af0ee2015-09-22 11:40:00 +0200926Character devices
927M: Paolo Bonzini <pbonzini@redhat.com>
928S: Odd Fixes
929F: hw/char/
930
Paolo Bonzinif536f112015-09-22 11:40:00 +0200931Network devices
932M: Jason Wang <jasowang@redhat.com>
933S: Odd Fixes
934F: hw/net/
Greg Kurz6bd77762016-09-09 10:31:20 +0200935F: tests/virtio-net-test.c
Paolo Bonzinif536f112015-09-22 11:40:00 +0200936T: git git://github.com/jasowang/qemu.git net
937
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500938SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100939M: Paolo Bonzini <pbonzini@redhat.com>
940S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +0200941F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100942F: hw/scsi/*
Greg Kurz6bd77762016-09-09 10:31:20 +0200943F: tests/virtio-scsi-test.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200944T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100945
946LSI53C895A
Anthony Liguori0e198852013-10-02 12:09:12 -0500947S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100948F: hw/scsi/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500949
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000950SSI
Alistair Francis4b46ba62015-08-25 15:45:06 +0100951M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000952S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100953F: hw/ssi/*
954F: hw/block/m25p80.c
Alistair Francis4b46ba62015-08-25 15:45:06 +0100955X: hw/ssi/xilinx_*
956
957Xilinx SPI
958M: Alistair Francis <alistair.francis@xilinx.com>
959M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
960S: Maintained
961F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000962
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500963USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100964M: Gerd Hoffmann <kraxel@redhat.com>
965S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100966F: hw/usb/*
Gonglei28edfce2014-06-23 19:53:51 +0800967F: tests/usb-*-test.c
Thomas Huthbeded0f2016-02-25 10:36:05 +0100968F: docs/usb2.txt
969F: docs/usb-storage.txt
970F: include/hw/usb.h
971F: include/hw/usb/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500972
Paolo Bonzinie26082f2014-10-22 14:53:32 +0200973USB (serial adapter)
974M: Gerd Hoffmann <kraxel@redhat.com>
975M: Samuel Thibault <samuel.thibault@ens-lyon.org>
976S: Maintained
977F: hw/usb/dev-serial.c
978
Alex Williamson92e1fb52012-09-26 11:19:39 -0600979VFIO
980M: Alex Williamson <alex.williamson@redhat.com>
981S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -0700982F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -0700983F: include/hw/vfio/
Alex Williamson92e1fb52012-09-26 11:19:39 -0600984
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500985vhost
986M: Michael S. Tsirkin <mst@redhat.com>
987S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100988F: hw/*/*vhost*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500989
990virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +0200991M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500992S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100993F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +0200994F: hw/virtio/Makefile.objs
995F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +0200996F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +0100997F: include/hw/virtio/
Greg Kurz6bd77762016-09-09 10:31:20 +0200998F: tests/virtio-balloon-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500999
1000virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +05301001M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Greg Kurz8c1cd712016-06-17 16:35:05 +02001002M: Greg Kurz <groug@kaod.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001003S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +02001004F: hw/9pfs/
1005F: fsdev/
Andreas Färber2d888c02014-02-21 17:15:21 +01001006F: tests/virtio-9p-test.c
Andreas Färber3f3309c2012-04-13 18:23:55 +02001007T: git git://github.com/kvaneesh/QEMU.git
Greg Kurz8c1cd712016-06-17 16:35:05 +02001008T: git git://github.com/gkurz/qemu.git 9p-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001009
1010virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001011M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001012L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001013S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001014F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001015F: hw/block/dataplane/*
Greg Kurz6bd77762016-09-09 10:31:20 +02001016F: tests/virtio-blk-test.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001017T: git git://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001018
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001019virtio-ccw
1020M: Cornelia Huck <cornelia.huck@de.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +01001021M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001022S: Supported
1023F: hw/s390x/virtio-ccw.[hc]
Cornelia Huck3e9ed242015-11-04 16:08:20 +01001024T: git git://github.com/cohuck/qemu.git s390-next
1025T: git git://github.com/borntraeger/qemu.git s390-next
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001026
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001027virtio-input
1028M: Gerd Hoffmann <kraxel@redhat.com>
1029S: Maintained
1030F: hw/input/virtio-input*.c
1031F: include/hw/virtio/virtio-input.h
1032
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001033virtio-serial
1034M: Amit Shah <amit.shah@redhat.com>
1035S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001036F: hw/char/virtio-serial-bus.c
1037F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05301038F: include/hw/virtio/virtio-serial.h
Greg Kurz6bd77762016-09-09 10:31:20 +02001039F: tests/virtio-console-test.c
1040F: tests/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001041
Amit Shah1f51a5c2014-11-18 18:01:26 +05301042virtio-rng
1043M: Amit Shah <amit.shah@redhat.com>
1044S: Supported
1045F: hw/virtio/virtio-rng.c
1046F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01001047F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05301048F: backends/rng*.c
Greg Kurz6bd77762016-09-09 10:31:20 +02001049F: tests/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05301050
Gonglei60340112016-10-28 16:33:31 +08001051virtio-crypto
1052M: Gonglei <arei.gonglei@huawei.com>
1053S: Supported
1054F: hw/virtio/virtio-crypto.c
1055F: hw/virtio/virtio-crypto-pci.c
1056F: include/hw/virtio/virtio-crypto.h
1057
Keith Buschf3c507a2013-06-04 09:17:10 -06001058nvme
1059M: Keith Busch <keith.busch@intel.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001060L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06001061S: Supported
1062F: hw/block/nvme*
Andreas Färberfc967792014-02-21 22:19:43 +01001063F: tests/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -06001064
Hannes Reinecked383c622014-04-16 16:44:19 +02001065megasas
1066M: Hannes Reinecke <hare@suse.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001067L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02001068S: Supported
1069F: hw/scsi/megasas.c
1070F: hw/scsi/mfi.h
1071
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001072Network packet abstractions
1073M: Dmitry Fleytman <dmitry@daynix.com>
1074S: Maintained
1075F: include/net/eth.h
1076F: net/eth.c
1077F: hw/net/net_rx_pkt*
1078F: hw/net/net_tx_pkt*
1079
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001080Vmware
1081M: Dmitry Fleytman <dmitry@daynix.com>
1082S: Maintained
1083F: hw/net/vmxnet*
1084F: hw/scsi/vmw_pvscsi*
1085
Scott Feldmande24d3f2015-03-13 21:09:32 -07001086Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07001087M: Jiri Pirko <jiri@resnulli.us>
1088S: Maintained
1089F: hw/net/rocker/
Thomas Huthde850942016-09-27 16:33:46 +02001090F: tests/rocker/
1091F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07001092
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001093NVDIMM
1094M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1095S: Maintained
1096F: hw/acpi/nvdimm.c
1097F: hw/mem/nvdimm.c
1098F: include/hw/mem/nvdimm.h
1099
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001100e1000x
1101M: Dmitry Fleytman <dmitry@daynix.com>
1102S: Maintained
1103F: hw/net/e1000x*
1104
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001105e1000e
1106M: Dmitry Fleytman <dmitry@daynix.com>
1107S: Maintained
1108F: hw/net/e1000e*
1109
Alistair Francise481a1f2016-10-04 13:28:09 +01001110Generic Loader
1111M: Alistair Francis <alistair.francis@xilinx.com>
1112S: Maintained
1113F: hw/core/generic-loader.c
1114F: include/hw/core/generic-loader.h
1115
Thomas Huth87a90232016-11-08 12:46:22 +01001116CHRP NVRAM
1117M: Thomas Huth <thuth@redhat.com>
1118S: Maintained
1119F: hw/nvram/chrp_nvram.c
1120F: include/hw/nvram/chrp_nvram.h
1121F: tests/prom-env-test.c
1122
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001123Subsystems
1124----------
1125Audio
Gerd Hoffmann9f575842013-09-24 10:26:24 +02001126M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001127S: Maintained
1128F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001129F: hw/audio/
Thomas Hutha2b245a2016-09-23 15:19:10 +02001130F: include/hw/audio/
Andreas Färberd7b50c02014-03-30 19:00:05 +02001131F: tests/ac97-test.c
Andreas Färber8fa74c92014-03-30 19:05:20 +02001132F: tests/es1370-test.c
Andreas Färberfbaf4452014-03-30 19:22:48 +02001133F: tests/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001134
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01001135Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001136M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02001137M: Max Reitz <mreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001138L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001139S: Supported
1140F: block*
1141F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001142F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02001143F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02001144F: qemu-img*
1145F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02001146F: tests/qemu-iotests/
Stefan Hajnoczid48addd2013-11-06 16:06:25 +01001147T: git git://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001148
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001149Block I/O path
1150M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zheng9ca30032016-04-05 17:38:25 +08001151M: Fam Zheng <famz@redhat.com>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001152L: qemu-block@nongnu.org
1153S: Supported
1154F: async.c
1155F: aio-*.c
1156F: block/io.c
1157F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08001158F: include/block/aio.h
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001159T: git git://github.com/stefanha/qemu.git block
1160
Jeff Cody280458a2015-03-06 12:16:06 -05001161Block Jobs
1162M: Jeff Cody <jcody@redhat.com>
1163L: qemu-block@nongnu.org
1164S: Supported
1165F: blockjob.c
1166F: include/block/blockjob.h
1167F: block/backup.c
1168F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05001169F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05001170F: block/mirror.c
1171T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1172
Markus Armbruster41202012015-05-20 13:23:46 +02001173Block QAPI, monitor, command line
1174M: Markus Armbruster <armbru@redhat.com>
1175S: Supported
1176F: blockdev.c
1177F: block/qapi.c
1178F: qapi/block*.json
1179T: git git://repo.or.cz/qemu/armbru.git block-next
1180
John Snow538193b2016-08-04 14:18:51 -04001181Dirty Bitmaps
1182M: Fam Zheng <famz@redhat.com>
1183M: John Snow <jsnow@redhat.com>
1184L: qemu-block@nongnu.org
1185S: Supported
1186F: util/hbitmap.c
1187F: block/dirty-bitmap.c
1188F: include/qemu/hbitmap.h
1189F: include/block/dirty-bitmap.h
1190F: tests/test-hbitmap.c
1191F: docs/bitmaps.md
1192T: git git://github.com/famz/qemu.git bitmaps
1193T: git git://github.com/jnsnow/qemu.git bitmaps
1194
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001195Character device backends
Paolo Bonzinida26f372014-10-21 15:12:57 +02001196M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001197S: Maintained
1198F: qemu-char.c
Paolo Bonzinida26f372014-10-21 15:12:57 +02001199F: backends/msmouse.c
1200F: backends/testdev.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001201
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001202Character Devices (Braille)
1203M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1204S: Maintained
1205F: backends/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001206
Markus Armbruster8c413e72015-01-28 11:29:57 +01001207Coverity model
1208M: Markus Armbruster <armbru@redhat.com>
1209S: Supported
1210F: scripts/coverity-model.c
1211
Andreas Färberf2ca0522012-09-17 19:10:32 +02001212CPU
Andreas Färber12b0e692016-05-25 17:21:59 +02001213L: qemu-devel@nongnu.org
Andreas Färberf2ca0522012-09-17 19:10:32 +02001214S: Supported
1215F: qom/cpu.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001216F: include/qom/cpu.h
Andreas Färberf2ca0522012-09-17 19:10:32 +02001217
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001218Device Tree
Alistair Francis4b46ba62015-08-25 15:45:06 +01001219M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001220M: Alexander Graf <agraf@suse.de>
1221S: Maintained
Thomas Huth82407512015-12-17 15:25:12 +01001222F: device_tree.c
1223F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001224
Markus Armbruster4f966762015-09-12 13:29:56 +02001225Error reporting
1226M: Markus Armbruster <armbru@redhat.com>
1227S: Supported
1228F: include/qapi/error.h
1229F: include/qemu/error-report.h
1230F: util/error.c
1231F: util/qemu-error.c
1232
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001233GDB stub
Paolo Bonzini5dd4a882014-10-22 10:53:22 +02001234L: qemu-devel@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001235S: Odd Fixes
1236F: gdbstub*
1237F: gdb-xml/
1238
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001239Memory API
1240M: Paolo Bonzini <pbonzini@redhat.com>
1241S: Supported
1242F: include/exec/ioport.h
1243F: ioport.c
1244F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01001245F: include/exec/ram_addr.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001246F: memory.c
1247F: include/exec/memory-internal.h
1248F: exec.c
1249
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01001250SPICE
1251M: Gerd Hoffmann <kraxel@redhat.com>
1252S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01001253F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01001254F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01001255F: ui/spice-*.c
1256F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001257F: hw/display/qxl*
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01001258
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001259Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02001260M: Gerd Hoffmann <kraxel@redhat.com>
1261S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001262F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01001263F: include/ui/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001264
Andreas Färber351f1bf2011-10-30 18:08:01 +01001265Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00001266M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01001267S: Odd Fixes
1268F: ui/cocoa.m
1269
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001270Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02001271M: Paolo Bonzini <pbonzini@redhat.com>
1272S: Maintained
1273F: cpus.c
1274F: main-loop.c
1275F: qemu-timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001276F: vl.c
1277
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001278Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02001279M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05001280S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001281F: monitor.c
Thomas Huthc13e9912016-09-22 21:32:38 +02001282F: hmp.[ch]
1283F: hmp-commands*.hx
1284F: include/monitor/hmp-target.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001285
Paolo Bonzinif536f112015-09-22 11:40:00 +02001286Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00001287M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001288S: Maintained
1289F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01001290F: include/net/
Jason Wang5fc51cc2015-09-16 11:05:30 +08001291T: git git://github.com/jasowang/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001292
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01001293Netmap network backend
1294M: Luigi Rizzo <rizzo@iet.unipi.it>
1295M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1296M: Vincenzo Maffione <v.maffione@gmail.com>
1297W: http://info.iet.unipi.it/~luigi/netmap/
1298S: Maintained
1299F: net/netmap.c
1300
Paolo Bonzini44f76b22011-12-22 11:39:19 +01001301Network Block Device (NBD)
1302M: Paolo Bonzini <pbonzini@redhat.com>
1303S: Odd Fixes
Fam Zheng798bfe02016-01-14 16:41:02 +08001304F: block/nbd*
1305F: nbd/
1306F: include/block/nbd*
Paolo Bonzini44f76b22011-12-22 11:39:19 +01001307F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +02001308T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +01001309
Eduardo Habkost2f54eb92015-04-08 08:34:33 -03001310NUMA
1311M: Eduardo Habkost <ehabkost@redhat.com>
1312S: Maintained
1313F: numa.c
1314F: include/sysemu/numa.h
Eduardo Habkost2f54eb92015-04-08 08:34:33 -03001315T: git git://github.com/ehabkost/qemu.git numa
1316
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03001317Host Memory Backends
1318M: Eduardo Habkost <ehabkost@redhat.com>
1319M: Igor Mammedov <imammedo@redhat.com>
1320S: Maintained
1321F: backends/hostmem*.c
1322F: include/sysemu/hostmem.h
1323
Gonglei60340112016-10-28 16:33:31 +08001324Cryptodev Backends
1325M: Gonglei <arei.gonglei@huawei.com>
1326S: Maintained
1327F: include/sysemu/cryptodev*.h
1328F: backends/cryptodev*.c
1329
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001330QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04001331M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001332M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04001333S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001334F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02001335X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02001336F: include/qapi/
1337X: include/qapi/qmp/
1338F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02001339F: tests/qapi-schema/
Markus Armbrusterac4abb92015-09-24 18:11:57 +02001340F: tests/test-*-visitor.c
1341F: tests/test-qmp-*.c
Markus Armbruster0311c5b2015-06-12 15:15:54 +02001342F: scripts/qapi*
1343F: docs/qapi*
Luiz Capitulino97406182015-05-05 10:39:15 -04001344T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001345
Luiz Capitulino7810d292013-06-03 11:11:53 -04001346QAPI Schema
1347M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04001348M: Markus Armbruster <armbru@redhat.com>
1349S: Supported
1350F: qapi-schema.json
Markus Armbruster0311c5b2015-06-12 15:15:54 +02001351F: qapi/*.json
Luiz Capitulino97406182015-05-05 10:39:15 -04001352T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04001353
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04001354QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02001355M: Markus Armbruster <armbru@redhat.com>
1356S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04001357F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02001358F: include/qapi/qmp/
1359X: include/qapi/qmp/dispatch.h
1360F: tests/check-qdict.c
1361F: tests/check-qfloat.c
1362F: tests/check-qint.c
1363F: tests/check-qjson.c
1364F: tests/check-qlist.c
1365F: tests/check-qstring.c
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02001366T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04001367
Michael Rothf05d9992014-10-22 07:05:36 -05001368QEMU Guest Agent
1369M: Michael Roth <mdroth@linux.vnet.ibm.com>
1370S: Maintained
1371F: qga/
1372T: git git://github.com/mdroth/qemu.git qga
1373
Andreas Färber4688c942014-04-24 15:00:14 +02001374QOM
Andreas Färber4688c942014-04-24 15:00:14 +02001375M: Andreas Färber <afaerber@suse.de>
1376S: Supported
1377T: git git://github.com/afaerber/qemu-cpu.git qom-next
1378F: include/qom/
1379X: include/qom/cpu.h
1380F: qom/
1381X: qom/cpu.c
Andreas Färber9f4aa7c2015-11-18 19:03:29 +01001382F: tests/check-qom-interface.c
1383F: tests/check-qom-proplist.c
Andreas Färber4688c942014-04-24 15:00:14 +02001384F: tests/qom-test.c
1385
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001386QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04001387M: Markus Armbruster <armbru@redhat.com>
1388S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001389F: qmp.c
1390F: monitor.c
Markus Armbruster9b89b6a2015-09-24 18:11:55 +02001391F: docs/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04001392F: scripts/qmp/
1393T: git git://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04001394
Alistair Franciscc0100f2016-07-28 09:55:39 -07001395Register API
1396M: Alistair Francis <alistair.francis@xilinx.com>
1397S: Maintained
1398F: hw/core/register.c
1399F: include/hw/register.h
1400
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001401SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02001402M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02001403M: Jan Kiszka <jan.kiszka@siemens.com>
1404S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001405F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01001406F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01001407F: include/net/slirp.h
Andreas Färber1ab09a42012-04-13 18:03:42 +02001408T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001409
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02001410Stubs
1411M: Paolo Bonzini <pbonzini@redhat.com>
1412S: Maintained
1413F: stubs/
1414
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001415Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02001416M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001417S: Maintained
1418F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02001419F: scripts/tracetool.py
1420F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +01001421F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +02001422T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01001423
Blue Swirl14f40fd2011-11-26 09:51:23 +00001424Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00001425S: Odd Fixes
1426F: scripts/checkpatch.pl
1427
Juan Quintelac0787c82014-10-15 10:34:50 +02001428Migration
1429M: Juan Quintela <quintela@redhat.com>
Amit Shah7f4675c2014-11-18 18:01:24 +05301430M: Amit Shah <amit.shah@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00001431M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02001432S: Maintained
1433F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00001434F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05301435F: scripts/vmstate-static-checker.py
1436F: tests/vmstate-static-checker-data/
Thomas Hutha609ad82016-02-25 10:47:49 +01001437F: docs/migration.txt
Juan Quintelac0787c82014-10-15 10:34:50 +02001438
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001439Seccomp
Eduardo Otubo9d9de252014-07-02 10:04:30 +02001440M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03001441S: Supported
1442F: qemu-seccomp.c
1443F: include/sysemu/seccomp.h
1444
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01001445Cryptography
1446M: Daniel P. Berrange <berrange@redhat.com>
1447S: Maintained
1448F: crypto/
1449F: include/crypto/
1450F: tests/test-crypto-*
1451
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01001452Coroutines
1453M: Stefan Hajnoczi <stefanha@redhat.com>
1454M: Kevin Wolf <kwolf@redhat.com>
1455F: util/*coroutine*
1456F: include/qemu/coroutine*
1457F: tests/test-coroutine.c
1458
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00001459Buffers
1460M: Daniel P. Berrange <berrange@redhat.com>
1461S: Odd fixes
1462F: util/buffer.c
1463F: include/qemu/buffer.h
1464
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00001465I/O Channels
1466M: Daniel P. Berrange <berrange@redhat.com>
1467S: Maintained
1468F: io/
1469F: include/io/
1470F: tests/test-io-*
1471
Gerd Hoffmann5614a282016-01-18 16:03:23 +01001472Sockets
1473M: Daniel P. Berrange <berrange@redhat.com>
1474M: Gerd Hoffmann <kraxel@redhat.com>
1475M: Paolo Bonzini <pbonzini@redhat.com>
1476S: Maintained
1477F: include/qemu/sockets.h
1478F: util/qemu-sockets.c
1479
Alberto Garciad310d852016-02-18 12:27:10 +02001480Throttling infrastructure
1481M: Alberto Garcia <berto@igalia.com>
1482S: Supported
1483F: block/throttle-groups.c
1484F: include/block/throttle-groups.h
1485F: include/qemu/throttle.h
1486F: util/throttle.c
1487L: qemu-block@nongnu.org
1488
Fam Zheng080d7aa2016-09-21 12:27:25 +08001489UUID
1490M: Fam Zheng <famz@redhat.com>
1491S: Supported
1492F: util/uuid.c
1493F: include/qemu/uuid.h
1494F: tests/test-uuid.c
1495
zhanghailianga4cc3182016-10-27 14:43:09 +08001496COLO Framework
1497M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1498S: Maintained
1499F: migration/colo*
1500F: include/migration/colo.h
1501F: include/migration/failover.h
1502F: docs/COLO-FT.txt
1503
Zhang Chen88f82ed2016-09-27 10:22:35 +08001504COLO Proxy
1505M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1506M: Li Zhijian <lizhijian@cn.fujitsu.com>
1507S: Supported
1508F: docs/colo-proxy.txt
1509F: net/colo*
1510F: net/filter-rewriter.c
1511F: net/filter-mirror.c
1512
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001513Usermode Emulation
1514------------------
Paolo Bonzini486bbe52014-10-22 00:18:01 +02001515Overall
1516M: Riku Voipio <riku.voipio@iki.fi>
1517S: Maintained
1518F: thunk.c
1519F: user-exec.c
Paolo Bonzini5564edb2016-10-24 10:35:53 +02001520F: user-exec-stub.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +02001521
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001522BSD user
Markus Armbruster297e8002016-06-20 16:19:25 +02001523S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001524F: bsd-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02001525F: default-configs/*-bsd-user.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001526
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001527Linux user
1528M: Riku Voipio <riku.voipio@iki.fi>
1529S: Maintained
1530F: linux-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02001531F: default-configs/*-linux-user.mak
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001532
1533Tiny Code Generator (TCG)
1534-------------------------
1535Common code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07001536M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001537S: Maintained
1538F: tcg/
1539
Claudio Fontanab25a4642013-06-12 16:20:24 +01001540AArch64 target
1541M: Claudio Fontana <claudio.fontana@huawei.com>
1542M: Claudio Fontana <claudio.fontana@gmail.com>
1543S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00001544L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01001545F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001546F: disas/arm-a64.cc
1547F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01001548
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001549ARM target
1550M: Andrzej Zaborowski <balrogg@gmail.com>
1551S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00001552L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001553F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001554F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001555
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001556i386 target
Paolo Bonzini5dd4a882014-10-22 10:53:22 +02001557L: qemu-devel@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001558S: Maintained
1559F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001560F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001561
1562IA64 target
1563M: Aurelien Jarno <aurelien@aurel32.net>
1564S: Maintained
1565F: tcg/ia64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001566F: disas/ia64.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001567
1568MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +01001569M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001570S: Maintained
1571F: tcg/mips/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001572F: disas/mips.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001573
1574PPC
Pranith Kumar15610d42016-10-18 10:21:00 -07001575M: Richard Henderson <rth@twiddle.net>
1576S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001577F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001578F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001579
1580S390 target
1581M: Alexander Graf <agraf@suse.de>
1582M: Richard Henderson <rth@twiddle.net>
1583S: Maintained
1584F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001585F: disas/s390.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001586
1587SPARC target
Markus Armbruster297e8002016-06-20 16:19:25 +02001588S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01001589F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001590F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01001591
1592TCI target
1593M: Stefan Weil <sw@weilnetz.de>
1594S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02001595F: tcg/tci/
Stefan Weil2b7be8c2013-09-12 20:24:31 +02001596F: tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02001597F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02001598
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001599Block drivers
1600-------------
1601VMDK
1602M: Fam Zheng <famz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001603L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001604S: Supported
1605F: block/vmdk.c
1606
1607RBD
Josh Durgin5a8ac6d2015-06-10 20:28:44 -07001608M: Josh Durgin <jdurgin@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001609M: Jeff Cody <jcody@redhat.com>
1610L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001611S: Supported
1612F: block/rbd.c
Jeff Cody280458a2015-03-06 12:16:06 -05001613T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001614
1615Sheepdog
MORITA Kazutaka53b33232014-09-03 22:13:17 +09001616M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001617M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001618M: Jeff Cody <jcody@redhat.com>
1619L: qemu-block@nongnu.org
Liu Yuandce32b62013-11-20 15:51:59 +08001620L: sheepdog@lists.wpkg.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001621S: Supported
1622F: block/sheepdog.c
Jeff Cody280458a2015-03-06 12:16:06 -05001623T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001624
1625VHDX
1626M: Jeff Cody <jcody@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001627L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001628S: Supported
1629F: block/vhdx*
Jeff Cody280458a2015-03-06 12:16:06 -05001630T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001631
1632VDI
1633M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001634L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001635S: Maintained
1636F: block/vdi.c
1637
1638iSCSI
1639M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1640M: Paolo Bonzini <pbonzini@redhat.com>
1641M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001642L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001643S: Supported
1644F: block/iscsi.c
1645
Peter Lieven6542aa92014-02-03 10:26:13 +01001646NFS
Jeff Cody280458a2015-03-06 12:16:06 -05001647M: Jeff Cody <jcody@redhat.com>
Peter Lieven6542aa92014-02-03 10:26:13 +01001648M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05001649L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01001650S: Maintained
1651F: block/nfs.c
Jeff Cody280458a2015-03-06 12:16:06 -05001652T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Peter Lieven6542aa92014-02-03 10:26:13 +01001653
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001654SSH
1655M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001656M: Jeff Cody <jcody@redhat.com>
1657L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01001658S: Supported
1659F: block/ssh.c
Jeff Cody280458a2015-03-06 12:16:06 -05001660T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001661
1662ARCHIPELAGO
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001663M: Chrysostomos Nanakos <chris@include.gr>
Jeff Cody280458a2015-03-06 12:16:06 -05001664M: Jeff Cody <jcody@redhat.com>
1665L: qemu-block@nongnu.org
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03001666S: Maintained
1667F: block/archipelago.c
Jeff Cody280458a2015-03-06 12:16:06 -05001668T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1669
1670CURL
1671M: Jeff Cody <jcody@redhat.com>
1672L: qemu-block@nongnu.org
1673S: Supported
1674F: block/curl.c
1675T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1676
1677GLUSTER
1678M: Jeff Cody <jcody@redhat.com>
1679L: qemu-block@nongnu.org
1680S: Supported
1681F: block/gluster.c
1682T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Gongleib5e94762014-10-22 11:07:57 +08001683
Fam Zheng199667a2015-04-01 09:45:40 +08001684Null Block Driver
1685M: Fam Zheng <famz@redhat.com>
1686L: qemu-block@nongnu.org
1687S: Supported
1688F: block/null.c
1689
Gongleib5e94762014-10-22 11:07:57 +08001690Bootdevice
1691M: Gonglei <arei.gonglei@huawei.com>
1692S: Maintained
1693F: bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02001694
1695Quorum
1696M: Alberto Garcia <berto@igalia.com>
1697S: Supported
1698F: block/quorum.c
1699L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001700
1701blkverify
1702M: Stefan Hajnoczi <stefanha@redhat.com>
1703L: qemu-block@nongnu.org
1704S: Supported
1705F: block/blkverify.c
1706
1707bochs
1708M: Stefan Hajnoczi <stefanha@redhat.com>
1709L: qemu-block@nongnu.org
1710S: Supported
1711F: block/bochs.c
1712
1713cloop
1714M: Stefan Hajnoczi <stefanha@redhat.com>
1715L: qemu-block@nongnu.org
1716S: Supported
1717F: block/cloop.c
1718
1719dmg
1720M: Stefan Hajnoczi <stefanha@redhat.com>
1721L: qemu-block@nongnu.org
1722S: Supported
1723F: block/dmg.c
1724
1725parallels
1726M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03001727M: Denis V. Lunev <den@openvz.org>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001728L: qemu-block@nongnu.org
1729S: Supported
1730F: block/parallels.c
Vladimir Sementsov-Ogievskiyb4a9e252015-11-27 15:20:06 +03001731F: docs/specs/parallels.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001732
1733qed
1734M: Stefan Hajnoczi <stefanha@redhat.com>
1735L: qemu-block@nongnu.org
1736S: Supported
1737F: block/qed.c
1738
1739raw
1740M: Kevin Wolf <kwolf@redhat.com>
1741L: qemu-block@nongnu.org
1742S: Supported
1743F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02001744F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06001745F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06001746F: block/file-posix.c
1747F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001748F: block/win32-aio.c
1749
1750qcow2
1751M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02001752M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001753L: qemu-block@nongnu.org
1754S: Supported
1755F: block/qcow2*
1756
1757qcow
1758M: Kevin Wolf <kwolf@redhat.com>
1759L: qemu-block@nongnu.org
1760S: Supported
1761F: block/qcow.c
1762
1763blkdebug
1764M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02001765M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01001766L: qemu-block@nongnu.org
1767S: Supported
1768F: block/blkdebug.c
1769
1770vpc
1771M: Kevin Wolf <kwolf@redhat.com>
1772L: qemu-block@nongnu.org
1773S: Supported
1774F: block/vpc.c
1775
1776vvfat
1777M: Kevin Wolf <kwolf@redhat.com>
1778L: qemu-block@nongnu.org
1779S: Supported
1780F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01001781
1782Image format fuzzer
1783M: Stefan Hajnoczi <stefanha@redhat.com>
1784L: qemu-block@nongnu.org
1785S: Supported
1786F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01001787
Changlong Xie049105a2016-07-27 15:01:53 +08001788Replication
1789M: Wen Congyang <wency@cn.fujitsu.com>
1790M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1791S: Supported
1792F: replication*
1793F: block/replication.c
1794F: tests/test-replication.c
1795F: docs/block-replication.txt
1796
Alex Bennéeb9e02c02016-01-31 17:32:39 +00001797Build and test automation
1798-------------------------
1799M: Alex Bennée <alex.bennee@linaro.org>
1800L: qemu-devel@nongnu.org
1801S: Supported
1802F: .travis.yml
Daniel P. Berrange717171b2015-09-24 14:41:38 +01001803
1804Documentation
1805-------------
1806Build system architecture
1807M: Daniel P. Berrange <berrange@redhat.com>
1808S: Odd Fixes
1809F: docs/build-system.txt
Fam Zheng8a49e972016-06-01 12:25:28 +08001810
1811Docker testing
1812--------------
1813Docker based testing framework and cases
1814M: Fam Zheng <famz@redhat.com>
1815S: Maintained
1816F: tests/docker/