blob: 7fd7a0201c121c55cd9b5402908df56e4b8cea31 [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.
Alex Bennée668725c2022-11-17 17:25:23 +000026 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst):
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050027 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
Alex Bennée3be8c032023-04-03 14:49:13 +010067Project policy and developer guides
68R: Alex Bennée <alex.bennee@linaro.org>
69R: Daniel P. Berrangé <berrange@redhat.com>
70R: Thomas Huth <thuth@redhat.com>
71R: Markus Armbruster <armbru@redhat.com>
72R: Philippe Mathieu-Daudé <philmd@linaro.org>
Juan Quintela22432992023-04-19 18:34:57 +020073R: Juan Quintela <quintela@redhat.com>
Alex Bennée3be8c032023-04-03 14:49:13 +010074W: https://www.qemu.org/docs/master/devel/index.html
75S: Odd Fixes
76F: docs/devel/style.rst
77F: docs/devel/code-of-conduct.rst
78F: docs/devel/conflict-resolution.rst
79F: docs/devel/submitting-a-patch.rst
80F: docs/devel/submitting-a-pull-request.rst
81
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030082Responsible Disclosure, Reporting Security Issues
Markus Armbruster84995ea2019-06-06 19:24:08 +020083-------------------------------------------------
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +000084W: https://wiki.qemu.org/SecurityProcess
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030085M: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030086L: secalert@redhat.com
87
Laurent Vivier936c2232016-10-08 12:00:07 +020088Trivial patches
89---------------
90Trivial patches
91M: Michael Tokarev <mjt@tls.msk.ru>
92M: Laurent Vivier <laurent@vivier.eu>
93S: Maintained
94L: qemu-trivial@nongnu.org
95K: ^Subject:.*(?i)trivial
Thomas Huth4db546d2022-12-12 18:48:41 +010096F: docs/devel/trivial-patches.rst
Laurent Vivier936c2232016-10-08 12:00:07 +020097T: git git://git.corpit.ru/qemu.git trivial-patches
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +000098T: git https://github.com/vivier/qemu.git trivial-patches
Laurent Vivier936c2232016-10-08 12:00:07 +020099
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100100Architecture support
101--------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200102S390 general architecture support
Cornelia Huckcdb509a2020-05-25 17:58:55 +0200103M: Thomas Huth <thuth@redhat.com>
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100104S: Supported
Alex Bennée812b31d2021-07-07 14:17:43 +0100105F: configs/devices/s390x-softmmu/default.mak
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100106F: gdb-xml/s390*.xml
107F: hw/char/sclp*.[hc]
108F: hw/char/terminal3270.c
109F: hw/intc/s390_flic.c
110F: hw/intc/s390_flic_kvm.c
111F: hw/s390x/
Tony Krowiak2fe29422018-10-10 13:03:07 -0400112F: hw/vfio/ap.c
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100113F: hw/vfio/ccw.c
114F: hw/watchdog/wdt_diag288.c
115F: include/hw/s390x/
116F: include/hw/watchdog/wdt_diag288.h
117F: pc-bios/s390-ccw/
118F: pc-bios/s390-ccw.img
119F: target/s390x/
Cornelia Huckf58f0842020-03-18 11:39:40 +0100120F: docs/system/target-s390x.rst
121F: docs/system/s390x/
Cornelia Hucka1c993c2019-05-29 11:05:12 +0200122F: tests/migration/s390x/
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100123K: ^Subject:.*(?i)s390x?
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100124L: qemu-s390x@nongnu.org
125
Philippe Mathieu-Daudée955acd2021-10-04 10:31:57 +0200126MIPS general architecture support
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +0200127M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudée955acd2021-10-04 10:31:57 +0200128R: Jiaxun Yang <jiaxun.yang@flygoat.com>
129S: Odd Fixes
130K: ^Subject:.*(?i)mips
Thomas Huth6b1ec8a2022-12-12 18:12:52 +0100131F: docs/system/target-mips.rst
132F: configs/targets/mips*
Philippe Mathieu-Daudée955acd2021-10-04 10:31:57 +0200133
Markus Armbruster84995ea2019-06-06 19:24:08 +0200134Guest CPU cores (TCG)
135---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200136Overall TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800137M: Richard Henderson <richard.henderson@linaro.org>
Paolo Bonzini2185fd62018-10-19 14:25:42 +0200138R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100139S: Maintained
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +0200140F: system/cpus.c
141F: system/watchpoint.c
Philippe Mathieu-Daudéfe0007f2023-09-14 20:57:12 +0200142F: cpu-common.c
143F: cpu-target.c
Philippe Mathieu-Daudé8c7907a2023-09-14 20:57:13 +0200144F: page-vary-target.c
Richard Henderson44b99a62021-03-22 12:24:26 +0100145F: page-vary-common.c
Philippe Mathieu-Daudéc6a88dd2017-06-29 12:03:04 -0300146F: accel/tcg/
Thomas Huth9681ad32018-11-22 13:57:18 +0100147F: accel/stubs/tcg-stub.c
Richard Henderson084cfca2020-12-14 08:02:33 -0600148F: util/cacheinfo.c
149F: util/cacheflush.c
Philippe Mathieu-Daudé55fd1892018-11-10 22:13:12 +0100150F: scripts/decodetree.py
Richard Henderson3fdbf5d2019-02-23 13:00:10 -0800151F: docs/devel/decodetree.rst
Thomas Huth4db546d2022-12-12 18:48:41 +0100152F: docs/devel/tcg*
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100153F: include/exec/cpu*.h
154F: include/exec/exec-all.h
Alex Bennée548c9602023-03-02 18:57:43 -0800155F: include/exec/tb-flush.h
Alex Bennée4692a862023-03-02 18:58:00 -0800156F: include/exec/target_long.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200157F: include/exec/helper*.h
Richard Hendersone4eff8e2023-03-31 19:07:00 -0700158F: include/exec/helper*.h.inc
Richard Hendersond53106c2023-03-31 10:37:04 -0700159F: include/exec/helper-info.c.inc
Thomas Huth460423d2016-09-09 23:15:04 +0200160F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200161F: include/sysemu/tcg.h
Claudio Fontana78271682021-02-04 17:39:23 +0100162F: include/hw/core/tcg-cpu-ops.h
Richard Henderson6bc12fd2023-05-17 21:12:08 -0700163F: host/include/*/host/cpuinfo.h
164F: util/cpuinfo-*.c
Richard Henderson427fbf32023-03-27 18:02:33 -0700165F: include/tcg/
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200166
Peter Maydell1badb582016-02-19 16:25:01 +0000167FPU emulation
168M: Aurelien Jarno <aurelien@aurel32.net>
169M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000170M: Alex Bennée <alex.bennee@linaro.org>
171S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000172F: fpu/
173F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000174F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000175
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200176Alpha TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800177M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson8d6df262011-05-20 12:23:18 -0700178S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200179F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200180F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200181F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500182
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200183ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100184M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000185L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500186S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200187F: target/arm/
Fabiano Rosasf0984d42023-02-17 17:11:29 -0300188F: target/arm/tcg/
Alex Bennéec3487222018-04-05 15:45:32 +0100189F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100190F: tests/tcg/aarch64/
Philippe Mathieu-Daudéc32c3d62021-05-26 19:04:21 +0200191F: tests/qtest/arm-cpu-features.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100192F: hw/arm/
193F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200194F: include/hw/cpu/a*mpcore.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000195F: docs/system/target-arm.rst
Philippe Mathieu-Daudé6e84a912020-11-20 16:45:40 +0100196F: docs/system/arm/cpu-features.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500197
Eric Auger49154ea2018-11-22 19:01:43 +0100198ARM SMMU
199M: Eric Auger <eric.auger@redhat.com>
200L: qemu-arm@nongnu.org
201S: Maintained
202F: hw/arm/smmu*
203F: include/hw/arm/smmu*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300204F: tests/avocado/smmu.py
Eric Auger49154ea2018-11-22 19:01:43 +0100205
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100206AVR TCG CPUs
207M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100208S: Maintained
Thomas Huth0abd3862020-08-12 17:53:04 +0200209F: docs/system/target-avr.rst
Michael Rolnik12b35402020-01-26 18:52:23 +0100210F: gdb-xml/avr-cpu.xml
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100211F: target/avr/
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300212F: tests/avocado/machine_avr6.py
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100213
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200214CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500215M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
216S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200217F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100218F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200219F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200220F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200221F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500222
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600223Hexagon TCG CPUs
Taylor Simpson7d196e22023-05-24 09:11:26 -0700224M: Brian Cain <bcain@quicinc.com>
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600225S: Supported
226F: target/hexagon/
Alessandro Di Federico647357d2022-09-23 19:38:21 +0200227X: target/hexagon/idef-parser/
228X: target/hexagon/gen_idef_parser_funcs.py
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600229F: linux-user/hexagon/
230F: tests/tcg/hexagon/
231F: disas/hexagon.c
Alex Bennée812b31d2021-07-07 14:17:43 +0100232F: configs/targets/hexagon-linux-user/default.mak
Alessandro Di Federicoafbdf0a2021-05-12 11:20:26 +0100233F: docker/dockerfiles/debian-hexagon-cross.docker
Matheus Tavares Bernardinoab930e82023-05-04 12:37:33 -0300234F: gdb-xml/hexagon*.xml
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600235
Alessandro Di Federico647357d2022-09-23 19:38:21 +0200236Hexagon idef-parser
237M: Alessandro Di Federico <ale@rev.ng>
238M: Anton Johansson <anjo@rev.ng>
239S: Supported
240F: target/hexagon/idef-parser/
241F: target/hexagon/gen_idef_parser_funcs.py
242
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200243HPPA (PA-RISC) TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800244M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson61766fe2016-12-15 11:26:14 -0800245S: Maintained
246F: target/hppa/
247F: disas/hppa.c
Thomas Huth71c1d342023-10-18 08:24:01 +0200248F: tests/tcg/hppa/
Richard Henderson61766fe2016-12-15 11:26:14 -0800249
Song Gao64baad62022-06-06 20:42:51 +0800250LoongArch TCG CPUs
251M: Song Gao <gaosong@loongson.cn>
Song Gao64baad62022-06-06 20:42:51 +0800252S: Maintained
253F: target/loongarch/
Xiaojuan Yangc4293332022-06-06 20:43:32 +0800254F: tests/tcg/loongarch64/
Song Gao7318c622023-05-13 09:27:44 +0800255F: tests/avocado/machine_loongarch.py
Song Gao64baad62022-06-06 20:42:51 +0800256
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200257M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200258M: Laurent Vivier <laurent@vivier.eu>
259S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200260F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100261F: disas/m68k.c
Thomas Huth71c1d342023-10-18 08:24:01 +0200262F: tests/tcg/m68k/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500263
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200264MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500265M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
266S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200267F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100268F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200269F: disas/microblaze.c
Richard Hendersonb58a4e62021-10-26 11:22:12 +0100270F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500271
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200272MIPS TCG CPUs
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +0200273M: Philippe Mathieu-Daudé <philmd@linaro.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +0100274R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +0200275R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +0200276R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200277S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200278F: target/mips/
Philippe Mathieu-Daudé30dd5ff2022-10-30 23:38:49 +0100279F: disas/*mips.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000280F: docs/system/cpu-models-mips.rst.inc
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200281F: tests/tcg/mips/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500282
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200283NiosII TCG CPUs
Thomas Huth9ba1caf2023-03-13 19:33:52 +0100284R: Chris Wulff <crwulff@gmail.com>
285R: Marek Vasut <marex@denx.de>
286S: Orphan
Marek Vasute6717112017-01-18 23:01:46 +0100287F: target/nios2/
288F: hw/nios2/
Thomas Huth1805c2b2023-10-13 08:54:08 +0200289F: hw/intc/nios2_vic.c
Marek Vasute6717112017-01-18 23:01:46 +0100290F: disas/nios2.c
Thomas Huth1805c2b2023-10-13 08:54:08 +0200291F: include/hw/intc/nios2_vic.h
Alex Bennée812b31d2021-07-07 14:17:43 +0100292F: configs/devices/nios2-softmmu/default.mak
Richard Henderson2eb44612021-10-26 11:22:11 +0100293F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
Thomas Huth51d11ac2023-01-24 18:01:10 +0000294F: tests/tcg/nios2/
Marek Vasute6717112017-01-18 23:01:46 +0100295
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200296OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900297M: Stafford Horne <shorne@gmail.com>
298S: Odd Fixes
Thomas Huth4db546d2022-12-12 18:48:41 +0100299F: docs/system/openrisc/cpu-features.rst
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200300F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800301F: hw/openrisc/
Thomas Huthe257b8c2023-10-17 17:42:42 +0200302F: include/hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200303F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800304
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200305PowerPC TCG CPUs
Daniel Henrique Barboza0cbc34d2023-09-15 08:05:07 -0300306M: Nicholas Piggin <npiggin@gmail.com>
David Gibson14fe3222021-11-05 14:28:51 +1100307M: Daniel Henrique Barboza <danielhb413@gmail.com>
Cédric Le Goaterb0877572022-09-29 20:09:46 +0200308R: Cédric Le Goater <clg@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +0000309L: qemu-ppc@nongnu.org
Daniel Henrique Barboza2e93a902022-11-17 12:32:18 -0300310S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200311F: target/ppc/
David Gibson7ddb1202021-09-27 14:17:45 +1000312F: hw/ppc/ppc.c
313F: hw/ppc/ppc_booke.c
314F: include/hw/ppc/ppc.h
Cédric Le Goater9c46b512023-10-02 17:51:42 +0200315F: hw/ppc/meson.build
316F: hw/ppc/trace*
317F: configs/devices/ppc*
318F: docs/system/ppc/embedded.rst
319F: docs/system/target-ppc.rst
Thomas Huth71c1d342023-10-18 08:24:01 +0200320F: tests/tcg/ppc*/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500321
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200322RISC-V TCG CPUs
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -0700323M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisab2c9122021-04-06 18:48:25 -0400324M: Alistair Francis <alistair.francis@wdc.com>
325M: Bin Meng <bin.meng@windriver.com>
Alistair Francisa3ae8d42023-02-09 10:33:08 +1000326R: Weiwei Li <liweiwei@iscas.ac.cn>
327R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
328R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700329L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800330S: Supported
Thomas Huth5d0ce902023-09-29 14:37:27 +0200331F: configs/targets/riscv*
332F: docs/system/target-riscv.rst
Michael Clark4dc62b12018-03-03 01:31:09 +1300333F: target/riscv/
334F: hw/riscv/
Thomas Huth5d0ce902023-09-29 14:37:27 +0200335F: hw/intc/riscv*
Michael Clark4dc62b12018-03-03 01:31:09 +1300336F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000337F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000338F: linux-user/host/riscv64/
Thomas Huth71c1d342023-10-18 08:24:01 +0200339F: tests/tcg/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300340
Christoph Müllner179d9e22023-01-31 21:20:13 +0100341RISC-V XThead* extensions
342M: Christoph Muellner <christoph.muellner@vrull.eu>
343M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
344L: qemu-riscv@nongnu.org
345S: Supported
346F: target/riscv/insn_trans/trans_xthead.c.inc
347F: target/riscv/xthead*.decode
Thomas Huth5d0ce902023-09-29 14:37:27 +0200348F: disas/riscv-xthead*
Christoph Müllner179d9e22023-01-31 21:20:13 +0100349
Philipp Tomsich34888f02022-02-02 01:52:49 +0100350RISC-V XVentanaCondOps extension
351M: Philipp Tomsich <philipp.tomsich@vrull.eu>
352L: qemu-riscv@nongnu.org
Philipp Tomsich4f249312023-03-07 19:07:08 +0100353S: Maintained
Philipp Tomsich34888f02022-02-02 01:52:49 +0100354F: target/riscv/XVentanaCondOps.decode
355F: target/riscv/insn_trans/trans_xventanacondops.c.inc
Thomas Huth5d0ce902023-09-29 14:37:27 +0200356F: disas/riscv-xventana*
Philipp Tomsich34888f02022-02-02 01:52:49 +0100357
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800358RENESAS RX CPUs
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +0100359R: Yoshinori Sato <ysato@users.sourceforge.jp>
360S: Orphan
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800361F: target/rx/
362
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200363S390 TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800364M: Richard Henderson <richard.henderson@linaro.org>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100365M: David Hildenbrand <david@redhat.com>
Christian Borntraeger9d711f12022-10-19 14:56:40 +0200366R: Ilya Leoshkevich <iii@linux.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500367S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200368F: target/s390x/
Cho, Yu-Chenc9274b62021-07-07 18:53:17 +0800369F: target/s390x/tcg
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100370F: hw/s390x/
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400371F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200372L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000373
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200374SH4 TCG CPUs
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +0100375R: Yoshinori Sato <ysato@users.sourceforge.jp>
376S: Orphan
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200377F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100378F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200379F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200380F: include/hw/sh4/
Thomas Huth71c1d342023-10-18 08:24:01 +0200381F: tests/tcg/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000382
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200383SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000384M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100385M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500386S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200387F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100388F: hw/sparc/
389F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100390F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200391F: disas/sparc.c
Thomas Huth71c1d342023-10-18 08:24:01 +0200392F: tests/tcg/sparc64/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500393
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200394X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200395M: Paolo Bonzini <pbonzini@redhat.com>
Richard Henderson336f7442020-11-12 20:35:43 -0800396M: Richard Henderson <richard.henderson@linaro.org>
Eduardo Habkost24c4cd12021-11-30 15:47:22 -0500397M: Eduardo Habkost <eduardo@habkost.net>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300398S: Maintained
Claudio Fontanaf5cc5a52021-03-22 14:27:40 +0100399F: target/i386/tcg/
Alex Bennée41324312018-04-05 15:35:11 +0100400F: tests/tcg/i386/
Alex Bennée3a082ec2018-04-17 11:14:37 +0100401F: tests/tcg/x86_64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100402F: hw/i386/
Thomas Huth4db546d2022-12-12 18:48:41 +0100403F: docs/system/i386/cpu.rst
Daniel P. Berrangé38dec0e2021-06-07 14:58:40 +0100404F: docs/system/cpu-models-x86*
Eduardo Habkostf953c102020-12-14 16:20:32 -0500405T: git https://gitlab.com/ehabkost/qemu.git x86-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500406
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200407Xtensa TCG CPUs
Max Filippov16e7caa2011-09-06 03:55:56 +0400408M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippovb8105d22018-02-27 21:15:34 -0800409W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400410S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200411F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100412F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200413F: tests/tcg/xtensa/
Max Filippov51139fb2021-10-01 22:01:52 -0700414F: tests/tcg/xtensaeb/
Max Filippov5a6539e2017-10-31 16:17:43 -0700415F: disas/xtensa.c
Max Filippov895e4892018-11-22 15:06:21 -0800416F: include/hw/xtensa/xtensa-isa.h
Alex Bennée812b31d2021-07-07 14:17:43 +0100417F: configs/devices/xtensa*/default.mak
Max Filippov16e7caa2011-09-06 03:55:56 +0400418
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200419TriCore TCG CPUs
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100420M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
421S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200422F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100423F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200424F: include/hw/tricore/
Bastian Koppelmannbe78e792021-05-12 11:20:34 +0100425F: tests/tcg/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100426
Alex Bennéedd28beb2018-04-05 15:03:22 +0100427Multiarch Linux User Tests
428M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000429S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100430F: tests/tcg/multiarch/
431
Markus Armbruster84995ea2019-06-06 19:24:08 +0200432Guest CPU Cores (KVM)
433---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200434Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300435M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500436L: kvm@vger.kernel.org
437S: Supported
Philippe Mathieu-Daudéa6bb42f2020-06-18 14:33:33 +0200438F: */*/kvm*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300439F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100440F: accel/stubs/kvm-stub.c
441F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100442F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100443F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500444
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200445ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000446M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000447L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000448S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200449F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000450
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200451MIPS KVM CPUs
Huacai Chendab1e1e2020-12-05 17:22:01 +0800452M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic134f7f72020-02-24 12:50:58 +0100453S: Odd Fixes
Philippe Mathieu-Daudé85d8da32021-04-13 10:31:44 +0200454F: target/mips/kvm*
455F: target/mips/sysemu/
James Hogana31896c2014-06-17 23:10:37 +0100456
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200457PPC KVM CPUs
Daniel Henrique Barboza0cbc34d2023-09-15 08:05:07 -0300458M: Nicholas Piggin <npiggin@gmail.com>
459R: Daniel Henrique Barboza <danielhb413@gmail.com>
Cédric Le Goaterb0877572022-09-29 20:09:46 +0200460R: Cédric Le Goater <clg@kaod.org>
Daniel Henrique Barboza2e93a902022-11-17 12:32:18 -0300461S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200462F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500463
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200464S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100465M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraeger2c092952021-11-26 11:24:49 +0100466M: Christian Borntraeger <borntraeger@linux.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100467S: Supported
Cho, Yu-Chen67043602021-07-07 18:53:23 +0800468F: target/s390x/kvm/
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200469F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200470F: target/s390x/sigp.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100471F: gdb-xml/s390*.xml
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000472T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200473L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500474
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200475X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200476M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500477M: Marcelo Tosatti <mtosatti@redhat.com>
478L: kvm@vger.kernel.org
479S: Supported
Cornelia Huck96a46de2022-02-09 09:08:56 +0100480F: docs/system/i386/amd-memory-encryption.rst
Philippe Mathieu-Daudéa8211862021-10-07 19:56:09 +0200481F: docs/system/i386/sgx.rst
Claudio Fontanaa9dc68d2020-12-12 16:55:08 +0100482F: target/i386/kvm/
Philippe Mathieu-Daudé8c9e7f82021-10-07 18:17:16 +0200483F: target/i386/sev*
Thomas Huth9681ad32018-11-22 13:57:18 +0100484F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500485
David Woodhouse438bec42023-03-07 09:59:59 +0000486Xen emulation on X86 KVM CPUs
487M: David Woodhouse <dwmw2@infradead.org>
488M: Paul Durrant <paul@xen.org>
489S: Supported
490F: include/sysemu/kvm_xen.h
491F: target/i386/kvm/xen*
492F: hw/i386/kvm/xen*
493F: tests/avocado/xen_guest.py
494
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200495Guest CPU Cores (other accelerators)
496------------------------------------
497Overall
Richard Henderson336f7442020-11-12 20:35:43 -0800498M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200499R: Paolo Bonzini <pbonzini@redhat.com>
500S: Maintained
Claudio Fontana940e43a2021-02-04 17:39:24 +0100501F: include/qemu/accel.h
Markus Armbruster75e55192023-01-19 10:15:45 +0100502F: include/sysemu/accel-*.h
Claudio Fontanafb6916d2021-02-04 17:39:26 +0100503F: include/hw/core/accel-cpu.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100504F: accel/accel-*.c
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200505F: accel/Makefile.objs
506F: accel/stubs/Makefile.objs
507
Alexander Grafa1477da2021-09-16 17:53:58 +0200508Apple Silicon HVF CPUs
509M: Alexander Graf <agraf@csgraf.de>
510S: Maintained
511F: target/arm/hvf/
512
Roman Bolshakov674fc212020-03-16 20:18:27 +0300513X86 HVF CPUs
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300514M: Cameron Esfahani <dirty@apple.com>
Philippe Mathieu-Daudé3b4a0252023-06-21 13:32:23 +0200515M: Roman Bolshakov <rbolshakov@ddn.com>
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300516W: https://wiki.qemu.org/Features/HVF
Roman Bolshakov674fc212020-03-16 20:18:27 +0300517S: Maintained
Roman Bolshakov674fc212020-03-16 20:18:27 +0300518F: target/i386/hvf/
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100519
520HVF
521M: Cameron Esfahani <dirty@apple.com>
Philippe Mathieu-Daudé3b4a0252023-06-21 13:32:23 +0200522M: Roman Bolshakov <rbolshakov@ddn.com>
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100523W: https://wiki.qemu.org/Features/HVF
524S: Maintained
525F: accel/hvf/
Roman Bolshakov674fc212020-03-16 20:18:27 +0300526F: include/sysemu/hvf.h
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100527F: include/sysemu/hvf_int.h
Roman Bolshakov674fc212020-03-16 20:18:27 +0300528
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000529WHPX CPUs
530M: Sunil Muthuswamy <sunilmut@microsoft.com>
531S: Supported
Claudio Fontana1fc33bb2020-12-12 16:55:09 +0100532F: target/i386/whpx/
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000533F: include/sysemu/whpx.h
534
Markus Armbruster84995ea2019-06-06 19:24:08 +0200535Guest CPU Cores (Xen)
536---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200537X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100538M: Stefano Stabellini <sstabellini@kernel.org>
539M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100540M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000541L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100542S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100543F: */xen*
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200544F: accel/xen/*
Greg Kurzb8278912019-05-29 12:24:44 +0200545F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200546F: hw/char/xen_console.c
547F: hw/display/xenfb.c
548F: hw/net/xen_nic.c
Anthony PERARD758af9c2020-04-06 17:50:43 +0100549F: hw/usb/xen-usb.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000550F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000551F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200552F: hw/xen/
553F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000554F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100555F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000556F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200557F: include/hw/xen/
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200558F: include/sysemu/xen.h
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000559F: include/sysemu/xen-mapcache.h
Philippe Mathieu-Daudé71f364b2020-09-08 17:55:28 +0200560F: stubs/xen-hw-stub.c
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100561
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200562Guest CPU Cores (NVMM)
563----------------------
564NetBSD Virtual Machine Monitor (NVMM) CPU support
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200565M: Reinoud Zandijk <reinoud@netbsd.org>
566S: Maintained
567F: include/sysemu/nvmm.h
568F: target/i386/nvmm/
569
Markus Armbruster84995ea2019-06-06 19:24:08 +0200570Hosts
571-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100572LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100573M: Michael S. Tsirkin <mst@redhat.com>
574M: Cornelia Huck <cohuck@redhat.com>
575M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100576S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100577F: linux-headers/
Cornelia Hucke05ea752023-09-29 16:30:12 +0200578F: include/standard-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100579F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100580
581POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100582M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100583S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100584F: os-posix.c
585F: include/sysemu/os-posix.h
586F: util/*posix*.c
587F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100588
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200589NETBSD
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200590M: Reinoud Zandijk <reinoud@netbsd.org>
591M: Ryo ONODERA <ryoon@netbsd.org>
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200592S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200593K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200594
Brad Smith0a773d52018-02-16 11:46:20 -0500595OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500596M: Brad Smith <brad@comstyle.com>
597S: Maintained
598K: ^Subject:.*(?i)OpenBSD
599
Stefan Weil1bdd6872012-01-27 18:53:49 +0100600W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100601M: Stefan Weil <sw@weilnetz.de>
602S: Maintained
603F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200604F: */*win32*
605F: include/*/*win32*
606X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200607F: qemu.nsi
Alex Bennée48fad832022-10-27 19:36:21 +0100608F: scripts/nsis.py
Stefan Weil1bdd6872012-01-27 18:53:49 +0100609
Philippe Mathieu-Daudéc82b7ef2022-03-14 18:28:35 +0100610Darwin (macOS, iOS)
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +0200611M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudéc82b7ef2022-03-14 18:28:35 +0100612S: Odd Fixes
613F: .gitlab-ci.d/cirrus/macos-*
614F: */*.m
Alex Bennée48fad832022-10-27 19:36:21 +0100615F: scripts/entitlement.sh
Philippe Mathieu-Daudéc82b7ef2022-03-14 18:28:35 +0100616
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100617Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200618--------------
Richard Henderson336f7442020-11-12 20:35:43 -0800619M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100620S: Maintained
621F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100622F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700623F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100624
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500625ARM Machines
626------------
liguang84291fe2013-12-17 19:42:38 +0000627Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100628M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000629M: Peter Maydell <peter.maydell@linaro.org>
Strahinja Jankovic632dfea2022-12-26 23:03:00 +0100630R: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000631L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000632S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100633F: hw/*/allwinner*
634F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000635F: hw/arm/cubieboard.c
Peter Maydelld4a7c362021-07-13 15:22:24 +0100636F: docs/system/arm/cubieboard.rst
Strahinja Jankovic632dfea2022-12-26 23:03:00 +0100637F: hw/misc/axp209.c
liguang84291fe2013-12-17 19:42:38 +0000638
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100639Allwinner-h3
640M: Niek Linnenbank <nieklinnenbank@gmail.com>
641L: qemu-arm@nongnu.org
642S: Maintained
643F: hw/*/allwinner-h3*
644F: include/hw/*/allwinner-h3*
Niek Linnenbankb0c96662020-03-11 23:18:38 +0100645F: hw/arm/orangepi.c
Philippe Mathieu-Daudéc67d7322020-11-20 16:45:43 +0100646F: docs/system/arm/orangepi.rst
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100647
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100648ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200649M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000650L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200651S: Maintained
652F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300653F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200654F: hw/display/pl110*
655F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100656F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200657F: hw/dma/pl330.c
658F: hw/gpio/pl061.c
659F: hw/input/pl050.c
660F: hw/intc/pl190.c
661F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100662F: hw/ssi/pl022.c
663F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200664F: hw/rtc/pl031.c
665F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200666F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100667F: hw/timer/cmsdk-apb-timer.c
668F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell30858da2021-01-28 11:41:23 +0000669F: tests/qtest/cmsdk-apb-timer-test.c
Peter Maydell4f4c6202018-08-24 13:17:41 +0100670F: hw/timer/cmsdk-apb-dualtimer.c
671F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydell9bc064b2021-01-28 11:41:25 +0000672F: tests/qtest/cmsdk-apb-dualtimer-test.c
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100673F: hw/char/cmsdk-apb-uart.c
674F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100675F: hw/watchdog/cmsdk-apb-watchdog.c
676F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell9cf5eb22021-01-28 11:41:24 +0000677F: tests/qtest/cmsdk-apb-watchdog-test.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100678F: hw/misc/tz-ppc.c
679F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100680F: hw/misc/tz-mpc.c
681F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100682F: hw/misc/tz-msc.c
683F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200684
685ARM cores
686M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000687L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200688S: Maintained
689F: hw/intc/arm*
690F: hw/intc/gic_internal.h
691F: hw/misc/a9scu.c
692F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000693F: hw/misc/arm_l2x0.c
Peter Maydell2f9db772021-08-12 10:33:32 +0100694F: hw/misc/armv7m_ras.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200695F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300696F: hw/timer/arm*
697F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200698F: include/hw/intc/arm*
699F: include/hw/misc/a9scu.h
700F: include/hw/misc/arm11scu.h
701F: include/hw/timer/a9gtimer.h
702F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300703F: include/hw/timer/armv7m_systick.h
Peter Maydell2f9db772021-08-12 10:33:32 +0100704F: include/hw/misc/armv7m_ras.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200705F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200706
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000707Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400708M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000709M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000710L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000711S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100712F: hw/*/exynos*
Peter Maydell78cb12a2022-04-04 16:46:48 +0100713F: include/hw/*/exynos*
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000714
Mark Langsdorf766fd092012-02-16 09:56:10 +0000715Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100716M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000717M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000718L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000719S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100720F: hw/arm/highbank.c
721F: hw/net/xgmac.c
Peter Maydellc90df7c2021-07-13 15:22:26 +0100722F: docs/system/arm/highbank.rst
Mark Langsdorf766fd092012-02-16 09:56:10 +0000723
Antony Pavlov9082f122013-12-17 19:42:37 +0000724Canon DIGIC
725M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000726M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000727L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000728S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000729F: include/hw/arm/digic.h
730F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100731F: include/hw/*/digic*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300732F: tests/avocado/machine_arm_canona1100.py
Peter Maydell2d21dd12020-07-13 18:57:43 +0100733F: docs/system/arm/digic.rst
Antony Pavlov9082f122013-12-17 19:42:37 +0000734
Anup Patel9c8fdce2019-11-06 11:56:50 +0000735Goldfish RTC
736M: Anup Patel <anup.patel@wdc.com>
737M: Alistair Francis <Alistair.Francis@wdc.com>
738L: qemu-riscv@nongnu.org
739S: Maintained
740F: hw/rtc/goldfish_rtc.c
741F: include/hw/rtc/goldfish_rtc.h
742
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500743Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000744M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +0200745R: Philippe Mathieu-Daudé <philmd@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000746L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100747S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100748F: hw/arm/gumstix.c
Peter Maydellbb309002020-07-13 18:57:45 +0100749F: docs/system/arm/gumstix.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500750
Thomas Huth123a0692018-11-26 13:39:23 +0000751i.MX25 PDK
752M: Peter Maydell <peter.maydell@linaro.org>
753R: Jean-Christophe Dubois <jcd@tribudubois.net>
754L: qemu-arm@nongnu.org
755S: Odd Fixes
756F: hw/arm/fsl-imx25.c
757F: hw/arm/imx25_pdk.c
758F: hw/misc/imx25_ccm.c
Guenter Roeck37f959592020-05-17 09:21:28 -0700759F: hw/watchdog/wdt_imx2.c
Thomas Huth123a0692018-11-26 13:39:23 +0000760F: include/hw/arm/fsl-imx25.h
761F: include/hw/misc/imx25_ccm.h
Guenter Roeck37f959592020-05-17 09:21:28 -0700762F: include/hw/watchdog/wdt_imx2.h
Peter Maydellb1b3e3e2021-07-22 18:52:29 +0100763F: docs/system/arm/imx25-pdk.rst
Thomas Huth123a0692018-11-26 13:39:23 +0000764
Thomas Huth95a5db32018-11-19 15:29:08 +0000765i.MX31 (kzm)
Peter Maydella00d7f22018-11-19 15:29:08 +0000766M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000767L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000768S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100769F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000770F: hw/*/imx_*
771F: hw/*/*imx31*
772F: include/hw/*/imx_*
773F: include/hw/*/*imx31*
Peter Maydellfa6c9392021-07-22 18:52:28 +0100774F: docs/system/arm/kzm.rst
Peter Chubb03255592012-07-04 10:43:34 +0000775
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500776Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100777M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000778L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500779S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100780F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200781F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000782F: include/hw/misc/arm_integrator_debug.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300783F: tests/avocado/machine_arm_integratorcp.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000784F: docs/system/arm/integratorcp.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500785
Thomas Huth95a5db32018-11-19 15:29:08 +0000786MCIMX6UL EVK / i.MX6ul
787M: Peter Maydell <peter.maydell@linaro.org>
788R: Jean-Christophe Dubois <jcd@tribudubois.net>
789L: qemu-arm@nongnu.org
790S: Odd Fixes
791F: hw/arm/mcimx6ul-evk.c
792F: hw/arm/fsl-imx6ul.c
793F: hw/misc/imx6ul_ccm.c
794F: include/hw/arm/fsl-imx6ul.h
795F: include/hw/misc/imx6ul_ccm.h
796
797MCIMX7D SABRE / i.MX7
798M: Peter Maydell <peter.maydell@linaro.org>
799R: Andrey Smirnov <andrew.smirnov@gmail.com>
800L: qemu-arm@nongnu.org
801S: Odd Fixes
802F: hw/arm/mcimx7d-sabre.c
803F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000804F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000805F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000806F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000807F: hw/pci-host/designware.c
808F: include/hw/pci-host/designware.h
809
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100810MPS2
811M: Peter Maydell <peter.maydell@linaro.org>
812L: qemu-arm@nongnu.org
813S: Maintained
814F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100815F: hw/arm/mps2-tz.c
816F: hw/misc/mps2-*.c
817F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000818F: hw/arm/armsse.c
819F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100820F: hw/misc/iotkit-secctl.c
821F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100822F: hw/misc/iotkit-sysctl.c
823F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100824F: hw/misc/iotkit-sysinfo.c
825F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell4239b312021-02-19 14:45:53 +0000826F: hw/misc/armsse-cpu-pwrctrl.c
827F: include/hw/misc/armsse-cpu-pwrctrl.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000828F: hw/misc/armsse-cpuid.c
829F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000830F: hw/misc/armsse-mhu.c
831F: include/hw/misc/armsse-mhu.h
Peter Maydell0d10df32021-02-19 14:45:44 +0000832F: hw/timer/sse-counter.c
833F: include/hw/timer/sse-counter.h
Peter Maydell0b8ceee2021-02-19 14:45:45 +0000834F: hw/timer/sse-timer.c
835F: include/hw/timer/sse-timer.h
Peter Maydell1eca58a2021-02-19 14:46:17 +0000836F: tests/qtest/sse-timer-test.c
Peter Maydellba7912a2020-05-07 16:18:18 +0100837F: docs/system/arm/mps2.rst
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100838
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000839Musca
840M: Peter Maydell <peter.maydell@linaro.org>
841L: qemu-arm@nongnu.org
842S: Maintained
843F: hw/arm/musca.c
Peter Maydell9f8f6402020-05-07 16:18:19 +0100844F: docs/system/arm/musca.rst
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000845
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500846Musicpal
847M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000848M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000849L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000850S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100851F: hw/arm/musicpal.c
Philippe Mathieu-Daudé6d81f482022-01-07 19:44:29 +0100852F: hw/net/mv88w8618_eth.c
853F: include/hw/net/mv88w8618_eth.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000854F: docs/system/arm/musicpal.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500855
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700856Nuvoton NPCM7xx
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700857M: Tyrone Ting <kfting@nuvoton.com>
Hao Wu73c793d2023-02-08 15:54:31 -0800858M: Hao Wu <wuhaotsh@google.com>
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700859L: qemu-arm@nongnu.org
860S: Supported
Hao Wu69fbfb82023-02-08 15:54:32 -0800861F: hw/*/npcm*
862F: include/hw/*/npcm*
863F: tests/qtest/npcm*
Havard Skinnemoend1cb5ed2020-09-10 22:20:53 -0700864F: pc-bios/npcm7xx_bootrom.bin
865F: roms/vbootrom
Philippe Mathieu-Daudé71703112020-11-20 16:45:42 +0100866F: docs/system/arm/nuvoton.rst
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700867
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500868nSeries
Peter Maydella00d7f22018-11-19 15:29:08 +0000869M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000870L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000871S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100872F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200873F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000874F: hw/input/lm832x.c
875F: hw/input/tsc2005.c
876F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200877F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200878F: include/hw/display/blizzard.h
Philippe Mathieu-Daudé410bbee2021-06-17 13:53:20 +0200879F: include/hw/input/lm832x.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200880F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200881F: include/hw/misc/cbus.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300882F: tests/avocado/machine_arm_n8x0.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000883F: docs/system/arm/nseries.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500884
885Palm
Peter Maydella00d7f22018-11-19 15:29:08 +0000886M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000887L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000888S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100889F: hw/arm/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000890F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200891F: include/hw/input/tsc2xxx.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000892F: docs/system/arm/palm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500893
Thomas Huth95a5db32018-11-19 15:29:08 +0000894Raspberry Pi
895M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +0200896R: Philippe Mathieu-Daudé <philmd@linaro.org>
Thomas Huth95a5db32018-11-19 15:29:08 +0000897L: qemu-arm@nongnu.org
898S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000899F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000900F: hw/arm/raspi_platform.h
901F: hw/*/bcm283*
Thomas Huth29ecf2d2023-10-12 09:34:58 +0200902F: include/hw/arm/rasp*
Thomas Huth95a5db32018-11-19 15:29:08 +0000903F: include/hw/*/bcm283*
Philippe Mathieu-Daudéd9f2ac32020-11-20 18:39:51 +0100904F: docs/system/arm/raspi.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000905
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500906Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100907M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000908L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500909S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100910F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200911F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200912F: hw/intc/realview_gic.c
913F: include/hw/intc/realview_gic.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000914F: docs/system/arm/realview.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500915
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200916PXA2XX
Peter Maydella00d7f22018-11-19 15:29:08 +0000917M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000918L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000919S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200920F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100921F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200922F: hw/arm/tosa.c
923F: hw/arm/z2.c
924F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000925F: hw/display/tc6393xb.c
926F: hw/gpio/max7310.c
927F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200928F: hw/misc/mst_fpga.c
Corey Minyard58f3e3f2021-05-18 15:54:52 -0500929F: hw/adc/max111x.c
930F: include/hw/adc/max111x.h
Thomas Huthed0db862016-02-25 12:22:04 +0100931F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000932F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200933F: include/hw/display/tc6393xb.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000934F: docs/system/arm/xscale.rst
Peter Maydellc9543db2021-07-22 18:52:27 +0100935F: docs/system/arm/mainstone.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500936
Thomas Huth95a5db32018-11-19 15:29:08 +0000937SABRELITE / i.MX6
938M: Peter Maydell <peter.maydell@linaro.org>
939R: Jean-Christophe Dubois <jcd@tribudubois.net>
940L: qemu-arm@nongnu.org
941S: Odd Fixes
Thomas Huth4db546d2022-12-12 18:48:41 +0100942F: docs/system/arm/sabrelite.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000943F: hw/arm/sabrelite.c
944F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000945F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000946F: hw/ssi/imx_spi.c
Guenter Roeck0701a5e2020-03-12 18:45:47 -0700947F: hw/usb/imx-usb-phy.c
948F: include/hw/usb/imx-usb-phy.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000949F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000950F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000951F: include/hw/ssi/imx_spi.h
952
Hongbo Zhang64580902019-07-01 17:26:18 +0100953SBSA-REF
Radoslaw Biernacki428a3772020-05-12 19:07:04 +0200954M: Radoslaw Biernacki <rad@semihalf.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100955M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholm14d5add2022-05-05 12:37:40 +0100956R: Leif Lindholm <quic_llindhol@quicinc.com>
Marcin Juszkiewicz96e6d252023-05-15 16:37:53 +0200957R: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Hongbo Zhang64580902019-07-01 17:26:18 +0100958L: qemu-arm@nongnu.org
959S: Maintained
960F: hw/arm/sbsa-ref.c
Thomas Huthd02ce622023-09-29 16:19:18 +0200961F: hw/misc/sbsa_ec.c
962F: hw/watchdog/sbsa_gwdt.c
963F: include/hw/watchdog/sbsa_gwdt.h
Philippe Mathieu-Daudé9eeeb802020-11-20 16:45:44 +0100964F: docs/system/arm/sbsa.rst
Philippe Mathieu-Daudéa0d201b2023-04-24 10:22:34 +0100965F: tests/avocado/machine_aarch64_sbsaref.py
Hongbo Zhang64580902019-07-01 17:26:18 +0100966
Thomas Huth671f11b2018-11-13 10:47:58 +0000967Sharp SL-5500 (Collie) PDA
968M: Peter Maydell <peter.maydell@linaro.org>
969L: qemu-arm@nongnu.org
970S: Odd Fixes
971F: hw/arm/collie.c
972F: hw/arm/strongarm*
Peter Maydellb76b60f2020-07-13 18:57:44 +0100973F: docs/system/arm/collie.rst
Thomas Huth671f11b2018-11-13 10:47:58 +0000974
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500975Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100976M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000977L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500978S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100979F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200980F: include/hw/input/gamepad.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000981F: docs/system/arm/stellaris.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500982
Alexandre Iooss2ac24102021-06-17 18:56:45 +0200983STM32VLDISCOVERY
984M: Alexandre Iooss <erdnaxe@crans.org>
985L: qemu-arm@nongnu.org
986S: Maintained
987F: hw/arm/stm32vldiscovery.c
Alexandre Iooss1af060e2021-06-17 18:56:46 +0200988F: docs/system/arm/stm32.rst
Alexandre Iooss2ac24102021-06-17 18:56:45 +0200989
Thomas Huth95a5db32018-11-19 15:29:08 +0000990Versatile Express
991M: Peter Maydell <peter.maydell@linaro.org>
992L: qemu-arm@nongnu.org
993S: Maintained
994F: hw/arm/vexpress.c
Peter Maydell5a1d4242020-05-07 16:18:17 +0100995F: docs/system/arm/vexpress.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000996
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500997Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100998M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000999L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001000S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001001F: hw/*/versatile*
Philippe Mathieu-Daudé500a64d2023-01-10 09:25:08 +01001002F: hw/i2c/arm_sbcon_i2c.c
Philippe Mathieu-Daudéf61c3fb2020-06-17 09:25:29 +02001003F: include/hw/i2c/arm_sbcon_i2c.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -03001004F: hw/misc/arm_sysctl.c
Peter Maydellc11a8e82020-03-09 21:58:15 +00001005F: docs/system/arm/versatile.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001006
Thomas Huth95a5db32018-11-19 15:29:08 +00001007Virt
1008M: Peter Maydell <peter.maydell@linaro.org>
1009L: qemu-arm@nongnu.org
1010S: Maintained
1011F: hw/arm/virt*
1012F: include/hw/arm/virt.h
Peter Maydell6a0b7502020-07-13 18:57:46 +01001013F: docs/system/arm/virt.rst
Alex Bennée11593542022-04-19 10:09:56 +01001014F: tests/avocado/machine_aarch64_virt.py
Thomas Huth95a5db32018-11-19 15:29:08 +00001015
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +10001016Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -07001017M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +00001018M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +00001019M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +00001020L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +10001021S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -07001022F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001023F: hw/*/cadence_*
Corey Minyard246f5302021-05-18 15:51:24 -05001024F: hw/misc/zynq_slcr.c
1025F: hw/adc/zynq-xadc.c
1026F: include/hw/misc/zynq_slcr.h
1027F: include/hw/adc/zynq-xadc.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07001028X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +10001029
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +02001030Xilinx ZynqMP and Versal
Alistair Francisc22e5802018-03-01 11:05:58 +00001031M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07001032M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001033M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +00001034L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +01001035S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -07001036F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02001037F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +01001038F: include/hw/ssi/xilinx_spips.h
1039F: hw/display/dpcd.c
1040F: include/hw/display/dpcd.h
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +02001041F: docs/system/arm/xlnx-versal-virt.rst
Alistair Francis137805f2015-08-25 15:45:07 +01001042
Francisco Iglesias72e58842022-01-21 16:11:41 +00001043Xilinx Versal OSPI
1044M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1045S: Maintained
1046F: hw/ssi/xlnx-versal-ospi.c
1047F: include/hw/ssi/xlnx-versal-ospi.h
1048
Francisco Iglesias5a8559e2023-08-31 17:56:54 +01001049Xilinx Versal CFI
1050M: Francisco Iglesias <francisco.iglesias@amd.com>
1051S: Maintained
1052F: hw/misc/xlnx-cfi-if.c
1053F: include/hw/misc/xlnx-cfi-if.h
Francisco Iglesias86d916c2023-08-31 17:56:55 +01001054F: hw/misc/xlnx-versal-cfu.c
1055F: include/hw/misc/xlnx-versal-cfu.h
Francisco Iglesiasc6766f52023-08-31 17:56:58 +01001056F: hw/misc/xlnx-versal-cframe-reg.c
1057F: include/hw/misc/xlnx-versal-cframe-reg.h
Francisco Iglesias5a8559e2023-08-31 17:56:54 +01001058
Alexandre Iooss0f76deb2021-06-17 18:56:44 +02001059STM32F100
1060M: Alexandre Iooss <erdnaxe@crans.org>
1061L: qemu-arm@nongnu.org
1062S: Maintained
1063F: hw/arm/stm32f100_soc.c
1064
Alistair Francisa1f81932016-10-04 13:28:07 +01001065STM32F205
1066M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +00001067M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001068L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +01001069S: Maintained
1070F: hw/arm/stm32f205_soc.c
1071F: hw/misc/stm32f2xx_syscfg.c
1072F: hw/char/stm32f2xx_usart.c
1073F: hw/timer/stm32f2xx_timer.c
1074F: hw/adc/*
1075F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -03001076F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +01001077
Alistair Francis529fc5f2020-01-17 14:09:29 +00001078STM32F405
1079M: Alistair Francis <alistair@alistair23.me>
1080M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001081L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +00001082S: Maintained
1083F: hw/arm/stm32f405_soc.c
1084F: hw/misc/stm32f4xx_syscfg.c
1085F: hw/misc/stm32f4xx_exti.c
1086
Alistair Francisa1f81932016-10-04 13:28:07 +01001087Netduino 2
1088M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +00001089M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001090L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +01001091S: Maintained
1092F: hw/arm/netduino2.c
1093
Alistair Francis60d6c422020-01-17 14:09:29 +00001094Netduino Plus 2
1095M: Alistair Francis <alistair@alistair23.me>
1096M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001097L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +00001098S: Maintained
1099F: hw/arm/netduinoplus2.c
1100
Felipe Balbiee5bffa2022-12-30 16:57:33 +02001101Olimex STM32 H405
1102M: Felipe Balbi <balbi@kernel.org>
1103L: qemu-arm@nongnu.org
1104S: Maintained
1105F: hw/arm/olimex-stm32-h405.c
1106
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001107SmartFusion2
1108M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001109M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001110L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001111S: Maintained
1112F: hw/arm/msf2-soc.c
1113F: hw/misc/msf2-sysreg.c
1114F: hw/timer/mss-timer.c
1115F: hw/ssi/mss-spi.c
1116F: include/hw/arm/msf2-soc.h
1117F: include/hw/misc/msf2-sysreg.h
1118F: include/hw/timer/mss-timer.h
1119F: include/hw/ssi/mss-spi.h
Subbaraya Sundeep1c664372020-04-16 20:24:49 +05301120F: hw/net/msf2-emac.c
1121F: include/hw/net/msf2-emac.h
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001122
1123Emcraft M2S-FG484
1124M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001125M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001126L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001127S: Maintained
1128F: hw/arm/msf2-som.c
Peter Maydell3f65df32021-07-13 15:22:25 +01001129F: docs/system/arm/emcraft-sf2.rst
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001130
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001131ASPEED BMCs
1132M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +00001133M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001134R: Andrew Jeffery <andrew@aj.id.au>
1135R: Joel Stanley <joel@jms.id.au>
1136L: qemu-arm@nongnu.org
1137S: Maintained
1138F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001139F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001140F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001141F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001142F: hw/net/ftgmac100.c
1143F: include/hw/net/ftgmac100.h
Philippe Mathieu-Daudéde8ee7d2020-11-20 16:45:41 +01001144F: docs/system/arm/aspeed.rst
Thomas Huthe354d992023-04-24 10:22:41 +01001145F: tests/*/*aspeed*
Peter Delevoryasc2f58c22022-07-14 16:24:38 +02001146F: hw/arm/fby35.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001147
Joel Stanleyc0066d12018-09-25 14:02:30 +01001148NRF51
1149M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +00001150M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +01001151L: qemu-arm@nongnu.org
1152S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +00001153F: hw/*/nrf51*.c
1154F: hw/*/microbit*.c
1155F: include/hw/*/nrf51*.h
1156F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001157F: tests/qtest/microbit-test.c
Alexandre Iooss90a76c62021-06-21 09:56:25 +02001158F: docs/system/arm/nrf.rst
Joel Stanleyc0066d12018-09-25 14:02:30 +01001159
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001160AVR Machines
1161-------------
1162
1163AVR MCUs
1164M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001165S: Maintained
Alex Bennée812b31d2021-07-07 14:17:43 +01001166F: configs/devices/avr-softmmu/default.mak
Philippe Mathieu-Daudé7dd8f6f2020-01-24 01:51:25 +01001167F: hw/avr/
Michael Rolnik429ca9d2020-01-24 01:51:17 +01001168F: include/hw/char/avr_usart.h
1169F: hw/char/avr_usart.c
Michael Rolnik8ff47bc2020-01-24 01:51:18 +01001170F: include/hw/timer/avr_timer16.h
1171F: hw/timer/avr_timer16.c
Michael Rolnikdc288de2020-01-24 01:51:19 +01001172F: include/hw/misc/avr_power.h
1173F: hw/misc/avr_power.c
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001174
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001175Arduino
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02001176M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001177S: Maintained
1178F: hw/avr/arduino.c
1179
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001180CRIS Machines
1181-------------
1182Axis Dev88
1183M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1184S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001185F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001186F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001187
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001188HP-PARISC Machines
1189------------------
Helge Dellerae759c92023-10-14 19:48:27 +02001190HP B160L, HP C3700
Richard Henderson336f7442020-11-12 20:35:43 -08001191M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001192R: Helge Deller <deller@gmx.de>
1193S: Odd Fixes
Alex Bennée812b31d2021-07-07 14:17:43 +01001194F: configs/devices/hppa-softmmu/default.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001195F: hw/hppa/
Thomas Huth8db07602023-10-17 17:19:33 +02001196F: hw/input/lasips2.c
Philippe Mathieu-Daudé11f976a2021-10-04 10:38:35 +02001197F: hw/net/*i82596*
Mark Cave-Ayland45f569a2022-05-04 10:25:52 +01001198F: hw/misc/lasi.c
Helge Dellerae759c92023-10-14 19:48:27 +02001199F: hw/pci-host/astro.c
Mark Cave-Ayland0db93502022-05-04 10:25:32 +01001200F: hw/pci-host/dino.c
Thomas Huth8db07602023-10-17 17:19:33 +02001201F: include/hw/input/lasips2.h
Mark Cave-Ayland45f569a2022-05-04 10:25:52 +01001202F: include/hw/misc/lasi.h
Philippe Mathieu-Daudé11f976a2021-10-04 10:38:35 +02001203F: include/hw/net/lasi_82596.h
Helge Dellerae759c92023-10-14 19:48:27 +02001204F: include/hw/pci-host/astro.h
Mark Cave-Ayland0db93502022-05-04 10:25:32 +01001205F: include/hw/pci-host/dino.h
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001206F: pc-bios/hppa-firmware.img
Helge Dellerae759c92023-10-14 19:48:27 +02001207F: roms/seabios-hppa/
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001208
Xiaojuan Yangd88b51d2022-06-06 20:43:08 +08001209LoongArch Machines
1210------------------
1211Virt
Xiaojuan Yangd88b51d2022-06-06 20:43:08 +08001212M: Song Gao <gaosong@loongson.cn>
1213S: Maintained
Xiaojuan Yang587858e2022-07-29 15:30:17 +08001214F: docs/system/loongarch/virt.rst
Xiaojuan Yanga8a506c2022-06-06 20:43:20 +08001215F: configs/targets/loongarch64-softmmu.mak
1216F: configs/devices/loongarch64-softmmu/default.mak
1217F: hw/loongarch/
1218F: include/hw/loongarch/virt.h
Xiaojuan Yangf6783e32022-06-06 20:43:21 +08001219F: include/hw/intc/loongarch_*.h
1220F: hw/intc/loongarch_*.c
Xiaojuan Yang0f4fcf12022-06-06 20:43:22 +08001221F: include/hw/pci-host/ls7a.h
Xiaojuan Yangc117f682022-06-06 20:43:28 +08001222F: hw/rtc/ls7a_rtc.c
Xiaojuan Yangca61e752022-06-06 20:43:31 +08001223F: gdb-xml/loongarch*.xml
Xiaojuan Yangd88b51d2022-06-06 20:43:08 +08001224
Aurelien Jarnoafcacd52011-01-14 20:39:19 +01001225M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001226-------------
1227an5206
Thomas Huth5baf2742017-02-12 23:38:17 +01001228M: Thomas Huth <huth@tuxfamily.org>
1229S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001230F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001231F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001232
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001233mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +01001234M: Thomas Huth <huth@tuxfamily.org>
1235S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001236F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001237F: hw/m68k/mcf_intc.c
1238F: hw/char/mcf_uart.c
1239F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +01001240F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001241
Thomas Huth1810b812018-06-30 08:33:57 +00001242NeXTcube
1243M: Thomas Huth <huth@tuxfamily.org>
1244S: Odd Fixes
1245F: hw/m68k/next-*.c
1246F: hw/display/next-fb.c
1247F: include/hw/m68k/next-cube.h
1248
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001249q800
1250M: Laurent Vivier <laurent@vivier.eu>
1251S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001252F: hw/m68k/q800.c
Mark Cave-Ayland8e093282023-06-21 09:53:36 +01001253F: hw/m68k/q800-glue.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001254F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001255F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001256F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +02001257F: hw/block/swim.c
Mark Cave-Aylande2fd6952023-10-04 09:37:48 +01001258F: hw/misc/djmemc.c
Mark Cave-Aylandbdc2c772023-10-04 09:37:51 +01001259F: hw/misc/iosb.c
Mark Cave-Aylandac13a6b2023-10-04 09:37:53 +01001260F: hw/audio/asc.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001261F: hw/m68k/bootinfo.h
Laurent Vivier382d71a2020-12-20 12:26:09 +01001262F: include/standard-headers/asm-m68k/bootinfo.h
1263F: include/standard-headers/asm-m68k/bootinfo-mac.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001264F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001265F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001266F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +02001267F: include/hw/block/swim.h
Mark Cave-Aylanda8019222023-06-21 09:53:32 +01001268F: include/hw/m68k/q800.h
Mark Cave-Ayland8e093282023-06-21 09:53:36 +01001269F: include/hw/m68k/q800-glue.h
Mark Cave-Aylande2fd6952023-10-04 09:37:48 +01001270F: include/hw/misc/djmemc.h
Mark Cave-Aylandbdc2c772023-10-04 09:37:51 +01001271F: include/hw/misc/iosb.h
Mark Cave-Aylandac13a6b2023-10-04 09:37:53 +01001272F: include/hw/audio/asc.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001273
Laurent Viviere1cecdc2021-03-12 22:41:45 +01001274virt
1275M: Laurent Vivier <laurent@vivier.eu>
1276S: Maintained
1277F: hw/m68k/virt.c
1278F: hw/char/goldfish_tty.c
1279F: hw/intc/goldfish_pic.c
1280F: hw/intc/m68k_irqc.c
1281F: hw/misc/virt_ctrl.c
1282F: include/hw/char/goldfish_tty.h
1283F: include/hw/intc/goldfish_pic.h
1284F: include/hw/intc/m68k_irqc.h
1285F: include/hw/misc/virt_ctrl.h
1286
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001287MicroBlaze Machines
1288-------------------
1289petalogix_s3adsp1800
1290M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1291S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001292F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +01001293F: include/hw/char/xilinx_uartlite.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001294F: tests/avocado/machine_microblaze.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001295
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001296petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +01001297M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001298S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001299F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001300
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001301MIPS Machines
1302-------------
Philippe Mathieu-Daudéf44d1d42021-10-04 10:26:38 +02001303Overall MIPS Machines
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02001304M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudéf44d1d42021-10-04 10:26:38 +02001305S: Odd Fixes
1306F: configs/devices/mips*/*
1307F: hw/mips/
1308F: include/hw/mips/
1309
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001310Jazz
1311M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001312R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001313S: Maintained
Aleksandar Markovic52987222020-05-18 22:09:20 +02001314F: hw/mips/jazz.c
Thomas Huth740ee842023-09-29 16:09:35 +02001315F: hw/display/g364fb.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +01001316F: hw/display/jazz_led.c
1317F: hw/dma/rc4030.c
Thomas Huth740ee842023-09-29 16:09:35 +02001318F: hw/nvram/ds1225y.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001319
1320Malta
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02001321M: Philippe Mathieu-Daudé <philmd@linaro.org>
Aleksandar Markovic485cd982019-12-10 13:55:17 +01001322R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovicca263c02020-10-07 22:37:21 +02001323S: Odd Fixes
Aleksandar Markovic60041372019-12-10 13:55:18 +01001324F: hw/isa/piix4.c
1325F: hw/acpi/piix4.c
Aleksandar Markovic52987222020-05-18 22:09:20 +02001326F: hw/mips/malta.c
Philippe Mathieu-Daudéa7db7592023-01-13 09:20:12 +01001327F: hw/pci-host/gt64120.c
Aleksandar Markovic60041372019-12-10 13:55:18 +01001328F: include/hw/southbridge/piix.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001329F: tests/avocado/linux_ssh_mips_malta.py
1330F: tests/avocado/machine_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001331
1332Mipssim
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001333R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
John Snow4251dfb2020-10-30 11:34:16 -04001334S: Orphan
Aleksandar Markovic52987222020-05-18 22:09:20 +02001335F: hw/mips/mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001336F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001337
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001338Fuloong 2E
Huacai Chendab1e1e2020-12-05 17:22:01 +08001339M: Huacai Chen <chenhuacai@kernel.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02001340M: Philippe Mathieu-Daudé <philmd@linaro.org>
Huacai Chen97eeef82020-04-08 17:16:20 +08001341R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001342S: Odd Fixes
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001343F: hw/mips/fuloong2e.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001344F: hw/pci-host/bonito.c
Philippe Mathieu-Daudéaad07962023-01-05 13:48:08 +01001345F: include/hw/pci-host/bonito.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001346F: tests/avocado/machine_mips_fuloong2e.py
Yongbok Kim659f42d2017-03-10 15:32:32 +00001347
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02001348Loongson-3 virtual platforms
Huacai Chendab1e1e2020-12-05 17:22:01 +08001349M: Huacai Chen <chenhuacai@kernel.org>
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001350R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1351S: Maintained
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001352F: hw/intc/loongson_liointc.c
Huacai Chend2245e22020-10-16 14:51:58 +08001353F: hw/mips/loongson3_bootp.c
1354F: hw/mips/loongson3_bootp.h
Huacai Chenc76b4092020-04-27 17:33:14 +08001355F: hw/mips/loongson3_virt.c
Thomas Huthb5b47422023-10-17 17:33:45 +02001356F: include/hw/intc/loongson_liointc.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001357F: tests/avocado/machine_mips_loongson3v.py
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001358
Yongbok Kim659f42d2017-03-10 15:32:32 +00001359Boston
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001360M: Paul Burton <paulburton@kernel.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001361R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001362S: Odd Fixes
Yongbok Kim659f42d2017-03-10 15:32:32 +00001363F: hw/core/loader-fit.c
1364F: hw/mips/boston.c
1365F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001366F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001367
Jia Liu945dad62013-07-02 20:55:17 +08001368OpenRISC Machines
1369-----------------
1370or1k-sim
1371M: Jia Liu <proljc@gmail.com>
1372S: Maintained
Thomas Huth4db546d2022-12-12 18:48:41 +01001373F: docs/system/openrisc/or1k-sim.rst
Jia Liu945dad62013-07-02 20:55:17 +08001374F: hw/openrisc/openrisc_sim.c
1375
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001376PowerPC Machines
1377----------------
Cédric Le Goater1335caf2022-08-09 17:38:41 +02001378405 (ref405ep)
Andreas Färbera6c98682012-01-13 13:33:57 +00001379L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001380S: Orphan
Cédric Le Goater6d714462023-10-02 17:51:37 +02001381F: hw/ppc/ppc405*
1382F: tests/avocado/ppc_405.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001383
Andreas Färberaaade8d2012-08-22 05:48:47 +00001384Bamboo
Andreas Färberaaade8d2012-08-22 05:48:47 +00001385L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001386S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001387F: hw/ppc/ppc440_bamboo.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001388F: tests/avocado/ppc_bamboo.py
Andreas Färberaaade8d2012-08-22 05:48:47 +00001389
Andreas Färber98cded32012-08-22 05:48:45 +00001390e500
Andreas Färber98cded32012-08-22 05:48:45 +00001391L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001392S: Orphan
Thomas Huthce6fc612019-01-30 17:22:25 +01001393F: hw/ppc/e500*
Cédric Le Goaterab8e1af2023-10-02 17:51:39 +02001394F: hw/ppc/ppce500_spin.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001395F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001396F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001397F: hw/net/fsl_etsec/
1398F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001399F: include/hw/ppc/ppc_e500.h
1400F: include/hw/pci-host/ppce500.h
1401F: pc-bios/u-boot.e500
Thomas Huthb96a7482023-10-19 17:58:22 +02001402F: hw/intc/openpic_kvm.c
David Gibsonff8cdbb2021-09-21 13:34:35 +10001403F: include/hw/ppc/openpic_kvm.h
Cédric Le Goaterab8e1af2023-10-02 17:51:39 +02001404F: docs/system/ppc/ppce500.rst
Andreas Färber98cded32012-08-22 05:48:45 +00001405
1406mpc8544ds
Andreas Färber98cded32012-08-22 05:48:45 +00001407L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001408S: Orphan
Andreas Färber98cded32012-08-22 05:48:45 +00001409F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001410F: hw/ppc/mpc8544_guts.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001411F: tests/avocado/ppc_mpc8544ds.py
Andreas Färber98cded32012-08-22 05:48:45 +00001412
Thomas Huth2c6aba12019-01-02 16:57:56 +01001413New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001414M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Andreas Färbera6c98682012-01-13 13:33:57 +00001415L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001416S: Odd Fixes
Thomas Huthc5288762022-01-12 11:28:26 +01001417F: docs/system/ppc/powermac.rst
Andreas Färberbaec1912013-01-23 23:03:54 +00001418F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001419F: hw/pci-host/uninorth.c
1420F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001421F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001422F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001423F: hw/nvram/mac_nvram.c
Cédric Le Goater61985582023-10-02 17:51:41 +02001424F: hw/ppc/fw_cfg.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001425F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001426F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001427F: include/hw/misc/mos6522.h
BALATON Zoltan443f07b2022-10-28 13:56:27 +02001428F: include/hw/nvram/mac_nvram.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001429F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001430F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001431F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001432F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001433
Thomas Huth2c6aba12019-01-02 16:57:56 +01001434Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001435M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Andreas Färbera6c98682012-01-13 13:33:57 +00001436L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001437S: Odd Fixes
Thomas Huthc5288762022-01-12 11:28:26 +01001438F: docs/system/ppc/powermac.rst
Andreas Färberbaec1912013-01-23 23:03:54 +00001439F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001440F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001441F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001442F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001443F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001444F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001445F: include/hw/input/adb*
BALATON Zoltan87e5a4f2022-10-28 13:56:25 +02001446F: include/hw/pci-host/grackle.h
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001447F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001448
Andreas Färberec38d392011-11-01 00:03:07 +01001449PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001450M: Hervé Poussineau <hpoussin@reactos.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001451L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001452S: Maintained
Thomas Huthc5288762022-01-12 11:28:26 +01001453F: docs/system/ppc/prep.rst
Andreas Färber75610152013-01-26 20:41:58 +01001454F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001455F: hw/ppc/prep_systemio.c
1456F: hw/ppc/rs6000_mc.c
Philippe Mathieu-Daudé46fd3202021-04-16 18:18:58 +02001457F: hw/pci-host/raven.c
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001458F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001459F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001460F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001461F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001462F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001463F: include/hw/rtc/m48t59.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001464F: tests/avocado/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001465
Thomas Huthc5288762022-01-12 11:28:26 +01001466sPAPR (pseries)
Daniel Henrique Barboza0cbc34d2023-09-15 08:05:07 -03001467M: Nicholas Piggin <npiggin@gmail.com>
1468R: Daniel Henrique Barboza <danielhb413@gmail.com>
Cédric Le Goaterb0877572022-09-29 20:09:46 +02001469R: Cédric Le Goater <clg@kaod.org>
David Gibson14fe3222021-11-05 14:28:51 +11001470R: David Gibson <david@gibson.dropbear.id.au>
Harsh Prateek Borafcdae012023-05-03 15:06:19 +05301471R: Harsh Prateek Bora <harshpb@linux.ibm.com>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001472L: qemu-ppc@nongnu.org
Daniel Henrique Barboza2e93a902022-11-17 12:32:18 -03001473S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001474F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001475F: include/hw/*/spapr*
1476F: hw/*/xics*
1477F: include/hw/*/xics*
Cédric Le Goaterd79d9982023-10-02 17:51:40 +02001478F: include/hw/ppc/fdt.h
1479F: hw/ppc/fdt.c
1480F: include/hw/ppc/pef.h
1481F: hw/ppc/pef.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001482F: pc-bios/slof.bin
Thomas Huthc5288762022-01-12 11:28:26 +01001483F: docs/system/ppc/pseries.rst
1484F: docs/specs/ppc-spapr-*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001485F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001486F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001487F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001488F: tests/qtest/libqos/rtas*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001489F: tests/avocado/ppc_pseries.py
Andreas Färber8a269ca2012-08-22 05:48:44 +00001490
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001491PowerNV (Non-Virtualized)
1492M: Cédric Le Goater <clg@kaod.org>
Daniel Henrique Barboza0cbc34d2023-09-15 08:05:07 -03001493M: Nicholas Piggin <npiggin@gmail.com>
Cédric Le Goater602b88e2023-06-20 07:59:03 +02001494R: Frédéric Barrat <fbarrat@linux.ibm.com>
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001495L: qemu-ppc@nongnu.org
Cédric Le Goaterb0877572022-09-29 20:09:46 +02001496S: Odd Fixes
Thomas Huthc5288762022-01-12 11:28:26 +01001497F: docs/system/ppc/powernv.rst
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001498F: hw/ppc/pnv*
1499F: hw/intc/pnv*
1500F: hw/intc/xics_pnv.c
Markus Armbruster157ed952020-06-09 14:23:27 +02001501F: hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001502F: include/hw/ppc/pnv*
Markus Armbruster157ed952020-06-09 14:23:27 +02001503F: include/hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001504F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001505F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001506
Andreas Färber794d00b2012-08-22 05:48:48 +00001507virtex_ml507
1508M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1509L: qemu-ppc@nongnu.org
1510S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001511F: hw/ppc/virtex_ml507.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001512F: tests/avocado/ppc_virtex_ml507.py
Andreas Färber794d00b2012-08-22 05:48:48 +00001513
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001514sam460ex
1515M: BALATON Zoltan <balaton@eik.bme.hu>
1516L: qemu-ppc@nongnu.org
1517S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001518F: hw/ppc/sam460ex.c
Philippe Mathieu-Daudéb3e12162023-10-11 16:07:20 +02001519F: hw/ppc/ppc440_uc.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001520F: hw/ppc/ppc440_pcix.c
1521F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001522F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001523F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001524F: pc-bios/canyonlands.dt[sb]
1525F: pc-bios/u-boot-sam460ex-20100605.bin
1526F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001527
BALATON Zoltanba7e5ac2021-03-25 14:50:39 +01001528pegasos2
1529M: BALATON Zoltan <balaton@eik.bme.hu>
BALATON Zoltanba7e5ac2021-03-25 14:50:39 +01001530L: qemu-ppc@nongnu.org
1531S: Maintained
1532F: hw/ppc/pegasos2.c
1533F: hw/pci-host/mv64361.c
1534F: hw/pci-host/mv643xx.h
1535F: include/hw/pci-host/mv64361.h
1536
Alexey Kardashevskiyfc8c7452021-06-25 15:51:55 +10001537Virtual Open Firmware (VOF)
1538M: Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Kardashevskiy21bde1e2021-07-08 16:56:25 +10001539R: David Gibson <david@gibson.dropbear.id.au>
Alexey Kardashevskiyfc8c7452021-06-25 15:51:55 +10001540L: qemu-ppc@nongnu.org
Daniel Henrique Barboza0cbc34d2023-09-15 08:05:07 -03001541S: Odd Fixes
Alexey Kardashevskiyfc8c7452021-06-25 15:51:55 +10001542F: hw/ppc/spapr_vof*
1543F: hw/ppc/vof*
1544F: include/hw/ppc/vof*
1545F: pc-bios/vof/*
1546F: pc-bios/vof*
1547
Alistair Francisfe0fe472020-04-23 11:30:50 -07001548RISC-V Machines
1549---------------
1550OpenTitan
1551M: Alistair Francis <Alistair.Francis@wdc.com>
1552L: qemu-riscv@nongnu.org
1553S: Supported
1554F: hw/riscv/opentitan.c
Alistair Francisdf41cbd2021-06-18 17:27:54 +10001555F: hw/*/ibex_*.c
Alistair Francisfe0fe472020-04-23 11:30:50 -07001556F: include/hw/riscv/opentitan.h
Alistair Francisdf41cbd2021-06-18 17:27:54 +10001557F: include/hw/*/ibex_*.h
Alistair Francisfe0fe472020-04-23 11:30:50 -07001558
Bin Meng56f6e312020-09-01 09:38:59 +08001559Microchip PolarFire SoC Icicle Kit
1560M: Bin Meng <bin.meng@windriver.com>
1561L: qemu-riscv@nongnu.org
1562S: Supported
Thomas Huth5d0ce902023-09-29 14:37:27 +02001563F: docs/system/riscv/microchip-icicle-kit.rst
Bin Meng56f6e312020-09-01 09:38:59 +08001564F: hw/riscv/microchip_pfsoc.c
Bin Menga8fb0a52020-09-01 09:39:00 +08001565F: hw/char/mchp_pfsoc_mmuart.c
Bin Meng3400b152020-10-28 13:30:02 +08001566F: hw/misc/mchp_pfsoc_dmc.c
Bin Menga937b302020-10-28 13:30:04 +08001567F: hw/misc/mchp_pfsoc_ioscb.c
Bin Meng0f250652020-10-28 13:30:06 +08001568F: hw/misc/mchp_pfsoc_sysreg.c
Bin Meng56f6e312020-09-01 09:38:59 +08001569F: include/hw/riscv/microchip_pfsoc.h
Bin Menga8fb0a52020-09-01 09:39:00 +08001570F: include/hw/char/mchp_pfsoc_mmuart.h
Bin Meng3400b152020-10-28 13:30:02 +08001571F: include/hw/misc/mchp_pfsoc_dmc.h
Bin Menga937b302020-10-28 13:30:04 +08001572F: include/hw/misc/mchp_pfsoc_ioscb.h
Bin Meng0f250652020-10-28 13:30:06 +08001573F: include/hw/misc/mchp_pfsoc_sysreg.h
Bin Meng56f6e312020-09-01 09:38:59 +08001574
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301575Shakti C class SoC
1576M: Vijai Kumar K <vijai@behindbytes.com>
1577L: qemu-riscv@nongnu.org
1578S: Supported
Thomas Huth5d0ce902023-09-29 14:37:27 +02001579F: docs/system/riscv/shakti-c.rst
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301580F: hw/riscv/shakti_c.c
Vijai Kumar K07f334d2021-04-01 23:44:56 +05301581F: hw/char/shakti_uart.c
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301582F: include/hw/riscv/shakti_c.h
Vijai Kumar K07f334d2021-04-01 23:44:56 +05301583F: include/hw/char/shakti_uart.h
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301584
Alistair Francis4fcad932021-02-08 18:11:27 -08001585SiFive Machines
1586M: Alistair Francis <Alistair.Francis@wdc.com>
1587M: Bin Meng <bin.meng@windriver.com>
1588M: Palmer Dabbelt <palmer@dabbelt.com>
1589L: qemu-riscv@nongnu.org
1590S: Supported
Thomas Huth5d0ce902023-09-29 14:37:27 +02001591F: docs/system/riscv/sifive_u.rst
Alistair Francis4fcad932021-02-08 18:11:27 -08001592F: hw/*/*sifive*.c
1593F: include/hw/*/*sifive*.h
1594
Yoshinori Satobda19d72019-01-21 22:16:00 +09001595RX Machines
1596-----------
1597rx-gdbsim
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01001598R: Yoshinori Sato <ysato@users.sourceforge.jp>
1599S: Orphan
Yoshinori Sato4adbfa42020-01-23 22:25:25 +09001600F: docs/system/target-rx.rst
Yoshinori Satobda19d72019-01-21 22:16:00 +09001601F: hw/rx/rx-gdbsim.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001602F: tests/avocado/machine_rx_gdbsim.py
Yoshinori Satobda19d72019-01-21 22:16:00 +09001603
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001604SH4 Machines
1605------------
1606R2D
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001607R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001608R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01001609S: Odd Fixes
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001610F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001611F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001612F: hw/intc/sh_intc.c
Philippe Mathieu-Daudéc64bd102021-02-21 19:56:35 +01001613F: hw/pci-host/sh_pci.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001614F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001615F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001616
1617Shix
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001618R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001619R: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001620S: Odd Fixes
Philippe Mathieu-Daudé475e70b2021-02-21 19:55:22 +01001621F: hw/block/tc58128.c
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001622F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001623F: hw/sh4/shix.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001624F: hw/intc/sh_intc.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001625F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001626F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001627
1628SPARC Machines
1629--------------
1630Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001631M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001632S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001633F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001634F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001635F: hw/display/cg3.c
1636F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001637F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001638F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001639F: hw/*/slavio_*.c
1640F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001641F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001642F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001643F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001644
1645Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001646M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001647S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001648F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001649F: hw/sparc64/sun4u_iommu.c
1650F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001651F: hw/pci-host/sabre.c
1652F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001653F: hw/pci-bridge/simba.c
1654F: include/hw/pci-bridge/simba.h
1655F: pc-bios/openbios-sparc64
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001656F: tests/avocado/machine_sparc64_sun4u.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001657
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001658Sun4v
1659M: Artyom Tarasenko <atar4qemu@gmail.com>
1660S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001661F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001662F: hw/rtc/sun4v-rtc.c
1663F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001664
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001665Leon3
1666M: Fabien Chouteau <chouteau@adacore.com>
Frederic Konrad034e0502022-04-01 15:35:49 +01001667M: Frederic Konrad <konrad.frederic@yahoo.fr>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001668S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001669F: hw/sparc/leon3.c
1670F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001671F: include/hw/*/grlib*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001672F: tests/avocado/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001673
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001674S390 Machines
1675-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001676S390 Virtio-ccw
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001677M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraeger2c092952021-11-26 11:24:49 +01001678M: Christian Borntraeger <borntraeger@linux.ibm.com>
Eric Farman6a6d3df2022-01-12 17:40:44 +01001679M: Eric Farman <farman@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001680S: Supported
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001681F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001682F: include/hw/s390x/
Alex Bennée812b31d2021-07-07 14:17:43 +01001683F: configs/devices/s390x-softmmu/default.mak
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001684F: tests/avocado/machine_s390_ccw_virtio.py
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001685T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001686L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001687
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001688S390-ccw boot
Christian Borntraeger2c092952021-11-26 11:24:49 +01001689M: Christian Borntraeger <borntraeger@linux.ibm.com>
Cornelia Huck304584b2018-01-15 16:14:45 +01001690M: Thomas Huth <thuth@redhat.com>
1691S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001692F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001693F: pc-bios/s390-ccw/
1694F: pc-bios/s390-ccw.img
Cornelia Huckcc3d15a2020-01-28 13:24:14 +01001695F: docs/devel/s390-dasd-ipl.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001696T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001697L: qemu-s390x@nongnu.org
1698
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001699S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001700M: Matthew Rosato <mjrosato@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001701M: Eric Farman <farman@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001702S: Supported
1703F: hw/s390x/s390-pci*
Matthew Rosato408b55d2020-10-26 11:34:31 -04001704F: include/hw/s390x/s390-pci*
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001705L: qemu-s390x@nongnu.org
1706
Cornelia Huck56e34832021-12-22 11:55:48 +01001707S390 channel subsystem
1708M: Halil Pasic <pasic@linux.ibm.com>
1709M: Christian Borntraeger <borntraeger@linux.ibm.com>
Eric Farman6a6d3df2022-01-12 17:40:44 +01001710M: Eric Farman <farman@linux.ibm.com>
Cornelia Huck56e34832021-12-22 11:55:48 +01001711S: Supported
1712F: hw/s390x/ccw-device.[ch]
1713F: hw/s390x/css.c
1714F: hw/s390x/css-bridge.c
1715F: include/hw/s390x/css.h
1716F: include/hw/s390x/css-bridge.h
1717F: include/hw/s390x/ioinst.h
1718F: target/s390x/ioinst.c
1719L: qemu-s390x@nongnu.org
1720
1721S390 CPU models
1722M: David Hildenbrand <david@redhat.com>
1723S: Maintained
1724F: target/s390x/cpu_features*.[ch]
1725F: target/s390x/cpu_models.[ch]
1726L: qemu-s390x@nongnu.org
1727
1728S390 SCLP-backed devices
1729M: Halil Pasic <pasic@linux.ibm.com>
1730M: Christian Borntraeger <borntraeger@linux.ibm.com>
1731S: Supported
1732F: include/hw/s390x/event-facility.h
1733F: include/hw/s390x/sclp.h
1734F: hw/char/sclp*.[hc]
1735F: hw/s390x/event-facility.c
1736F: hw/s390x/sclp*.c
1737L: qemu-s390x@nongnu.org
1738
Pierre Morelc809bbc2023-10-16 20:39:07 +02001739S390 CPU topology
1740M: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
1741S: Supported
1742F: include/hw/s390x/cpu-topology.h
1743F: hw/s390x/cpu-topology.c
Pierre Morelf4f54b52023-10-16 20:39:08 +02001744F: target/s390x/kvm/stsi-topology.c
Pierre Morel0d177cd2023-10-16 20:39:18 +02001745F: docs/devel/s390-cpu-topology.rst
1746F: docs/system/s390x/cpu-topology.rst
Pierre Morele5bc49d2023-10-16 20:39:19 +02001747F: tests/avocado/s390_topology.py
Pierre Morelc809bbc2023-10-16 20:39:07 +02001748
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001749X86 Machines
1750------------
1751PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001752M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001753M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001754S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001755F: include/hw/i386/
1756F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001757F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001758F: hw/pci-host/q35.c
1759F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001760F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001761F: include/hw/pci-host/q35.h
1762F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001763F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001764F: hw/isa/lpc_ich9.c
1765F: hw/i2c/smbus_ich9.c
1766F: hw/acpi/piix4.c
Philippe Mathieu-Daudéfbae27e2022-12-12 11:51:15 +01001767F: hw/acpi/ich9*.c
1768F: include/hw/acpi/ich9*.h
Bernhard Beschow1a6981b2023-02-13 18:30:33 +01001769F: include/hw/southbridge/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001770F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001771F: hw/isa/apm.c
1772F: include/hw/isa/apm.h
Thomas Huthda668aa2021-03-10 07:33:14 +01001773F: tests/unit/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001774F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001775
1776PC Chipset
1777M: Michael S. Tsirkin <mst@redhat.com>
1778M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001779S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001780F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001781F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001782F: hw/char/serial*
1783F: hw/dma/i8257*
1784F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001785F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001786F: hw/intc/apic*
1787F: hw/intc/ioapic*
1788F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001789F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001790F: hw/misc/debugexit.c
1791F: hw/misc/pc-testdev.c
1792F: hw/timer/hpet*
1793F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001794F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001795F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001796F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001797F: include/hw/display/vga.h
Bernhard Beschow9cc44d92023-06-12 10:12:38 +02001798F: include/hw/char/parallel*.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001799F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001800F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001801F: include/hw/input/i8042.h
Bernhard Beschow7f546402023-02-13 18:30:31 +01001802F: include/hw/intc/ioapic*
Thomas Huth63458972023-10-17 17:26:25 +02001803F: include/hw/intc/i8259.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001804F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001805F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001806F: include/hw/timer/hpet.h
1807F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001808F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001809
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001810microvm
1811M: Sergio Lopez <slp@redhat.com>
1812M: Paolo Bonzini <pbonzini@redhat.com>
1813S: Maintained
Alex Bennée0b09d442021-10-12 16:14:47 +01001814F: docs/system/i386/microvm.rst
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001815F: hw/i386/microvm.c
1816F: include/hw/i386/microvm.h
1817F: pc-bios/bios-microvm.bin
1818
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001819Machine core
Eduardo Habkost24c4cd12021-11-30 15:47:22 -05001820M: Eduardo Habkost <eduardo@habkost.net>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001821M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02001822R: Philippe Mathieu-Daudé <philmd@linaro.org>
Yanan Wangda7595c2021-12-28 17:22:14 +08001823R: Yanan Wang <wangyanan55@huawei.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001824S: Supported
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001825F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001826F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001827F: hw/core/machine.c
Yanan Wang86ce2d22021-10-26 11:46:58 +08001828F: hw/core/machine-smp.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001829F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001830F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001831F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001832F: qapi/machine.json
Pierre Morel5de1aff2023-10-16 20:39:06 +02001833F: qapi/machine-common.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001834F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001835F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001836F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001837F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001838F: include/sysemu/numa.h
Yanan Wang9e8e3932021-10-26 11:46:59 +08001839F: tests/unit/test-smp-parse.c
Eduardo Habkostf953c102020-12-14 16:20:32 -05001840T: git https://gitlab.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001841
Max Filippov16e7caa2011-09-06 03:55:56 +04001842Xtensa Machines
1843---------------
Max Filippov375847a2011-10-28 02:11:05 +04001844sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001845M: Max Filippov <jcmvbkbc@gmail.com>
1846S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001847F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001848
Max Filippovd9e85532018-09-10 16:33:24 -07001849virt
1850M: Max Filippov <jcmvbkbc@gmail.com>
1851S: Maintained
1852F: hw/xtensa/virt.c
1853
Max Filippov437a8c12014-10-22 07:25:42 +04001854XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001855M: Max Filippov <jcmvbkbc@gmail.com>
1856S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001857F: hw/xtensa/xtfpga.c
1858F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001859
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001860Devices
1861-------
Philippe Mathieu-Daudéa8f4aee2021-08-16 21:10:12 +02001862Overall Audio frontends
1863M: Gerd Hoffmann <kraxel@redhat.com>
1864S: Odd Fixes
1865F: hw/audio/
1866F: include/hw/audio/
1867F: tests/qtest/ac97-test.c
1868F: tests/qtest/es1370-test.c
1869F: tests/qtest/intel-hda-test.c
1870F: tests/qtest/fuzz-sb16-test.c
1871
Vikram Garhwald36d7112020-11-18 11:48:46 -08001872Xilinx CAN
Vikram Garhwal32bd99d2022-11-14 15:10:57 +00001873M: Vikram Garhwal <vikram.garhwal@amd.com>
1874M: Francisco Iglesias <francisco.iglesias@amd.com>
Vikram Garhwald36d7112020-11-18 11:48:46 -08001875S: Maintained
1876F: hw/net/can/xlnx-*
1877F: include/hw/net/xlnx-*
Vikram Garhwal1d2a6022023-06-06 10:19:31 +01001878F: tests/qtest/xlnx-can*-test*
Vikram Garhwald36d7112020-11-18 11:48:46 -08001879
Jiri Slabyb30934c2015-01-21 17:48:33 +01001880EDU
1881M: Jiri Slaby <jslaby@suse.cz>
1882S: Maintained
1883F: hw/misc/edu.c
1884
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001885IDE
John Snowc0953482015-03-04 23:37:55 -05001886M: John Snow <jsnow@redhat.com>
1887L: qemu-block@nongnu.org
John Snow1b0477a2023-02-06 13:25:44 -05001888S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001889F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001890F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001891F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001892F: hw/block/block.c
1893F: hw/block/cdrom.c
1894F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001895F: tests/qtest/ide-test.c
1896F: tests/qtest/ahci-test.c
1897F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001898F: tests/qtest/libqos/ahci*
John Snow77582e22020-10-01 12:24:01 -04001899T: git https://gitlab.com/jsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001900
Corey Minyardcaf316b2017-12-07 14:55:31 -06001901IPMI
1902M: Corey Minyard <minyard@acm.org>
1903S: Maintained
1904F: include/hw/ipmi/*
1905F: hw/ipmi/*
1906F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001907F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001908T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001909
John Snowc0953482015-03-04 23:37:55 -05001910Floppy
1911M: John Snow <jsnow@redhat.com>
1912L: qemu-block@nongnu.org
John Snow1b0477a2023-02-06 13:25:44 -05001913S: Odd Fixes
John Snowc0953482015-03-04 23:37:55 -05001914F: hw/block/fdc.c
Philippe Mathieu-Daudé5a5d2f32021-06-14 21:32:17 +02001915F: hw/block/fdc-internal.h
Philippe Mathieu-Daudé72ea60e2021-06-14 21:32:18 +02001916F: hw/block/fdc-isa.c
Philippe Mathieu-Daudé14307592021-06-14 21:32:19 +02001917F: hw/block/fdc-sysbus.c
John Snowc0953482015-03-04 23:37:55 -05001918F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001919F: tests/qtest/fdc-test.c
John Snow77582e22020-10-01 12:24:01 -04001920T: git https://gitlab.com/jsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001921
Maciej S. Szmigieroee344762021-11-20 19:41:58 +01001922Hyper-V VMBus
1923M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1924S: Odd Fixes
1925F: hw/hyperv/vmbus.c
1926F: include/hw/hyperv/vmbus*.h
1927
Peter Maydellf5f487b2011-09-17 17:26:15 +01001928OMAP
1929M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001930L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001931S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001932F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001933F: include/hw/arm/omap.h
Philippe Mathieu-Daudé66278f82020-11-20 16:45:45 +01001934F: docs/system/arm/sx1.rst
Peter Maydellf5f487b2011-09-17 17:26:15 +01001935
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001936IPack
1937M: Alberto Garcia <berto@igalia.com>
1938S: Odd Fixes
1939F: hw/char/ipoctal232.c
1940F: hw/ipack/
1941
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001942PCI
1943M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001944M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001945S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001946F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001947F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001948F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001949F: hw/pci-bridge/*
Philippe Mathieu-Daudé61c7f982020-09-13 21:53:48 +02001950F: qapi/pci.json
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001951F: docs/pci*
1952F: docs/specs/*pci*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001953
Huai-Cheng Kuo5fb52f62022-10-14 16:10:41 +01001954PCIE DOE
1955M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1956M: Chris Browy <cbrowy@avery-design.com>
1957S: Supported
1958F: include/hw/pci/pcie_doe.h
1959F: hw/pci/pcie_doe.c
1960
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001961ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001962M: Michael S. Tsirkin <mst@redhat.com>
1963M: Igor Mammedov <imammedo@redhat.com>
Ani Sinha104593c2023-03-29 09:38:34 +05301964R: Ani Sinha <anisinha@redhat.com>
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001965S: Supported
1966F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001967F: include/hw/firmware/smbios.h
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001968F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001969F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001970F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001971F: hw/arm/virt-acpi-build.c
Philippe Mathieu-Daudé27c91882020-09-13 21:53:47 +02001972F: qapi/acpi.json
Thomas Huthb963ea12020-06-07 07:20:22 +02001973F: tests/qtest/bios-tables-test*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001974F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001975F: tests/data/acpi/
Peter Maydellfcc6f732021-07-27 18:04:14 +01001976F: docs/specs/acpi_cpu_hotplug.rst
1977F: docs/specs/acpi_mem_hotplug.rst
David Hildenbrand2fcd0052022-06-17 14:31:51 +02001978F: docs/specs/acpi_nvdimm.rst
Peter Maydellfcc6f732021-07-27 18:04:14 +01001979F: docs/specs/acpi_pci_hotplug.rst
1980F: docs/specs/acpi_hw_reduced_hotplug.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001981
Sunil V L47fc3402023-03-02 14:42:12 +05301982ARM ACPI Subsystem
1983M: Shannon Zhao <shannon.zhaosl@gmail.com>
1984L: qemu-arm@nongnu.org
1985S: Maintained
1986F: hw/arm/virt-acpi-build.c
1987
1988RISC-V ACPI Subsystem
1989M: Sunil V L <sunilvl@ventanamicro.com>
1990L: qemu-riscv@nongnu.org
1991S: Maintained
1992F: hw/riscv/virt-acpi-build.c
1993
Ani Sinhad1355362021-12-13 10:29:24 +05301994ACPI/VIOT
1995M: Jean-Philippe Brucker <jean-philippe@linaro.org>
Ani Sinhad1355362021-12-13 10:29:24 +05301996S: Supported
1997F: hw/acpi/viot.c
1998F: hw/acpi/viot.h
1999
Ani Sinha76f831d2022-10-21 15:21:08 +05302000ACPI/AVOCADO/BIOSBITS
Ani Sinha607a0792023-03-20 17:12:33 +05302001M: Ani Sinha <anisinha@redhat.com>
Ani Sinha242a58c2022-11-11 20:41:38 +05302002M: Michael S. Tsirkin <mst@redhat.com>
Ani Sinha76f831d2022-10-21 15:21:08 +05302003S: Supported
2004F: tests/avocado/acpi-bits/*
2005F: tests/avocado/acpi-bits.py
2006F: docs/devel/acpi-bits.rst
2007
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08002008ACPI/HEST/GHES
Dongjiu Gengd6eed462021-03-11 19:29:04 +08002009R: Dongjiu Geng <gengdongjiu1@gmail.com>
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08002010L: qemu-arm@nongnu.org
2011S: Maintained
2012F: hw/acpi/ghes.c
2013F: include/hw/acpi/ghes.h
2014F: docs/specs/acpi_hest_ghes.rst
2015
Andreas Färberaaade8d2012-08-22 05:48:47 +00002016ppc4xx
Andreas Färberaaade8d2012-08-22 05:48:47 +00002017L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10002018S: Orphan
Cédric Le Goatere20dbe52023-10-02 17:51:38 +02002019F: hw/ppc/ppc4xx*.c
2020F: hw/ppc/ppc440_uc.c
2021F: hw/ppc/ppc440.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03002022F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02002023F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03002024F: include/hw/i2c/ppc4xx_i2c.h
Peter Maydell34d08312020-12-12 00:15:31 +00002025F: hw/intc/ppc-uic.c
2026F: include/hw/intc/ppc-uic.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00002027
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002028Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002029M: Marc-André Lureau <marcandre.lureau@redhat.com>
2030R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002031S: Odd Fixes
2032F: hw/char/
Thomas Huth63fc0722023-09-29 14:44:39 +02002033F: include/hw/char/
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002034
Paolo Bonzinif536f112015-09-22 11:40:00 +02002035Network devices
2036M: Jason Wang <jasowang@redhat.com>
2037S: Odd Fixes
2038F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03002039F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002040F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01002041F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002042T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02002043
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02002044Parallel NOR Flash devices
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002045M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02002046T: git https://gitlab.com/philmd/qemu.git pflash-next
2047S: Maintained
2048F: hw/block/pflash_cfi*.c
2049F: include/hw/block/flash.h
2050
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002051SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01002052M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002053R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01002054S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02002055F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002056F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002057F: tests/qtest/virtio-scsi-test.c
Philippe Mathieu-Daudéb43957d2021-01-26 12:16:38 +01002058F: tests/qtest/fuzz-virtio-scsi-test.c
Mark Cave-Aylandce94fa72021-04-07 20:58:01 +01002059F: tests/qtest/am53c974-test.c
Philippe Mathieu-Daudéaa629762021-11-23 12:17:32 +01002060F: tests/qtest/fuzz-lsi53c895a-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002061T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01002062
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10002063SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00002064M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10002065S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002066F: hw/ssi/*
Cédric Le Goater2389bcc2022-10-24 11:20:15 +02002067F: hw/block/m25p80*
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03002068F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01002069X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002070F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01002071
2072Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00002073M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01002074S: Maintained
2075F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10002076
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00002077SD (Secure Card)
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002078M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé3e0a7692021-02-16 14:26:11 +01002079M: Bin Meng <bin.meng@windriver.com>
Philippe Mathieu-Daudéba412472020-06-05 06:56:38 +02002080L: qemu-block@nongnu.org
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00002081S: Odd Fixes
2082F: include/hw/sd/sd*
2083F: hw/sd/core.c
2084F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02002085F: hw/sd/ssi-sd.c
Philippe Mathieu-Daudé59b63d72021-06-29 10:09:28 +02002086F: tests/qtest/fuzz-sdcard-test.c
2087F: tests/qtest/sdhci-test.c
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00002088
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002089USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01002090M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmanncd02c962021-08-10 10:34:48 +02002091S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002092F: hw/usb/*
Philippe Mathieu-Daudé9c3c8342021-04-25 00:41:10 +02002093F: stubs/usb-dev-stub.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002094F: tests/qtest/usb-*-test.c
Peter Maydell2a49e4e2021-07-28 15:14:54 +01002095F: docs/system/devices/usb.rst
Thomas Huthbeded0f2016-02-25 10:36:05 +01002096F: include/hw/usb.h
2097F: include/hw/usb/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002098
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002099USB (serial adapter)
Gerd Hoffmanncd02c962021-08-10 10:34:48 +02002100R: Gerd Hoffmann <kraxel@redhat.com>
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002101M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2102S: Maintained
2103F: hw/usb/dev-serial.c
2104
Alex Williamson92e1fb52012-09-26 11:19:39 -06002105VFIO
2106M: Alex Williamson <alex.williamson@redhat.com>
Alex Williamson2696da62023-06-28 11:29:32 -06002107M: Cédric Le Goater <clg@redhat.com>
Alex Williamson92e1fb52012-09-26 11:19:39 -06002108S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07002109F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07002110F: include/hw/vfio/
Philippe Mathieu-Daudé4e779bf2021-02-02 16:56:11 +01002111F: docs/igd-assign.txt
Tarun Gupta2a578132021-04-18 17:52:51 +05302112F: docs/devel/vfio-migration.rst
Alex Williamson92e1fb52012-09-26 11:19:39 -06002113
Dong Jia Shi5eb74552017-05-17 02:48:13 +02002114vfio-ccw
Christian Borntraeger79139382018-10-29 16:42:22 +01002115M: Eric Farman <farman@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04002116M: Matthew Rosato <mjrosato@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02002117S: Supported
2118F: hw/vfio/ccw.c
2119F: hw/s390x/s390-ccw.c
2120F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04002121F: include/hw/s390x/vfio-ccw.h
Cornelia Huck146bd282017-10-05 17:05:23 +02002122L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02002123
Tony Krowiaka51b3152018-10-10 13:03:06 -04002124vfio-ap
Tony Krowiaka51b3152018-10-10 13:03:06 -04002125M: Tony Krowiak <akrowiak@linux.ibm.com>
2126M: Halil Pasic <pasic@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04002127M: Jason Herne <jjherne@linux.ibm.com>
Tony Krowiaka51b3152018-10-10 13:03:06 -04002128S: Supported
2129F: hw/s390x/ap-device.c
2130F: hw/s390x/ap-bridge.c
2131F: include/hw/s390x/ap-device.h
2132F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04002133F: hw/vfio/ap.c
Cornelia Huckf58f0842020-03-18 11:39:40 +01002134F: docs/system/s390x/vfio-ap.rst
Tony Krowiaka51b3152018-10-10 13:03:06 -04002135L: qemu-s390x@nongnu.org
2136
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002137vhost
2138M: Michael S. Tsirkin <mst@redhat.com>
2139S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002140F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01002141F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01002142F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01002143F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02002144F: backends/vhost-user.c
2145F: include/sysemu/vhost-user-backend.h
Stefan Weil viaec09f222022-11-26 16:25:06 +01002146F: subprojects/libvhost-user/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002147
Eugenio Pérez2b6fc0b2023-03-31 17:04:10 +02002148vhost-shadow-virtqueue
2149R: Eugenio Pérez <eperezma@redhat.com>
2150F: hw/virtio/vhost-shadow-virtqueue.*
2151
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002152virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02002153M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002154S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002155F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02002156F: hw/virtio/Makefile.objs
2157F: hw/virtio/trace-events
Markus Armbruster3b311252022-10-20 14:04:58 +02002158F: qapi/virtio.json
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02002159F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01002160F: include/hw/virtio/
Thomas Huth4db546d2022-12-12 18:48:41 +01002161F: docs/devel/virtio*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002162
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01002163virtio-balloon
2164M: Michael S. Tsirkin <mst@redhat.com>
2165M: David Hildenbrand <david@redhat.com>
2166S: Maintained
Thomas Huth14dc58e2022-01-05 12:52:45 +01002167F: docs/interop/virtio-balloon-stats.rst
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01002168F: hw/virtio/virtio-balloon*.c
2169F: include/hw/virtio/virtio-balloon.h
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02002170F: system/balloon.c
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01002171F: include/sysemu/balloon.h
2172
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002173virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02002174M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck233982a2020-05-14 08:06:43 +02002175M: Christian Schoenebeck <qemu_oss@crudebyte.com>
Christian Schoenebeck3548fa02023-07-03 16:34:17 +02002176S: Maintained
Christian Schoenebeck6f569082021-05-06 15:12:23 +02002177W: https://wiki.qemu.org/Documentation/9p
Andreas Färberaebeca22012-04-13 17:19:12 +02002178F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02002179X: hw/9pfs/xen-9p*
Christian Schoenebeck71d72ec2023-06-26 13:49:06 +02002180X: hw/9pfs/9p-proxy*
Andreas Färberaebeca22012-04-13 17:19:12 +02002181F: fsdev/
Christian Schoenebeck71d72ec2023-06-26 13:49:06 +02002182X: fsdev/virtfs-proxy-helper.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002183F: tests/qtest/virtio-9p-test.c
Christian Schoenebeck818e42f2022-11-28 18:12:04 +01002184F: tests/qtest/libqos/virtio-9p*
Greg Kurz1a001952021-01-15 14:42:24 +01002185T: git https://gitlab.com/gkurz/qemu.git 9p-next
Christian Schoenebeck90225f92021-01-30 15:39:14 +01002186T: git https://github.com/cschoenebeck/qemu.git 9p.next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002187
Christian Schoenebeck71d72ec2023-06-26 13:49:06 +02002188virtio-9p-proxy
2189F: hw/9pfs/9p-proxy*
2190F: fsdev/virtfs-proxy-helper.c
2191F: docs/tools/virtfs-proxy-helper.rst
2192S: Obsolete
2193
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002194virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01002195M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01002196L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002197S: Supported
Daniil Tatianind9cf55a2022-09-06 10:31:08 +03002198F: hw/block/virtio-blk-common.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002199F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01002200F: hw/block/dataplane/*
Daniil Tatianind9cf55a2022-09-06 10:31:08 +03002201F: include/hw/virtio/virtio-blk-common.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002202F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002203T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002204
Cornelia Huckdd4ad642013-03-05 02:22:01 +00002205virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02002206M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01002207M: Halil Pasic <pasic@linux.ibm.com>
Eric Farman6a6d3df2022-01-12 17:40:44 +01002208M: Eric Farman <farman@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00002209S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02002210F: hw/s390x/virtio-ccw*.[hc]
Eric Farman117d7942022-05-25 16:58:14 +02002211F: hw/s390x/vhost-*-ccw.c
Cornelia Huck99eaf132020-12-14 14:26:28 +01002212T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002213T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02002214L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00002215
Albert Estevefaefdba2023-10-02 08:57:04 +02002216virtio-dmabuf
2217M: Albert Esteve <aesteve@redhat.com>
2218S: Supported
2219F: hw/display/virtio-dmabuf.c
2220F: include/hw/virtio/virtio-dmabuf.h
2221F: tests/unit/test-virtio-dmabuf.c
2222
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01002223virtiofs
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01002224M: Stefan Hajnoczi <stefanha@redhat.com>
2225S: Supported
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01002226F: hw/virtio/vhost-user-fs*
2227F: include/hw/virtio/vhost-user-fs.h
Connor Kuehl09c8d9e2021-03-18 10:41:57 -05002228L: virtio-fs@redhat.com
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01002229
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02002230virtio-input
2231M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann1e2edb92021-08-10 10:34:49 +02002232S: Odd Fixes
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02002233F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02002234F: hw/input/virtio-input*.c
2235F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02002236F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02002237
Eric Augerc1dee912020-02-14 14:27:45 +01002238virtio-iommu
2239M: Eric Auger <eric.auger@redhat.com>
2240S: Maintained
2241F: hw/virtio/virtio-iommu*.c
2242F: include/hw/virtio/virtio-iommu.h
2243
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002244virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02002245M: Laurent Vivier <lvivier@redhat.com>
2246R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002247S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002248F: hw/char/virtio-serial-bus.c
2249F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05302250F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002251F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002252
Amit Shah1f51a5c2014-11-18 18:01:26 +05302253virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02002254M: Laurent Vivier <lvivier@redhat.com>
2255R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05302256S: Supported
2257F: hw/virtio/virtio-rng.c
2258F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01002259F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05302260F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002261F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05302262
Mathieu Poiriere3e01462021-06-14 14:28:42 -06002263vhost-user-rng
2264M: Mathieu Poirier <mathieu.poirier@linaro.org>
2265S: Supported
Thomas Huth4db546d2022-12-12 18:48:41 +01002266F: docs/system/devices/vhost-user-rng.rst
Mathieu Poiriere3e01462021-06-14 14:28:42 -06002267F: hw/virtio/vhost-user-rng.c
2268F: hw/virtio/vhost-user-rng-pci.c
2269F: include/hw/virtio/vhost-user-rng.h
2270F: tools/vhost-user-rng/*
2271
Viresh Kumar27ba7b02022-08-02 10:50:00 +01002272vhost-user-gpio
2273M: Alex Bennée <alex.bennee@linaro.org>
2274R: Viresh Kumar <viresh.kumar@linaro.org>
2275S: Maintained
Viresh Kumar25c60a42022-08-02 10:50:01 +01002276F: hw/virtio/vhost-user-gpio*
Viresh Kumar27ba7b02022-08-02 10:50:00 +01002277F: include/hw/virtio/vhost-user-gpio.h
Alex Bennée8fcfc822022-08-02 10:50:10 +01002278F: tests/qtest/libqos/virtio-gpio.*
Viresh Kumar27ba7b02022-08-02 10:50:00 +01002279
Milan Zamazala5dab092023-06-28 12:05:22 +02002280vhost-user-scmi
2281R: mzamazal@redhat.com
2282S: Supported
2283F: hw/virtio/vhost-user-scmi*
2284F: include/hw/virtio/vhost-user-scmi.h
Milan Zamazalb6f53ae2023-06-28 12:05:24 +02002285F: tests/qtest/libqos/virtio-scmi.*
Milan Zamazala5dab092023-06-28 12:05:22 +02002286
Gonglei60340112016-10-28 16:33:31 +08002287virtio-crypto
2288M: Gonglei <arei.gonglei@huawei.com>
2289S: Supported
2290F: hw/virtio/virtio-crypto.c
2291F: hw/virtio/virtio-crypto-pci.c
2292F: include/hw/virtio/virtio-crypto.h
2293
David Hildenbrand18129c12023-07-11 17:34:39 +02002294virtio based memory device
2295M: David Hildenbrand <david@redhat.com>
2296S: Supported
2297F: hw/virtio/virtio-md-pci.c
2298F: include/hw/virtio/virtio-md-pci.h
David Hildenbranddbdf8412023-07-11 17:34:40 +02002299F: stubs/virtio-md-pci.c
David Hildenbrand18129c12023-07-11 17:34:39 +02002300
David Hildenbrand751c7bd2020-06-26 09:22:39 +02002301virtio-mem
2302M: David Hildenbrand <david@redhat.com>
2303S: Supported
2304W: https://virtio-mem.gitlab.io/
2305F: hw/virtio/virtio-mem.c
2306F: hw/virtio/virtio-mem-pci.h
2307F: hw/virtio/virtio-mem-pci.c
2308F: include/hw/virtio/virtio-mem.h
2309
Keith Buschf3c507a2013-06-04 09:17:10 -06002310nvme
Philippe Mathieu-Daudé8261cc12020-04-21 14:22:36 +02002311M: Keith Busch <kbusch@kernel.org>
Keith Busche8cc43d2020-07-06 11:29:22 -07002312M: Klaus Jensen <its@irrelevant.dk>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002313L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06002314S: Supported
Klaus Jensen88eea452021-04-14 22:14:30 +02002315F: hw/nvme/*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02002316F: include/block/nvme.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002317F: tests/qtest/nvme-test.c
Thomas Huth4db546d2022-12-12 18:48:41 +01002318F: docs/system/devices/nvme.rst
Keith Busche8cc43d2020-07-06 11:29:22 -07002319T: git git://git.infradead.org/qemu-nvme.git nvme-next
Keith Buschf3c507a2013-06-04 09:17:10 -06002320
Jeuk Kimbc4e68d2023-09-06 16:43:48 +09002321ufs
2322M: Jeuk Kim <jeuk20.kim@samsung.com>
2323S: Supported
2324F: hw/ufs/*
2325F: include/block/ufs.h
Jeuk Kim631c8722023-09-06 16:43:51 +09002326F: tests/qtest/ufs-test.c
Jeuk Kimbc4e68d2023-09-06 16:43:48 +09002327
Hannes Reinecked383c622014-04-16 16:44:19 +02002328megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03002329M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002330L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02002331S: Supported
2332F: hw/scsi/megasas.c
2333F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002334F: tests/qtest/megasas-test.c
Philippe Mathieu-Daudéc887d332021-01-26 12:16:37 +01002335F: tests/qtest/fuzz-megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02002336
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03002337Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002338M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Akihiko Odakic8110e72023-05-23 11:43:38 +09002339R: Akihiko Odaki <akihiko.odaki@daynix.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03002340S: Maintained
2341F: include/net/eth.h
2342F: net/eth.c
2343F: hw/net/net_rx_pkt*
2344F: hw/net/net_tx_pkt*
2345
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002346Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002347M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002348S: Maintained
2349F: hw/net/vmxnet*
2350F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002351F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002352
Scott Feldmande24d3f2015-03-13 21:09:32 -07002353Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07002354M: Jiri Pirko <jiri@resnulli.us>
2355S: Maintained
2356F: hw/net/rocker/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002357F: qapi/rocker.json
Thomas Huthde850942016-09-27 16:33:46 +02002358F: tests/rocker/
2359F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07002360
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002361e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002362M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Akihiko Odaki8c061aa2023-02-23 19:20:12 +09002363R: Akihiko Odaki <akihiko.odaki@daynix.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002364S: Maintained
2365F: hw/net/e1000x*
2366
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002367e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002368M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Akihiko Odaki8c061aa2023-02-23 19:20:12 +09002369R: Akihiko Odaki <akihiko.odaki@daynix.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002370S: Maintained
2371F: hw/net/e1000e*
Philippe Mathieu-Daudé7d6a4f12021-03-10 19:31:22 +01002372F: tests/qtest/fuzz-e1000e-test.c
Akihiko Odaki0c2c2d42023-02-23 19:20:13 +09002373F: tests/qtest/e1000e-test.c
2374F: tests/qtest/libqos/e1000e.*
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002375
Akihiko Odaki3a977de2023-03-09 11:54:57 +08002376igb
2377M: Akihiko Odaki <akihiko.odaki@daynix.com>
Sriram Yagnaramane860ef12023-03-24 16:34:54 +01002378R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Akihiko Odaki3a977de2023-03-09 11:54:57 +08002379S: Maintained
Akihiko Odaki136e9db2023-02-23 19:50:57 +09002380F: docs/system/devices/igb.rst
Akihiko Odaki3a977de2023-03-09 11:54:57 +08002381F: hw/net/igb*
Akihiko Odaki8e6c7182023-05-23 11:43:01 +09002382F: tests/avocado/netdev-ethtool.py
Akihiko Odaki45cb69b2023-03-10 14:11:25 +08002383F: tests/qtest/igb-test.c
2384F: tests/qtest/libqos/igb.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002385
Stefan Weilebc23272017-11-16 20:49:02 +01002386eepro100
2387M: Stefan Weil <sw@weilnetz.de>
2388S: Maintained
2389F: hw/net/eepro100.c
2390
Sven Schnelle34ea0232019-10-23 10:42:44 +02002391tulip
2392M: Sven Schnelle <svens@stackframe.org>
2393S: Maintained
2394F: hw/net/tulip.c
2395F: hw/net/tulip.h
2396
Patrick Venture065177e2021-04-12 12:45:22 -07002397pca954x
2398M: Patrick Venture <venture@google.com>
2399S: Maintained
2400F: hw/i2c/i2c_mux_pca954x.c
2401F: include/hw/i2c/i2c_mux_pca954x.h
2402
Alistair Francise481a1f2016-10-04 13:28:09 +01002403Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00002404M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01002405S: Maintained
2406F: hw/core/generic-loader.c
Alistair Francisefe15922022-05-09 11:13:39 +02002407F: hw/core/uboot_image.h
Alistair Francise481a1f2016-10-04 13:28:09 +01002408F: include/hw/core/generic-loader.h
Alex Bennée70f20112021-03-03 17:36:40 +00002409F: docs/system/generic-loader.rst
Alistair Francise481a1f2016-10-04 13:28:09 +01002410
Alex Bennéea33ff6d2021-03-03 17:36:39 +00002411Guest Loader
2412M: Alex Bennée <alex.bennee@linaro.org>
2413S: Maintained
2414F: hw/core/guest-loader.c
Alex Bennée01460372021-03-03 17:36:41 +00002415F: docs/system/guest-loader.rst
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03002416F: tests/avocado/boot_xen.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002417
Su Hang645d3cb2018-08-16 14:05:28 +01002418Intel Hexadecimal Object File Loader
2419M: Su Hang <suhang16@mails.ucas.ac.cn>
2420S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002421F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00002422F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01002423
Thomas Huth87a90232016-11-08 12:46:22 +01002424CHRP NVRAM
2425M: Thomas Huth <thuth@redhat.com>
2426S: Maintained
2427F: hw/nvram/chrp_nvram.c
2428F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002429F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01002430
Ben Warren42697d82017-02-16 15:15:40 -08002431VM Generation ID
John Snow2b429892020-10-30 11:34:15 -04002432S: Orphan
Ani Sinha48006e02022-01-31 17:50:01 +05302433R: Ani Sinha <ani@anisinha.ca>
Ben Warren42697d82017-02-16 15:15:40 -08002434F: hw/acpi/vmgenid.c
2435F: include/hw/acpi/vmgenid.h
2436F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002437F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08002438
Philippe Mathieu-Daudéc1b29822020-03-21 17:49:01 +01002439LED
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002440M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudéc1b29822020-03-21 17:49:01 +01002441S: Maintained
2442F: include/hw/misc/led.h
2443F: hw/misc/led.c
2444
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03002445Unimplemented device
2446M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002447R: Philippe Mathieu-Daudé <philmd@linaro.org>
Ani Sinha48006e02022-01-31 17:50:01 +05302448R: Ani Sinha <ani@anisinha.ca>
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03002449S: Maintained
2450F: include/hw/misc/unimp.h
2451F: hw/misc/unimp.c
2452
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02002453Empty slot
2454M: Artyom Tarasenko <atar4qemu@gmail.com>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002455R: Philippe Mathieu-Daudé <philmd@linaro.org>
Ani Sinha48006e02022-01-31 17:50:01 +05302456R: Ani Sinha <ani@anisinha.ca>
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02002457S: Maintained
2458F: include/hw/misc/empty_slot.h
2459F: hw/misc/empty_slot.c
2460
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002461Standard VGA
2462M: Gerd Hoffmann <kraxel@redhat.com>
2463S: Maintained
2464F: hw/display/vga*
2465F: hw/display/bochs-display.c
2466F: include/hw/display/vga.h
2467F: include/hw/display/bochs-vbe.h
2468
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02002469ramfb
2470M: Gerd Hoffmann <kraxel@redhat.com>
2471S: Maintained
2472F: hw/display/ramfb*.c
2473F: include/hw/display/ramfb.h
2474
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002475virtio-gpu
2476M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmanna4de5e82021-08-10 10:34:50 +02002477S: Odd Fixes
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002478F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02002479F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002480F: include/hw/virtio/virtio-gpu.h
2481
Raphael Norwitzb372d792020-03-26 04:57:27 -04002482vhost-user-blk
2483M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2484S: Maintained
2485F: contrib/vhost-user-blk/
2486F: contrib/vhost-user-scsi/
2487F: hw/block/vhost-user-blk.c
Daniil Tatianin8edd5672022-09-06 10:31:11 +03002488F: hw/block/virtio-blk-common.c
Raphael Norwitzb372d792020-03-26 04:57:27 -04002489F: hw/scsi/vhost-user-scsi.c
2490F: hw/virtio/vhost-user-blk-pci.c
2491F: hw/virtio/vhost-user-scsi-pci.c
2492F: include/hw/virtio/vhost-user-blk.h
2493F: include/hw/virtio/vhost-user-scsi.h
Daniil Tatianin8edd5672022-09-06 10:31:11 +03002494F: include/hw/virtio/virtio-blk-common.h
Raphael Norwitzb372d792020-03-26 04:57:27 -04002495
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002496vhost-user-gpu
2497M: Marc-André Lureau <marcandre.lureau@redhat.com>
Gerd Hoffmanna4de5e82021-08-10 10:34:50 +02002498R: Gerd Hoffmann <kraxel@redhat.com>
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002499S: Maintained
2500F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02002501F: contrib/vhost-user-gpu
2502F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002503
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002504Cirrus VGA
2505M: Gerd Hoffmann <kraxel@redhat.com>
2506S: Odd Fixes
2507W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2508F: hw/display/cirrus*
2509
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02002510EDID Generator
2511M: Gerd Hoffmann <kraxel@redhat.com>
2512S: Maintained
2513F: hw/display/edid*
2514F: include/hw/display/edid.h
2515F: qemu-edid.c
2516
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002517PIIX4 South Bridge (i82371AB)
2518M: Hervé Poussineau <hpoussin@reactos.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002519M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002520S: Maintained
2521F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01002522F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002523
BALATON Zoltan28900f92023-10-15 16:15:17 +02002524VIA South Bridges (VT82C686B, VT8231)
2525M: BALATON Zoltan <balaton@eik.bme.hu>
2526M: Philippe Mathieu-Daudé <philmd@linaro.org>
2527R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2528S: Maintained
2529F: hw/isa/vt82c686.c
2530F: hw/usb/vt82c686-uhci-pci.c
2531F: include/hw/isa/vt82c686.h
2532
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002533Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002534M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002535R: Gerd Hoffmann <kraxel@redhat.com>
2536S: Supported
2537F: docs/specs/fw_cfg.txt
Philippe Mathieu-Daudé8d0bceb2020-10-06 13:19:09 +02002538F: hw/nvram/fw_cfg*.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02002539F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002540F: include/hw/nvram/fw_cfg.h
2541F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02002542F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002543F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002544T: git https://github.com/philmd/qemu.git fw_cfg-next
2545
Thomas Huth2313abf2019-01-30 16:45:40 +01002546XIVE
Thomas Huth2313abf2019-01-30 16:45:40 +01002547M: Cédric Le Goater <clg@kaod.org>
Cédric Le Goater4901a342023-06-20 07:59:05 +02002548R: Frédéric Barrat <fbarrat@linux.ibm.com>
Thomas Huth2313abf2019-01-30 16:45:40 +01002549L: qemu-ppc@nongnu.org
Cédric Le Goaterb0877572022-09-29 20:09:46 +02002550S: Odd Fixes
Thomas Huth2313abf2019-01-30 16:45:40 +01002551F: hw/*/*xive*
2552F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02002553F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01002554
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002555Renesas peripherals
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01002556R: Yoshinori Sato <ysato@users.sourceforge.jp>
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002557R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01002558S: Odd Fixes
Yoshinori Sato645194c2019-01-21 22:15:59 +09002559F: hw/char/renesas_sci.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002560F: hw/char/sh_serial.c
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002561F: hw/timer/renesas_*.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002562F: hw/timer/sh_timer.c
Yoshinori Sato645194c2019-01-21 22:15:59 +09002563F: include/hw/char/renesas_sci.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002564F: include/hw/sh4/sh.h
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002565F: include/hw/timer/renesas_*.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002566
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002567Renesas RX peripherals
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01002568R: Yoshinori Sato <ysato@users.sourceforge.jp>
2569S: Orphan
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002570F: hw/intc/rx_icu.c
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002571F: hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002572F: include/hw/intc/rx_icu.h
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002573F: include/hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002574
Pavel Pisade4d4ad2020-09-14 10:13:41 +02002575CAN bus subsystem and hardware
2576M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2577M: Vikram Garhwal <fnu.vikram@xilinx.com>
2578S: Maintained
2579W: https://canbus.pages.fel.cvut.cz/
2580F: net/can/*
2581F: hw/net/can/*
2582F: include/net/can_*.h
2583
David Gibsonff8cdbb2021-09-21 13:34:35 +10002584OpenPIC interrupt controller
2585M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2586S: Odd Fixes
2587F: hw/intc/openpic.c
2588F: include/hw/ppc/openpic.h
2589
Philippe Mathieu-Daudé6cee5472021-10-04 10:26:23 +02002590MIPS CPS
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002591M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé6cee5472021-10-04 10:26:23 +02002592S: Odd Fixes
2593F: hw/misc/mips_*
2594F: include/hw/misc/mips_*
2595
2596MIPS GIC
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002597M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé6cee5472021-10-04 10:26:23 +02002598S: Odd Fixes
2599F: hw/intc/mips_gic.c
2600F: hw/timer/mips_gictimer.c
2601F: include/hw/intc/mips_gic.h
2602F: include/hw/timer/mips_gictimer.h
2603
Cornelia Huck56e34832021-12-22 11:55:48 +01002604S390 3270 device
2605M: Halil Pasic <pasic@linux.ibm.com>
2606M: Christian Borntraeger <borntraeger@linux.ibm.com>
2607S: Odd fixes
2608F: include/hw/s390x/3270-ccw.h
2609F: hw/char/terminal3270.c
2610F: hw/s390x/3270-ccw.c
2611L: qemu-s390x@nongnu.org
2612
2613S390 diag 288 watchdog
2614M: Halil Pasic <pasic@linux.ibm.com>
2615M: Christian Borntraeger <borntraeger@linux.ibm.com>
2616S: Supported
2617F: hw/watchdog/wdt_diag288.c
2618F: include/hw/watchdog/wdt_diag288.h
2619L: qemu-s390x@nongnu.org
2620
2621S390 storage key device
2622M: Halil Pasic <pasic@linux.ibm.com>
2623M: Christian Borntraeger <borntraeger@linux.ibm.com>
2624S: Supported
2625F: hw/s390x/storage-keys.h
Eric Farman5cf9a812023-10-20 16:15:09 +02002626F: hw/s390x/s390-skeys*.c
Cornelia Huck56e34832021-12-22 11:55:48 +01002627L: qemu-s390x@nongnu.org
2628
2629S390 storage attribute device
2630M: Halil Pasic <pasic@linux.ibm.com>
2631M: Christian Borntraeger <borntraeger@linux.ibm.com>
2632S: Supported
2633F: hw/s390x/storage-attributes.h
Eric Farman5cf9a812023-10-20 16:15:09 +02002634F: hw/s390x/s390-stattrib*.c
Cornelia Huck56e34832021-12-22 11:55:48 +01002635L: qemu-s390x@nongnu.org
2636
2637S390 floating interrupt controller
2638M: Halil Pasic <pasic@linux.ibm.com>
2639M: Christian Borntraeger <borntraeger@linux.ibm.com>
2640M: David Hildenbrand <david@redhat.com>
2641S: Supported
2642F: hw/intc/s390_flic*.c
2643F: include/hw/s390x/s390_flic.h
2644L: qemu-s390x@nongnu.org
2645
Hongren (Zenithal) Zheng5028d662022-05-19 20:40:55 +08002646CanoKey
2647M: Hongren (Zenithal) Zheng <i@zenithal.me>
2648S: Maintained
2649R: Canokeys.org <contact@canokeys.org>
2650F: hw/usb/canokey.c
2651F: hw/usb/canokey.h
2652F: docs/system/devices/canokey.rst
2653
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002654Subsystems
2655----------
Philippe Mathieu-Daudéa8f4aee2021-08-16 21:10:12 +02002656Overall Audio backends
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002657M: Gerd Hoffmann <kraxel@redhat.com>
Marc-André Lureaucc991392023-02-07 12:56:10 +04002658M: Marc-André Lureau <marcandre.lureau@redhat.com>
Gerd Hoffmann6bc915f2021-08-10 10:34:46 +02002659S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002660F: audio/
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002661X: audio/alsaaudio.c
2662X: audio/coreaudio.c
2663X: audio/dsound*
2664X: audio/jackaudio.c
2665X: audio/ossaudio.c
2666X: audio/paaudio.c
2667X: audio/sdlaudio.c
Alexandre Ratchov663df1c2022-09-07 15:23:42 +02002668X: audio/sndioaudio.c
Philippe Mathieu-Daudé4566d142021-08-16 21:10:13 +02002669X: audio/spiceaudio.c
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002670F: qapi/audio.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002671
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002672ALSA Audio backend
2673M: Gerd Hoffmann <kraxel@redhat.com>
Christian Schoenebeck584ab342021-09-04 15:13:46 +02002674R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002675S: Odd Fixes
2676F: audio/alsaaudio.c
2677
2678Core Audio framework backend
2679M: Gerd Hoffmann <kraxel@redhat.com>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002680M: Philippe Mathieu-Daudé <philmd@linaro.org>
Christian Schoenebeck584ab342021-09-04 15:13:46 +02002681R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Akihiko Odaki4f978632023-05-12 15:43:37 +01002682R: Akihiko Odaki <akihiko.odaki@daynix.com>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002683S: Odd Fixes
2684F: audio/coreaudio.c
2685
2686DSound Audio backend
2687M: Gerd Hoffmann <kraxel@redhat.com>
2688S: Odd Fixes
2689F: audio/dsound*
2690
2691JACK Audio Connection Kit backend
2692M: Gerd Hoffmann <kraxel@redhat.com>
Christian Schoenebeck584ab342021-09-04 15:13:46 +02002693R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002694S: Odd Fixes
2695F: audio/jackaudio.c
2696
2697Open Sound System (OSS) Audio backend
2698M: Gerd Hoffmann <kraxel@redhat.com>
2699S: Odd Fixes
2700F: audio/ossaudio.c
2701
2702PulseAudio backend
2703M: Gerd Hoffmann <kraxel@redhat.com>
2704S: Odd Fixes
2705F: audio/paaudio.c
2706
2707SDL Audio backend
2708M: Gerd Hoffmann <kraxel@redhat.com>
Thomas Huth2863bd52021-10-30 08:21:06 +02002709R: Thomas Huth <huth@tuxfamily.org>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002710S: Odd Fixes
2711F: audio/sdlaudio.c
2712
Alexandre Ratchov663df1c2022-09-07 15:23:42 +02002713Sndio Audio backend
2714M: Gerd Hoffmann <kraxel@redhat.com>
2715R: Alexandre Ratchov <alex@caoua.org>
2716S: Odd Fixes
2717F: audio/sndioaudio.c
2718
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002719Block layer core
2720M: Kevin Wolf <kwolf@redhat.com>
Hanna Reitzb0c47982021-08-10 16:04:11 +02002721M: Hanna Reitz <hreitz@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002722L: qemu-block@nongnu.org
2723S: Supported
2724F: block*
2725F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002726F: hw/block/
Markus Armbrusterb885cdd2022-10-20 14:05:41 +02002727F: qapi/block*.json
2728F: qapi/transaction.json
Kevin Wolf4c346e02015-05-20 12:03:17 +02002729F: include/block/
Stefan Hajnoczi7f9241d2022-10-13 14:59:04 -04002730F: include/sysemu/block-*.h
Kevin Wolf46078762014-04-24 11:53:39 +02002731F: qemu-img*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002732F: docs/tools/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02002733F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02002734F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02002735F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02002736F: qobject/block-qdict.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002737F: tests/unit/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002738T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002739
Stefan Hajnoczic607c7f2020-12-09 10:38:02 +00002740Storage daemon
2741M: Kevin Wolf <kwolf@redhat.com>
2742L: qemu-block@nongnu.org
2743S: Supported
2744F: storage-daemon/
2745F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2746F: docs/tools/qemu-storage-daemon.rst
2747T: git https://repo.or.cz/qemu/kevin.git block
2748
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002749Block I/O path
2750M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002751M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002752L: qemu-block@nongnu.org
2753S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02002754F: util/async.c
2755F: util/aio-*.c
Stefan Hajnoczi1f050a42020-03-05 17:08:02 +00002756F: util/aio-*.h
2757F: util/fdmon-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002758F: block/io.c
Stefan Hajnoczi41abca82023-05-30 14:09:54 -04002759F: block/plug.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002760F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08002761F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00002762F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03002763F: scripts/qemugdb/aio.py
Thomas Huthda668aa2021-03-10 07:33:14 +01002764F: tests/unit/test-fdmon-epoll.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002765T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002766
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002767Block SCSI subsystem
2768M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002769R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002770L: qemu-block@nongnu.org
2771S: Supported
2772F: include/scsi/*
2773F: scsi/*
2774
Jeff Cody280458a2015-03-06 12:16:06 -05002775Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04002776M: John Snow <jsnow@redhat.com>
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03002777M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Jeff Cody280458a2015-03-06 12:16:06 -05002778L: qemu-block@nongnu.org
2779S: Supported
2780F: blockjob.c
2781F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02002782F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02002783F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002784F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05002785F: block/backup.c
2786F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05002787F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05002788F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02002789F: qapi/job.json
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002790F: block/block-copy.c
Vladimir Sementsov-Ogievskiyd088e6a2022-03-03 20:43:39 +01002791F: include/block/block-copy.h
2792F: block/reqlist.c
2793F: include/block/reqlist.h
Vladimir Sementsov-Ogievskiyd003e0a2021-08-24 11:38:27 +03002794F: block/copy-before-write.h
2795F: block/copy-before-write.c
Vladimir Sementsov-Ogievskiy1c14eaa2022-03-03 20:43:44 +01002796F: block/snapshot-access.c
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002797F: include/block/aio_task.h
2798F: block/aio_task.c
2799F: util/qemu-co-shared-resource.c
2800F: include/qemu/co-shared-resource.h
John Snow77582e22020-10-01 12:24:01 -04002801T: git https://gitlab.com/jsnow/qemu.git jobs
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03002802T: git https://gitlab.com/vsementsov/qemu.git block
Jeff Cody280458a2015-03-06 12:16:06 -05002803
Jonathan Cameron502730e2022-04-29 15:40:28 +01002804Compute Express Link
Jonathan Cameron502730e2022-04-29 15:40:28 +01002805M: Jonathan Cameron <jonathan.cameron@huawei.com>
Jonathan Cameron3456fed2023-02-28 11:39:26 +00002806R: Fan Ni <fan.ni@samsung.com>
Jonathan Cameron502730e2022-04-29 15:40:28 +01002807S: Supported
2808F: hw/cxl/
David Hildenbrand2fcd0052022-06-17 14:31:51 +02002809F: hw/mem/cxl_type3.c
Jonathan Cameron502730e2022-04-29 15:40:28 +01002810F: include/hw/cxl/
2811
John Snow538193b2016-08-04 14:18:51 -04002812Dirty Bitmaps
Eric Blakeedb05902020-05-14 13:00:03 -05002813M: Eric Blake <eblake@redhat.com>
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03002814M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Eric Blakeedb05902020-05-14 13:00:03 -05002815R: John Snow <jsnow@redhat.com>
John Snow538193b2016-08-04 14:18:51 -04002816L: qemu-block@nongnu.org
2817S: Supported
John Snow538193b2016-08-04 14:18:51 -04002818F: include/qemu/hbitmap.h
2819F: include/block/dirty-bitmap.h
Eric Blakebb4e58c2020-05-18 13:53:07 -05002820F: block/monitor/bitmap-qmp-cmds.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002821F: block/dirty-bitmap.c
2822F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03002823F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002824F: util/hbitmap.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002825F: tests/unit/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002826F: docs/interop/bitmaps.rst
Eric Blakeedb05902020-05-14 13:00:03 -05002827T: git https://repo.or.cz/qemu/ericb.git bitmaps
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03002828T: git https://gitlab.com/vsementsov/qemu.git block
John Snow538193b2016-08-04 14:18:51 -04002829
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002830Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04002831M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002832R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002833S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03002834F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04002835F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02002836F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002837
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002838Character Devices (Braille)
2839M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2840S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04002841F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002842
Markus Armbrustere94630d2017-03-20 13:55:48 +01002843Command line option argument parsing
2844M: Markus Armbruster <armbru@redhat.com>
2845S: Supported
2846F: include/qemu/option.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002847F: tests/unit/test-keyval.c
2848F: tests/unit/test-qemu-opts.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002849F: util/keyval.c
2850F: util/qemu-option.c
2851
Markus Armbruster8c413e72015-01-28 11:29:57 +01002852Coverity model
2853M: Markus Armbruster <armbru@redhat.com>
2854S: Supported
2855F: scripts/coverity-model.c
2856
Peter Maydell9c263d02020-03-19 19:33:22 +00002857Coverity Scan integration
2858M: Peter Maydell <peter.maydell@linaro.org>
2859S: Maintained
2860F: scripts/coverity-scan/
2861
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002862Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07002863M: Alistair Francis <alistair.francis@wdc.com>
2864R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002865S: Maintained
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02002866F: system/device_tree.c
Thomas Huth82407512015-12-17 15:25:12 +01002867F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002868
Marc-André Lureau3505a222017-09-11 18:59:29 +02002869Dump
2870S: Supported
2871M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02002872F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02002873F: hw/misc/vmcoreinfo.c
2874F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02002875F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02002876F: include/sysemu/dump-arch.h
2877F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02002878F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02002879F: scripts/dump-guest-memory.py
2880F: stubs/dump.c
2881
Markus Armbruster4f966762015-09-12 13:29:56 +02002882Error reporting
2883M: Markus Armbruster <armbru@redhat.com>
2884S: Supported
2885F: include/qapi/error.h
2886F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002887F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02002888F: util/error.c
2889F: util/qemu-error.c
Vladimir Sementsov-Ogievskiyd1d3a992020-03-24 18:36:25 +03002890F: scripts/coccinelle/err-bad-newline.cocci
2891F: scripts/coccinelle/error-use-after-free.cocci
2892F: scripts/coccinelle/error_propagate_null.cocci
2893F: scripts/coccinelle/remove_local_err.cocci
2894F: scripts/coccinelle/use-error_fatal.cocci
Vladimir Sementsov-Ogievskiy8220f3a2020-07-07 18:50:31 +02002895F: scripts/coccinelle/errp-guard.cocci
Markus Armbruster4f966762015-09-12 13:29:56 +02002896
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002897GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01002898M: Alex Bennée <alex.bennee@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002899R: Philippe Mathieu-Daudé <philmd@linaro.org>
Alex Bennéec7b3e862019-06-06 09:27:53 +01002900S: Maintained
Thomas Huth4db546d2022-12-12 18:48:41 +01002901F: docs/system/gdb.rst
Alex Bennée842b42d2022-09-29 12:42:22 +01002902F: gdbstub/*
Peter Maydell0dec1012021-02-11 12:27:44 +00002903F: include/exec/gdbstub.h
Alex Bennéed96bf492023-03-02 18:57:47 -08002904F: include/gdbstub/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002905F: gdb-xml/
Lirong Yuan51c623b2021-01-08 22:42:42 +00002906F: tests/tcg/multiarch/gdbstub/
Akihiko Odaki956af7d2023-10-09 17:40:51 +01002907F: scripts/feature_to_c.py
Alex Bennéebcbc36a2023-03-02 18:57:59 -08002908F: scripts/probe-gdb-support.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002909
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002910Memory API
2911M: Paolo Bonzini <pbonzini@redhat.com>
David Hildenbrand07b315b2021-07-23 12:05:31 +02002912M: Peter Xu <peterx@redhat.com>
2913M: David Hildenbrand <david@redhat.com>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002914R: Philippe Mathieu-Daudé <philmd@linaro.org>
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002915S: Supported
2916F: include/exec/ioport.h
Tony Nguyen14776ab2019-08-24 04:10:58 +10002917F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002918F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01002919F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01002920F: include/exec/ramblock.h
David Hildenbrand9f04dd72021-07-23 12:05:32 +02002921F: include/sysemu/memory_mapping.h
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02002922F: system/dma-helpers.c
2923F: system/ioport.c
2924F: system/memory.c
2925F: system/memory_mapping.c
2926F: system/physmem.c
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002927F: include/exec/memory-internal.h
Philippe Mathieu-Daudé044e2af2020-02-24 14:45:07 +01002928F: scripts/coccinelle/memory-region-housekeeping.cocci
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002929
David Hildenbrand2fcd0052022-06-17 14:31:51 +02002930Memory devices
2931M: David Hildenbrand <david@redhat.com>
2932M: Igor Mammedov <imammedo@redhat.com>
2933R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2934S: Supported
2935F: hw/mem/memory-device.c
2936F: hw/mem/nvdimm.c
2937F: hw/mem/pc-dimm.c
2938F: include/hw/mem/memory-device.h
2939F: include/hw/mem/nvdimm.h
2940F: include/hw/mem/pc-dimm.h
David Hildenbrand759bac62023-09-26 20:57:27 +02002941F: stubs/memory_device.c
David Hildenbrand2fcd0052022-06-17 14:31:51 +02002942F: docs/nvdimm.txt
2943
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002944SPICE
2945M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann227b1632021-08-10 10:34:47 +02002946S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01002947F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002948F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002949F: ui/spice-*.c
2950F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002951F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002952F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002953F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002954
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002955Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002956M: Gerd Hoffmann <kraxel@redhat.com>
Marc-André Lureaucc991392023-02-07 12:56:10 +04002957M: Marc-André Lureau <marcandre.lureau@redhat.com>
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002958S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002959F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002960F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002961F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002962F: util/drm.c
Thomas Huth4db546d2022-12-12 18:48:41 +01002963F: docs/devel/ui.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002964
Andreas Färber351f1bf2011-10-30 18:08:01 +01002965Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002966M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02002967M: Philippe Mathieu-Daudé <philmd@linaro.org>
Akihiko Odaki4f978632023-05-12 15:43:37 +01002968R: Akihiko Odaki <akihiko.odaki@daynix.com>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002969S: Odd Fixes
2970F: ui/cocoa.m
2971
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002972Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002973M: Paolo Bonzini <pbonzini@redhat.com>
2974S: Maintained
Markus Armbruster54d31232019-08-12 07:23:59 +02002975F: include/qemu/main-loop.h
2976F: include/sysemu/runstate.h
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002977F: include/sysemu/runstate-action.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002978F: util/main-loop.c
2979F: util/qemu-timer.c
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02002980F: system/vl.c
2981F: system/main.c
2982F: system/cpus.c
2983F: system/cpu-throttle.c
2984F: system/cpu-timers.c
2985F: system/runstate*
Markus Armbruster0e201d32017-08-24 21:13:57 +02002986F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002987
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002988Read, Copy, Update (RCU)
2989M: Paolo Bonzini <pbonzini@redhat.com>
2990S: Maintained
Philippe Mathieu-Daudéfc3b9df2023-01-19 11:26:20 +01002991F: docs/devel/lockcnt.txt
2992F: docs/devel/rcu.txt
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002993F: include/qemu/rcu*.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002994F: tests/unit/rcutorture.c
2995F: tests/unit/test-rcu-*.c
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002996F: util/rcu.c
2997
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002998Human Monitor (HMP)
Dr. David Alan Gilbertb8b6d3c2023-03-30 10:55:24 +01002999M: Dr. David Alan Gilbert <dave@treblig.org>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05003000S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02003001F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02003002F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02003003F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02003004F: monitor/hmp*
3005F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02003006F: hmp-commands*.hx
3007F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02003008F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02003009F: include/qemu/qemu-print.h
3010F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003011
Paolo Bonzinif536f112015-09-22 11:40:00 +02003012Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00003013M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003014S: Maintained
3015F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01003016F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02003017F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00003018T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02003019F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003020
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01003021Netmap network backend
3022M: Luigi Rizzo <rizzo@iet.unipi.it>
3023M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
3024M: Vincenzo Maffione <v.maffione@gmail.com>
3025W: http://info.iet.unipi.it/~luigi/netmap/
3026S: Maintained
3027F: net/netmap.c
3028
Ilya Maximetscb039ef2023-09-13 20:34:37 +02003029AF_XDP network backend
3030R: Ilya Maximets <i.maximets@ovn.org>
3031F: net/af-xdp.c
3032
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03003033Host Memory Backends
David Hildenbrand4ade3ea2021-07-23 12:05:30 +02003034M: David Hildenbrand <david@redhat.com>
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03003035M: Igor Mammedov <imammedo@redhat.com>
3036S: Maintained
3037F: backends/hostmem*.c
3038F: include/sysemu/hostmem.h
David Hildenbrand9cd93132023-09-06 14:05:01 +02003039F: docs/system/vm-templating.rst
Eduardo Habkostf953c102020-12-14 16:20:32 -05003040T: git https://gitlab.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03003041
Gonglei60340112016-10-28 16:33:31 +08003042Cryptodev Backends
3043M: Gonglei <arei.gonglei@huawei.com>
zhenwei pi2133e072023-03-01 18:58:47 +08003044M: zhenwei pi <pizhenwei@bytedance.com>
Gonglei60340112016-10-28 16:33:31 +08003045S: Maintained
3046F: include/sysemu/cryptodev*.h
3047F: backends/cryptodev*.c
zhenwei pi14c9fd12023-03-01 18:58:36 +08003048F: qapi/cryptodev.json
Gonglei60340112016-10-28 16:33:31 +08003049
John Snowb8eaee92020-07-10 15:30:14 -04003050Python library
3051M: John Snow <jsnow@redhat.com>
3052M: Cleber Rosa <crosa@redhat.com>
John Snow89d38c72022-02-07 19:05:25 -05003053R: Beraldo Leal <bleal@redhat.com>
John Snowb8eaee92020-07-10 15:30:14 -04003054S: Maintained
3055F: python/
3056T: git https://gitlab.com/jsnow/qemu.git python
3057
Eduardo Habkostad904f62017-09-15 20:07:44 -03003058Python scripts
John Snow89d38c72022-02-07 19:05:25 -05003059M: John Snow <jsnow@redhat.com>
Eduardo Habkostad904f62017-09-15 20:07:44 -03003060M: Cleber Rosa <crosa@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04003061S: Odd Fixes
Eduardo Habkostad904f62017-09-15 20:07:44 -03003062F: scripts/*.py
3063F: tests/*.py
3064
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03003065Benchmark util
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03003066M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03003067S: Maintained
3068F: scripts/simplebench/
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03003069T: git https://gitlab.com/vsementsov/qemu.git simplebench
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03003070
Vladimir Sementsov-Ogievskiy8cad15b2021-04-28 18:17:36 +03003071Transactions helper
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03003072M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Vladimir Sementsov-Ogievskiy8cad15b2021-04-28 18:17:36 +03003073S: Maintained
3074F: include/qemu/transactions.h
3075F: util/transactions.c
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03003076T: git https://gitlab.com/vsementsov/qemu.git block
Vladimir Sementsov-Ogievskiy8cad15b2021-04-28 18:17:36 +03003077
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04003078QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04003079M: Markus Armbruster <armbru@redhat.com>
Michael Roth2f5f9bc2020-10-27 01:02:53 -05003080M: Michael Roth <michael.roth@amd.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04003081S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04003082F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02003083X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02003084F: include/qapi/
3085X: include/qapi/qmp/
3086F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02003087F: tests/qapi-schema/
Thomas Huthda668aa2021-03-10 07:33:14 +01003088F: tests/unit/test-*-visitor.c
3089F: tests/unit/test-qapi-*.c
3090F: tests/unit/test-qmp-*.c
3091F: tests/unit/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02003092F: scripts/qapi-gen.py
3093F: scripts/qapi/*
Peter Maydell4078ee52020-09-25 17:23:02 +01003094F: docs/sphinx/qapidoc.py
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03003095F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003096T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04003097
Luiz Capitulino7810d292013-06-03 11:11:53 -04003098QAPI Schema
3099M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04003100M: Markus Armbruster <armbru@redhat.com>
3101S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02003102F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003103T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04003104
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04003105QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02003106M: Markus Armbruster <armbru@redhat.com>
3107S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04003108F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02003109F: include/qapi/qmp/
3110X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05003111F: scripts/coccinelle/qobject.cocci
Thomas Huthda668aa2021-03-10 07:33:14 +01003112F: tests/unit/check-qdict.c
3113F: tests/unit/check-qjson.c
3114F: tests/unit/check-qlist.c
3115F: tests/unit/check-qlit.c
3116F: tests/unit/check-qnull.c
3117F: tests/unit/check-qnum.c
3118F: tests/unit/check-qobject.c
3119F: tests/unit/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01003120F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003121T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04003122
Michael Rothf05d9992014-10-22 07:05:36 -05003123QEMU Guest Agent
Michael Roth2f5f9bc2020-10-27 01:02:53 -05003124M: Michael Roth <michael.roth@amd.com>
Konstantin Kostiuke8cbe582022-07-18 11:52:28 +03003125M: Konstantin Kostiuk <kkostiuk@redhat.com>
Michael Rothf05d9992014-10-22 07:05:36 -05003126S: Maintained
3127F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01003128F: docs/interop/qemu-ga.rst
Peter Maydelldb161152020-09-25 17:23:03 +01003129F: docs/interop/qemu-ga-ref.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03003130F: scripts/qemu-guest-agent/
Thomas Huthda668aa2021-03-10 07:33:14 +01003131F: tests/unit/test-qga.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00003132T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05003133
Kostiantyn Kostiukcced3a72022-01-05 09:09:42 +00003134QEMU Guest Agent Win32
3135M: Konstantin Kostiuk <kkostiuk@redhat.com>
3136S: Maintained
3137F: qga/*win32*
3138F: qga/vss-win32/
3139F: qga/installer/
3140T: git https://github.com/kostyanf14/qemu.git qga-win32
3141
Andreas Färber4688c942014-04-24 15:00:14 +02003142QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02003143M: Paolo Bonzini <pbonzini@redhat.com>
3144R: Daniel P. Berrange <berrange@redhat.com>
Eduardo Habkost24c4cd12021-11-30 15:47:22 -05003145R: Eduardo Habkost <eduardo@habkost.net>
Andreas Färber4688c942014-04-24 15:00:14 +02003146S: Supported
Thomas Huth4db546d2022-12-12 18:48:41 +01003147F: docs/devel/qom.rst
Markus Armbruster8f920052019-06-24 16:48:19 +02003148F: docs/qdev-device-use.txt
3149F: hw/core/qdev*
Markus Armbrusterb77b5b32020-06-10 07:32:47 +02003150F: hw/core/bus.c
3151F: hw/core/sysbus.c
Markus Armbruster8f920052019-06-24 16:48:19 +02003152F: include/hw/qdev*
3153F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02003154F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02003155F: qapi/qom.json
3156F: qapi/qdev.json
Paolo Bonzini22fb6eb2020-10-07 12:23:56 -04003157F: scripts/coccinelle/qom-parent-type.cocci
Philippe Mathieu-Daudée3e2c0c2023-06-01 11:34:51 +02003158F: scripts/qom-cast-macro-clean-cocci-gen.py
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02003159F: system/qdev-monitor.c
Philippe Mathieu-Daudé9b45a022021-01-22 21:44:38 +01003160F: stubs/qdev.c
Andreas Färber4688c942014-04-24 15:00:14 +02003161F: qom/
Thomas Huthda668aa2021-03-10 07:33:14 +01003162F: tests/unit/check-qom-interface.c
3163F: tests/unit/check-qom-proplist.c
3164F: tests/unit/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02003165
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04003166QOM boilerplate conversion script
Eduardo Habkost24c4cd12021-11-30 15:47:22 -05003167M: Eduardo Habkost <eduardo@habkost.net>
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04003168S: Maintained
3169F: scripts/codeconverter/
3170
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04003171QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04003172M: Markus Armbruster <armbru@redhat.com>
3173S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02003174F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02003175F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02003176F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02003177F: monitor/monitor.c
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01003178F: qapi/control.json
Markus Armbrusterabb3d372019-08-12 07:23:33 +02003179F: qapi/error.json
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01003180F: qapi/introspect.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03003181F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01003182F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04003183F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02003184F: tests/qtest/qmp-test.c
3185F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003186T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04003187
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02003188qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02003189M: Thomas Huth <thuth@redhat.com>
3190M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02003191R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02003192S: Maintained
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02003193F: system/qtest.c
Thomas Huthabf8c472023-10-12 13:14:01 +02003194F: include/sysemu/qtest.h
Claudio Fontana1583a382020-07-07 10:21:10 +02003195F: accel/qtest/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02003196F: tests/qtest/
Emanuele Giuseppe Esposito222455e2021-03-08 08:32:40 +01003197F: docs/devel/qgraph.rst
Thomas Huth4db546d2022-12-12 18:48:41 +01003198F: docs/devel/qtest.rst
Thomas Huth520ddc12020-10-01 06:27:17 +02003199X: tests/qtest/bios-tables-test*
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02003200
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05003201Device Fuzzing
3202M: Alexander Bulekov <alxndr@bu.edu>
3203R: Paolo Bonzini <pbonzini@redhat.com>
3204R: Bandan Das <bsd@redhat.com>
3205R: Stefan Hajnoczi <stefanha@redhat.com>
Thomas Huth6184e5f2020-07-21 07:36:09 +02003206R: Thomas Huth <thuth@redhat.com>
Darren Kenny85221b02021-08-24 14:04:01 +00003207R: Darren Kenny <darren.kenny@oracle.com>
Qiuhao Li5d32fc32021-08-24 14:26:39 +08003208R: Qiuhao Li <Qiuhao.Li@outlook.com>
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05003209S: Maintained
3210F: tests/qtest/fuzz/
Philippe Mathieu-Daudéd3d39fc2021-01-26 12:28:49 +01003211F: tests/qtest/fuzz-*test.c
Alex Bennée4ab20b52023-06-30 19:03:54 +01003212F: tests/docker/test-fuzz
Alexander Bulekov211635b2020-06-12 01:51:45 -04003213F: scripts/oss-fuzz/
Alexander Bulekov230376d2021-03-15 10:05:10 -04003214F: hw/mem/sparse-mem.c
Alexander Bulekovf3a02082020-11-06 13:05:59 -05003215F: docs/devel/fuzzing.rst
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05003216
Alistair Franciscc0100f2016-07-28 09:55:39 -07003217Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00003218M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07003219S: Maintained
3220F: hw/core/register.c
3221F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03003222F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07003223
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003224SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02003225M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02003226S: Maintained
Thomas Huth663fb1e2015-12-15 09:48:15 +01003227F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01003228F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02003229T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003230
Markus Armbrusteraa09b3d2023-01-24 13:19:36 +01003231Stats
3232S: Orphan
3233F: include/sysemu/stats.h
3234F: stats/
3235
Edgar E. Iglesias6d0af392020-05-06 10:25:13 +02003236Streams
3237M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3238S: Maintained
3239F: hw/core/stream.c
3240F: include/hw/stream.h
3241
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02003242Stubs
3243M: Paolo Bonzini <pbonzini@redhat.com>
3244S: Maintained
3245F: stubs/
3246
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01003247Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02003248M: Stefan Hajnoczi <stefanha@redhat.com>
Mads Ynddal84197262023-09-26 12:34:35 +02003249R: Mads Ynddal <mads@ynddal.dk>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01003250S: Maintained
3251F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02003252F: trace-events
Peter Maydell3a8273b2020-02-28 15:36:18 +00003253F: docs/qemu-option-trace.rst.inc
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01003254F: qapi/trace.json
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02003255F: scripts/tracetool.py
3256F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00003257F: scripts/qemu-trace-stap*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03003258F: docs/tools/qemu-trace-stap.rst
Stefano Garzarellad0fb9652021-05-17 17:16:58 +02003259F: docs/devel/tracing.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00003260T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01003261
Mads Ynddal84197262023-09-26 12:34:35 +02003262Simpletrace
3263M: Mads Ynddal <mads@ynddal.dk>
3264S: Maintained
3265F: scripts/simpletrace.py
3266
Markus Armbruster3859b6c2017-08-24 21:14:03 +02003267TPM
Stefan Berger1f636692018-10-30 17:34:09 -04003268M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04003269S: Maintained
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02003270F: system/tpm*
Markus Armbruster3859b6c2017-08-24 21:14:03 +02003271F: hw/tpm/*
3272F: include/hw/acpi/tpm.h
3273F: include/sysemu/tpm*
3274F: qapi/tpm.json
Philippe Mathieu-Daudé8ae92e22020-06-12 10:54:34 +02003275F: backends/tpm/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02003276F: tests/qtest/*tpm*
Thomas Huth4db546d2022-12-12 18:48:41 +01003277F: docs/specs/tpm.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00003278T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02003279
Blue Swirl14f40fd2011-11-26 09:51:23 +00003280Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00003281S: Odd Fixes
3282F: scripts/checkpatch.pl
3283
Juan Quintelac0787c82014-10-15 10:34:50 +02003284Migration
3285M: Juan Quintela <quintela@redhat.com>
Peter Xu2bace552023-10-03 10:38:47 -04003286M: Peter Xu <peterx@redhat.com>
3287M: Fabiano Rosas <farosas@suse.de>
Juan Quintela66f8b5a2023-04-19 18:29:57 +02003288R: Leonardo Bras <leobras@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02003289S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04003290F: hw/core/vmstate-if.c
3291F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02003292F: include/migration/
Markus Armbrusterb8628882023-01-19 10:15:44 +01003293F: include/qemu/userfaultfd.h
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00003294F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05303295F: scripts/vmstate-static-checker.py
3296F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02003297F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02003298F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02003299F: qapi/migration.json
Hyman Huang(黄勇)fac87d42021-03-19 16:07:57 +08003300F: tests/migration/
Markus Armbrusterb8628882023-01-19 10:15:44 +01003301F: util/userfaultfd.c
Peter Xu8ebcb4b2023-09-25 09:34:41 -04003302X: migration/rdma*
3303
3304RDMA Migration
3305M: Juan Quintela <quintela@redhat.com>
3306R: Li Zhijian <lizhijian@fujitsu.com>
3307R: Peter Xu <peterx@redhat.com>
3308R: Leonardo Bras <leobras@redhat.com>
3309S: Odd Fixes
3310F: migration/rdma*
Juan Quintelac0787c82014-10-15 10:34:50 +02003311
Hyman Huang(黄勇)2b3edd92023-07-27 02:10:09 +08003312Migration dirty limit and dirty page rate
3313M: Hyman Huang <yong.huang@smartx.com>
3314S: Maintained
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02003315F: system/dirtylimit.c
Hyman Huang(黄勇)2b3edd92023-07-27 02:10:09 +08003316F: include/sysemu/dirtylimit.h
3317F: migration/dirtyrate.c
3318F: migration/dirtyrate.h
3319F: include/sysemu/dirtyrate.h
3320
Marc-André Lureaua5669072019-09-12 16:03:32 +04003321D-Bus
3322M: Marc-André Lureau <marcandre.lureau@redhat.com>
3323S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04003324F: backends/dbus-vmstate.c
Marc-André Lureau89f4df92021-10-10 00:30:30 +04003325F: ui/dbus*
3326F: audio/dbus*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04003327F: util/dbus.c
Marc-André Lureau89f4df92021-10-10 00:30:30 +04003328F: include/ui/dbus*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04003329F: include/qemu/dbus.h
Marc-André Lureau89f4df92021-10-10 00:30:30 +04003330F: docs/interop/dbus*
3331F: docs/sphinx/dbus*
3332F: docs/sphinx/fakedbusdoc.py
3333F: tests/qtest/dbus*
Marc-André Lureau9b286e72023-06-06 15:56:41 +04003334F: scripts/xml-preprocess*
Marc-André Lureaua5669072019-09-12 16:03:32 +04003335
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03003336Seccomp
Daniel P. Berrangée3160de2022-02-03 10:49:28 +00003337M: Daniel P. Berrange <berrange@redhat.com>
3338S: Odd Fixes
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02003339F: system/qemu-seccomp.c
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03003340F: include/sysemu/seccomp.h
Daniel P. Berrangéd2ea8da2021-07-29 13:15:43 +01003341F: tests/unit/test-seccomp.c
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03003342
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01003343Cryptography
3344M: Daniel P. Berrange <berrange@redhat.com>
3345S: Maintained
3346F: crypto/
3347F: include/crypto/
Richard Henderson6b0a96c2023-06-01 21:57:10 -07003348F: host/include/*/host/crypto/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01003349F: qapi/crypto.json
Thomas Huthda668aa2021-03-10 07:33:14 +01003350F: tests/unit/test-crypto-*
Thomas Huth3b472e72021-03-12 10:22:38 +01003351F: tests/bench/benchmark-crypto-*
Thomas Huthda668aa2021-03-10 07:33:14 +01003352F: tests/unit/crypto-tls-*
3353F: tests/unit/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00003354F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01003355
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01003356Coroutines
3357M: Stefan Hajnoczi <stefanha@redhat.com>
3358M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00003359S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01003360F: util/*coroutine*
3361F: include/qemu/coroutine*
Thomas Huthda668aa2021-03-10 07:33:14 +01003362F: tests/unit/test-coroutine.c
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01003363
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00003364Buffers
3365M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04003366S: Odd Fixes
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00003367F: util/buffer.c
3368F: include/qemu/buffer.h
3369
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00003370I/O Channels
3371M: Daniel P. Berrange <berrange@redhat.com>
3372S: Maintained
3373F: io/
3374F: include/io/
Thomas Huthda668aa2021-03-10 07:33:14 +01003375F: tests/unit/test-io-*
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00003376
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01003377User authorization
3378M: Daniel P. Berrange <berrange@redhat.com>
3379S: Maintained
3380F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01003381F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01003382F: include/authz/
Thomas Huthda668aa2021-03-10 07:33:14 +01003383F: tests/unit/test-authz-*
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01003384
Gerd Hoffmann5614a282016-01-18 16:03:23 +01003385Sockets
3386M: Daniel P. Berrange <berrange@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01003387S: Maintained
3388F: include/qemu/sockets.h
3389F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02003390F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01003391
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01003392File monitor
3393M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04003394S: Odd Fixes
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01003395F: util/filemonitor*.c
3396F: include/qemu/filemonitor.h
Thomas Huthda668aa2021-03-10 07:33:14 +01003397F: tests/unit/test-util-filemonitor.c
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01003398
Alberto Garciad310d852016-02-18 12:27:10 +02003399Throttling infrastructure
3400M: Alberto Garcia <berto@igalia.com>
3401S: Supported
3402F: block/throttle-groups.c
3403F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03003404F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02003405F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03003406F: docs/throttle.txt
Thomas Huthda668aa2021-03-10 07:33:14 +01003407F: tests/unit/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02003408L: qemu-block@nongnu.org
3409
Fam Zheng080d7aa2016-09-21 12:27:25 +08003410UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08003411M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08003412S: Supported
3413F: util/uuid.c
3414F: include/qemu/uuid.h
Thomas Huthda668aa2021-03-10 07:33:14 +01003415F: tests/unit/test-uuid.c
Fam Zheng080d7aa2016-09-21 12:27:25 +08003416
Lukas Straub50186052020-12-28 16:08:41 +01003417Yank feature
3418M: Lukas Straub <lukasstraub2@web.de>
3419S: Odd fixes
3420F: util/yank.c
Lukas Straub1a92d6d2021-03-23 18:52:42 +01003421F: migration/yank_functions*
Lukas Straubd3a0bb72021-03-30 20:13:35 +02003422F: tests/unit/test-yank.c
Lukas Straub50186052020-12-28 16:08:41 +01003423F: include/qemu/yank.h
3424F: qapi/yank.json
3425
zhanghailianga4cc3182016-10-27 14:43:09 +08003426COLO Framework
Hailiang Zhang2ac7d742021-12-14 15:54:24 +08003427M: Hailiang Zhang <zhanghailiang@xfusion.com>
zhanghailianga4cc3182016-10-27 14:43:09 +08003428S: Maintained
3429F: migration/colo*
3430F: include/migration/colo.h
3431F: include/migration/failover.h
3432F: docs/COLO-FT.txt
3433
Zhang Chen88f82ed2016-09-27 10:22:35 +08003434COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08003435M: Zhang Chen <chen.zhang@intel.com>
Li Zhijian2ece6e62021-12-31 13:09:01 +08003436M: Li Zhijian <lizhijian@fujitsu.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08003437S: Supported
3438F: docs/colo-proxy.txt
3439F: net/colo*
3440F: net/filter-rewriter.c
3441F: net/filter-mirror.c
Zhang Chen487cf3f2021-12-21 16:04:00 +08003442F: tests/qtest/test-filter*
Zhang Chen88f82ed2016-09-27 10:22:35 +08003443
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003444Record/replay
3445M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3446R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00003447W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003448S: Supported
3449F: replay/*
3450F: block/blkreplay.c
3451F: net/filter-replay.c
Philippe Mathieu-Daudé5b5968c2022-12-19 18:09:43 +01003452F: include/exec/replay-core.h
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003453F: include/sysemu/replay.h
Thomas Huth4db546d2022-12-12 18:48:41 +01003454F: docs/devel/replay.rst
3455F: docs/system/replay.rst
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003456F: stubs/replay.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03003457F: tests/avocado/replay_kernel.py
3458F: tests/avocado/replay_linux.py
3459F: tests/avocado/reverse_debugging.py
Pavel Dovgalyuk43d7e1d2020-10-03 20:13:14 +03003460F: qapi/replay.json
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003461
Peter Xueecf5ee2018-05-18 15:25:16 +08003462IOVA Tree
3463M: Peter Xu <peterx@redhat.com>
3464S: Maintained
3465F: include/qemu/iova-tree.h
3466F: util/iova-tree.c
3467
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03003468elf2dmp
3469M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3470S: Maintained
3471F: contrib/elf2dmp/
3472
Philippe Mathieu-Daudé39131a42023-02-20 12:02:35 +01003473Overall sensors
3474M: Philippe Mathieu-Daudé <philmd@linaro.org>
3475S: Odd Fixes
3476F: hw/sensor
3477F: include/hw/sensor
3478
Corey Minyard93198b62018-11-13 18:31:27 -06003479I2C and SMBus
3480M: Corey Minyard <cminyard@mvista.com>
3481S: Maintained
3482F: hw/i2c/core.c
3483F: hw/i2c/smbus_slave.c
3484F: hw/i2c/smbus_master.c
3485F: hw/i2c/smbus_eeprom.c
3486F: include/hw/i2c/i2c.h
3487F: include/hw/i2c/smbus_master.h
3488F: include/hw/i2c/smbus_slave.h
3489F: include/hw/i2c/smbus_eeprom.h
3490
Titus Rwantarebf0e0c72022-03-07 12:06:01 -08003491PMBus
3492M: Titus Rwantare <titusr@google.com>
3493S: Maintained
3494F: hw/i2c/pmbus_device.c
3495F: hw/sensor/adm1272.c
Titus Rwantareffcdae62022-03-07 12:06:03 -08003496F: hw/sensor/isl_pmbus_vr.c
Titus Rwantarebf0e0c72022-03-07 12:06:01 -08003497F: hw/sensor/max34451.c
3498F: include/hw/i2c/pmbus_device.h
Titus Rwantareffcdae62022-03-07 12:06:03 -08003499F: include/hw/sensor/isl_pmbus_vr.h
Titus Rwantarebf0e0c72022-03-07 12:06:01 -08003500F: tests/qtest/adm1272-test.c
3501F: tests/qtest/max34451-test.c
Titus Rwantareffcdae62022-03-07 12:06:03 -08003502F: tests/qtest/isl_pmbus_vr-test.c
Titus Rwantarebf0e0c72022-03-07 12:06:01 -08003503
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02003504Firmware schema specifications
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02003505M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02003506R: Daniel P. Berrange <berrange@redhat.com>
3507R: Kashyap Chamarthy <kchamart@redhat.com>
3508S: Maintained
3509F: docs/interop/firmware.json
3510
Laszlo Ersek6739df32019-03-13 13:40:07 +01003511EDK2 Firmware
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02003512M: Philippe Mathieu-Daudé <philmd@linaro.org>
Gerd Hoffmann9b437cd2022-03-08 13:36:00 +01003513M: Gerd Hoffmann <kraxel@redhat.com>
Laszlo Ersek6739df32019-03-13 13:40:07 +01003514S: Supported
Philippe Mathieu-Daudéb5b31862021-05-21 15:34:07 +02003515F: hw/i386/*ovmf*
Laszlo Ersek6739df32019-03-13 13:40:07 +01003516F: pc-bios/descriptors/??-edk2-*.json
3517F: pc-bios/edk2-*
3518F: roms/Makefile.edk2
3519F: roms/edk2
3520F: roms/edk2-*
3521F: tests/data/uefi-boot-images/
3522F: tests/uefi-test-tools/
3523
Peter Xu8bc43f32020-07-01 08:44:18 -04003524VT-d Emulation
3525M: Michael S. Tsirkin <mst@redhat.com>
3526M: Peter Xu <peterx@redhat.com>
3527R: Jason Wang <jasowang@redhat.com>
3528S: Supported
3529F: hw/i386/intel_iommu.c
3530F: hw/i386/intel_iommu_internal.h
3531F: include/hw/i386/intel_iommu.h
3532
Philippe Mathieu-Daudé2f5a2b32023-03-13 16:30:26 +01003533AMD-Vi Emulation
3534S: Orphan
3535F: hw/i386/amd_iommu.?
3536
Bin Menge92fb012020-06-26 06:13:40 -07003537OpenSBI Firmware
3538M: Bin Meng <bmeng.cn@gmail.com>
3539S: Supported
3540F: pc-bios/opensbi-*
3541F: .gitlab-ci.d/opensbi.yml
3542F: .gitlab-ci.d/opensbi/
3543
Luc Michel59c7a182021-02-11 09:53:18 +01003544Clock framework
3545M: Luc Michel <luc@lmichel.fr>
Damien Hedde1d7e6722023-02-13 10:53:06 +00003546R: Damien Hedde <damien.hedde@dahe.fr>
Luc Michel59c7a182021-02-11 09:53:18 +01003547S: Maintained
3548F: include/hw/clock.h
3549F: include/hw/qdev-clock.h
3550F: hw/core/clock.c
3551F: hw/core/clock-vmstate.c
3552F: hw/core/qdev-clock.c
3553F: docs/devel/clocks.rst
3554
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003555Usermode Emulation
3556------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003557Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02003558M: Riku Voipio <riku.voipio@iki.fi>
3559S: Maintained
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03003560F: accel/tcg/user-exec*.c
Richard Hendersonbbf15aa2021-11-17 16:14:00 +01003561F: include/user/
3562F: common-user/
Paolo Bonzini486bbe52014-10-22 00:18:01 +02003563
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003564BSD user
Warner Losh65a9d382021-03-08 15:40:23 -07003565M: Warner Losh <imp@bsdimp.com>
3566R: Kyle Evans <kevans@freebsd.org>
3567S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003568F: bsd-user/
Alex Bennée812b31d2021-07-07 14:17:43 +01003569F: configs/targets/*-bsd-user.mak
Warner Loshadbae402022-01-09 11:50:24 -07003570F: tests/vm/*bsd
Warner Losh65a9d382021-03-08 15:40:23 -07003571T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003572
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003573Linux user
Riku Voipio8f902c52020-07-02 14:16:36 +03003574M: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003575S: Maintained
3576F: linux-user/
Alex Bennée812b31d2021-07-07 14:17:43 +01003577F: configs/targets/*linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01003578F: scripts/qemu-binfmt-conf.sh
Laurent Viviere3a6c822020-03-10 11:34:00 +01003579F: scripts/update-syscalltbl.sh
Laurent Vivier57333332020-03-10 11:34:03 +01003580F: scripts/update-mips-syscall-args.sh
Laurent Vivier382ae672020-03-16 09:56:17 +01003581F: scripts/gensyscalls.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003582
3583Tiny Code Generator (TCG)
3584-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003585Common TCG code
Richard Henderson336f7442020-11-12 20:35:43 -08003586M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003587S: Maintained
3588F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01003589F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003590
Alex Bennée22b58672019-10-17 14:25:23 +01003591TCG Plugins
3592M: Alex Bennée <alex.bennee@linaro.org>
Alexandre Iooss3d7caf12021-07-09 15:29:59 +01003593R: Alexandre Iooss <erdnaxe@crans.org>
Mahmoud Mandoura6b95a92021-07-09 15:30:05 +01003594R: Mahmoud Mandour <ma.mandourr@gmail.com>
Alex Bennée22b58672019-10-17 14:25:23 +01003595S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00003596F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01003597F: plugins/
Alex Bennéec17a3862020-09-09 12:27:41 +01003598F: tests/plugin/
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03003599F: tests/avocado/tcg_plugins.py
Alex Bennéec17a3862020-09-09 12:27:41 +01003600F: contrib/plugins/
Alex Bennée22b58672019-10-17 14:25:23 +01003601
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003602AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10003603M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01003604S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00003605L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01003606F: tcg/aarch64/
3607
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003608ARM TCG target
Peter Maydell7c6ef612021-07-22 19:09:51 +01003609M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003610S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00003611L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003612F: tcg/arm/
3613
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003614i386 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003615M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003616S: Maintained
3617F: tcg/i386/
3618
WANG Xueruiafa33252021-12-21 13:40:36 +08003619LoongArch64 TCG target
3620M: WANG Xuerui <git@xen0n.name>
3621S: Maintained
3622F: tcg/loongarch64/
3623
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003624MIPS TCG target
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02003625M: Philippe Mathieu-Daudé <philmd@linaro.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01003626R: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chendab1e1e2020-12-05 17:22:01 +08003627R: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +02003628R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02003629R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003630S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003631F: tcg/mips/
3632
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003633PPC TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003634M: Richard Henderson <richard.henderson@linaro.org>
Pranith Kumar15610d42016-10-18 10:21:00 -07003635S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003636F: tcg/ppc/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003637
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003638RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07003639M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00003640M: Alistair Francis <Alistair.Francis@wdc.com>
3641L: qemu-riscv@nongnu.org
3642S: Maintained
3643F: tcg/riscv/
Thomas Huth5d0ce902023-09-29 14:37:27 +02003644F: disas/riscv.[ch]
Alistair Francisfb1f70f2018-12-19 19:17:07 +00003645
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003646S390 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003647M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003648S: Maintained
3649F: tcg/s390/
Cornelia Huck146bd282017-10-05 17:05:23 +02003650L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003651
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003652SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02003653S: Odd Fixes
Richard Henderson6d0b52e2022-10-17 08:00:57 +03003654F: tcg/sparc64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003655F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003656
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003657TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003658M: Stefan Weil <sw@weilnetz.de>
3659S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02003660F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03003661F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003662F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02003663
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003664Block drivers
3665-------------
3666VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08003667M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003668L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003669S: Supported
3670F: block/vmdk.c
3671
3672RBD
Ilya Dryomov07255702021-05-19 13:25:13 +02003673M: Ilya Dryomov <idryomov@gmail.com>
Peter Lieven6d2f38e2021-07-07 20:04:49 +02003674R: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05003675L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003676S: Supported
3677F: block/rbd.c
3678
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003679VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04003680M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003681L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003682S: Supported
3683F: block/vhdx*
3684
3685VDI
3686M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003687L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003688S: Maintained
3689F: block/vdi.c
3690
Stefan Hajnoczifd66dbd2022-10-13 14:58:57 -04003691blkio
3692M: Stefan Hajnoczi <stefanha@redhat.com>
3693L: qemu-block@nongnu.org
3694S: Maintained
3695F: block/blkio.c
3696
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003697iSCSI
3698M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3699M: Paolo Bonzini <pbonzini@redhat.com>
3700M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003701L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02003702S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003703F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01003704F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003705
Eric Blake99c62e72017-07-07 13:21:51 -05003706Network Block Device (NBD)
3707M: Eric Blake <eblake@redhat.com>
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03003708M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Eric Blake99c62e72017-07-07 13:21:51 -05003709L: qemu-block@nongnu.org
3710S: Maintained
3711F: block/nbd*
3712F: nbd/
3713F: include/block/nbd*
3714F: qemu-nbd.*
3715F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03003716F: docs/interop/nbd.txt
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03003717F: docs/tools/qemu-nbd.rst
Eric Blake58a6fdc2022-05-11 19:49:24 -05003718F: tests/qemu-iotests/tests/*nbd*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003719T: git https://repo.or.cz/qemu/ericb.git nbd
Vladimir Sementsov-Ogievskiy9e4067b2022-05-26 14:54:32 +03003720T: git https://gitlab.com/vsementsov/qemu.git block
Eric Blake99c62e72017-07-07 13:21:51 -05003721
Peter Lieven6542aa92014-02-03 10:26:13 +01003722NFS
3723M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05003724L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01003725S: Maintained
3726F: block/nfs.c
3727
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003728SSH
3729M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003730L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003731S: Supported
3732F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03003733
Jeff Cody280458a2015-03-06 12:16:06 -05003734CURL
Jeff Cody280458a2015-03-06 12:16:06 -05003735L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003736S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003737F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05003738
3739GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05003740L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003741L: integration@gluster.org
3742S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003743F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08003744
Fam Zheng199667a2015-04-01 09:45:40 +08003745Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08003746M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08003747L: qemu-block@nongnu.org
3748S: Supported
3749F: block/null.c
3750
Fam Zhengbdd6a902018-01-16 14:08:55 +08003751NVMe Block Driver
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003752M: Stefan Hajnoczi <stefanha@redhat.com>
3753R: Fam Zheng <fam@euphon.net>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02003754R: Philippe Mathieu-Daudé <philmd@linaro.org>
Fam Zhengbdd6a902018-01-16 14:08:55 +08003755L: qemu-block@nongnu.org
3756S: Supported
3757F: block/nvme*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02003758F: include/block/nvme.h
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003759T: git https://github.com/stefanha/qemu.git block
Fam Zhengbdd6a902018-01-16 14:08:55 +08003760
Gongleib5e94762014-10-22 11:07:57 +08003761Bootdevice
3762M: Gonglei <arei.gonglei@huawei.com>
3763S: Maintained
Philippe Mathieu-Daudé8d7f2e72023-10-04 11:06:28 +02003764F: system/bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02003765
3766Quorum
3767M: Alberto Garcia <berto@igalia.com>
3768S: Supported
3769F: block/quorum.c
3770L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003771
Aapo Vienamobfcc2242018-07-03 17:48:48 +03003772blklogwrites
3773M: Ari Sundholm <ari@tuxera.com>
3774L: qemu-block@nongnu.org
3775S: Supported
3776F: block/blklogwrites.c
3777
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003778blkverify
3779M: Stefan Hajnoczi <stefanha@redhat.com>
3780L: qemu-block@nongnu.org
3781S: Supported
3782F: block/blkverify.c
3783
3784bochs
3785M: Stefan Hajnoczi <stefanha@redhat.com>
3786L: qemu-block@nongnu.org
3787S: Supported
3788F: block/bochs.c
3789
3790cloop
3791M: Stefan Hajnoczi <stefanha@redhat.com>
3792L: qemu-block@nongnu.org
3793S: Supported
3794F: block/cloop.c
3795
3796dmg
3797M: Stefan Hajnoczi <stefanha@redhat.com>
3798L: qemu-block@nongnu.org
3799S: Supported
3800F: block/dmg.c
3801
3802parallels
3803M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03003804M: Denis V. Lunev <den@openvz.org>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003805L: qemu-block@nongnu.org
3806S: Supported
3807F: block/parallels.c
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003808F: block/parallels-ext.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03003809F: docs/interop/parallels.txt
Denis V. Lunevbb20ec62022-08-23 10:27:00 +02003810T: git https://src.openvz.org/scm/~den/qemu.git parallels
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003811
3812qed
3813M: Stefan Hajnoczi <stefanha@redhat.com>
3814L: qemu-block@nongnu.org
3815S: Supported
3816F: block/qed.c
3817
3818raw
3819M: Kevin Wolf <kwolf@redhat.com>
3820L: qemu-block@nongnu.org
3821S: Supported
3822F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02003823F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06003824F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06003825F: block/file-posix.c
3826F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003827F: block/win32-aio.c
3828
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003829Linux io_uring
3830M: Aarushi Mehta <mehta.aaru20@gmail.com>
3831M: Julia Suvorova <jusual@redhat.com>
3832M: Stefan Hajnoczi <stefanha@redhat.com>
Stefano Garzarella0ef28012021-07-28 15:15:15 +02003833R: Stefano Garzarella <sgarzare@redhat.com>
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003834L: qemu-block@nongnu.org
3835S: Maintained
3836F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00003837F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003838
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003839qcow2
3840M: Kevin Wolf <kwolf@redhat.com>
Hanna Reitzb0c47982021-08-10 16:04:11 +02003841M: Hanna Reitz <hreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003842L: qemu-block@nongnu.org
3843S: Supported
3844F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03003845F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003846
3847qcow
3848M: Kevin Wolf <kwolf@redhat.com>
3849L: qemu-block@nongnu.org
3850S: Supported
3851F: block/qcow.c
3852
3853blkdebug
3854M: Kevin Wolf <kwolf@redhat.com>
Hanna Reitzb0c47982021-08-10 16:04:11 +02003855M: Hanna Reitz <hreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003856L: qemu-block@nongnu.org
3857S: Supported
3858F: block/blkdebug.c
3859
3860vpc
3861M: Kevin Wolf <kwolf@redhat.com>
3862L: qemu-block@nongnu.org
3863S: Supported
3864F: block/vpc.c
3865
3866vvfat
3867M: Kevin Wolf <kwolf@redhat.com>
3868L: qemu-block@nongnu.org
Prasad J Pandit4b7c5bc2020-07-11 00:34:51 +05303869S: Odd Fixes
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003870F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01003871
3872Image format fuzzer
3873M: Stefan Hajnoczi <stefanha@redhat.com>
3874L: qemu-block@nongnu.org
3875S: Supported
3876F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003877
Coiby Xu8675a372020-09-18 16:09:12 +08003878Vhost-user block device backend server
3879M: Coiby Xu <Coiby.Xu@gmail.com>
3880S: Maintained
3881F: block/export/vhost-user-blk-server.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003882F: block/export/vhost-user-blk-server.h
Xie Yongji5c368022022-05-23 16:46:06 +08003883F: block/export/virtio-blk-handler.c
3884F: block/export/virtio-blk-handler.h
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003885F: include/qemu/vhost-user-server.h
Coiby Xu8675a372020-09-18 16:09:12 +08003886F: tests/qtest/libqos/vhost-user-blk.c
Coiby Xu80695202021-03-22 09:23:25 +00003887F: tests/qtest/libqos/vhost-user-blk.h
3888F: tests/qtest/vhost-user-blk-test.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003889F: util/vhost-user-server.c
Coiby Xu8675a372020-09-18 16:09:12 +08003890
Max Reitz0c9b70d2020-10-27 20:05:42 +01003891FUSE block device exports
Hanna Reitzb0c47982021-08-10 16:04:11 +02003892M: Hanna Reitz <hreitz@redhat.com>
Max Reitz0c9b70d2020-10-27 20:05:42 +01003893L: qemu-block@nongnu.org
3894S: Supported
3895F: block/export/fuse.c
3896
Xie Yongji2a2359b2022-05-23 16:46:09 +08003897VDUSE library and block device exports
Xie Yongjia6caeee2022-05-23 16:46:08 +08003898M: Xie Yongji <xieyongji@bytedance.com>
3899S: Maintained
3900F: subprojects/libvduse/
Xie Yongji2a2359b2022-05-23 16:46:09 +08003901F: block/export/vduse-blk.c
3902F: block/export/vduse-blk.h
Xie Yongjia6caeee2022-05-23 16:46:08 +08003903
Changlong Xie049105a2016-07-27 15:01:53 +08003904Replication
Changlong Xie205f8612017-04-18 11:08:13 +08003905M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08003906M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08003907S: Supported
3908F: replication*
3909F: block/replication.c
Thomas Huthda668aa2021-03-10 07:33:14 +01003910F: tests/unit/test-replication.c
Changlong Xie049105a2016-07-27 15:01:53 +08003911F: docs/block-replication.txt
3912
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003913PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02003914M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03003915M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Thomas Huthe9a54262023-09-27 15:30:19 +02003916S: Odd Fixes
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003917F: hw/rdma/*
3918F: hw/rdma/vmw/*
3919F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02003920F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02003921F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003922
Alex Bennéeb052fec2019-05-13 15:32:56 +01003923Semihosting
3924M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01003925S: Maintained
Philippe Mathieu-Daudé8df9f0c2021-03-05 13:54:50 +00003926F: semihosting/
Philippe Mathieu-Daudé6b5fe132021-03-05 13:54:49 +00003927F: include/semihosting/
Alex Bennée3539d842021-03-23 16:52:51 +00003928F: tests/tcg/multiarch/arm-compat-semi/
Alex Bennéeb904a902022-02-25 17:20:21 +00003929F: tests/tcg/aarch64/system/semiheap.c
Alex Bennéeb052fec2019-05-13 15:32:56 +01003930
John G Johnson8684f1b2021-01-29 11:46:02 -05003931Multi-process QEMU
3932M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3933M: Jagannathan Raman <jag.raman@oracle.com>
John G Johnson8684f1b2021-01-29 11:46:02 -05003934S: Maintained
3935F: docs/devel/multi-process.rst
Elena Ufimtseva639090d2021-01-29 11:46:03 -05003936F: docs/system/multi-process.rst
Jagannathan Raman6fbd84d2021-01-29 11:46:06 -05003937F: hw/pci-host/remote.c
3938F: include/hw/pci-host/remote.h
Jagannathan Raman3f0e7e52021-01-29 11:46:07 -05003939F: hw/remote/machine.c
3940F: include/hw/remote/machine.h
Elena Ufimtsevaad22c302021-01-29 11:46:10 -05003941F: hw/remote/mpqemu-link.c
3942F: include/hw/remote/mpqemu-link.h
Jagannathan Raman48b06f52021-01-29 11:46:11 -05003943F: hw/remote/message.c
Jagannathan Ramanc7d80c72021-01-29 11:46:12 -05003944F: hw/remote/remote-obj.c
Jagannathan Ramaned5d0012021-01-29 11:46:13 -05003945F: include/hw/remote/memory.h
3946F: hw/remote/memory.c
Elena Ufimtseva9f811202021-01-29 11:46:14 -05003947F: hw/remote/proxy.c
3948F: include/hw/remote/proxy.h
Jagannathan Ramanc746b742021-01-29 11:46:18 -05003949F: hw/remote/proxy-memory-listener.c
3950F: include/hw/remote/proxy-memory-listener.h
Jagannathan Ramanbd36adb2021-01-29 11:46:19 -05003951F: hw/remote/iohub.c
3952F: include/hw/remote/iohub.h
Jagannathan Raman55116962022-06-13 16:26:24 -04003953F: subprojects/libvfio-user
Jagannathan Raman8f9a9252022-06-13 16:26:25 -04003954F: hw/remote/vfio-user-obj.c
Jagannathan Raman08cf3dc2022-06-13 16:26:33 -04003955F: include/hw/remote/vfio-user-obj.h
Jagannathan Raman253007d2022-06-13 16:26:30 -04003956F: hw/remote/iommu.c
3957F: include/hw/remote/iommu.h
John G Johnson8684f1b2021-01-29 11:46:02 -05003958
Andrew Melnychenko90322e62021-05-14 14:48:35 +03003959EBPF:
3960M: Jason Wang <jasowang@redhat.com>
3961R: Andrew Melnychenko <andrew@daynix.com>
3962R: Yuri Benditovich <yuri.benditovich@daynix.com>
3963S: Maintained
Thomas Huth2635f962023-10-17 17:17:40 +02003964F: docs/devel/ebpf_rss.rst
Andrew Melnychenko90322e62021-05-14 14:48:35 +03003965F: ebpf/*
3966F: tools/ebpf/*
3967
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003968Build and test automation
3969-------------------------
Thomas Huth9872ba02021-03-09 12:23:56 +01003970Build and test automation, general continuous integration
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003971M: Alex Bennée <alex.bennee@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02003972M: Philippe Mathieu-Daudé <philmd@linaro.org>
Thomas Huth9872ba02021-03-09 12:23:56 +01003973M: Thomas Huth <thuth@redhat.com>
3974R: Wainer dos Santos Moschetta <wainersm@redhat.com>
Willian Rampazzo40525be2021-11-29 14:09:30 +00003975R: Beraldo Leal <bleal@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003976S: Maintained
Yonggang Luoe7c2d742022-03-23 16:07:55 +08003977F: .github/workflows/lockdown.yml
Thomas Huth9872ba02021-03-09 12:23:56 +01003978F: .gitlab-ci.yml
3979F: .gitlab-ci.d/
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003980F: .travis.yml
Thomas Huth145af272023-09-29 15:16:36 +02003981F: docs/devel/ci*
Philippe Mathieu-Daudé04250c62021-02-11 12:27:36 +00003982F: scripts/ci/
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003983F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08003984F: tests/vm/
Philippe Mathieu-Daudé3260f4e2022-02-04 20:43:14 +00003985F: tests/lcitool/
Alex Bennée267fe572023-02-28 19:06:39 +00003986F: tests/avocado/tuxrun_baselines.py
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01003987F: scripts/archive-source.sh
Thomas Huth4db546d2022-12-12 18:48:41 +01003988F: docs/devel/testing.rst
Thomas Huth9872ba02021-03-09 12:23:56 +01003989W: https://gitlab.com/qemu-project/qemu/pipelines
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003990W: https://travis-ci.org/qemu/qemu
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003991
Ed Maste7162fbb2019-01-22 17:25:58 +00003992FreeBSD Hosted Continuous Integration
3993M: Ed Maste <emaste@freebsd.org>
3994M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00003995S: Maintained
Thomas Huth5be6fd02022-02-17 15:11:38 +01003996F: .gitlab-ci.d/cirrus/freebsd*
3997F: tests/vm/freebsd
Ed Maste7162fbb2019-01-22 17:25:58 +00003998W: https://cirrus-ci.com/github/qemu/qemu
3999
Yonggang Luodaee8de2021-01-07 02:19:17 -08004000Windows Hosted Continuous Integration
4001M: Yonggang Luo <luoyonggang@gmail.com>
4002S: Maintained
Philippe Mathieu-Daudéda80f112023-03-22 14:57:21 +01004003F: .gitlab-ci.d/windows.yml
Yonggang Luodaee8de2021-01-07 02:19:17 -08004004
Alex Bennée7e970172018-04-06 13:32:18 +01004005Guest Test Compilation Support
4006M: Alex Bennée <alex.bennee@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02004007R: Philippe Mathieu-Daudé <philmd@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00004008S: Maintained
Alex Bennée162f9162022-10-27 19:36:23 +01004009F: tests/tcg/Makefile.target
Alex Bennée7e970172018-04-06 13:32:18 +01004010
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03004011Integration Testing with the Avocado framework
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01004012W: https://trello.com/b/6Qi1pxVn/avocado-qemu
4013R: Cleber Rosa <crosa@redhat.com>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02004014R: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01004015R: Wainer dos Santos Moschetta <wainersm@redhat.com>
Willian Rampazzo40525be2021-11-29 14:09:30 +00004016R: Beraldo Leal <bleal@redhat.com>
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01004017S: Odd Fixes
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03004018F: tests/avocado/
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01004019
Philippe Mathieu-Daudé1e970152021-11-29 14:09:31 +00004020GitLab custom runner (Works On Arm Sponsored)
4021M: Alex Bennée <alex.bennee@linaro.org>
Philippe Mathieu-Daudé8823ef12022-10-17 20:20:05 +02004022M: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé1e970152021-11-29 14:09:31 +00004023S: Maintained
Alex Bennée66dca262022-09-14 16:59:40 +01004024F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
4025F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
Philippe Mathieu-Daudé1e970152021-11-29 14:09:31 +00004026
Daniel P. Berrange717171b2015-09-24 14:41:38 +01004027Documentation
4028-------------
4029Build system architecture
4030M: Daniel P. Berrange <berrange@redhat.com>
4031S: Odd Fixes
Stefano Garzarella551bdfa2021-05-17 17:17:00 +02004032F: docs/devel/build-system.rst
Fam Zheng8a49e972016-06-01 12:25:28 +08004033
Alex Bennée92329a72019-01-14 15:25:13 +00004034GIT Data Mining Config
4035M: Alex Bennée <alex.bennee@linaro.org>
4036S: Odd Fixes
4037F: gitdm.config
4038F: contrib/gitdm/*
4039
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02004040Incompatible changes
4041R: libvir-list@redhat.com
Mao Zhongyia476b212021-07-23 14:58:28 +08004042F: docs/about/deprecated.rst
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02004043
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01004044Build System
4045------------
Alex Bennée48fad832022-10-27 19:36:21 +01004046Meson
4047M: Paolo Bonzini <pbonzini@redhat.com>
4048R: Marc-André Lureau <marcandre.lureau@redhat.com>
4049R: Daniel P. Berrange <berrange@redhat.com>
4050R: Thomas Huth <thuth@redhat.com>
4051R: Philippe Mathieu-Daudé <philmd@linaro.org>
4052S: Maintained
4053F: meson.build
4054F: meson_options.txt
4055F: scripts/meson-buildoptions.*
4056F: scripts/check_sparse.py
4057F: scripts/symlink-install-tree.py
4058
4059Top Level Makefile and configure
4060M: Paolo Bonzini <pbonzini@redhat.com>
4061R: Alex Bennée <alex.bennee@linaro.org>
4062R: Thomas Huth <thuth@redhat.com>
4063S: Maintained
4064F: Makefile
4065F: configure
4066F: scripts/mtest2make.py
4067F: tests/Makefile.include
4068
Paolo Bonzini2f38ff792023-05-03 19:29:17 +02004069Kconfig
4070M: Paolo Bonzini <pbonzini@redhat.com>
4071S: Maintained
4072F: scripts/minikconf.py
4073F: docs/devel/kconfig.rst
4074F: Kconfig*
4075F: */Kconfig*
4076F: hw/*/Kconfig*
4077F: target/*/Kconfig*
4078
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01004079GIT submodules
4080M: Daniel P. Berrange <berrange@redhat.com>
4081S: Odd Fixes
4082F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00004083
Aleksandar Markovicef45a392019-12-10 13:55:15 +01004084UI translations
John Snow4251dfb2020-10-30 11:34:16 -04004085S: Orphan
Aleksandar Markovicef45a392019-12-10 13:55:15 +01004086F: po/*.po
4087
Peter Maydellc10e01b2019-03-07 14:26:47 +00004088Sphinx documentation configuration and build machinery
4089M: Peter Maydell <peter.maydell@linaro.org>
4090S: Maintained
4091F: docs/conf.py
4092F: docs/*/conf.py
Peter Maydell4078ee52020-09-25 17:23:02 +01004093F: docs/sphinx/
Peter Maydell13f934e2021-07-05 10:55:46 +01004094F: docs/_templates/
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02004095
4096Miscellaneous
4097-------------
4098Performance Tools and Tests
4099M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
4100S: Maintained
4101F: scripts/performance/
Alex Bennée899c3fc2023-04-03 14:49:10 +01004102
4103Code Coverage Tools
4104M: Alex Bennée <alex.bennee@linaro.org>
4105S: Odd Fixes
4106F: scripts/coverage/