blob: 8cbc1fac2bfcec86e0e9415ab24440d858d80ff0 [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/
Cornelia Huckf58f0842020-03-18 11:39:40 +0100104F: docs/system/target-s390x.rst
105F: docs/system/s390x/
Cornelia Hucka1c993c2019-05-29 11:05:12 +0200106F: tests/migration/s390x/
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100107K: ^Subject:.*(?i)s390x?
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000108T: git https://github.com/cohuck/qemu.git s390-next
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100109L: qemu-s390x@nongnu.org
110
Markus Armbruster84995ea2019-06-06 19:24:08 +0200111Guest CPU cores (TCG)
112---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200113Overall TCG CPUs
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100114M: Richard Henderson <rth@twiddle.net>
Paolo Bonzini2185fd62018-10-19 14:25:42 +0200115R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100116S: Maintained
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100117F: cpus.c
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100118F: exec.c
Philippe Mathieu-Daudéc6a88dd2017-06-29 12:03:04 -0300119F: accel/tcg/
Thomas Huth9681ad32018-11-22 13:57:18 +0100120F: accel/stubs/tcg-stub.c
Philippe Mathieu-Daudé55fd1892018-11-10 22:13:12 +0100121F: scripts/decodetree.py
Richard Henderson3fdbf5d2019-02-23 13:00:10 -0800122F: docs/devel/decodetree.rst
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100123F: include/exec/cpu*.h
124F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200125F: include/exec/helper*.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100126F: include/exec/tb-hash.h
Thomas Huth460423d2016-09-09 23:15:04 +0200127F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200128F: include/sysemu/tcg.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200129
Peter Maydell1badb582016-02-19 16:25:01 +0000130FPU emulation
131M: Aurelien Jarno <aurelien@aurel32.net>
132M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000133M: Alex Bennée <alex.bennee@linaro.org>
134S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000135F: fpu/
136F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000137F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000138
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200139Alpha TCG CPUs
Richard Henderson8d6df262011-05-20 12:23:18 -0700140M: Richard Henderson <rth@twiddle.net>
141S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200142F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200143F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200144F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500145
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200146ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100147M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000148L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500149S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200150F: target/arm/
Alex Bennéec3487222018-04-05 15:45:32 +0100151F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100152F: tests/tcg/aarch64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100153F: hw/arm/
154F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200155F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200156F: disas/arm.c
157F: disas/arm-a64.cc
158F: disas/libvixl/
Peter Maydellc11a8e82020-03-09 21:58:15 +0000159F: docs/system/target-arm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500160
Eric Auger49154ea2018-11-22 19:01:43 +0100161ARM SMMU
162M: Eric Auger <eric.auger@redhat.com>
163L: qemu-arm@nongnu.org
164S: Maintained
165F: hw/arm/smmu*
166F: include/hw/arm/smmu*
167
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200168CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500169M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
170S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200171F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100172F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200173F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200174F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200175F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500176
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200177HPPA (PA-RISC) TCG CPUs
Richard Henderson61766fe2016-12-15 11:26:14 -0800178M: Richard Henderson <rth@twiddle.net>
179S: Maintained
180F: target/hppa/
Richard Henderson61461802018-01-21 14:05:03 -0800181F: hw/hppa/
Richard Henderson61766fe2016-12-15 11:26:14 -0800182F: disas/hppa.c
Helge Deller376b8512019-12-20 22:15:08 +0100183F: hw/net/*i82596*
184F: include/hw/net/lasi_82596.h
Richard Henderson61766fe2016-12-15 11:26:14 -0800185
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200186LM32 TCG CPUs
Michael Walle07bf23a2011-02-17 23:45:18 +0100187M: Michael Walle <michael@walle.cc>
188S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200189F: target/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100190F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100191F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100192F: hw/*/lm32_*
193F: hw/*/milkymist-*
Philippe Mathieu-Daudé70cc0c12019-01-30 13:00:05 +0100194F: include/hw/display/milkymist_tmu2.h
Michael Walle4eab7a02014-11-02 18:11:11 +0100195F: include/hw/char/lm32_juart.h
196F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200197F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100198
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200199M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200200M: Laurent Vivier <laurent@vivier.eu>
201S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200202F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100203F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500204
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200205MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500206M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
207S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200208F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100209F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200210F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500211
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200212MIPS TCG CPUs
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +0100213M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovic099d5102020-03-13 02:00:50 +0100214R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic63640d62019-10-23 12:23:36 +0200215R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Leon Alrae6f640912014-10-16 12:38:07 +0100216S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200217F: target/mips/
Aleksandar Markovic10a97942018-12-17 17:30:51 +0100218F: default-configs/*mips*
Aleksandar Markovicd02d5ff2019-06-20 15:33:13 +0200219F: disas/*mips*
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000220F: docs/system/cpu-models-mips.rst.inc
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100221F: hw/intc/mips_gic.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100222F: hw/mips/
Thomas Huth5995db82016-09-30 09:26:51 +0200223F: hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200224F: hw/timer/mips_gictimer.c
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100225F: include/hw/intc/mips_gic.h
Thomas Huth5995db82016-09-30 09:26:51 +0200226F: include/hw/mips/
227F: include/hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200228F: include/hw/timer/mips_gictimer.h
Aleksandar Markovic5d480dd2019-12-10 13:55:19 +0100229F: tests/acceptance/linux_ssh_mips_malta.py
Aleksandar Markovicc0ac5952020-03-13 02:00:52 +0100230F: tests/acceptance/machine_mips_malta.py
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200231F: tests/tcg/mips/
Aleksandar Markovic09684552018-12-17 17:43:11 +0100232K: ^Subject:.*(?i)mips
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500233
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200234Moxie TCG CPUs
Anthony Greend15a9c22013-03-18 15:49:25 -0400235M: Anthony Green <green@moxielogic.com>
236S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200237F: target/moxie/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200238F: disas/moxie.c
Thomas Hutha3ccdfb2016-09-22 21:16:33 +0200239F: hw/moxie/
240F: default-configs/moxie-softmmu.mak
Anthony Greend15a9c22013-03-18 15:49:25 -0400241
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200242NiosII TCG CPUs
Marek Vasute6717112017-01-18 23:01:46 +0100243M: Chris Wulff <crwulff@gmail.com>
244M: Marek Vasut <marex@denx.de>
245S: Maintained
246F: target/nios2/
247F: hw/nios2/
Thomas Huth15e10752018-11-22 16:11:40 +0100248F: hw/intc/nios2_iic.c
Marek Vasute6717112017-01-18 23:01:46 +0100249F: disas/nios2.c
Thomas Huth15e10752018-11-22 16:11:40 +0100250F: default-configs/nios2-softmmu.mak
Marek Vasute6717112017-01-18 23:01:46 +0100251
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200252OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900253M: Stafford Horne <shorne@gmail.com>
254S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200255F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800256F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200257F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800258
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200259PowerPC TCG CPUs
David Gibsonb4daafb2016-05-26 16:14:57 +1000260M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +0000261L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500262S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200263F: target/ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100264F: hw/ppc/
Thomas Huthb5d55022016-09-05 22:03:36 +0200265F: include/hw/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200266F: disas/ppc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500267
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200268RISC-V TCG CPUs
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -0700269M: Palmer Dabbelt <palmer@dabbelt.com>
Palmer Dabbelta17a61f2018-10-29 09:06:44 -0700270M: Alistair Francis <Alistair.Francis@wdc.com>
Michael Clark4dc62b12018-03-03 01:31:09 +1300271M: Sagar Karandikar <sagark@eecs.berkeley.edu>
272M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700273L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800274S: Supported
Michael Clark4dc62b12018-03-03 01:31:09 +1300275F: target/riscv/
276F: hw/riscv/
277F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000278F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000279F: linux-user/host/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300280
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800281RENESAS RX CPUs
282M: Yoshinori Sato <ysato@users.sourceforge.jp>
283S: Maintained
284F: target/rx/
285
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200286S390 TCG CPUs
Richard Henderson2b35e932012-12-05 09:23:25 -0600287M: Richard Henderson <rth@twiddle.net>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100288M: David Hildenbrand <david@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500289S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200290F: target/s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100291F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200292F: disas/s390.c
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400293F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200294L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000295
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200296SH4 TCG CPUs
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100297M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200298S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200299F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100300F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200301F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200302F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000303
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200304SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000305M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100306M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500307S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200308F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100309F: hw/sparc/
310F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100311F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200312F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500313
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200314UniCore32 TCG CPUs
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100315M: Guan Xuetao <gxt@mprc.pku.edu.cn>
316S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200317F: target/unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100318F: hw/unicore32/
Thomas Huth47b98d52016-09-09 23:16:03 +0200319F: include/hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100320
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200321X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200322M: Paolo Bonzini <pbonzini@redhat.com>
323M: Richard Henderson <rth@twiddle.net>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300324M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300325S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200326F: target/i386/
Alex Bennée41324312018-04-05 15:35:11 +0100327F: tests/tcg/i386/
Alex Bennée3a082ec2018-04-17 11:14:37 +0100328F: tests/tcg/x86_64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100329F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200330F: disas/i386.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000331F: docs/system/cpu-models-x86.rst.inc
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000332T: git https://github.com/ehabkost/qemu.git x86-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500333
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200334Xtensa TCG CPUs
Max Filippov16e7caa2011-09-06 03:55:56 +0400335M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippovb8105d22018-02-27 21:15:34 -0800336W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400337S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200338F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100339F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200340F: tests/tcg/xtensa/
Max Filippov5a6539e2017-10-31 16:17:43 -0700341F: disas/xtensa.c
Max Filippov895e4892018-11-22 15:06:21 -0800342F: include/hw/xtensa/xtensa-isa.h
343F: default-configs/xtensa*.mak
Max Filippov16e7caa2011-09-06 03:55:56 +0400344
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200345TriCore TCG CPUs
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100346M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
347S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200348F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100349F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200350F: include/hw/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100351
Alex Bennéedd28beb2018-04-05 15:03:22 +0100352Multiarch Linux User Tests
353M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000354S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100355F: tests/tcg/multiarch/
356
Markus Armbruster84995ea2019-06-06 19:24:08 +0200357Guest CPU Cores (KVM)
358---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200359Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300360M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500361L: kvm@vger.kernel.org
362S: Supported
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500363F: */kvm.*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300364F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100365F: accel/stubs/kvm-stub.c
366F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100367F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100368F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500369
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200370ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000371M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000372L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000373S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200374F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000375
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200376MIPS KVM CPUs
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +0100377M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovic134f7f72020-02-24 12:50:58 +0100378S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200379F: target/mips/kvm.c
James Hogana31896c2014-06-17 23:10:37 +0100380
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200381PPC KVM CPUs
Alexander Grafbba8e232018-10-30 10:35:31 +0100382M: David Gibson <david@gibson.dropbear.id.au>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500383S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200384F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500385
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200386S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100387M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckc1976ae2017-07-04 11:22:15 +0200388M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100389M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100390S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200391F: target/s390x/kvm.c
David Hildenbrand040078e2017-09-28 15:46:05 +0200392F: target/s390x/kvm_s390x.h
393F: target/s390x/kvm-stub.c
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200394F: target/s390x/ioinst.[ch]
395F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200396F: target/s390x/sigp.c
Cornelia Huck8b3410d2019-06-26 15:00:21 +0200397F: target/s390x/cpu_features*.[ch]
398F: target/s390x/cpu_models.[ch]
Cornelia Huck4277af12014-10-20 19:00:03 +0200399F: hw/intc/s390_flic.c
400F: hw/intc/s390_flic_kvm.c
401F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100402F: gdb-xml/s390*.xml
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000403T: git https://github.com/cohuck/qemu.git s390-next
404T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200405L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500406
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200407X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200408M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500409M: Marcelo Tosatti <mtosatti@redhat.com>
410L: kvm@vger.kernel.org
411S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200412F: target/i386/kvm.c
Thomas Huth9681ad32018-11-22 13:57:18 +0100413F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500414
Roman Bolshakov674fc212020-03-16 20:18:27 +0300415X86 HVF CPUs
416M: Roman Bolshakov <r.bolshakov@yadro.com>
417S: Maintained
418F: accel/stubs/hvf-stub.c
419F: target/i386/hvf/
420F: include/sysemu/hvf.h
421
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000422WHPX CPUs
423M: Sunil Muthuswamy <sunilmut@microsoft.com>
424S: Supported
425F: target/i386/whpx-all.c
426F: target/i386/whp-dispatch.h
427F: accel/stubs/whpx-stub.c
428F: include/sysemu/whpx.h
429
Markus Armbruster84995ea2019-06-06 19:24:08 +0200430Guest CPU Cores (Xen)
431---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200432X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100433M: Stefano Stabellini <sstabellini@kernel.org>
434M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100435M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000436L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100437S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100438F: */xen*
Greg Kurzb8278912019-05-29 12:24:44 +0200439F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200440F: hw/char/xen_console.c
441F: hw/display/xenfb.c
442F: hw/net/xen_nic.c
Anthony PERARD758af9c2020-04-06 17:50:43 +0100443F: hw/usb/xen-usb.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000444F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000445F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200446F: hw/xen/
447F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000448F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100449F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000450F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200451F: include/hw/xen/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000452F: include/sysemu/xen-mapcache.h
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100453
Colin Xu6c94b952020-02-28 09:20:46 +0800454Guest CPU Cores (HAXM)
455---------------------
456X86 HAXM CPUs
457M: Wenchao Wang <wenchao.wang@intel.com>
458M: Colin Xu <colin.xu@intel.com>
459L: haxm-team@intel.com
460W: https://github.com/intel/haxm/issues
461S: Maintained
462F: include/sysemu/hax.h
463F: target/i386/hax-*
464
Markus Armbruster84995ea2019-06-06 19:24:08 +0200465Hosts
466-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100467LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100468M: Michael S. Tsirkin <mst@redhat.com>
469M: Cornelia Huck <cohuck@redhat.com>
470M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100471S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100472F: linux-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100473F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100474
475POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100476M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100477S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100478F: os-posix.c
479F: include/sysemu/os-posix.h
480F: util/*posix*.c
481F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100482
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200483NETBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200484M: Kamil Rytarowski <kamil@netbsd.org>
485S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200486K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200487
Brad Smith0a773d52018-02-16 11:46:20 -0500488OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500489M: Brad Smith <brad@comstyle.com>
490S: Maintained
491K: ^Subject:.*(?i)OpenBSD
492
Stefan Weil1bdd6872012-01-27 18:53:49 +0100493W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100494M: Stefan Weil <sw@weilnetz.de>
495S: Maintained
496F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200497F: */*win32*
498F: include/*/*win32*
499X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200500F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100501
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100502Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200503--------------
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100504M: Richard Henderson <rth@twiddle.net>
505S: Maintained
506F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100507F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700508F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100509
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500510ARM Machines
511------------
liguang84291fe2013-12-17 19:42:38 +0000512Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100513M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000514M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000515L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000516S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100517F: hw/*/allwinner*
518F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000519F: hw/arm/cubieboard.c
520
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100521Allwinner-h3
522M: Niek Linnenbank <nieklinnenbank@gmail.com>
523L: qemu-arm@nongnu.org
524S: Maintained
525F: hw/*/allwinner-h3*
526F: include/hw/*/allwinner-h3*
Niek Linnenbankb0c96662020-03-11 23:18:38 +0100527F: hw/arm/orangepi.c
Niek Linnenbank0553ef42020-03-11 23:18:54 +0100528F: docs/system/orangepi.rst
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100529
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100530ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200531M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000532L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200533S: Maintained
534F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300535F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200536F: hw/display/pl110*
537F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100538F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200539F: hw/dma/pl330.c
540F: hw/gpio/pl061.c
541F: hw/input/pl050.c
542F: hw/intc/pl190.c
543F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100544F: hw/ssi/pl022.c
545F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200546F: hw/rtc/pl031.c
547F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200548F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100549F: hw/timer/cmsdk-apb-timer.c
550F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell4f4c6202018-08-24 13:17:41 +0100551F: hw/timer/cmsdk-apb-dualtimer.c
552F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100553F: hw/char/cmsdk-apb-uart.c
554F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100555F: hw/watchdog/cmsdk-apb-watchdog.c
556F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell0d4a7552018-05-31 14:50:51 +0100557F: hw/misc/tz-ppc.c
558F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100559F: hw/misc/tz-mpc.c
560F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100561F: hw/misc/tz-msc.c
562F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200563
564ARM cores
565M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000566L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200567S: Maintained
568F: hw/intc/arm*
569F: hw/intc/gic_internal.h
570F: hw/misc/a9scu.c
571F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000572F: hw/misc/arm_l2x0.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200573F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300574F: hw/timer/arm*
575F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200576F: include/hw/intc/arm*
577F: include/hw/misc/a9scu.h
578F: include/hw/misc/arm11scu.h
579F: include/hw/timer/a9gtimer.h
580F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300581F: include/hw/timer/armv7m_systick.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200582F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200583
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000584Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400585M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000586M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000587L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000588S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100589F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100590F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000591
Mark Langsdorf766fd092012-02-16 09:56:10 +0000592Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100593M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000594M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000595L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000596S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100597F: hw/arm/highbank.c
598F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000599
Antony Pavlov9082f122013-12-17 19:42:37 +0000600Canon DIGIC
601M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000602M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000603L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000604S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000605F: include/hw/arm/digic.h
606F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100607F: include/hw/*/digic*
Antony Pavlov9082f122013-12-17 19:42:37 +0000608
Anup Patel9c8fdce2019-11-06 11:56:50 +0000609Goldfish RTC
610M: Anup Patel <anup.patel@wdc.com>
611M: Alistair Francis <Alistair.Francis@wdc.com>
612L: qemu-riscv@nongnu.org
613S: Maintained
614F: hw/rtc/goldfish_rtc.c
615F: include/hw/rtc/goldfish_rtc.h
616
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500617Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000618M: Peter Maydell <peter.maydell@linaro.org>
619R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000620L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100621S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100622F: hw/arm/gumstix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500623
Thomas Huth123a0692018-11-26 13:39:23 +0000624i.MX25 PDK
625M: Peter Maydell <peter.maydell@linaro.org>
626R: Jean-Christophe Dubois <jcd@tribudubois.net>
627L: qemu-arm@nongnu.org
628S: Odd Fixes
629F: hw/arm/fsl-imx25.c
630F: hw/arm/imx25_pdk.c
631F: hw/misc/imx25_ccm.c
632F: include/hw/arm/fsl-imx25.h
633F: include/hw/misc/imx25_ccm.h
634
Thomas Huth95a5db32018-11-19 15:29:08 +0000635i.MX31 (kzm)
Peter Chubb03255592012-07-04 10:43:34 +0000636M: Peter Chubb <peter.chubb@nicta.com.au>
Peter Maydella00d7f22018-11-19 15:29:08 +0000637M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000638L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000639S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100640F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000641F: hw/*/imx_*
642F: hw/*/*imx31*
643F: include/hw/*/imx_*
644F: include/hw/*/*imx31*
Peter Chubb03255592012-07-04 10:43:34 +0000645
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500646Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100647M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000648L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500649S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100650F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200651F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000652F: include/hw/misc/arm_integrator_debug.h
Thomas Huth5e0ac7e2020-02-25 18:24:59 +0100653F: tests/acceptance/machine_arm_integratorcp.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000654F: docs/system/arm/integratorcp.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500655
Thomas Huth95a5db32018-11-19 15:29:08 +0000656MCIMX6UL EVK / i.MX6ul
657M: Peter Maydell <peter.maydell@linaro.org>
658R: Jean-Christophe Dubois <jcd@tribudubois.net>
659L: qemu-arm@nongnu.org
660S: Odd Fixes
661F: hw/arm/mcimx6ul-evk.c
662F: hw/arm/fsl-imx6ul.c
663F: hw/misc/imx6ul_ccm.c
664F: include/hw/arm/fsl-imx6ul.h
665F: include/hw/misc/imx6ul_ccm.h
666
667MCIMX7D SABRE / i.MX7
668M: Peter Maydell <peter.maydell@linaro.org>
669R: Andrey Smirnov <andrew.smirnov@gmail.com>
670L: qemu-arm@nongnu.org
671S: Odd Fixes
672F: hw/arm/mcimx7d-sabre.c
673F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000674F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000675F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000676F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000677F: hw/pci-host/designware.c
678F: include/hw/pci-host/designware.h
679
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100680MPS2
681M: Peter Maydell <peter.maydell@linaro.org>
682L: qemu-arm@nongnu.org
683S: Maintained
684F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100685F: hw/arm/mps2-tz.c
686F: hw/misc/mps2-*.c
687F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000688F: hw/arm/armsse.c
689F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100690F: hw/misc/iotkit-secctl.c
691F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100692F: hw/misc/iotkit-sysctl.c
693F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100694F: hw/misc/iotkit-sysinfo.c
695F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000696F: hw/misc/armsse-cpuid.c
697F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000698F: hw/misc/armsse-mhu.c
699F: include/hw/misc/armsse-mhu.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100700
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000701Musca
702M: Peter Maydell <peter.maydell@linaro.org>
703L: qemu-arm@nongnu.org
704S: Maintained
705F: hw/arm/musca.c
706
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500707Musicpal
708M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000709M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000710L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000711S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100712F: hw/arm/musicpal.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000713F: docs/system/arm/musicpal.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500714
715nSeries
716M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000717M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000718L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000719S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100720F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200721F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000722F: hw/input/lm832x.c
723F: hw/input/tsc2005.c
724F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200725F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200726F: include/hw/display/blizzard.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200727F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200728F: include/hw/misc/cbus.h
Thomas Huth050a82f2020-02-25 18:24:58 +0100729F: tests/acceptance/machine_arm_n8x0.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000730F: docs/system/arm/nseries.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500731
732Palm
733M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000734M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000735L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000736S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100737F: hw/arm/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000738F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200739F: include/hw/input/tsc2xxx.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000740F: docs/system/arm/palm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500741
Thomas Huth95a5db32018-11-19 15:29:08 +0000742Raspberry Pi
743M: Peter Maydell <peter.maydell@linaro.org>
744R: Andrew Baumann <Andrew.Baumann@microsoft.com>
745R: Philippe Mathieu-Daudé <f4bug@amsat.org>
746L: qemu-arm@nongnu.org
747S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000748F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000749F: hw/arm/raspi_platform.h
750F: hw/*/bcm283*
751F: include/hw/arm/raspi*
752F: include/hw/*/bcm283*
753
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500754Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100755M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000756L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500757S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100758F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200759F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200760F: hw/intc/realview_gic.c
761F: include/hw/intc/realview_gic.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000762F: docs/system/arm/realview.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500763
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200764PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500765M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000766M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000767L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000768S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200769F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100770F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200771F: hw/arm/tosa.c
772F: hw/arm/z2.c
773F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000774F: hw/display/tc6393xb.c
775F: hw/gpio/max7310.c
776F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200777F: hw/misc/mst_fpga.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000778F: hw/misc/max111x.c
Thomas Huthed0db862016-02-25 12:22:04 +0100779F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000780F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200781F: include/hw/display/tc6393xb.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000782F: docs/system/arm/xscale.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500783
Thomas Huth95a5db32018-11-19 15:29:08 +0000784SABRELITE / i.MX6
785M: Peter Maydell <peter.maydell@linaro.org>
786R: Jean-Christophe Dubois <jcd@tribudubois.net>
787L: qemu-arm@nongnu.org
788S: Odd Fixes
789F: hw/arm/sabrelite.c
790F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000791F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000792F: hw/ssi/imx_spi.c
Guenter Roeck0701a5e2020-03-12 18:45:47 -0700793F: hw/usb/imx-usb-phy.c
794F: include/hw/usb/imx-usb-phy.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000795F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000796F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000797F: include/hw/ssi/imx_spi.h
798
Hongbo Zhang64580902019-07-01 17:26:18 +0100799SBSA-REF
800M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
801M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholmaff55692020-01-16 17:42:26 +0000802R: Leif Lindholm <leif@nuviainc.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100803L: qemu-arm@nongnu.org
804S: Maintained
805F: hw/arm/sbsa-ref.c
806
Thomas Huth671f11b2018-11-13 10:47:58 +0000807Sharp SL-5500 (Collie) PDA
808M: Peter Maydell <peter.maydell@linaro.org>
809L: qemu-arm@nongnu.org
810S: Odd Fixes
811F: hw/arm/collie.c
812F: hw/arm/strongarm*
813
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500814Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100815M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000816L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500817S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100818F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200819F: include/hw/input/gamepad.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000820F: docs/system/arm/stellaris.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500821
Thomas Huth95a5db32018-11-19 15:29:08 +0000822Versatile Express
823M: Peter Maydell <peter.maydell@linaro.org>
824L: qemu-arm@nongnu.org
825S: Maintained
826F: hw/arm/vexpress.c
827
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500828Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100829M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000830L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500831S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100832F: hw/*/versatile*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300833F: hw/misc/arm_sysctl.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000834F: docs/system/arm/versatile.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500835
Thomas Huth95a5db32018-11-19 15:29:08 +0000836Virt
837M: Peter Maydell <peter.maydell@linaro.org>
838L: qemu-arm@nongnu.org
839S: Maintained
840F: hw/arm/virt*
841F: include/hw/arm/virt.h
842
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000843Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700844M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +0000845M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000846M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000847L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000848S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700849F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100850F: hw/*/cadence_*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200851F: hw/misc/zynq*
852F: include/hw/misc/zynq*
Alistair Franciscc0100f2016-07-28 09:55:39 -0700853X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000854
Alistair Francis137805f2015-08-25 15:45:07 +0100855Xilinx ZynqMP
Alistair Francisc22e5802018-03-01 11:05:58 +0000856M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700857M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000858M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000859L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100860S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700861F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200862F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +0100863F: include/hw/ssi/xilinx_spips.h
864F: hw/display/dpcd.c
865F: include/hw/display/dpcd.h
Alistair Francis137805f2015-08-25 15:45:07 +0100866
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100867ARM ACPI Subsystem
Zhaoshenglonge59f13d2017-12-13 17:59:26 +0000868M: Shannon Zhao <shannon.zhaosl@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000869L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100870S: Maintained
871F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100872
Alistair Francisa1f81932016-10-04 13:28:07 +0100873STM32F205
874M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000875M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100876L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100877S: Maintained
878F: hw/arm/stm32f205_soc.c
879F: hw/misc/stm32f2xx_syscfg.c
880F: hw/char/stm32f2xx_usart.c
881F: hw/timer/stm32f2xx_timer.c
882F: hw/adc/*
883F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -0300884F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +0100885
Alistair Francis529fc5f2020-01-17 14:09:29 +0000886STM32F405
887M: Alistair Francis <alistair@alistair23.me>
888M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100889L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +0000890S: Maintained
891F: hw/arm/stm32f405_soc.c
892F: hw/misc/stm32f4xx_syscfg.c
893F: hw/misc/stm32f4xx_exti.c
894
Alistair Francisa1f81932016-10-04 13:28:07 +0100895Netduino 2
896M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000897M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100898L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100899S: Maintained
900F: hw/arm/netduino2.c
901
Alistair Francis60d6c422020-01-17 14:09:29 +0000902Netduino Plus 2
903M: Alistair Francis <alistair@alistair23.me>
904M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100905L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +0000906S: Maintained
907F: hw/arm/netduinoplus2.c
908
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000909SmartFusion2
910M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000911M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100912L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000913S: Maintained
914F: hw/arm/msf2-soc.c
915F: hw/misc/msf2-sysreg.c
916F: hw/timer/mss-timer.c
917F: hw/ssi/mss-spi.c
918F: include/hw/arm/msf2-soc.h
919F: include/hw/misc/msf2-sysreg.h
920F: include/hw/timer/mss-timer.h
921F: include/hw/ssi/mss-spi.h
922
923Emcraft M2S-FG484
924M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000925M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100926L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000927S: Maintained
928F: hw/arm/msf2-som.c
929
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100930ASPEED BMCs
931M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000932M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100933R: Andrew Jeffery <andrew@aj.id.au>
934R: Joel Stanley <joel@jms.id.au>
935L: qemu-arm@nongnu.org
936S: Maintained
937F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +0000938F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100939F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +0000940F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100941F: hw/net/ftgmac100.c
942F: include/hw/net/ftgmac100.h
943
Joel Stanleyc0066d12018-09-25 14:02:30 +0100944NRF51
945M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +0000946M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +0100947L: qemu-arm@nongnu.org
948S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +0000949F: hw/*/nrf51*.c
950F: hw/*/microbit*.c
951F: include/hw/*/nrf51*.h
952F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200953F: tests/qtest/microbit-test.c
Joel Stanleyc0066d12018-09-25 14:02:30 +0100954
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500955CRIS Machines
956-------------
957Axis Dev88
958M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
959S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100960F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +0100961F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500962
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +0100963HP-PARISC Machines
964------------------
Helge Deller18092592019-12-20 22:15:07 +0100965HP B160L
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +0100966M: Richard Henderson <rth@twiddle.net>
967R: Helge Deller <deller@gmx.de>
968S: Odd Fixes
Philippe Mathieu-Daudéa2a82ad2020-01-29 20:03:16 +0100969F: default-configs/hppa-softmmu.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +0100970F: hw/hppa/
971F: pc-bios/hppa-firmware.img
972
Michael Walle07bf23a2011-02-17 23:45:18 +0100973LM32 Machines
974-------------
975EVR32 and uclinux BSP
976M: Michael Walle <michael@walle.cc>
977S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100978F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +0100979
Michael Walled118aa62011-03-07 23:32:45 +0100980milkymist
981M: Michael Walle <michael@walle.cc>
982S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100983F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +0100984
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100985M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500986-------------
987an5206
Thomas Huth5baf2742017-02-12 23:38:17 +0100988M: Thomas Huth <huth@tuxfamily.org>
989S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100990F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +0100991F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500992
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500993mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +0100994M: Thomas Huth <huth@tuxfamily.org>
995S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100996F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +0100997F: hw/m68k/mcf_intc.c
998F: hw/char/mcf_uart.c
999F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +01001000F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001001
Thomas Huth1810b812018-06-30 08:33:57 +00001002NeXTcube
1003M: Thomas Huth <huth@tuxfamily.org>
1004S: Odd Fixes
1005F: hw/m68k/next-*.c
1006F: hw/display/next-fb.c
1007F: include/hw/m68k/next-cube.h
1008
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001009q800
1010M: Laurent Vivier <laurent@vivier.eu>
1011S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001012F: hw/m68k/q800.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001013F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001014F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001015F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +02001016F: hw/block/swim.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001017F: hw/m68k/bootinfo.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001018F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001019F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001020F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +02001021F: include/hw/block/swim.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001022
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001023MicroBlaze Machines
1024-------------------
1025petalogix_s3adsp1800
1026M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1027S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001028F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +01001029F: include/hw/char/xilinx_uartlite.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001030
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001031petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +01001032M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001033S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001034F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001035
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001036MIPS Machines
1037-------------
1038Jazz
1039M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001040R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001041S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001042F: hw/mips/mips_jazz.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +01001043F: hw/display/jazz_led.c
1044F: hw/dma/rc4030.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001045
1046Malta
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +01001047M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovic485cd982019-12-10 13:55:17 +01001048M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1049R: Aurelien Jarno <aurelien@aurel32.net>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001050S: Maintained
Aleksandar Markovic60041372019-12-10 13:55:18 +01001051F: hw/isa/piix4.c
1052F: hw/acpi/piix4.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001053F: hw/mips/mips_malta.c
Aleksandar Markovic93081f52019-06-20 15:33:12 +02001054F: hw/mips/gt64xxx_pci.c
Aleksandar Markovic60041372019-12-10 13:55:18 +01001055F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudéc47c3362019-05-23 18:18:32 +02001056F: tests/acceptance/linux_ssh_mips_malta.py
Philippe Mathieu-Daudé0484d9d2020-02-01 21:47:50 +01001057F: tests/acceptance/machine_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001058
1059Mipssim
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +01001060M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001061R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001062S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001063F: hw/mips/mips_mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001064F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001065
1066R4000
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +01001067M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01001068R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001069R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Philippe Mathieu-Daudéd32dc612019-11-25 11:41:03 +01001070S: Obsolete
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001071F: hw/mips/mips_r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001072
Yongbok Kim659f42d2017-03-10 15:32:32 +00001073Fulong 2E
Aleksandar Markovic86eb0692019-12-10 13:55:16 +01001074M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +01001075M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001076S: Odd Fixes
1077F: hw/mips/mips_fulong2e.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001078F: hw/isa/vt82c686.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001079F: hw/pci-host/bonito.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001080F: include/hw/isa/vt82c686.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001081
1082Boston
Aleksandar Markovic4872fee2018-08-02 16:15:48 +02001083M: Paul Burton <pburton@wavecomp.com>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02001084R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001085S: Maintained
1086F: hw/core/loader-fit.c
1087F: hw/mips/boston.c
1088F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001089F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001090
Jia Liu945dad62013-07-02 20:55:17 +08001091OpenRISC Machines
1092-----------------
1093or1k-sim
1094M: Jia Liu <proljc@gmail.com>
1095S: Maintained
1096F: hw/openrisc/openrisc_sim.c
1097
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001098PowerPC Machines
1099----------------
1100405
Alexander Grafbba8e232018-10-30 10:35:31 +01001101M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001102L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +00001103S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001104F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001105
Andreas Färberaaade8d2012-08-22 05:48:47 +00001106Bamboo
Alexander Grafbba8e232018-10-30 10:35:31 +01001107M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001108L: qemu-ppc@nongnu.org
1109S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001110F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +00001111
Andreas Färber98cded32012-08-22 05:48:45 +00001112e500
Alexander Grafbba8e232018-10-30 10:35:31 +01001113M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber98cded32012-08-22 05:48:45 +00001114L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001115S: Odd Fixes
Thomas Huthce6fc612019-01-30 17:22:25 +01001116F: hw/ppc/e500*
Thomas Huth2c6aba12019-01-02 16:57:56 +01001117F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001118F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001119F: hw/net/fsl_etsec/
1120F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001121F: include/hw/ppc/ppc_e500.h
1122F: include/hw/pci-host/ppce500.h
1123F: pc-bios/u-boot.e500
Andreas Färber98cded32012-08-22 05:48:45 +00001124
1125mpc8544ds
Alexander Grafbba8e232018-10-30 10:35:31 +01001126M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber98cded32012-08-22 05:48:45 +00001127L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001128S: Odd Fixes
Andreas Färber98cded32012-08-22 05:48:45 +00001129F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001130F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +00001131
Thomas Huth2c6aba12019-01-02 16:57:56 +01001132New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001133M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1134R: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001135L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001136S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001137F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001138F: hw/pci-host/uninorth.c
1139F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001140F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001141F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001142F: hw/nvram/mac_nvram.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001143F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001144F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001145F: include/hw/misc/mos6522.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001146F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001147F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001148F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001149F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001150
Thomas Huth2c6aba12019-01-02 16:57:56 +01001151Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001152M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1153R: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001154L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001155S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001156F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001157F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001158F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001159F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001160F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001161F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001162F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001163F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001164
Andreas Färberec38d392011-11-01 00:03:07 +01001165PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001166M: Hervé Poussineau <hpoussin@reactos.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001167L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001168S: Maintained
Andreas Färber75610152013-01-26 20:41:58 +01001169F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001170F: hw/ppc/prep_systemio.c
1171F: hw/ppc/rs6000_mc.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001172F: hw/pci-host/prep.[hc]
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001173F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001174F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001175F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001176F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001177F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001178F: include/hw/rtc/m48t59.h
Philippe Mathieu-Daudé71b290e2019-10-28 19:04:04 -04001179F: tests/acceptance/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001180
Andreas Färber300b1152016-01-18 18:19:35 +01001181sPAPR
David Gibson085eb212015-05-08 10:11:00 +10001182M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001183L: qemu-ppc@nongnu.org
1184S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001185F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001186F: include/hw/*/spapr*
1187F: hw/*/xics*
1188F: include/hw/*/xics*
Thomas Huthb5d55022016-09-05 22:03:36 +02001189F: pc-bios/slof.bin
1190F: docs/specs/ppc-spapr-hcalls.txt
1191F: docs/specs/ppc-spapr-hotplug.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001192F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001193F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001194F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001195F: tests/qtest/libqos/rtas*
Andreas Färber8a269ca2012-08-22 05:48:44 +00001196
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001197PowerNV (Non-Virtualized)
1198M: Cédric Le Goater <clg@kaod.org>
1199M: David Gibson <david@gibson.dropbear.id.au>
1200L: qemu-ppc@nongnu.org
1201S: Maintained
1202F: hw/ppc/pnv*
1203F: hw/intc/pnv*
1204F: hw/intc/xics_pnv.c
1205F: include/hw/ppc/pnv*
1206F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001207F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001208
Andreas Färber794d00b2012-08-22 05:48:48 +00001209virtex_ml507
1210M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1211L: qemu-ppc@nongnu.org
1212S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001213F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +00001214
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001215sam460ex
1216M: BALATON Zoltan <balaton@eik.bme.hu>
1217L: qemu-ppc@nongnu.org
1218S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001219F: hw/ppc/sam460ex.c
1220F: hw/ppc/ppc440_pcix.c
1221F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001222F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001223F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001224F: pc-bios/canyonlands.dt[sb]
1225F: pc-bios/u-boot-sam460ex-20100605.bin
1226F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001227
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001228SH4 Machines
1229------------
1230R2D
1231M: Magnus Damm <magnus.damm@gmail.com>
1232S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001233F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001234F: hw/intc/sh_intc.c
1235F: hw/timer/sh_timer.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001236
1237Shix
1238M: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001239S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001240F: hw/sh4/shix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001241
1242SPARC Machines
1243--------------
1244Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001245M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001246S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001247F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001248F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001249F: hw/display/cg3.c
1250F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001251F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001252F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001253F: hw/*/slavio_*.c
1254F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001255F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001256F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001257F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001258
1259Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001260M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001261S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001262F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001263F: hw/sparc64/sun4u_iommu.c
1264F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001265F: hw/pci-host/sabre.c
1266F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001267F: hw/pci-bridge/simba.c
1268F: include/hw/pci-bridge/simba.h
1269F: pc-bios/openbios-sparc64
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001270
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001271Sun4v
1272M: Artyom Tarasenko <atar4qemu@gmail.com>
1273S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001274F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001275F: hw/rtc/sun4v-rtc.c
1276F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001277
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001278Leon3
1279M: Fabien Chouteau <chouteau@adacore.com>
KONRAD Frederic918b8ad2019-05-15 14:31:33 +02001280M: KONRAD Frederic <frederic.konrad@adacore.com>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001281S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001282F: hw/sparc/leon3.c
1283F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001284F: include/hw/*/grlib*
Philippe Mathieu-Daudéb11785c2019-10-28 19:04:04 -04001285F: tests/acceptance/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001286
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001287S390 Machines
1288-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001289S390 Virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001290M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001291M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +01001292M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001293S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +02001294F: hw/char/sclp*.[hc]
Christian Borntraeger9d1c4442017-09-18 15:04:55 +02001295F: hw/char/terminal3270.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001296F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001297F: include/hw/s390x/
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001298F: hw/watchdog/wdt_diag288.c
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001299F: include/hw/watchdog/wdt_diag288.h
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001300F: default-configs/s390x-softmmu.mak
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001301T: git https://github.com/cohuck/qemu.git s390-next
1302T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001303L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001304
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001305S390-ccw boot
Cornelia Huck304584b2018-01-15 16:14:45 +01001306M: Christian Borntraeger <borntraeger@de.ibm.com>
1307M: Thomas Huth <thuth@redhat.com>
1308S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001309F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001310F: pc-bios/s390-ccw/
1311F: pc-bios/s390-ccw.img
Cornelia Huckcc3d15a2020-01-28 13:24:14 +01001312F: docs/devel/s390-dasd-ipl.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001313T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001314L: qemu-s390x@nongnu.org
1315
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001316S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001317M: Matthew Rosato <mjrosato@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001318S: Supported
1319F: hw/s390x/s390-pci*
1320L: qemu-s390x@nongnu.org
1321
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001322UniCore32 Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +02001323------------------
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001324PKUnity-3 SoC initramfs-with-busybox
1325M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1326S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001327F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001328F: hw/unicore32/
1329
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001330X86 Machines
1331------------
1332PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001333M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001334M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001335S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001336F: include/hw/i386/
1337F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001338F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001339F: hw/pci-host/q35.c
1340F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001341F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001342F: include/hw/pci-host/q35.h
1343F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001344F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001345F: hw/isa/lpc_ich9.c
1346F: hw/i2c/smbus_ich9.c
1347F: hw/acpi/piix4.c
1348F: hw/acpi/ich9.c
1349F: include/hw/acpi/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001350F: include/hw/southbridge/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001351F: hw/misc/sga.c
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001352F: hw/isa/apm.c
1353F: include/hw/isa/apm.h
1354F: tests/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001355F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001356
1357PC Chipset
1358M: Michael S. Tsirkin <mst@redhat.com>
1359M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001360S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001361F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001362F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001363F: hw/char/serial*
1364F: hw/dma/i8257*
1365F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001366F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001367F: hw/intc/apic*
1368F: hw/intc/ioapic*
1369F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001370F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001371F: hw/misc/debugexit.c
1372F: hw/misc/pc-testdev.c
1373F: hw/timer/hpet*
1374F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001375F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001376F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001377F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001378F: include/hw/display/vga.h
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001379F: include/hw/char/parallel.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001380F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001381F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001382F: include/hw/input/i8042.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001383F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001384F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001385F: include/hw/timer/hpet.h
1386F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001387F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001388
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001389microvm
1390M: Sergio Lopez <slp@redhat.com>
1391M: Paolo Bonzini <pbonzini@redhat.com>
1392S: Maintained
1393F: docs/microvm.rst
1394F: hw/i386/microvm.c
1395F: include/hw/i386/microvm.h
1396F: pc-bios/bios-microvm.bin
1397
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001398Machine core
1399M: Eduardo Habkost <ehabkost@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001400M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001401S: Supported
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001402F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001403F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001404F: hw/core/machine.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001405F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001406F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001407F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001408F: qapi/machine.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001409F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001410F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001411F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001412F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001413F: include/sysemu/numa.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001414T: git https://github.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001415
Max Filippov16e7caa2011-09-06 03:55:56 +04001416Xtensa Machines
1417---------------
Max Filippov375847a2011-10-28 02:11:05 +04001418sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001419M: Max Filippov <jcmvbkbc@gmail.com>
1420S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001421F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001422
Max Filippovd9e85532018-09-10 16:33:24 -07001423virt
1424M: Max Filippov <jcmvbkbc@gmail.com>
1425S: Maintained
1426F: hw/xtensa/virt.c
1427
Max Filippov437a8c12014-10-22 07:25:42 +04001428XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001429M: Max Filippov <jcmvbkbc@gmail.com>
1430S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001431F: hw/xtensa/xtfpga.c
1432F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001433
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001434Devices
1435-------
Jiri Slabyb30934c2015-01-21 17:48:33 +01001436EDU
1437M: Jiri Slaby <jslaby@suse.cz>
1438S: Maintained
1439F: hw/misc/edu.c
1440
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001441IDE
John Snowc0953482015-03-04 23:37:55 -05001442M: John Snow <jsnow@redhat.com>
1443L: qemu-block@nongnu.org
1444S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001445F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001446F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001447F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001448F: hw/block/block.c
1449F: hw/block/cdrom.c
1450F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001451F: tests/qtest/ide-test.c
1452F: tests/qtest/ahci-test.c
1453F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001454F: tests/qtest/libqos/ahci*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001455T: git https://github.com/jnsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001456
Corey Minyardcaf316b2017-12-07 14:55:31 -06001457IPMI
1458M: Corey Minyard <minyard@acm.org>
1459S: Maintained
1460F: include/hw/ipmi/*
1461F: hw/ipmi/*
1462F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001463F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001464T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001465
John Snowc0953482015-03-04 23:37:55 -05001466Floppy
1467M: John Snow <jsnow@redhat.com>
1468L: qemu-block@nongnu.org
1469S: Supported
1470F: hw/block/fdc.c
1471F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001472F: tests/qtest/fdc-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001473T: git https://github.com/jnsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001474
Peter Maydellf5f487b2011-09-17 17:26:15 +01001475OMAP
1476M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001477L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001478S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001479F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001480F: include/hw/arm/omap.h
Peter Maydellf5f487b2011-09-17 17:26:15 +01001481
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001482IPack
1483M: Alberto Garcia <berto@igalia.com>
1484S: Odd Fixes
1485F: hw/char/ipoctal232.c
1486F: hw/ipack/
1487
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001488PCI
1489M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001490M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001491S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001492F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001493F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001494F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001495F: hw/pci-bridge/*
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001496F: docs/pci*
1497F: docs/specs/*pci*
Fam Zheng534fd812017-10-13 16:53:55 +08001498F: default-configs/pci.mak
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001499
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001500ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001501M: Michael S. Tsirkin <mst@redhat.com>
1502M: Igor Mammedov <imammedo@redhat.com>
1503S: Supported
1504F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001505F: include/hw/firmware/smbios.h
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001506F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001507F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001508F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001509F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001510F: hw/arm/virt-acpi-build.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001511F: tests/qtest/bios-tables-test.c
1512F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001513F: tests/data/acpi/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001514
Andreas Färberaaade8d2012-08-22 05:48:47 +00001515ppc4xx
Alexander Grafbba8e232018-10-30 10:35:31 +01001516M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001517L: qemu-ppc@nongnu.org
1518S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001519F: hw/ppc/ppc4*.c
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001520F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001521F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001522F: include/hw/i2c/ppc4xx_i2c.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00001523
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001524Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001525M: Marc-André Lureau <marcandre.lureau@redhat.com>
1526R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001527S: Odd Fixes
1528F: hw/char/
1529
Paolo Bonzinif536f112015-09-22 11:40:00 +02001530Network devices
1531M: Jason Wang <jasowang@redhat.com>
1532S: Odd Fixes
1533F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03001534F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001535F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01001536F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001537T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02001538
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001539Parallel NOR Flash devices
1540M: Philippe Mathieu-Daudé <philmd@redhat.com>
1541T: git https://gitlab.com/philmd/qemu.git pflash-next
1542S: Maintained
1543F: hw/block/pflash_cfi*.c
1544F: include/hw/block/flash.h
1545
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001546SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001547M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001548R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001549S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02001550F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001551F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001552F: tests/qtest/virtio-scsi-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001553T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001554
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001555SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00001556M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001557S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001558F: hw/ssi/*
1559F: hw/block/m25p80.c
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03001560F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01001561X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001562F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01001563
1564Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00001565M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01001566S: Maintained
1567F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001568
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001569SD (Secure Card)
1570M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1571S: Odd Fixes
1572F: include/hw/sd/sd*
1573F: hw/sd/core.c
1574F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02001575F: hw/sd/ssi-sd.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001576F: tests/qtest/sd*
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001577
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001578USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01001579M: Gerd Hoffmann <kraxel@redhat.com>
1580S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001581F: hw/usb/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001582F: tests/qtest/usb-*-test.c
Thomas Huthbeded0f2016-02-25 10:36:05 +01001583F: docs/usb2.txt
1584F: docs/usb-storage.txt
1585F: include/hw/usb.h
1586F: include/hw/usb/
Philippe Mathieu-Daudé104ebc52017-09-08 14:36:24 -03001587F: default-configs/usb.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001588
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001589USB (serial adapter)
1590M: Gerd Hoffmann <kraxel@redhat.com>
1591M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1592S: Maintained
1593F: hw/usb/dev-serial.c
1594
Alex Williamson92e1fb52012-09-26 11:19:39 -06001595VFIO
1596M: Alex Williamson <alex.williamson@redhat.com>
1597S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07001598F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07001599F: include/hw/vfio/
Alex Williamson92e1fb52012-09-26 11:19:39 -06001600
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001601vfio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001602M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger79139382018-10-29 16:42:22 +01001603M: Eric Farman <farman@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001604S: Supported
1605F: hw/vfio/ccw.c
1606F: hw/s390x/s390-ccw.c
1607F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04001608F: include/hw/s390x/vfio-ccw.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001609T: git https://github.com/cohuck/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001610L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001611
Tony Krowiaka51b3152018-10-10 13:03:06 -04001612vfio-ap
1613M: Christian Borntraeger <borntraeger@de.ibm.com>
1614M: Tony Krowiak <akrowiak@linux.ibm.com>
1615M: Halil Pasic <pasic@linux.ibm.com>
1616M: Pierre Morel <pmorel@linux.ibm.com>
1617S: Supported
1618F: hw/s390x/ap-device.c
1619F: hw/s390x/ap-bridge.c
1620F: include/hw/s390x/ap-device.h
1621F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04001622F: hw/vfio/ap.c
Cornelia Huckf58f0842020-03-18 11:39:40 +01001623F: docs/system/s390x/vfio-ap.rst
Tony Krowiaka51b3152018-10-10 13:03:06 -04001624L: qemu-s390x@nongnu.org
1625
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001626vhost
1627M: Michael S. Tsirkin <mst@redhat.com>
1628S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001629F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01001630F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01001631F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01001632F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02001633F: backends/vhost-user.c
1634F: include/sysemu/vhost-user-backend.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001635
1636virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02001637M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001638S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001639F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02001640F: hw/virtio/Makefile.objs
1641F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02001642F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01001643F: include/hw/virtio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001644
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001645virtio-balloon
1646M: Michael S. Tsirkin <mst@redhat.com>
1647M: David Hildenbrand <david@redhat.com>
1648S: Maintained
1649F: hw/virtio/virtio-balloon*.c
1650F: include/hw/virtio/virtio-balloon.h
1651F: balloon.c
1652F: include/sysemu/balloon.h
1653
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001654virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02001655M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck28226022020-02-08 09:24:19 +01001656R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Greg Kurze410bbc2019-10-10 12:36:28 +02001657S: Odd Fixes
Andreas Färberaebeca22012-04-13 17:19:12 +02001658F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02001659X: hw/9pfs/xen-9p*
Andreas Färberaebeca22012-04-13 17:19:12 +02001660F: fsdev/
Peter Maydell78813582020-01-24 16:26:06 +00001661F: docs/interop/virtfs-proxy-helper.rst
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001662F: tests/qtest/virtio-9p-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001663T: git https://github.com/gkurz/qemu.git 9p-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001664
1665virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001666M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001667L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001668S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001669F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001670F: hw/block/dataplane/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001671F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001672T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001673
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001674virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001675M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01001676M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001677S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02001678F: hw/s390x/virtio-ccw*.[hc]
Thomas Huthd8d4d622018-07-25 14:20:22 +02001679F: hw/s390x/vhost-vsock-ccw.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001680T: git https://github.com/cohuck/qemu.git s390-next
1681T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001682L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001683
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001684virtiofs
1685M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1686M: Stefan Hajnoczi <stefanha@redhat.com>
1687S: Supported
1688F: tools/virtiofsd/*
1689F: hw/virtio/vhost-user-fs*
1690F: include/hw/virtio/vhost-user-fs.h
Stefan Hajnoczi6a7e2bb2020-02-07 16:29:51 +00001691F: docs/interop/virtiofsd.rst
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001692
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001693virtio-input
1694M: Gerd Hoffmann <kraxel@redhat.com>
1695S: Maintained
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02001696F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001697F: hw/input/virtio-input*.c
1698F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02001699F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001700
Eric Augerc1dee912020-02-14 14:27:45 +01001701virtio-iommu
1702M: Eric Auger <eric.auger@redhat.com>
1703S: Maintained
1704F: hw/virtio/virtio-iommu*.c
1705F: include/hw/virtio/virtio-iommu.h
1706
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001707virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02001708M: Laurent Vivier <lvivier@redhat.com>
1709R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001710S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001711F: hw/char/virtio-serial-bus.c
1712F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05301713F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001714F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001715
Amit Shah1f51a5c2014-11-18 18:01:26 +05301716virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02001717M: Laurent Vivier <lvivier@redhat.com>
1718R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05301719S: Supported
1720F: hw/virtio/virtio-rng.c
1721F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01001722F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05301723F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001724F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05301725
Gonglei60340112016-10-28 16:33:31 +08001726virtio-crypto
1727M: Gonglei <arei.gonglei@huawei.com>
1728S: Supported
1729F: hw/virtio/virtio-crypto.c
1730F: hw/virtio/virtio-crypto-pci.c
1731F: include/hw/virtio/virtio-crypto.h
1732
Keith Buschf3c507a2013-06-04 09:17:10 -06001733nvme
1734M: Keith Busch <keith.busch@intel.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001735L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06001736S: Supported
1737F: hw/block/nvme*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001738F: tests/qtest/nvme-test.c
Keith Buschf3c507a2013-06-04 09:17:10 -06001739
Hannes Reinecked383c622014-04-16 16:44:19 +02001740megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03001741M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001742L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02001743S: Supported
1744F: hw/scsi/megasas.c
1745F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001746F: tests/qtest/megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02001747
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001748Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001749M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001750S: Maintained
1751F: include/net/eth.h
1752F: net/eth.c
1753F: hw/net/net_rx_pkt*
1754F: hw/net/net_tx_pkt*
1755
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001756Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001757M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001758S: Maintained
1759F: hw/net/vmxnet*
1760F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001761F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001762
Scott Feldmande24d3f2015-03-13 21:09:32 -07001763Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07001764M: Jiri Pirko <jiri@resnulli.us>
1765S: Maintained
1766F: hw/net/rocker/
Thomas Huthde850942016-09-27 16:33:46 +02001767F: tests/rocker/
1768F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07001769
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001770NVDIMM
Xiao Guangrong7a5bd532017-03-21 13:33:57 +08001771M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001772S: Maintained
1773F: hw/acpi/nvdimm.c
1774F: hw/mem/nvdimm.c
1775F: include/hw/mem/nvdimm.h
Philippe Mathieu-Daudée2e254d2018-11-25 21:49:56 +01001776F: docs/nvdimm.txt
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001777
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001778e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001779M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001780S: Maintained
1781F: hw/net/e1000x*
1782
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001783e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001784M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001785S: Maintained
1786F: hw/net/e1000e*
1787
Stefan Weilebc23272017-11-16 20:49:02 +01001788eepro100
1789M: Stefan Weil <sw@weilnetz.de>
1790S: Maintained
1791F: hw/net/eepro100.c
1792
Sven Schnelle34ea0232019-10-23 10:42:44 +02001793tulip
1794M: Sven Schnelle <svens@stackframe.org>
1795S: Maintained
1796F: hw/net/tulip.c
1797F: hw/net/tulip.h
1798
Alistair Francise481a1f2016-10-04 13:28:09 +01001799Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00001800M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01001801S: Maintained
1802F: hw/core/generic-loader.c
1803F: include/hw/core/generic-loader.h
Philippe Mathieu-Daudéc5e2ac72017-09-08 14:36:29 -03001804F: docs/generic-loader.txt
Alistair Francise481a1f2016-10-04 13:28:09 +01001805
Su Hang645d3cb2018-08-16 14:05:28 +01001806Intel Hexadecimal Object File Loader
1807M: Su Hang <suhang16@mails.ucas.ac.cn>
1808S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001809F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00001810F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01001811
Thomas Huth87a90232016-11-08 12:46:22 +01001812CHRP NVRAM
1813M: Thomas Huth <thuth@redhat.com>
1814S: Maintained
1815F: hw/nvram/chrp_nvram.c
1816F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001817F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01001818
Ben Warren42697d82017-02-16 15:15:40 -08001819VM Generation ID
1820M: Ben Warren <ben@skyportsystems.com>
1821S: Maintained
1822F: hw/acpi/vmgenid.c
1823F: include/hw/acpi/vmgenid.h
1824F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001825F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08001826F: stubs/vmgenid.c
1827
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03001828Unimplemented device
1829M: Peter Maydell <peter.maydell@linaro.org>
1830R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1831S: Maintained
1832F: include/hw/misc/unimp.h
1833F: hw/misc/unimp.c
1834
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001835Standard VGA
1836M: Gerd Hoffmann <kraxel@redhat.com>
1837S: Maintained
1838F: hw/display/vga*
1839F: hw/display/bochs-display.c
1840F: include/hw/display/vga.h
1841F: include/hw/display/bochs-vbe.h
1842
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02001843ramfb
1844M: Gerd Hoffmann <kraxel@redhat.com>
1845S: Maintained
1846F: hw/display/ramfb*.c
1847F: include/hw/display/ramfb.h
1848
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001849virtio-gpu
1850M: Gerd Hoffmann <kraxel@redhat.com>
1851S: Maintained
1852F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02001853F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001854F: include/hw/virtio/virtio-gpu.h
1855
Raphael Norwitzb372d792020-03-26 04:57:27 -04001856vhost-user-blk
1857M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1858S: Maintained
1859F: contrib/vhost-user-blk/
1860F: contrib/vhost-user-scsi/
1861F: hw/block/vhost-user-blk.c
1862F: hw/scsi/vhost-user-scsi.c
1863F: hw/virtio/vhost-user-blk-pci.c
1864F: hw/virtio/vhost-user-scsi-pci.c
1865F: include/hw/virtio/vhost-user-blk.h
1866F: include/hw/virtio/vhost-user-scsi.h
1867
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02001868vhost-user-gpu
1869M: Marc-André Lureau <marcandre.lureau@redhat.com>
1870M: Gerd Hoffmann <kraxel@redhat.com>
1871S: Maintained
1872F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02001873F: contrib/vhost-user-gpu
1874F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02001875
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001876Cirrus VGA
1877M: Gerd Hoffmann <kraxel@redhat.com>
1878S: Odd Fixes
1879W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1880F: hw/display/cirrus*
1881
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02001882EDID Generator
1883M: Gerd Hoffmann <kraxel@redhat.com>
1884S: Maintained
1885F: hw/display/edid*
1886F: include/hw/display/edid.h
1887F: qemu-edid.c
1888
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01001889PIIX4 South Bridge (i82371AB)
1890M: Hervé Poussineau <hpoussin@reactos.org>
1891M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1892S: Maintained
1893F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001894F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01001895
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001896Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé6f75e3f2019-01-17 17:13:55 +01001897M: Philippe Mathieu-Daudé <philmd@redhat.com>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001898R: Laszlo Ersek <lersek@redhat.com>
1899R: Gerd Hoffmann <kraxel@redhat.com>
1900S: Supported
1901F: docs/specs/fw_cfg.txt
1902F: hw/nvram/fw_cfg.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02001903F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001904F: include/hw/nvram/fw_cfg.h
1905F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02001906F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001907F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01001908T: git https://github.com/philmd/qemu.git fw_cfg-next
1909
Thomas Huth2313abf2019-01-30 16:45:40 +01001910XIVE
1911M: David Gibson <david@gibson.dropbear.id.au>
1912M: Cédric Le Goater <clg@kaod.org>
1913L: qemu-ppc@nongnu.org
1914S: Supported
1915F: hw/*/*xive*
1916F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02001917F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01001918
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001919Subsystems
1920----------
1921Audio
Gerd Hoffmann9f575842013-09-24 10:26:24 +02001922M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001923S: Maintained
1924F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001925F: hw/audio/
Thomas Hutha2b245a2016-09-23 15:19:10 +02001926F: include/hw/audio/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001927F: tests/qtest/ac97-test.c
1928F: tests/qtest/es1370-test.c
1929F: tests/qtest/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001930
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01001931Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001932M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02001933M: Max Reitz <mreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001934L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001935S: Supported
1936F: block*
1937F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001938F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02001939F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02001940F: qemu-img*
Peter Maydelle13c59f2020-01-24 16:26:03 +00001941F: docs/interop/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02001942F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02001943F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02001944F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02001945F: qobject/block-qdict.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001946F: tests/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00001947T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001948
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001949Block I/O path
1950M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001951M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001952L: qemu-block@nongnu.org
1953S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02001954F: util/async.c
1955F: util/aio-*.c
Stefan Hajnoczi1f050a42020-03-05 17:08:02 +00001956F: util/aio-*.h
1957F: util/fdmon-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001958F: block/io.c
1959F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08001960F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00001961F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03001962F: scripts/qemugdb/aio.py
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001963T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01001964
Paolo Bonzinie5b57282017-08-22 07:08:27 +02001965Block SCSI subsystem
1966M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001967R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02001968L: qemu-block@nongnu.org
1969S: Supported
1970F: include/scsi/*
1971F: scsi/*
1972
Jeff Cody280458a2015-03-06 12:16:06 -05001973Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04001974M: John Snow <jsnow@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05001975L: qemu-block@nongnu.org
1976S: Supported
1977F: blockjob.c
1978F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02001979F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02001980F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001981F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05001982F: block/backup.c
1983F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05001984F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05001985F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02001986F: qapi/job.json
Jeff Cody03283d62018-09-26 14:05:32 -04001987T: git https://github.com/jnsnow/qemu.git jobs
Jeff Cody280458a2015-03-06 12:16:06 -05001988
Markus Armbruster41202012015-05-20 13:23:46 +02001989Block QAPI, monitor, command line
1990M: Markus Armbruster <armbru@redhat.com>
1991S: Supported
1992F: blockdev.c
Maxim Levitskya2dde2f2020-03-08 11:24:32 +02001993F: blockdev-hmp-cmds.c
Markus Armbruster41202012015-05-20 13:23:46 +02001994F: block/qapi.c
1995F: qapi/block*.json
Markus Armbrusterfa988e32017-08-24 21:14:02 +02001996F: qapi/transaction.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00001997T: git https://repo.or.cz/qemu/armbru.git block-next
Markus Armbruster41202012015-05-20 13:23:46 +02001998
John Snow538193b2016-08-04 14:18:51 -04001999Dirty Bitmaps
John Snow538193b2016-08-04 14:18:51 -04002000M: John Snow <jsnow@redhat.com>
John Snow4a189fd2019-10-05 15:44:48 -04002001R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
John Snow538193b2016-08-04 14:18:51 -04002002L: qemu-block@nongnu.org
2003S: Supported
John Snow538193b2016-08-04 14:18:51 -04002004F: include/qemu/hbitmap.h
2005F: include/block/dirty-bitmap.h
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002006F: block/dirty-bitmap.c
2007F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03002008F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002009F: util/hbitmap.c
John Snow538193b2016-08-04 14:18:51 -04002010F: tests/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002011F: docs/interop/bitmaps.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002012T: git https://github.com/jnsnow/qemu.git bitmaps
John Snow538193b2016-08-04 14:18:51 -04002013
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002014Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04002015M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002016R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002017S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03002018F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04002019F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02002020F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002021
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002022Character Devices (Braille)
2023M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2024S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04002025F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002026
Markus Armbrustere94630d2017-03-20 13:55:48 +01002027Command line option argument parsing
2028M: Markus Armbruster <armbru@redhat.com>
2029S: Supported
2030F: include/qemu/option.h
2031F: tests/test-keyval.c
2032F: tests/test-qemu-opts.c
2033F: util/keyval.c
2034F: util/qemu-option.c
2035
Markus Armbruster8c413e72015-01-28 11:29:57 +01002036Coverity model
2037M: Markus Armbruster <armbru@redhat.com>
2038S: Supported
2039F: scripts/coverity-model.c
2040
Peter Maydell9c263d02020-03-19 19:33:22 +00002041Coverity Scan integration
2042M: Peter Maydell <peter.maydell@linaro.org>
2043S: Maintained
2044F: scripts/coverity-scan/
2045
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002046Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07002047M: Alistair Francis <alistair.francis@wdc.com>
2048R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002049S: Maintained
Thomas Huth82407512015-12-17 15:25:12 +01002050F: device_tree.c
2051F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002052
Marc-André Lureau3505a222017-09-11 18:59:29 +02002053Dump
2054S: Supported
2055M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02002056F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02002057F: hw/misc/vmcoreinfo.c
2058F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02002059F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02002060F: include/sysemu/dump-arch.h
2061F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02002062F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02002063F: scripts/dump-guest-memory.py
2064F: stubs/dump.c
2065
Markus Armbruster4f966762015-09-12 13:29:56 +02002066Error reporting
2067M: Markus Armbruster <armbru@redhat.com>
2068S: Supported
2069F: include/qapi/error.h
2070F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002071F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02002072F: util/error.c
2073F: util/qemu-error.c
Vladimir Sementsov-Ogievskiyd1d3a992020-03-24 18:36:25 +03002074F: scripts/coccinelle/err-bad-newline.cocci
2075F: scripts/coccinelle/error-use-after-free.cocci
2076F: scripts/coccinelle/error_propagate_null.cocci
2077F: scripts/coccinelle/remove_local_err.cocci
2078F: scripts/coccinelle/use-error_fatal.cocci
Markus Armbruster4f966762015-09-12 13:29:56 +02002079
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002080GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01002081M: Alex Bennée <alex.bennee@linaro.org>
2082R: Philippe Mathieu-Daudé <philmd@redhat.com>
2083S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002084F: gdbstub*
2085F: gdb-xml/
2086
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002087Memory API
2088M: Paolo Bonzini <pbonzini@redhat.com>
2089S: Supported
2090F: include/exec/ioport.h
2091F: ioport.c
Tony Nguyen14776ab2019-08-24 04:10:58 +10002092F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002093F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01002094F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01002095F: include/exec/ramblock.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002096F: memory.c
2097F: include/exec/memory-internal.h
2098F: exec.c
Philippe Mathieu-Daudé044e2af2020-02-24 14:45:07 +01002099F: scripts/coccinelle/memory-region-housekeeping.cocci
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002100
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002101SPICE
2102M: Gerd Hoffmann <kraxel@redhat.com>
2103S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01002104F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002105F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002106F: ui/spice-*.c
2107F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002108F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002109F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002110F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002111
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002112Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002113M: Gerd Hoffmann <kraxel@redhat.com>
2114S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002115F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002116F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002117F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002118F: util/drm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002119
Andreas Färber351f1bf2011-10-30 18:08:01 +01002120Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002121M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002122S: Odd Fixes
2123F: ui/cocoa.m
2124
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002125Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002126M: Paolo Bonzini <pbonzini@redhat.com>
2127S: Maintained
2128F: cpus.c
Markus Armbruster54d31232019-08-12 07:23:59 +02002129F: include/qemu/main-loop.h
2130F: include/sysemu/runstate.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002131F: util/main-loop.c
2132F: util/qemu-timer.c
Alexander Bulekovbac068e2020-02-19 23:10:57 -05002133F: softmmu/vl.c
Alexander Bulekov7b733862020-02-19 23:10:58 -05002134F: softmmu/main.c
Markus Armbruster0e201d32017-08-24 21:13:57 +02002135F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002136
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002137Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02002138M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05002139S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02002140F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02002141F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002142F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002143F: monitor/hmp*
2144F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02002145F: hmp-commands*.hx
2146F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002147F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02002148F: include/qemu/qemu-print.h
2149F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002150
Paolo Bonzinif536f112015-09-22 11:40:00 +02002151Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00002152M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002153S: Maintained
2154F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01002155F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02002156F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002157T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02002158F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002159
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01002160Netmap network backend
2161M: Luigi Rizzo <rizzo@iet.unipi.it>
2162M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2163M: Vincenzo Maffione <v.maffione@gmail.com>
2164W: http://info.iet.unipi.it/~luigi/netmap/
2165S: Maintained
2166F: net/netmap.c
2167
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002168Host Memory Backends
2169M: Eduardo Habkost <ehabkost@redhat.com>
2170M: Igor Mammedov <imammedo@redhat.com>
2171S: Maintained
2172F: backends/hostmem*.c
2173F: include/sysemu/hostmem.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002174T: git https://github.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002175
Gonglei60340112016-10-28 16:33:31 +08002176Cryptodev Backends
2177M: Gonglei <arei.gonglei@huawei.com>
2178S: Maintained
2179F: include/sysemu/cryptodev*.h
2180F: backends/cryptodev*.c
2181
Eduardo Habkostad904f62017-09-15 20:07:44 -03002182Python scripts
2183M: Eduardo Habkost <ehabkost@redhat.com>
2184M: Cleber Rosa <crosa@redhat.com>
2185S: Odd fixes
Cleber Rosa1b6ee292019-10-28 19:04:04 -04002186F: python/qemu/*py
Eduardo Habkostad904f62017-09-15 20:07:44 -03002187F: scripts/*.py
2188F: tests/*.py
2189
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002190Benchmark util
2191M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2192S: Maintained
2193F: scripts/simplebench/
2194
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002195QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04002196M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002197M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04002198S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002199F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002200X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002201F: include/qapi/
2202X: include/qapi/qmp/
2203F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02002204F: tests/qapi-schema/
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002205F: tests/test-*-visitor.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002206F: tests/test-qapi-*.c
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002207F: tests/test-qmp-*.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002208F: tests/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02002209F: scripts/qapi-gen.py
2210F: scripts/qapi/*
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002211F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002212T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002213
Luiz Capitulino7810d292013-06-03 11:11:53 -04002214QAPI Schema
2215M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04002216M: Markus Armbruster <armbru@redhat.com>
2217S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002218F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002219T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04002220
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002221QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02002222M: Markus Armbruster <armbru@redhat.com>
2223S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002224F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002225F: include/qapi/qmp/
2226X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05002227F: scripts/coccinelle/qobject.cocci
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002228F: tests/check-qdict.c
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002229F: tests/check-qjson.c
2230F: tests/check-qlist.c
Philippe Mathieu-Daudécd81e022018-12-18 12:56:08 +01002231F: tests/check-qlit.c
2232F: tests/check-qnull.c
2233F: tests/check-qnum.c
2234F: tests/check-qobject.c
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002235F: tests/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01002236F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002237T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002238
Michael Rothf05d9992014-10-22 07:05:36 -05002239QEMU Guest Agent
2240M: Michael Roth <mdroth@linux.vnet.ibm.com>
2241S: Maintained
2242F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01002243F: docs/interop/qemu-ga.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03002244F: scripts/qemu-guest-agent/
2245F: tests/test-qga.c
2246F: docs/interop/qemu-ga-ref.texi
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002247T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05002248
Andreas Färber4688c942014-04-24 15:00:14 +02002249QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02002250M: Paolo Bonzini <pbonzini@redhat.com>
2251R: Daniel P. Berrange <berrange@redhat.com>
2252R: Eduardo Habkost <ehabkost@redhat.com>
Andreas Färber4688c942014-04-24 15:00:14 +02002253S: Supported
Markus Armbruster8f920052019-06-24 16:48:19 +02002254F: docs/qdev-device-use.txt
2255F: hw/core/qdev*
2256F: include/hw/qdev*
2257F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02002258F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02002259F: qapi/qom.json
2260F: qapi/qdev.json
Markus Armbruster8f920052019-06-24 16:48:19 +02002261F: qdev-monitor.c
Andreas Färber4688c942014-04-24 15:00:14 +02002262F: qom/
Andreas Färber9f4aa7c2015-11-18 19:03:29 +01002263F: tests/check-qom-interface.c
2264F: tests/check-qom-proplist.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002265F: tests/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02002266
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002267QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04002268M: Markus Armbruster <armbru@redhat.com>
2269S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02002270F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002271F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02002272F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002273F: monitor/monitor.c
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002274F: qapi/error.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002275F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01002276F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04002277F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002278F: tests/qtest/qmp-test.c
2279F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002280T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002281
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002282qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002283M: Thomas Huth <thuth@redhat.com>
2284M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002285R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002286S: Maintained
2287F: qtest.c
Eduardo Habkost3fe13fe2019-04-22 18:04:46 -03002288F: accel/qtest.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002289F: tests/qtest/
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002290
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002291Device Fuzzing
2292M: Alexander Bulekov <alxndr@bu.edu>
2293R: Paolo Bonzini <pbonzini@redhat.com>
2294R: Bandan Das <bsd@redhat.com>
2295R: Stefan Hajnoczi <stefanha@redhat.com>
2296S: Maintained
2297F: tests/qtest/fuzz/
2298
Alistair Franciscc0100f2016-07-28 09:55:39 -07002299Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00002300M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07002301S: Maintained
2302F: hw/core/register.c
2303F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03002304F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07002305
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002306SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02002307M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02002308S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002309F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01002310F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01002311F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02002312T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002313
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02002314Stubs
2315M: Paolo Bonzini <pbonzini@redhat.com>
2316S: Maintained
2317F: stubs/
2318
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002319Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02002320M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002321S: Maintained
2322F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02002323F: trace-events
Peter Maydell3a8273b2020-02-28 15:36:18 +00002324F: docs/qemu-option-trace.rst.inc
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02002325F: scripts/tracetool.py
2326F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00002327F: scripts/qemu-trace-stap*
Peter Maydell605ffeb2020-01-24 16:26:05 +00002328F: docs/interop/qemu-trace-stap.rst
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002329F: docs/devel/tracing.txt
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002330T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002331
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002332TPM
Stefan Berger1f636692018-10-30 17:34:09 -04002333M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04002334S: Maintained
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002335F: tpm.c
Philippe Mathieu-Daudéc39f95d2017-10-24 09:20:43 -03002336F: stubs/tpm.c
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002337F: hw/tpm/*
2338F: include/hw/acpi/tpm.h
2339F: include/sysemu/tpm*
2340F: qapi/tpm.json
Stefan Berger6b4f2502017-09-07 16:16:24 -04002341F: backends/tpm.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002342F: tests/qtest/*tpm*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002343T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002344
Blue Swirl14f40fd2011-11-26 09:51:23 +00002345Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00002346S: Odd Fixes
2347F: scripts/checkpatch.pl
2348
Juan Quintelac0787c82014-10-15 10:34:50 +02002349Migration
2350M: Juan Quintela <quintela@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00002351M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02002352S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04002353F: hw/core/vmstate-if.c
2354F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02002355F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00002356F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05302357F: scripts/vmstate-static-checker.py
2358F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002359F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002360F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02002361F: qapi/migration.json
Juan Quintelac0787c82014-10-15 10:34:50 +02002362
Marc-André Lureaua5669072019-09-12 16:03:32 +04002363D-Bus
2364M: Marc-André Lureau <marcandre.lureau@redhat.com>
2365S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002366F: backends/dbus-vmstate.c
Marc-André Lureau586ca6b2019-09-27 12:39:08 +04002367F: tests/dbus-vmstate*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002368F: util/dbus.c
2369F: include/qemu/dbus.h
Marc-André Lureaua5669072019-09-12 16:03:32 +04002370F: docs/interop/dbus.rst
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002371F: docs/interop/dbus-vmstate.rst
Marc-André Lureaua5669072019-09-12 16:03:32 +04002372
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002373Seccomp
otubo064983c2017-06-22 09:58:00 +02002374M: Eduardo Otubo <otubo@redhat.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002375S: Supported
2376F: qemu-seccomp.c
2377F: include/sysemu/seccomp.h
2378
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002379Cryptography
2380M: Daniel P. Berrange <berrange@redhat.com>
2381S: Maintained
2382F: crypto/
2383F: include/crypto/
2384F: tests/test-crypto-*
Philippe Mathieu-Daudé3947ecf2017-09-08 14:36:30 -03002385F: tests/benchmark-crypto-*
Philippe Mathieu-Daudé4d211712018-12-18 12:56:09 +01002386F: tests/crypto-tls-*
2387F: tests/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00002388F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002389
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002390Coroutines
2391M: Stefan Hajnoczi <stefanha@redhat.com>
2392M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002393S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002394F: util/*coroutine*
2395F: include/qemu/coroutine*
2396F: tests/test-coroutine.c
2397
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002398Buffers
2399M: Daniel P. Berrange <berrange@redhat.com>
2400S: Odd fixes
2401F: util/buffer.c
2402F: include/qemu/buffer.h
2403
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002404I/O Channels
2405M: Daniel P. Berrange <berrange@redhat.com>
2406S: Maintained
2407F: io/
2408F: include/io/
2409F: tests/test-io-*
2410
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002411User authorization
2412M: Daniel P. Berrange <berrange@redhat.com>
2413S: Maintained
2414F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01002415F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002416F: include/authz/
2417F: tests/test-authz-*
2418
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002419Sockets
2420M: Daniel P. Berrange <berrange@redhat.com>
2421M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002422S: Maintained
2423F: include/qemu/sockets.h
2424F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02002425F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002426
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002427File monitor
2428M: Daniel P. Berrange <berrange@redhat.com>
2429S: Odd fixes
2430F: util/filemonitor*.c
2431F: include/qemu/filemonitor.h
2432F: tests/test-util-filemonitor.c
2433
Alberto Garciad310d852016-02-18 12:27:10 +02002434Throttling infrastructure
2435M: Alberto Garcia <berto@igalia.com>
2436S: Supported
2437F: block/throttle-groups.c
2438F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002439F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02002440F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002441F: docs/throttle.txt
2442F: tests/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02002443L: qemu-block@nongnu.org
2444
Fam Zheng080d7aa2016-09-21 12:27:25 +08002445UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08002446M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08002447S: Supported
2448F: util/uuid.c
2449F: include/qemu/uuid.h
2450F: tests/test-uuid.c
2451
zhanghailianga4cc3182016-10-27 14:43:09 +08002452COLO Framework
2453M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2454S: Maintained
2455F: migration/colo*
2456F: include/migration/colo.h
2457F: include/migration/failover.h
2458F: docs/COLO-FT.txt
2459
Zhang Chen88f82ed2016-09-27 10:22:35 +08002460COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08002461M: Zhang Chen <chen.zhang@intel.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08002462M: Li Zhijian <lizhijian@cn.fujitsu.com>
2463S: Supported
2464F: docs/colo-proxy.txt
2465F: net/colo*
2466F: net/filter-rewriter.c
2467F: net/filter-mirror.c
2468
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002469Record/replay
2470M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2471R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00002472W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002473S: Supported
2474F: replay/*
2475F: block/blkreplay.c
2476F: net/filter-replay.c
2477F: include/sysemu/replay.h
2478F: docs/replay.txt
2479F: stubs/replay.c
2480
Peter Xueecf5ee2018-05-18 15:25:16 +08002481IOVA Tree
2482M: Peter Xu <peterx@redhat.com>
2483S: Maintained
2484F: include/qemu/iova-tree.h
2485F: util/iova-tree.c
2486
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03002487elf2dmp
2488M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2489S: Maintained
2490F: contrib/elf2dmp/
2491
Corey Minyard93198b62018-11-13 18:31:27 -06002492I2C and SMBus
2493M: Corey Minyard <cminyard@mvista.com>
2494S: Maintained
2495F: hw/i2c/core.c
2496F: hw/i2c/smbus_slave.c
2497F: hw/i2c/smbus_master.c
2498F: hw/i2c/smbus_eeprom.c
2499F: include/hw/i2c/i2c.h
2500F: include/hw/i2c/smbus_master.h
2501F: include/hw/i2c/smbus_slave.h
2502F: include/hw/i2c/smbus_eeprom.h
2503
Laszlo Ersek6739df32019-03-13 13:40:07 +01002504EDK2 Firmware
2505M: Laszlo Ersek <lersek@redhat.com>
2506M: Philippe Mathieu-Daudé <philmd@redhat.com>
2507S: Supported
2508F: pc-bios/descriptors/??-edk2-*.json
2509F: pc-bios/edk2-*
2510F: roms/Makefile.edk2
2511F: roms/edk2
2512F: roms/edk2-*
2513F: tests/data/uefi-boot-images/
2514F: tests/uefi-test-tools/
Philippe Mathieu-Daudé71920802020-01-03 12:26:25 +01002515F: .gitlab-ci-edk2.yml
2516F: .gitlab-ci.d/edk2/
Laszlo Ersek6739df32019-03-13 13:40:07 +01002517
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002518Usermode Emulation
2519------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002520Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002521M: Riku Voipio <riku.voipio@iki.fi>
2522S: Maintained
2523F: thunk.c
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03002524F: accel/tcg/user-exec*.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002525
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002526BSD user
Markus Armbruster297e8002016-06-20 16:19:25 +02002527S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002528F: bsd-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02002529F: default-configs/*-bsd-user.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002530
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002531Linux user
2532M: Riku Voipio <riku.voipio@iki.fi>
Laurent Vivierecc1f5a2017-05-10 17:39:50 +02002533R: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002534S: Maintained
2535F: linux-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02002536F: default-configs/*-linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01002537F: scripts/qemu-binfmt-conf.sh
Laurent Viviere3a6c822020-03-10 11:34:00 +01002538F: scripts/update-syscalltbl.sh
Laurent Vivier57333332020-03-10 11:34:03 +01002539F: scripts/update-mips-syscall-args.sh
Laurent Vivier382ae672020-03-16 09:56:17 +01002540F: scripts/gensyscalls.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002541
2542Tiny Code Generator (TCG)
2543-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002544Common TCG code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07002545M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002546S: Maintained
2547F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01002548F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002549
Alex Bennée22b58672019-10-17 14:25:23 +01002550TCG Plugins
2551M: Alex Bennée <alex.bennee@linaro.org>
2552S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00002553F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01002554F: plugins/
2555F: tests/plugin
2556
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002557AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10002558M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01002559S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002560L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01002561F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002562F: disas/arm-a64.cc
2563F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01002564
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002565ARM TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002566M: Andrzej Zaborowski <balrogg@gmail.com>
2567S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002568L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002569F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002570F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002571
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002572i386 TCG target
Philippe Mathieu-Daudéecd1a5d2018-12-18 12:56:15 +01002573M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002574S: Maintained
2575F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002576F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002577
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002578MIPS TCG target
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +01002579M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01002580R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic63640d62019-10-23 12:23:36 +02002581R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002582S: Maintained
2583F: tcg/mips/
2584
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002585PPC TCG target
Pranith Kumar15610d42016-10-18 10:21:00 -07002586M: Richard Henderson <rth@twiddle.net>
2587S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002588F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002589F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002590
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002591RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07002592M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00002593M: Alistair Francis <Alistair.Francis@wdc.com>
2594L: qemu-riscv@nongnu.org
2595S: Maintained
2596F: tcg/riscv/
2597F: disas/riscv.c
2598
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002599S390 TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002600M: Richard Henderson <rth@twiddle.net>
2601S: Maintained
2602F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002603F: disas/s390.c
Cornelia Huck146bd282017-10-05 17:05:23 +02002604L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002605
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002606SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02002607S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002608F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002609F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01002610
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002611TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01002612M: Stefan Weil <sw@weilnetz.de>
2613S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02002614F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03002615F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002616F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02002617
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002618Block drivers
2619-------------
2620VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08002621M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002622L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002623S: Supported
2624F: block/vmdk.c
2625
2626RBD
Jason Dillaman2bbd9982019-06-28 09:55:08 -04002627M: Jason Dillaman <dillaman@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002628L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002629S: Supported
2630F: block/rbd.c
2631
2632Sheepdog
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002633M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002634L: qemu-block@nongnu.org
Jeff Cody5f5246b2018-09-26 14:05:33 -04002635L: sheepdog@lists.wpkg.org
2636S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002637F: block/sheepdog.c
2638
2639VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04002640M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002641L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002642S: Supported
2643F: block/vhdx*
2644
2645VDI
2646M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002647L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002648S: Maintained
2649F: block/vdi.c
2650
2651iSCSI
2652M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2653M: Paolo Bonzini <pbonzini@redhat.com>
2654M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002655L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002656S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002657F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01002658F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002659
Eric Blake99c62e72017-07-07 13:21:51 -05002660Network Block Device (NBD)
2661M: Eric Blake <eblake@redhat.com>
Eric Blake99c62e72017-07-07 13:21:51 -05002662L: qemu-block@nongnu.org
2663S: Maintained
2664F: block/nbd*
2665F: nbd/
2666F: include/block/nbd*
2667F: qemu-nbd.*
2668F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03002669F: docs/interop/nbd.txt
Peter Maydell87c08682020-01-23 15:22:39 +00002670F: docs/interop/qemu-nbd.rst
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002671T: git https://repo.or.cz/qemu/ericb.git nbd
Eric Blake99c62e72017-07-07 13:21:51 -05002672
Peter Lieven6542aa92014-02-03 10:26:13 +01002673NFS
2674M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05002675L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01002676S: Maintained
2677F: block/nfs.c
2678
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002679SSH
2680M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002681L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002682S: Supported
2683F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03002684
Jeff Cody280458a2015-03-06 12:16:06 -05002685CURL
Jeff Cody280458a2015-03-06 12:16:06 -05002686L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02002687S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05002688F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05002689
2690GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05002691L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02002692L: integration@gluster.org
2693S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05002694F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08002695
Fam Zheng199667a2015-04-01 09:45:40 +08002696Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08002697M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08002698L: qemu-block@nongnu.org
2699S: Supported
2700F: block/null.c
2701
Fam Zhengbdd6a902018-01-16 14:08:55 +08002702NVMe Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08002703M: Fam Zheng <fam@euphon.net>
Fam Zhengbdd6a902018-01-16 14:08:55 +08002704L: qemu-block@nongnu.org
2705S: Supported
2706F: block/nvme*
2707
Gongleib5e94762014-10-22 11:07:57 +08002708Bootdevice
2709M: Gonglei <arei.gonglei@huawei.com>
2710S: Maintained
2711F: bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02002712
2713Quorum
2714M: Alberto Garcia <berto@igalia.com>
2715S: Supported
2716F: block/quorum.c
2717L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002718
Aapo Vienamobfcc2242018-07-03 17:48:48 +03002719blklogwrites
2720M: Ari Sundholm <ari@tuxera.com>
2721L: qemu-block@nongnu.org
2722S: Supported
2723F: block/blklogwrites.c
2724
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002725blkverify
2726M: Stefan Hajnoczi <stefanha@redhat.com>
2727L: qemu-block@nongnu.org
2728S: Supported
2729F: block/blkverify.c
2730
2731bochs
2732M: Stefan Hajnoczi <stefanha@redhat.com>
2733L: qemu-block@nongnu.org
2734S: Supported
2735F: block/bochs.c
2736
2737cloop
2738M: Stefan Hajnoczi <stefanha@redhat.com>
2739L: qemu-block@nongnu.org
2740S: Supported
2741F: block/cloop.c
2742
2743dmg
2744M: Stefan Hajnoczi <stefanha@redhat.com>
2745L: qemu-block@nongnu.org
2746S: Supported
2747F: block/dmg.c
2748
2749parallels
2750M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03002751M: Denis V. Lunev <den@openvz.org>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002752L: qemu-block@nongnu.org
2753S: Supported
2754F: block/parallels.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002755F: docs/interop/parallels.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002756
2757qed
2758M: Stefan Hajnoczi <stefanha@redhat.com>
2759L: qemu-block@nongnu.org
2760S: Supported
2761F: block/qed.c
2762
2763raw
2764M: Kevin Wolf <kwolf@redhat.com>
2765L: qemu-block@nongnu.org
2766S: Supported
2767F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02002768F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06002769F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06002770F: block/file-posix.c
2771F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002772F: block/win32-aio.c
2773
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00002774Linux io_uring
2775M: Aarushi Mehta <mehta.aaru20@gmail.com>
2776M: Julia Suvorova <jusual@redhat.com>
2777M: Stefan Hajnoczi <stefanha@redhat.com>
2778L: qemu-block@nongnu.org
2779S: Maintained
2780F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00002781F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00002782
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002783qcow2
2784M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002785M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002786L: qemu-block@nongnu.org
2787S: Supported
2788F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03002789F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002790
2791qcow
2792M: Kevin Wolf <kwolf@redhat.com>
2793L: qemu-block@nongnu.org
2794S: Supported
2795F: block/qcow.c
2796
2797blkdebug
2798M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002799M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002800L: qemu-block@nongnu.org
2801S: Supported
2802F: block/blkdebug.c
2803
2804vpc
2805M: Kevin Wolf <kwolf@redhat.com>
2806L: qemu-block@nongnu.org
2807S: Supported
2808F: block/vpc.c
2809
2810vvfat
2811M: Kevin Wolf <kwolf@redhat.com>
2812L: qemu-block@nongnu.org
2813S: Supported
2814F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01002815
2816Image format fuzzer
2817M: Stefan Hajnoczi <stefanha@redhat.com>
2818L: qemu-block@nongnu.org
2819S: Supported
2820F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01002821
Changlong Xie049105a2016-07-27 15:01:53 +08002822Replication
Changlong Xie205f8612017-04-18 11:08:13 +08002823M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08002824M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08002825S: Supported
2826F: replication*
2827F: block/replication.c
2828F: tests/test-replication.c
2829F: docs/block-replication.txt
2830
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02002831PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02002832M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03002833M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02002834S: Maintained
2835F: hw/rdma/*
2836F: hw/rdma/vmw/*
2837F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02002838F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02002839F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02002840
Alex Bennéeb052fec2019-05-13 15:32:56 +01002841Semihosting
2842M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01002843S: Maintained
2844F: hw/semihosting/
2845F: include/hw/semihosting/
2846
Alex Bennéeb9e02c02016-01-31 17:32:39 +00002847Build and test automation
2848-------------------------
Eduardo Habkost0475a032017-09-21 14:02:09 -03002849Build and test automation
Alex Bennéeb9e02c02016-01-31 17:32:39 +00002850M: Alex Bennée <alex.bennee@linaro.org>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002851M: Fam Zheng <fam@euphon.net>
Philippe Mathieu-Daudé0d8ea8f2018-11-25 21:49:59 +01002852R: Philippe Mathieu-Daudé <philmd@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002853S: Maintained
Philippe Mathieu-Daudé20a4f142020-04-06 23:41:25 +02002854F: .github/lockdown.yml
Alex Bennéeb9e02c02016-01-31 17:32:39 +00002855F: .travis.yml
Alex Bennée0708e642018-06-20 12:00:07 +01002856F: scripts/travis/
Alex Bennéed92d8862017-02-20 10:51:38 +00002857F: .shippable.yml
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002858F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08002859F: tests/vm/
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01002860F: scripts/archive-source.sh
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002861W: https://travis-ci.org/qemu/qemu
Philippe Mathieu-Daudé2a747002017-06-02 15:56:29 -03002862W: https://app.shippable.com/github/qemu/qemu
Alex Bennéee70dc7f2017-02-20 10:51:39 +00002863W: http://patchew.org/QEMU/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01002864
Ed Maste7162fbb2019-01-22 17:25:58 +00002865FreeBSD Hosted Continuous Integration
2866M: Ed Maste <emaste@freebsd.org>
2867M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00002868S: Maintained
2869F: .cirrus.yml
2870W: https://cirrus-ci.com/github/qemu/qemu
2871
Thomas Huth0a8b05c2019-02-13 12:54:41 +01002872GitLab Continuous Integration
2873M: Thomas Huth <thuth@redhat.com>
2874S: Maintained
2875F: .gitlab-ci.yml
2876
Alex Bennée7e970172018-04-06 13:32:18 +01002877Guest Test Compilation Support
2878M: Alex Bennée <alex.bennee@linaro.org>
2879R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002880S: Maintained
Alex Bennée7e970172018-04-06 13:32:18 +01002881F: tests/tcg/Makefile
Alex Bennéec722a9e2018-04-06 11:08:37 +01002882F: tests/tcg/Makefile.include
Alex Bennée7e970172018-04-06 13:32:18 +01002883
Daniel P. Berrange717171b2015-09-24 14:41:38 +01002884Documentation
2885-------------
2886Build system architecture
2887M: Daniel P. Berrange <berrange@redhat.com>
2888S: Odd Fixes
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002889F: docs/devel/build-system.txt
Fam Zheng8a49e972016-06-01 12:25:28 +08002890
Alex Bennée92329a72019-01-14 15:25:13 +00002891GIT Data Mining Config
2892M: Alex Bennée <alex.bennee@linaro.org>
2893S: Odd Fixes
2894F: gitdm.config
2895F: contrib/gitdm/*
2896
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02002897Incompatible changes
2898R: libvir-list@redhat.com
Paolo Bonziniabcd92d2020-02-28 15:35:57 +00002899F: docs/system/deprecated.rst
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02002900
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01002901Build System
2902------------
2903GIT submodules
2904M: Daniel P. Berrange <berrange@redhat.com>
2905S: Odd Fixes
2906F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00002907
Aleksandar Markovicef45a392019-12-10 13:55:15 +01002908UI translations
Aleksandar Markovic0eac70b2020-03-13 02:00:51 +01002909M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Aleksandar Markovicef45a392019-12-10 13:55:15 +01002910F: po/*.po
2911
Peter Maydellc10e01b2019-03-07 14:26:47 +00002912Sphinx documentation configuration and build machinery
2913M: Peter Maydell <peter.maydell@linaro.org>
2914S: Maintained
2915F: docs/conf.py
2916F: docs/*/conf.py