blob: 1740a4fddc140c036b3ac252b6ca540752dd35e1 [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>
Cornelia Huck9436e082018-10-26 12:57:11 +020015 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
Paul E. McKenneyfdf6fab2014-06-02 09:06:37 -070017 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
Cornelia Huck9436e082018-10-26 12:57:11 +020019 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050021 L: Mailing list that is relevant to this area
Cornelia Huck9436e082018-10-26 12:57:11 +020022 These lists should be CCed on patches.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050023 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
Peter Maydellc91bbff2011-11-09 19:45:38 +000030 much other than throw the odd patch in. See below.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050031 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
bellardb6f97c12008-05-09 09:39:00 +000056
bellardb6f97c12008-05-09 09:39:00 +000057
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050058General Project Administration
59------------------------------
Peter Maydellff0d4872014-10-15 21:30:52 +010060M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050061
Stephen Warrenc9a19d52016-02-08 20:04:25 -070062All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030067Responsible Disclosure, Reporting Security Issues
Markus Armbruster84995ea2019-06-06 19:24:08 +020068-------------------------------------------------
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +000069W: https://wiki.qemu.org/SecurityProcess
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030070M: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030071L: secalert@redhat.com
72
Laurent Vivier936c2232016-10-08 12:00:07 +020073Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +000082T: git https://github.com/vivier/qemu.git trivial-patches
Laurent Vivier936c2232016-10-08 12:00:07 +020083
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010084Architecture support
85--------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +020086S390 general architecture support
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010087M: Cornelia Huck <cohuck@redhat.com>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
Tony Krowiak2fe29422018-10-10 13:03:07 -040096F: hw/vfio/ap.c
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010097F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
Tony Krowiak694a8d72018-10-10 13:03:08 -0400104F: docs/vfio-ap.txt
Cornelia Hucka1c993c2019-05-29 11:05:12 +0200105F: tests/migration/s390x/
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100106K: ^Subject:.*(?i)s390x?
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000107T: git https://github.com/cohuck/qemu.git s390-next
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100108L: qemu-s390x@nongnu.org
109
Markus Armbruster84995ea2019-06-06 19:24:08 +0200110Guest CPU cores (TCG)
111---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200112Overall TCG CPUs
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100113M: Richard Henderson <rth@twiddle.net>
Paolo Bonzini2185fd62018-10-19 14:25:42 +0200114R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100115S: Maintained
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100116F: cpus.c
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100117F: exec.c
Philippe Mathieu-Daudéc6a88dd2017-06-29 12:03:04 -0300118F: accel/tcg/
Thomas Huth9681ad32018-11-22 13:57:18 +0100119F: accel/stubs/tcg-stub.c
Philippe Mathieu-Daudé55fd1892018-11-10 22:13:12 +0100120F: scripts/decodetree.py
Richard Henderson3fdbf5d2019-02-23 13:00:10 -0800121F: docs/devel/decodetree.rst
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100122F: include/exec/cpu*.h
123F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200124F: include/exec/helper*.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100125F: include/exec/tb-hash.h
Thomas Huth460423d2016-09-09 23:15:04 +0200126F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200127F: include/sysemu/tcg.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200128
Peter Maydell1badb582016-02-19 16:25:01 +0000129FPU emulation
130M: Aurelien Jarno <aurelien@aurel32.net>
131M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000132M: Alex Bennée <alex.bennee@linaro.org>
133S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000134F: fpu/
135F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000136F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000137
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200138Alpha TCG CPUs
Richard Henderson8d6df262011-05-20 12:23:18 -0700139M: Richard Henderson <rth@twiddle.net>
140S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200141F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200142F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200143F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500144
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200145ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100146M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000147L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500148S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200149F: target/arm/
Alex Bennéec3487222018-04-05 15:45:32 +0100150F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100151F: tests/tcg/aarch64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100152F: hw/arm/
153F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200154F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200155F: disas/arm.c
156F: disas/arm-a64.cc
157F: disas/libvixl/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500158
Eric Auger49154ea2018-11-22 19:01:43 +0100159ARM SMMU
160M: Eric Auger <eric.auger@redhat.com>
161L: qemu-arm@nongnu.org
162S: Maintained
163F: hw/arm/smmu*
164F: include/hw/arm/smmu*
165
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200166CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500167M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200169F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100170F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200171F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200172F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200173F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500174
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200175HPPA (PA-RISC) TCG CPUs
Richard Henderson61766fe2016-12-15 11:26:14 -0800176M: Richard Henderson <rth@twiddle.net>
177S: Maintained
178F: target/hppa/
Richard Henderson61461802018-01-21 14:05:03 -0800179F: hw/hppa/
Richard Henderson61766fe2016-12-15 11:26:14 -0800180F: disas/hppa.c
Helge Deller376b8512019-12-20 22:15:08 +0100181F: hw/net/*i82596*
182F: include/hw/net/lasi_82596.h
Richard Henderson61766fe2016-12-15 11:26:14 -0800183
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200184LM32 TCG CPUs
Michael Walle07bf23a2011-02-17 23:45:18 +0100185M: Michael Walle <michael@walle.cc>
186S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200187F: target/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100188F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100189F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100190F: hw/*/lm32_*
191F: hw/*/milkymist-*
Philippe Mathieu-Daudé70cc0c12019-01-30 13:00:05 +0100192F: include/hw/display/milkymist_tmu2.h
Michael Walle4eab7a02014-11-02 18:11:11 +0100193F: include/hw/char/lm32_juart.h
194F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200195F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100196
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200197M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200198M: Laurent Vivier <laurent@vivier.eu>
199S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200200F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100201F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500202
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200203MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500204M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
205S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200206F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100207F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200208F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500209
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200210MIPS TCG CPUs
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100211M: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic4872fee2018-08-02 16:15:48 +0200212M: Aleksandar Markovic <amarkovic@wavecomp.com>
Aleksandar Markovic63640d62019-10-23 12:23:36 +0200213R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Leon Alrae6f640912014-10-16 12:38:07 +0100214S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200215F: target/mips/
Aleksandar Markovic10a97942018-12-17 17:30:51 +0100216F: default-configs/*mips*
Aleksandar Markovicd02d5ff2019-06-20 15:33:13 +0200217F: disas/*mips*
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100218F: hw/intc/mips_gic.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100219F: hw/mips/
Thomas Huth5995db82016-09-30 09:26:51 +0200220F: hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200221F: hw/timer/mips_gictimer.c
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100222F: include/hw/intc/mips_gic.h
Thomas Huth5995db82016-09-30 09:26:51 +0200223F: include/hw/mips/
224F: include/hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200225F: include/hw/timer/mips_gictimer.h
Aleksandar Markovic5d480dd2019-12-10 13:55:19 +0100226F: tests/acceptance/linux_ssh_mips_malta.py
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200227F: tests/tcg/mips/
Aleksandar Markovic09684552018-12-17 17:43:11 +0100228K: ^Subject:.*(?i)mips
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500229
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200230Moxie TCG CPUs
Anthony Greend15a9c22013-03-18 15:49:25 -0400231M: Anthony Green <green@moxielogic.com>
232S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200233F: target/moxie/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200234F: disas/moxie.c
Thomas Hutha3ccdfb2016-09-22 21:16:33 +0200235F: hw/moxie/
236F: default-configs/moxie-softmmu.mak
Anthony Greend15a9c22013-03-18 15:49:25 -0400237
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200238NiosII TCG CPUs
Marek Vasute6717112017-01-18 23:01:46 +0100239M: Chris Wulff <crwulff@gmail.com>
240M: Marek Vasut <marex@denx.de>
241S: Maintained
242F: target/nios2/
243F: hw/nios2/
Thomas Huth15e10752018-11-22 16:11:40 +0100244F: hw/intc/nios2_iic.c
Marek Vasute6717112017-01-18 23:01:46 +0100245F: disas/nios2.c
Thomas Huth15e10752018-11-22 16:11:40 +0100246F: default-configs/nios2-softmmu.mak
Marek Vasute6717112017-01-18 23:01:46 +0100247
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200248OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900249M: Stafford Horne <shorne@gmail.com>
250S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200251F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800252F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200253F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800254
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200255PowerPC TCG CPUs
David Gibsonb4daafb2016-05-26 16:14:57 +1000256M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +0000257L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500258S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200259F: target/ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100260F: hw/ppc/
Thomas Huthb5d55022016-09-05 22:03:36 +0200261F: include/hw/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200262F: disas/ppc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500263
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200264RISC-V TCG CPUs
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -0700265M: Palmer Dabbelt <palmer@dabbelt.com>
Palmer Dabbelta17a61f2018-10-29 09:06:44 -0700266M: Alistair Francis <Alistair.Francis@wdc.com>
Michael Clark4dc62b12018-03-03 01:31:09 +1300267M: Sagar Karandikar <sagark@eecs.berkeley.edu>
268M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700269L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800270S: Supported
Michael Clark4dc62b12018-03-03 01:31:09 +1300271F: target/riscv/
272F: hw/riscv/
273F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000274F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000275F: linux-user/host/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300276
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200277S390 TCG CPUs
Richard Henderson2b35e932012-12-05 09:23:25 -0600278M: Richard Henderson <rth@twiddle.net>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100279M: David Hildenbrand <david@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500280S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200281F: target/s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100282F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200283F: disas/s390.c
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400284F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200285L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000286
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200287SH4 TCG CPUs
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100288M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200289S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200290F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100291F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200292F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200293F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000294
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200295SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000296M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100297M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500298S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200299F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100300F: hw/sparc/
301F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100302F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200303F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500304
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200305UniCore32 TCG CPUs
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100306M: Guan Xuetao <gxt@mprc.pku.edu.cn>
307S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200308F: target/unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100309F: hw/unicore32/
Thomas Huth47b98d52016-09-09 23:16:03 +0200310F: include/hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100311
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200312X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200313M: Paolo Bonzini <pbonzini@redhat.com>
314M: Richard Henderson <rth@twiddle.net>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300315M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300316S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200317F: target/i386/
Alex Bennée41324312018-04-05 15:35:11 +0100318F: tests/tcg/i386/
Alex Bennée3a082ec2018-04-17 11:14:37 +0100319F: tests/tcg/x86_64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100320F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200321F: disas/i386.c
Daniel P. Berrangé2544e9e2018-06-27 17:01:03 +0100322F: docs/qemu-cpu-models.texi
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000323T: git https://github.com/ehabkost/qemu.git x86-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500324
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200325Xtensa TCG CPUs
Max Filippov16e7caa2011-09-06 03:55:56 +0400326M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippovb8105d22018-02-27 21:15:34 -0800327W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400328S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200329F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100330F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200331F: tests/tcg/xtensa/
Max Filippov5a6539e2017-10-31 16:17:43 -0700332F: disas/xtensa.c
Max Filippov895e4892018-11-22 15:06:21 -0800333F: include/hw/xtensa/xtensa-isa.h
334F: default-configs/xtensa*.mak
Max Filippov16e7caa2011-09-06 03:55:56 +0400335
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200336TriCore TCG CPUs
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100337M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
338S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200339F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100340F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200341F: include/hw/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100342
Alex Bennéedd28beb2018-04-05 15:03:22 +0100343Multiarch Linux User Tests
344M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000345S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100346F: tests/tcg/multiarch/
347
Markus Armbruster84995ea2019-06-06 19:24:08 +0200348Guest CPU Cores (KVM)
349---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200350Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300351M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500352L: kvm@vger.kernel.org
353S: Supported
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500354F: */kvm.*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300355F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100356F: accel/stubs/kvm-stub.c
357F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100358F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100359F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500360
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200361ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000362M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000363L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000364S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200365F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000366
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200367MIPS KVM CPUs
James Hogana7a2d7d2017-10-17 15:13:11 +0100368M: James Hogan <jhogan@kernel.org>
Aleksandar Markovic63640d62019-10-23 12:23:36 +0200369R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
James Hogana31896c2014-06-17 23:10:37 +0100370S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200371F: target/mips/kvm.c
James Hogana31896c2014-06-17 23:10:37 +0100372
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200373PPC KVM CPUs
Alexander Grafbba8e232018-10-30 10:35:31 +0100374M: David Gibson <david@gibson.dropbear.id.au>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500375S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200376F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500377
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200378S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100379M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckc1976ae2017-07-04 11:22:15 +0200380M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100381M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100382S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200383F: target/s390x/kvm.c
David Hildenbrand040078e2017-09-28 15:46:05 +0200384F: target/s390x/kvm_s390x.h
385F: target/s390x/kvm-stub.c
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200386F: target/s390x/ioinst.[ch]
387F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200388F: target/s390x/sigp.c
Cornelia Huck8b3410d2019-06-26 15:00:21 +0200389F: target/s390x/cpu_features*.[ch]
390F: target/s390x/cpu_models.[ch]
Cornelia Huck4277af12014-10-20 19:00:03 +0200391F: hw/intc/s390_flic.c
392F: hw/intc/s390_flic_kvm.c
393F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100394F: gdb-xml/s390*.xml
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000395T: git https://github.com/cohuck/qemu.git s390-next
396T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200397L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500398
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200399X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200400M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500401M: Marcelo Tosatti <mtosatti@redhat.com>
402L: kvm@vger.kernel.org
403S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200404F: target/i386/kvm.c
Thomas Huth9681ad32018-11-22 13:57:18 +0100405F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500406
Markus Armbruster84995ea2019-06-06 19:24:08 +0200407Guest CPU Cores (Xen)
408---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200409X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100410M: Stefano Stabellini <sstabellini@kernel.org>
411M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100412M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000413L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100414S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100415F: */xen*
Greg Kurzb8278912019-05-29 12:24:44 +0200416F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200417F: hw/char/xen_console.c
418F: hw/display/xenfb.c
419F: hw/net/xen_nic.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000420F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000421F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200422F: hw/xen/
423F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000424F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100425F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000426F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200427F: include/hw/xen/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000428F: include/sysemu/xen-mapcache.h
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100429
Markus Armbruster84995ea2019-06-06 19:24:08 +0200430Hosts
431-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100432LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100433M: Michael S. Tsirkin <mst@redhat.com>
434M: Cornelia Huck <cohuck@redhat.com>
435M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100436S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100437F: linux-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100438F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100439
440POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100441M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100442S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100443F: os-posix.c
444F: include/sysemu/os-posix.h
445F: util/*posix*.c
446F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100447
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200448NETBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200449M: Kamil Rytarowski <kamil@netbsd.org>
450S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200451K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200452
Brad Smith0a773d52018-02-16 11:46:20 -0500453OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500454M: Brad Smith <brad@comstyle.com>
455S: Maintained
456K: ^Subject:.*(?i)OpenBSD
457
Stefan Weil1bdd6872012-01-27 18:53:49 +0100458W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100459M: Stefan Weil <sw@weilnetz.de>
460S: Maintained
461F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200462F: */*win32*
463F: include/*/*win32*
464X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200465F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100466
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100467Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200468--------------
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100469M: Richard Henderson <rth@twiddle.net>
470S: Maintained
471F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100472F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700473F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100474
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500475ARM Machines
476------------
liguang84291fe2013-12-17 19:42:38 +0000477Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100478M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000479M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000480L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000481S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100482F: hw/*/allwinner*
483F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000484F: hw/arm/cubieboard.c
485
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100486ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200487M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000488L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200489S: Maintained
490F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300491F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200492F: hw/display/pl110*
493F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100494F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200495F: hw/dma/pl330.c
496F: hw/gpio/pl061.c
497F: hw/input/pl050.c
498F: hw/intc/pl190.c
499F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100500F: hw/ssi/pl022.c
501F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200502F: hw/rtc/pl031.c
503F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200504F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100505F: hw/timer/cmsdk-apb-timer.c
506F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell4f4c6202018-08-24 13:17:41 +0100507F: hw/timer/cmsdk-apb-dualtimer.c
508F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100509F: hw/char/cmsdk-apb-uart.c
510F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100511F: hw/watchdog/cmsdk-apb-watchdog.c
512F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell0d4a7552018-05-31 14:50:51 +0100513F: hw/misc/tz-ppc.c
514F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100515F: hw/misc/tz-mpc.c
516F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100517F: hw/misc/tz-msc.c
518F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200519
520ARM cores
521M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000522L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200523S: Maintained
524F: hw/intc/arm*
525F: hw/intc/gic_internal.h
526F: hw/misc/a9scu.c
527F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000528F: hw/misc/arm_l2x0.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200529F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300530F: hw/timer/arm*
531F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200532F: include/hw/intc/arm*
533F: include/hw/misc/a9scu.h
534F: include/hw/misc/arm11scu.h
535F: include/hw/timer/a9gtimer.h
536F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300537F: include/hw/timer/armv7m_systick.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200538F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200539
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000540Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400541M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000542M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000543L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000544S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100545F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100546F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000547
Mark Langsdorf766fd092012-02-16 09:56:10 +0000548Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100549M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000550M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000551L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000552S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100553F: hw/arm/highbank.c
554F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000555
Antony Pavlov9082f122013-12-17 19:42:37 +0000556Canon DIGIC
557M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000558M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000559L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000560S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000561F: include/hw/arm/digic.h
562F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100563F: include/hw/*/digic*
Antony Pavlov9082f122013-12-17 19:42:37 +0000564
Anup Patel9c8fdce2019-11-06 11:56:50 +0000565Goldfish RTC
566M: Anup Patel <anup.patel@wdc.com>
567M: Alistair Francis <Alistair.Francis@wdc.com>
568L: qemu-riscv@nongnu.org
569S: Maintained
570F: hw/rtc/goldfish_rtc.c
571F: include/hw/rtc/goldfish_rtc.h
572
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500573Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000574M: Peter Maydell <peter.maydell@linaro.org>
575R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000576L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100577S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100578F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579
Thomas Huth123a0692018-11-26 13:39:23 +0000580i.MX25 PDK
581M: Peter Maydell <peter.maydell@linaro.org>
582R: Jean-Christophe Dubois <jcd@tribudubois.net>
583L: qemu-arm@nongnu.org
584S: Odd Fixes
585F: hw/arm/fsl-imx25.c
586F: hw/arm/imx25_pdk.c
587F: hw/misc/imx25_ccm.c
588F: include/hw/arm/fsl-imx25.h
589F: include/hw/misc/imx25_ccm.h
590
Thomas Huth95a5db32018-11-19 15:29:08 +0000591i.MX31 (kzm)
Peter Chubb03255592012-07-04 10:43:34 +0000592M: Peter Chubb <peter.chubb@nicta.com.au>
Peter Maydella00d7f22018-11-19 15:29:08 +0000593M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000594L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000595S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100596F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000597F: hw/*/imx_*
598F: hw/*/*imx31*
599F: include/hw/*/imx_*
600F: include/hw/*/*imx31*
Peter Chubb03255592012-07-04 10:43:34 +0000601
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500602Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100603M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000604L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500605S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100606F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200607F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000608F: include/hw/misc/arm_integrator_debug.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500609
Thomas Huth95a5db32018-11-19 15:29:08 +0000610MCIMX6UL EVK / i.MX6ul
611M: Peter Maydell <peter.maydell@linaro.org>
612R: Jean-Christophe Dubois <jcd@tribudubois.net>
613L: qemu-arm@nongnu.org
614S: Odd Fixes
615F: hw/arm/mcimx6ul-evk.c
616F: hw/arm/fsl-imx6ul.c
617F: hw/misc/imx6ul_ccm.c
618F: include/hw/arm/fsl-imx6ul.h
619F: include/hw/misc/imx6ul_ccm.h
620
621MCIMX7D SABRE / i.MX7
622M: Peter Maydell <peter.maydell@linaro.org>
623R: Andrey Smirnov <andrew.smirnov@gmail.com>
624L: qemu-arm@nongnu.org
625S: Odd Fixes
626F: hw/arm/mcimx7d-sabre.c
627F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000628F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000629F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000630F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000631F: hw/pci-host/designware.c
632F: include/hw/pci-host/designware.h
633
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100634MPS2
635M: Peter Maydell <peter.maydell@linaro.org>
636L: qemu-arm@nongnu.org
637S: Maintained
638F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100639F: hw/arm/mps2-tz.c
640F: hw/misc/mps2-*.c
641F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000642F: hw/arm/armsse.c
643F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100644F: hw/misc/iotkit-secctl.c
645F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100646F: hw/misc/iotkit-sysctl.c
647F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100648F: hw/misc/iotkit-sysinfo.c
649F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000650F: hw/misc/armsse-cpuid.c
651F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000652F: hw/misc/armsse-mhu.c
653F: include/hw/misc/armsse-mhu.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100654
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000655Musca
656M: Peter Maydell <peter.maydell@linaro.org>
657L: qemu-arm@nongnu.org
658S: Maintained
659F: hw/arm/musca.c
660
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500661Musicpal
662M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000663M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000664L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000665S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100666F: hw/arm/musicpal.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500667
668nSeries
669M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000670M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000671L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000672S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100673F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200674F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000675F: hw/input/lm832x.c
676F: hw/input/tsc2005.c
677F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200678F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200679F: include/hw/display/blizzard.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200680F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200681F: include/hw/misc/cbus.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500682
683Palm
684M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000685M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000686L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000687S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100688F: hw/arm/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000689F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200690F: include/hw/input/tsc2xxx.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500691
Thomas Huth95a5db32018-11-19 15:29:08 +0000692Raspberry Pi
693M: Peter Maydell <peter.maydell@linaro.org>
694R: Andrew Baumann <Andrew.Baumann@microsoft.com>
695R: Philippe Mathieu-Daudé <f4bug@amsat.org>
696L: qemu-arm@nongnu.org
697S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000698F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000699F: hw/arm/raspi_platform.h
700F: hw/*/bcm283*
701F: include/hw/arm/raspi*
702F: include/hw/*/bcm283*
703
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500704Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100705M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000706L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500707S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100708F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200709F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200710F: hw/intc/realview_gic.c
711F: include/hw/intc/realview_gic.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500712
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200713PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500714M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000715M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000716L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000717S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200718F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100719F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200720F: hw/arm/tosa.c
721F: hw/arm/z2.c
722F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000723F: hw/display/tc6393xb.c
724F: hw/gpio/max7310.c
725F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200726F: hw/misc/mst_fpga.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000727F: hw/misc/max111x.c
Thomas Huthed0db862016-02-25 12:22:04 +0100728F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000729F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200730F: include/hw/display/tc6393xb.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500731
Thomas Huth95a5db32018-11-19 15:29:08 +0000732SABRELITE / i.MX6
733M: Peter Maydell <peter.maydell@linaro.org>
734R: Jean-Christophe Dubois <jcd@tribudubois.net>
735L: qemu-arm@nongnu.org
736S: Odd Fixes
737F: hw/arm/sabrelite.c
738F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000739F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000740F: hw/ssi/imx_spi.c
741F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000742F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000743F: include/hw/ssi/imx_spi.h
744
Hongbo Zhang64580902019-07-01 17:26:18 +0100745SBSA-REF
746M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
747M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholmaff55692020-01-16 17:42:26 +0000748R: Leif Lindholm <leif@nuviainc.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100749L: qemu-arm@nongnu.org
750S: Maintained
751F: hw/arm/sbsa-ref.c
752
Thomas Huth671f11b2018-11-13 10:47:58 +0000753Sharp SL-5500 (Collie) PDA
754M: Peter Maydell <peter.maydell@linaro.org>
755L: qemu-arm@nongnu.org
756S: Odd Fixes
757F: hw/arm/collie.c
758F: hw/arm/strongarm*
759
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500760Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100761M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000762L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500763S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100764F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200765F: include/hw/input/gamepad.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500766
Thomas Huth95a5db32018-11-19 15:29:08 +0000767Versatile Express
768M: Peter Maydell <peter.maydell@linaro.org>
769L: qemu-arm@nongnu.org
770S: Maintained
771F: hw/arm/vexpress.c
772
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500773Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100774M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000775L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500776S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100777F: hw/*/versatile*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300778F: hw/misc/arm_sysctl.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500779
Thomas Huth95a5db32018-11-19 15:29:08 +0000780Virt
781M: Peter Maydell <peter.maydell@linaro.org>
782L: qemu-arm@nongnu.org
783S: Maintained
784F: hw/arm/virt*
785F: include/hw/arm/virt.h
786
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000787Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700788M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +0000789M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000790M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000791L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000792S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700793F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100794F: hw/*/cadence_*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200795F: hw/misc/zynq*
796F: include/hw/misc/zynq*
Alistair Franciscc0100f2016-07-28 09:55:39 -0700797X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000798
Alistair Francis137805f2015-08-25 15:45:07 +0100799Xilinx ZynqMP
Alistair Francisc22e5802018-03-01 11:05:58 +0000800M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700801M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000802M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000803L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100804S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700805F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200806F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +0100807F: include/hw/ssi/xilinx_spips.h
808F: hw/display/dpcd.c
809F: include/hw/display/dpcd.h
Alistair Francis137805f2015-08-25 15:45:07 +0100810
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100811ARM ACPI Subsystem
Zhaoshenglonge59f13d2017-12-13 17:59:26 +0000812M: Shannon Zhao <shannon.zhaosl@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000813L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100814S: Maintained
815F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100816
Alistair Francisa1f81932016-10-04 13:28:07 +0100817STM32F205
818M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000819M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100820L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100821S: Maintained
822F: hw/arm/stm32f205_soc.c
823F: hw/misc/stm32f2xx_syscfg.c
824F: hw/char/stm32f2xx_usart.c
825F: hw/timer/stm32f2xx_timer.c
826F: hw/adc/*
827F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -0300828F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +0100829
Alistair Francis529fc5f2020-01-17 14:09:29 +0000830STM32F405
831M: Alistair Francis <alistair@alistair23.me>
832M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100833L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +0000834S: Maintained
835F: hw/arm/stm32f405_soc.c
836F: hw/misc/stm32f4xx_syscfg.c
837F: hw/misc/stm32f4xx_exti.c
838
Alistair Francisa1f81932016-10-04 13:28:07 +0100839Netduino 2
840M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000841M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100842L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100843S: Maintained
844F: hw/arm/netduino2.c
845
Alistair Francis60d6c422020-01-17 14:09:29 +0000846Netduino Plus 2
847M: Alistair Francis <alistair@alistair23.me>
848M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100849L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +0000850S: Maintained
851F: hw/arm/netduinoplus2.c
852
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000853SmartFusion2
854M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000855M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100856L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000857S: Maintained
858F: hw/arm/msf2-soc.c
859F: hw/misc/msf2-sysreg.c
860F: hw/timer/mss-timer.c
861F: hw/ssi/mss-spi.c
862F: include/hw/arm/msf2-soc.h
863F: include/hw/misc/msf2-sysreg.h
864F: include/hw/timer/mss-timer.h
865F: include/hw/ssi/mss-spi.h
866
867Emcraft M2S-FG484
868M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000869M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100870L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000871S: Maintained
872F: hw/arm/msf2-som.c
873
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100874ASPEED BMCs
875M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000876M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100877R: Andrew Jeffery <andrew@aj.id.au>
878R: Joel Stanley <joel@jms.id.au>
879L: qemu-arm@nongnu.org
880S: Maintained
881F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +0000882F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100883F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +0000884F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100885F: hw/net/ftgmac100.c
886F: include/hw/net/ftgmac100.h
887
Joel Stanleyc0066d12018-09-25 14:02:30 +0100888NRF51
889M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +0000890M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +0100891L: qemu-arm@nongnu.org
892S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +0000893F: hw/*/nrf51*.c
894F: hw/*/microbit*.c
895F: include/hw/*/nrf51*.h
896F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200897F: tests/qtest/microbit-test.c
Joel Stanleyc0066d12018-09-25 14:02:30 +0100898
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500899CRIS Machines
900-------------
901Axis Dev88
902M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
903S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100904F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100905F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500906
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +0100907HP-PARISC Machines
908------------------
Helge Deller18092592019-12-20 22:15:07 +0100909HP B160L
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +0100910M: Richard Henderson <rth@twiddle.net>
911R: Helge Deller <deller@gmx.de>
912S: Odd Fixes
Philippe Mathieu-Daudéa2a82ad2020-01-29 20:03:16 +0100913F: default-configs/hppa-softmmu.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +0100914F: hw/hppa/
915F: pc-bios/hppa-firmware.img
916
Michael Walle07bf23a2011-02-17 23:45:18 +0100917LM32 Machines
918-------------
919EVR32 and uclinux BSP
920M: Michael Walle <michael@walle.cc>
921S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100922F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100923
Michael Walled118aa62011-03-07 23:32:45 +0100924milkymist
925M: Michael Walle <michael@walle.cc>
926S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100927F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100928
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100929M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500930-------------
931an5206
Thomas Huth5baf2742017-02-12 23:38:17 +0100932M: Thomas Huth <huth@tuxfamily.org>
933S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100934F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +0100935F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500936
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500937mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +0100938M: Thomas Huth <huth@tuxfamily.org>
939S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100940F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +0100941F: hw/m68k/mcf_intc.c
942F: hw/char/mcf_uart.c
943F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +0100944F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500945
Thomas Huth1810b812018-06-30 08:33:57 +0000946NeXTcube
947M: Thomas Huth <huth@tuxfamily.org>
948S: Odd Fixes
949F: hw/m68k/next-*.c
950F: hw/display/next-fb.c
951F: include/hw/m68k/next-cube.h
952
Laurent Vivier6dca62a2019-10-26 18:45:40 +0200953q800
954M: Laurent Vivier <laurent@vivier.eu>
955S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +0200956F: hw/m68k/q800.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +0200957F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +0200958F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +0200959F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +0200960F: hw/block/swim.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +0200961F: hw/m68k/bootinfo.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +0200962F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +0200963F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +0200964F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +0200965F: include/hw/block/swim.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +0200966
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500967MicroBlaze Machines
968-------------------
969petalogix_s3adsp1800
970M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
971S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +0100972F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +0100973F: include/hw/char/xilinx_uartlite.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500974
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000975petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +0100976M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000977S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100978F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000979
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500980MIPS Machines
981-------------
982Jazz
983M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic63640d62019-10-23 12:23:36 +0200984R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500985S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100986F: hw/mips/mips_jazz.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +0100987F: hw/display/jazz_led.c
988F: hw/dma/rc4030.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500989
990Malta
Aleksandar Markovic485cd982019-12-10 13:55:17 +0100991M: Aleksandar Markovic <amarkovic@wavecomp.com>
992M: Philippe Mathieu-Daudé <f4bug@amsat.org>
993R: Aurelien Jarno <aurelien@aurel32.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500994S: Maintained
Aleksandar Markovic60041372019-12-10 13:55:18 +0100995F: hw/isa/piix4.c
996F: hw/acpi/piix4.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100997F: hw/mips/mips_malta.c
Aleksandar Markovic93081f52019-06-20 15:33:12 +0200998F: hw/mips/gt64xxx_pci.c
Aleksandar Markovic60041372019-12-10 13:55:18 +0100999F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudéc47c3362019-05-23 18:18:32 +02001000F: tests/acceptance/linux_ssh_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001001
1002Mipssim
Aleksandar Markovic4872fee2018-08-02 16:15:48 +02001003M: Aleksandar Markovic <amarkovic@wavecomp.com>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001004R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001005S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001006F: hw/mips/mips_mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001007F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001008
1009R4000
1010M: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001011R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Philippe Mathieu-Daudéd32dc612019-11-25 11:41:03 +01001012S: Obsolete
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001013F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001014
Yongbok Kim659f42d2017-03-10 15:32:32 +00001015Fulong 2E
Aleksandar Markovic86eb0692019-12-10 13:55:16 +01001016M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic4872fee2018-08-02 16:15:48 +02001017M: Aleksandar Markovic <amarkovic@wavecomp.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001018S: Odd Fixes
1019F: hw/mips/mips_fulong2e.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001020F: hw/isa/vt82c686.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001021F: hw/pci-host/bonito.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001022F: include/hw/isa/vt82c686.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001023
1024Boston
Aleksandar Markovic4872fee2018-08-02 16:15:48 +02001025M: Paul Burton <pburton@wavecomp.com>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001026R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001027S: Maintained
1028F: hw/core/loader-fit.c
1029F: hw/mips/boston.c
1030F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001031F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001032
Jia Liu945dad62013-07-02 20:55:17 +08001033OpenRISC Machines
1034-----------------
1035or1k-sim
1036M: Jia Liu <proljc@gmail.com>
1037S: Maintained
1038F: hw/openrisc/openrisc_sim.c
1039
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001040PowerPC Machines
1041----------------
1042405
Alexander Grafbba8e232018-10-30 10:35:31 +01001043M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001044L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +00001045S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001046F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001047
Andreas Färberaaade8d2012-08-22 05:48:47 +00001048Bamboo
Alexander Grafbba8e232018-10-30 10:35:31 +01001049M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001050L: qemu-ppc@nongnu.org
1051S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001052F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +00001053
Andreas Färber98cded32012-08-22 05:48:45 +00001054e500
Alexander Grafbba8e232018-10-30 10:35:31 +01001055M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber98cded32012-08-22 05:48:45 +00001056L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001057S: Odd Fixes
Thomas Huthce6fc612019-01-30 17:22:25 +01001058F: hw/ppc/e500*
Thomas Huth2c6aba12019-01-02 16:57:56 +01001059F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001060F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001061F: hw/net/fsl_etsec/
1062F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001063F: include/hw/ppc/ppc_e500.h
1064F: include/hw/pci-host/ppce500.h
1065F: pc-bios/u-boot.e500
Andreas Färber98cded32012-08-22 05:48:45 +00001066
1067mpc8544ds
Alexander Grafbba8e232018-10-30 10:35:31 +01001068M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber98cded32012-08-22 05:48:45 +00001069L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001070S: Odd Fixes
Andreas Färber98cded32012-08-22 05:48:45 +00001071F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001072F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +00001073
Thomas Huth2c6aba12019-01-02 16:57:56 +01001074New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001075M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1076R: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001077L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001078S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001079F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001080F: hw/pci-host/uninorth.c
1081F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001082F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001083F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001084F: hw/nvram/mac_nvram.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001085F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001086F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001087F: include/hw/misc/mos6522.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001088F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001089F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001090F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001091F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001092
Thomas Huth2c6aba12019-01-02 16:57:56 +01001093Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001094M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1095R: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001096L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001097S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001098F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001099F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001100F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001101F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001102F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001103F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001104F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001105F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001106
Andreas Färberec38d392011-11-01 00:03:07 +01001107PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001108M: Hervé Poussineau <hpoussin@reactos.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001109L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001110S: Maintained
Andreas Färber75610152013-01-26 20:41:58 +01001111F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001112F: hw/ppc/prep_systemio.c
1113F: hw/ppc/rs6000_mc.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001114F: hw/pci-host/prep.[hc]
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001115F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001116F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001117F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001118F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001119F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001120F: include/hw/rtc/m48t59.h
Philippe Mathieu-Daudé71b290e2019-10-28 19:04:04 -04001121F: tests/acceptance/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001122
Andreas Färber300b1152016-01-18 18:19:35 +01001123sPAPR
David Gibson085eb212015-05-08 10:11:00 +10001124M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001125L: qemu-ppc@nongnu.org
1126S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001127F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001128F: include/hw/*/spapr*
1129F: hw/*/xics*
1130F: include/hw/*/xics*
Thomas Huthb5d55022016-09-05 22:03:36 +02001131F: pc-bios/slof.bin
1132F: docs/specs/ppc-spapr-hcalls.txt
1133F: docs/specs/ppc-spapr-hotplug.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001134F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001135F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001136F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001137F: tests/qtest/libqos/rtas*
Andreas Färber8a269ca2012-08-22 05:48:44 +00001138
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001139PowerNV (Non-Virtualized)
1140M: Cédric Le Goater <clg@kaod.org>
1141M: David Gibson <david@gibson.dropbear.id.au>
1142L: qemu-ppc@nongnu.org
1143S: Maintained
1144F: hw/ppc/pnv*
1145F: hw/intc/pnv*
1146F: hw/intc/xics_pnv.c
1147F: include/hw/ppc/pnv*
1148F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001149F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001150
Andreas Färber794d00b2012-08-22 05:48:48 +00001151virtex_ml507
1152M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1153L: qemu-ppc@nongnu.org
1154S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001155F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +00001156
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001157sam460ex
1158M: BALATON Zoltan <balaton@eik.bme.hu>
1159L: qemu-ppc@nongnu.org
1160S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001161F: hw/ppc/sam460ex.c
1162F: hw/ppc/ppc440_pcix.c
1163F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001164F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001165F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001166F: pc-bios/canyonlands.dt[sb]
1167F: pc-bios/u-boot-sam460ex-20100605.bin
1168F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001169
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001170SH4 Machines
1171------------
1172R2D
1173M: Magnus Damm <magnus.damm@gmail.com>
1174S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001175F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001176F: hw/intc/sh_intc.c
1177F: hw/timer/sh_timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001178
1179Shix
1180M: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001181S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001182F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001183
1184SPARC Machines
1185--------------
1186Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001187M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001188S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001189F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001190F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001191F: hw/display/cg3.c
1192F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001193F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001194F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001195F: hw/*/slavio_*.c
1196F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001197F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001198F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001199F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001200
1201Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001202M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001203S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001204F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001205F: hw/sparc64/sun4u_iommu.c
1206F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001207F: hw/pci-host/sabre.c
1208F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001209F: hw/pci-bridge/simba.c
1210F: include/hw/pci-bridge/simba.h
1211F: pc-bios/openbios-sparc64
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001212
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001213Sun4v
1214M: Artyom Tarasenko <atar4qemu@gmail.com>
1215S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001216F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001217F: hw/rtc/sun4v-rtc.c
1218F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001219
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001220Leon3
1221M: Fabien Chouteau <chouteau@adacore.com>
KONRAD Frederic918b8ad2019-05-15 14:31:33 +02001222M: KONRAD Frederic <frederic.konrad@adacore.com>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001223S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001224F: hw/sparc/leon3.c
1225F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001226F: include/hw/*/grlib*
Philippe Mathieu-Daudéb11785c2019-10-28 19:04:04 -04001227F: tests/acceptance/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001228
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001229S390 Machines
1230-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001231S390 Virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001232M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001233M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +01001234M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001235S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +02001236F: hw/char/sclp*.[hc]
Christian Borntraeger9d1c4442017-09-18 15:04:55 +02001237F: hw/char/terminal3270.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001238F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001239F: include/hw/s390x/
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001240F: hw/watchdog/wdt_diag288.c
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001241F: include/hw/watchdog/wdt_diag288.h
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001242F: default-configs/s390x-softmmu.mak
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001243T: git https://github.com/cohuck/qemu.git s390-next
1244T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001245L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001246
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001247S390-ccw boot
Cornelia Huck304584b2018-01-15 16:14:45 +01001248M: Christian Borntraeger <borntraeger@de.ibm.com>
1249M: Thomas Huth <thuth@redhat.com>
1250S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001251F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001252F: pc-bios/s390-ccw/
1253F: pc-bios/s390-ccw.img
Jason J. Herneefa47d32019-04-04 10:34:34 -04001254F: docs/devel/s390-dasd-ipl.txt
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001255T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001256L: qemu-s390x@nongnu.org
1257
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001258S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001259M: Matthew Rosato <mjrosato@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001260S: Supported
1261F: hw/s390x/s390-pci*
1262L: qemu-s390x@nongnu.org
1263
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001264UniCore32 Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +02001265------------------
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001266PKUnity-3 SoC initramfs-with-busybox
1267M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1268S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001269F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001270F: hw/unicore32/
1271
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001272X86 Machines
1273------------
1274PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001275M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001276M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001277S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001278F: include/hw/i386/
1279F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001280F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001281F: hw/pci-host/q35.c
1282F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001283F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001284F: include/hw/pci-host/q35.h
1285F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001286F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001287F: hw/isa/lpc_ich9.c
1288F: hw/i2c/smbus_ich9.c
1289F: hw/acpi/piix4.c
1290F: hw/acpi/ich9.c
1291F: include/hw/acpi/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001292F: include/hw/southbridge/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001293F: hw/misc/sga.c
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001294F: hw/isa/apm.c
1295F: include/hw/isa/apm.h
1296F: tests/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001297F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001298
1299PC Chipset
1300M: Michael S. Tsirkin <mst@redhat.com>
1301M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001302S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001303F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001304F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001305F: hw/char/serial*
1306F: hw/dma/i8257*
1307F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001308F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001309F: hw/intc/apic*
1310F: hw/intc/ioapic*
1311F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001312F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001313F: hw/misc/debugexit.c
1314F: hw/misc/pc-testdev.c
1315F: hw/timer/hpet*
1316F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001317F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001318F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001319F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001320F: include/hw/display/vga.h
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001321F: include/hw/char/parallel.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001322F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001323F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001324F: include/hw/input/i8042.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001325F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001326F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001327F: include/hw/timer/hpet.h
1328F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001329F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001330
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001331microvm
1332M: Sergio Lopez <slp@redhat.com>
1333M: Paolo Bonzini <pbonzini@redhat.com>
1334S: Maintained
1335F: docs/microvm.rst
1336F: hw/i386/microvm.c
1337F: include/hw/i386/microvm.h
1338F: pc-bios/bios-microvm.bin
1339
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001340Machine core
1341M: Eduardo Habkost <ehabkost@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001342M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001343S: Supported
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001344F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001345F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001346F: hw/core/machine.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001347F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001348F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001349F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001350F: qapi/machine.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001351F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001352F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001353F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001354F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001355F: include/sysemu/numa.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001356T: git https://github.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001357
Max Filippov16e7caa2011-09-06 03:55:56 +04001358Xtensa Machines
1359---------------
Max Filippov375847a2011-10-28 02:11:05 +04001360sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001361M: Max Filippov <jcmvbkbc@gmail.com>
1362S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001363F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001364
Max Filippovd9e85532018-09-10 16:33:24 -07001365virt
1366M: Max Filippov <jcmvbkbc@gmail.com>
1367S: Maintained
1368F: hw/xtensa/virt.c
1369
Max Filippov437a8c12014-10-22 07:25:42 +04001370XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001371M: Max Filippov <jcmvbkbc@gmail.com>
1372S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001373F: hw/xtensa/xtfpga.c
1374F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001375
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001376Devices
1377-------
Jiri Slabyb30934c2015-01-21 17:48:33 +01001378EDU
1379M: Jiri Slaby <jslaby@suse.cz>
1380S: Maintained
1381F: hw/misc/edu.c
1382
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001383IDE
John Snowc0953482015-03-04 23:37:55 -05001384M: John Snow <jsnow@redhat.com>
1385L: qemu-block@nongnu.org
1386S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001387F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001388F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001389F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001390F: hw/block/block.c
1391F: hw/block/cdrom.c
1392F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001393F: tests/qtest/ide-test.c
1394F: tests/qtest/ahci-test.c
1395F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001396F: tests/qtest/libqos/ahci*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001397T: git https://github.com/jnsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001398
Corey Minyardcaf316b2017-12-07 14:55:31 -06001399IPMI
1400M: Corey Minyard <minyard@acm.org>
1401S: Maintained
1402F: include/hw/ipmi/*
1403F: hw/ipmi/*
1404F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001405F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001406T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001407
John Snowc0953482015-03-04 23:37:55 -05001408Floppy
1409M: John Snow <jsnow@redhat.com>
1410L: qemu-block@nongnu.org
1411S: Supported
1412F: hw/block/fdc.c
1413F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001414F: tests/qtest/fdc-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001415T: git https://github.com/jnsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001416
Peter Maydellf5f487b2011-09-17 17:26:15 +01001417OMAP
1418M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001419L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001420S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001421F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001422F: include/hw/arm/omap.h
Peter Maydellf5f487b2011-09-17 17:26:15 +01001423
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001424IPack
1425M: Alberto Garcia <berto@igalia.com>
1426S: Odd Fixes
1427F: hw/char/ipoctal232.c
1428F: hw/ipack/
1429
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001430PCI
1431M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001432M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001433S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001434F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001435F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001436F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001437F: hw/pci-bridge/*
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001438F: docs/pci*
1439F: docs/specs/*pci*
Fam Zheng534fd812017-10-13 16:53:55 +08001440F: default-configs/pci.mak
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001441
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001442ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001443M: Michael S. Tsirkin <mst@redhat.com>
1444M: Igor Mammedov <imammedo@redhat.com>
1445S: Supported
1446F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001447F: include/hw/firmware/smbios.h
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001448F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001449F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001450F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001451F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001452F: hw/arm/virt-acpi-build.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001453F: tests/qtest/bios-tables-test.c
1454F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001455F: tests/data/acpi/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001456
Andreas Färberaaade8d2012-08-22 05:48:47 +00001457ppc4xx
Alexander Grafbba8e232018-10-30 10:35:31 +01001458M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001459L: qemu-ppc@nongnu.org
1460S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001461F: hw/ppc/ppc4*.c
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001462F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001463F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001464F: include/hw/i2c/ppc4xx_i2c.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00001465
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001466Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001467M: Marc-André Lureau <marcandre.lureau@redhat.com>
1468R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001469S: Odd Fixes
1470F: hw/char/
1471
Paolo Bonzinif536f112015-09-22 11:40:00 +02001472Network devices
1473M: Jason Wang <jasowang@redhat.com>
1474S: Odd Fixes
1475F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03001476F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001477F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01001478F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001479T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02001480
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001481Parallel NOR Flash devices
1482M: Philippe Mathieu-Daudé <philmd@redhat.com>
1483T: git https://gitlab.com/philmd/qemu.git pflash-next
1484S: Maintained
1485F: hw/block/pflash_cfi*.c
1486F: include/hw/block/flash.h
1487
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001488SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001489M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001490R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001491S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02001492F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001493F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001494F: tests/qtest/virtio-scsi-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001495T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001496
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001497SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00001498M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001499S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001500F: hw/ssi/*
1501F: hw/block/m25p80.c
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03001502F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01001503X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001504F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01001505
1506Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00001507M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01001508S: Maintained
1509F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001510
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001511SD (Secure Card)
1512M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1513S: Odd Fixes
1514F: include/hw/sd/sd*
1515F: hw/sd/core.c
1516F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02001517F: hw/sd/ssi-sd.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001518F: tests/qtest/sd*
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001519
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001520USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01001521M: Gerd Hoffmann <kraxel@redhat.com>
1522S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001523F: hw/usb/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001524F: tests/qtest/usb-*-test.c
Thomas Huthbeded0f2016-02-25 10:36:05 +01001525F: docs/usb2.txt
1526F: docs/usb-storage.txt
1527F: include/hw/usb.h
1528F: include/hw/usb/
Philippe Mathieu-Daudé104ebc52017-09-08 14:36:24 -03001529F: default-configs/usb.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001530
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001531USB (serial adapter)
1532M: Gerd Hoffmann <kraxel@redhat.com>
1533M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1534S: Maintained
1535F: hw/usb/dev-serial.c
1536
Alex Williamson92e1fb52012-09-26 11:19:39 -06001537VFIO
1538M: Alex Williamson <alex.williamson@redhat.com>
1539S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07001540F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07001541F: include/hw/vfio/
Alex Williamson92e1fb52012-09-26 11:19:39 -06001542
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001543vfio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001544M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger79139382018-10-29 16:42:22 +01001545M: Eric Farman <farman@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001546S: Supported
1547F: hw/vfio/ccw.c
1548F: hw/s390x/s390-ccw.c
1549F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04001550F: include/hw/s390x/vfio-ccw.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001551T: git https://github.com/cohuck/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001552L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001553
Tony Krowiaka51b3152018-10-10 13:03:06 -04001554vfio-ap
1555M: Christian Borntraeger <borntraeger@de.ibm.com>
1556M: Tony Krowiak <akrowiak@linux.ibm.com>
1557M: Halil Pasic <pasic@linux.ibm.com>
1558M: Pierre Morel <pmorel@linux.ibm.com>
1559S: Supported
1560F: hw/s390x/ap-device.c
1561F: hw/s390x/ap-bridge.c
1562F: include/hw/s390x/ap-device.h
1563F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04001564F: hw/vfio/ap.c
Tony Krowiak694a8d72018-10-10 13:03:08 -04001565F: docs/vfio-ap.txt
Tony Krowiaka51b3152018-10-10 13:03:06 -04001566L: qemu-s390x@nongnu.org
1567
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001568vhost
1569M: Michael S. Tsirkin <mst@redhat.com>
1570S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001571F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01001572F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01001573F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01001574F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02001575F: backends/vhost-user.c
1576F: include/sysemu/vhost-user-backend.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001577
1578virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02001579M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001580S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001581F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02001582F: hw/virtio/Makefile.objs
1583F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02001584F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01001585F: include/hw/virtio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001586
1587virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02001588M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck28226022020-02-08 09:24:19 +01001589R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Greg Kurze410bbc2019-10-10 12:36:28 +02001590S: Odd Fixes
Andreas Färberaebeca22012-04-13 17:19:12 +02001591F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02001592X: hw/9pfs/xen-9p*
Andreas Färberaebeca22012-04-13 17:19:12 +02001593F: fsdev/
Peter Maydell78813582020-01-24 16:26:06 +00001594F: docs/interop/virtfs-proxy-helper.rst
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001595F: tests/qtest/virtio-9p-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001596T: git https://github.com/gkurz/qemu.git 9p-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001597
1598virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001599M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001600L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001601S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001602F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001603F: hw/block/dataplane/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001604F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001605T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001606
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001607virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001608M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01001609M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001610S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02001611F: hw/s390x/virtio-ccw*.[hc]
Thomas Huthd8d4d622018-07-25 14:20:22 +02001612F: hw/s390x/vhost-vsock-ccw.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001613T: git https://github.com/cohuck/qemu.git s390-next
1614T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001615L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001616
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001617virtiofs
1618M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1619M: Stefan Hajnoczi <stefanha@redhat.com>
1620S: Supported
1621F: tools/virtiofsd/*
1622F: hw/virtio/vhost-user-fs*
1623F: include/hw/virtio/vhost-user-fs.h
Stefan Hajnoczi6a7e2bb2020-02-07 16:29:51 +00001624F: docs/interop/virtiofsd.rst
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001625
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001626virtio-input
1627M: Gerd Hoffmann <kraxel@redhat.com>
1628S: Maintained
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02001629F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001630F: hw/input/virtio-input*.c
1631F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02001632F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001633
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001634virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02001635M: Laurent Vivier <lvivier@redhat.com>
1636R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001637S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001638F: hw/char/virtio-serial-bus.c
1639F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05301640F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001641F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001642
Amit Shah1f51a5c2014-11-18 18:01:26 +05301643virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02001644M: Laurent Vivier <lvivier@redhat.com>
1645R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05301646S: Supported
1647F: hw/virtio/virtio-rng.c
1648F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01001649F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05301650F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001651F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05301652
Gonglei60340112016-10-28 16:33:31 +08001653virtio-crypto
1654M: Gonglei <arei.gonglei@huawei.com>
1655S: Supported
1656F: hw/virtio/virtio-crypto.c
1657F: hw/virtio/virtio-crypto-pci.c
1658F: include/hw/virtio/virtio-crypto.h
1659
Keith Buschf3c507a2013-06-04 09:17:10 -06001660nvme
1661M: Keith Busch <keith.busch@intel.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001662L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06001663S: Supported
1664F: hw/block/nvme*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001665F: tests/qtest/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -06001666
Hannes Reinecked383c622014-04-16 16:44:19 +02001667megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03001668M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001669L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02001670S: Supported
1671F: hw/scsi/megasas.c
1672F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001673F: tests/qtest/megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02001674
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001675Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001676M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001677S: Maintained
1678F: include/net/eth.h
1679F: net/eth.c
1680F: hw/net/net_rx_pkt*
1681F: hw/net/net_tx_pkt*
1682
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001683Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001684M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001685S: Maintained
1686F: hw/net/vmxnet*
1687F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001688F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001689
Scott Feldmande24d3f2015-03-13 21:09:32 -07001690Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07001691M: Jiri Pirko <jiri@resnulli.us>
1692S: Maintained
1693F: hw/net/rocker/
Thomas Huthde850942016-09-27 16:33:46 +02001694F: tests/rocker/
1695F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07001696
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001697NVDIMM
Xiao Guangrong7a5bd532017-03-21 13:33:57 +08001698M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001699S: Maintained
1700F: hw/acpi/nvdimm.c
1701F: hw/mem/nvdimm.c
1702F: include/hw/mem/nvdimm.h
Philippe Mathieu-Daudée2e254d2018-11-25 21:49:56 +01001703F: docs/nvdimm.txt
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001704
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001705e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001706M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001707S: Maintained
1708F: hw/net/e1000x*
1709
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001710e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001711M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001712S: Maintained
1713F: hw/net/e1000e*
1714
Stefan Weilebc23272017-11-16 20:49:02 +01001715eepro100
1716M: Stefan Weil <sw@weilnetz.de>
1717S: Maintained
1718F: hw/net/eepro100.c
1719
Sven Schnelle34ea0232019-10-23 10:42:44 +02001720tulip
1721M: Sven Schnelle <svens@stackframe.org>
1722S: Maintained
1723F: hw/net/tulip.c
1724F: hw/net/tulip.h
1725
Alistair Francise481a1f2016-10-04 13:28:09 +01001726Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00001727M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01001728S: Maintained
1729F: hw/core/generic-loader.c
1730F: include/hw/core/generic-loader.h
Philippe Mathieu-Daudéc5e2ac72017-09-08 14:36:29 -03001731F: docs/generic-loader.txt
Alistair Francise481a1f2016-10-04 13:28:09 +01001732
Su Hang645d3cb2018-08-16 14:05:28 +01001733Intel Hexadecimal Object File Loader
1734M: Su Hang <suhang16@mails.ucas.ac.cn>
1735S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001736F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00001737F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01001738
Thomas Huth87a90232016-11-08 12:46:22 +01001739CHRP NVRAM
1740M: Thomas Huth <thuth@redhat.com>
1741S: Maintained
1742F: hw/nvram/chrp_nvram.c
1743F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001744F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01001745
Ben Warren42697d82017-02-16 15:15:40 -08001746VM Generation ID
1747M: Ben Warren <ben@skyportsystems.com>
1748S: Maintained
1749F: hw/acpi/vmgenid.c
1750F: include/hw/acpi/vmgenid.h
1751F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001752F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08001753F: stubs/vmgenid.c
1754
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03001755Unimplemented device
1756M: Peter Maydell <peter.maydell@linaro.org>
1757R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1758S: Maintained
1759F: include/hw/misc/unimp.h
1760F: hw/misc/unimp.c
1761
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001762Standard VGA
1763M: Gerd Hoffmann <kraxel@redhat.com>
1764S: Maintained
1765F: hw/display/vga*
1766F: hw/display/bochs-display.c
1767F: include/hw/display/vga.h
1768F: include/hw/display/bochs-vbe.h
1769
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02001770ramfb
1771M: Gerd Hoffmann <kraxel@redhat.com>
1772S: Maintained
1773F: hw/display/ramfb*.c
1774F: include/hw/display/ramfb.h
1775
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001776virtio-gpu
1777M: Gerd Hoffmann <kraxel@redhat.com>
1778S: Maintained
1779F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02001780F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001781F: include/hw/virtio/virtio-gpu.h
1782
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02001783vhost-user-gpu
1784M: Marc-André Lureau <marcandre.lureau@redhat.com>
1785M: Gerd Hoffmann <kraxel@redhat.com>
1786S: Maintained
1787F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02001788F: contrib/vhost-user-gpu
1789F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02001790
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001791Cirrus VGA
1792M: Gerd Hoffmann <kraxel@redhat.com>
1793S: Odd Fixes
1794W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1795F: hw/display/cirrus*
1796
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02001797EDID Generator
1798M: Gerd Hoffmann <kraxel@redhat.com>
1799S: Maintained
1800F: hw/display/edid*
1801F: include/hw/display/edid.h
1802F: qemu-edid.c
1803
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01001804PIIX4 South Bridge (i82371AB)
1805M: Hervé Poussineau <hpoussin@reactos.org>
1806M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1807S: Maintained
1808F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001809F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01001810
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001811Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé6f75e3f2019-01-17 17:13:55 +01001812M: Philippe Mathieu-Daudé <philmd@redhat.com>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001813R: Laszlo Ersek <lersek@redhat.com>
1814R: Gerd Hoffmann <kraxel@redhat.com>
1815S: Supported
1816F: docs/specs/fw_cfg.txt
1817F: hw/nvram/fw_cfg.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02001818F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001819F: include/hw/nvram/fw_cfg.h
1820F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02001821F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001822F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001823T: git https://github.com/philmd/qemu.git fw_cfg-next
1824
Thomas Huth2313abf2019-01-30 16:45:40 +01001825XIVE
1826M: David Gibson <david@gibson.dropbear.id.au>
1827M: Cédric Le Goater <clg@kaod.org>
1828L: qemu-ppc@nongnu.org
1829S: Supported
1830F: hw/*/*xive*
1831F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02001832F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01001833
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001834Subsystems
1835----------
1836Audio
Gerd Hoffmann9f575842013-09-24 10:26:24 +02001837M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001838S: Maintained
1839F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001840F: hw/audio/
Thomas Hutha2b245a2016-09-23 15:19:10 +02001841F: include/hw/audio/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001842F: tests/qtest/ac97-test.c
1843F: tests/qtest/es1370-test.c
1844F: tests/qtest/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001845
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01001846Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001847M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02001848M: Max Reitz <mreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001849L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001850S: Supported
1851F: block*
1852F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001853F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02001854F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02001855F: qemu-img*
Peter Maydelle13c59f2020-01-24 16:26:03 +00001856F: docs/interop/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02001857F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02001858F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02001859F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02001860F: qobject/block-qdict.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001861F: tests/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00001862T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001863
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001864Block I/O path
1865M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001866M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001867L: qemu-block@nongnu.org
1868S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02001869F: util/async.c
1870F: util/aio-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001871F: block/io.c
1872F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08001873F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00001874F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03001875F: scripts/qemugdb/aio.py
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001876T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001877
Paolo Bonzinie5b57282017-08-22 07:08:27 +02001878Block SCSI subsystem
1879M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001880R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02001881L: qemu-block@nongnu.org
1882S: Supported
1883F: include/scsi/*
1884F: scsi/*
1885
Jeff Cody280458a2015-03-06 12:16:06 -05001886Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04001887M: John Snow <jsnow@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001888L: qemu-block@nongnu.org
1889S: Supported
1890F: blockjob.c
1891F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02001892F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02001893F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001894F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05001895F: block/backup.c
1896F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05001897F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05001898F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02001899F: qapi/job.json
Jeff Cody03283d62018-09-26 14:05:32 -04001900T: git https://github.com/jnsnow/qemu.git jobs
Jeff Cody280458a2015-03-06 12:16:06 -05001901
Markus Armbruster41202012015-05-20 13:23:46 +02001902Block QAPI, monitor, command line
1903M: Markus Armbruster <armbru@redhat.com>
1904S: Supported
1905F: blockdev.c
1906F: block/qapi.c
1907F: qapi/block*.json
Markus Armbrusterfa988e32017-08-24 21:14:02 +02001908F: qapi/transaction.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00001909T: git https://repo.or.cz/qemu/armbru.git block-next
Markus Armbruster41202012015-05-20 13:23:46 +02001910
John Snow538193b2016-08-04 14:18:51 -04001911Dirty Bitmaps
John Snow538193b2016-08-04 14:18:51 -04001912M: John Snow <jsnow@redhat.com>
John Snow4a189fd2019-10-05 15:44:48 -04001913R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
John Snow538193b2016-08-04 14:18:51 -04001914L: qemu-block@nongnu.org
1915S: Supported
John Snow538193b2016-08-04 14:18:51 -04001916F: include/qemu/hbitmap.h
1917F: include/block/dirty-bitmap.h
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03001918F: block/dirty-bitmap.c
1919F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03001920F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03001921F: util/hbitmap.c
John Snow538193b2016-08-04 14:18:51 -04001922F: tests/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03001923F: docs/interop/bitmaps.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001924T: git https://github.com/jnsnow/qemu.git bitmaps
John Snow538193b2016-08-04 14:18:51 -04001925
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001926Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04001927M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001928R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001929S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03001930F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04001931F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02001932F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001933
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001934Character Devices (Braille)
1935M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1936S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04001937F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001938
Markus Armbrustere94630d2017-03-20 13:55:48 +01001939Command line option argument parsing
1940M: Markus Armbruster <armbru@redhat.com>
1941S: Supported
1942F: include/qemu/option.h
1943F: tests/test-keyval.c
1944F: tests/test-qemu-opts.c
1945F: util/keyval.c
1946F: util/qemu-option.c
1947
Markus Armbruster8c413e72015-01-28 11:29:57 +01001948Coverity model
1949M: Markus Armbruster <armbru@redhat.com>
1950S: Supported
1951F: scripts/coverity-model.c
1952
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001953Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07001954M: Alistair Francis <alistair.francis@wdc.com>
1955R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001956S: Maintained
Thomas Huth82407512015-12-17 15:25:12 +01001957F: device_tree.c
1958F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10001959
Marc-André Lureau3505a222017-09-11 18:59:29 +02001960Dump
1961S: Supported
1962M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02001963F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02001964F: hw/misc/vmcoreinfo.c
1965F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02001966F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02001967F: include/sysemu/dump-arch.h
1968F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02001969F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02001970F: scripts/dump-guest-memory.py
1971F: stubs/dump.c
1972
Markus Armbruster4f966762015-09-12 13:29:56 +02001973Error reporting
1974M: Markus Armbruster <armbru@redhat.com>
1975S: Supported
1976F: include/qapi/error.h
1977F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02001978F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02001979F: util/error.c
1980F: util/qemu-error.c
1981
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001982GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01001983M: Alex Bennée <alex.bennee@linaro.org>
1984R: Philippe Mathieu-Daudé <philmd@redhat.com>
1985S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001986F: gdbstub*
1987F: gdb-xml/
1988
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001989Memory API
1990M: Paolo Bonzini <pbonzini@redhat.com>
1991S: Supported
1992F: include/exec/ioport.h
1993F: ioport.c
Tony Nguyen14776ab2019-08-24 04:10:58 +10001994F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001995F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01001996F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01001997F: include/exec/ramblock.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02001998F: memory.c
1999F: include/exec/memory-internal.h
2000F: exec.c
2001
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002002SPICE
2003M: Gerd Hoffmann <kraxel@redhat.com>
2004S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01002005F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002006F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002007F: ui/spice-*.c
2008F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002009F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002010F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002011F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002012
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002013Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002014M: Gerd Hoffmann <kraxel@redhat.com>
2015S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002016F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002017F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002018F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002019F: util/drm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002020
Andreas Färber351f1bf2011-10-30 18:08:01 +01002021Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002022M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002023S: Odd Fixes
2024F: ui/cocoa.m
2025
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002026Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002027M: Paolo Bonzini <pbonzini@redhat.com>
2028S: Maintained
2029F: cpus.c
Markus Armbruster54d31232019-08-12 07:23:59 +02002030F: include/qemu/main-loop.h
2031F: include/sysemu/runstate.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002032F: util/main-loop.c
2033F: util/qemu-timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002034F: vl.c
Markus Armbruster0e201d32017-08-24 21:13:57 +02002035F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002036
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002037Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02002038M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05002039S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02002040F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02002041F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002042F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002043F: monitor/hmp*
2044F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02002045F: hmp-commands*.hx
2046F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002047F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02002048F: include/qemu/qemu-print.h
2049F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002050
Paolo Bonzinif536f112015-09-22 11:40:00 +02002051Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00002052M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002053S: Maintained
2054F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01002055F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02002056F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002057T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02002058F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002059
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01002060Netmap network backend
2061M: Luigi Rizzo <rizzo@iet.unipi.it>
2062M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2063M: Vincenzo Maffione <v.maffione@gmail.com>
2064W: http://info.iet.unipi.it/~luigi/netmap/
2065S: Maintained
2066F: net/netmap.c
2067
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002068Host Memory Backends
2069M: Eduardo Habkost <ehabkost@redhat.com>
2070M: Igor Mammedov <imammedo@redhat.com>
2071S: Maintained
2072F: backends/hostmem*.c
2073F: include/sysemu/hostmem.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002074T: git https://github.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002075
Gonglei60340112016-10-28 16:33:31 +08002076Cryptodev Backends
2077M: Gonglei <arei.gonglei@huawei.com>
2078S: Maintained
2079F: include/sysemu/cryptodev*.h
2080F: backends/cryptodev*.c
2081
Eduardo Habkostad904f62017-09-15 20:07:44 -03002082Python scripts
2083M: Eduardo Habkost <ehabkost@redhat.com>
2084M: Cleber Rosa <crosa@redhat.com>
2085S: Odd fixes
Cleber Rosa1b6ee292019-10-28 19:04:04 -04002086F: python/qemu/*py
Eduardo Habkostad904f62017-09-15 20:07:44 -03002087F: scripts/*.py
2088F: tests/*.py
2089
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002090QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04002091M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002092M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04002093S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002094F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002095X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002096F: include/qapi/
2097X: include/qapi/qmp/
2098F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02002099F: tests/qapi-schema/
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002100F: tests/test-*-visitor.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002101F: tests/test-qapi-*.c
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002102F: tests/test-qmp-*.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002103F: tests/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02002104F: scripts/qapi-gen.py
2105F: scripts/qapi/*
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002106F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002107T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002108
Luiz Capitulino7810d292013-06-03 11:11:53 -04002109QAPI Schema
2110M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04002111M: Markus Armbruster <armbru@redhat.com>
2112S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002113F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002114T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04002115
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002116QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02002117M: Markus Armbruster <armbru@redhat.com>
2118S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002119F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002120F: include/qapi/qmp/
2121X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05002122F: scripts/coccinelle/qobject.cocci
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002123F: tests/check-qdict.c
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002124F: tests/check-qjson.c
2125F: tests/check-qlist.c
Philippe Mathieu-Daudécd81e022018-12-18 12:56:08 +01002126F: tests/check-qlit.c
2127F: tests/check-qnull.c
2128F: tests/check-qnum.c
2129F: tests/check-qobject.c
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002130F: tests/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01002131F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002132T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002133
Michael Rothf05d9992014-10-22 07:05:36 -05002134QEMU Guest Agent
2135M: Michael Roth <mdroth@linux.vnet.ibm.com>
2136S: Maintained
2137F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01002138F: docs/interop/qemu-ga.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03002139F: scripts/qemu-guest-agent/
2140F: tests/test-qga.c
2141F: docs/interop/qemu-ga-ref.texi
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002142T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05002143
Andreas Färber4688c942014-04-24 15:00:14 +02002144QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02002145M: Paolo Bonzini <pbonzini@redhat.com>
2146R: Daniel P. Berrange <berrange@redhat.com>
2147R: Eduardo Habkost <ehabkost@redhat.com>
Andreas Färber4688c942014-04-24 15:00:14 +02002148S: Supported
Markus Armbruster8f920052019-06-24 16:48:19 +02002149F: docs/qdev-device-use.txt
2150F: hw/core/qdev*
2151F: include/hw/qdev*
2152F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02002153F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02002154F: qapi/qom.json
2155F: qapi/qdev.json
Markus Armbruster8f920052019-06-24 16:48:19 +02002156F: qdev-monitor.c
Andreas Färber4688c942014-04-24 15:00:14 +02002157F: qom/
Andreas Färber9f4aa7c2015-11-18 19:03:29 +01002158F: tests/check-qom-interface.c
2159F: tests/check-qom-proplist.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002160F: tests/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02002161
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002162QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04002163M: Markus Armbruster <armbru@redhat.com>
2164S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02002165F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002166F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02002167F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002168F: monitor/monitor.c
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002169F: qapi/error.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002170F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01002171F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04002172F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002173F: tests/qtest/qmp-test.c
2174F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002175T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002176
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002177qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002178M: Thomas Huth <thuth@redhat.com>
2179M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002180R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002181S: Maintained
2182F: qtest.c
Eduardo Habkost3fe13fe2019-04-22 18:04:46 -03002183F: accel/qtest.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002184F: tests/qtest/
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002185
Alistair Franciscc0100f2016-07-28 09:55:39 -07002186Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00002187M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07002188S: Maintained
2189F: hw/core/register.c
2190F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03002191F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07002192
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002193SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02002194M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02002195S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002196F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01002197F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01002198F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02002199T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002200
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02002201Stubs
2202M: Paolo Bonzini <pbonzini@redhat.com>
2203S: Maintained
2204F: stubs/
2205
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002206Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02002207M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002208S: Maintained
2209F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02002210F: trace-events
2211F: qemu-option-trace.texi
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02002212F: scripts/tracetool.py
2213F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00002214F: scripts/qemu-trace-stap*
Peter Maydell605ffeb2020-01-24 16:26:05 +00002215F: docs/interop/qemu-trace-stap.rst
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002216F: docs/devel/tracing.txt
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002217T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002218
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002219TPM
Stefan Berger1f636692018-10-30 17:34:09 -04002220M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04002221S: Maintained
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002222F: tpm.c
Philippe Mathieu-Daudéc39f95d2017-10-24 09:20:43 -03002223F: stubs/tpm.c
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002224F: hw/tpm/*
2225F: include/hw/acpi/tpm.h
2226F: include/sysemu/tpm*
2227F: qapi/tpm.json
Stefan Berger6b4f2502017-09-07 16:16:24 -04002228F: backends/tpm.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002229F: tests/qtest/*tpm*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002230T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002231
Blue Swirl14f40fd2011-11-26 09:51:23 +00002232Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00002233S: Odd Fixes
2234F: scripts/checkpatch.pl
2235
Juan Quintelac0787c82014-10-15 10:34:50 +02002236Migration
2237M: Juan Quintela <quintela@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00002238M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02002239S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04002240F: hw/core/vmstate-if.c
2241F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02002242F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00002243F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05302244F: scripts/vmstate-static-checker.py
2245F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002246F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002247F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02002248F: qapi/migration.json
Juan Quintelac0787c82014-10-15 10:34:50 +02002249
Marc-André Lureaua5669072019-09-12 16:03:32 +04002250D-Bus
2251M: Marc-André Lureau <marcandre.lureau@redhat.com>
2252S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002253F: backends/dbus-vmstate.c
Marc-André Lureau586ca6b2019-09-27 12:39:08 +04002254F: tests/dbus-vmstate*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002255F: util/dbus.c
2256F: include/qemu/dbus.h
Marc-André Lureaua5669072019-09-12 16:03:32 +04002257F: docs/interop/dbus.rst
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002258F: docs/interop/dbus-vmstate.rst
Marc-André Lureaua5669072019-09-12 16:03:32 +04002259
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002260Seccomp
otubo064983c2017-06-22 09:58:00 +02002261M: Eduardo Otubo <otubo@redhat.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002262S: Supported
2263F: qemu-seccomp.c
2264F: include/sysemu/seccomp.h
2265
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002266Cryptography
2267M: Daniel P. Berrange <berrange@redhat.com>
2268S: Maintained
2269F: crypto/
2270F: include/crypto/
2271F: tests/test-crypto-*
Philippe Mathieu-Daudé3947ecf2017-09-08 14:36:30 -03002272F: tests/benchmark-crypto-*
Philippe Mathieu-Daudé4d211712018-12-18 12:56:09 +01002273F: tests/crypto-tls-*
2274F: tests/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00002275F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002276
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002277Coroutines
2278M: Stefan Hajnoczi <stefanha@redhat.com>
2279M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002280S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002281F: util/*coroutine*
2282F: include/qemu/coroutine*
2283F: tests/test-coroutine.c
2284
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002285Buffers
2286M: Daniel P. Berrange <berrange@redhat.com>
2287S: Odd fixes
2288F: util/buffer.c
2289F: include/qemu/buffer.h
2290
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002291I/O Channels
2292M: Daniel P. Berrange <berrange@redhat.com>
2293S: Maintained
2294F: io/
2295F: include/io/
2296F: tests/test-io-*
2297
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002298User authorization
2299M: Daniel P. Berrange <berrange@redhat.com>
2300S: Maintained
2301F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01002302F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002303F: include/authz/
2304F: tests/test-authz-*
2305
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002306Sockets
2307M: Daniel P. Berrange <berrange@redhat.com>
2308M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002309S: Maintained
2310F: include/qemu/sockets.h
2311F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02002312F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002313
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002314File monitor
2315M: Daniel P. Berrange <berrange@redhat.com>
2316S: Odd fixes
2317F: util/filemonitor*.c
2318F: include/qemu/filemonitor.h
2319F: tests/test-util-filemonitor.c
2320
Alberto Garciad310d852016-02-18 12:27:10 +02002321Throttling infrastructure
2322M: Alberto Garcia <berto@igalia.com>
2323S: Supported
2324F: block/throttle-groups.c
2325F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002326F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02002327F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002328F: docs/throttle.txt
2329F: tests/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02002330L: qemu-block@nongnu.org
2331
Fam Zheng080d7aa2016-09-21 12:27:25 +08002332UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08002333M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08002334S: Supported
2335F: util/uuid.c
2336F: include/qemu/uuid.h
2337F: tests/test-uuid.c
2338
zhanghailianga4cc3182016-10-27 14:43:09 +08002339COLO Framework
2340M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2341S: Maintained
2342F: migration/colo*
2343F: include/migration/colo.h
2344F: include/migration/failover.h
2345F: docs/COLO-FT.txt
2346
Zhang Chen88f82ed2016-09-27 10:22:35 +08002347COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08002348M: Zhang Chen <chen.zhang@intel.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08002349M: Li Zhijian <lizhijian@cn.fujitsu.com>
2350S: Supported
2351F: docs/colo-proxy.txt
2352F: net/colo*
2353F: net/filter-rewriter.c
2354F: net/filter-mirror.c
2355
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002356Record/replay
2357M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2358R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00002359W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002360S: Supported
2361F: replay/*
2362F: block/blkreplay.c
2363F: net/filter-replay.c
2364F: include/sysemu/replay.h
2365F: docs/replay.txt
2366F: stubs/replay.c
2367
Peter Xueecf5ee2018-05-18 15:25:16 +08002368IOVA Tree
2369M: Peter Xu <peterx@redhat.com>
2370S: Maintained
2371F: include/qemu/iova-tree.h
2372F: util/iova-tree.c
2373
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03002374elf2dmp
2375M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2376S: Maintained
2377F: contrib/elf2dmp/
2378
Corey Minyard93198b62018-11-13 18:31:27 -06002379I2C and SMBus
2380M: Corey Minyard <cminyard@mvista.com>
2381S: Maintained
2382F: hw/i2c/core.c
2383F: hw/i2c/smbus_slave.c
2384F: hw/i2c/smbus_master.c
2385F: hw/i2c/smbus_eeprom.c
2386F: include/hw/i2c/i2c.h
2387F: include/hw/i2c/smbus_master.h
2388F: include/hw/i2c/smbus_slave.h
2389F: include/hw/i2c/smbus_eeprom.h
2390
Laszlo Ersek6739df32019-03-13 13:40:07 +01002391EDK2 Firmware
2392M: Laszlo Ersek <lersek@redhat.com>
2393M: Philippe Mathieu-Daudé <philmd@redhat.com>
2394S: Supported
2395F: pc-bios/descriptors/??-edk2-*.json
2396F: pc-bios/edk2-*
2397F: roms/Makefile.edk2
2398F: roms/edk2
2399F: roms/edk2-*
2400F: tests/data/uefi-boot-images/
2401F: tests/uefi-test-tools/
Philippe Mathieu-Daudé71920802020-01-03 12:26:25 +01002402F: .gitlab-ci-edk2.yml
2403F: .gitlab-ci.d/edk2/
Laszlo Ersek6739df32019-03-13 13:40:07 +01002404
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002405Usermode Emulation
2406------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002407Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002408M: Riku Voipio <riku.voipio@iki.fi>
2409S: Maintained
2410F: thunk.c
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03002411F: accel/tcg/user-exec*.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002412
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002413BSD user
Markus Armbruster297e8002016-06-20 16:19:25 +02002414S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002415F: bsd-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02002416F: default-configs/*-bsd-user.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002417
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002418Linux user
2419M: Riku Voipio <riku.voipio@iki.fi>
Laurent Vivierecc1f5a2017-05-10 17:39:50 +02002420R: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002421S: Maintained
2422F: linux-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02002423F: default-configs/*-linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01002424F: scripts/qemu-binfmt-conf.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002425
2426Tiny Code Generator (TCG)
2427-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002428Common TCG code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07002429M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002430S: Maintained
2431F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01002432F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002433
Alex Bennée22b58672019-10-17 14:25:23 +01002434TCG Plugins
2435M: Alex Bennée <alex.bennee@linaro.org>
2436S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00002437F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01002438F: plugins/
2439F: tests/plugin
2440
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002441AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10002442M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01002443S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002444L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01002445F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002446F: disas/arm-a64.cc
2447F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01002448
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002449ARM TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002450M: Andrzej Zaborowski <balrogg@gmail.com>
2451S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002452L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002453F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002454F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002455
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002456i386 TCG target
Philippe Mathieu-Daudéecd1a5d2018-12-18 12:56:15 +01002457M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002458S: Maintained
2459F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002460F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002461
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002462MIPS TCG target
Peter Maydelld6eec7a2011-06-22 15:45:01 +01002463M: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02002464R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002465S: Maintained
2466F: tcg/mips/
2467
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002468PPC TCG target
Pranith Kumar15610d42016-10-18 10:21:00 -07002469M: Richard Henderson <rth@twiddle.net>
2470S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002471F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002472F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002473
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002474RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07002475M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00002476M: Alistair Francis <Alistair.Francis@wdc.com>
2477L: qemu-riscv@nongnu.org
2478S: Maintained
2479F: tcg/riscv/
2480F: disas/riscv.c
2481
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002482S390 TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002483M: Richard Henderson <rth@twiddle.net>
2484S: Maintained
2485F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002486F: disas/s390.c
Cornelia Huck146bd282017-10-05 17:05:23 +02002487L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002488
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002489SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02002490S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002491F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002492F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01002493
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002494TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01002495M: Stefan Weil <sw@weilnetz.de>
2496S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02002497F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03002498F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002499F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02002500
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002501Block drivers
2502-------------
2503VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08002504M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002505L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002506S: Supported
2507F: block/vmdk.c
2508
2509RBD
Jason Dillaman2bbd9982019-06-28 09:55:08 -04002510M: Jason Dillaman <dillaman@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002511L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002512S: Supported
2513F: block/rbd.c
2514
2515Sheepdog
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002516M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002517L: qemu-block@nongnu.org
Jeff Cody5f5246b2018-09-26 14:05:33 -04002518L: sheepdog@lists.wpkg.org
2519S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002520F: block/sheepdog.c
2521
2522VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04002523M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002524L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002525S: Supported
2526F: block/vhdx*
2527
2528VDI
2529M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002530L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002531S: Maintained
2532F: block/vdi.c
2533
2534iSCSI
2535M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2536M: Paolo Bonzini <pbonzini@redhat.com>
2537M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002538L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002539S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002540F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01002541F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002542
Eric Blake99c62e72017-07-07 13:21:51 -05002543Network Block Device (NBD)
2544M: Eric Blake <eblake@redhat.com>
Eric Blake99c62e72017-07-07 13:21:51 -05002545L: qemu-block@nongnu.org
2546S: Maintained
2547F: block/nbd*
2548F: nbd/
2549F: include/block/nbd*
2550F: qemu-nbd.*
2551F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03002552F: docs/interop/nbd.txt
Peter Maydell87c08682020-01-23 15:22:39 +00002553F: docs/interop/qemu-nbd.rst
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002554T: git https://repo.or.cz/qemu/ericb.git nbd
Eric Blake99c62e72017-07-07 13:21:51 -05002555
Peter Lieven6542aa92014-02-03 10:26:13 +01002556NFS
2557M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05002558L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01002559S: Maintained
2560F: block/nfs.c
2561
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002562SSH
2563M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002564L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002565S: Supported
2566F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03002567
Jeff Cody280458a2015-03-06 12:16:06 -05002568CURL
Jeff Cody280458a2015-03-06 12:16:06 -05002569L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02002570S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05002571F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05002572
2573GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05002574L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02002575L: integration@gluster.org
2576S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05002577F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08002578
Fam Zheng199667a2015-04-01 09:45:40 +08002579Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08002580M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08002581L: qemu-block@nongnu.org
2582S: Supported
2583F: block/null.c
2584
Fam Zhengbdd6a902018-01-16 14:08:55 +08002585NVMe Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08002586M: Fam Zheng <fam@euphon.net>
Fam Zhengbdd6a902018-01-16 14:08:55 +08002587L: qemu-block@nongnu.org
2588S: Supported
2589F: block/nvme*
2590
Gongleib5e94762014-10-22 11:07:57 +08002591Bootdevice
2592M: Gonglei <arei.gonglei@huawei.com>
2593S: Maintained
2594F: bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02002595
2596Quorum
2597M: Alberto Garcia <berto@igalia.com>
2598S: Supported
2599F: block/quorum.c
2600L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002601
Aapo Vienamobfcc2242018-07-03 17:48:48 +03002602blklogwrites
2603M: Ari Sundholm <ari@tuxera.com>
2604L: qemu-block@nongnu.org
2605S: Supported
2606F: block/blklogwrites.c
2607
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002608blkverify
2609M: Stefan Hajnoczi <stefanha@redhat.com>
2610L: qemu-block@nongnu.org
2611S: Supported
2612F: block/blkverify.c
2613
2614bochs
2615M: Stefan Hajnoczi <stefanha@redhat.com>
2616L: qemu-block@nongnu.org
2617S: Supported
2618F: block/bochs.c
2619
2620cloop
2621M: Stefan Hajnoczi <stefanha@redhat.com>
2622L: qemu-block@nongnu.org
2623S: Supported
2624F: block/cloop.c
2625
2626dmg
2627M: Stefan Hajnoczi <stefanha@redhat.com>
2628L: qemu-block@nongnu.org
2629S: Supported
2630F: block/dmg.c
2631
2632parallels
2633M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03002634M: Denis V. Lunev <den@openvz.org>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002635L: qemu-block@nongnu.org
2636S: Supported
2637F: block/parallels.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002638F: docs/interop/parallels.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002639
2640qed
2641M: Stefan Hajnoczi <stefanha@redhat.com>
2642L: qemu-block@nongnu.org
2643S: Supported
2644F: block/qed.c
2645
2646raw
2647M: Kevin Wolf <kwolf@redhat.com>
2648L: qemu-block@nongnu.org
2649S: Supported
2650F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02002651F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06002652F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06002653F: block/file-posix.c
2654F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002655F: block/win32-aio.c
2656
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00002657Linux io_uring
2658M: Aarushi Mehta <mehta.aaru20@gmail.com>
2659M: Julia Suvorova <jusual@redhat.com>
2660M: Stefan Hajnoczi <stefanha@redhat.com>
2661L: qemu-block@nongnu.org
2662S: Maintained
2663F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00002664F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00002665
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002666qcow2
2667M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002668M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002669L: qemu-block@nongnu.org
2670S: Supported
2671F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03002672F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002673
2674qcow
2675M: Kevin Wolf <kwolf@redhat.com>
2676L: qemu-block@nongnu.org
2677S: Supported
2678F: block/qcow.c
2679
2680blkdebug
2681M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002682M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002683L: qemu-block@nongnu.org
2684S: Supported
2685F: block/blkdebug.c
2686
2687vpc
2688M: Kevin Wolf <kwolf@redhat.com>
2689L: qemu-block@nongnu.org
2690S: Supported
2691F: block/vpc.c
2692
2693vvfat
2694M: Kevin Wolf <kwolf@redhat.com>
2695L: qemu-block@nongnu.org
2696S: Supported
2697F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01002698
2699Image format fuzzer
2700M: Stefan Hajnoczi <stefanha@redhat.com>
2701L: qemu-block@nongnu.org
2702S: Supported
2703F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01002704
Changlong Xie049105a2016-07-27 15:01:53 +08002705Replication
Changlong Xie205f8612017-04-18 11:08:13 +08002706M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08002707M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08002708S: Supported
2709F: replication*
2710F: block/replication.c
2711F: tests/test-replication.c
2712F: docs/block-replication.txt
2713
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02002714PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02002715M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03002716M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02002717S: Maintained
2718F: hw/rdma/*
2719F: hw/rdma/vmw/*
2720F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02002721F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02002722F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02002723
Alex Bennéeb052fec2019-05-13 15:32:56 +01002724Semihosting
2725M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01002726S: Maintained
2727F: hw/semihosting/
2728F: include/hw/semihosting/
2729
Alex Bennéeb9e02c02016-01-31 17:32:39 +00002730Build and test automation
2731-------------------------
Eduardo Habkost0475a032017-09-21 14:02:09 -03002732Build and test automation
Alex Bennéeb9e02c02016-01-31 17:32:39 +00002733M: Alex Bennée <alex.bennee@linaro.org>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002734M: Fam Zheng <fam@euphon.net>
Philippe Mathieu-Daudé0d8ea8f2018-11-25 21:49:59 +01002735R: Philippe Mathieu-Daudé <philmd@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002736S: Maintained
Alex Bennéeb9e02c02016-01-31 17:32:39 +00002737F: .travis.yml
Alex Bennée0708e642018-06-20 12:00:07 +01002738F: scripts/travis/
Alex Bennéed92d8862017-02-20 10:51:38 +00002739F: .shippable.yml
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002740F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08002741F: tests/vm/
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01002742F: scripts/archive-source.sh
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002743W: https://travis-ci.org/qemu/qemu
Philippe Mathieu-Daudé2a747002017-06-02 15:56:29 -03002744W: https://app.shippable.com/github/qemu/qemu
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002745W: http://patchew.org/QEMU/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01002746
Ed Maste7162fbb2019-01-22 17:25:58 +00002747FreeBSD Hosted Continuous Integration
2748M: Ed Maste <emaste@freebsd.org>
2749M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00002750S: Maintained
2751F: .cirrus.yml
2752W: https://cirrus-ci.com/github/qemu/qemu
2753
Thomas Huth0a8b05c2019-02-13 12:54:41 +01002754GitLab Continuous Integration
2755M: Thomas Huth <thuth@redhat.com>
2756S: Maintained
2757F: .gitlab-ci.yml
2758
Alex Bennée7e970172018-04-06 13:32:18 +01002759Guest Test Compilation Support
2760M: Alex Bennée <alex.bennee@linaro.org>
2761R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002762S: Maintained
Alex Bennée7e970172018-04-06 13:32:18 +01002763F: tests/tcg/Makefile
Alex Bennéec722a9e2018-04-06 11:08:37 +01002764F: tests/tcg/Makefile.include
Alex Bennée7e970172018-04-06 13:32:18 +01002765
Daniel P. Berrange717171b2015-09-24 14:41:38 +01002766Documentation
2767-------------
2768Build system architecture
2769M: Daniel P. Berrange <berrange@redhat.com>
2770S: Odd Fixes
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002771F: docs/devel/build-system.txt
Fam Zheng8a49e972016-06-01 12:25:28 +08002772
Alex Bennée92329a72019-01-14 15:25:13 +00002773GIT Data Mining Config
2774M: Alex Bennée <alex.bennee@linaro.org>
2775S: Odd Fixes
2776F: gitdm.config
2777F: contrib/gitdm/*
2778
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02002779Incompatible changes
2780R: libvir-list@redhat.com
2781F: qemu-deprecated.texi
2782
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01002783Build System
2784------------
2785GIT submodules
2786M: Daniel P. Berrange <berrange@redhat.com>
2787S: Odd Fixes
2788F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00002789
Aleksandar Markovicef45a392019-12-10 13:55:15 +01002790UI translations
2791M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2792F: po/*.po
2793
Peter Maydellc10e01b2019-03-07 14:26:47 +00002794Sphinx documentation configuration and build machinery
2795M: Peter Maydell <peter.maydell@linaro.org>
2796S: Maintained
2797F: docs/conf.py
2798F: docs/*/conf.py