blob: de5426f67240398822f400f66d0452ea095cb46b [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
Thomas Huth460423d2016-09-09 23:15:04 +0200131F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200132F: include/sysemu/tcg.h
Claudio Fontana78271682021-02-04 17:39:23 +0100133F: include/hw/core/tcg-cpu-ops.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200134
Peter Maydell1badb582016-02-19 16:25:01 +0000135FPU emulation
136M: Aurelien Jarno <aurelien@aurel32.net>
137M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000138M: Alex Bennée <alex.bennee@linaro.org>
139S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000140F: fpu/
141F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000142F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000143
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200144Alpha TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800145M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson8d6df262011-05-20 12:23:18 -0700146S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200147F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200148F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200149F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500150
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200151ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100152M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000153L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500154S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200155F: target/arm/
Alex Bennéec3487222018-04-05 15:45:32 +0100156F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100157F: tests/tcg/aarch64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100158F: hw/arm/
159F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200160F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200161F: disas/arm.c
162F: disas/arm-a64.cc
163F: disas/libvixl/
Peter Maydellc11a8e82020-03-09 21:58:15 +0000164F: docs/system/target-arm.rst
Philippe Mathieu-Daudé6e84a912020-11-20 16:45:40 +0100165F: docs/system/arm/cpu-features.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500166
Eric Auger49154ea2018-11-22 19:01:43 +0100167ARM SMMU
168M: Eric Auger <eric.auger@redhat.com>
169L: qemu-arm@nongnu.org
170S: Maintained
171F: hw/arm/smmu*
172F: include/hw/arm/smmu*
173
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100174AVR TCG CPUs
175M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100176S: Maintained
Thomas Huth0abd3862020-08-12 17:53:04 +0200177F: docs/system/target-avr.rst
Michael Rolnik12b35402020-01-26 18:52:23 +0100178F: gdb-xml/avr-cpu.xml
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100179F: target/avr/
Michael Rolnikf5d31d62020-01-24 01:51:30 +0100180F: tests/acceptance/machine_avr6.py
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100181
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200182CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500183M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
184S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200185F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100186F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200187F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200188F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200189F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500190
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600191Hexagon TCG CPUs
192M: Taylor Simpson <tsimpson@quicinc.com>
193S: Supported
194F: target/hexagon/
195F: linux-user/hexagon/
196F: tests/tcg/hexagon/
197F: disas/hexagon.c
198F: default-configs/targets/hexagon-linux-user.mak
Alessandro Di Federicoafbdf0a2021-05-12 11:20:26 +0100199F: docker/dockerfiles/debian-hexagon-cross.docker
200F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600201
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200202HPPA (PA-RISC) TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800203M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson61766fe2016-12-15 11:26:14 -0800204S: Maintained
205F: target/hppa/
Richard Henderson61461802018-01-21 14:05:03 -0800206F: hw/hppa/
Richard Henderson61766fe2016-12-15 11:26:14 -0800207F: disas/hppa.c
Helge Deller376b8512019-12-20 22:15:08 +0100208F: hw/net/*i82596*
209F: include/hw/net/lasi_82596.h
Richard Henderson61766fe2016-12-15 11:26:14 -0800210
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200211M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200212M: Laurent Vivier <laurent@vivier.eu>
213S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200214F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100215F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500216
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200217MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500218M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
219S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200220F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100221F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200222F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500223
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200224MIPS TCG CPUs
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200225M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +0100226R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +0200227R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +0200228R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200229S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200230F: target/mips/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100231F: default-configs/*/*mips*
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100232F: disas/mips.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000233F: docs/system/cpu-models-mips.rst.inc
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100234F: hw/intc/mips_gic.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100235F: hw/mips/
Thomas Huth5995db82016-09-30 09:26:51 +0200236F: hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200237F: hw/timer/mips_gictimer.c
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100238F: include/hw/intc/mips_gic.h
Thomas Huth5995db82016-09-30 09:26:51 +0200239F: include/hw/mips/
240F: include/hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200241F: include/hw/timer/mips_gictimer.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200242F: tests/tcg/mips/
Aleksandar Markovic09684552018-12-17 17:43:11 +0100243K: ^Subject:.*(?i)mips
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500244
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100245MIPS TCG CPUs (nanoMIPS ISA)
246S: Orphan
247F: disas/nanomips.*
248
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200249NiosII TCG CPUs
Marek Vasute6717112017-01-18 23:01:46 +0100250M: Chris Wulff <crwulff@gmail.com>
251M: Marek Vasut <marex@denx.de>
252S: Maintained
253F: target/nios2/
254F: hw/nios2/
255F: disas/nios2.c
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100256F: default-configs/*/nios2-softmmu.mak
Marek Vasute6717112017-01-18 23:01:46 +0100257
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200258OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900259M: Stafford Horne <shorne@gmail.com>
260S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200261F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800262F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200263F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800264
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200265PowerPC TCG CPUs
David Gibsonb4daafb2016-05-26 16:14:57 +1000266M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +1100267M: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +0000268L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500269S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200270F: target/ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100271F: hw/ppc/
Thomas Huthb5d55022016-09-05 22:03:36 +0200272F: include/hw/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200273F: disas/ppc.c
Thomas Huthc592f702021-01-12 17:40:43 +0100274F: tests/acceptance/machine_ppc.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500275
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200276RISC-V TCG CPUs
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -0700277M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisab2c9122021-04-06 18:48:25 -0400278M: Alistair Francis <alistair.francis@wdc.com>
279M: Bin Meng <bin.meng@windriver.com>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700280L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800281S: Supported
Michael Clark4dc62b12018-03-03 01:31:09 +1300282F: target/riscv/
283F: hw/riscv/
284F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000285F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000286F: linux-user/host/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300287
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800288RENESAS RX CPUs
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +0100289R: Yoshinori Sato <ysato@users.sourceforge.jp>
290S: Orphan
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800291F: target/rx/
292
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200293S390 TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800294M: Richard Henderson <richard.henderson@linaro.org>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100295M: David Hildenbrand <david@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500296S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200297F: target/s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100298F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200299F: disas/s390.c
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400300F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200301L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000302
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200303SH4 TCG CPUs
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +0100304R: Yoshinori Sato <ysato@users.sourceforge.jp>
305S: Orphan
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200306F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100307F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200308F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200309F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000310
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200311SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000312M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100313M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500314S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200315F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100316F: hw/sparc/
317F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100318F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200319F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500320
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200321X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200322M: Paolo Bonzini <pbonzini@redhat.com>
Richard Henderson336f7442020-11-12 20:35:43 -0800323M: Richard Henderson <richard.henderson@linaro.org>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300324M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300325S: Maintained
Claudio Fontanaf5cc5a52021-03-22 14:27:40 +0100326F: target/i386/tcg/
Alex Bennée41324312018-04-05 15:35:11 +0100327F: tests/tcg/i386/
Alex Bennée3a082ec2018-04-17 11:14:37 +0100328F: tests/tcg/x86_64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100329F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200330F: disas/i386.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000331F: docs/system/cpu-models-x86.rst.inc
Eduardo Habkostf953c102020-12-14 16:20:32 -0500332T: git https://gitlab.com/ehabkost/qemu.git x86-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500333
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200334Xtensa TCG CPUs
Max Filippov16e7caa2011-09-06 03:55:56 +0400335M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippovb8105d22018-02-27 21:15:34 -0800336W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400337S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200338F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100339F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200340F: tests/tcg/xtensa/
Max Filippov5a6539e2017-10-31 16:17:43 -0700341F: disas/xtensa.c
Max Filippov895e4892018-11-22 15:06:21 -0800342F: include/hw/xtensa/xtensa-isa.h
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +0100343F: default-configs/*/xtensa*.mak
Max Filippov16e7caa2011-09-06 03:55:56 +0400344
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200345TriCore TCG CPUs
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100346M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
347S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200348F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100349F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200350F: include/hw/tricore/
Bastian Koppelmannbe78e792021-05-12 11:20:34 +0100351F: tests/tcg/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100352
Alex Bennéedd28beb2018-04-05 15:03:22 +0100353Multiarch Linux User Tests
354M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000355S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100356F: tests/tcg/multiarch/
357
Markus Armbruster84995ea2019-06-06 19:24:08 +0200358Guest CPU Cores (KVM)
359---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200360Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300361M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500362L: kvm@vger.kernel.org
363S: Supported
Philippe Mathieu-Daudéa6bb42f2020-06-18 14:33:33 +0200364F: */*/kvm*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300365F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100366F: accel/stubs/kvm-stub.c
367F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100368F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100369F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500370
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200371ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000372M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000373L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000374S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200375F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000376
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200377MIPS KVM CPUs
Huacai Chendab1e1e2020-12-05 17:22:01 +0800378M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic134f7f72020-02-24 12:50:58 +0100379S: Odd Fixes
Philippe Mathieu-Daudé85d8da32021-04-13 10:31:44 +0200380F: target/mips/kvm*
381F: target/mips/sysemu/
James Hogana31896c2014-06-17 23:10:37 +0100382
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200383PPC KVM CPUs
Alexander Grafbba8e232018-10-30 10:35:31 +0100384M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +1100385M: Greg Kurz <groug@kaod.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500386S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200387F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500388
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200389S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100390M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckc1976ae2017-07-04 11:22:15 +0200391M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100392M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100393S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200394F: target/s390x/kvm.c
David Hildenbrand040078e2017-09-28 15:46:05 +0200395F: target/s390x/kvm_s390x.h
396F: target/s390x/kvm-stub.c
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200397F: target/s390x/ioinst.[ch]
398F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200399F: target/s390x/sigp.c
Cornelia Huck8b3410d2019-06-26 15:00:21 +0200400F: target/s390x/cpu_features*.[ch]
401F: target/s390x/cpu_models.[ch]
Janosch Frankc3347ed2020-03-23 04:36:06 -0400402F: hw/s390x/pv.c
403F: include/hw/s390x/pv.h
Cornelia Huck4277af12014-10-20 19:00:03 +0200404F: hw/intc/s390_flic.c
405F: hw/intc/s390_flic_kvm.c
406F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100407F: gdb-xml/s390*.xml
Cornelia Huck99eaf132020-12-14 14:26:28 +0100408T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000409T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200410L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500411
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200412X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200413M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500414M: Marcelo Tosatti <mtosatti@redhat.com>
415L: kvm@vger.kernel.org
416S: Supported
Claudio Fontanaa9dc68d2020-12-12 16:55:08 +0100417F: target/i386/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100418F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500419
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200420Guest CPU Cores (other accelerators)
421------------------------------------
422Overall
Richard Henderson336f7442020-11-12 20:35:43 -0800423M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200424R: Paolo Bonzini <pbonzini@redhat.com>
425S: Maintained
Claudio Fontana940e43a2021-02-04 17:39:24 +0100426F: include/qemu/accel.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100427F: include/sysemu/accel-ops.h
Claudio Fontanafb6916d2021-02-04 17:39:26 +0100428F: include/hw/core/accel-cpu.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100429F: accel/accel-*.c
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200430F: accel/Makefile.objs
431F: accel/stubs/Makefile.objs
432
Roman Bolshakov674fc212020-03-16 20:18:27 +0300433X86 HVF CPUs
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300434M: Cameron Esfahani <dirty@apple.com>
Roman Bolshakov674fc212020-03-16 20:18:27 +0300435M: Roman Bolshakov <r.bolshakov@yadro.com>
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300436W: https://wiki.qemu.org/Features/HVF
Roman Bolshakov674fc212020-03-16 20:18:27 +0300437S: Maintained
Roman Bolshakov674fc212020-03-16 20:18:27 +0300438F: target/i386/hvf/
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100439
440HVF
441M: Cameron Esfahani <dirty@apple.com>
442M: Roman Bolshakov <r.bolshakov@yadro.com>
443W: https://wiki.qemu.org/Features/HVF
444S: Maintained
445F: accel/hvf/
Roman Bolshakov674fc212020-03-16 20:18:27 +0300446F: include/sysemu/hvf.h
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100447F: include/sysemu/hvf_int.h
Roman Bolshakov674fc212020-03-16 20:18:27 +0300448
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000449WHPX CPUs
450M: Sunil Muthuswamy <sunilmut@microsoft.com>
451S: Supported
Claudio Fontana1fc33bb2020-12-12 16:55:09 +0100452F: target/i386/whpx/
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000453F: include/sysemu/whpx.h
454
Markus Armbruster84995ea2019-06-06 19:24:08 +0200455Guest CPU Cores (Xen)
456---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200457X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100458M: Stefano Stabellini <sstabellini@kernel.org>
459M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100460M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000461L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100462S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100463F: */xen*
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200464F: accel/xen/*
Greg Kurzb8278912019-05-29 12:24:44 +0200465F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200466F: hw/char/xen_console.c
467F: hw/display/xenfb.c
468F: hw/net/xen_nic.c
Anthony PERARD758af9c2020-04-06 17:50:43 +0100469F: hw/usb/xen-usb.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000470F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000471F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200472F: hw/xen/
473F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000474F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100475F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000476F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200477F: include/hw/xen/
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200478F: include/sysemu/xen.h
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000479F: include/sysemu/xen-mapcache.h
Philippe Mathieu-Daudé71f364b2020-09-08 17:55:28 +0200480F: stubs/xen-hw-stub.c
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100481
Colin Xu6c94b952020-02-28 09:20:46 +0800482Guest CPU Cores (HAXM)
483---------------------
484X86 HAXM CPUs
485M: Wenchao Wang <wenchao.wang@intel.com>
486M: Colin Xu <colin.xu@intel.com>
487L: haxm-team@intel.com
488W: https://github.com/intel/haxm/issues
489S: Maintained
Philippe Mathieu-Daudéf7091f52020-06-18 14:33:35 +0200490F: accel/stubs/hax-stub.c
Colin Xu6c94b952020-02-28 09:20:46 +0800491F: include/sysemu/hax.h
Claudio Fontana7fdef0d2020-12-12 16:55:10 +0100492F: target/i386/hax/
Colin Xu6c94b952020-02-28 09:20:46 +0800493
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200494Guest CPU Cores (NVMM)
495----------------------
496NetBSD Virtual Machine Monitor (NVMM) CPU support
497M: Kamil Rytarowski <kamil@netbsd.org>
498M: Reinoud Zandijk <reinoud@netbsd.org>
499S: Maintained
500F: include/sysemu/nvmm.h
501F: target/i386/nvmm/
502
Markus Armbruster84995ea2019-06-06 19:24:08 +0200503Hosts
504-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100505LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100506M: Michael S. Tsirkin <mst@redhat.com>
507M: Cornelia Huck <cohuck@redhat.com>
508M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100509S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100510F: linux-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100511F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100512
513POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100514M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100515S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100516F: os-posix.c
517F: include/sysemu/os-posix.h
518F: util/*posix*.c
519F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100520
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200521NETBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200522M: Kamil Rytarowski <kamil@netbsd.org>
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200523M: Reinoud Zandijk <reinoud@netbsd.org>
524M: Ryo ONODERA <ryoon@netbsd.org>
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200525S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200526K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200527
Brad Smith0a773d52018-02-16 11:46:20 -0500528OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500529M: Brad Smith <brad@comstyle.com>
530S: Maintained
531K: ^Subject:.*(?i)OpenBSD
532
Stefan Weil1bdd6872012-01-27 18:53:49 +0100533W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100534M: Stefan Weil <sw@weilnetz.de>
535S: Maintained
536F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200537F: */*win32*
538F: include/*/*win32*
539X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200540F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100541
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100542Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200543--------------
Richard Henderson336f7442020-11-12 20:35:43 -0800544M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100545S: Maintained
546F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100547F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700548F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100549
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500550ARM Machines
551------------
liguang84291fe2013-12-17 19:42:38 +0000552Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100553M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000554M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000555L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000556S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100557F: hw/*/allwinner*
558F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000559F: hw/arm/cubieboard.c
560
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100561Allwinner-h3
562M: Niek Linnenbank <nieklinnenbank@gmail.com>
563L: qemu-arm@nongnu.org
564S: Maintained
565F: hw/*/allwinner-h3*
566F: include/hw/*/allwinner-h3*
Niek Linnenbankb0c96662020-03-11 23:18:38 +0100567F: hw/arm/orangepi.c
Philippe Mathieu-Daudéc67d7322020-11-20 16:45:43 +0100568F: docs/system/arm/orangepi.rst
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100569
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100570ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200571M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000572L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200573S: Maintained
574F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300575F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200576F: hw/display/pl110*
577F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100578F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200579F: hw/dma/pl330.c
580F: hw/gpio/pl061.c
581F: hw/input/pl050.c
582F: hw/intc/pl190.c
583F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100584F: hw/ssi/pl022.c
585F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200586F: hw/rtc/pl031.c
587F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200588F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100589F: hw/timer/cmsdk-apb-timer.c
590F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell30858da2021-01-28 11:41:23 +0000591F: tests/qtest/cmsdk-apb-timer-test.c
Peter Maydell4f4c6202018-08-24 13:17:41 +0100592F: hw/timer/cmsdk-apb-dualtimer.c
593F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydell9bc064b2021-01-28 11:41:25 +0000594F: tests/qtest/cmsdk-apb-dualtimer-test.c
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100595F: hw/char/cmsdk-apb-uart.c
596F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100597F: hw/watchdog/cmsdk-apb-watchdog.c
598F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell9cf5eb22021-01-28 11:41:24 +0000599F: tests/qtest/cmsdk-apb-watchdog-test.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100600F: hw/misc/tz-ppc.c
601F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100602F: hw/misc/tz-mpc.c
603F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100604F: hw/misc/tz-msc.c
605F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200606
607ARM cores
608M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000609L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200610S: Maintained
611F: hw/intc/arm*
612F: hw/intc/gic_internal.h
613F: hw/misc/a9scu.c
614F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000615F: hw/misc/arm_l2x0.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200616F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300617F: hw/timer/arm*
618F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200619F: include/hw/intc/arm*
620F: include/hw/misc/a9scu.h
621F: include/hw/misc/arm11scu.h
622F: include/hw/timer/a9gtimer.h
623F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300624F: include/hw/timer/armv7m_systick.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200625F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200626
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000627Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400628M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000629M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000630L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000631S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100632F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100633F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000634
Mark Langsdorf766fd092012-02-16 09:56:10 +0000635Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100636M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000637M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000638L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000639S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100640F: hw/arm/highbank.c
641F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000642
Antony Pavlov9082f122013-12-17 19:42:37 +0000643Canon DIGIC
644M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000645M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000646L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000647S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000648F: include/hw/arm/digic.h
649F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100650F: include/hw/*/digic*
Thomas Huth56c2c592020-05-14 21:04:22 +0200651F: tests/acceptance/machine_arm_canona1100.py
Peter Maydell2d21dd12020-07-13 18:57:43 +0100652F: docs/system/arm/digic.rst
Antony Pavlov9082f122013-12-17 19:42:37 +0000653
Anup Patel9c8fdce2019-11-06 11:56:50 +0000654Goldfish RTC
655M: Anup Patel <anup.patel@wdc.com>
656M: Alistair Francis <Alistair.Francis@wdc.com>
657L: qemu-riscv@nongnu.org
658S: Maintained
659F: hw/rtc/goldfish_rtc.c
660F: include/hw/rtc/goldfish_rtc.h
661
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500662Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000663M: Peter Maydell <peter.maydell@linaro.org>
664R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000665L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100666S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100667F: hw/arm/gumstix.c
Peter Maydellbb309002020-07-13 18:57:45 +0100668F: docs/system/arm/gumstix.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500669
Thomas Huth123a0692018-11-26 13:39:23 +0000670i.MX25 PDK
671M: Peter Maydell <peter.maydell@linaro.org>
672R: Jean-Christophe Dubois <jcd@tribudubois.net>
673L: qemu-arm@nongnu.org
674S: Odd Fixes
675F: hw/arm/fsl-imx25.c
676F: hw/arm/imx25_pdk.c
677F: hw/misc/imx25_ccm.c
Guenter Roeck37f959592020-05-17 09:21:28 -0700678F: hw/watchdog/wdt_imx2.c
Thomas Huth123a0692018-11-26 13:39:23 +0000679F: include/hw/arm/fsl-imx25.h
680F: include/hw/misc/imx25_ccm.h
Guenter Roeck37f959592020-05-17 09:21:28 -0700681F: include/hw/watchdog/wdt_imx2.h
Thomas Huth123a0692018-11-26 13:39:23 +0000682
Thomas Huth95a5db32018-11-19 15:29:08 +0000683i.MX31 (kzm)
Peter Maydella00d7f22018-11-19 15:29:08 +0000684M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000685L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000686S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100687F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000688F: hw/*/imx_*
689F: hw/*/*imx31*
690F: include/hw/*/imx_*
691F: include/hw/*/*imx31*
Peter Chubb03255592012-07-04 10:43:34 +0000692
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500693Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100694M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000695L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500696S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100697F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200698F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000699F: include/hw/misc/arm_integrator_debug.h
Thomas Huth5e0ac7e2020-02-25 18:24:59 +0100700F: tests/acceptance/machine_arm_integratorcp.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000701F: docs/system/arm/integratorcp.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500702
Thomas Huth95a5db32018-11-19 15:29:08 +0000703MCIMX6UL EVK / i.MX6ul
704M: Peter Maydell <peter.maydell@linaro.org>
705R: Jean-Christophe Dubois <jcd@tribudubois.net>
706L: qemu-arm@nongnu.org
707S: Odd Fixes
708F: hw/arm/mcimx6ul-evk.c
709F: hw/arm/fsl-imx6ul.c
710F: hw/misc/imx6ul_ccm.c
711F: include/hw/arm/fsl-imx6ul.h
712F: include/hw/misc/imx6ul_ccm.h
713
714MCIMX7D SABRE / i.MX7
715M: Peter Maydell <peter.maydell@linaro.org>
716R: Andrey Smirnov <andrew.smirnov@gmail.com>
717L: qemu-arm@nongnu.org
718S: Odd Fixes
719F: hw/arm/mcimx7d-sabre.c
720F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000721F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000722F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000723F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000724F: hw/pci-host/designware.c
725F: include/hw/pci-host/designware.h
726
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100727MPS2
728M: Peter Maydell <peter.maydell@linaro.org>
729L: qemu-arm@nongnu.org
730S: Maintained
731F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100732F: hw/arm/mps2-tz.c
733F: hw/misc/mps2-*.c
734F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000735F: hw/arm/armsse.c
736F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100737F: hw/misc/iotkit-secctl.c
738F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100739F: hw/misc/iotkit-sysctl.c
740F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100741F: hw/misc/iotkit-sysinfo.c
742F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell4239b312021-02-19 14:45:53 +0000743F: hw/misc/armsse-cpu-pwrctrl.c
744F: include/hw/misc/armsse-cpu-pwrctrl.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000745F: hw/misc/armsse-cpuid.c
746F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000747F: hw/misc/armsse-mhu.c
748F: include/hw/misc/armsse-mhu.h
Peter Maydell0d10df32021-02-19 14:45:44 +0000749F: hw/timer/sse-counter.c
750F: include/hw/timer/sse-counter.h
Peter Maydell0b8ceee2021-02-19 14:45:45 +0000751F: hw/timer/sse-timer.c
752F: include/hw/timer/sse-timer.h
Peter Maydell1eca58a2021-02-19 14:46:17 +0000753F: tests/qtest/sse-timer-test.c
Peter Maydellba7912a2020-05-07 16:18:18 +0100754F: docs/system/arm/mps2.rst
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100755
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000756Musca
757M: Peter Maydell <peter.maydell@linaro.org>
758L: qemu-arm@nongnu.org
759S: Maintained
760F: hw/arm/musca.c
Peter Maydell9f8f6402020-05-07 16:18:19 +0100761F: docs/system/arm/musca.rst
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000762
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500763Musicpal
764M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000765M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000766L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000767S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100768F: hw/arm/musicpal.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000769F: docs/system/arm/musicpal.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500770
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700771Nuvoton NPCM7xx
772M: Havard Skinnemoen <hskinnemoen@google.com>
773M: Tyrone Ting <kfting@nuvoton.com>
774L: qemu-arm@nongnu.org
775S: Supported
776F: hw/*/npcm7xx*
777F: include/hw/*/npcm7xx*
Hao Wu7d378ed2020-10-23 14:06:34 -0700778F: tests/qtest/npcm7xx*
Havard Skinnemoend1cb5ed2020-09-10 22:20:53 -0700779F: pc-bios/npcm7xx_bootrom.bin
780F: roms/vbootrom
Philippe Mathieu-Daudé71703112020-11-20 16:45:42 +0100781F: docs/system/arm/nuvoton.rst
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700782
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500783nSeries
784M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000785M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000786L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000787S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100788F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200789F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000790F: hw/input/lm832x.c
791F: hw/input/tsc2005.c
792F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200793F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200794F: include/hw/display/blizzard.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200795F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200796F: include/hw/misc/cbus.h
Thomas Huth050a82f2020-02-25 18:24:58 +0100797F: tests/acceptance/machine_arm_n8x0.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000798F: docs/system/arm/nseries.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500799
800Palm
801M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000802M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000803L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000804S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100805F: hw/arm/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000806F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200807F: include/hw/input/tsc2xxx.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000808F: docs/system/arm/palm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500809
Thomas Huth95a5db32018-11-19 15:29:08 +0000810Raspberry Pi
811M: Peter Maydell <peter.maydell@linaro.org>
812R: Andrew Baumann <Andrew.Baumann@microsoft.com>
813R: Philippe Mathieu-Daudé <f4bug@amsat.org>
814L: qemu-arm@nongnu.org
815S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000816F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000817F: hw/arm/raspi_platform.h
818F: hw/*/bcm283*
819F: include/hw/arm/raspi*
820F: include/hw/*/bcm283*
Philippe Mathieu-Daudéd9f2ac32020-11-20 18:39:51 +0100821F: docs/system/arm/raspi.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000822
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500823Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100824M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000825L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500826S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100827F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200828F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200829F: hw/intc/realview_gic.c
830F: include/hw/intc/realview_gic.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000831F: docs/system/arm/realview.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500832
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200833PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500834M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000835M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000836L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000837S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200838F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100839F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200840F: hw/arm/tosa.c
841F: hw/arm/z2.c
842F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000843F: hw/display/tc6393xb.c
844F: hw/gpio/max7310.c
845F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200846F: hw/misc/mst_fpga.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000847F: hw/misc/max111x.c
Peter Maydell30296812020-07-03 16:59:45 +0100848F: include/hw/misc/max111x.h
Thomas Huthed0db862016-02-25 12:22:04 +0100849F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000850F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200851F: include/hw/display/tc6393xb.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000852F: docs/system/arm/xscale.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500853
Thomas Huth95a5db32018-11-19 15:29:08 +0000854SABRELITE / i.MX6
855M: Peter Maydell <peter.maydell@linaro.org>
856R: Jean-Christophe Dubois <jcd@tribudubois.net>
857L: qemu-arm@nongnu.org
858S: Odd Fixes
859F: hw/arm/sabrelite.c
860F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000861F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000862F: hw/ssi/imx_spi.c
Guenter Roeck0701a5e2020-03-12 18:45:47 -0700863F: hw/usb/imx-usb-phy.c
864F: include/hw/usb/imx-usb-phy.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000865F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000866F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000867F: include/hw/ssi/imx_spi.h
868
Hongbo Zhang64580902019-07-01 17:26:18 +0100869SBSA-REF
Radoslaw Biernacki428a3772020-05-12 19:07:04 +0200870M: Radoslaw Biernacki <rad@semihalf.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100871M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholmaff55692020-01-16 17:42:26 +0000872R: Leif Lindholm <leif@nuviainc.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100873L: qemu-arm@nongnu.org
874S: Maintained
875F: hw/arm/sbsa-ref.c
Philippe Mathieu-Daudé9eeeb802020-11-20 16:45:44 +0100876F: docs/system/arm/sbsa.rst
Hongbo Zhang64580902019-07-01 17:26:18 +0100877
Thomas Huth671f11b2018-11-13 10:47:58 +0000878Sharp SL-5500 (Collie) PDA
879M: Peter Maydell <peter.maydell@linaro.org>
880L: qemu-arm@nongnu.org
881S: Odd Fixes
882F: hw/arm/collie.c
883F: hw/arm/strongarm*
Peter Maydellb76b60f2020-07-13 18:57:44 +0100884F: docs/system/arm/collie.rst
Thomas Huth671f11b2018-11-13 10:47:58 +0000885
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500886Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100887M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000888L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500889S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100890F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200891F: include/hw/input/gamepad.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000892F: docs/system/arm/stellaris.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500893
Thomas Huth95a5db32018-11-19 15:29:08 +0000894Versatile Express
895M: Peter Maydell <peter.maydell@linaro.org>
896L: qemu-arm@nongnu.org
897S: Maintained
898F: hw/arm/vexpress.c
Peter Maydell5a1d4242020-05-07 16:18:17 +0100899F: docs/system/arm/vexpress.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000900
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500901Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100902M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000903L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500904S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100905F: hw/*/versatile*
Philippe Mathieu-Daudéf61c3fb2020-06-17 09:25:29 +0200906F: include/hw/i2c/arm_sbcon_i2c.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300907F: hw/misc/arm_sysctl.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000908F: docs/system/arm/versatile.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500909
Thomas Huth95a5db32018-11-19 15:29:08 +0000910Virt
911M: Peter Maydell <peter.maydell@linaro.org>
912L: qemu-arm@nongnu.org
913S: Maintained
914F: hw/arm/virt*
915F: include/hw/arm/virt.h
Peter Maydell6a0b7502020-07-13 18:57:46 +0100916F: docs/system/arm/virt.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000917
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000918Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700919M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +0000920M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000921M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000922L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000923S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700924F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100925F: hw/*/cadence_*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200926F: hw/misc/zynq*
927F: include/hw/misc/zynq*
Alistair Franciscc0100f2016-07-28 09:55:39 -0700928X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000929
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200930Xilinx ZynqMP and Versal
Alistair Francisc22e5802018-03-01 11:05:58 +0000931M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700932M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000933M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000934L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100935S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700936F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200937F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +0100938F: include/hw/ssi/xilinx_spips.h
939F: hw/display/dpcd.c
940F: include/hw/display/dpcd.h
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200941F: docs/system/arm/xlnx-versal-virt.rst
Alistair Francis137805f2015-08-25 15:45:07 +0100942
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100943ARM ACPI Subsystem
Zhaoshenglonge59f13d2017-12-13 17:59:26 +0000944M: Shannon Zhao <shannon.zhaosl@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000945L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100946S: Maintained
947F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100948
Alistair Francisa1f81932016-10-04 13:28:07 +0100949STM32F205
950M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000951M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100952L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100953S: Maintained
954F: hw/arm/stm32f205_soc.c
955F: hw/misc/stm32f2xx_syscfg.c
956F: hw/char/stm32f2xx_usart.c
957F: hw/timer/stm32f2xx_timer.c
958F: hw/adc/*
959F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -0300960F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +0100961
Alistair Francis529fc5f2020-01-17 14:09:29 +0000962STM32F405
963M: Alistair Francis <alistair@alistair23.me>
964M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100965L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +0000966S: Maintained
967F: hw/arm/stm32f405_soc.c
968F: hw/misc/stm32f4xx_syscfg.c
969F: hw/misc/stm32f4xx_exti.c
970
Alistair Francisa1f81932016-10-04 13:28:07 +0100971Netduino 2
972M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000973M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100974L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100975S: Maintained
976F: hw/arm/netduino2.c
977
Alistair Francis60d6c422020-01-17 14:09:29 +0000978Netduino Plus 2
979M: Alistair Francis <alistair@alistair23.me>
980M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100981L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +0000982S: Maintained
983F: hw/arm/netduinoplus2.c
984
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000985SmartFusion2
986M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000987M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100988L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000989S: Maintained
990F: hw/arm/msf2-soc.c
991F: hw/misc/msf2-sysreg.c
992F: hw/timer/mss-timer.c
993F: hw/ssi/mss-spi.c
994F: include/hw/arm/msf2-soc.h
995F: include/hw/misc/msf2-sysreg.h
996F: include/hw/timer/mss-timer.h
997F: include/hw/ssi/mss-spi.h
Subbaraya Sundeep1c664372020-04-16 20:24:49 +0530998F: hw/net/msf2-emac.c
999F: include/hw/net/msf2-emac.h
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001000
1001Emcraft M2S-FG484
1002M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001003M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001004L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001005S: Maintained
1006F: hw/arm/msf2-som.c
1007
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001008ASPEED BMCs
1009M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +00001010M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001011R: Andrew Jeffery <andrew@aj.id.au>
1012R: Joel Stanley <joel@jms.id.au>
1013L: qemu-arm@nongnu.org
1014S: Maintained
1015F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001016F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001017F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001018F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001019F: hw/net/ftgmac100.c
1020F: include/hw/net/ftgmac100.h
Philippe Mathieu-Daudéde8ee7d2020-11-20 16:45:41 +01001021F: docs/system/arm/aspeed.rst
Joel Stanley66609952021-05-01 10:03:51 +02001022F: tests/qtest/*aspeed*
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001023
Joel Stanleyc0066d12018-09-25 14:02:30 +01001024NRF51
1025M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +00001026M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +01001027L: qemu-arm@nongnu.org
1028S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +00001029F: hw/*/nrf51*.c
1030F: hw/*/microbit*.c
1031F: include/hw/*/nrf51*.h
1032F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001033F: tests/qtest/microbit-test.c
Joel Stanleyc0066d12018-09-25 14:02:30 +01001034
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001035AVR Machines
1036-------------
1037
1038AVR MCUs
1039M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001040S: Maintained
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01001041F: default-configs/*/avr-softmmu.mak
Philippe Mathieu-Daudé7dd8f6f2020-01-24 01:51:25 +01001042F: hw/avr/
Michael Rolnik429ca9d2020-01-24 01:51:17 +01001043F: include/hw/char/avr_usart.h
1044F: hw/char/avr_usart.c
Michael Rolnik8ff47bc2020-01-24 01:51:18 +01001045F: include/hw/timer/avr_timer16.h
1046F: hw/timer/avr_timer16.c
Michael Rolnikdc288de2020-01-24 01:51:19 +01001047F: include/hw/misc/avr_power.h
1048F: hw/misc/avr_power.c
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001049
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001050Arduino
1051M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001052S: Maintained
1053F: hw/avr/arduino.c
1054
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001055CRIS Machines
1056-------------
1057Axis Dev88
1058M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1059S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001060F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001061F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001062
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001063HP-PARISC Machines
1064------------------
Helge Deller18092592019-12-20 22:15:07 +01001065HP B160L
Richard Henderson336f7442020-11-12 20:35:43 -08001066M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001067R: Helge Deller <deller@gmx.de>
1068S: Odd Fixes
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01001069F: default-configs/*/hppa-softmmu.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001070F: hw/hppa/
1071F: pc-bios/hppa-firmware.img
1072
Aurelien Jarnoafcacd52011-01-14 20:39:19 +01001073M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001074-------------
1075an5206
Thomas Huth5baf2742017-02-12 23:38:17 +01001076M: Thomas Huth <huth@tuxfamily.org>
1077S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001078F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001079F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001080
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001081mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +01001082M: Thomas Huth <huth@tuxfamily.org>
1083S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001084F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001085F: hw/m68k/mcf_intc.c
1086F: hw/char/mcf_uart.c
1087F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +01001088F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001089
Thomas Huth1810b812018-06-30 08:33:57 +00001090NeXTcube
1091M: Thomas Huth <huth@tuxfamily.org>
1092S: Odd Fixes
1093F: hw/m68k/next-*.c
1094F: hw/display/next-fb.c
1095F: include/hw/m68k/next-cube.h
1096
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001097q800
1098M: Laurent Vivier <laurent@vivier.eu>
1099S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001100F: hw/m68k/q800.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001101F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001102F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001103F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +02001104F: hw/block/swim.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001105F: hw/m68k/bootinfo.h
Laurent Vivier382d71a2020-12-20 12:26:09 +01001106F: include/standard-headers/asm-m68k/bootinfo.h
1107F: include/standard-headers/asm-m68k/bootinfo-mac.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001108F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001109F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001110F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +02001111F: include/hw/block/swim.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001112
Laurent Viviere1cecdc2021-03-12 22:41:45 +01001113virt
1114M: Laurent Vivier <laurent@vivier.eu>
1115S: Maintained
1116F: hw/m68k/virt.c
1117F: hw/char/goldfish_tty.c
1118F: hw/intc/goldfish_pic.c
1119F: hw/intc/m68k_irqc.c
1120F: hw/misc/virt_ctrl.c
1121F: include/hw/char/goldfish_tty.h
1122F: include/hw/intc/goldfish_pic.h
1123F: include/hw/intc/m68k_irqc.h
1124F: include/hw/misc/virt_ctrl.h
1125
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001126MicroBlaze Machines
1127-------------------
1128petalogix_s3adsp1800
1129M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1130S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001131F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +01001132F: include/hw/char/xilinx_uartlite.h
Thomas Huthee6c14d2021-01-28 16:28:15 +01001133F: tests/acceptance/machine_microblaze.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001134
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001135petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +01001136M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001137S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001138F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001139
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001140MIPS Machines
1141-------------
1142Jazz
1143M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001144R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001145S: Maintained
Aleksandar Markovic52987222020-05-18 22:09:20 +02001146F: hw/mips/jazz.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +01001147F: hw/display/jazz_led.c
1148F: hw/dma/rc4030.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001149
1150Malta
Aleksandar Markovic485cd982019-12-10 13:55:17 +01001151M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1152R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovicca263c02020-10-07 22:37:21 +02001153S: Odd Fixes
Aleksandar Markovic60041372019-12-10 13:55:18 +01001154F: hw/isa/piix4.c
1155F: hw/acpi/piix4.c
Aleksandar Markovic52987222020-05-18 22:09:20 +02001156F: hw/mips/malta.c
Aleksandar Markovic93081f52019-06-20 15:33:12 +02001157F: hw/mips/gt64xxx_pci.c
Aleksandar Markovic60041372019-12-10 13:55:18 +01001158F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudéc47c3362019-05-23 18:18:32 +02001159F: tests/acceptance/linux_ssh_mips_malta.py
Philippe Mathieu-Daudé0484d9d2020-02-01 21:47:50 +01001160F: tests/acceptance/machine_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001161
1162Mipssim
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001163R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
John Snow4251dfb2020-10-30 11:34:16 -04001164S: Orphan
Aleksandar Markovic52987222020-05-18 22:09:20 +02001165F: hw/mips/mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001166F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001167
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001168Fuloong 2E
Huacai Chendab1e1e2020-12-05 17:22:01 +08001169M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic86eb0692019-12-10 13:55:16 +01001170M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Huacai Chen97eeef82020-04-08 17:16:20 +08001171R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001172S: Odd Fixes
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001173F: hw/mips/fuloong2e.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001174F: hw/isa/vt82c686.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001175F: hw/pci-host/bonito.c
Philippe Mathieu-Daudé6f2bcd52021-03-09 20:08:02 +01001176F: hw/usb/vt82c686-uhci-pci.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001177F: include/hw/isa/vt82c686.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001178
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02001179Loongson-3 virtual platforms
Huacai Chendab1e1e2020-12-05 17:22:01 +08001180M: Huacai Chen <chenhuacai@kernel.org>
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001181R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1182S: Maintained
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001183F: hw/intc/loongson_liointc.c
Huacai Chend2245e22020-10-16 14:51:58 +08001184F: hw/mips/loongson3_bootp.c
1185F: hw/mips/loongson3_bootp.h
Huacai Chenc76b4092020-04-27 17:33:14 +08001186F: hw/mips/loongson3_virt.c
Jiaxun Yangc0928e62021-01-12 10:07:08 +08001187F: tests/acceptance/machine_mips_loongson3v.py
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001188
Yongbok Kim659f42d2017-03-10 15:32:32 +00001189Boston
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001190M: Paul Burton <paulburton@kernel.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001191R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001192S: Odd Fixes
Yongbok Kim659f42d2017-03-10 15:32:32 +00001193F: hw/core/loader-fit.c
1194F: hw/mips/boston.c
1195F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001196F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001197
Jia Liu945dad62013-07-02 20:55:17 +08001198OpenRISC Machines
1199-----------------
1200or1k-sim
1201M: Jia Liu <proljc@gmail.com>
1202S: Maintained
1203F: hw/openrisc/openrisc_sim.c
1204
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001205PowerPC Machines
1206----------------
1207405
Alexander Grafbba8e232018-10-30 10:35:31 +01001208M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001209M: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001210L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +00001211S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001212F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001213
Andreas Färberaaade8d2012-08-22 05:48:47 +00001214Bamboo
Alexander Grafbba8e232018-10-30 10:35:31 +01001215M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001216M: Greg Kurz <groug@kaod.org>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001217L: qemu-ppc@nongnu.org
1218S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001219F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +00001220
Andreas Färber98cded32012-08-22 05:48:45 +00001221e500
Alexander Grafbba8e232018-10-30 10:35:31 +01001222M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001223M: Greg Kurz <groug@kaod.org>
Andreas Färber98cded32012-08-22 05:48:45 +00001224L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001225S: Odd Fixes
Thomas Huthce6fc612019-01-30 17:22:25 +01001226F: hw/ppc/e500*
Thomas Huth2c6aba12019-01-02 16:57:56 +01001227F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001228F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001229F: hw/net/fsl_etsec/
1230F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001231F: include/hw/ppc/ppc_e500.h
1232F: include/hw/pci-host/ppce500.h
1233F: pc-bios/u-boot.e500
Andreas Färber98cded32012-08-22 05:48:45 +00001234
1235mpc8544ds
Alexander Grafbba8e232018-10-30 10:35:31 +01001236M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001237M: Greg Kurz <groug@kaod.org>
Andreas Färber98cded32012-08-22 05:48:45 +00001238L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001239S: Odd Fixes
Andreas Färber98cded32012-08-22 05:48:45 +00001240F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001241F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +00001242
Thomas Huth2c6aba12019-01-02 16:57:56 +01001243New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001244M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1245R: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001246R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001247L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001248S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001249F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001250F: hw/pci-host/uninorth.c
1251F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001252F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001253F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001254F: hw/nvram/mac_nvram.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001255F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001256F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001257F: include/hw/misc/mos6522.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001258F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001259F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001260F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001261F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001262
Thomas Huth2c6aba12019-01-02 16:57:56 +01001263Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001264M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1265R: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001266R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001267L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001268S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001269F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001270F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001271F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001272F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001273F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001274F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001275F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001276F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001277
Andreas Färberec38d392011-11-01 00:03:07 +01001278PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001279M: Hervé Poussineau <hpoussin@reactos.org>
David Gibsonba477e62020-11-26 15:09:16 +11001280R: David Gibson <david@gibson.dropbear.id.au>
1281R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001282L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001283S: Maintained
Andreas Färber75610152013-01-26 20:41:58 +01001284F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001285F: hw/ppc/prep_systemio.c
1286F: hw/ppc/rs6000_mc.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001287F: hw/pci-host/prep.[hc]
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001288F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001289F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001290F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001291F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001292F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001293F: include/hw/rtc/m48t59.h
Philippe Mathieu-Daudé71b290e2019-10-28 19:04:04 -04001294F: tests/acceptance/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001295
Andreas Färber300b1152016-01-18 18:19:35 +01001296sPAPR
David Gibson085eb212015-05-08 10:11:00 +10001297M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001298M: Greg Kurz <groug@kaod.org>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001299L: qemu-ppc@nongnu.org
1300S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001301F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001302F: include/hw/*/spapr*
1303F: hw/*/xics*
1304F: include/hw/*/xics*
Thomas Huthb5d55022016-09-05 22:03:36 +02001305F: pc-bios/slof.bin
1306F: docs/specs/ppc-spapr-hcalls.txt
1307F: docs/specs/ppc-spapr-hotplug.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001308F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001309F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001310F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001311F: tests/qtest/libqos/rtas*
Andreas Färber8a269ca2012-08-22 05:48:44 +00001312
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001313PowerNV (Non-Virtualized)
1314M: Cédric Le Goater <clg@kaod.org>
1315M: David Gibson <david@gibson.dropbear.id.au>
David Gibsonba477e62020-11-26 15:09:16 +11001316M: Greg Kurz <groug@kaod.org>
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001317L: qemu-ppc@nongnu.org
1318S: Maintained
1319F: hw/ppc/pnv*
1320F: hw/intc/pnv*
1321F: hw/intc/xics_pnv.c
Markus Armbruster157ed952020-06-09 14:23:27 +02001322F: hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001323F: include/hw/ppc/pnv*
Markus Armbruster157ed952020-06-09 14:23:27 +02001324F: include/hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001325F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001326F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001327
Andreas Färber794d00b2012-08-22 05:48:48 +00001328virtex_ml507
1329M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1330L: qemu-ppc@nongnu.org
1331S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001332F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +00001333
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001334sam460ex
1335M: BALATON Zoltan <balaton@eik.bme.hu>
David Gibsonba477e62020-11-26 15:09:16 +11001336R: David Gibson <david@gibson.dropbear.id.au>
1337R: Greg Kurz <groug@kaod.org>
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001338L: qemu-ppc@nongnu.org
1339S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001340F: hw/ppc/sam460ex.c
1341F: hw/ppc/ppc440_pcix.c
1342F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001343F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001344F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001345F: pc-bios/canyonlands.dt[sb]
1346F: pc-bios/u-boot-sam460ex-20100605.bin
1347F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001348
BALATON Zoltanba7e5ac2021-03-25 14:50:39 +01001349pegasos2
1350M: BALATON Zoltan <balaton@eik.bme.hu>
1351R: David Gibson <david@gibson.dropbear.id.au>
1352L: qemu-ppc@nongnu.org
1353S: Maintained
1354F: hw/ppc/pegasos2.c
1355F: hw/pci-host/mv64361.c
1356F: hw/pci-host/mv643xx.h
1357F: include/hw/pci-host/mv64361.h
1358
Alistair Francisfe0fe472020-04-23 11:30:50 -07001359RISC-V Machines
1360---------------
1361OpenTitan
1362M: Alistair Francis <Alistair.Francis@wdc.com>
1363L: qemu-riscv@nongnu.org
1364S: Supported
1365F: hw/riscv/opentitan.c
Alistair Francisa7d2d982020-04-23 14:07:27 -07001366F: hw/char/ibex_uart.c
Alistair Francis879f60f2020-04-23 18:34:15 -07001367F: hw/intc/ibex_plic.c
Alistair Francisfe0fe472020-04-23 11:30:50 -07001368F: include/hw/riscv/opentitan.h
Alistair Francisa7d2d982020-04-23 14:07:27 -07001369F: include/hw/char/ibex_uart.h
Alistair Francis879f60f2020-04-23 18:34:15 -07001370F: include/hw/intc/ibex_plic.h
Alistair Francisfe0fe472020-04-23 11:30:50 -07001371
Bin Meng56f6e312020-09-01 09:38:59 +08001372Microchip PolarFire SoC Icicle Kit
1373M: Bin Meng <bin.meng@windriver.com>
1374L: qemu-riscv@nongnu.org
1375S: Supported
1376F: hw/riscv/microchip_pfsoc.c
Bin Menga8fb0a52020-09-01 09:39:00 +08001377F: hw/char/mchp_pfsoc_mmuart.c
Bin Meng3400b152020-10-28 13:30:02 +08001378F: hw/misc/mchp_pfsoc_dmc.c
Bin Menga937b302020-10-28 13:30:04 +08001379F: hw/misc/mchp_pfsoc_ioscb.c
Bin Meng0f250652020-10-28 13:30:06 +08001380F: hw/misc/mchp_pfsoc_sysreg.c
Bin Meng56f6e312020-09-01 09:38:59 +08001381F: include/hw/riscv/microchip_pfsoc.h
Bin Menga8fb0a52020-09-01 09:39:00 +08001382F: include/hw/char/mchp_pfsoc_mmuart.h
Bin Meng3400b152020-10-28 13:30:02 +08001383F: include/hw/misc/mchp_pfsoc_dmc.h
Bin Menga937b302020-10-28 13:30:04 +08001384F: include/hw/misc/mchp_pfsoc_ioscb.h
Bin Meng0f250652020-10-28 13:30:06 +08001385F: include/hw/misc/mchp_pfsoc_sysreg.h
Bin Meng56f6e312020-09-01 09:38:59 +08001386
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301387Shakti C class SoC
1388M: Vijai Kumar K <vijai@behindbytes.com>
1389L: qemu-riscv@nongnu.org
1390S: Supported
1391F: hw/riscv/shakti_c.c
Vijai Kumar K07f334d2021-04-01 23:44:56 +05301392F: hw/char/shakti_uart.c
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301393F: include/hw/riscv/shakti_c.h
Vijai Kumar K07f334d2021-04-01 23:44:56 +05301394F: include/hw/char/shakti_uart.h
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301395
Alistair Francis4fcad932021-02-08 18:11:27 -08001396SiFive Machines
1397M: Alistair Francis <Alistair.Francis@wdc.com>
1398M: Bin Meng <bin.meng@windriver.com>
1399M: Palmer Dabbelt <palmer@dabbelt.com>
1400L: qemu-riscv@nongnu.org
1401S: Supported
1402F: hw/*/*sifive*.c
1403F: include/hw/*/*sifive*.h
1404
Yoshinori Satobda19d72019-01-21 22:16:00 +09001405RX Machines
1406-----------
1407rx-gdbsim
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01001408R: Yoshinori Sato <ysato@users.sourceforge.jp>
1409S: Orphan
Yoshinori Sato4adbfa42020-01-23 22:25:25 +09001410F: docs/system/target-rx.rst
Yoshinori Satobda19d72019-01-21 22:16:00 +09001411F: hw/rx/rx-gdbsim.c
Philippe Mathieu-Daudécf665622019-05-24 05:17:04 +02001412F: tests/acceptance/machine_rx_gdbsim.py
Yoshinori Satobda19d72019-01-21 22:16:00 +09001413
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001414SH4 Machines
1415------------
1416R2D
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001417R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001418R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01001419S: Odd Fixes
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001420F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001421F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001422F: hw/intc/sh_intc.c
Philippe Mathieu-Daudéc64bd102021-02-21 19:56:35 +01001423F: hw/pci-host/sh_pci.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001424F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001425F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001426
1427Shix
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001428R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001429R: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001430S: Odd Fixes
Philippe Mathieu-Daudé475e70b2021-02-21 19:55:22 +01001431F: hw/block/tc58128.c
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001432F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001433F: hw/sh4/shix.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001434F: hw/intc/sh_intc.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001435F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001436F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001437
1438SPARC Machines
1439--------------
1440Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001441M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001442S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001443F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001444F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001445F: hw/display/cg3.c
1446F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001447F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001448F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001449F: hw/*/slavio_*.c
1450F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001451F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001452F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001453F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001454
1455Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001456M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001457S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001458F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001459F: hw/sparc64/sun4u_iommu.c
1460F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001461F: hw/pci-host/sabre.c
1462F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001463F: hw/pci-bridge/simba.c
1464F: include/hw/pci-bridge/simba.h
1465F: pc-bios/openbios-sparc64
Thomas Huth8c432922020-07-02 16:03:16 +02001466F: tests/acceptance/machine_sparc64_sun4u.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001467
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001468Sun4v
1469M: Artyom Tarasenko <atar4qemu@gmail.com>
1470S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001471F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001472F: hw/rtc/sun4v-rtc.c
1473F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001474
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001475Leon3
1476M: Fabien Chouteau <chouteau@adacore.com>
KONRAD Frederic918b8ad2019-05-15 14:31:33 +02001477M: KONRAD Frederic <frederic.konrad@adacore.com>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001478S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001479F: hw/sparc/leon3.c
1480F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001481F: include/hw/*/grlib*
Philippe Mathieu-Daudéb11785c2019-10-28 19:04:04 -04001482F: tests/acceptance/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001483
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001484S390 Machines
1485-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001486S390 Virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001487M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001488M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +01001489M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001490S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +02001491F: hw/char/sclp*.[hc]
Christian Borntraeger9d1c4442017-09-18 15:04:55 +02001492F: hw/char/terminal3270.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001493F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001494F: include/hw/s390x/
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001495F: hw/watchdog/wdt_diag288.c
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001496F: include/hw/watchdog/wdt_diag288.h
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01001497F: default-configs/*/s390x-softmmu.mak
Cornelia Huck2d9ca5a2020-11-26 14:01:58 +01001498F: tests/acceptance/machine_s390_ccw_virtio.py
Cornelia Huck99eaf132020-12-14 14:26:28 +01001499T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001500T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001501L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001502
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001503S390-ccw boot
Cornelia Huck304584b2018-01-15 16:14:45 +01001504M: Christian Borntraeger <borntraeger@de.ibm.com>
1505M: Thomas Huth <thuth@redhat.com>
1506S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001507F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001508F: pc-bios/s390-ccw/
1509F: pc-bios/s390-ccw.img
Cornelia Huckcc3d15a2020-01-28 13:24:14 +01001510F: docs/devel/s390-dasd-ipl.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001511T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001512L: qemu-s390x@nongnu.org
1513
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001514S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001515M: Matthew Rosato <mjrosato@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001516M: Eric Farman <farman@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001517S: Supported
1518F: hw/s390x/s390-pci*
Matthew Rosato408b55d2020-10-26 11:34:31 -04001519F: include/hw/s390x/s390-pci*
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001520L: qemu-s390x@nongnu.org
1521
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001522X86 Machines
1523------------
1524PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001525M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001526M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001527S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001528F: include/hw/i386/
1529F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001530F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001531F: hw/pci-host/q35.c
1532F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001533F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001534F: include/hw/pci-host/q35.h
1535F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001536F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001537F: hw/isa/lpc_ich9.c
1538F: hw/i2c/smbus_ich9.c
1539F: hw/acpi/piix4.c
1540F: hw/acpi/ich9.c
1541F: include/hw/acpi/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001542F: include/hw/southbridge/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001543F: hw/misc/sga.c
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001544F: hw/isa/apm.c
1545F: include/hw/isa/apm.h
Thomas Huthda668aa2021-03-10 07:33:14 +01001546F: tests/unit/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001547F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001548
1549PC Chipset
1550M: Michael S. Tsirkin <mst@redhat.com>
1551M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001552S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001553F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001554F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001555F: hw/char/serial*
1556F: hw/dma/i8257*
1557F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001558F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001559F: hw/intc/apic*
1560F: hw/intc/ioapic*
1561F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001562F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001563F: hw/misc/debugexit.c
1564F: hw/misc/pc-testdev.c
1565F: hw/timer/hpet*
1566F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001567F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001568F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001569F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001570F: include/hw/display/vga.h
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001571F: include/hw/char/parallel.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001572F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001573F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001574F: include/hw/input/i8042.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001575F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001576F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001577F: include/hw/timer/hpet.h
1578F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001579F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001580
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001581microvm
1582M: Sergio Lopez <slp@redhat.com>
1583M: Paolo Bonzini <pbonzini@redhat.com>
1584S: Maintained
1585F: docs/microvm.rst
1586F: hw/i386/microvm.c
1587F: include/hw/i386/microvm.h
1588F: pc-bios/bios-microvm.bin
1589
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001590Machine core
1591M: Eduardo Habkost <ehabkost@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001592M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001593S: Supported
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02001594F: cpu.c
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001595F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001596F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001597F: hw/core/machine.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001598F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001599F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001600F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001601F: qapi/machine.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001602F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001603F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001604F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001605F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001606F: include/sysemu/numa.h
Eduardo Habkostf953c102020-12-14 16:20:32 -05001607T: git https://gitlab.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001608
Max Filippov16e7caa2011-09-06 03:55:56 +04001609Xtensa Machines
1610---------------
Max Filippov375847a2011-10-28 02:11:05 +04001611sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001612M: Max Filippov <jcmvbkbc@gmail.com>
1613S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001614F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001615
Max Filippovd9e85532018-09-10 16:33:24 -07001616virt
1617M: Max Filippov <jcmvbkbc@gmail.com>
1618S: Maintained
1619F: hw/xtensa/virt.c
1620
Max Filippov437a8c12014-10-22 07:25:42 +04001621XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001622M: Max Filippov <jcmvbkbc@gmail.com>
1623S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001624F: hw/xtensa/xtfpga.c
1625F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001626
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001627Devices
1628-------
Vikram Garhwald36d7112020-11-18 11:48:46 -08001629Xilinx CAN
1630M: Vikram Garhwal <fnu.vikram@xilinx.com>
1631M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1632S: Maintained
1633F: hw/net/can/xlnx-*
1634F: include/hw/net/xlnx-*
1635F: tests/qtest/xlnx-can-test*
1636
Jiri Slabyb30934c2015-01-21 17:48:33 +01001637EDU
1638M: Jiri Slaby <jslaby@suse.cz>
1639S: Maintained
1640F: hw/misc/edu.c
1641
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001642IDE
John Snowc0953482015-03-04 23:37:55 -05001643M: John Snow <jsnow@redhat.com>
1644L: qemu-block@nongnu.org
1645S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001646F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001647F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001648F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001649F: hw/block/block.c
1650F: hw/block/cdrom.c
1651F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001652F: tests/qtest/ide-test.c
1653F: tests/qtest/ahci-test.c
1654F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001655F: tests/qtest/libqos/ahci*
John Snow77582e22020-10-01 12:24:01 -04001656T: git https://gitlab.com/jsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001657
Corey Minyardcaf316b2017-12-07 14:55:31 -06001658IPMI
1659M: Corey Minyard <minyard@acm.org>
1660S: Maintained
1661F: include/hw/ipmi/*
1662F: hw/ipmi/*
1663F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001664F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001665T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001666
John Snowc0953482015-03-04 23:37:55 -05001667Floppy
1668M: John Snow <jsnow@redhat.com>
1669L: qemu-block@nongnu.org
1670S: Supported
1671F: hw/block/fdc.c
1672F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001673F: tests/qtest/fdc-test.c
John Snow77582e22020-10-01 12:24:01 -04001674T: git https://gitlab.com/jsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001675
Peter Maydellf5f487b2011-09-17 17:26:15 +01001676OMAP
1677M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001678L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001679S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001680F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001681F: include/hw/arm/omap.h
Philippe Mathieu-Daudé66278f82020-11-20 16:45:45 +01001682F: docs/system/arm/sx1.rst
Peter Maydellf5f487b2011-09-17 17:26:15 +01001683
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001684IPack
1685M: Alberto Garcia <berto@igalia.com>
1686S: Odd Fixes
1687F: hw/char/ipoctal232.c
1688F: hw/ipack/
1689
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001690PCI
1691M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001692M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001693S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001694F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001695F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001696F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001697F: hw/pci-bridge/*
Philippe Mathieu-Daudé61c7f982020-09-13 21:53:48 +02001698F: qapi/pci.json
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001699F: docs/pci*
1700F: docs/specs/*pci*
Fam Zheng534fd812017-10-13 16:53:55 +08001701F: default-configs/pci.mak
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001702
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001703ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001704M: Michael S. Tsirkin <mst@redhat.com>
1705M: Igor Mammedov <imammedo@redhat.com>
1706S: Supported
1707F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001708F: include/hw/firmware/smbios.h
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001709F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001710F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001711F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001712F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001713F: hw/arm/virt-acpi-build.c
Philippe Mathieu-Daudé27c91882020-09-13 21:53:47 +02001714F: qapi/acpi.json
Thomas Huthb963ea12020-06-07 07:20:22 +02001715F: tests/qtest/bios-tables-test*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001716F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001717F: tests/data/acpi/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001718
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001719ACPI/HEST/GHES
Dongjiu Gengd6eed462021-03-11 19:29:04 +08001720R: Dongjiu Geng <gengdongjiu1@gmail.com>
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001721L: qemu-arm@nongnu.org
1722S: Maintained
1723F: hw/acpi/ghes.c
1724F: include/hw/acpi/ghes.h
1725F: docs/specs/acpi_hest_ghes.rst
1726
Andreas Färberaaade8d2012-08-22 05:48:47 +00001727ppc4xx
Alexander Grafbba8e232018-10-30 10:35:31 +01001728M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001729L: qemu-ppc@nongnu.org
1730S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001731F: hw/ppc/ppc4*.c
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001732F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001733F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001734F: include/hw/i2c/ppc4xx_i2c.h
Peter Maydell34d08312020-12-12 00:15:31 +00001735F: hw/intc/ppc-uic.c
1736F: include/hw/intc/ppc-uic.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00001737
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001738Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001739M: Marc-André Lureau <marcandre.lureau@redhat.com>
1740R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001741S: Odd Fixes
1742F: hw/char/
1743
Paolo Bonzinif536f112015-09-22 11:40:00 +02001744Network devices
1745M: Jason Wang <jasowang@redhat.com>
1746S: Odd Fixes
1747F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03001748F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001749F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01001750F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001751T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02001752
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001753Parallel NOR Flash devices
1754M: Philippe Mathieu-Daudé <philmd@redhat.com>
1755T: git https://gitlab.com/philmd/qemu.git pflash-next
1756S: Maintained
1757F: hw/block/pflash_cfi*.c
1758F: include/hw/block/flash.h
1759
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001760SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001761M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001762R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001763S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02001764F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001765F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001766F: tests/qtest/virtio-scsi-test.c
Philippe Mathieu-Daudéb43957d2021-01-26 12:16:38 +01001767F: tests/qtest/fuzz-virtio-scsi-test.c
Mark Cave-Aylandce94fa72021-04-07 20:58:01 +01001768F: tests/qtest/am53c974-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001769T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001770
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001771SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00001772M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001773S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001774F: hw/ssi/*
1775F: hw/block/m25p80.c
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03001776F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01001777X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001778F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01001779
1780Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00001781M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01001782S: Maintained
1783F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001784
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001785SD (Secure Card)
1786M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé3e0a7692021-02-16 14:26:11 +01001787M: Bin Meng <bin.meng@windriver.com>
Philippe Mathieu-Daudéba412472020-06-05 06:56:38 +02001788L: qemu-block@nongnu.org
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001789S: Odd Fixes
1790F: include/hw/sd/sd*
1791F: hw/sd/core.c
1792F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02001793F: hw/sd/ssi-sd.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001794F: tests/qtest/sd*
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001795
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001796USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01001797M: Gerd Hoffmann <kraxel@redhat.com>
1798S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001799F: hw/usb/*
Philippe Mathieu-Daudé9c3c8342021-04-25 00:41:10 +02001800F: stubs/usb-dev-stub.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001801F: tests/qtest/usb-*-test.c
Thomas Huthbeded0f2016-02-25 10:36:05 +01001802F: docs/usb2.txt
1803F: docs/usb-storage.txt
1804F: include/hw/usb.h
1805F: include/hw/usb/
Philippe Mathieu-Daudé104ebc52017-09-08 14:36:24 -03001806F: default-configs/usb.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001807
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001808USB (serial adapter)
1809M: Gerd Hoffmann <kraxel@redhat.com>
1810M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1811S: Maintained
1812F: hw/usb/dev-serial.c
1813
Alex Williamson92e1fb52012-09-26 11:19:39 -06001814VFIO
1815M: Alex Williamson <alex.williamson@redhat.com>
1816S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07001817F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07001818F: include/hw/vfio/
Philippe Mathieu-Daudé4e779bf2021-02-02 16:56:11 +01001819F: docs/igd-assign.txt
Alex Williamson92e1fb52012-09-26 11:19:39 -06001820
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001821vfio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001822M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger79139382018-10-29 16:42:22 +01001823M: Eric Farman <farman@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001824M: Matthew Rosato <mjrosato@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001825S: Supported
1826F: hw/vfio/ccw.c
1827F: hw/s390x/s390-ccw.c
1828F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04001829F: include/hw/s390x/vfio-ccw.h
Cornelia Huck99eaf132020-12-14 14:26:28 +01001830T: git https://gitlab.com/cohuck/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001831L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001832
Tony Krowiaka51b3152018-10-10 13:03:06 -04001833vfio-ap
Tony Krowiaka51b3152018-10-10 13:03:06 -04001834M: Tony Krowiak <akrowiak@linux.ibm.com>
1835M: Halil Pasic <pasic@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001836M: Jason Herne <jjherne@linux.ibm.com>
Tony Krowiaka51b3152018-10-10 13:03:06 -04001837S: Supported
1838F: hw/s390x/ap-device.c
1839F: hw/s390x/ap-bridge.c
1840F: include/hw/s390x/ap-device.h
1841F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04001842F: hw/vfio/ap.c
Cornelia Huckf58f0842020-03-18 11:39:40 +01001843F: docs/system/s390x/vfio-ap.rst
Tony Krowiaka51b3152018-10-10 13:03:06 -04001844L: qemu-s390x@nongnu.org
1845
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001846vhost
1847M: Michael S. Tsirkin <mst@redhat.com>
1848S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001849F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01001850F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01001851F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01001852F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02001853F: backends/vhost-user.c
1854F: include/sysemu/vhost-user-backend.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001855
1856virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02001857M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001858S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001859F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02001860F: hw/virtio/Makefile.objs
1861F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02001862F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01001863F: include/hw/virtio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001864
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001865virtio-balloon
1866M: Michael S. Tsirkin <mst@redhat.com>
1867M: David Hildenbrand <david@redhat.com>
1868S: Maintained
1869F: hw/virtio/virtio-balloon*.c
1870F: include/hw/virtio/virtio-balloon.h
Claudio Fontanac7f419f2020-06-29 11:35:02 +02001871F: softmmu/balloon.c
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001872F: include/sysemu/balloon.h
1873
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001874virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02001875M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck233982a2020-05-14 08:06:43 +02001876M: Christian Schoenebeck <qemu_oss@crudebyte.com>
Greg Kurze410bbc2019-10-10 12:36:28 +02001877S: Odd Fixes
Andreas Färberaebeca22012-04-13 17:19:12 +02001878F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02001879X: hw/9pfs/xen-9p*
Andreas Färberaebeca22012-04-13 17:19:12 +02001880F: fsdev/
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03001881F: docs/tools/virtfs-proxy-helper.rst
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001882F: tests/qtest/virtio-9p-test.c
Greg Kurz1a001952021-01-15 14:42:24 +01001883T: git https://gitlab.com/gkurz/qemu.git 9p-next
Christian Schoenebeck90225f92021-01-30 15:39:14 +01001884T: git https://github.com/cschoenebeck/qemu.git 9p.next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001885
1886virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001887M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001888L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001889S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001890F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001891F: hw/block/dataplane/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001892F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001893T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001894
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001895virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001896M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01001897M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001898S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02001899F: hw/s390x/virtio-ccw*.[hc]
Thomas Huthd8d4d622018-07-25 14:20:22 +02001900F: hw/s390x/vhost-vsock-ccw.c
Cornelia Huck99eaf132020-12-14 14:26:28 +01001901T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001902T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001903L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001904
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001905virtiofs
1906M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1907M: Stefan Hajnoczi <stefanha@redhat.com>
1908S: Supported
1909F: tools/virtiofsd/*
1910F: hw/virtio/vhost-user-fs*
1911F: include/hw/virtio/vhost-user-fs.h
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03001912F: docs/tools/virtiofsd.rst
Connor Kuehl09c8d9e2021-03-18 10:41:57 -05001913L: virtio-fs@redhat.com
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001914
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001915virtio-input
1916M: Gerd Hoffmann <kraxel@redhat.com>
1917S: Maintained
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02001918F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001919F: hw/input/virtio-input*.c
1920F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02001921F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001922
Eric Augerc1dee912020-02-14 14:27:45 +01001923virtio-iommu
1924M: Eric Auger <eric.auger@redhat.com>
1925S: Maintained
1926F: hw/virtio/virtio-iommu*.c
1927F: include/hw/virtio/virtio-iommu.h
1928
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001929virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02001930M: Laurent Vivier <lvivier@redhat.com>
1931R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001932S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001933F: hw/char/virtio-serial-bus.c
1934F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05301935F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001936F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001937
Amit Shah1f51a5c2014-11-18 18:01:26 +05301938virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02001939M: Laurent Vivier <lvivier@redhat.com>
1940R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05301941S: Supported
1942F: hw/virtio/virtio-rng.c
1943F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01001944F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05301945F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001946F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05301947
Gonglei60340112016-10-28 16:33:31 +08001948virtio-crypto
1949M: Gonglei <arei.gonglei@huawei.com>
1950S: Supported
1951F: hw/virtio/virtio-crypto.c
1952F: hw/virtio/virtio-crypto-pci.c
1953F: include/hw/virtio/virtio-crypto.h
1954
David Hildenbrand751c7bd2020-06-26 09:22:39 +02001955virtio-mem
1956M: David Hildenbrand <david@redhat.com>
1957S: Supported
1958W: https://virtio-mem.gitlab.io/
1959F: hw/virtio/virtio-mem.c
1960F: hw/virtio/virtio-mem-pci.h
1961F: hw/virtio/virtio-mem-pci.c
1962F: include/hw/virtio/virtio-mem.h
1963
Keith Buschf3c507a2013-06-04 09:17:10 -06001964nvme
Philippe Mathieu-Daudé8261cc12020-04-21 14:22:36 +02001965M: Keith Busch <kbusch@kernel.org>
Keith Busche8cc43d2020-07-06 11:29:22 -07001966M: Klaus Jensen <its@irrelevant.dk>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001967L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06001968S: Supported
Klaus Jensen88eea452021-04-14 22:14:30 +02001969F: hw/nvme/*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02001970F: include/block/nvme.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001971F: tests/qtest/nvme-test.c
Klaus Jensena3d9f3a2021-04-08 11:11:02 +02001972F: docs/system/nvme.rst
Keith Busche8cc43d2020-07-06 11:29:22 -07001973T: git git://git.infradead.org/qemu-nvme.git nvme-next
Keith Buschf3c507a2013-06-04 09:17:10 -06001974
Hannes Reinecked383c622014-04-16 16:44:19 +02001975megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03001976M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001977L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02001978S: Supported
1979F: hw/scsi/megasas.c
1980F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001981F: tests/qtest/megasas-test.c
Philippe Mathieu-Daudéc887d332021-01-26 12:16:37 +01001982F: tests/qtest/fuzz-megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02001983
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001984Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001985M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001986S: Maintained
1987F: include/net/eth.h
1988F: net/eth.c
1989F: hw/net/net_rx_pkt*
1990F: hw/net/net_tx_pkt*
1991
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001992Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001993M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001994S: Maintained
1995F: hw/net/vmxnet*
1996F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001997F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001998
Scott Feldmande24d3f2015-03-13 21:09:32 -07001999Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07002000M: Jiri Pirko <jiri@resnulli.us>
2001S: Maintained
2002F: hw/net/rocker/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002003F: qapi/rocker.json
Thomas Huthde850942016-09-27 16:33:46 +02002004F: tests/rocker/
2005F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07002006
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002007NVDIMM
Xiao Guangrong7a5bd532017-03-21 13:33:57 +08002008M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002009S: Maintained
2010F: hw/acpi/nvdimm.c
2011F: hw/mem/nvdimm.c
2012F: include/hw/mem/nvdimm.h
Philippe Mathieu-Daudée2e254d2018-11-25 21:49:56 +01002013F: docs/nvdimm.txt
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002014
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002015e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002016M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002017S: Maintained
2018F: hw/net/e1000x*
2019
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002020e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002021M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002022S: Maintained
2023F: hw/net/e1000e*
Philippe Mathieu-Daudé7d6a4f12021-03-10 19:31:22 +01002024F: tests/qtest/fuzz-e1000e-test.c
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002025
Stefan Weilebc23272017-11-16 20:49:02 +01002026eepro100
2027M: Stefan Weil <sw@weilnetz.de>
2028S: Maintained
2029F: hw/net/eepro100.c
2030
Sven Schnelle34ea0232019-10-23 10:42:44 +02002031tulip
2032M: Sven Schnelle <svens@stackframe.org>
2033S: Maintained
2034F: hw/net/tulip.c
2035F: hw/net/tulip.h
2036
Patrick Venture065177e2021-04-12 12:45:22 -07002037pca954x
2038M: Patrick Venture <venture@google.com>
2039S: Maintained
2040F: hw/i2c/i2c_mux_pca954x.c
2041F: include/hw/i2c/i2c_mux_pca954x.h
2042
Alistair Francise481a1f2016-10-04 13:28:09 +01002043Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00002044M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01002045S: Maintained
2046F: hw/core/generic-loader.c
2047F: include/hw/core/generic-loader.h
Alex Bennée70f20112021-03-03 17:36:40 +00002048F: docs/system/generic-loader.rst
Alistair Francise481a1f2016-10-04 13:28:09 +01002049
Alex Bennéea33ff6d2021-03-03 17:36:39 +00002050Guest Loader
2051M: Alex Bennée <alex.bennee@linaro.org>
2052S: Maintained
2053F: hw/core/guest-loader.c
Alex Bennée01460372021-03-03 17:36:41 +00002054F: docs/system/guest-loader.rst
Alex Bennée2ceb7c02021-03-03 17:36:42 +00002055F: tests/acceptance/boot_xen.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002056
Su Hang645d3cb2018-08-16 14:05:28 +01002057Intel Hexadecimal Object File Loader
2058M: Su Hang <suhang16@mails.ucas.ac.cn>
2059S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002060F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00002061F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01002062
Thomas Huth87a90232016-11-08 12:46:22 +01002063CHRP NVRAM
2064M: Thomas Huth <thuth@redhat.com>
2065S: Maintained
2066F: hw/nvram/chrp_nvram.c
2067F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002068F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01002069
Ben Warren42697d82017-02-16 15:15:40 -08002070VM Generation ID
John Snow2b429892020-10-30 11:34:15 -04002071S: Orphan
Ben Warren42697d82017-02-16 15:15:40 -08002072F: hw/acpi/vmgenid.c
2073F: include/hw/acpi/vmgenid.h
2074F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002075F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08002076F: stubs/vmgenid.c
2077
Philippe Mathieu-Daudéc1b29822020-03-21 17:49:01 +01002078LED
2079M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2080S: Maintained
2081F: include/hw/misc/led.h
2082F: hw/misc/led.c
2083
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03002084Unimplemented device
2085M: Peter Maydell <peter.maydell@linaro.org>
2086R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2087S: Maintained
2088F: include/hw/misc/unimp.h
2089F: hw/misc/unimp.c
2090
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02002091Empty slot
2092M: Artyom Tarasenko <atar4qemu@gmail.com>
2093R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2094S: Maintained
2095F: include/hw/misc/empty_slot.h
2096F: hw/misc/empty_slot.c
2097
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002098Standard VGA
2099M: Gerd Hoffmann <kraxel@redhat.com>
2100S: Maintained
2101F: hw/display/vga*
2102F: hw/display/bochs-display.c
2103F: include/hw/display/vga.h
2104F: include/hw/display/bochs-vbe.h
2105
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02002106ramfb
2107M: Gerd Hoffmann <kraxel@redhat.com>
2108S: Maintained
2109F: hw/display/ramfb*.c
2110F: include/hw/display/ramfb.h
2111
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002112virtio-gpu
2113M: Gerd Hoffmann <kraxel@redhat.com>
2114S: Maintained
2115F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02002116F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002117F: include/hw/virtio/virtio-gpu.h
2118
Raphael Norwitzb372d792020-03-26 04:57:27 -04002119vhost-user-blk
2120M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2121S: Maintained
2122F: contrib/vhost-user-blk/
2123F: contrib/vhost-user-scsi/
2124F: hw/block/vhost-user-blk.c
2125F: hw/scsi/vhost-user-scsi.c
2126F: hw/virtio/vhost-user-blk-pci.c
2127F: hw/virtio/vhost-user-scsi-pci.c
2128F: include/hw/virtio/vhost-user-blk.h
2129F: include/hw/virtio/vhost-user-scsi.h
2130
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002131vhost-user-gpu
2132M: Marc-André Lureau <marcandre.lureau@redhat.com>
2133M: Gerd Hoffmann <kraxel@redhat.com>
2134S: Maintained
2135F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02002136F: contrib/vhost-user-gpu
2137F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002138
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002139Cirrus VGA
2140M: Gerd Hoffmann <kraxel@redhat.com>
2141S: Odd Fixes
2142W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2143F: hw/display/cirrus*
2144
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02002145EDID Generator
2146M: Gerd Hoffmann <kraxel@redhat.com>
2147S: Maintained
2148F: hw/display/edid*
2149F: include/hw/display/edid.h
2150F: qemu-edid.c
2151
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002152PIIX4 South Bridge (i82371AB)
2153M: Hervé Poussineau <hpoussin@reactos.org>
2154M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2155S: Maintained
2156F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01002157F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002158
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002159Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé6f75e3f2019-01-17 17:13:55 +01002160M: Philippe Mathieu-Daudé <philmd@redhat.com>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002161R: Laszlo Ersek <lersek@redhat.com>
2162R: Gerd Hoffmann <kraxel@redhat.com>
2163S: Supported
2164F: docs/specs/fw_cfg.txt
Philippe Mathieu-Daudé8d0bceb2020-10-06 13:19:09 +02002165F: hw/nvram/fw_cfg*.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02002166F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002167F: include/hw/nvram/fw_cfg.h
2168F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02002169F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002170F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002171T: git https://github.com/philmd/qemu.git fw_cfg-next
2172
Thomas Huth2313abf2019-01-30 16:45:40 +01002173XIVE
Thomas Huth2313abf2019-01-30 16:45:40 +01002174M: Cédric Le Goater <clg@kaod.org>
David Gibsonba477e62020-11-26 15:09:16 +11002175R: David Gibson <david@gibson.dropbear.id.au>
2176R: Greg Kurz <groug@kaod.org>
Thomas Huth2313abf2019-01-30 16:45:40 +01002177L: qemu-ppc@nongnu.org
2178S: Supported
2179F: hw/*/*xive*
2180F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02002181F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01002182
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002183Renesas peripherals
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01002184R: Yoshinori Sato <ysato@users.sourceforge.jp>
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002185R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01002186S: Odd Fixes
Yoshinori Sato645194c2019-01-21 22:15:59 +09002187F: hw/char/renesas_sci.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002188F: hw/char/sh_serial.c
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002189F: hw/timer/renesas_*.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002190F: hw/timer/sh_timer.c
Yoshinori Sato645194c2019-01-21 22:15:59 +09002191F: include/hw/char/renesas_sci.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002192F: include/hw/sh4/sh.h
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002193F: include/hw/timer/renesas_*.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002194
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002195Renesas RX peripherals
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01002196R: Yoshinori Sato <ysato@users.sourceforge.jp>
2197S: Orphan
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002198F: hw/intc/rx_icu.c
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002199F: hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002200F: include/hw/intc/rx_icu.h
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002201F: include/hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002202
Pavel Pisade4d4ad2020-09-14 10:13:41 +02002203CAN bus subsystem and hardware
2204M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2205M: Vikram Garhwal <fnu.vikram@xilinx.com>
2206S: Maintained
2207W: https://canbus.pages.fel.cvut.cz/
2208F: net/can/*
2209F: hw/net/can/*
2210F: include/net/can_*.h
2211
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002212Subsystems
2213----------
2214Audio
2215M: Gerd Hoffmann <kraxel@redhat.com>
2216S: Maintained
2217F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002218F: hw/audio/
Thomas Hutha2b245a2016-09-23 15:19:10 +02002219F: include/hw/audio/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002220F: qapi/audio.json
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002221F: tests/qtest/ac97-test.c
2222F: tests/qtest/es1370-test.c
2223F: tests/qtest/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002224
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01002225Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002226M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002227M: Max Reitz <mreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002228L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002229S: Supported
2230F: block*
2231F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002232F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02002233F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02002234F: qemu-img*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002235F: docs/tools/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02002236F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02002237F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02002238F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02002239F: qobject/block-qdict.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002240F: tests/unit/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002241T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002242
Stefan Hajnoczic607c7f2020-12-09 10:38:02 +00002243Storage daemon
2244M: Kevin Wolf <kwolf@redhat.com>
2245L: qemu-block@nongnu.org
2246S: Supported
2247F: storage-daemon/
2248F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2249F: docs/tools/qemu-storage-daemon.rst
2250T: git https://repo.or.cz/qemu/kevin.git block
2251
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002252Block I/O path
2253M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002254M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002255L: qemu-block@nongnu.org
2256S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02002257F: util/async.c
2258F: util/aio-*.c
Stefan Hajnoczi1f050a42020-03-05 17:08:02 +00002259F: util/aio-*.h
2260F: util/fdmon-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002261F: block/io.c
2262F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08002263F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00002264F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03002265F: scripts/qemugdb/aio.py
Thomas Huthda668aa2021-03-10 07:33:14 +01002266F: tests/unit/test-fdmon-epoll.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002267T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002268
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002269Block SCSI subsystem
2270M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002271R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002272L: qemu-block@nongnu.org
2273S: Supported
2274F: include/scsi/*
2275F: scsi/*
2276
Jeff Cody280458a2015-03-06 12:16:06 -05002277Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04002278M: John Snow <jsnow@redhat.com>
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002279M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002280L: qemu-block@nongnu.org
2281S: Supported
2282F: blockjob.c
2283F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02002284F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02002285F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002286F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05002287F: block/backup.c
2288F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05002289F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05002290F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02002291F: qapi/job.json
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002292F: block/block-copy.c
2293F: include/block/block-copy.c
2294F: block/backup-top.h
2295F: block/backup-top.c
2296F: include/block/aio_task.h
2297F: block/aio_task.c
2298F: util/qemu-co-shared-resource.c
2299F: include/qemu/co-shared-resource.h
John Snow77582e22020-10-01 12:24:01 -04002300T: git https://gitlab.com/jsnow/qemu.git jobs
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002301T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
Jeff Cody280458a2015-03-06 12:16:06 -05002302
Markus Armbruster41202012015-05-20 13:23:46 +02002303Block QAPI, monitor, command line
2304M: Markus Armbruster <armbru@redhat.com>
2305S: Supported
2306F: blockdev.c
Maxim Levitskya2dde2f2020-03-08 11:24:32 +02002307F: blockdev-hmp-cmds.c
Markus Armbruster41202012015-05-20 13:23:46 +02002308F: block/qapi.c
2309F: qapi/block*.json
Markus Armbrusterfa988e32017-08-24 21:14:02 +02002310F: qapi/transaction.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002311T: git https://repo.or.cz/qemu/armbru.git block-next
Markus Armbruster41202012015-05-20 13:23:46 +02002312
John Snow538193b2016-08-04 14:18:51 -04002313Dirty Bitmaps
Eric Blakeedb05902020-05-14 13:00:03 -05002314M: Eric Blake <eblake@redhat.com>
2315M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2316R: John Snow <jsnow@redhat.com>
John Snow538193b2016-08-04 14:18:51 -04002317L: qemu-block@nongnu.org
2318S: Supported
John Snow538193b2016-08-04 14:18:51 -04002319F: include/qemu/hbitmap.h
2320F: include/block/dirty-bitmap.h
Eric Blakebb4e58c2020-05-18 13:53:07 -05002321F: block/monitor/bitmap-qmp-cmds.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002322F: block/dirty-bitmap.c
2323F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03002324F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002325F: util/hbitmap.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002326F: tests/unit/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002327F: docs/interop/bitmaps.rst
Eric Blakeedb05902020-05-14 13:00:03 -05002328T: git https://repo.or.cz/qemu/ericb.git bitmaps
John Snow538193b2016-08-04 14:18:51 -04002329
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002330Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04002331M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002332R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002333S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03002334F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04002335F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02002336F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002337
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002338Character Devices (Braille)
2339M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2340S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04002341F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002342
Markus Armbrustere94630d2017-03-20 13:55:48 +01002343Command line option argument parsing
2344M: Markus Armbruster <armbru@redhat.com>
2345S: Supported
2346F: include/qemu/option.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002347F: tests/unit/test-keyval.c
2348F: tests/unit/test-qemu-opts.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002349F: util/keyval.c
2350F: util/qemu-option.c
2351
Markus Armbruster8c413e72015-01-28 11:29:57 +01002352Coverity model
2353M: Markus Armbruster <armbru@redhat.com>
2354S: Supported
2355F: scripts/coverity-model.c
2356
Peter Maydell9c263d02020-03-19 19:33:22 +00002357Coverity Scan integration
2358M: Peter Maydell <peter.maydell@linaro.org>
2359S: Maintained
2360F: scripts/coverity-scan/
2361
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002362Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07002363M: Alistair Francis <alistair.francis@wdc.com>
2364R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002365S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002366F: softmmu/device_tree.c
Thomas Huth82407512015-12-17 15:25:12 +01002367F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002368
Marc-André Lureau3505a222017-09-11 18:59:29 +02002369Dump
2370S: Supported
2371M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02002372F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02002373F: hw/misc/vmcoreinfo.c
2374F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02002375F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02002376F: include/sysemu/dump-arch.h
2377F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02002378F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02002379F: scripts/dump-guest-memory.py
2380F: stubs/dump.c
2381
Markus Armbruster4f966762015-09-12 13:29:56 +02002382Error reporting
2383M: Markus Armbruster <armbru@redhat.com>
2384S: Supported
2385F: include/qapi/error.h
2386F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002387F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02002388F: util/error.c
2389F: util/qemu-error.c
Vladimir Sementsov-Ogievskiyd1d3a992020-03-24 18:36:25 +03002390F: scripts/coccinelle/err-bad-newline.cocci
2391F: scripts/coccinelle/error-use-after-free.cocci
2392F: scripts/coccinelle/error_propagate_null.cocci
2393F: scripts/coccinelle/remove_local_err.cocci
2394F: scripts/coccinelle/use-error_fatal.cocci
Vladimir Sementsov-Ogievskiy8220f3a2020-07-07 18:50:31 +02002395F: scripts/coccinelle/errp-guard.cocci
Markus Armbruster4f966762015-09-12 13:29:56 +02002396
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002397GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01002398M: Alex Bennée <alex.bennee@linaro.org>
2399R: Philippe Mathieu-Daudé <philmd@redhat.com>
2400S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002401F: gdbstub*
Peter Maydell0dec1012021-02-11 12:27:44 +00002402F: include/exec/gdbstub.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002403F: gdb-xml/
Lirong Yuan51c623b2021-01-08 22:42:42 +00002404F: tests/tcg/multiarch/gdbstub/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002405
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002406Memory API
2407M: Paolo Bonzini <pbonzini@redhat.com>
2408S: Supported
2409F: include/exec/ioport.h
Tony Nguyen14776ab2019-08-24 04:10:58 +10002410F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002411F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01002412F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01002413F: include/exec/ramblock.h
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002414F: softmmu/dma-helpers.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002415F: softmmu/ioport.c
2416F: softmmu/memory.c
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02002417F: softmmu/physmem.c
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002418F: include/exec/memory-internal.h
Philippe Mathieu-Daudé044e2af2020-02-24 14:45:07 +01002419F: scripts/coccinelle/memory-region-housekeeping.cocci
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002420
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002421SPICE
2422M: Gerd Hoffmann <kraxel@redhat.com>
2423S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01002424F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002425F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002426F: ui/spice-*.c
2427F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002428F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002429F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002430F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002431
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002432Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002433M: Gerd Hoffmann <kraxel@redhat.com>
2434S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002435F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002436F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002437F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002438F: util/drm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002439
Andreas Färber351f1bf2011-10-30 18:08:01 +01002440Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002441M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002442S: Odd Fixes
2443F: ui/cocoa.m
2444
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002445Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002446M: Paolo Bonzini <pbonzini@redhat.com>
2447S: Maintained
Philippe Mathieu-Daudé48e824e2021-04-22 08:41:27 +02002448F: include/exec/gen-icount.h
Markus Armbruster54d31232019-08-12 07:23:59 +02002449F: include/qemu/main-loop.h
2450F: include/sysemu/runstate.h
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002451F: include/sysemu/runstate-action.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002452F: util/main-loop.c
2453F: util/qemu-timer.c
Alexander Bulekovbac068e2020-02-19 23:10:57 -05002454F: softmmu/vl.c
Alexander Bulekov7b733862020-02-19 23:10:58 -05002455F: softmmu/main.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002456F: softmmu/cpus.c
Claudio Fontanab0c3cf92020-06-29 11:35:03 +02002457F: softmmu/cpu-throttle.c
Claudio Fontana740b1752020-08-19 13:17:19 +02002458F: softmmu/cpu-timers.c
2459F: softmmu/icount.c
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002460F: softmmu/runstate-action.c
Markus Armbruster0e201d32017-08-24 21:13:57 +02002461F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002462
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002463Read, Copy, Update (RCU)
2464M: Paolo Bonzini <pbonzini@redhat.com>
2465S: Maintained
2466F: include/qemu/rcu*.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002467F: tests/unit/rcutorture.c
2468F: tests/unit/test-rcu-*.c
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002469F: util/rcu.c
2470
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002471Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02002472M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05002473S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02002474F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02002475F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002476F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002477F: monitor/hmp*
2478F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02002479F: hmp-commands*.hx
2480F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002481F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02002482F: include/qemu/qemu-print.h
2483F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002484
Paolo Bonzinif536f112015-09-22 11:40:00 +02002485Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00002486M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002487S: Maintained
2488F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01002489F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02002490F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002491T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02002492F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002493
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01002494Netmap network backend
2495M: Luigi Rizzo <rizzo@iet.unipi.it>
2496M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2497M: Vincenzo Maffione <v.maffione@gmail.com>
2498W: http://info.iet.unipi.it/~luigi/netmap/
2499S: Maintained
2500F: net/netmap.c
2501
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002502Host Memory Backends
2503M: Eduardo Habkost <ehabkost@redhat.com>
2504M: Igor Mammedov <imammedo@redhat.com>
2505S: Maintained
2506F: backends/hostmem*.c
2507F: include/sysemu/hostmem.h
Eduardo Habkostf953c102020-12-14 16:20:32 -05002508T: git https://gitlab.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002509
Gonglei60340112016-10-28 16:33:31 +08002510Cryptodev Backends
2511M: Gonglei <arei.gonglei@huawei.com>
2512S: Maintained
2513F: include/sysemu/cryptodev*.h
2514F: backends/cryptodev*.c
2515
John Snowb8eaee92020-07-10 15:30:14 -04002516Python library
2517M: John Snow <jsnow@redhat.com>
2518M: Cleber Rosa <crosa@redhat.com>
2519R: Eduardo Habkost <ehabkost@redhat.com>
2520S: Maintained
2521F: python/
2522T: git https://gitlab.com/jsnow/qemu.git python
2523
Eduardo Habkostad904f62017-09-15 20:07:44 -03002524Python scripts
2525M: Eduardo Habkost <ehabkost@redhat.com>
2526M: Cleber Rosa <crosa@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002527S: Odd Fixes
Eduardo Habkostad904f62017-09-15 20:07:44 -03002528F: scripts/*.py
2529F: tests/*.py
2530
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002531Benchmark util
2532M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2533S: Maintained
2534F: scripts/simplebench/
Vladimir Sementsov-Ogievskiye34bd022021-03-04 13:41:02 +03002535T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002536
Vladimir Sementsov-Ogievskiy8cad15b2021-04-28 18:17:36 +03002537Transactions helper
2538M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2539S: Maintained
2540F: include/qemu/transactions.h
2541F: util/transactions.c
2542
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002543QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04002544M: Markus Armbruster <armbru@redhat.com>
Michael Roth2f5f9bc2020-10-27 01:02:53 -05002545M: Michael Roth <michael.roth@amd.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04002546S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002547F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002548X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002549F: include/qapi/
2550X: include/qapi/qmp/
2551F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02002552F: tests/qapi-schema/
Thomas Huthda668aa2021-03-10 07:33:14 +01002553F: tests/unit/test-*-visitor.c
2554F: tests/unit/test-qapi-*.c
2555F: tests/unit/test-qmp-*.c
2556F: tests/unit/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02002557F: scripts/qapi-gen.py
2558F: scripts/qapi/*
Peter Maydell4078ee52020-09-25 17:23:02 +01002559F: docs/sphinx/qapidoc.py
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002560F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002561T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002562
Luiz Capitulino7810d292013-06-03 11:11:53 -04002563QAPI Schema
2564M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04002565M: Markus Armbruster <armbru@redhat.com>
2566S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002567F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002568T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04002569
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002570QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02002571M: Markus Armbruster <armbru@redhat.com>
2572S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002573F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002574F: include/qapi/qmp/
2575X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05002576F: scripts/coccinelle/qobject.cocci
Thomas Huthda668aa2021-03-10 07:33:14 +01002577F: tests/unit/check-qdict.c
2578F: tests/unit/check-qjson.c
2579F: tests/unit/check-qlist.c
2580F: tests/unit/check-qlit.c
2581F: tests/unit/check-qnull.c
2582F: tests/unit/check-qnum.c
2583F: tests/unit/check-qobject.c
2584F: tests/unit/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01002585F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002586T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002587
Michael Rothf05d9992014-10-22 07:05:36 -05002588QEMU Guest Agent
Michael Roth2f5f9bc2020-10-27 01:02:53 -05002589M: Michael Roth <michael.roth@amd.com>
Michael Rothf05d9992014-10-22 07:05:36 -05002590S: Maintained
2591F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01002592F: docs/interop/qemu-ga.rst
Peter Maydelldb161152020-09-25 17:23:03 +01002593F: docs/interop/qemu-ga-ref.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03002594F: scripts/qemu-guest-agent/
Thomas Huthda668aa2021-03-10 07:33:14 +01002595F: tests/unit/test-qga.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002596T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05002597
Andreas Färber4688c942014-04-24 15:00:14 +02002598QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02002599M: Paolo Bonzini <pbonzini@redhat.com>
2600R: Daniel P. Berrange <berrange@redhat.com>
2601R: Eduardo Habkost <ehabkost@redhat.com>
Andreas Färber4688c942014-04-24 15:00:14 +02002602S: Supported
Markus Armbruster8f920052019-06-24 16:48:19 +02002603F: docs/qdev-device-use.txt
2604F: hw/core/qdev*
Markus Armbrusterb77b5b32020-06-10 07:32:47 +02002605F: hw/core/bus.c
2606F: hw/core/sysbus.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002607F: include/hw/qdev*
2608F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02002609F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02002610F: qapi/qom.json
2611F: qapi/qdev.json
Paolo Bonzini22fb6eb2020-10-07 12:23:56 -04002612F: scripts/coccinelle/qom-parent-type.cocci
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002613F: softmmu/qdev-monitor.c
Philippe Mathieu-Daudé9b45a022021-01-22 21:44:38 +01002614F: stubs/qdev.c
Andreas Färber4688c942014-04-24 15:00:14 +02002615F: qom/
Thomas Huthda668aa2021-03-10 07:33:14 +01002616F: tests/unit/check-qom-interface.c
2617F: tests/unit/check-qom-proplist.c
2618F: tests/unit/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02002619
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04002620QOM boilerplate conversion script
2621M: Eduardo Habkost <ehabkost@redhat.com>
2622S: Maintained
2623F: scripts/codeconverter/
2624
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002625QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04002626M: Markus Armbruster <armbru@redhat.com>
2627S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02002628F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002629F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02002630F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002631F: monitor/monitor.c
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002632F: qapi/control.json
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002633F: qapi/error.json
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002634F: qapi/introspect.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002635F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01002636F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04002637F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002638F: tests/qtest/qmp-test.c
2639F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002640T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002641
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002642qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002643M: Thomas Huth <thuth@redhat.com>
2644M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002645R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002646S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002647F: softmmu/qtest.c
Claudio Fontana1583a382020-07-07 10:21:10 +02002648F: accel/qtest/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002649F: tests/qtest/
Emanuele Giuseppe Esposito222455e2021-03-08 08:32:40 +01002650F: docs/devel/qgraph.rst
Thomas Huth520ddc12020-10-01 06:27:17 +02002651X: tests/qtest/bios-tables-test*
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002652
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002653Device Fuzzing
2654M: Alexander Bulekov <alxndr@bu.edu>
2655R: Paolo Bonzini <pbonzini@redhat.com>
2656R: Bandan Das <bsd@redhat.com>
2657R: Stefan Hajnoczi <stefanha@redhat.com>
Thomas Huth6184e5f2020-07-21 07:36:09 +02002658R: Thomas Huth <thuth@redhat.com>
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002659S: Maintained
2660F: tests/qtest/fuzz/
Philippe Mathieu-Daudéd3d39fc2021-01-26 12:28:49 +01002661F: tests/qtest/fuzz-*test.c
Alexander Bulekov211635b2020-06-12 01:51:45 -04002662F: scripts/oss-fuzz/
Alexander Bulekov230376d2021-03-15 10:05:10 -04002663F: hw/mem/sparse-mem.c
Alexander Bulekovf3a02082020-11-06 13:05:59 -05002664F: docs/devel/fuzzing.rst
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002665
Alistair Franciscc0100f2016-07-28 09:55:39 -07002666Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00002667M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07002668S: Maintained
2669F: hw/core/register.c
2670F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03002671F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07002672
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002673SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02002674M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02002675S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002676F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01002677F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01002678F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02002679T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002680
Edgar E. Iglesias6d0af392020-05-06 10:25:13 +02002681Streams
2682M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2683S: Maintained
2684F: hw/core/stream.c
2685F: include/hw/stream.h
2686
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02002687Stubs
2688M: Paolo Bonzini <pbonzini@redhat.com>
2689S: Maintained
2690F: stubs/
2691
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002692Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02002693M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002694S: Maintained
2695F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02002696F: trace-events
Peter Maydell3a8273b2020-02-28 15:36:18 +00002697F: docs/qemu-option-trace.rst.inc
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002698F: qapi/trace.json
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02002699F: scripts/tracetool.py
2700F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00002701F: scripts/qemu-trace-stap*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002702F: docs/tools/qemu-trace-stap.rst
Stefano Garzarellad0fb9652021-05-17 17:16:58 +02002703F: docs/devel/tracing.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002704T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002705
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002706TPM
Stefan Berger1f636692018-10-30 17:34:09 -04002707M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04002708S: Maintained
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002709F: tpm.c
Philippe Mathieu-Daudéc39f95d2017-10-24 09:20:43 -03002710F: stubs/tpm.c
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002711F: hw/tpm/*
2712F: include/hw/acpi/tpm.h
2713F: include/sysemu/tpm*
2714F: qapi/tpm.json
Philippe Mathieu-Daudé8ae92e22020-06-12 10:54:34 +02002715F: backends/tpm/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002716F: tests/qtest/*tpm*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002717T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002718
Blue Swirl14f40fd2011-11-26 09:51:23 +00002719Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00002720S: Odd Fixes
2721F: scripts/checkpatch.pl
2722
Juan Quintelac0787c82014-10-15 10:34:50 +02002723Migration
2724M: Juan Quintela <quintela@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00002725M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02002726S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04002727F: hw/core/vmstate-if.c
2728F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02002729F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00002730F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05302731F: scripts/vmstate-static-checker.py
2732F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002733F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002734F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02002735F: qapi/migration.json
Hyman Huang(黄勇)fac87d42021-03-19 16:07:57 +08002736F: tests/migration/
Juan Quintelac0787c82014-10-15 10:34:50 +02002737
Marc-André Lureaua5669072019-09-12 16:03:32 +04002738D-Bus
2739M: Marc-André Lureau <marcandre.lureau@redhat.com>
2740S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002741F: backends/dbus-vmstate.c
Marc-André Lureau586ca6b2019-09-27 12:39:08 +04002742F: tests/dbus-vmstate*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002743F: util/dbus.c
2744F: include/qemu/dbus.h
Marc-André Lureaua5669072019-09-12 16:03:32 +04002745F: docs/interop/dbus.rst
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002746F: docs/interop/dbus-vmstate.rst
Marc-André Lureaua5669072019-09-12 16:03:32 +04002747
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002748Seccomp
otubo064983c2017-06-22 09:58:00 +02002749M: Eduardo Otubo <otubo@redhat.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002750S: Supported
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002751F: softmmu/qemu-seccomp.c
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002752F: include/sysemu/seccomp.h
2753
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002754Cryptography
2755M: Daniel P. Berrange <berrange@redhat.com>
2756S: Maintained
2757F: crypto/
2758F: include/crypto/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002759F: qapi/crypto.json
Thomas Huthda668aa2021-03-10 07:33:14 +01002760F: tests/unit/test-crypto-*
Thomas Huth3b472e72021-03-12 10:22:38 +01002761F: tests/bench/benchmark-crypto-*
Thomas Huthda668aa2021-03-10 07:33:14 +01002762F: tests/unit/crypto-tls-*
2763F: tests/unit/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00002764F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002765
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002766Coroutines
2767M: Stefan Hajnoczi <stefanha@redhat.com>
2768M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002769S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002770F: util/*coroutine*
2771F: include/qemu/coroutine*
Thomas Huthda668aa2021-03-10 07:33:14 +01002772F: tests/unit/test-coroutine.c
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002773
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002774Buffers
2775M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002776S: Odd Fixes
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002777F: util/buffer.c
2778F: include/qemu/buffer.h
2779
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002780I/O Channels
2781M: Daniel P. Berrange <berrange@redhat.com>
2782S: Maintained
2783F: io/
2784F: include/io/
Thomas Huthda668aa2021-03-10 07:33:14 +01002785F: tests/unit/test-io-*
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002786
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002787User authorization
2788M: Daniel P. Berrange <berrange@redhat.com>
2789S: Maintained
2790F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01002791F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002792F: include/authz/
Thomas Huthda668aa2021-03-10 07:33:14 +01002793F: tests/unit/test-authz-*
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002794
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002795Sockets
2796M: Daniel P. Berrange <berrange@redhat.com>
2797M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002798S: Maintained
2799F: include/qemu/sockets.h
2800F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02002801F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002802
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002803File monitor
2804M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002805S: Odd Fixes
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002806F: util/filemonitor*.c
2807F: include/qemu/filemonitor.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002808F: tests/unit/test-util-filemonitor.c
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002809
Alberto Garciad310d852016-02-18 12:27:10 +02002810Throttling infrastructure
2811M: Alberto Garcia <berto@igalia.com>
2812S: Supported
2813F: block/throttle-groups.c
2814F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002815F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02002816F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002817F: docs/throttle.txt
Thomas Huthda668aa2021-03-10 07:33:14 +01002818F: tests/unit/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02002819L: qemu-block@nongnu.org
2820
Fam Zheng080d7aa2016-09-21 12:27:25 +08002821UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08002822M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08002823S: Supported
2824F: util/uuid.c
2825F: include/qemu/uuid.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002826F: tests/unit/test-uuid.c
Fam Zheng080d7aa2016-09-21 12:27:25 +08002827
Lukas Straub50186052020-12-28 16:08:41 +01002828Yank feature
2829M: Lukas Straub <lukasstraub2@web.de>
2830S: Odd fixes
2831F: util/yank.c
Lukas Straub1a92d6d2021-03-23 18:52:42 +01002832F: migration/yank_functions*
Lukas Straubd3a0bb72021-03-30 20:13:35 +02002833F: tests/unit/test-yank.c
Lukas Straub50186052020-12-28 16:08:41 +01002834F: include/qemu/yank.h
2835F: qapi/yank.json
2836
zhanghailianga4cc3182016-10-27 14:43:09 +08002837COLO Framework
2838M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2839S: Maintained
2840F: migration/colo*
2841F: include/migration/colo.h
2842F: include/migration/failover.h
2843F: docs/COLO-FT.txt
2844
Zhang Chen88f82ed2016-09-27 10:22:35 +08002845COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08002846M: Zhang Chen <chen.zhang@intel.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08002847M: Li Zhijian <lizhijian@cn.fujitsu.com>
2848S: Supported
2849F: docs/colo-proxy.txt
2850F: net/colo*
2851F: net/filter-rewriter.c
2852F: net/filter-mirror.c
2853
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002854Record/replay
2855M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2856R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00002857W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002858S: Supported
2859F: replay/*
2860F: block/blkreplay.c
2861F: net/filter-replay.c
2862F: include/sysemu/replay.h
2863F: docs/replay.txt
2864F: stubs/replay.c
Pavel Dovgalyukc7ebab02020-05-29 10:04:51 +03002865F: tests/acceptance/replay_kernel.py
Pavel Dovgalyukbe52eca2020-10-03 20:14:06 +03002866F: tests/acceptance/reverse_debugging.py
Pavel Dovgalyuk43d7e1d2020-10-03 20:13:14 +03002867F: qapi/replay.json
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002868
Peter Xueecf5ee2018-05-18 15:25:16 +08002869IOVA Tree
2870M: Peter Xu <peterx@redhat.com>
2871S: Maintained
2872F: include/qemu/iova-tree.h
2873F: util/iova-tree.c
2874
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03002875elf2dmp
2876M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2877S: Maintained
2878F: contrib/elf2dmp/
2879
Corey Minyard93198b62018-11-13 18:31:27 -06002880I2C and SMBus
2881M: Corey Minyard <cminyard@mvista.com>
2882S: Maintained
2883F: hw/i2c/core.c
2884F: hw/i2c/smbus_slave.c
2885F: hw/i2c/smbus_master.c
2886F: hw/i2c/smbus_eeprom.c
2887F: include/hw/i2c/i2c.h
2888F: include/hw/i2c/smbus_master.h
2889F: include/hw/i2c/smbus_slave.h
2890F: include/hw/i2c/smbus_eeprom.h
2891
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02002892Firmware schema specifications
2893M: Laszlo Ersek <lersek@redhat.com>
2894M: Philippe Mathieu-Daudé <philmd@redhat.com>
2895R: Daniel P. Berrange <berrange@redhat.com>
2896R: Kashyap Chamarthy <kchamart@redhat.com>
2897S: Maintained
2898F: docs/interop/firmware.json
2899
Laszlo Ersek6739df32019-03-13 13:40:07 +01002900EDK2 Firmware
2901M: Laszlo Ersek <lersek@redhat.com>
2902M: Philippe Mathieu-Daudé <philmd@redhat.com>
2903S: Supported
2904F: pc-bios/descriptors/??-edk2-*.json
2905F: pc-bios/edk2-*
2906F: roms/Makefile.edk2
2907F: roms/edk2
2908F: roms/edk2-*
2909F: tests/data/uefi-boot-images/
2910F: tests/uefi-test-tools/
Thomas Huth922febe2020-05-20 09:45:58 +02002911F: .gitlab-ci.d/edk2.yml
Philippe Mathieu-Daudé71920802020-01-03 12:26:25 +01002912F: .gitlab-ci.d/edk2/
Laszlo Ersek6739df32019-03-13 13:40:07 +01002913
Peter Xu8bc43f32020-07-01 08:44:18 -04002914VT-d Emulation
2915M: Michael S. Tsirkin <mst@redhat.com>
2916M: Peter Xu <peterx@redhat.com>
2917R: Jason Wang <jasowang@redhat.com>
2918S: Supported
2919F: hw/i386/intel_iommu.c
2920F: hw/i386/intel_iommu_internal.h
2921F: include/hw/i386/intel_iommu.h
2922
Bin Menge92fb012020-06-26 06:13:40 -07002923OpenSBI Firmware
2924M: Bin Meng <bmeng.cn@gmail.com>
2925S: Supported
2926F: pc-bios/opensbi-*
2927F: .gitlab-ci.d/opensbi.yml
2928F: .gitlab-ci.d/opensbi/
2929
Luc Michel59c7a182021-02-11 09:53:18 +01002930Clock framework
2931M: Luc Michel <luc@lmichel.fr>
2932R: Damien Hedde <damien.hedde@greensocs.com>
2933S: Maintained
2934F: include/hw/clock.h
2935F: include/hw/qdev-clock.h
2936F: hw/core/clock.c
2937F: hw/core/clock-vmstate.c
2938F: hw/core/qdev-clock.c
2939F: docs/devel/clocks.rst
2940
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002941Usermode Emulation
2942------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002943Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002944M: Riku Voipio <riku.voipio@iki.fi>
2945S: Maintained
2946F: thunk.c
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03002947F: accel/tcg/user-exec*.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002948
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002949BSD user
Warner Losh65a9d382021-03-08 15:40:23 -07002950M: Warner Losh <imp@bsdimp.com>
2951R: Kyle Evans <kevans@freebsd.org>
2952S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002953F: bsd-user/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01002954F: default-configs/targets/*-bsd-user.mak
Warner Losh65a9d382021-03-08 15:40:23 -07002955T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002956
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002957Linux user
Riku Voipio8f902c52020-07-02 14:16:36 +03002958M: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002959S: Maintained
2960F: linux-user/
Philippe Mathieu-Daudé1cb42832020-11-17 12:46:56 +01002961F: default-configs/targets/*linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01002962F: scripts/qemu-binfmt-conf.sh
Laurent Viviere3a6c822020-03-10 11:34:00 +01002963F: scripts/update-syscalltbl.sh
Laurent Vivier57333332020-03-10 11:34:03 +01002964F: scripts/update-mips-syscall-args.sh
Laurent Vivier382ae672020-03-16 09:56:17 +01002965F: scripts/gensyscalls.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002966
2967Tiny Code Generator (TCG)
2968-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002969Common TCG code
Richard Henderson336f7442020-11-12 20:35:43 -08002970M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002971S: Maintained
2972F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01002973F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002974
Alex Bennée22b58672019-10-17 14:25:23 +01002975TCG Plugins
2976M: Alex Bennée <alex.bennee@linaro.org>
2977S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00002978F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01002979F: plugins/
Alex Bennéec17a3862020-09-09 12:27:41 +01002980F: tests/plugin/
Alex Bennée4c134d02021-02-13 13:03:17 +00002981F: tests/acceptance/tcg_plugins.py
Alex Bennéec17a3862020-09-09 12:27:41 +01002982F: contrib/plugins/
Alex Bennée22b58672019-10-17 14:25:23 +01002983
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002984AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10002985M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01002986S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002987L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01002988F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002989F: disas/arm-a64.cc
2990F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01002991
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002992ARM TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002993M: Andrzej Zaborowski <balrogg@gmail.com>
2994S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002995L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002996F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002997F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002998
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002999i386 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003000M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003001S: Maintained
3002F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003003F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003004
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003005MIPS TCG target
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003006M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01003007R: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chendab1e1e2020-12-05 17:22:01 +08003008R: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +02003009R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02003010R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003011S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003012F: tcg/mips/
3013
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003014PPC TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003015M: Richard Henderson <richard.henderson@linaro.org>
Pranith Kumar15610d42016-10-18 10:21:00 -07003016S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003017F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003018F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003019
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003020RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07003021M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00003022M: Alistair Francis <Alistair.Francis@wdc.com>
3023L: qemu-riscv@nongnu.org
3024S: Maintained
3025F: tcg/riscv/
3026F: disas/riscv.c
3027
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003028S390 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003029M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003030S: Maintained
3031F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003032F: disas/s390.c
Cornelia Huck146bd282017-10-05 17:05:23 +02003033L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003034
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003035SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02003036S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003037F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003038F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003039
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003040TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003041M: Stefan Weil <sw@weilnetz.de>
3042S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02003043F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03003044F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003045F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02003046
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003047Block drivers
3048-------------
3049VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08003050M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003051L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003052S: Supported
3053F: block/vmdk.c
3054
3055RBD
Jason Dillaman2bbd9982019-06-28 09:55:08 -04003056M: Jason Dillaman <dillaman@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003057L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003058S: Supported
3059F: block/rbd.c
3060
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003061VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04003062M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003063L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003064S: Supported
3065F: block/vhdx*
3066
3067VDI
3068M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003069L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003070S: Maintained
3071F: block/vdi.c
3072
3073iSCSI
3074M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3075M: Paolo Bonzini <pbonzini@redhat.com>
3076M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003077L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02003078S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003079F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01003080F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003081
Eric Blake99c62e72017-07-07 13:21:51 -05003082Network Block Device (NBD)
3083M: Eric Blake <eblake@redhat.com>
Vladimir Sementsov-Ogievskiy3d9330e2021-03-04 13:35:03 +03003084M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Eric Blake99c62e72017-07-07 13:21:51 -05003085L: qemu-block@nongnu.org
3086S: Maintained
3087F: block/nbd*
3088F: nbd/
3089F: include/block/nbd*
3090F: qemu-nbd.*
3091F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03003092F: docs/interop/nbd.txt
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03003093F: docs/tools/qemu-nbd.rst
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003094T: git https://repo.or.cz/qemu/ericb.git nbd
Vladimir Sementsov-Ogievskiy3d9330e2021-03-04 13:35:03 +03003095T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
Eric Blake99c62e72017-07-07 13:21:51 -05003096
Peter Lieven6542aa92014-02-03 10:26:13 +01003097NFS
3098M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05003099L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01003100S: Maintained
3101F: block/nfs.c
3102
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003103SSH
3104M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003105L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003106S: Supported
3107F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03003108
Jeff Cody280458a2015-03-06 12:16:06 -05003109CURL
Jeff Cody280458a2015-03-06 12:16:06 -05003110L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003111S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003112F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05003113
3114GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05003115L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003116L: integration@gluster.org
3117S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003118F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08003119
Fam Zheng199667a2015-04-01 09:45:40 +08003120Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08003121M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08003122L: qemu-block@nongnu.org
3123S: Supported
3124F: block/null.c
3125
Fam Zhengbdd6a902018-01-16 14:08:55 +08003126NVMe Block Driver
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003127M: Stefan Hajnoczi <stefanha@redhat.com>
3128R: Fam Zheng <fam@euphon.net>
Fam Zhengbdd6a902018-01-16 14:08:55 +08003129L: qemu-block@nongnu.org
3130S: Supported
3131F: block/nvme*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02003132F: include/block/nvme.h
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003133T: git https://github.com/stefanha/qemu.git block
Fam Zhengbdd6a902018-01-16 14:08:55 +08003134
Gongleib5e94762014-10-22 11:07:57 +08003135Bootdevice
3136M: Gonglei <arei.gonglei@huawei.com>
3137S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02003138F: softmmu/bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02003139
3140Quorum
3141M: Alberto Garcia <berto@igalia.com>
3142S: Supported
3143F: block/quorum.c
3144L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003145
Aapo Vienamobfcc2242018-07-03 17:48:48 +03003146blklogwrites
3147M: Ari Sundholm <ari@tuxera.com>
3148L: qemu-block@nongnu.org
3149S: Supported
3150F: block/blklogwrites.c
3151
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003152blkverify
3153M: Stefan Hajnoczi <stefanha@redhat.com>
3154L: qemu-block@nongnu.org
3155S: Supported
3156F: block/blkverify.c
3157
3158bochs
3159M: Stefan Hajnoczi <stefanha@redhat.com>
3160L: qemu-block@nongnu.org
3161S: Supported
3162F: block/bochs.c
3163
3164cloop
3165M: Stefan Hajnoczi <stefanha@redhat.com>
3166L: qemu-block@nongnu.org
3167S: Supported
3168F: block/cloop.c
3169
3170dmg
3171M: Stefan Hajnoczi <stefanha@redhat.com>
3172L: qemu-block@nongnu.org
3173S: Supported
3174F: block/dmg.c
3175
3176parallels
3177M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03003178M: Denis V. Lunev <den@openvz.org>
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003179M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003180L: qemu-block@nongnu.org
3181S: Supported
3182F: block/parallels.c
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003183F: block/parallels-ext.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03003184F: docs/interop/parallels.txt
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003185T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003186
3187qed
3188M: Stefan Hajnoczi <stefanha@redhat.com>
3189L: qemu-block@nongnu.org
3190S: Supported
3191F: block/qed.c
3192
3193raw
3194M: Kevin Wolf <kwolf@redhat.com>
3195L: qemu-block@nongnu.org
3196S: Supported
3197F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02003198F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06003199F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06003200F: block/file-posix.c
3201F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003202F: block/win32-aio.c
3203
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003204Linux io_uring
3205M: Aarushi Mehta <mehta.aaru20@gmail.com>
3206M: Julia Suvorova <jusual@redhat.com>
3207M: Stefan Hajnoczi <stefanha@redhat.com>
3208L: qemu-block@nongnu.org
3209S: Maintained
3210F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00003211F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003212
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003213qcow2
3214M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02003215M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003216L: qemu-block@nongnu.org
3217S: Supported
3218F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03003219F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003220
3221qcow
3222M: Kevin Wolf <kwolf@redhat.com>
3223L: qemu-block@nongnu.org
3224S: Supported
3225F: block/qcow.c
3226
3227blkdebug
3228M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02003229M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003230L: qemu-block@nongnu.org
3231S: Supported
3232F: block/blkdebug.c
3233
3234vpc
3235M: Kevin Wolf <kwolf@redhat.com>
3236L: qemu-block@nongnu.org
3237S: Supported
3238F: block/vpc.c
3239
3240vvfat
3241M: Kevin Wolf <kwolf@redhat.com>
3242L: qemu-block@nongnu.org
Prasad J Pandit4b7c5bc2020-07-11 00:34:51 +05303243S: Odd Fixes
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003244F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01003245
3246Image format fuzzer
3247M: Stefan Hajnoczi <stefanha@redhat.com>
3248L: qemu-block@nongnu.org
3249S: Supported
3250F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003251
Coiby Xu8675a372020-09-18 16:09:12 +08003252Vhost-user block device backend server
3253M: Coiby Xu <Coiby.Xu@gmail.com>
3254S: Maintained
3255F: block/export/vhost-user-blk-server.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003256F: block/export/vhost-user-blk-server.h
3257F: include/qemu/vhost-user-server.h
Coiby Xu8675a372020-09-18 16:09:12 +08003258F: tests/qtest/libqos/vhost-user-blk.c
Coiby Xu80695202021-03-22 09:23:25 +00003259F: tests/qtest/libqos/vhost-user-blk.h
3260F: tests/qtest/vhost-user-blk-test.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003261F: util/vhost-user-server.c
Coiby Xu8675a372020-09-18 16:09:12 +08003262
Max Reitz0c9b70d2020-10-27 20:05:42 +01003263FUSE block device exports
3264M: Max Reitz <mreitz@redhat.com>
3265L: qemu-block@nongnu.org
3266S: Supported
3267F: block/export/fuse.c
3268
Changlong Xie049105a2016-07-27 15:01:53 +08003269Replication
Changlong Xie205f8612017-04-18 11:08:13 +08003270M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08003271M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08003272S: Supported
3273F: replication*
3274F: block/replication.c
Thomas Huthda668aa2021-03-10 07:33:14 +01003275F: tests/unit/test-replication.c
Changlong Xie049105a2016-07-27 15:01:53 +08003276F: docs/block-replication.txt
3277
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003278PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02003279M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03003280M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003281S: Maintained
3282F: hw/rdma/*
3283F: hw/rdma/vmw/*
3284F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02003285F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02003286F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003287
Alex Bennéeb052fec2019-05-13 15:32:56 +01003288Semihosting
3289M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01003290S: Maintained
Philippe Mathieu-Daudé8df9f0c2021-03-05 13:54:50 +00003291F: semihosting/
Philippe Mathieu-Daudé6b5fe132021-03-05 13:54:49 +00003292F: include/semihosting/
Alex Bennée3539d842021-03-23 16:52:51 +00003293F: tests/tcg/multiarch/arm-compat-semi/
Alex Bennéeb052fec2019-05-13 15:32:56 +01003294
John G Johnson8684f1b2021-01-29 11:46:02 -05003295Multi-process QEMU
3296M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3297M: Jagannathan Raman <jag.raman@oracle.com>
3298M: John G Johnson <john.g.johnson@oracle.com>
3299S: Maintained
3300F: docs/devel/multi-process.rst
Elena Ufimtseva639090d2021-01-29 11:46:03 -05003301F: docs/system/multi-process.rst
Jagannathan Raman6fbd84d2021-01-29 11:46:06 -05003302F: hw/pci-host/remote.c
3303F: include/hw/pci-host/remote.h
Jagannathan Raman3f0e7e52021-01-29 11:46:07 -05003304F: hw/remote/machine.c
3305F: include/hw/remote/machine.h
Elena Ufimtsevaad22c302021-01-29 11:46:10 -05003306F: hw/remote/mpqemu-link.c
3307F: include/hw/remote/mpqemu-link.h
Jagannathan Raman48b06f52021-01-29 11:46:11 -05003308F: hw/remote/message.c
Jagannathan Ramanc7d80c72021-01-29 11:46:12 -05003309F: hw/remote/remote-obj.c
Jagannathan Ramaned5d0012021-01-29 11:46:13 -05003310F: include/hw/remote/memory.h
3311F: hw/remote/memory.c
Elena Ufimtseva9f811202021-01-29 11:46:14 -05003312F: hw/remote/proxy.c
3313F: include/hw/remote/proxy.h
Jagannathan Ramanc746b742021-01-29 11:46:18 -05003314F: hw/remote/proxy-memory-listener.c
3315F: include/hw/remote/proxy-memory-listener.h
Jagannathan Ramanbd36adb2021-01-29 11:46:19 -05003316F: hw/remote/iohub.c
3317F: include/hw/remote/iohub.h
John G Johnson8684f1b2021-01-29 11:46:02 -05003318
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003319Build and test automation
3320-------------------------
Thomas Huth9872ba02021-03-09 12:23:56 +01003321Build and test automation, general continuous integration
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003322M: Alex Bennée <alex.bennee@linaro.org>
Thomas Huth9872ba02021-03-09 12:23:56 +01003323M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3324M: Thomas Huth <thuth@redhat.com>
3325R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3326R: Willian Rampazzo <willianr@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003327S: Maintained
Philippe Mathieu-Daudé20a4f142020-04-06 23:41:25 +02003328F: .github/lockdown.yml
Thomas Huth9872ba02021-03-09 12:23:56 +01003329F: .gitlab-ci.yml
3330F: .gitlab-ci.d/
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003331F: .travis.yml
Philippe Mathieu-Daudé04250c62021-02-11 12:27:36 +00003332F: scripts/ci/
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003333F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08003334F: tests/vm/
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01003335F: scripts/archive-source.sh
Thomas Huth9872ba02021-03-09 12:23:56 +01003336W: https://gitlab.com/qemu-project/qemu/pipelines
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003337W: https://travis-ci.org/qemu/qemu
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003338
Ed Maste7162fbb2019-01-22 17:25:58 +00003339FreeBSD Hosted Continuous Integration
3340M: Ed Maste <emaste@freebsd.org>
3341M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00003342S: Maintained
3343F: .cirrus.yml
3344W: https://cirrus-ci.com/github/qemu/qemu
3345
Yonggang Luodaee8de2021-01-07 02:19:17 -08003346Windows Hosted Continuous Integration
3347M: Yonggang Luo <luoyonggang@gmail.com>
3348S: Maintained
3349F: .cirrus.yml
3350W: https://cirrus-ci.com/github/qemu/qemu
3351
Alex Bennée7e970172018-04-06 13:32:18 +01003352Guest Test Compilation Support
3353M: Alex Bennée <alex.bennee@linaro.org>
3354R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00003355S: Maintained
Alex Bennée7e970172018-04-06 13:32:18 +01003356F: tests/tcg/Makefile
Alex Bennéec722a9e2018-04-06 11:08:37 +01003357F: tests/tcg/Makefile.include
Alex Bennée7e970172018-04-06 13:32:18 +01003358
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003359Acceptance (Integration) Testing with the Avocado framework
3360W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3361R: Cleber Rosa <crosa@redhat.com>
3362R: Philippe Mathieu-Daudé <philmd@redhat.com>
3363R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3364S: Odd Fixes
3365F: tests/acceptance/
3366
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003367Documentation
3368-------------
3369Build system architecture
3370M: Daniel P. Berrange <berrange@redhat.com>
3371S: Odd Fixes
Stefano Garzarella551bdfa2021-05-17 17:17:00 +02003372F: docs/devel/build-system.rst
Fam Zheng8a49e972016-06-01 12:25:28 +08003373
Alex Bennée92329a72019-01-14 15:25:13 +00003374GIT Data Mining Config
3375M: Alex Bennée <alex.bennee@linaro.org>
3376S: Odd Fixes
3377F: gitdm.config
3378F: contrib/gitdm/*
3379
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003380Incompatible changes
3381R: libvir-list@redhat.com
Paolo Bonziniabcd92d2020-02-28 15:35:57 +00003382F: docs/system/deprecated.rst
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003383
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01003384Build System
3385------------
3386GIT submodules
3387M: Daniel P. Berrange <berrange@redhat.com>
3388S: Odd Fixes
3389F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00003390
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003391UI translations
John Snow4251dfb2020-10-30 11:34:16 -04003392S: Orphan
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003393F: po/*.po
3394
Peter Maydellc10e01b2019-03-07 14:26:47 +00003395Sphinx documentation configuration and build machinery
3396M: Peter Maydell <peter.maydell@linaro.org>
3397S: Maintained
3398F: docs/conf.py
3399F: docs/*/conf.py
Peter Maydell4078ee52020-09-25 17:23:02 +01003400F: docs/sphinx/
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02003401
3402Miscellaneous
3403-------------
3404Performance Tools and Tests
3405M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3406S: Maintained
3407F: scripts/performance/