blob: 34452de9b4e1b6f421502b4e9914666b82a7571f [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>
Cornelia Huckcdb509a2020-05-25 17:58:55 +020088M: Thomas Huth <thuth@redhat.com>
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010089S: Supported
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +010090F: default-configs/*/s390x-softmmu.mak
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010091F: gdb-xml/s390*.xml
92F: hw/char/sclp*.[hc]
93F: hw/char/terminal3270.c
94F: hw/intc/s390_flic.c
95F: hw/intc/s390_flic_kvm.c
96F: hw/s390x/
Tony Krowiak2fe29422018-10-10 13:03:07 -040097F: hw/vfio/ap.c
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010098F: hw/vfio/ccw.c
99F: hw/watchdog/wdt_diag288.c
100F: include/hw/s390x/
101F: include/hw/watchdog/wdt_diag288.h
102F: pc-bios/s390-ccw/
103F: pc-bios/s390-ccw.img
104F: target/s390x/
Cornelia Huckf58f0842020-03-18 11:39:40 +0100105F: docs/system/target-s390x.rst
106F: docs/system/s390x/
Cornelia Hucka1c993c2019-05-29 11:05:12 +0200107F: tests/migration/s390x/
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100108K: ^Subject:.*(?i)s390x?
Cornelia Huck99eaf132020-12-14 14:26:28 +0100109T: git https://gitlab.com/cohuck/qemu.git s390-next
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100110L: qemu-s390x@nongnu.org
111
Markus Armbruster84995ea2019-06-06 19:24:08 +0200112Guest CPU cores (TCG)
113---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200114Overall TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800115M: Richard Henderson <richard.henderson@linaro.org>
Paolo Bonzini2185fd62018-10-19 14:25:42 +0200116R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100117S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +0200118F: softmmu/cpus.c
Alex Bennéeadf1cfb2020-05-13 18:31:56 +0100119F: cpus-common.c
Richard Henderson6670d4d2021-03-22 12:24:24 +0100120F: page-vary.c
Richard Henderson44b99a62021-03-22 12:24:26 +0100121F: page-vary-common.c
Philippe Mathieu-Daudéc6a88dd2017-06-29 12:03:04 -0300122F: accel/tcg/
Thomas Huth9681ad32018-11-22 13:57:18 +0100123F: accel/stubs/tcg-stub.c
Richard Henderson084cfca2020-12-14 08:02:33 -0600124F: util/cacheinfo.c
125F: util/cacheflush.c
Philippe Mathieu-Daudé55fd1892018-11-10 22:13:12 +0100126F: scripts/decodetree.py
Richard Henderson3fdbf5d2019-02-23 13:00:10 -0800127F: docs/devel/decodetree.rst
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100128F: include/exec/cpu*.h
129F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200130F: include/exec/helper*.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100131F: include/exec/tb-hash.h
Thomas Huth460423d2016-09-09 23:15:04 +0200132F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200133F: include/sysemu/tcg.h
Claudio Fontana78271682021-02-04 17:39:23 +0100134F: include/hw/core/tcg-cpu-ops.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200135
Peter Maydell1badb582016-02-19 16:25:01 +0000136FPU emulation
137M: Aurelien Jarno <aurelien@aurel32.net>
138M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000139M: Alex Bennée <alex.bennee@linaro.org>
140S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000141F: fpu/
142F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000143F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000144
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200145Alpha TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800146M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson8d6df262011-05-20 12:23:18 -0700147S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200148F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200149F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200150F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500151
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200152ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100153M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000154L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500155S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200156F: target/arm/
Alex Bennéec3487222018-04-05 15:45:32 +0100157F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100158F: tests/tcg/aarch64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100159F: hw/arm/
160F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200161F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200162F: disas/arm.c
163F: disas/arm-a64.cc
164F: disas/libvixl/
Peter Maydellc11a8e82020-03-09 21:58:15 +0000165F: docs/system/target-arm.rst
Philippe Mathieu-Daudé6e84a912020-11-20 16:45:40 +0100166F: docs/system/arm/cpu-features.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500167
Eric Auger49154ea2018-11-22 19:01:43 +0100168ARM SMMU
169M: Eric Auger <eric.auger@redhat.com>
170L: qemu-arm@nongnu.org
171S: Maintained
172F: hw/arm/smmu*
173F: include/hw/arm/smmu*
174
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100175AVR TCG CPUs
176M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100177S: Maintained
Thomas Huth0abd3862020-08-12 17:53:04 +0200178F: docs/system/target-avr.rst
Michael Rolnik12b35402020-01-26 18:52:23 +0100179F: gdb-xml/avr-cpu.xml
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100180F: target/avr/
Michael Rolnikf5d31d62020-01-24 01:51:30 +0100181F: tests/acceptance/machine_avr6.py
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100182
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200183CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500184M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
185S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200186F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100187F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200188F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200189F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200190F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500191
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600192Hexagon TCG CPUs
193M: Taylor Simpson <tsimpson@quicinc.com>
194S: Supported
195F: target/hexagon/
196F: linux-user/hexagon/
197F: tests/tcg/hexagon/
198F: disas/hexagon.c
199F: default-configs/targets/hexagon-linux-user.mak
200
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200201HPPA (PA-RISC) TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800202M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson61766fe2016-12-15 11:26:14 -0800203S: Maintained
204F: target/hppa/
Richard Henderson61461802018-01-21 14:05:03 -0800205F: hw/hppa/
Richard Henderson61766fe2016-12-15 11:26:14 -0800206F: disas/hppa.c
Helge Deller376b8512019-12-20 22:15:08 +0100207F: hw/net/*i82596*
208F: include/hw/net/lasi_82596.h
Richard Henderson61766fe2016-12-15 11:26:14 -0800209
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200210LM32 TCG CPUs
Philippe Mathieu-Daudé4b4d96c2020-03-16 15:28:27 +0100211R: Michael Walle <michael@walle.cc>
212S: Orphan
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200213F: target/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100214F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100215F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100216F: hw/*/lm32_*
217F: hw/*/milkymist-*
Philippe Mathieu-Daudé70cc0c12019-01-30 13:00:05 +0100218F: include/hw/display/milkymist_tmu2.h
Michael Walle4eab7a02014-11-02 18:11:11 +0100219F: include/hw/char/lm32_juart.h
220F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200221F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100222
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200223M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200224M: Laurent Vivier <laurent@vivier.eu>
225S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200226F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100227F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500228
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200229MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500230M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
231S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200232F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100233F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200234F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500235
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200236MIPS TCG CPUs
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200237M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +0100238R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +0200239R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +0200240R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200241S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200242F: target/mips/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100243F: default-configs/*/*mips*
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100244F: disas/mips.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000245F: docs/system/cpu-models-mips.rst.inc
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100246F: hw/intc/mips_gic.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100247F: hw/mips/
Thomas Huth5995db82016-09-30 09:26:51 +0200248F: hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200249F: hw/timer/mips_gictimer.c
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100250F: include/hw/intc/mips_gic.h
Thomas Huth5995db82016-09-30 09:26:51 +0200251F: include/hw/mips/
252F: include/hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200253F: include/hw/timer/mips_gictimer.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200254F: tests/tcg/mips/
Aleksandar Markovic09684552018-12-17 17:43:11 +0100255K: ^Subject:.*(?i)mips
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500256
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100257MIPS TCG CPUs (nanoMIPS ISA)
258S: Orphan
259F: disas/nanomips.*
260
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200261Moxie TCG CPUs
Anthony Greend15a9c22013-03-18 15:49:25 -0400262M: Anthony Green <green@moxielogic.com>
263S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200264F: target/moxie/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200265F: disas/moxie.c
Thomas Hutha3ccdfb2016-09-22 21:16:33 +0200266F: hw/moxie/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100267F: default-configs/*/moxie-softmmu.mak
Anthony Greend15a9c22013-03-18 15:49:25 -0400268
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200269NiosII TCG CPUs
Marek Vasute6717112017-01-18 23:01:46 +0100270M: Chris Wulff <crwulff@gmail.com>
271M: Marek Vasut <marex@denx.de>
272S: Maintained
273F: target/nios2/
274F: hw/nios2/
275F: disas/nios2.c
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100276F: default-configs/*/nios2-softmmu.mak
Marek Vasute6717112017-01-18 23:01:46 +0100277
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200278OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900279M: Stafford Horne <shorne@gmail.com>
280S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200281F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800282F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200283F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800284
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200285PowerPC TCG CPUs
David Gibsonb4daafb2016-05-26 16:14:57 +1000286M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +1100287M: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +0000288L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500289S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200290F: target/ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100291F: hw/ppc/
Thomas Huthb5d55022016-09-05 22:03:36 +0200292F: include/hw/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200293F: disas/ppc.c
Thomas Huthc592f702021-01-12 17:40:43 +0100294F: tests/acceptance/machine_ppc.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500295
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200296RISC-V TCG CPUs
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -0700297M: Palmer Dabbelt <palmer@dabbelt.com>
Palmer Dabbelta17a61f2018-10-29 09:06:44 -0700298M: Alistair Francis <Alistair.Francis@wdc.com>
Michael Clark4dc62b12018-03-03 01:31:09 +1300299M: Sagar Karandikar <sagark@eecs.berkeley.edu>
300M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700301L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800302S: Supported
Michael Clark4dc62b12018-03-03 01:31:09 +1300303F: target/riscv/
304F: hw/riscv/
305F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000306F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000307F: linux-user/host/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300308
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800309RENESAS RX CPUs
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +0100310R: Yoshinori Sato <ysato@users.sourceforge.jp>
311S: Orphan
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800312F: target/rx/
313
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200314S390 TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800315M: Richard Henderson <richard.henderson@linaro.org>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100316M: David Hildenbrand <david@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500317S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200318F: target/s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100319F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200320F: disas/s390.c
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400321F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200322L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000323
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200324SH4 TCG CPUs
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +0100325R: Yoshinori Sato <ysato@users.sourceforge.jp>
326S: Orphan
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200327F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100328F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200329F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200330F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000331
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200332SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000333M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100334M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500335S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200336F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100337F: hw/sparc/
338F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100339F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200340F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500341
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200342UniCore32 TCG CPUs
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100343M: Guan Xuetao <gxt@mprc.pku.edu.cn>
344S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200345F: target/unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100346F: hw/unicore32/
Thomas Huth47b98d52016-09-09 23:16:03 +0200347F: include/hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100348
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200349X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200350M: Paolo Bonzini <pbonzini@redhat.com>
Richard Henderson336f7442020-11-12 20:35:43 -0800351M: Richard Henderson <richard.henderson@linaro.org>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300352M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300353S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200354F: target/i386/
Alex Bennée41324312018-04-05 15:35:11 +0100355F: tests/tcg/i386/
Alex Bennée3a082ec2018-04-17 11:14:37 +0100356F: tests/tcg/x86_64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100357F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200358F: disas/i386.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000359F: docs/system/cpu-models-x86.rst.inc
Eduardo Habkostf953c102020-12-14 16:20:32 -0500360T: git https://gitlab.com/ehabkost/qemu.git x86-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500361
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200362Xtensa TCG CPUs
Max Filippov16e7caa2011-09-06 03:55:56 +0400363M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippovb8105d22018-02-27 21:15:34 -0800364W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400365S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200366F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100367F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200368F: tests/tcg/xtensa/
Max Filippov5a6539e2017-10-31 16:17:43 -0700369F: disas/xtensa.c
Max Filippov895e4892018-11-22 15:06:21 -0800370F: include/hw/xtensa/xtensa-isa.h
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100371F: default-configs/*/xtensa*.mak
Max Filippov16e7caa2011-09-06 03:55:56 +0400372
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200373TriCore TCG CPUs
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100374M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
375S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200376F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100377F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200378F: include/hw/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100379
Alex Bennéedd28beb2018-04-05 15:03:22 +0100380Multiarch Linux User Tests
381M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000382S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100383F: tests/tcg/multiarch/
384
Markus Armbruster84995ea2019-06-06 19:24:08 +0200385Guest CPU Cores (KVM)
386---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200387Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300388M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500389L: kvm@vger.kernel.org
390S: Supported
Philippe Mathieu-Daudéa6bb42f2020-06-18 14:33:33 +0200391F: */*/kvm*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300392F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100393F: accel/stubs/kvm-stub.c
394F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100395F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100396F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500397
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200398ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000399M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000400L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000401S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200402F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000403
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200404MIPS KVM CPUs
Huacai Chendab1e1e2020-12-05 17:22:01 +0800405M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic134f7f72020-02-24 12:50:58 +0100406S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200407F: target/mips/kvm.c
James Hogana31896c2014-06-17 23:10:37 +0100408
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200409PPC KVM CPUs
Alexander Grafbba8e232018-10-30 10:35:31 +0100410M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +1100411M: Greg Kurz <groug@kaod.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500412S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200413F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500414
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200415S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100416M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckc1976ae2017-07-04 11:22:15 +0200417M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100418M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100419S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200420F: target/s390x/kvm.c
David Hildenbrand040078e2017-09-28 15:46:05 +0200421F: target/s390x/kvm_s390x.h
422F: target/s390x/kvm-stub.c
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200423F: target/s390x/ioinst.[ch]
424F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200425F: target/s390x/sigp.c
Cornelia Huck8b3410d2019-06-26 15:00:21 +0200426F: target/s390x/cpu_features*.[ch]
427F: target/s390x/cpu_models.[ch]
Janosch Frankc3347ed2020-03-23 04:36:06 -0400428F: hw/s390x/pv.c
429F: include/hw/s390x/pv.h
Cornelia Huck4277af12014-10-20 19:00:03 +0200430F: hw/intc/s390_flic.c
431F: hw/intc/s390_flic_kvm.c
432F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100433F: gdb-xml/s390*.xml
Cornelia Huck99eaf132020-12-14 14:26:28 +0100434T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000435T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200436L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500437
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200438X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200439M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500440M: Marcelo Tosatti <mtosatti@redhat.com>
441L: kvm@vger.kernel.org
442S: Supported
Claudio Fontanaa9dc68d2020-12-12 16:55:08 +0100443F: target/i386/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100444F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500445
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200446Guest CPU Cores (other accelerators)
447------------------------------------
448Overall
Richard Henderson336f7442020-11-12 20:35:43 -0800449M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200450R: Paolo Bonzini <pbonzini@redhat.com>
451S: Maintained
Claudio Fontana940e43a2021-02-04 17:39:24 +0100452F: include/qemu/accel.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100453F: include/sysemu/accel-ops.h
Claudio Fontanafb6916d2021-02-04 17:39:26 +0100454F: include/hw/core/accel-cpu.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100455F: accel/accel-*.c
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200456F: accel/Makefile.objs
457F: accel/stubs/Makefile.objs
458
Roman Bolshakov674fc212020-03-16 20:18:27 +0300459X86 HVF CPUs
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300460M: Cameron Esfahani <dirty@apple.com>
Roman Bolshakov674fc212020-03-16 20:18:27 +0300461M: Roman Bolshakov <r.bolshakov@yadro.com>
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300462W: https://wiki.qemu.org/Features/HVF
Roman Bolshakov674fc212020-03-16 20:18:27 +0300463S: Maintained
Roman Bolshakov674fc212020-03-16 20:18:27 +0300464F: target/i386/hvf/
465F: include/sysemu/hvf.h
466
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000467WHPX CPUs
468M: Sunil Muthuswamy <sunilmut@microsoft.com>
469S: Supported
Claudio Fontana1fc33bb2020-12-12 16:55:09 +0100470F: target/i386/whpx/
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000471F: include/sysemu/whpx.h
472
Markus Armbruster84995ea2019-06-06 19:24:08 +0200473Guest CPU Cores (Xen)
474---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200475X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100476M: Stefano Stabellini <sstabellini@kernel.org>
477M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100478M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000479L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100480S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100481F: */xen*
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200482F: accel/xen/*
Greg Kurzb8278912019-05-29 12:24:44 +0200483F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200484F: hw/char/xen_console.c
485F: hw/display/xenfb.c
486F: hw/net/xen_nic.c
Anthony PERARD758af9c2020-04-06 17:50:43 +0100487F: hw/usb/xen-usb.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000488F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000489F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200490F: hw/xen/
491F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000492F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100493F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000494F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200495F: include/hw/xen/
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200496F: include/sysemu/xen.h
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000497F: include/sysemu/xen-mapcache.h
Philippe Mathieu-Daudé71f364b2020-09-08 17:55:28 +0200498F: stubs/xen-hw-stub.c
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100499
Colin Xu6c94b952020-02-28 09:20:46 +0800500Guest CPU Cores (HAXM)
501---------------------
502X86 HAXM CPUs
503M: Wenchao Wang <wenchao.wang@intel.com>
504M: Colin Xu <colin.xu@intel.com>
505L: haxm-team@intel.com
506W: https://github.com/intel/haxm/issues
507S: Maintained
Philippe Mathieu-Daudéf7091f52020-06-18 14:33:35 +0200508F: accel/stubs/hax-stub.c
Colin Xu6c94b952020-02-28 09:20:46 +0800509F: include/sysemu/hax.h
Claudio Fontana7fdef0d2020-12-12 16:55:10 +0100510F: target/i386/hax/
Colin Xu6c94b952020-02-28 09:20:46 +0800511
Markus Armbruster84995ea2019-06-06 19:24:08 +0200512Hosts
513-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100514LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100515M: Michael S. Tsirkin <mst@redhat.com>
516M: Cornelia Huck <cohuck@redhat.com>
517M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100518S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100519F: linux-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100520F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100521
522POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100523M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100524S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100525F: os-posix.c
526F: include/sysemu/os-posix.h
527F: util/*posix*.c
528F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100529
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200530NETBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200531M: Kamil Rytarowski <kamil@netbsd.org>
532S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200533K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200534
Brad Smith0a773d52018-02-16 11:46:20 -0500535OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500536M: Brad Smith <brad@comstyle.com>
537S: Maintained
538K: ^Subject:.*(?i)OpenBSD
539
Stefan Weil1bdd6872012-01-27 18:53:49 +0100540W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100541M: Stefan Weil <sw@weilnetz.de>
542S: Maintained
543F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200544F: */*win32*
545F: include/*/*win32*
546X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200547F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100548
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100549Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200550--------------
Richard Henderson336f7442020-11-12 20:35:43 -0800551M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100552S: Maintained
553F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100554F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700555F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100556
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500557ARM Machines
558------------
liguang84291fe2013-12-17 19:42:38 +0000559Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100560M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000561M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000562L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000563S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100564F: hw/*/allwinner*
565F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000566F: hw/arm/cubieboard.c
567
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100568Allwinner-h3
569M: Niek Linnenbank <nieklinnenbank@gmail.com>
570L: qemu-arm@nongnu.org
571S: Maintained
572F: hw/*/allwinner-h3*
573F: include/hw/*/allwinner-h3*
Niek Linnenbankb0c96662020-03-11 23:18:38 +0100574F: hw/arm/orangepi.c
Philippe Mathieu-Daudéc67d7322020-11-20 16:45:43 +0100575F: docs/system/arm/orangepi.rst
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100576
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100577ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200578M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000579L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200580S: Maintained
581F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300582F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200583F: hw/display/pl110*
584F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100585F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200586F: hw/dma/pl330.c
587F: hw/gpio/pl061.c
588F: hw/input/pl050.c
589F: hw/intc/pl190.c
590F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100591F: hw/ssi/pl022.c
592F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200593F: hw/rtc/pl031.c
594F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200595F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100596F: hw/timer/cmsdk-apb-timer.c
597F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell30858da2021-01-28 11:41:23 +0000598F: tests/qtest/cmsdk-apb-timer-test.c
Peter Maydell4f4c6202018-08-24 13:17:41 +0100599F: hw/timer/cmsdk-apb-dualtimer.c
600F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydell9bc064b2021-01-28 11:41:25 +0000601F: tests/qtest/cmsdk-apb-dualtimer-test.c
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100602F: hw/char/cmsdk-apb-uart.c
603F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100604F: hw/watchdog/cmsdk-apb-watchdog.c
605F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell9cf5eb22021-01-28 11:41:24 +0000606F: tests/qtest/cmsdk-apb-watchdog-test.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100607F: hw/misc/tz-ppc.c
608F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100609F: hw/misc/tz-mpc.c
610F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100611F: hw/misc/tz-msc.c
612F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200613
614ARM cores
615M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000616L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200617S: Maintained
618F: hw/intc/arm*
619F: hw/intc/gic_internal.h
620F: hw/misc/a9scu.c
621F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000622F: hw/misc/arm_l2x0.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200623F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300624F: hw/timer/arm*
625F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200626F: include/hw/intc/arm*
627F: include/hw/misc/a9scu.h
628F: include/hw/misc/arm11scu.h
629F: include/hw/timer/a9gtimer.h
630F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300631F: include/hw/timer/armv7m_systick.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200632F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200633
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000634Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400635M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000636M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000637L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000638S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100639F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100640F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000641
Mark Langsdorf766fd092012-02-16 09:56:10 +0000642Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100643M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000644M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000645L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000646S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100647F: hw/arm/highbank.c
648F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000649
Antony Pavlov9082f122013-12-17 19:42:37 +0000650Canon DIGIC
651M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000652M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000653L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000654S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000655F: include/hw/arm/digic.h
656F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100657F: include/hw/*/digic*
Thomas Huth56c2c592020-05-14 21:04:22 +0200658F: tests/acceptance/machine_arm_canona1100.py
Peter Maydell2d21dd12020-07-13 18:57:43 +0100659F: docs/system/arm/digic.rst
Antony Pavlov9082f122013-12-17 19:42:37 +0000660
Anup Patel9c8fdce2019-11-06 11:56:50 +0000661Goldfish RTC
662M: Anup Patel <anup.patel@wdc.com>
663M: Alistair Francis <Alistair.Francis@wdc.com>
664L: qemu-riscv@nongnu.org
665S: Maintained
666F: hw/rtc/goldfish_rtc.c
667F: include/hw/rtc/goldfish_rtc.h
668
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500669Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000670M: Peter Maydell <peter.maydell@linaro.org>
671R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000672L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100673S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100674F: hw/arm/gumstix.c
Peter Maydellbb309002020-07-13 18:57:45 +0100675F: docs/system/arm/gumstix.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500676
Thomas Huth123a0692018-11-26 13:39:23 +0000677i.MX25 PDK
678M: Peter Maydell <peter.maydell@linaro.org>
679R: Jean-Christophe Dubois <jcd@tribudubois.net>
680L: qemu-arm@nongnu.org
681S: Odd Fixes
682F: hw/arm/fsl-imx25.c
683F: hw/arm/imx25_pdk.c
684F: hw/misc/imx25_ccm.c
Guenter Roeck37f959592020-05-17 09:21:28 -0700685F: hw/watchdog/wdt_imx2.c
Thomas Huth123a0692018-11-26 13:39:23 +0000686F: include/hw/arm/fsl-imx25.h
687F: include/hw/misc/imx25_ccm.h
Guenter Roeck37f959592020-05-17 09:21:28 -0700688F: include/hw/watchdog/wdt_imx2.h
Thomas Huth123a0692018-11-26 13:39:23 +0000689
Thomas Huth95a5db32018-11-19 15:29:08 +0000690i.MX31 (kzm)
Peter Maydella00d7f22018-11-19 15:29:08 +0000691M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000692L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000693S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100694F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000695F: hw/*/imx_*
696F: hw/*/*imx31*
697F: include/hw/*/imx_*
698F: include/hw/*/*imx31*
Peter Chubb03255592012-07-04 10:43:34 +0000699
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500700Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100701M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000702L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500703S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100704F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200705F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000706F: include/hw/misc/arm_integrator_debug.h
Thomas Huth5e0ac7e2020-02-25 18:24:59 +0100707F: tests/acceptance/machine_arm_integratorcp.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000708F: docs/system/arm/integratorcp.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500709
Thomas Huth95a5db32018-11-19 15:29:08 +0000710MCIMX6UL EVK / i.MX6ul
711M: Peter Maydell <peter.maydell@linaro.org>
712R: Jean-Christophe Dubois <jcd@tribudubois.net>
713L: qemu-arm@nongnu.org
714S: Odd Fixes
715F: hw/arm/mcimx6ul-evk.c
716F: hw/arm/fsl-imx6ul.c
717F: hw/misc/imx6ul_ccm.c
718F: include/hw/arm/fsl-imx6ul.h
719F: include/hw/misc/imx6ul_ccm.h
720
721MCIMX7D SABRE / i.MX7
722M: Peter Maydell <peter.maydell@linaro.org>
723R: Andrey Smirnov <andrew.smirnov@gmail.com>
724L: qemu-arm@nongnu.org
725S: Odd Fixes
726F: hw/arm/mcimx7d-sabre.c
727F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000728F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000729F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000730F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000731F: hw/pci-host/designware.c
732F: include/hw/pci-host/designware.h
733
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100734MPS2
735M: Peter Maydell <peter.maydell@linaro.org>
736L: qemu-arm@nongnu.org
737S: Maintained
738F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100739F: hw/arm/mps2-tz.c
740F: hw/misc/mps2-*.c
741F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000742F: hw/arm/armsse.c
743F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100744F: hw/misc/iotkit-secctl.c
745F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100746F: hw/misc/iotkit-sysctl.c
747F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100748F: hw/misc/iotkit-sysinfo.c
749F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell4239b312021-02-19 14:45:53 +0000750F: hw/misc/armsse-cpu-pwrctrl.c
751F: include/hw/misc/armsse-cpu-pwrctrl.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000752F: hw/misc/armsse-cpuid.c
753F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000754F: hw/misc/armsse-mhu.c
755F: include/hw/misc/armsse-mhu.h
Peter Maydell0d10df32021-02-19 14:45:44 +0000756F: hw/timer/sse-counter.c
757F: include/hw/timer/sse-counter.h
Peter Maydell0b8ceee2021-02-19 14:45:45 +0000758F: hw/timer/sse-timer.c
759F: include/hw/timer/sse-timer.h
Peter Maydell1eca58a2021-02-19 14:46:17 +0000760F: tests/qtest/sse-timer-test.c
Peter Maydellba7912a2020-05-07 16:18:18 +0100761F: docs/system/arm/mps2.rst
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100762
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000763Musca
764M: Peter Maydell <peter.maydell@linaro.org>
765L: qemu-arm@nongnu.org
766S: Maintained
767F: hw/arm/musca.c
Peter Maydell9f8f6402020-05-07 16:18:19 +0100768F: docs/system/arm/musca.rst
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000769
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500770Musicpal
771M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000772M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000773L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000774S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100775F: hw/arm/musicpal.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000776F: docs/system/arm/musicpal.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500777
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700778Nuvoton NPCM7xx
779M: Havard Skinnemoen <hskinnemoen@google.com>
780M: Tyrone Ting <kfting@nuvoton.com>
781L: qemu-arm@nongnu.org
782S: Supported
783F: hw/*/npcm7xx*
784F: include/hw/*/npcm7xx*
Hao Wu7d378ed2020-10-23 14:06:34 -0700785F: tests/qtest/npcm7xx*
Havard Skinnemoend1cb5ed2020-09-10 22:20:53 -0700786F: pc-bios/npcm7xx_bootrom.bin
787F: roms/vbootrom
Philippe Mathieu-Daudé71703112020-11-20 16:45:42 +0100788F: docs/system/arm/nuvoton.rst
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700789
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500790nSeries
791M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000792M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000793L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000794S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100795F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200796F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000797F: hw/input/lm832x.c
798F: hw/input/tsc2005.c
799F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200800F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200801F: include/hw/display/blizzard.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200802F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200803F: include/hw/misc/cbus.h
Thomas Huth050a82f2020-02-25 18:24:58 +0100804F: tests/acceptance/machine_arm_n8x0.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000805F: docs/system/arm/nseries.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500806
807Palm
808M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000809M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000810L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000811S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100812F: hw/arm/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000813F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200814F: include/hw/input/tsc2xxx.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000815F: docs/system/arm/palm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500816
Thomas Huth95a5db32018-11-19 15:29:08 +0000817Raspberry Pi
818M: Peter Maydell <peter.maydell@linaro.org>
819R: Andrew Baumann <Andrew.Baumann@microsoft.com>
820R: Philippe Mathieu-Daudé <f4bug@amsat.org>
821L: qemu-arm@nongnu.org
822S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000823F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000824F: hw/arm/raspi_platform.h
825F: hw/*/bcm283*
826F: include/hw/arm/raspi*
827F: include/hw/*/bcm283*
Philippe Mathieu-Daudéd9f2ac32020-11-20 18:39:51 +0100828F: docs/system/arm/raspi.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000829
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500830Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100831M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000832L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500833S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100834F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200835F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200836F: hw/intc/realview_gic.c
837F: include/hw/intc/realview_gic.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000838F: docs/system/arm/realview.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500839
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200840PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500841M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000842M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000843L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000844S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200845F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100846F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200847F: hw/arm/tosa.c
848F: hw/arm/z2.c
849F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000850F: hw/display/tc6393xb.c
851F: hw/gpio/max7310.c
852F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200853F: hw/misc/mst_fpga.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000854F: hw/misc/max111x.c
Peter Maydell30296812020-07-03 16:59:45 +0100855F: include/hw/misc/max111x.h
Thomas Huthed0db862016-02-25 12:22:04 +0100856F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000857F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200858F: include/hw/display/tc6393xb.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000859F: docs/system/arm/xscale.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500860
Thomas Huth95a5db32018-11-19 15:29:08 +0000861SABRELITE / i.MX6
862M: Peter Maydell <peter.maydell@linaro.org>
863R: Jean-Christophe Dubois <jcd@tribudubois.net>
864L: qemu-arm@nongnu.org
865S: Odd Fixes
866F: hw/arm/sabrelite.c
867F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000868F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000869F: hw/ssi/imx_spi.c
Guenter Roeck0701a5e2020-03-12 18:45:47 -0700870F: hw/usb/imx-usb-phy.c
871F: include/hw/usb/imx-usb-phy.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000872F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000873F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000874F: include/hw/ssi/imx_spi.h
875
Hongbo Zhang64580902019-07-01 17:26:18 +0100876SBSA-REF
Radoslaw Biernacki428a3772020-05-12 19:07:04 +0200877M: Radoslaw Biernacki <rad@semihalf.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100878M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholmaff55692020-01-16 17:42:26 +0000879R: Leif Lindholm <leif@nuviainc.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100880L: qemu-arm@nongnu.org
881S: Maintained
882F: hw/arm/sbsa-ref.c
Philippe Mathieu-Daudé9eeeb802020-11-20 16:45:44 +0100883F: docs/system/arm/sbsa.rst
Hongbo Zhang64580902019-07-01 17:26:18 +0100884
Thomas Huth671f11b2018-11-13 10:47:58 +0000885Sharp SL-5500 (Collie) PDA
886M: Peter Maydell <peter.maydell@linaro.org>
887L: qemu-arm@nongnu.org
888S: Odd Fixes
889F: hw/arm/collie.c
890F: hw/arm/strongarm*
Peter Maydellb76b60f2020-07-13 18:57:44 +0100891F: docs/system/arm/collie.rst
Thomas Huth671f11b2018-11-13 10:47:58 +0000892
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500893Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100894M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000895L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500896S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100897F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200898F: include/hw/input/gamepad.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000899F: docs/system/arm/stellaris.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500900
Thomas Huth95a5db32018-11-19 15:29:08 +0000901Versatile Express
902M: Peter Maydell <peter.maydell@linaro.org>
903L: qemu-arm@nongnu.org
904S: Maintained
905F: hw/arm/vexpress.c
Peter Maydell5a1d4242020-05-07 16:18:17 +0100906F: docs/system/arm/vexpress.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000907
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500908Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100909M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000910L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500911S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100912F: hw/*/versatile*
Philippe Mathieu-Daudéf61c3fb2020-06-17 09:25:29 +0200913F: include/hw/i2c/arm_sbcon_i2c.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300914F: hw/misc/arm_sysctl.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000915F: docs/system/arm/versatile.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500916
Thomas Huth95a5db32018-11-19 15:29:08 +0000917Virt
918M: Peter Maydell <peter.maydell@linaro.org>
919L: qemu-arm@nongnu.org
920S: Maintained
921F: hw/arm/virt*
922F: include/hw/arm/virt.h
Peter Maydell6a0b7502020-07-13 18:57:46 +0100923F: docs/system/arm/virt.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000924
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000925Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700926M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +0000927M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000928M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000929L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000930S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700931F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100932F: hw/*/cadence_*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200933F: hw/misc/zynq*
934F: include/hw/misc/zynq*
Alistair Franciscc0100f2016-07-28 09:55:39 -0700935X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000936
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200937Xilinx ZynqMP and Versal
Alistair Francisc22e5802018-03-01 11:05:58 +0000938M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700939M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000940M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000941L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100942S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700943F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200944F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +0100945F: include/hw/ssi/xilinx_spips.h
946F: hw/display/dpcd.c
947F: include/hw/display/dpcd.h
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200948F: docs/system/arm/xlnx-versal-virt.rst
Alistair Francis137805f2015-08-25 15:45:07 +0100949
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100950ARM ACPI Subsystem
Zhaoshenglonge59f13d2017-12-13 17:59:26 +0000951M: Shannon Zhao <shannon.zhaosl@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000952L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100953S: Maintained
954F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100955
Alistair Francisa1f81932016-10-04 13:28:07 +0100956STM32F205
957M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000958M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100959L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100960S: Maintained
961F: hw/arm/stm32f205_soc.c
962F: hw/misc/stm32f2xx_syscfg.c
963F: hw/char/stm32f2xx_usart.c
964F: hw/timer/stm32f2xx_timer.c
965F: hw/adc/*
966F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -0300967F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +0100968
Alistair Francis529fc5f2020-01-17 14:09:29 +0000969STM32F405
970M: Alistair Francis <alistair@alistair23.me>
971M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100972L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +0000973S: Maintained
974F: hw/arm/stm32f405_soc.c
975F: hw/misc/stm32f4xx_syscfg.c
976F: hw/misc/stm32f4xx_exti.c
977
Alistair Francisa1f81932016-10-04 13:28:07 +0100978Netduino 2
979M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000980M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100981L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100982S: Maintained
983F: hw/arm/netduino2.c
984
Alistair Francis60d6c422020-01-17 14:09:29 +0000985Netduino Plus 2
986M: Alistair Francis <alistair@alistair23.me>
987M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100988L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +0000989S: Maintained
990F: hw/arm/netduinoplus2.c
991
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000992SmartFusion2
993M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000994M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100995L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000996S: Maintained
997F: hw/arm/msf2-soc.c
998F: hw/misc/msf2-sysreg.c
999F: hw/timer/mss-timer.c
1000F: hw/ssi/mss-spi.c
1001F: include/hw/arm/msf2-soc.h
1002F: include/hw/misc/msf2-sysreg.h
1003F: include/hw/timer/mss-timer.h
1004F: include/hw/ssi/mss-spi.h
Subbaraya Sundeep1c664372020-04-16 20:24:49 +05301005F: hw/net/msf2-emac.c
1006F: include/hw/net/msf2-emac.h
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001007
1008Emcraft M2S-FG484
1009M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001010M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001011L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001012S: Maintained
1013F: hw/arm/msf2-som.c
1014
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001015ASPEED BMCs
1016M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +00001017M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001018R: Andrew Jeffery <andrew@aj.id.au>
1019R: Joel Stanley <joel@jms.id.au>
1020L: qemu-arm@nongnu.org
1021S: Maintained
1022F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001023F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001024F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001025F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001026F: hw/net/ftgmac100.c
1027F: include/hw/net/ftgmac100.h
Philippe Mathieu-Daudéde8ee7d2020-11-20 16:45:41 +01001028F: docs/system/arm/aspeed.rst
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001029
Joel Stanleyc0066d12018-09-25 14:02:30 +01001030NRF51
1031M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +00001032M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +01001033L: qemu-arm@nongnu.org
1034S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +00001035F: hw/*/nrf51*.c
1036F: hw/*/microbit*.c
1037F: include/hw/*/nrf51*.h
1038F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001039F: tests/qtest/microbit-test.c
Joel Stanleyc0066d12018-09-25 14:02:30 +01001040
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001041AVR Machines
1042-------------
1043
1044AVR MCUs
1045M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001046S: Maintained
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01001047F: default-configs/*/avr-softmmu.mak
Philippe Mathieu-Daudé7dd8f6f2020-01-24 01:51:25 +01001048F: hw/avr/
Michael Rolnik429ca9d2020-01-24 01:51:17 +01001049F: include/hw/char/avr_usart.h
1050F: hw/char/avr_usart.c
Michael Rolnik8ff47bc2020-01-24 01:51:18 +01001051F: include/hw/timer/avr_timer16.h
1052F: hw/timer/avr_timer16.c
Michael Rolnikdc288de2020-01-24 01:51:19 +01001053F: include/hw/misc/avr_power.h
1054F: hw/misc/avr_power.c
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001055
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001056Arduino
1057M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001058S: Maintained
1059F: hw/avr/arduino.c
1060
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001061CRIS Machines
1062-------------
1063Axis Dev88
1064M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1065S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001066F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001067F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001068
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001069HP-PARISC Machines
1070------------------
Helge Deller18092592019-12-20 22:15:07 +01001071HP B160L
Richard Henderson336f7442020-11-12 20:35:43 -08001072M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001073R: Helge Deller <deller@gmx.de>
1074S: Odd Fixes
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01001075F: default-configs/*/hppa-softmmu.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001076F: hw/hppa/
1077F: pc-bios/hppa-firmware.img
1078
Michael Walle07bf23a2011-02-17 23:45:18 +01001079LM32 Machines
1080-------------
1081EVR32 and uclinux BSP
Philippe Mathieu-Daudé4b4d96c2020-03-16 15:28:27 +01001082R: Michael Walle <michael@walle.cc>
1083S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001084F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +01001085
Michael Walled118aa62011-03-07 23:32:45 +01001086milkymist
Philippe Mathieu-Daudé4b4d96c2020-03-16 15:28:27 +01001087R: Michael Walle <michael@walle.cc>
1088S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001089F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +01001090
Aurelien Jarnoafcacd52011-01-14 20:39:19 +01001091M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001092-------------
1093an5206
Thomas Huth5baf2742017-02-12 23:38:17 +01001094M: Thomas Huth <huth@tuxfamily.org>
1095S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001096F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001097F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001098
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001099mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +01001100M: Thomas Huth <huth@tuxfamily.org>
1101S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001102F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001103F: hw/m68k/mcf_intc.c
1104F: hw/char/mcf_uart.c
1105F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +01001106F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001107
Thomas Huth1810b812018-06-30 08:33:57 +00001108NeXTcube
1109M: Thomas Huth <huth@tuxfamily.org>
1110S: Odd Fixes
1111F: hw/m68k/next-*.c
1112F: hw/display/next-fb.c
1113F: include/hw/m68k/next-cube.h
1114
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001115q800
1116M: Laurent Vivier <laurent@vivier.eu>
1117S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001118F: hw/m68k/q800.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001119F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001120F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001121F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +02001122F: hw/block/swim.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001123F: hw/m68k/bootinfo.h
Laurent Vivier382d71a2020-12-20 12:26:09 +01001124F: include/standard-headers/asm-m68k/bootinfo.h
1125F: include/standard-headers/asm-m68k/bootinfo-mac.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001126F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001127F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001128F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +02001129F: include/hw/block/swim.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001130
Laurent Viviere1cecdc2021-03-12 22:41:45 +01001131virt
1132M: Laurent Vivier <laurent@vivier.eu>
1133S: Maintained
1134F: hw/m68k/virt.c
1135F: hw/char/goldfish_tty.c
1136F: hw/intc/goldfish_pic.c
1137F: hw/intc/m68k_irqc.c
1138F: hw/misc/virt_ctrl.c
1139F: include/hw/char/goldfish_tty.h
1140F: include/hw/intc/goldfish_pic.h
1141F: include/hw/intc/m68k_irqc.h
1142F: include/hw/misc/virt_ctrl.h
1143
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001144MicroBlaze Machines
1145-------------------
1146petalogix_s3adsp1800
1147M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1148S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001149F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +01001150F: include/hw/char/xilinx_uartlite.h
Thomas Huthee6c14d2021-01-28 16:28:15 +01001151F: tests/acceptance/machine_microblaze.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001152
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001153petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +01001154M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001155S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001156F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001157
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001158MIPS Machines
1159-------------
1160Jazz
1161M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001162R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001163S: Maintained
Aleksandar Markovic52987222020-05-18 22:09:20 +02001164F: hw/mips/jazz.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +01001165F: hw/display/jazz_led.c
1166F: hw/dma/rc4030.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001167
1168Malta
Aleksandar Markovic485cd982019-12-10 13:55:17 +01001169M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1170R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovicca263c02020-10-07 22:37:21 +02001171S: Odd Fixes
Aleksandar Markovic60041372019-12-10 13:55:18 +01001172F: hw/isa/piix4.c
1173F: hw/acpi/piix4.c
Aleksandar Markovic52987222020-05-18 22:09:20 +02001174F: hw/mips/malta.c
Aleksandar Markovic93081f52019-06-20 15:33:12 +02001175F: hw/mips/gt64xxx_pci.c
Aleksandar Markovic60041372019-12-10 13:55:18 +01001176F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudéc47c3362019-05-23 18:18:32 +02001177F: tests/acceptance/linux_ssh_mips_malta.py
Philippe Mathieu-Daudé0484d9d2020-02-01 21:47:50 +01001178F: tests/acceptance/machine_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001179
1180Mipssim
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001181R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
John Snow4251dfb2020-10-30 11:34:16 -04001182S: Orphan
Aleksandar Markovic52987222020-05-18 22:09:20 +02001183F: hw/mips/mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001184F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001185
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001186Fuloong 2E
Huacai Chendab1e1e2020-12-05 17:22:01 +08001187M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic86eb0692019-12-10 13:55:16 +01001188M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Huacai Chen97eeef82020-04-08 17:16:20 +08001189R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001190S: Odd Fixes
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001191F: hw/mips/fuloong2e.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001192F: hw/isa/vt82c686.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001193F: hw/pci-host/bonito.c
Philippe Mathieu-Daudé6f2bcd52021-03-09 20:08:02 +01001194F: hw/usb/vt82c686-uhci-pci.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001195F: include/hw/isa/vt82c686.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001196
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02001197Loongson-3 virtual platforms
Huacai Chendab1e1e2020-12-05 17:22:01 +08001198M: Huacai Chen <chenhuacai@kernel.org>
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001199R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1200S: Maintained
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001201F: hw/intc/loongson_liointc.c
Huacai Chend2245e22020-10-16 14:51:58 +08001202F: hw/mips/loongson3_bootp.c
1203F: hw/mips/loongson3_bootp.h
Huacai Chenc76b4092020-04-27 17:33:14 +08001204F: hw/mips/loongson3_virt.c
Jiaxun Yangc0928e62021-01-12 10:07:08 +08001205F: tests/acceptance/machine_mips_loongson3v.py
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001206
Yongbok Kim659f42d2017-03-10 15:32:32 +00001207Boston
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001208M: Paul Burton <paulburton@kernel.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001209R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001210S: Odd Fixes
Yongbok Kim659f42d2017-03-10 15:32:32 +00001211F: hw/core/loader-fit.c
1212F: hw/mips/boston.c
1213F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001214F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001215
Jia Liu945dad62013-07-02 20:55:17 +08001216OpenRISC Machines
1217-----------------
1218or1k-sim
1219M: Jia Liu <proljc@gmail.com>
1220S: Maintained
1221F: hw/openrisc/openrisc_sim.c
1222
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001223PowerPC Machines
1224----------------
1225405
Alexander Grafbba8e232018-10-30 10:35:31 +01001226M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001227M: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001228L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +00001229S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001230F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001231
Andreas Färberaaade8d2012-08-22 05:48:47 +00001232Bamboo
Alexander Grafbba8e232018-10-30 10:35:31 +01001233M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001234M: Greg Kurz <groug@kaod.org>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001235L: qemu-ppc@nongnu.org
1236S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001237F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +00001238
Andreas Färber98cded32012-08-22 05:48:45 +00001239e500
Alexander Grafbba8e232018-10-30 10:35:31 +01001240M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001241M: Greg Kurz <groug@kaod.org>
Andreas Färber98cded32012-08-22 05:48:45 +00001242L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001243S: Odd Fixes
Thomas Huthce6fc612019-01-30 17:22:25 +01001244F: hw/ppc/e500*
Thomas Huth2c6aba12019-01-02 16:57:56 +01001245F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001246F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001247F: hw/net/fsl_etsec/
1248F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001249F: include/hw/ppc/ppc_e500.h
1250F: include/hw/pci-host/ppce500.h
1251F: pc-bios/u-boot.e500
Andreas Färber98cded32012-08-22 05:48:45 +00001252
1253mpc8544ds
Alexander Grafbba8e232018-10-30 10:35:31 +01001254M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001255M: Greg Kurz <groug@kaod.org>
Andreas Färber98cded32012-08-22 05:48:45 +00001256L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001257S: Odd Fixes
Andreas Färber98cded32012-08-22 05:48:45 +00001258F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001259F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +00001260
Thomas Huth2c6aba12019-01-02 16:57:56 +01001261New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001262M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1263R: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001264R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001265L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001266S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001267F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001268F: hw/pci-host/uninorth.c
1269F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001270F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001271F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001272F: hw/nvram/mac_nvram.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001273F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001274F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001275F: include/hw/misc/mos6522.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001276F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001277F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001278F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001279F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001280
Thomas Huth2c6aba12019-01-02 16:57:56 +01001281Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001282M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1283R: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001284R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001285L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001286S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001287F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001288F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001289F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001290F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001291F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001292F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001293F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001294F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001295
Andreas Färberec38d392011-11-01 00:03:07 +01001296PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001297M: Hervé Poussineau <hpoussin@reactos.org>
David Gibsonba477e62020-11-26 15:09:16 +11001298R: David Gibson <david@gibson.dropbear.id.au>
1299R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001300L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001301S: Maintained
Andreas Färber75610152013-01-26 20:41:58 +01001302F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001303F: hw/ppc/prep_systemio.c
1304F: hw/ppc/rs6000_mc.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001305F: hw/pci-host/prep.[hc]
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001306F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001307F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001308F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001309F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001310F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001311F: include/hw/rtc/m48t59.h
Philippe Mathieu-Daudé71b290e2019-10-28 19:04:04 -04001312F: tests/acceptance/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001313
Andreas Färber300b1152016-01-18 18:19:35 +01001314sPAPR
David Gibson085eb212015-05-08 10:11:00 +10001315M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001316M: Greg Kurz <groug@kaod.org>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001317L: qemu-ppc@nongnu.org
1318S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001319F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001320F: include/hw/*/spapr*
1321F: hw/*/xics*
1322F: include/hw/*/xics*
Thomas Huthb5d55022016-09-05 22:03:36 +02001323F: pc-bios/slof.bin
1324F: docs/specs/ppc-spapr-hcalls.txt
1325F: docs/specs/ppc-spapr-hotplug.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001326F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001327F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001328F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001329F: tests/qtest/libqos/rtas*
Andreas Färber8a269ca2012-08-22 05:48:44 +00001330
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001331PowerNV (Non-Virtualized)
1332M: Cédric Le Goater <clg@kaod.org>
1333M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001334M: Greg Kurz <groug@kaod.org>
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001335L: qemu-ppc@nongnu.org
1336S: Maintained
1337F: hw/ppc/pnv*
1338F: hw/intc/pnv*
1339F: hw/intc/xics_pnv.c
Markus Armbruster157ed952020-06-09 14:23:27 +02001340F: hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001341F: include/hw/ppc/pnv*
Markus Armbruster157ed952020-06-09 14:23:27 +02001342F: include/hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001343F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001344F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001345
Andreas Färber794d00b2012-08-22 05:48:48 +00001346virtex_ml507
1347M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1348L: qemu-ppc@nongnu.org
1349S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001350F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +00001351
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001352sam460ex
1353M: BALATON Zoltan <balaton@eik.bme.hu>
David Gibsonba477e62020-11-26 15:09:16 +11001354R: David Gibson <david@gibson.dropbear.id.au>
1355R: Greg Kurz <groug@kaod.org>
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001356L: qemu-ppc@nongnu.org
1357S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001358F: hw/ppc/sam460ex.c
1359F: hw/ppc/ppc440_pcix.c
1360F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001361F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001362F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001363F: pc-bios/canyonlands.dt[sb]
1364F: pc-bios/u-boot-sam460ex-20100605.bin
1365F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001366
Alistair Francisfe0fe472020-04-23 11:30:50 -07001367RISC-V Machines
1368---------------
1369OpenTitan
1370M: Alistair Francis <Alistair.Francis@wdc.com>
1371L: qemu-riscv@nongnu.org
1372S: Supported
1373F: hw/riscv/opentitan.c
Alistair Francisa7d2d982020-04-23 14:07:27 -07001374F: hw/char/ibex_uart.c
Alistair Francis879f60f2020-04-23 18:34:15 -07001375F: hw/intc/ibex_plic.c
Alistair Francisfe0fe472020-04-23 11:30:50 -07001376F: include/hw/riscv/opentitan.h
Alistair Francisa7d2d982020-04-23 14:07:27 -07001377F: include/hw/char/ibex_uart.h
Alistair Francis879f60f2020-04-23 18:34:15 -07001378F: include/hw/intc/ibex_plic.h
Alistair Francisfe0fe472020-04-23 11:30:50 -07001379
Bin Meng56f6e312020-09-01 09:38:59 +08001380Microchip PolarFire SoC Icicle Kit
1381M: Bin Meng <bin.meng@windriver.com>
1382L: qemu-riscv@nongnu.org
1383S: Supported
1384F: hw/riscv/microchip_pfsoc.c
Bin Menga8fb0a52020-09-01 09:39:00 +08001385F: hw/char/mchp_pfsoc_mmuart.c
Bin Meng3400b152020-10-28 13:30:02 +08001386F: hw/misc/mchp_pfsoc_dmc.c
Bin Menga937b302020-10-28 13:30:04 +08001387F: hw/misc/mchp_pfsoc_ioscb.c
Bin Meng0f250652020-10-28 13:30:06 +08001388F: hw/misc/mchp_pfsoc_sysreg.c
Bin Meng56f6e312020-09-01 09:38:59 +08001389F: include/hw/riscv/microchip_pfsoc.h
Bin Menga8fb0a52020-09-01 09:39:00 +08001390F: include/hw/char/mchp_pfsoc_mmuart.h
Bin Meng3400b152020-10-28 13:30:02 +08001391F: include/hw/misc/mchp_pfsoc_dmc.h
Bin Menga937b302020-10-28 13:30:04 +08001392F: include/hw/misc/mchp_pfsoc_ioscb.h
Bin Meng0f250652020-10-28 13:30:06 +08001393F: include/hw/misc/mchp_pfsoc_sysreg.h
Bin Meng56f6e312020-09-01 09:38:59 +08001394
Alistair Francis4fcad932021-02-08 18:11:27 -08001395SiFive Machines
1396M: Alistair Francis <Alistair.Francis@wdc.com>
1397M: Bin Meng <bin.meng@windriver.com>
1398M: Palmer Dabbelt <palmer@dabbelt.com>
1399L: qemu-riscv@nongnu.org
1400S: Supported
1401F: hw/*/*sifive*.c
1402F: include/hw/*/*sifive*.h
1403
Yoshinori Satobda19d72019-01-21 22:16:00 +09001404RX Machines
1405-----------
1406rx-gdbsim
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01001407R: Yoshinori Sato <ysato@users.sourceforge.jp>
1408S: Orphan
Yoshinori Sato4adbfa42020-01-23 22:25:25 +09001409F: docs/system/target-rx.rst
Yoshinori Satobda19d72019-01-21 22:16:00 +09001410F: hw/rx/rx-gdbsim.c
Philippe Mathieu-Daudécf665622019-05-24 05:17:04 +02001411F: tests/acceptance/machine_rx_gdbsim.py
Yoshinori Satobda19d72019-01-21 22:16:00 +09001412
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001413SH4 Machines
1414------------
1415R2D
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001416R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001417R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01001418S: Odd Fixes
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001419F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001420F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001421F: hw/intc/sh_intc.c
Philippe Mathieu-Daudéc64bd102021-02-21 19:56:35 +01001422F: hw/pci-host/sh_pci.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001423F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001424F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001425
1426Shix
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001427R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001428R: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001429S: Odd Fixes
Philippe Mathieu-Daudé475e70b2021-02-21 19:55:22 +01001430F: hw/block/tc58128.c
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001431F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001432F: hw/sh4/shix.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001433F: hw/intc/sh_intc.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001434F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001435F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001436
1437SPARC Machines
1438--------------
1439Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001440M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001441S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001442F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001443F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001444F: hw/display/cg3.c
1445F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001446F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001447F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001448F: hw/*/slavio_*.c
1449F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001450F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001451F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001452F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001453
1454Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001455M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001456S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001457F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001458F: hw/sparc64/sun4u_iommu.c
1459F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001460F: hw/pci-host/sabre.c
1461F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001462F: hw/pci-bridge/simba.c
1463F: include/hw/pci-bridge/simba.h
1464F: pc-bios/openbios-sparc64
Thomas Huth8c432922020-07-02 16:03:16 +02001465F: tests/acceptance/machine_sparc64_sun4u.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001466
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001467Sun4v
1468M: Artyom Tarasenko <atar4qemu@gmail.com>
1469S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001470F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001471F: hw/rtc/sun4v-rtc.c
1472F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001473
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001474Leon3
1475M: Fabien Chouteau <chouteau@adacore.com>
KONRAD Frederic918b8ad2019-05-15 14:31:33 +02001476M: KONRAD Frederic <frederic.konrad@adacore.com>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001477S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001478F: hw/sparc/leon3.c
1479F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001480F: include/hw/*/grlib*
Philippe Mathieu-Daudéb11785c2019-10-28 19:04:04 -04001481F: tests/acceptance/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001482
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001483S390 Machines
1484-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001485S390 Virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001486M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001487M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +01001488M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001489S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +02001490F: hw/char/sclp*.[hc]
Christian Borntraeger9d1c4442017-09-18 15:04:55 +02001491F: hw/char/terminal3270.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001492F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001493F: include/hw/s390x/
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001494F: hw/watchdog/wdt_diag288.c
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001495F: include/hw/watchdog/wdt_diag288.h
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01001496F: default-configs/*/s390x-softmmu.mak
Cornelia Huck2d9ca5a2020-11-26 14:01:58 +01001497F: tests/acceptance/machine_s390_ccw_virtio.py
Cornelia Huck99eaf132020-12-14 14:26:28 +01001498T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001499T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001500L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001501
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001502S390-ccw boot
Cornelia Huck304584b2018-01-15 16:14:45 +01001503M: Christian Borntraeger <borntraeger@de.ibm.com>
1504M: Thomas Huth <thuth@redhat.com>
1505S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001506F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001507F: pc-bios/s390-ccw/
1508F: pc-bios/s390-ccw.img
Cornelia Huckcc3d15a2020-01-28 13:24:14 +01001509F: docs/devel/s390-dasd-ipl.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001510T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001511L: qemu-s390x@nongnu.org
1512
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001513S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001514M: Matthew Rosato <mjrosato@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001515M: Eric Farman <farman@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001516S: Supported
1517F: hw/s390x/s390-pci*
Matthew Rosato408b55d2020-10-26 11:34:31 -04001518F: include/hw/s390x/s390-pci*
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001519L: qemu-s390x@nongnu.org
1520
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001521UniCore32 Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +02001522------------------
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001523PKUnity-3 SoC initramfs-with-busybox
1524M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1525S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001526F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001527F: hw/unicore32/
1528
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001529X86 Machines
1530------------
1531PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001532M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001533M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001534S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001535F: include/hw/i386/
1536F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001537F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001538F: hw/pci-host/q35.c
1539F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001540F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001541F: include/hw/pci-host/q35.h
1542F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001543F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001544F: hw/isa/lpc_ich9.c
1545F: hw/i2c/smbus_ich9.c
1546F: hw/acpi/piix4.c
1547F: hw/acpi/ich9.c
1548F: include/hw/acpi/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001549F: include/hw/southbridge/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001550F: hw/misc/sga.c
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001551F: hw/isa/apm.c
1552F: include/hw/isa/apm.h
Thomas Huthda668aa2021-03-10 07:33:14 +01001553F: tests/unit/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001554F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001555
1556PC Chipset
1557M: Michael S. Tsirkin <mst@redhat.com>
1558M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001559S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001560F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001561F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001562F: hw/char/serial*
1563F: hw/dma/i8257*
1564F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001565F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001566F: hw/intc/apic*
1567F: hw/intc/ioapic*
1568F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001569F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001570F: hw/misc/debugexit.c
1571F: hw/misc/pc-testdev.c
1572F: hw/timer/hpet*
1573F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001574F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001575F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001576F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001577F: include/hw/display/vga.h
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001578F: include/hw/char/parallel.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001579F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001580F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001581F: include/hw/input/i8042.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001582F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001583F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001584F: include/hw/timer/hpet.h
1585F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001586F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001587
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001588microvm
1589M: Sergio Lopez <slp@redhat.com>
1590M: Paolo Bonzini <pbonzini@redhat.com>
1591S: Maintained
1592F: docs/microvm.rst
1593F: hw/i386/microvm.c
1594F: include/hw/i386/microvm.h
1595F: pc-bios/bios-microvm.bin
1596
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001597Machine core
1598M: Eduardo Habkost <ehabkost@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001599M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001600S: Supported
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02001601F: cpu.c
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001602F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001603F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001604F: hw/core/machine.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001605F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001606F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001607F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001608F: qapi/machine.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001609F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001610F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001611F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001612F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001613F: include/sysemu/numa.h
Eduardo Habkostf953c102020-12-14 16:20:32 -05001614T: git https://gitlab.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001615
Max Filippov16e7caa2011-09-06 03:55:56 +04001616Xtensa Machines
1617---------------
Max Filippov375847a2011-10-28 02:11:05 +04001618sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001619M: Max Filippov <jcmvbkbc@gmail.com>
1620S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001621F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001622
Max Filippovd9e85532018-09-10 16:33:24 -07001623virt
1624M: Max Filippov <jcmvbkbc@gmail.com>
1625S: Maintained
1626F: hw/xtensa/virt.c
1627
Max Filippov437a8c12014-10-22 07:25:42 +04001628XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001629M: Max Filippov <jcmvbkbc@gmail.com>
1630S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001631F: hw/xtensa/xtfpga.c
1632F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001633
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001634Devices
1635-------
Vikram Garhwald36d7112020-11-18 11:48:46 -08001636Xilinx CAN
1637M: Vikram Garhwal <fnu.vikram@xilinx.com>
1638M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1639S: Maintained
1640F: hw/net/can/xlnx-*
1641F: include/hw/net/xlnx-*
1642F: tests/qtest/xlnx-can-test*
1643
Jiri Slabyb30934c2015-01-21 17:48:33 +01001644EDU
1645M: Jiri Slaby <jslaby@suse.cz>
1646S: Maintained
1647F: hw/misc/edu.c
1648
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001649IDE
John Snowc0953482015-03-04 23:37:55 -05001650M: John Snow <jsnow@redhat.com>
1651L: qemu-block@nongnu.org
1652S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001653F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001654F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001655F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001656F: hw/block/block.c
1657F: hw/block/cdrom.c
1658F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001659F: tests/qtest/ide-test.c
1660F: tests/qtest/ahci-test.c
1661F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001662F: tests/qtest/libqos/ahci*
John Snow77582e22020-10-01 12:24:01 -04001663T: git https://gitlab.com/jsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001664
Corey Minyardcaf316b2017-12-07 14:55:31 -06001665IPMI
1666M: Corey Minyard <minyard@acm.org>
1667S: Maintained
1668F: include/hw/ipmi/*
1669F: hw/ipmi/*
1670F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001671F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001672T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001673
John Snowc0953482015-03-04 23:37:55 -05001674Floppy
1675M: John Snow <jsnow@redhat.com>
1676L: qemu-block@nongnu.org
1677S: Supported
1678F: hw/block/fdc.c
1679F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001680F: tests/qtest/fdc-test.c
John Snow77582e22020-10-01 12:24:01 -04001681T: git https://gitlab.com/jsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001682
Peter Maydellf5f487b2011-09-17 17:26:15 +01001683OMAP
1684M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001685L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001686S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001687F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001688F: include/hw/arm/omap.h
Philippe Mathieu-Daudé66278f82020-11-20 16:45:45 +01001689F: docs/system/arm/sx1.rst
Peter Maydellf5f487b2011-09-17 17:26:15 +01001690
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001691IPack
1692M: Alberto Garcia <berto@igalia.com>
1693S: Odd Fixes
1694F: hw/char/ipoctal232.c
1695F: hw/ipack/
1696
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001697PCI
1698M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001699M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001700S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001701F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001702F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001703F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001704F: hw/pci-bridge/*
Philippe Mathieu-Daudé61c7f982020-09-13 21:53:48 +02001705F: qapi/pci.json
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001706F: docs/pci*
1707F: docs/specs/*pci*
Fam Zheng534fd812017-10-13 16:53:55 +08001708F: default-configs/pci.mak
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001709
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001710ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001711M: Michael S. Tsirkin <mst@redhat.com>
1712M: Igor Mammedov <imammedo@redhat.com>
1713S: Supported
1714F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001715F: include/hw/firmware/smbios.h
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001716F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001717F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001718F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001719F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001720F: hw/arm/virt-acpi-build.c
Philippe Mathieu-Daudé27c91882020-09-13 21:53:47 +02001721F: qapi/acpi.json
Thomas Huthb963ea12020-06-07 07:20:22 +02001722F: tests/qtest/bios-tables-test*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001723F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001724F: tests/data/acpi/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001725
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001726ACPI/HEST/GHES
Dongjiu Gengd6eed462021-03-11 19:29:04 +08001727R: Dongjiu Geng <gengdongjiu1@gmail.com>
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001728L: qemu-arm@nongnu.org
1729S: Maintained
1730F: hw/acpi/ghes.c
1731F: include/hw/acpi/ghes.h
1732F: docs/specs/acpi_hest_ghes.rst
1733
Andreas Färberaaade8d2012-08-22 05:48:47 +00001734ppc4xx
Alexander Grafbba8e232018-10-30 10:35:31 +01001735M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001736L: qemu-ppc@nongnu.org
1737S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001738F: hw/ppc/ppc4*.c
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001739F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001740F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001741F: include/hw/i2c/ppc4xx_i2c.h
Peter Maydell34d08312020-12-12 00:15:31 +00001742F: hw/intc/ppc-uic.c
1743F: include/hw/intc/ppc-uic.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00001744
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001745Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001746M: Marc-André Lureau <marcandre.lureau@redhat.com>
1747R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001748S: Odd Fixes
1749F: hw/char/
1750
Paolo Bonzinif536f112015-09-22 11:40:00 +02001751Network devices
1752M: Jason Wang <jasowang@redhat.com>
1753S: Odd Fixes
1754F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03001755F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001756F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01001757F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001758T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02001759
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001760Parallel NOR Flash devices
1761M: Philippe Mathieu-Daudé <philmd@redhat.com>
1762T: git https://gitlab.com/philmd/qemu.git pflash-next
1763S: Maintained
1764F: hw/block/pflash_cfi*.c
1765F: include/hw/block/flash.h
1766
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001767SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001768M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001769R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001770S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02001771F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001772F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001773F: tests/qtest/virtio-scsi-test.c
Philippe Mathieu-Daudéb43957d2021-01-26 12:16:38 +01001774F: tests/qtest/fuzz-virtio-scsi-test.c
Mark Cave-Aylandce94fa72021-04-07 20:58:01 +01001775F: tests/qtest/am53c974-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001776T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001777
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001778SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00001779M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001780S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001781F: hw/ssi/*
1782F: hw/block/m25p80.c
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03001783F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01001784X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001785F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01001786
1787Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00001788M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01001789S: Maintained
1790F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001791
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001792SD (Secure Card)
1793M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé3e0a7692021-02-16 14:26:11 +01001794M: Bin Meng <bin.meng@windriver.com>
Philippe Mathieu-Daudéba412472020-06-05 06:56:38 +02001795L: qemu-block@nongnu.org
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001796S: Odd Fixes
1797F: include/hw/sd/sd*
1798F: hw/sd/core.c
1799F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02001800F: hw/sd/ssi-sd.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001801F: tests/qtest/sd*
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001802
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001803USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01001804M: Gerd Hoffmann <kraxel@redhat.com>
1805S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001806F: hw/usb/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001807F: tests/qtest/usb-*-test.c
Thomas Huthbeded0f2016-02-25 10:36:05 +01001808F: docs/usb2.txt
1809F: docs/usb-storage.txt
1810F: include/hw/usb.h
1811F: include/hw/usb/
Philippe Mathieu-Daudé104ebc52017-09-08 14:36:24 -03001812F: default-configs/usb.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001813
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001814USB (serial adapter)
1815M: Gerd Hoffmann <kraxel@redhat.com>
1816M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1817S: Maintained
1818F: hw/usb/dev-serial.c
1819
Alex Williamson92e1fb52012-09-26 11:19:39 -06001820VFIO
1821M: Alex Williamson <alex.williamson@redhat.com>
1822S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07001823F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07001824F: include/hw/vfio/
Philippe Mathieu-Daudé4e779bf2021-02-02 16:56:11 +01001825F: docs/igd-assign.txt
Alex Williamson92e1fb52012-09-26 11:19:39 -06001826
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001827vfio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001828M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger79139382018-10-29 16:42:22 +01001829M: Eric Farman <farman@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001830M: Matthew Rosato <mjrosato@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001831S: Supported
1832F: hw/vfio/ccw.c
1833F: hw/s390x/s390-ccw.c
1834F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04001835F: include/hw/s390x/vfio-ccw.h
Cornelia Huck99eaf132020-12-14 14:26:28 +01001836T: git https://gitlab.com/cohuck/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001837L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001838
Tony Krowiaka51b3152018-10-10 13:03:06 -04001839vfio-ap
Tony Krowiaka51b3152018-10-10 13:03:06 -04001840M: Tony Krowiak <akrowiak@linux.ibm.com>
1841M: Halil Pasic <pasic@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001842M: Jason Herne <jjherne@linux.ibm.com>
Tony Krowiaka51b3152018-10-10 13:03:06 -04001843S: Supported
1844F: hw/s390x/ap-device.c
1845F: hw/s390x/ap-bridge.c
1846F: include/hw/s390x/ap-device.h
1847F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04001848F: hw/vfio/ap.c
Cornelia Huckf58f0842020-03-18 11:39:40 +01001849F: docs/system/s390x/vfio-ap.rst
Tony Krowiaka51b3152018-10-10 13:03:06 -04001850L: qemu-s390x@nongnu.org
1851
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001852vhost
1853M: Michael S. Tsirkin <mst@redhat.com>
1854S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001855F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01001856F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01001857F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01001858F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02001859F: backends/vhost-user.c
1860F: include/sysemu/vhost-user-backend.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001861
1862virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02001863M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001864S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001865F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02001866F: hw/virtio/Makefile.objs
1867F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02001868F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01001869F: include/hw/virtio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001870
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001871virtio-balloon
1872M: Michael S. Tsirkin <mst@redhat.com>
1873M: David Hildenbrand <david@redhat.com>
1874S: Maintained
1875F: hw/virtio/virtio-balloon*.c
1876F: include/hw/virtio/virtio-balloon.h
Claudio Fontanac7f419f2020-06-29 11:35:02 +02001877F: softmmu/balloon.c
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001878F: include/sysemu/balloon.h
1879
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001880virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02001881M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck233982a2020-05-14 08:06:43 +02001882M: Christian Schoenebeck <qemu_oss@crudebyte.com>
Greg Kurze410bbc2019-10-10 12:36:28 +02001883S: Odd Fixes
Andreas Färberaebeca22012-04-13 17:19:12 +02001884F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02001885X: hw/9pfs/xen-9p*
Andreas Färberaebeca22012-04-13 17:19:12 +02001886F: fsdev/
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03001887F: docs/tools/virtfs-proxy-helper.rst
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001888F: tests/qtest/virtio-9p-test.c
Greg Kurz1a001952021-01-15 14:42:24 +01001889T: git https://gitlab.com/gkurz/qemu.git 9p-next
Christian Schoenebeck90225f92021-01-30 15:39:14 +01001890T: git https://github.com/cschoenebeck/qemu.git 9p.next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001891
1892virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001893M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001894L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001895S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001896F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001897F: hw/block/dataplane/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001898F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001899T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001900
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001901virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001902M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01001903M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001904S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02001905F: hw/s390x/virtio-ccw*.[hc]
Thomas Huthd8d4d622018-07-25 14:20:22 +02001906F: hw/s390x/vhost-vsock-ccw.c
Cornelia Huck99eaf132020-12-14 14:26:28 +01001907T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001908T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001909L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001910
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001911virtiofs
1912M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1913M: Stefan Hajnoczi <stefanha@redhat.com>
1914S: Supported
1915F: tools/virtiofsd/*
1916F: hw/virtio/vhost-user-fs*
1917F: include/hw/virtio/vhost-user-fs.h
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03001918F: docs/tools/virtiofsd.rst
Connor Kuehl09c8d9e2021-03-18 10:41:57 -05001919L: virtio-fs@redhat.com
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001920
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001921virtio-input
1922M: Gerd Hoffmann <kraxel@redhat.com>
1923S: Maintained
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02001924F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001925F: hw/input/virtio-input*.c
1926F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02001927F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001928
Eric Augerc1dee912020-02-14 14:27:45 +01001929virtio-iommu
1930M: Eric Auger <eric.auger@redhat.com>
1931S: Maintained
1932F: hw/virtio/virtio-iommu*.c
1933F: include/hw/virtio/virtio-iommu.h
1934
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001935virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02001936M: Laurent Vivier <lvivier@redhat.com>
1937R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001938S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001939F: hw/char/virtio-serial-bus.c
1940F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05301941F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001942F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001943
Amit Shah1f51a5c2014-11-18 18:01:26 +05301944virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02001945M: Laurent Vivier <lvivier@redhat.com>
1946R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05301947S: Supported
1948F: hw/virtio/virtio-rng.c
1949F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01001950F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05301951F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001952F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05301953
Gonglei60340112016-10-28 16:33:31 +08001954virtio-crypto
1955M: Gonglei <arei.gonglei@huawei.com>
1956S: Supported
1957F: hw/virtio/virtio-crypto.c
1958F: hw/virtio/virtio-crypto-pci.c
1959F: include/hw/virtio/virtio-crypto.h
1960
David Hildenbrand751c7bd2020-06-26 09:22:39 +02001961virtio-mem
1962M: David Hildenbrand <david@redhat.com>
1963S: Supported
1964W: https://virtio-mem.gitlab.io/
1965F: hw/virtio/virtio-mem.c
1966F: hw/virtio/virtio-mem-pci.h
1967F: hw/virtio/virtio-mem-pci.c
1968F: include/hw/virtio/virtio-mem.h
1969
Keith Buschf3c507a2013-06-04 09:17:10 -06001970nvme
Philippe Mathieu-Daudé8261cc12020-04-21 14:22:36 +02001971M: Keith Busch <kbusch@kernel.org>
Keith Busche8cc43d2020-07-06 11:29:22 -07001972M: Klaus Jensen <its@irrelevant.dk>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001973L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06001974S: Supported
1975F: hw/block/nvme*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02001976F: include/block/nvme.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001977F: tests/qtest/nvme-test.c
Klaus Jensena3d9f3a2021-04-08 11:11:02 +02001978F: docs/system/nvme.rst
Keith Busche8cc43d2020-07-06 11:29:22 -07001979T: git git://git.infradead.org/qemu-nvme.git nvme-next
Keith Buschf3c507a2013-06-04 09:17:10 -06001980
Hannes Reinecked383c622014-04-16 16:44:19 +02001981megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03001982M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001983L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02001984S: Supported
1985F: hw/scsi/megasas.c
1986F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001987F: tests/qtest/megasas-test.c
Philippe Mathieu-Daudéc887d332021-01-26 12:16:37 +01001988F: tests/qtest/fuzz-megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02001989
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001990Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001991M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001992S: Maintained
1993F: include/net/eth.h
1994F: net/eth.c
1995F: hw/net/net_rx_pkt*
1996F: hw/net/net_tx_pkt*
1997
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001998Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001999M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002000S: Maintained
2001F: hw/net/vmxnet*
2002F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002003F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002004
Scott Feldmande24d3f2015-03-13 21:09:32 -07002005Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07002006M: Jiri Pirko <jiri@resnulli.us>
2007S: Maintained
2008F: hw/net/rocker/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002009F: qapi/rocker.json
Thomas Huthde850942016-09-27 16:33:46 +02002010F: tests/rocker/
2011F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07002012
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002013NVDIMM
Xiao Guangrong7a5bd532017-03-21 13:33:57 +08002014M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002015S: Maintained
2016F: hw/acpi/nvdimm.c
2017F: hw/mem/nvdimm.c
2018F: include/hw/mem/nvdimm.h
Philippe Mathieu-Daudée2e254d2018-11-25 21:49:56 +01002019F: docs/nvdimm.txt
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002020
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002021e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002022M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002023S: Maintained
2024F: hw/net/e1000x*
2025
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002026e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002027M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002028S: Maintained
2029F: hw/net/e1000e*
Philippe Mathieu-Daudé7d6a4f12021-03-10 19:31:22 +01002030F: tests/qtest/fuzz-e1000e-test.c
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002031
Stefan Weilebc23272017-11-16 20:49:02 +01002032eepro100
2033M: Stefan Weil <sw@weilnetz.de>
2034S: Maintained
2035F: hw/net/eepro100.c
2036
Sven Schnelle34ea0232019-10-23 10:42:44 +02002037tulip
2038M: Sven Schnelle <svens@stackframe.org>
2039S: Maintained
2040F: hw/net/tulip.c
2041F: hw/net/tulip.h
2042
Patrick Venture065177e2021-04-12 12:45:22 -07002043pca954x
2044M: Patrick Venture <venture@google.com>
2045S: Maintained
2046F: hw/i2c/i2c_mux_pca954x.c
2047F: include/hw/i2c/i2c_mux_pca954x.h
2048
Alistair Francise481a1f2016-10-04 13:28:09 +01002049Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00002050M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01002051S: Maintained
2052F: hw/core/generic-loader.c
2053F: include/hw/core/generic-loader.h
Alex Bennée70f20112021-03-03 17:36:40 +00002054F: docs/system/generic-loader.rst
Alistair Francise481a1f2016-10-04 13:28:09 +01002055
Alex Bennéea33ff6d2021-03-03 17:36:39 +00002056Guest Loader
2057M: Alex Bennée <alex.bennee@linaro.org>
2058S: Maintained
2059F: hw/core/guest-loader.c
Alex Bennée01460372021-03-03 17:36:41 +00002060F: docs/system/guest-loader.rst
Alex Bennée2ceb7c02021-03-03 17:36:42 +00002061F: tests/acceptance/boot_xen.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002062
Su Hang645d3cb2018-08-16 14:05:28 +01002063Intel Hexadecimal Object File Loader
2064M: Su Hang <suhang16@mails.ucas.ac.cn>
2065S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002066F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00002067F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01002068
Thomas Huth87a90232016-11-08 12:46:22 +01002069CHRP NVRAM
2070M: Thomas Huth <thuth@redhat.com>
2071S: Maintained
2072F: hw/nvram/chrp_nvram.c
2073F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002074F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01002075
Ben Warren42697d82017-02-16 15:15:40 -08002076VM Generation ID
John Snow2b429892020-10-30 11:34:15 -04002077S: Orphan
Ben Warren42697d82017-02-16 15:15:40 -08002078F: hw/acpi/vmgenid.c
2079F: include/hw/acpi/vmgenid.h
2080F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002081F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08002082F: stubs/vmgenid.c
2083
Philippe Mathieu-Daudéc1b29822020-03-21 17:49:01 +01002084LED
2085M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2086S: Maintained
2087F: include/hw/misc/led.h
2088F: hw/misc/led.c
2089
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03002090Unimplemented device
2091M: Peter Maydell <peter.maydell@linaro.org>
2092R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2093S: Maintained
2094F: include/hw/misc/unimp.h
2095F: hw/misc/unimp.c
2096
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02002097Empty slot
2098M: Artyom Tarasenko <atar4qemu@gmail.com>
2099R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2100S: Maintained
2101F: include/hw/misc/empty_slot.h
2102F: hw/misc/empty_slot.c
2103
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002104Standard VGA
2105M: Gerd Hoffmann <kraxel@redhat.com>
2106S: Maintained
2107F: hw/display/vga*
2108F: hw/display/bochs-display.c
2109F: include/hw/display/vga.h
2110F: include/hw/display/bochs-vbe.h
2111
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02002112ramfb
2113M: Gerd Hoffmann <kraxel@redhat.com>
2114S: Maintained
2115F: hw/display/ramfb*.c
2116F: include/hw/display/ramfb.h
2117
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002118virtio-gpu
2119M: Gerd Hoffmann <kraxel@redhat.com>
2120S: Maintained
2121F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02002122F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002123F: include/hw/virtio/virtio-gpu.h
2124
Raphael Norwitzb372d792020-03-26 04:57:27 -04002125vhost-user-blk
2126M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2127S: Maintained
2128F: contrib/vhost-user-blk/
2129F: contrib/vhost-user-scsi/
2130F: hw/block/vhost-user-blk.c
2131F: hw/scsi/vhost-user-scsi.c
2132F: hw/virtio/vhost-user-blk-pci.c
2133F: hw/virtio/vhost-user-scsi-pci.c
2134F: include/hw/virtio/vhost-user-blk.h
2135F: include/hw/virtio/vhost-user-scsi.h
2136
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002137vhost-user-gpu
2138M: Marc-André Lureau <marcandre.lureau@redhat.com>
2139M: Gerd Hoffmann <kraxel@redhat.com>
2140S: Maintained
2141F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02002142F: contrib/vhost-user-gpu
2143F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002144
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002145Cirrus VGA
2146M: Gerd Hoffmann <kraxel@redhat.com>
2147S: Odd Fixes
2148W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2149F: hw/display/cirrus*
2150
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02002151EDID Generator
2152M: Gerd Hoffmann <kraxel@redhat.com>
2153S: Maintained
2154F: hw/display/edid*
2155F: include/hw/display/edid.h
2156F: qemu-edid.c
2157
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002158PIIX4 South Bridge (i82371AB)
2159M: Hervé Poussineau <hpoussin@reactos.org>
2160M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2161S: Maintained
2162F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01002163F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002164
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002165Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé6f75e3f2019-01-17 17:13:55 +01002166M: Philippe Mathieu-Daudé <philmd@redhat.com>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002167R: Laszlo Ersek <lersek@redhat.com>
2168R: Gerd Hoffmann <kraxel@redhat.com>
2169S: Supported
2170F: docs/specs/fw_cfg.txt
Philippe Mathieu-Daudé8d0bceb2020-10-06 13:19:09 +02002171F: hw/nvram/fw_cfg*.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02002172F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002173F: include/hw/nvram/fw_cfg.h
2174F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02002175F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002176F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002177T: git https://github.com/philmd/qemu.git fw_cfg-next
2178
Thomas Huth2313abf2019-01-30 16:45:40 +01002179XIVE
Thomas Huth2313abf2019-01-30 16:45:40 +01002180M: Cédric Le Goater <clg@kaod.org>
David Gibsonba477e62020-11-26 15:09:16 +11002181R: David Gibson <david@gibson.dropbear.id.au>
2182R: Greg Kurz <groug@kaod.org>
Thomas Huth2313abf2019-01-30 16:45:40 +01002183L: qemu-ppc@nongnu.org
2184S: Supported
2185F: hw/*/*xive*
2186F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02002187F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01002188
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002189Renesas peripherals
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01002190R: Yoshinori Sato <ysato@users.sourceforge.jp>
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002191R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01002192S: Odd Fixes
Yoshinori Sato645194c2019-01-21 22:15:59 +09002193F: hw/char/renesas_sci.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002194F: hw/char/sh_serial.c
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002195F: hw/timer/renesas_*.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002196F: hw/timer/sh_timer.c
Yoshinori Sato645194c2019-01-21 22:15:59 +09002197F: include/hw/char/renesas_sci.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002198F: include/hw/sh4/sh.h
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002199F: include/hw/timer/renesas_*.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002200
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002201Renesas RX peripherals
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01002202R: Yoshinori Sato <ysato@users.sourceforge.jp>
2203S: Orphan
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002204F: hw/intc/rx_icu.c
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002205F: hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002206F: include/hw/intc/rx_icu.h
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002207F: include/hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002208
Pavel Pisade4d4ad2020-09-14 10:13:41 +02002209CAN bus subsystem and hardware
2210M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2211M: Vikram Garhwal <fnu.vikram@xilinx.com>
2212S: Maintained
2213W: https://canbus.pages.fel.cvut.cz/
2214F: net/can/*
2215F: hw/net/can/*
2216F: include/net/can_*.h
2217
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002218Subsystems
2219----------
2220Audio
2221M: Gerd Hoffmann <kraxel@redhat.com>
2222S: Maintained
2223F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002224F: hw/audio/
Thomas Hutha2b245a2016-09-23 15:19:10 +02002225F: include/hw/audio/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002226F: qapi/audio.json
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002227F: tests/qtest/ac97-test.c
2228F: tests/qtest/es1370-test.c
2229F: tests/qtest/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002230
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01002231Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002232M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002233M: Max Reitz <mreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002234L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002235S: Supported
2236F: block*
2237F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002238F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02002239F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02002240F: qemu-img*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002241F: docs/tools/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02002242F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02002243F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02002244F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02002245F: qobject/block-qdict.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002246F: tests/unit/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002247T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002248
Stefan Hajnoczic607c7f2020-12-09 10:38:02 +00002249Storage daemon
2250M: Kevin Wolf <kwolf@redhat.com>
2251L: qemu-block@nongnu.org
2252S: Supported
2253F: storage-daemon/
2254F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2255F: docs/tools/qemu-storage-daemon.rst
2256T: git https://repo.or.cz/qemu/kevin.git block
2257
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002258Block I/O path
2259M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002260M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002261L: qemu-block@nongnu.org
2262S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02002263F: util/async.c
2264F: util/aio-*.c
Stefan Hajnoczi1f050a42020-03-05 17:08:02 +00002265F: util/aio-*.h
2266F: util/fdmon-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002267F: block/io.c
2268F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08002269F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00002270F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03002271F: scripts/qemugdb/aio.py
Thomas Huthda668aa2021-03-10 07:33:14 +01002272F: tests/unit/test-fdmon-epoll.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002273T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002274
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002275Block SCSI subsystem
2276M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002277R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002278L: qemu-block@nongnu.org
2279S: Supported
2280F: include/scsi/*
2281F: scsi/*
2282
Jeff Cody280458a2015-03-06 12:16:06 -05002283Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04002284M: John Snow <jsnow@redhat.com>
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002285M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002286L: qemu-block@nongnu.org
2287S: Supported
2288F: blockjob.c
2289F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02002290F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02002291F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002292F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05002293F: block/backup.c
2294F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05002295F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05002296F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02002297F: qapi/job.json
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002298F: block/block-copy.c
2299F: include/block/block-copy.c
2300F: block/backup-top.h
2301F: block/backup-top.c
2302F: include/block/aio_task.h
2303F: block/aio_task.c
2304F: util/qemu-co-shared-resource.c
2305F: include/qemu/co-shared-resource.h
John Snow77582e22020-10-01 12:24:01 -04002306T: git https://gitlab.com/jsnow/qemu.git jobs
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002307T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
Jeff Cody280458a2015-03-06 12:16:06 -05002308
Markus Armbruster41202012015-05-20 13:23:46 +02002309Block QAPI, monitor, command line
2310M: Markus Armbruster <armbru@redhat.com>
2311S: Supported
2312F: blockdev.c
Maxim Levitskya2dde2f2020-03-08 11:24:32 +02002313F: blockdev-hmp-cmds.c
Markus Armbruster41202012015-05-20 13:23:46 +02002314F: block/qapi.c
2315F: qapi/block*.json
Markus Armbrusterfa988e32017-08-24 21:14:02 +02002316F: qapi/transaction.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002317T: git https://repo.or.cz/qemu/armbru.git block-next
Markus Armbruster41202012015-05-20 13:23:46 +02002318
John Snow538193b2016-08-04 14:18:51 -04002319Dirty Bitmaps
Eric Blakeedb05902020-05-14 13:00:03 -05002320M: Eric Blake <eblake@redhat.com>
2321M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2322R: John Snow <jsnow@redhat.com>
John Snow538193b2016-08-04 14:18:51 -04002323L: qemu-block@nongnu.org
2324S: Supported
John Snow538193b2016-08-04 14:18:51 -04002325F: include/qemu/hbitmap.h
2326F: include/block/dirty-bitmap.h
Eric Blakebb4e58c2020-05-18 13:53:07 -05002327F: block/monitor/bitmap-qmp-cmds.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002328F: block/dirty-bitmap.c
2329F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03002330F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002331F: util/hbitmap.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002332F: tests/unit/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002333F: docs/interop/bitmaps.rst
Eric Blakeedb05902020-05-14 13:00:03 -05002334T: git https://repo.or.cz/qemu/ericb.git bitmaps
John Snow538193b2016-08-04 14:18:51 -04002335
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002336Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04002337M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002338R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002339S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03002340F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04002341F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02002342F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002343
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002344Character Devices (Braille)
2345M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2346S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04002347F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002348
Markus Armbrustere94630d2017-03-20 13:55:48 +01002349Command line option argument parsing
2350M: Markus Armbruster <armbru@redhat.com>
2351S: Supported
2352F: include/qemu/option.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002353F: tests/unit/test-keyval.c
2354F: tests/unit/test-qemu-opts.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002355F: util/keyval.c
2356F: util/qemu-option.c
2357
Markus Armbruster8c413e72015-01-28 11:29:57 +01002358Coverity model
2359M: Markus Armbruster <armbru@redhat.com>
2360S: Supported
2361F: scripts/coverity-model.c
2362
Peter Maydell9c263d02020-03-19 19:33:22 +00002363Coverity Scan integration
2364M: Peter Maydell <peter.maydell@linaro.org>
2365S: Maintained
2366F: scripts/coverity-scan/
2367
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002368Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07002369M: Alistair Francis <alistair.francis@wdc.com>
2370R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002371S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002372F: softmmu/device_tree.c
Thomas Huth82407512015-12-17 15:25:12 +01002373F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002374
Marc-André Lureau3505a222017-09-11 18:59:29 +02002375Dump
2376S: Supported
2377M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02002378F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02002379F: hw/misc/vmcoreinfo.c
2380F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02002381F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02002382F: include/sysemu/dump-arch.h
2383F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02002384F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02002385F: scripts/dump-guest-memory.py
2386F: stubs/dump.c
2387
Markus Armbruster4f966762015-09-12 13:29:56 +02002388Error reporting
2389M: Markus Armbruster <armbru@redhat.com>
2390S: Supported
2391F: include/qapi/error.h
2392F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002393F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02002394F: util/error.c
2395F: util/qemu-error.c
Vladimir Sementsov-Ogievskiyd1d3a992020-03-24 18:36:25 +03002396F: scripts/coccinelle/err-bad-newline.cocci
2397F: scripts/coccinelle/error-use-after-free.cocci
2398F: scripts/coccinelle/error_propagate_null.cocci
2399F: scripts/coccinelle/remove_local_err.cocci
2400F: scripts/coccinelle/use-error_fatal.cocci
Vladimir Sementsov-Ogievskiy8220f3a2020-07-07 18:50:31 +02002401F: scripts/coccinelle/errp-guard.cocci
Markus Armbruster4f966762015-09-12 13:29:56 +02002402
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002403GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01002404M: Alex Bennée <alex.bennee@linaro.org>
2405R: Philippe Mathieu-Daudé <philmd@redhat.com>
2406S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002407F: gdbstub*
Peter Maydell0dec1012021-02-11 12:27:44 +00002408F: include/exec/gdbstub.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002409F: gdb-xml/
Lirong Yuan51c623b2021-01-08 22:42:42 +00002410F: tests/tcg/multiarch/gdbstub/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002411
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002412Memory API
2413M: Paolo Bonzini <pbonzini@redhat.com>
2414S: Supported
2415F: include/exec/ioport.h
Tony Nguyen14776ab2019-08-24 04:10:58 +10002416F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002417F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01002418F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01002419F: include/exec/ramblock.h
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002420F: softmmu/dma-helpers.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002421F: softmmu/ioport.c
2422F: softmmu/memory.c
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02002423F: softmmu/physmem.c
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002424F: include/exec/memory-internal.h
Philippe Mathieu-Daudé044e2af2020-02-24 14:45:07 +01002425F: scripts/coccinelle/memory-region-housekeeping.cocci
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002426
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002427SPICE
2428M: Gerd Hoffmann <kraxel@redhat.com>
2429S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01002430F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002431F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002432F: ui/spice-*.c
2433F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002434F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002435F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002436F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002437
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002438Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002439M: Gerd Hoffmann <kraxel@redhat.com>
2440S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002441F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002442F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002443F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002444F: util/drm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002445
Andreas Färber351f1bf2011-10-30 18:08:01 +01002446Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002447M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002448S: Odd Fixes
2449F: ui/cocoa.m
2450
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002451Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002452M: Paolo Bonzini <pbonzini@redhat.com>
2453S: Maintained
Markus Armbruster54d31232019-08-12 07:23:59 +02002454F: include/qemu/main-loop.h
2455F: include/sysemu/runstate.h
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002456F: include/sysemu/runstate-action.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002457F: util/main-loop.c
2458F: util/qemu-timer.c
Alexander Bulekovbac068e2020-02-19 23:10:57 -05002459F: softmmu/vl.c
Alexander Bulekov7b733862020-02-19 23:10:58 -05002460F: softmmu/main.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002461F: softmmu/cpus.c
Claudio Fontanab0c3cf92020-06-29 11:35:03 +02002462F: softmmu/cpu-throttle.c
Claudio Fontana740b1752020-08-19 13:17:19 +02002463F: softmmu/cpu-timers.c
2464F: softmmu/icount.c
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002465F: softmmu/runstate-action.c
Markus Armbruster0e201d32017-08-24 21:13:57 +02002466F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002467
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002468Read, Copy, Update (RCU)
2469M: Paolo Bonzini <pbonzini@redhat.com>
2470S: Maintained
2471F: include/qemu/rcu*.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002472F: tests/unit/rcutorture.c
2473F: tests/unit/test-rcu-*.c
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002474F: util/rcu.c
2475
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002476Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02002477M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05002478S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02002479F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02002480F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002481F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002482F: monitor/hmp*
2483F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02002484F: hmp-commands*.hx
2485F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002486F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02002487F: include/qemu/qemu-print.h
2488F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002489
Paolo Bonzinif536f112015-09-22 11:40:00 +02002490Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00002491M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002492S: Maintained
2493F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01002494F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02002495F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002496T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02002497F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002498
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01002499Netmap network backend
2500M: Luigi Rizzo <rizzo@iet.unipi.it>
2501M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2502M: Vincenzo Maffione <v.maffione@gmail.com>
2503W: http://info.iet.unipi.it/~luigi/netmap/
2504S: Maintained
2505F: net/netmap.c
2506
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002507Host Memory Backends
2508M: Eduardo Habkost <ehabkost@redhat.com>
2509M: Igor Mammedov <imammedo@redhat.com>
2510S: Maintained
2511F: backends/hostmem*.c
2512F: include/sysemu/hostmem.h
Eduardo Habkostf953c102020-12-14 16:20:32 -05002513T: git https://gitlab.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002514
Gonglei60340112016-10-28 16:33:31 +08002515Cryptodev Backends
2516M: Gonglei <arei.gonglei@huawei.com>
2517S: Maintained
2518F: include/sysemu/cryptodev*.h
2519F: backends/cryptodev*.c
2520
John Snowb8eaee92020-07-10 15:30:14 -04002521Python library
2522M: John Snow <jsnow@redhat.com>
2523M: Cleber Rosa <crosa@redhat.com>
2524R: Eduardo Habkost <ehabkost@redhat.com>
2525S: Maintained
2526F: python/
2527T: git https://gitlab.com/jsnow/qemu.git python
2528
Eduardo Habkostad904f62017-09-15 20:07:44 -03002529Python scripts
2530M: Eduardo Habkost <ehabkost@redhat.com>
2531M: Cleber Rosa <crosa@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002532S: Odd Fixes
Eduardo Habkostad904f62017-09-15 20:07:44 -03002533F: scripts/*.py
2534F: tests/*.py
2535
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002536Benchmark util
2537M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2538S: Maintained
2539F: scripts/simplebench/
2540
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002541QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04002542M: Markus Armbruster <armbru@redhat.com>
Michael Roth2f5f9bc2020-10-27 01:02:53 -05002543M: Michael Roth <michael.roth@amd.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04002544S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002545F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002546X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002547F: include/qapi/
2548X: include/qapi/qmp/
2549F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02002550F: tests/qapi-schema/
Thomas Huthda668aa2021-03-10 07:33:14 +01002551F: tests/unit/test-*-visitor.c
2552F: tests/unit/test-qapi-*.c
2553F: tests/unit/test-qmp-*.c
2554F: tests/unit/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02002555F: scripts/qapi-gen.py
2556F: scripts/qapi/*
Peter Maydell4078ee52020-09-25 17:23:02 +01002557F: docs/sphinx/qapidoc.py
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002558F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002559T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002560
Luiz Capitulino7810d292013-06-03 11:11:53 -04002561QAPI Schema
2562M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04002563M: Markus Armbruster <armbru@redhat.com>
2564S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002565F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002566T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04002567
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002568QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02002569M: Markus Armbruster <armbru@redhat.com>
2570S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002571F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002572F: include/qapi/qmp/
2573X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05002574F: scripts/coccinelle/qobject.cocci
Thomas Huthda668aa2021-03-10 07:33:14 +01002575F: tests/unit/check-qdict.c
2576F: tests/unit/check-qjson.c
2577F: tests/unit/check-qlist.c
2578F: tests/unit/check-qlit.c
2579F: tests/unit/check-qnull.c
2580F: tests/unit/check-qnum.c
2581F: tests/unit/check-qobject.c
2582F: tests/unit/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01002583F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002584T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002585
Michael Rothf05d9992014-10-22 07:05:36 -05002586QEMU Guest Agent
Michael Roth2f5f9bc2020-10-27 01:02:53 -05002587M: Michael Roth <michael.roth@amd.com>
Michael Rothf05d9992014-10-22 07:05:36 -05002588S: Maintained
2589F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01002590F: docs/interop/qemu-ga.rst
Peter Maydelldb161152020-09-25 17:23:03 +01002591F: docs/interop/qemu-ga-ref.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03002592F: scripts/qemu-guest-agent/
Thomas Huthda668aa2021-03-10 07:33:14 +01002593F: tests/unit/test-qga.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002594T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05002595
Andreas Färber4688c942014-04-24 15:00:14 +02002596QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02002597M: Paolo Bonzini <pbonzini@redhat.com>
2598R: Daniel P. Berrange <berrange@redhat.com>
2599R: Eduardo Habkost <ehabkost@redhat.com>
Andreas Färber4688c942014-04-24 15:00:14 +02002600S: Supported
Markus Armbruster8f920052019-06-24 16:48:19 +02002601F: docs/qdev-device-use.txt
2602F: hw/core/qdev*
Markus Armbrusterb77b5b32020-06-10 07:32:47 +02002603F: hw/core/bus.c
2604F: hw/core/sysbus.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002605F: include/hw/qdev*
2606F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02002607F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02002608F: qapi/qom.json
2609F: qapi/qdev.json
Paolo Bonzini22fb6eb2020-10-07 12:23:56 -04002610F: scripts/coccinelle/qom-parent-type.cocci
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002611F: softmmu/qdev-monitor.c
Philippe Mathieu-Daudé9b45a022021-01-22 21:44:38 +01002612F: stubs/qdev.c
Andreas Färber4688c942014-04-24 15:00:14 +02002613F: qom/
Thomas Huthda668aa2021-03-10 07:33:14 +01002614F: tests/unit/check-qom-interface.c
2615F: tests/unit/check-qom-proplist.c
2616F: tests/unit/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02002617
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04002618QOM boilerplate conversion script
2619M: Eduardo Habkost <ehabkost@redhat.com>
2620S: Maintained
2621F: scripts/codeconverter/
2622
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002623QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04002624M: Markus Armbruster <armbru@redhat.com>
2625S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02002626F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002627F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02002628F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002629F: monitor/monitor.c
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002630F: qapi/control.json
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002631F: qapi/error.json
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002632F: qapi/introspect.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002633F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01002634F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04002635F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002636F: tests/qtest/qmp-test.c
2637F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002638T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002639
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002640qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002641M: Thomas Huth <thuth@redhat.com>
2642M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002643R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002644S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002645F: softmmu/qtest.c
Claudio Fontana1583a382020-07-07 10:21:10 +02002646F: accel/qtest/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002647F: tests/qtest/
Emanuele Giuseppe Esposito222455e2021-03-08 08:32:40 +01002648F: docs/devel/qgraph.rst
Thomas Huth520ddc12020-10-01 06:27:17 +02002649X: tests/qtest/bios-tables-test*
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002650
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002651Device Fuzzing
2652M: Alexander Bulekov <alxndr@bu.edu>
2653R: Paolo Bonzini <pbonzini@redhat.com>
2654R: Bandan Das <bsd@redhat.com>
2655R: Stefan Hajnoczi <stefanha@redhat.com>
Thomas Huth6184e5f2020-07-21 07:36:09 +02002656R: Thomas Huth <thuth@redhat.com>
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002657S: Maintained
2658F: tests/qtest/fuzz/
Philippe Mathieu-Daudéd3d39fc2021-01-26 12:28:49 +01002659F: tests/qtest/fuzz-*test.c
Alexander Bulekov211635b2020-06-12 01:51:45 -04002660F: scripts/oss-fuzz/
Alexander Bulekov230376d2021-03-15 10:05:10 -04002661F: hw/mem/sparse-mem.c
Alexander Bulekovf3a02082020-11-06 13:05:59 -05002662F: docs/devel/fuzzing.rst
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002663
Alistair Franciscc0100f2016-07-28 09:55:39 -07002664Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00002665M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07002666S: Maintained
2667F: hw/core/register.c
2668F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03002669F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07002670
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002671SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02002672M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02002673S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002674F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01002675F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01002676F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02002677T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002678
Edgar E. Iglesias6d0af392020-05-06 10:25:13 +02002679Streams
2680M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2681S: Maintained
2682F: hw/core/stream.c
2683F: include/hw/stream.h
2684
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02002685Stubs
2686M: Paolo Bonzini <pbonzini@redhat.com>
2687S: Maintained
2688F: stubs/
2689
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002690Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02002691M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002692S: Maintained
2693F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02002694F: trace-events
Peter Maydell3a8273b2020-02-28 15:36:18 +00002695F: docs/qemu-option-trace.rst.inc
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002696F: qapi/trace.json
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02002697F: scripts/tracetool.py
2698F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00002699F: scripts/qemu-trace-stap*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002700F: docs/tools/qemu-trace-stap.rst
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002701F: docs/devel/tracing.txt
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002702T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002703
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002704TPM
Stefan Berger1f636692018-10-30 17:34:09 -04002705M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04002706S: Maintained
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002707F: tpm.c
Philippe Mathieu-Daudéc39f95d2017-10-24 09:20:43 -03002708F: stubs/tpm.c
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002709F: hw/tpm/*
2710F: include/hw/acpi/tpm.h
2711F: include/sysemu/tpm*
2712F: qapi/tpm.json
Philippe Mathieu-Daudé8ae92e22020-06-12 10:54:34 +02002713F: backends/tpm/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002714F: tests/qtest/*tpm*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002715T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002716
Blue Swirl14f40fd2011-11-26 09:51:23 +00002717Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00002718S: Odd Fixes
2719F: scripts/checkpatch.pl
2720
Juan Quintelac0787c82014-10-15 10:34:50 +02002721Migration
2722M: Juan Quintela <quintela@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00002723M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02002724S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04002725F: hw/core/vmstate-if.c
2726F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02002727F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00002728F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05302729F: scripts/vmstate-static-checker.py
2730F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002731F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002732F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02002733F: qapi/migration.json
Hyman Huang(黄勇)fac87d42021-03-19 16:07:57 +08002734F: tests/migration/
Juan Quintelac0787c82014-10-15 10:34:50 +02002735
Marc-André Lureaua5669072019-09-12 16:03:32 +04002736D-Bus
2737M: Marc-André Lureau <marcandre.lureau@redhat.com>
2738S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002739F: backends/dbus-vmstate.c
Marc-André Lureau586ca6b2019-09-27 12:39:08 +04002740F: tests/dbus-vmstate*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002741F: util/dbus.c
2742F: include/qemu/dbus.h
Marc-André Lureaua5669072019-09-12 16:03:32 +04002743F: docs/interop/dbus.rst
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002744F: docs/interop/dbus-vmstate.rst
Marc-André Lureaua5669072019-09-12 16:03:32 +04002745
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002746Seccomp
otubo064983c2017-06-22 09:58:00 +02002747M: Eduardo Otubo <otubo@redhat.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002748S: Supported
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002749F: softmmu/qemu-seccomp.c
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002750F: include/sysemu/seccomp.h
2751
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002752Cryptography
2753M: Daniel P. Berrange <berrange@redhat.com>
2754S: Maintained
2755F: crypto/
2756F: include/crypto/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002757F: qapi/crypto.json
Thomas Huthda668aa2021-03-10 07:33:14 +01002758F: tests/unit/test-crypto-*
Thomas Huth3b472e72021-03-12 10:22:38 +01002759F: tests/bench/benchmark-crypto-*
Thomas Huthda668aa2021-03-10 07:33:14 +01002760F: tests/unit/crypto-tls-*
2761F: tests/unit/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00002762F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002763
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002764Coroutines
2765M: Stefan Hajnoczi <stefanha@redhat.com>
2766M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002767S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002768F: util/*coroutine*
2769F: include/qemu/coroutine*
Thomas Huthda668aa2021-03-10 07:33:14 +01002770F: tests/unit/test-coroutine.c
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002771
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002772Buffers
2773M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002774S: Odd Fixes
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002775F: util/buffer.c
2776F: include/qemu/buffer.h
2777
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002778I/O Channels
2779M: Daniel P. Berrange <berrange@redhat.com>
2780S: Maintained
2781F: io/
2782F: include/io/
Thomas Huthda668aa2021-03-10 07:33:14 +01002783F: tests/unit/test-io-*
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002784
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002785User authorization
2786M: Daniel P. Berrange <berrange@redhat.com>
2787S: Maintained
2788F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01002789F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002790F: include/authz/
Thomas Huthda668aa2021-03-10 07:33:14 +01002791F: tests/unit/test-authz-*
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002792
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002793Sockets
2794M: Daniel P. Berrange <berrange@redhat.com>
2795M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002796S: Maintained
2797F: include/qemu/sockets.h
2798F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02002799F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002800
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002801File monitor
2802M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002803S: Odd Fixes
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002804F: util/filemonitor*.c
2805F: include/qemu/filemonitor.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002806F: tests/unit/test-util-filemonitor.c
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002807
Alberto Garciad310d852016-02-18 12:27:10 +02002808Throttling infrastructure
2809M: Alberto Garcia <berto@igalia.com>
2810S: Supported
2811F: block/throttle-groups.c
2812F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002813F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02002814F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002815F: docs/throttle.txt
Thomas Huthda668aa2021-03-10 07:33:14 +01002816F: tests/unit/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02002817L: qemu-block@nongnu.org
2818
Fam Zheng080d7aa2016-09-21 12:27:25 +08002819UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08002820M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08002821S: Supported
2822F: util/uuid.c
2823F: include/qemu/uuid.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002824F: tests/unit/test-uuid.c
Fam Zheng080d7aa2016-09-21 12:27:25 +08002825
Lukas Straub50186052020-12-28 16:08:41 +01002826Yank feature
2827M: Lukas Straub <lukasstraub2@web.de>
2828S: Odd fixes
2829F: util/yank.c
Lukas Straub1a92d6d2021-03-23 18:52:42 +01002830F: migration/yank_functions*
Lukas Straubd3a0bb72021-03-30 20:13:35 +02002831F: tests/unit/test-yank.c
Lukas Straub50186052020-12-28 16:08:41 +01002832F: include/qemu/yank.h
2833F: qapi/yank.json
2834
zhanghailianga4cc3182016-10-27 14:43:09 +08002835COLO Framework
2836M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2837S: Maintained
2838F: migration/colo*
2839F: include/migration/colo.h
2840F: include/migration/failover.h
2841F: docs/COLO-FT.txt
2842
Zhang Chen88f82ed2016-09-27 10:22:35 +08002843COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08002844M: Zhang Chen <chen.zhang@intel.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08002845M: Li Zhijian <lizhijian@cn.fujitsu.com>
2846S: Supported
2847F: docs/colo-proxy.txt
2848F: net/colo*
2849F: net/filter-rewriter.c
2850F: net/filter-mirror.c
2851
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002852Record/replay
2853M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2854R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00002855W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002856S: Supported
2857F: replay/*
2858F: block/blkreplay.c
2859F: net/filter-replay.c
2860F: include/sysemu/replay.h
2861F: docs/replay.txt
2862F: stubs/replay.c
Pavel Dovgalyukc7ebab02020-05-29 10:04:51 +03002863F: tests/acceptance/replay_kernel.py
Pavel Dovgalyukbe52eca2020-10-03 20:14:06 +03002864F: tests/acceptance/reverse_debugging.py
Pavel Dovgalyuk43d7e1d2020-10-03 20:13:14 +03002865F: qapi/replay.json
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002866
Peter Xueecf5ee2018-05-18 15:25:16 +08002867IOVA Tree
2868M: Peter Xu <peterx@redhat.com>
2869S: Maintained
2870F: include/qemu/iova-tree.h
2871F: util/iova-tree.c
2872
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03002873elf2dmp
2874M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2875S: Maintained
2876F: contrib/elf2dmp/
2877
Corey Minyard93198b62018-11-13 18:31:27 -06002878I2C and SMBus
2879M: Corey Minyard <cminyard@mvista.com>
2880S: Maintained
2881F: hw/i2c/core.c
2882F: hw/i2c/smbus_slave.c
2883F: hw/i2c/smbus_master.c
2884F: hw/i2c/smbus_eeprom.c
2885F: include/hw/i2c/i2c.h
2886F: include/hw/i2c/smbus_master.h
2887F: include/hw/i2c/smbus_slave.h
2888F: include/hw/i2c/smbus_eeprom.h
2889
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02002890Firmware schema specifications
2891M: Laszlo Ersek <lersek@redhat.com>
2892M: Philippe Mathieu-Daudé <philmd@redhat.com>
2893R: Daniel P. Berrange <berrange@redhat.com>
2894R: Kashyap Chamarthy <kchamart@redhat.com>
2895S: Maintained
2896F: docs/interop/firmware.json
2897
Laszlo Ersek6739df32019-03-13 13:40:07 +01002898EDK2 Firmware
2899M: Laszlo Ersek <lersek@redhat.com>
2900M: Philippe Mathieu-Daudé <philmd@redhat.com>
2901S: Supported
2902F: pc-bios/descriptors/??-edk2-*.json
2903F: pc-bios/edk2-*
2904F: roms/Makefile.edk2
2905F: roms/edk2
2906F: roms/edk2-*
2907F: tests/data/uefi-boot-images/
2908F: tests/uefi-test-tools/
Thomas Huth922febe2020-05-20 09:45:58 +02002909F: .gitlab-ci.d/edk2.yml
Philippe Mathieu-Daudé71920802020-01-03 12:26:25 +01002910F: .gitlab-ci.d/edk2/
Laszlo Ersek6739df32019-03-13 13:40:07 +01002911
Peter Xu8bc43f32020-07-01 08:44:18 -04002912VT-d Emulation
2913M: Michael S. Tsirkin <mst@redhat.com>
2914M: Peter Xu <peterx@redhat.com>
2915R: Jason Wang <jasowang@redhat.com>
2916S: Supported
2917F: hw/i386/intel_iommu.c
2918F: hw/i386/intel_iommu_internal.h
2919F: include/hw/i386/intel_iommu.h
2920
Bin Menge92fb012020-06-26 06:13:40 -07002921OpenSBI Firmware
2922M: Bin Meng <bmeng.cn@gmail.com>
2923S: Supported
2924F: pc-bios/opensbi-*
2925F: .gitlab-ci.d/opensbi.yml
2926F: .gitlab-ci.d/opensbi/
2927
Luc Michel59c7a182021-02-11 09:53:18 +01002928Clock framework
2929M: Luc Michel <luc@lmichel.fr>
2930R: Damien Hedde <damien.hedde@greensocs.com>
2931S: Maintained
2932F: include/hw/clock.h
2933F: include/hw/qdev-clock.h
2934F: hw/core/clock.c
2935F: hw/core/clock-vmstate.c
2936F: hw/core/qdev-clock.c
2937F: docs/devel/clocks.rst
2938
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002939Usermode Emulation
2940------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002941Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002942M: Riku Voipio <riku.voipio@iki.fi>
2943S: Maintained
2944F: thunk.c
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03002945F: accel/tcg/user-exec*.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002946
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002947BSD user
Warner Losh65a9d382021-03-08 15:40:23 -07002948M: Warner Losh <imp@bsdimp.com>
2949R: Kyle Evans <kevans@freebsd.org>
2950S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002951F: bsd-user/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01002952F: default-configs/targets/*-bsd-user.mak
Warner Losh65a9d382021-03-08 15:40:23 -07002953T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002954
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002955Linux user
Riku Voipio8f902c52020-07-02 14:16:36 +03002956M: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002957S: Maintained
2958F: linux-user/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01002959F: default-configs/targets/*linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01002960F: scripts/qemu-binfmt-conf.sh
Laurent Viviere3a6c822020-03-10 11:34:00 +01002961F: scripts/update-syscalltbl.sh
Laurent Vivier57333332020-03-10 11:34:03 +01002962F: scripts/update-mips-syscall-args.sh
Laurent Vivier382ae672020-03-16 09:56:17 +01002963F: scripts/gensyscalls.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002964
2965Tiny Code Generator (TCG)
2966-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002967Common TCG code
Richard Henderson336f7442020-11-12 20:35:43 -08002968M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002969S: Maintained
2970F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01002971F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002972
Alex Bennée22b58672019-10-17 14:25:23 +01002973TCG Plugins
2974M: Alex Bennée <alex.bennee@linaro.org>
2975S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00002976F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01002977F: plugins/
Alex Bennéec17a3862020-09-09 12:27:41 +01002978F: tests/plugin/
Alex Bennée4c134d02021-02-13 13:03:17 +00002979F: tests/acceptance/tcg_plugins.py
Alex Bennéec17a3862020-09-09 12:27:41 +01002980F: contrib/plugins/
Alex Bennée22b58672019-10-17 14:25:23 +01002981
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002982AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10002983M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01002984S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002985L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01002986F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002987F: disas/arm-a64.cc
2988F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01002989
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002990ARM TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002991M: Andrzej Zaborowski <balrogg@gmail.com>
2992S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002993L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002994F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002995F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002996
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002997i386 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08002998M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002999S: Maintained
3000F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003001F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003002
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003003MIPS TCG target
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003004M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01003005R: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chendab1e1e2020-12-05 17:22:01 +08003006R: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +02003007R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02003008R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003009S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003010F: tcg/mips/
3011
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003012PPC TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003013M: Richard Henderson <richard.henderson@linaro.org>
Pranith Kumar15610d42016-10-18 10:21:00 -07003014S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003015F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003016F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003017
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003018RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07003019M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00003020M: Alistair Francis <Alistair.Francis@wdc.com>
3021L: qemu-riscv@nongnu.org
3022S: Maintained
3023F: tcg/riscv/
3024F: disas/riscv.c
3025
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003026S390 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003027M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003028S: Maintained
3029F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003030F: disas/s390.c
Cornelia Huck146bd282017-10-05 17:05:23 +02003031L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003032
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003033SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02003034S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003035F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003036F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003037
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003038TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003039M: Stefan Weil <sw@weilnetz.de>
3040S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02003041F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03003042F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003043F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02003044
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003045Block drivers
3046-------------
3047VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08003048M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003049L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003050S: Supported
3051F: block/vmdk.c
3052
3053RBD
Jason Dillaman2bbd9982019-06-28 09:55:08 -04003054M: Jason Dillaman <dillaman@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003055L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003056S: Supported
3057F: block/rbd.c
3058
3059Sheepdog
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003060M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003061L: qemu-block@nongnu.org
Jeff Cody5f5246b2018-09-26 14:05:33 -04003062S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003063F: block/sheepdog.c
3064
3065VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04003066M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003067L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003068S: Supported
3069F: block/vhdx*
3070
3071VDI
3072M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003073L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003074S: Maintained
3075F: block/vdi.c
3076
3077iSCSI
3078M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3079M: Paolo Bonzini <pbonzini@redhat.com>
3080M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003081L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02003082S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003083F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01003084F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003085
Eric Blake99c62e72017-07-07 13:21:51 -05003086Network Block Device (NBD)
3087M: Eric Blake <eblake@redhat.com>
Vladimir Sementsov-Ogievskiy3d9330e2021-03-04 13:35:03 +03003088M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Eric Blake99c62e72017-07-07 13:21:51 -05003089L: qemu-block@nongnu.org
3090S: Maintained
3091F: block/nbd*
3092F: nbd/
3093F: include/block/nbd*
3094F: qemu-nbd.*
3095F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03003096F: docs/interop/nbd.txt
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03003097F: docs/tools/qemu-nbd.rst
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003098T: git https://repo.or.cz/qemu/ericb.git nbd
Vladimir Sementsov-Ogievskiy3d9330e2021-03-04 13:35:03 +03003099T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
Eric Blake99c62e72017-07-07 13:21:51 -05003100
Peter Lieven6542aa92014-02-03 10:26:13 +01003101NFS
3102M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05003103L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01003104S: Maintained
3105F: block/nfs.c
3106
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003107SSH
3108M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003109L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003110S: Supported
3111F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03003112
Jeff Cody280458a2015-03-06 12:16:06 -05003113CURL
Jeff Cody280458a2015-03-06 12:16:06 -05003114L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003115S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003116F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05003117
3118GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05003119L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003120L: integration@gluster.org
3121S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003122F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08003123
Fam Zheng199667a2015-04-01 09:45:40 +08003124Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08003125M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08003126L: qemu-block@nongnu.org
3127S: Supported
3128F: block/null.c
3129
Fam Zhengbdd6a902018-01-16 14:08:55 +08003130NVMe Block Driver
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003131M: Stefan Hajnoczi <stefanha@redhat.com>
3132R: Fam Zheng <fam@euphon.net>
Fam Zhengbdd6a902018-01-16 14:08:55 +08003133L: qemu-block@nongnu.org
3134S: Supported
3135F: block/nvme*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02003136F: include/block/nvme.h
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003137T: git https://github.com/stefanha/qemu.git block
Fam Zhengbdd6a902018-01-16 14:08:55 +08003138
Gongleib5e94762014-10-22 11:07:57 +08003139Bootdevice
3140M: Gonglei <arei.gonglei@huawei.com>
3141S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02003142F: softmmu/bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02003143
3144Quorum
3145M: Alberto Garcia <berto@igalia.com>
3146S: Supported
3147F: block/quorum.c
3148L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003149
Aapo Vienamobfcc2242018-07-03 17:48:48 +03003150blklogwrites
3151M: Ari Sundholm <ari@tuxera.com>
3152L: qemu-block@nongnu.org
3153S: Supported
3154F: block/blklogwrites.c
3155
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003156blkverify
3157M: Stefan Hajnoczi <stefanha@redhat.com>
3158L: qemu-block@nongnu.org
3159S: Supported
3160F: block/blkverify.c
3161
3162bochs
3163M: Stefan Hajnoczi <stefanha@redhat.com>
3164L: qemu-block@nongnu.org
3165S: Supported
3166F: block/bochs.c
3167
3168cloop
3169M: Stefan Hajnoczi <stefanha@redhat.com>
3170L: qemu-block@nongnu.org
3171S: Supported
3172F: block/cloop.c
3173
3174dmg
3175M: Stefan Hajnoczi <stefanha@redhat.com>
3176L: qemu-block@nongnu.org
3177S: Supported
3178F: block/dmg.c
3179
3180parallels
3181M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03003182M: Denis V. Lunev <den@openvz.org>
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003183M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003184L: qemu-block@nongnu.org
3185S: Supported
3186F: block/parallels.c
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003187F: block/parallels-ext.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03003188F: docs/interop/parallels.txt
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003189T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003190
3191qed
3192M: Stefan Hajnoczi <stefanha@redhat.com>
3193L: qemu-block@nongnu.org
3194S: Supported
3195F: block/qed.c
3196
3197raw
3198M: Kevin Wolf <kwolf@redhat.com>
3199L: qemu-block@nongnu.org
3200S: Supported
3201F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02003202F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06003203F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06003204F: block/file-posix.c
3205F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003206F: block/win32-aio.c
3207
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003208Linux io_uring
3209M: Aarushi Mehta <mehta.aaru20@gmail.com>
3210M: Julia Suvorova <jusual@redhat.com>
3211M: Stefan Hajnoczi <stefanha@redhat.com>
3212L: qemu-block@nongnu.org
3213S: Maintained
3214F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00003215F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003216
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003217qcow2
3218M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02003219M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003220L: qemu-block@nongnu.org
3221S: Supported
3222F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03003223F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003224
3225qcow
3226M: Kevin Wolf <kwolf@redhat.com>
3227L: qemu-block@nongnu.org
3228S: Supported
3229F: block/qcow.c
3230
3231blkdebug
3232M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02003233M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003234L: qemu-block@nongnu.org
3235S: Supported
3236F: block/blkdebug.c
3237
3238vpc
3239M: Kevin Wolf <kwolf@redhat.com>
3240L: qemu-block@nongnu.org
3241S: Supported
3242F: block/vpc.c
3243
3244vvfat
3245M: Kevin Wolf <kwolf@redhat.com>
3246L: qemu-block@nongnu.org
Prasad J Pandit4b7c5bc2020-07-11 00:34:51 +05303247S: Odd Fixes
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003248F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01003249
3250Image format fuzzer
3251M: Stefan Hajnoczi <stefanha@redhat.com>
3252L: qemu-block@nongnu.org
3253S: Supported
3254F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003255
Coiby Xu8675a372020-09-18 16:09:12 +08003256Vhost-user block device backend server
3257M: Coiby Xu <Coiby.Xu@gmail.com>
3258S: Maintained
3259F: block/export/vhost-user-blk-server.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003260F: block/export/vhost-user-blk-server.h
3261F: include/qemu/vhost-user-server.h
Coiby Xu8675a372020-09-18 16:09:12 +08003262F: tests/qtest/libqos/vhost-user-blk.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003263F: util/vhost-user-server.c
Coiby Xu8675a372020-09-18 16:09:12 +08003264
Max Reitz0c9b70d2020-10-27 20:05:42 +01003265FUSE block device exports
3266M: Max Reitz <mreitz@redhat.com>
3267L: qemu-block@nongnu.org
3268S: Supported
3269F: block/export/fuse.c
3270
Changlong Xie049105a2016-07-27 15:01:53 +08003271Replication
Changlong Xie205f8612017-04-18 11:08:13 +08003272M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08003273M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08003274S: Supported
3275F: replication*
3276F: block/replication.c
Thomas Huthda668aa2021-03-10 07:33:14 +01003277F: tests/unit/test-replication.c
Changlong Xie049105a2016-07-27 15:01:53 +08003278F: docs/block-replication.txt
3279
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003280PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02003281M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03003282M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003283S: Maintained
3284F: hw/rdma/*
3285F: hw/rdma/vmw/*
3286F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02003287F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02003288F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003289
Alex Bennéeb052fec2019-05-13 15:32:56 +01003290Semihosting
3291M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01003292S: Maintained
Philippe Mathieu-Daudé8df9f0c2021-03-05 13:54:50 +00003293F: semihosting/
Philippe Mathieu-Daudé6b5fe132021-03-05 13:54:49 +00003294F: include/semihosting/
Alex Bennée3539d842021-03-23 16:52:51 +00003295F: tests/tcg/multiarch/arm-compat-semi/
Alex Bennéeb052fec2019-05-13 15:32:56 +01003296
John G Johnson8684f1b2021-01-29 11:46:02 -05003297Multi-process QEMU
3298M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3299M: Jagannathan Raman <jag.raman@oracle.com>
3300M: John G Johnson <john.g.johnson@oracle.com>
3301S: Maintained
3302F: docs/devel/multi-process.rst
Elena Ufimtseva639090d2021-01-29 11:46:03 -05003303F: docs/system/multi-process.rst
Jagannathan Raman6fbd84d2021-01-29 11:46:06 -05003304F: hw/pci-host/remote.c
3305F: include/hw/pci-host/remote.h
Jagannathan Raman3f0e7e52021-01-29 11:46:07 -05003306F: hw/remote/machine.c
3307F: include/hw/remote/machine.h
Elena Ufimtsevaad22c302021-01-29 11:46:10 -05003308F: hw/remote/mpqemu-link.c
3309F: include/hw/remote/mpqemu-link.h
Jagannathan Raman48b06f52021-01-29 11:46:11 -05003310F: hw/remote/message.c
Jagannathan Ramanc7d80c72021-01-29 11:46:12 -05003311F: hw/remote/remote-obj.c
Jagannathan Ramaned5d0012021-01-29 11:46:13 -05003312F: include/hw/remote/memory.h
3313F: hw/remote/memory.c
Elena Ufimtseva9f811202021-01-29 11:46:14 -05003314F: hw/remote/proxy.c
3315F: include/hw/remote/proxy.h
Jagannathan Ramanc746b742021-01-29 11:46:18 -05003316F: hw/remote/proxy-memory-listener.c
3317F: include/hw/remote/proxy-memory-listener.h
Jagannathan Ramanbd36adb2021-01-29 11:46:19 -05003318F: hw/remote/iohub.c
3319F: include/hw/remote/iohub.h
John G Johnson8684f1b2021-01-29 11:46:02 -05003320
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003321Build and test automation
3322-------------------------
Thomas Huth9872ba02021-03-09 12:23:56 +01003323Build and test automation, general continuous integration
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003324M: Alex Bennée <alex.bennee@linaro.org>
Thomas Huth9872ba02021-03-09 12:23:56 +01003325M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3326M: Thomas Huth <thuth@redhat.com>
3327R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3328R: Willian Rampazzo <willianr@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003329S: Maintained
Philippe Mathieu-Daudé20a4f142020-04-06 23:41:25 +02003330F: .github/lockdown.yml
Thomas Huth9872ba02021-03-09 12:23:56 +01003331F: .gitlab-ci.yml
3332F: .gitlab-ci.d/
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003333F: .travis.yml
Philippe Mathieu-Daudé04250c62021-02-11 12:27:36 +00003334F: scripts/ci/
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003335F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08003336F: tests/vm/
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01003337F: scripts/archive-source.sh
Thomas Huth9872ba02021-03-09 12:23:56 +01003338W: https://gitlab.com/qemu-project/qemu/pipelines
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003339W: https://travis-ci.org/qemu/qemu
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003340
Ed Maste7162fbb2019-01-22 17:25:58 +00003341FreeBSD Hosted Continuous Integration
3342M: Ed Maste <emaste@freebsd.org>
3343M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00003344S: Maintained
3345F: .cirrus.yml
3346W: https://cirrus-ci.com/github/qemu/qemu
3347
Yonggang Luodaee8de2021-01-07 02:19:17 -08003348Windows Hosted Continuous Integration
3349M: Yonggang Luo <luoyonggang@gmail.com>
3350S: Maintained
3351F: .cirrus.yml
3352W: https://cirrus-ci.com/github/qemu/qemu
3353
Alex Bennée7e970172018-04-06 13:32:18 +01003354Guest Test Compilation Support
3355M: Alex Bennée <alex.bennee@linaro.org>
3356R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00003357S: Maintained
Alex Bennée7e970172018-04-06 13:32:18 +01003358F: tests/tcg/Makefile
Alex Bennéec722a9e2018-04-06 11:08:37 +01003359F: tests/tcg/Makefile.include
Alex Bennée7e970172018-04-06 13:32:18 +01003360
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003361Acceptance (Integration) Testing with the Avocado framework
3362W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3363R: Cleber Rosa <crosa@redhat.com>
3364R: Philippe Mathieu-Daudé <philmd@redhat.com>
3365R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3366S: Odd Fixes
3367F: tests/acceptance/
3368
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003369Documentation
3370-------------
3371Build system architecture
3372M: Daniel P. Berrange <berrange@redhat.com>
3373S: Odd Fixes
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03003374F: docs/devel/build-system.txt
Fam Zheng8a49e972016-06-01 12:25:28 +08003375
Alex Bennée92329a72019-01-14 15:25:13 +00003376GIT Data Mining Config
3377M: Alex Bennée <alex.bennee@linaro.org>
3378S: Odd Fixes
3379F: gitdm.config
3380F: contrib/gitdm/*
3381
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003382Incompatible changes
3383R: libvir-list@redhat.com
Paolo Bonziniabcd92d2020-02-28 15:35:57 +00003384F: docs/system/deprecated.rst
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003385
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01003386Build System
3387------------
3388GIT submodules
3389M: Daniel P. Berrange <berrange@redhat.com>
3390S: Odd Fixes
3391F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00003392
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003393UI translations
John Snow4251dfb2020-10-30 11:34:16 -04003394S: Orphan
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003395F: po/*.po
3396
Peter Maydellc10e01b2019-03-07 14:26:47 +00003397Sphinx documentation configuration and build machinery
3398M: Peter Maydell <peter.maydell@linaro.org>
3399S: Maintained
3400F: docs/conf.py
3401F: docs/*/conf.py
Peter Maydell4078ee52020-09-25 17:23:02 +01003402F: docs/sphinx/
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02003403
3404Miscellaneous
3405-------------
3406Performance Tools and Tests
3407M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3408S: Maintained
3409F: scripts/performance/