blob: 62bc185d1082bf6f8877e9f714fcba04805fc1c2 [file] [log] [blame]
bellardb6f97c12008-05-09 09:39:00 +00001QEMU Maintainers
2================
3
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05004The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
bellard3cd9acb2008-06-04 14:57:43 +00008
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05009In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
bellardb6f97c12008-05-09 09:39:00 +000011
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050012Descriptions of section entries:
bellardb6f97c12008-05-09 09:39:00 +000013
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050014 M: Mail patches to: FullName <address@domain>
Cornelia Huck9436e082018-10-26 12:57:11 +020015 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
Paul E. McKenneyfdf6fab2014-06-02 09:06:37 -070017 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
Cornelia Huck9436e082018-10-26 12:57:11 +020019 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050021 L: Mailing list that is relevant to this area
Cornelia Huck9436e082018-10-26 12:57:11 +020022 These lists should be CCed on patches.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050023 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
Peter Maydellc91bbff2011-11-09 19:45:38 +000030 much other than throw the odd patch in. See below.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050031 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
bellardb6f97c12008-05-09 09:39:00 +000056
bellardb6f97c12008-05-09 09:39:00 +000057
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050058General Project Administration
59------------------------------
Peter Maydellff0d4872014-10-15 21:30:52 +010060M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050061
Stephen Warrenc9a19d52016-02-08 20:04:25 -070062All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030067Responsible Disclosure, Reporting Security Issues
Markus Armbruster84995ea2019-06-06 19:24:08 +020068-------------------------------------------------
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +000069W: https://wiki.qemu.org/SecurityProcess
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030070M: Michael S. Tsirkin <mst@redhat.com>
Michael S. Tsirkin62622c12014-04-17 16:45:46 +030071L: secalert@redhat.com
72
Laurent Vivier936c2232016-10-08 12:00:07 +020073Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +000082T: git https://github.com/vivier/qemu.git trivial-patches
Laurent Vivier936c2232016-10-08 12:00:07 +020083
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010084Architecture support
85--------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +020086S390 general architecture support
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010087M: Cornelia Huck <cohuck@redhat.com>
Cornelia Huckcdb509a2020-05-25 17:58:55 +020088M: Thomas Huth <thuth@redhat.com>
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010089S: Supported
Alex Bennée812b31d2021-07-07 14:17:43 +010090F: configs/devices/s390x-softmmu/default.mak
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010091F: gdb-xml/s390*.xml
92F: hw/char/sclp*.[hc]
93F: hw/char/terminal3270.c
94F: hw/intc/s390_flic.c
95F: hw/intc/s390_flic_kvm.c
96F: hw/s390x/
Tony Krowiak2fe29422018-10-10 13:03:07 -040097F: hw/vfio/ap.c
Cornelia Huckdaf14ce2018-01-15 15:43:11 +010098F: hw/vfio/ccw.c
99F: hw/watchdog/wdt_diag288.c
100F: include/hw/s390x/
101F: include/hw/watchdog/wdt_diag288.h
102F: pc-bios/s390-ccw/
103F: pc-bios/s390-ccw.img
104F: target/s390x/
Cornelia Huckf58f0842020-03-18 11:39:40 +0100105F: docs/system/target-s390x.rst
106F: docs/system/s390x/
Cornelia Hucka1c993c2019-05-29 11:05:12 +0200107F: tests/migration/s390x/
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100108K: ^Subject:.*(?i)s390x?
Cornelia Huck99eaf132020-12-14 14:26:28 +0100109T: git https://gitlab.com/cohuck/qemu.git s390-next
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100110L: qemu-s390x@nongnu.org
111
Philippe Mathieu-Daudée955acd2021-10-04 10:31:57 +0200112MIPS general architecture support
113M: Philippe Mathieu-Daudé <f4bug@amsat.org>
114R: Jiaxun Yang <jiaxun.yang@flygoat.com>
115S: Odd Fixes
116K: ^Subject:.*(?i)mips
117
Markus Armbruster84995ea2019-06-06 19:24:08 +0200118Guest CPU cores (TCG)
119---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200120Overall TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800121M: Richard Henderson <richard.henderson@linaro.org>
Paolo Bonzini2185fd62018-10-19 14:25:42 +0200122R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100123S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +0200124F: softmmu/cpus.c
Alex Bennéeadf1cfb2020-05-13 18:31:56 +0100125F: cpus-common.c
Richard Henderson6670d4d2021-03-22 12:24:24 +0100126F: page-vary.c
Richard Henderson44b99a62021-03-22 12:24:26 +0100127F: page-vary-common.c
Philippe Mathieu-Daudéc6a88dd2017-06-29 12:03:04 -0300128F: accel/tcg/
Thomas Huth9681ad32018-11-22 13:57:18 +0100129F: accel/stubs/tcg-stub.c
Richard Henderson084cfca2020-12-14 08:02:33 -0600130F: util/cacheinfo.c
131F: util/cacheflush.c
Philippe Mathieu-Daudé55fd1892018-11-10 22:13:12 +0100132F: scripts/decodetree.py
Richard Henderson3fdbf5d2019-02-23 13:00:10 -0800133F: docs/devel/decodetree.rst
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100134F: include/exec/cpu*.h
135F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200136F: include/exec/helper*.h
Thomas Huth460423d2016-09-09 23:15:04 +0200137F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200138F: include/sysemu/tcg.h
Claudio Fontana78271682021-02-04 17:39:23 +0100139F: include/hw/core/tcg-cpu-ops.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200140
Peter Maydell1badb582016-02-19 16:25:01 +0000141FPU emulation
142M: Aurelien Jarno <aurelien@aurel32.net>
143M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000144M: Alex Bennée <alex.bennee@linaro.org>
145S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000146F: fpu/
147F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000148F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000149
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200150Alpha TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800151M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson8d6df262011-05-20 12:23:18 -0700152S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200153F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200154F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200155F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500156
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200157ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100158M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000159L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500160S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200161F: target/arm/
Alex Bennéec3487222018-04-05 15:45:32 +0100162F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100163F: tests/tcg/aarch64/
Philippe Mathieu-Daudéc32c3d62021-05-26 19:04:21 +0200164F: tests/qtest/arm-cpu-features.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100165F: hw/arm/
166F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200167F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200168F: disas/arm.c
169F: disas/arm-a64.cc
170F: disas/libvixl/
Peter Maydellc11a8e82020-03-09 21:58:15 +0000171F: docs/system/target-arm.rst
Philippe Mathieu-Daudé6e84a912020-11-20 16:45:40 +0100172F: docs/system/arm/cpu-features.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500173
Eric Auger49154ea2018-11-22 19:01:43 +0100174ARM SMMU
175M: Eric Auger <eric.auger@redhat.com>
176L: qemu-arm@nongnu.org
177S: Maintained
178F: hw/arm/smmu*
179F: include/hw/arm/smmu*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300180F: tests/avocado/smmu.py
Eric Auger49154ea2018-11-22 19:01:43 +0100181
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100182AVR TCG CPUs
183M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100184S: Maintained
Thomas Huth0abd3862020-08-12 17:53:04 +0200185F: docs/system/target-avr.rst
Michael Rolnik12b35402020-01-26 18:52:23 +0100186F: gdb-xml/avr-cpu.xml
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100187F: target/avr/
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300188F: tests/avocado/machine_avr6.py
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100189
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200190CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500191M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
192S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200193F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100194F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200195F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200196F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200197F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500198
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600199Hexagon TCG CPUs
200M: Taylor Simpson <tsimpson@quicinc.com>
201S: Supported
202F: target/hexagon/
203F: linux-user/hexagon/
204F: tests/tcg/hexagon/
205F: disas/hexagon.c
Alex Bennée812b31d2021-07-07 14:17:43 +0100206F: configs/targets/hexagon-linux-user/default.mak
Alessandro Di Federicoafbdf0a2021-05-12 11:20:26 +0100207F: docker/dockerfiles/debian-hexagon-cross.docker
208F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
Taylor Simpson5f508bc2021-02-07 23:45:51 -0600209
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200210HPPA (PA-RISC) TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800211M: Richard Henderson <richard.henderson@linaro.org>
Richard Henderson61766fe2016-12-15 11:26:14 -0800212S: Maintained
213F: target/hppa/
214F: disas/hppa.c
215
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200216M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200217M: Laurent Vivier <laurent@vivier.eu>
218S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200219F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100220F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500221
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200222MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500223M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
224S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200225F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100226F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200227F: disas/microblaze.c
Richard Hendersonb58a4e62021-10-26 11:22:12 +0100228F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
Alex Bennée67f80eb2021-10-26 11:22:17 +0100229F: tests/tcg/nios2/Makefile.target
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500230
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200231MIPS TCG CPUs
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200232M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +0100233R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +0200234R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +0200235R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200236S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200237F: target/mips/
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100238F: disas/mips.c
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000239F: docs/system/cpu-models-mips.rst.inc
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200240F: tests/tcg/mips/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500241
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100242MIPS TCG CPUs (nanoMIPS ISA)
243S: Orphan
244F: disas/nanomips.*
Philippe Mathieu-Daudé3f178b82020-11-16 06:25:00 +0100245F: target/mips/tcg/*nanomips*
Philippe Mathieu-Daudéa60442e2020-11-02 11:30:30 +0100246
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200247NiosII TCG CPUs
Marek Vasute6717112017-01-18 23:01:46 +0100248M: Chris Wulff <crwulff@gmail.com>
249M: Marek Vasut <marex@denx.de>
250S: Maintained
251F: target/nios2/
252F: hw/nios2/
253F: disas/nios2.c
Alex Bennée812b31d2021-07-07 14:17:43 +0100254F: configs/devices/nios2-softmmu/default.mak
Richard Henderson2eb44612021-10-26 11:22:11 +0100255F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
Marek Vasute6717112017-01-18 23:01:46 +0100256
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200257OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900258M: Stafford Horne <shorne@gmail.com>
259S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200260F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800261F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200262F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800263
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200264PowerPC TCG CPUs
David Gibson14fe3222021-11-05 14:28:51 +1100265M: Cédric Le Goater <clg@kaod.org>
266M: Daniel Henrique Barboza <danielhb413@gmail.com>
267R: David Gibson <david@gibson.dropbear.id.au>
268R: Greg Kurz <groug@kaod.org>
Andreas Färbera6c98682012-01-13 13:33:57 +0000269L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500270S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200271F: target/ppc/
David Gibson7ddb1202021-09-27 14:17:45 +1000272F: hw/ppc/ppc.c
273F: hw/ppc/ppc_booke.c
274F: include/hw/ppc/ppc.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200275F: disas/ppc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500276
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200277RISC-V TCG CPUs
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -0700278M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisab2c9122021-04-06 18:48:25 -0400279M: Alistair Francis <alistair.francis@wdc.com>
280M: Bin Meng <bin.meng@windriver.com>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700281L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800282S: Supported
Michael Clark4dc62b12018-03-03 01:31:09 +1300283F: target/riscv/
284F: hw/riscv/
285F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000286F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000287F: linux-user/host/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300288
Philipp Tomsich34888f02022-02-02 01:52:49 +0100289RISC-V XVentanaCondOps extension
290M: Philipp Tomsich <philipp.tomsich@vrull.eu>
291L: qemu-riscv@nongnu.org
292S: Supported
293F: target/riscv/XVentanaCondOps.decode
294F: target/riscv/insn_trans/trans_xventanacondops.c.inc
295
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800296RENESAS RX CPUs
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +0100297R: Yoshinori Sato <ysato@users.sourceforge.jp>
298S: Orphan
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800299F: target/rx/
300
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200301S390 TCG CPUs
Richard Henderson336f7442020-11-12 20:35:43 -0800302M: Richard Henderson <richard.henderson@linaro.org>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100303M: David Hildenbrand <david@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500304S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200305F: target/s390x/
Cho, Yu-Chenc9274b62021-07-07 18:53:17 +0800306F: target/s390x/tcg
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100307F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200308F: disas/s390.c
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400309F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200310L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000311
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200312SH4 TCG CPUs
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +0100313R: Yoshinori Sato <ysato@users.sourceforge.jp>
314S: Orphan
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200315F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100316F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200317F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200318F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000319
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200320SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000321M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100322M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500323S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200324F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100325F: hw/sparc/
326F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100327F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200328F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500329
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200330X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200331M: Paolo Bonzini <pbonzini@redhat.com>
Richard Henderson336f7442020-11-12 20:35:43 -0800332M: Richard Henderson <richard.henderson@linaro.org>
Eduardo Habkost24c4cd12021-11-30 15:47:22 -0500333M: Eduardo Habkost <eduardo@habkost.net>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300334S: Maintained
Claudio Fontanaf5cc5a52021-03-22 14:27:40 +0100335F: target/i386/tcg/
Alex Bennée41324312018-04-05 15:35:11 +0100336F: tests/tcg/i386/
Alex Bennée3a082ec2018-04-17 11:14:37 +0100337F: tests/tcg/x86_64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100338F: hw/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200339F: disas/i386.c
Daniel P. Berrangé38dec0e2021-06-07 14:58:40 +0100340F: docs/system/cpu-models-x86*
Eduardo Habkostf953c102020-12-14 16:20:32 -0500341T: git https://gitlab.com/ehabkost/qemu.git x86-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500342
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200343Xtensa TCG CPUs
Max Filippov16e7caa2011-09-06 03:55:56 +0400344M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippovb8105d22018-02-27 21:15:34 -0800345W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400346S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200347F: target/xtensa/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100348F: hw/xtensa/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200349F: tests/tcg/xtensa/
Max Filippov5a6539e2017-10-31 16:17:43 -0700350F: disas/xtensa.c
Max Filippov895e4892018-11-22 15:06:21 -0800351F: include/hw/xtensa/xtensa-isa.h
Alex Bennée812b31d2021-07-07 14:17:43 +0100352F: configs/devices/xtensa*/default.mak
Max Filippov16e7caa2011-09-06 03:55:56 +0400353
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200354TriCore TCG CPUs
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100355M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
356S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200357F: target/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100358F: hw/tricore/
Thomas Huthd46d14e2016-09-09 23:17:09 +0200359F: include/hw/tricore/
Bastian Koppelmannbe78e792021-05-12 11:20:34 +0100360F: tests/tcg/tricore/
Bastian Koppelmann48e06fe2014-09-01 12:59:46 +0100361
Alex Bennéedd28beb2018-04-05 15:03:22 +0100362Multiarch Linux User Tests
363M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000364S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100365F: tests/tcg/multiarch/
366
Markus Armbruster84995ea2019-06-06 19:24:08 +0200367Guest CPU Cores (KVM)
368---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200369Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300370M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500371L: kvm@vger.kernel.org
372S: Supported
Philippe Mathieu-Daudéa6bb42f2020-06-18 14:33:33 +0200373F: */*/kvm*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300374F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100375F: accel/stubs/kvm-stub.c
376F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100377F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100378F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500379
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200380ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000381M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000382L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000383S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200384F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000385
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200386MIPS KVM CPUs
Huacai Chendab1e1e2020-12-05 17:22:01 +0800387M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic134f7f72020-02-24 12:50:58 +0100388S: Odd Fixes
Philippe Mathieu-Daudé85d8da32021-04-13 10:31:44 +0200389F: target/mips/kvm*
390F: target/mips/sysemu/
James Hogana31896c2014-06-17 23:10:37 +0100391
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200392PPC KVM CPUs
David Gibson14fe3222021-11-05 14:28:51 +1100393M: Cédric Le Goater <clg@kaod.org>
394M: Daniel Henrique Barboza <danielhb413@gmail.com>
395R: David Gibson <david@gibson.dropbear.id.au>
396R: Greg Kurz <groug@kaod.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500397S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200398F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500399
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200400S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100401M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraeger2c092952021-11-26 11:24:49 +0100402M: Christian Borntraeger <borntraeger@linux.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100403S: Supported
Cho, Yu-Chen67043602021-07-07 18:53:23 +0800404F: target/s390x/kvm/
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200405F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200406F: target/s390x/sigp.c
Janosch Frankc3347ed2020-03-23 04:36:06 -0400407F: hw/s390x/pv.c
408F: include/hw/s390x/pv.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100409F: gdb-xml/s390*.xml
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000410T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200411L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500412
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200413X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200414M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500415M: Marcelo Tosatti <mtosatti@redhat.com>
416L: kvm@vger.kernel.org
417S: Supported
Cornelia Huck96a46de2022-02-09 09:08:56 +0100418F: docs/system/i386/amd-memory-encryption.rst
Philippe Mathieu-Daudéa8211862021-10-07 19:56:09 +0200419F: docs/system/i386/sgx.rst
Claudio Fontanaa9dc68d2020-12-12 16:55:08 +0100420F: target/i386/kvm/
Philippe Mathieu-Daudé8c9e7f82021-10-07 18:17:16 +0200421F: target/i386/sev*
Thomas Huth9681ad32018-11-22 13:57:18 +0100422F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500423
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200424Guest CPU Cores (other accelerators)
425------------------------------------
426Overall
Richard Henderson336f7442020-11-12 20:35:43 -0800427M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200428R: Paolo Bonzini <pbonzini@redhat.com>
429S: Maintained
Claudio Fontana940e43a2021-02-04 17:39:24 +0100430F: include/qemu/accel.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100431F: include/sysemu/accel-ops.h
Claudio Fontanafb6916d2021-02-04 17:39:26 +0100432F: include/hw/core/accel-cpu.h
Claudio Fontanab86f59c2021-02-04 17:39:25 +0100433F: accel/accel-*.c
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200434F: accel/Makefile.objs
435F: accel/stubs/Makefile.objs
436
Alexander Grafa1477da2021-09-16 17:53:58 +0200437Apple Silicon HVF CPUs
438M: Alexander Graf <agraf@csgraf.de>
439S: Maintained
440F: target/arm/hvf/
441
Roman Bolshakov674fc212020-03-16 20:18:27 +0300442X86 HVF CPUs
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300443M: Cameron Esfahani <dirty@apple.com>
Roman Bolshakov674fc212020-03-16 20:18:27 +0300444M: Roman Bolshakov <r.bolshakov@yadro.com>
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300445W: https://wiki.qemu.org/Features/HVF
Roman Bolshakov674fc212020-03-16 20:18:27 +0300446S: Maintained
Roman Bolshakov674fc212020-03-16 20:18:27 +0300447F: target/i386/hvf/
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100448
449HVF
450M: Cameron Esfahani <dirty@apple.com>
451M: Roman Bolshakov <r.bolshakov@yadro.com>
452W: https://wiki.qemu.org/Features/HVF
453S: Maintained
454F: accel/hvf/
Roman Bolshakov674fc212020-03-16 20:18:27 +0300455F: include/sysemu/hvf.h
Alexander Grafd57bc3c2021-06-03 14:09:30 +0100456F: include/sysemu/hvf_int.h
Roman Bolshakov674fc212020-03-16 20:18:27 +0300457
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000458WHPX CPUs
459M: Sunil Muthuswamy <sunilmut@microsoft.com>
460S: Supported
Claudio Fontana1fc33bb2020-12-12 16:55:09 +0100461F: target/i386/whpx/
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000462F: include/sysemu/whpx.h
463
Markus Armbruster84995ea2019-06-06 19:24:08 +0200464Guest CPU Cores (Xen)
465---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200466X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100467M: Stefano Stabellini <sstabellini@kernel.org>
468M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100469M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000470L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100471S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100472F: */xen*
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200473F: accel/xen/*
Greg Kurzb8278912019-05-29 12:24:44 +0200474F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200475F: hw/char/xen_console.c
476F: hw/display/xenfb.c
477F: hw/net/xen_nic.c
Anthony PERARD758af9c2020-04-06 17:50:43 +0100478F: hw/usb/xen-usb.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000479F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000480F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200481F: hw/xen/
482F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000483F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100484F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000485F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200486F: include/hw/xen/
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200487F: include/sysemu/xen.h
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000488F: include/sysemu/xen-mapcache.h
Philippe Mathieu-Daudé71f364b2020-09-08 17:55:28 +0200489F: stubs/xen-hw-stub.c
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100490
Colin Xu6c94b952020-02-28 09:20:46 +0800491Guest CPU Cores (HAXM)
492---------------------
493X86 HAXM CPUs
494M: Wenchao Wang <wenchao.wang@intel.com>
495M: Colin Xu <colin.xu@intel.com>
496L: haxm-team@intel.com
497W: https://github.com/intel/haxm/issues
498S: Maintained
Philippe Mathieu-Daudéf7091f52020-06-18 14:33:35 +0200499F: accel/stubs/hax-stub.c
Colin Xu6c94b952020-02-28 09:20:46 +0800500F: include/sysemu/hax.h
Claudio Fontana7fdef0d2020-12-12 16:55:10 +0100501F: target/i386/hax/
Colin Xu6c94b952020-02-28 09:20:46 +0800502
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200503Guest CPU Cores (NVMM)
504----------------------
505NetBSD Virtual Machine Monitor (NVMM) CPU support
506M: Kamil Rytarowski <kamil@netbsd.org>
507M: Reinoud Zandijk <reinoud@netbsd.org>
508S: Maintained
509F: include/sysemu/nvmm.h
510F: target/i386/nvmm/
511
Markus Armbruster84995ea2019-06-06 19:24:08 +0200512Hosts
513-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100514LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100515M: Michael S. Tsirkin <mst@redhat.com>
516M: Cornelia Huck <cohuck@redhat.com>
517M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100518S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100519F: linux-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100520F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100521
522POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100523M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100524S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100525F: os-posix.c
526F: include/sysemu/os-posix.h
527F: util/*posix*.c
528F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100529
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200530NETBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200531M: Kamil Rytarowski <kamil@netbsd.org>
Reinoud Zandijk39becfc2021-04-02 22:25:35 +0200532M: Reinoud Zandijk <reinoud@netbsd.org>
533M: Ryo ONODERA <ryoon@netbsd.org>
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200534S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200535K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200536
Brad Smith0a773d52018-02-16 11:46:20 -0500537OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500538M: Brad Smith <brad@comstyle.com>
539S: Maintained
540K: ^Subject:.*(?i)OpenBSD
541
Stefan Weil1bdd6872012-01-27 18:53:49 +0100542W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100543M: Stefan Weil <sw@weilnetz.de>
544S: Maintained
545F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200546F: */*win32*
547F: include/*/*win32*
548X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200549F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100550
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100551Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200552--------------
Richard Henderson336f7442020-11-12 20:35:43 -0800553M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100554S: Maintained
555F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100556F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700557F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100558
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500559ARM Machines
560------------
liguang84291fe2013-12-17 19:42:38 +0000561Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100562M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000563M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000564L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000565S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100566F: hw/*/allwinner*
567F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000568F: hw/arm/cubieboard.c
Peter Maydelld4a7c362021-07-13 15:22:24 +0100569F: docs/system/arm/cubieboard.rst
liguang84291fe2013-12-17 19:42:38 +0000570
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100571Allwinner-h3
572M: Niek Linnenbank <nieklinnenbank@gmail.com>
573L: qemu-arm@nongnu.org
574S: Maintained
575F: hw/*/allwinner-h3*
576F: include/hw/*/allwinner-h3*
Niek Linnenbankb0c96662020-03-11 23:18:38 +0100577F: hw/arm/orangepi.c
Philippe Mathieu-Daudéc67d7322020-11-20 16:45:43 +0100578F: docs/system/arm/orangepi.rst
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100579
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100580ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200581M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000582L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200583S: Maintained
584F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300585F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200586F: hw/display/pl110*
587F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100588F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200589F: hw/dma/pl330.c
590F: hw/gpio/pl061.c
591F: hw/input/pl050.c
592F: hw/intc/pl190.c
593F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100594F: hw/ssi/pl022.c
595F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200596F: hw/rtc/pl031.c
597F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200598F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100599F: hw/timer/cmsdk-apb-timer.c
600F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell30858da2021-01-28 11:41:23 +0000601F: tests/qtest/cmsdk-apb-timer-test.c
Peter Maydell4f4c6202018-08-24 13:17:41 +0100602F: hw/timer/cmsdk-apb-dualtimer.c
603F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydell9bc064b2021-01-28 11:41:25 +0000604F: tests/qtest/cmsdk-apb-dualtimer-test.c
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100605F: hw/char/cmsdk-apb-uart.c
606F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100607F: hw/watchdog/cmsdk-apb-watchdog.c
608F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell9cf5eb22021-01-28 11:41:24 +0000609F: tests/qtest/cmsdk-apb-watchdog-test.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100610F: hw/misc/tz-ppc.c
611F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100612F: hw/misc/tz-mpc.c
613F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100614F: hw/misc/tz-msc.c
615F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200616
617ARM cores
618M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000619L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200620S: Maintained
621F: hw/intc/arm*
622F: hw/intc/gic_internal.h
623F: hw/misc/a9scu.c
624F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000625F: hw/misc/arm_l2x0.c
Peter Maydell2f9db772021-08-12 10:33:32 +0100626F: hw/misc/armv7m_ras.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200627F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300628F: hw/timer/arm*
629F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200630F: include/hw/intc/arm*
631F: include/hw/misc/a9scu.h
632F: include/hw/misc/arm11scu.h
633F: include/hw/timer/a9gtimer.h
634F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300635F: include/hw/timer/armv7m_systick.h
Peter Maydell2f9db772021-08-12 10:33:32 +0100636F: include/hw/misc/armv7m_ras.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200637F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200638
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000639Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400640M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000641M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000642L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000643S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100644F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100645F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000646
Mark Langsdorf766fd092012-02-16 09:56:10 +0000647Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100648M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000649M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000650L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000651S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100652F: hw/arm/highbank.c
653F: hw/net/xgmac.c
Peter Maydellc90df7c2021-07-13 15:22:26 +0100654F: docs/system/arm/highbank.rst
Mark Langsdorf766fd092012-02-16 09:56:10 +0000655
Antony Pavlov9082f122013-12-17 19:42:37 +0000656Canon DIGIC
657M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000658M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000659L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000660S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000661F: include/hw/arm/digic.h
662F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100663F: include/hw/*/digic*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300664F: tests/avocado/machine_arm_canona1100.py
Peter Maydell2d21dd12020-07-13 18:57:43 +0100665F: docs/system/arm/digic.rst
Antony Pavlov9082f122013-12-17 19:42:37 +0000666
Anup Patel9c8fdce2019-11-06 11:56:50 +0000667Goldfish RTC
668M: Anup Patel <anup.patel@wdc.com>
669M: Alistair Francis <Alistair.Francis@wdc.com>
670L: qemu-riscv@nongnu.org
671S: Maintained
672F: hw/rtc/goldfish_rtc.c
673F: include/hw/rtc/goldfish_rtc.h
674
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500675Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000676M: Peter Maydell <peter.maydell@linaro.org>
677R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000678L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100679S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100680F: hw/arm/gumstix.c
Peter Maydellbb309002020-07-13 18:57:45 +0100681F: docs/system/arm/gumstix.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500682
Thomas Huth123a0692018-11-26 13:39:23 +0000683i.MX25 PDK
684M: Peter Maydell <peter.maydell@linaro.org>
685R: Jean-Christophe Dubois <jcd@tribudubois.net>
686L: qemu-arm@nongnu.org
687S: Odd Fixes
688F: hw/arm/fsl-imx25.c
689F: hw/arm/imx25_pdk.c
690F: hw/misc/imx25_ccm.c
Guenter Roeck37f959592020-05-17 09:21:28 -0700691F: hw/watchdog/wdt_imx2.c
Thomas Huth123a0692018-11-26 13:39:23 +0000692F: include/hw/arm/fsl-imx25.h
693F: include/hw/misc/imx25_ccm.h
Guenter Roeck37f959592020-05-17 09:21:28 -0700694F: include/hw/watchdog/wdt_imx2.h
Peter Maydellb1b3e3e2021-07-22 18:52:29 +0100695F: docs/system/arm/imx25-pdk.rst
Thomas Huth123a0692018-11-26 13:39:23 +0000696
Thomas Huth95a5db32018-11-19 15:29:08 +0000697i.MX31 (kzm)
Peter Maydella00d7f22018-11-19 15:29:08 +0000698M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000699L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000700S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100701F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000702F: hw/*/imx_*
703F: hw/*/*imx31*
704F: include/hw/*/imx_*
705F: include/hw/*/*imx31*
Peter Maydellfa6c9392021-07-22 18:52:28 +0100706F: docs/system/arm/kzm.rst
Peter Chubb03255592012-07-04 10:43:34 +0000707
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500708Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100709M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000710L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500711S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100712F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200713F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000714F: include/hw/misc/arm_integrator_debug.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300715F: tests/avocado/machine_arm_integratorcp.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000716F: docs/system/arm/integratorcp.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500717
Thomas Huth95a5db32018-11-19 15:29:08 +0000718MCIMX6UL EVK / i.MX6ul
719M: Peter Maydell <peter.maydell@linaro.org>
720R: Jean-Christophe Dubois <jcd@tribudubois.net>
721L: qemu-arm@nongnu.org
722S: Odd Fixes
723F: hw/arm/mcimx6ul-evk.c
724F: hw/arm/fsl-imx6ul.c
725F: hw/misc/imx6ul_ccm.c
726F: include/hw/arm/fsl-imx6ul.h
727F: include/hw/misc/imx6ul_ccm.h
728
729MCIMX7D SABRE / i.MX7
730M: Peter Maydell <peter.maydell@linaro.org>
731R: Andrey Smirnov <andrew.smirnov@gmail.com>
732L: qemu-arm@nongnu.org
733S: Odd Fixes
734F: hw/arm/mcimx7d-sabre.c
735F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000736F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000737F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000738F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000739F: hw/pci-host/designware.c
740F: include/hw/pci-host/designware.h
741
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100742MPS2
743M: Peter Maydell <peter.maydell@linaro.org>
744L: qemu-arm@nongnu.org
745S: Maintained
746F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100747F: hw/arm/mps2-tz.c
748F: hw/misc/mps2-*.c
749F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000750F: hw/arm/armsse.c
751F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100752F: hw/misc/iotkit-secctl.c
753F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100754F: hw/misc/iotkit-sysctl.c
755F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100756F: hw/misc/iotkit-sysinfo.c
757F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell4239b312021-02-19 14:45:53 +0000758F: hw/misc/armsse-cpu-pwrctrl.c
759F: include/hw/misc/armsse-cpu-pwrctrl.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000760F: hw/misc/armsse-cpuid.c
761F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000762F: hw/misc/armsse-mhu.c
763F: include/hw/misc/armsse-mhu.h
Peter Maydell0d10df32021-02-19 14:45:44 +0000764F: hw/timer/sse-counter.c
765F: include/hw/timer/sse-counter.h
Peter Maydell0b8ceee2021-02-19 14:45:45 +0000766F: hw/timer/sse-timer.c
767F: include/hw/timer/sse-timer.h
Peter Maydell1eca58a2021-02-19 14:46:17 +0000768F: tests/qtest/sse-timer-test.c
Peter Maydellba7912a2020-05-07 16:18:18 +0100769F: docs/system/arm/mps2.rst
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100770
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000771Musca
772M: Peter Maydell <peter.maydell@linaro.org>
773L: qemu-arm@nongnu.org
774S: Maintained
775F: hw/arm/musca.c
Peter Maydell9f8f6402020-05-07 16:18:19 +0100776F: docs/system/arm/musca.rst
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000777
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500778Musicpal
779M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000780M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000781L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000782S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100783F: hw/arm/musicpal.c
Philippe Mathieu-Daudé6d81f482022-01-07 19:44:29 +0100784F: hw/net/mv88w8618_eth.c
785F: include/hw/net/mv88w8618_eth.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000786F: docs/system/arm/musicpal.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500787
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700788Nuvoton NPCM7xx
789M: Havard Skinnemoen <hskinnemoen@google.com>
790M: Tyrone Ting <kfting@nuvoton.com>
791L: qemu-arm@nongnu.org
792S: Supported
793F: hw/*/npcm7xx*
794F: include/hw/*/npcm7xx*
Hao Wu7d378ed2020-10-23 14:06:34 -0700795F: tests/qtest/npcm7xx*
Havard Skinnemoend1cb5ed2020-09-10 22:20:53 -0700796F: pc-bios/npcm7xx_bootrom.bin
797F: roms/vbootrom
Philippe Mathieu-Daudé71703112020-11-20 16:45:42 +0100798F: docs/system/arm/nuvoton.rst
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700799
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500800nSeries
Peter Maydella00d7f22018-11-19 15:29:08 +0000801M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000802L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000803S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100804F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200805F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000806F: hw/input/lm832x.c
807F: hw/input/tsc2005.c
808F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200809F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200810F: include/hw/display/blizzard.h
Philippe Mathieu-Daudé410bbee2021-06-17 13:53:20 +0200811F: include/hw/input/lm832x.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200812F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200813F: include/hw/misc/cbus.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -0300814F: tests/avocado/machine_arm_n8x0.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000815F: docs/system/arm/nseries.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500816
817Palm
Peter Maydella00d7f22018-11-19 15:29:08 +0000818M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000819L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000820S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100821F: hw/arm/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000822F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200823F: include/hw/input/tsc2xxx.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000824F: docs/system/arm/palm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500825
Thomas Huth95a5db32018-11-19 15:29:08 +0000826Raspberry Pi
827M: Peter Maydell <peter.maydell@linaro.org>
Thomas Huth95a5db32018-11-19 15:29:08 +0000828R: Philippe Mathieu-Daudé <f4bug@amsat.org>
829L: qemu-arm@nongnu.org
830S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000831F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000832F: hw/arm/raspi_platform.h
833F: hw/*/bcm283*
834F: include/hw/arm/raspi*
835F: include/hw/*/bcm283*
Philippe Mathieu-Daudéd9f2ac32020-11-20 18:39:51 +0100836F: docs/system/arm/raspi.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000837
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500838Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100839M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000840L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500841S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100842F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200843F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200844F: hw/intc/realview_gic.c
845F: include/hw/intc/realview_gic.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000846F: docs/system/arm/realview.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500847
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200848PXA2XX
Peter Maydella00d7f22018-11-19 15:29:08 +0000849M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000850L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000851S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200852F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100853F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200854F: hw/arm/tosa.c
855F: hw/arm/z2.c
856F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000857F: hw/display/tc6393xb.c
858F: hw/gpio/max7310.c
859F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200860F: hw/misc/mst_fpga.c
Corey Minyard58f3e3f2021-05-18 15:54:52 -0500861F: hw/adc/max111x.c
862F: include/hw/adc/max111x.h
Thomas Huthed0db862016-02-25 12:22:04 +0100863F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000864F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200865F: include/hw/display/tc6393xb.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000866F: docs/system/arm/xscale.rst
Peter Maydellc9543db2021-07-22 18:52:27 +0100867F: docs/system/arm/mainstone.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500868
Thomas Huth95a5db32018-11-19 15:29:08 +0000869SABRELITE / i.MX6
870M: Peter Maydell <peter.maydell@linaro.org>
871R: Jean-Christophe Dubois <jcd@tribudubois.net>
872L: qemu-arm@nongnu.org
873S: Odd Fixes
874F: hw/arm/sabrelite.c
875F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000876F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000877F: hw/ssi/imx_spi.c
Guenter Roeck0701a5e2020-03-12 18:45:47 -0700878F: hw/usb/imx-usb-phy.c
879F: include/hw/usb/imx-usb-phy.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000880F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000881F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000882F: include/hw/ssi/imx_spi.h
883
Hongbo Zhang64580902019-07-01 17:26:18 +0100884SBSA-REF
Radoslaw Biernacki428a3772020-05-12 19:07:04 +0200885M: Radoslaw Biernacki <rad@semihalf.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100886M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholmaff55692020-01-16 17:42:26 +0000887R: Leif Lindholm <leif@nuviainc.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100888L: qemu-arm@nongnu.org
889S: Maintained
890F: hw/arm/sbsa-ref.c
Philippe Mathieu-Daudé9eeeb802020-11-20 16:45:44 +0100891F: docs/system/arm/sbsa.rst
Hongbo Zhang64580902019-07-01 17:26:18 +0100892
Thomas Huth671f11b2018-11-13 10:47:58 +0000893Sharp SL-5500 (Collie) PDA
894M: Peter Maydell <peter.maydell@linaro.org>
895L: qemu-arm@nongnu.org
896S: Odd Fixes
897F: hw/arm/collie.c
898F: hw/arm/strongarm*
Peter Maydellb76b60f2020-07-13 18:57:44 +0100899F: docs/system/arm/collie.rst
Thomas Huth671f11b2018-11-13 10:47:58 +0000900
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500901Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100902M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000903L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500904S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100905F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200906F: include/hw/input/gamepad.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000907F: docs/system/arm/stellaris.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500908
Alexandre Iooss2ac24102021-06-17 18:56:45 +0200909STM32VLDISCOVERY
910M: Alexandre Iooss <erdnaxe@crans.org>
911L: qemu-arm@nongnu.org
912S: Maintained
913F: hw/arm/stm32vldiscovery.c
Alexandre Iooss1af060e2021-06-17 18:56:46 +0200914F: docs/system/arm/stm32.rst
Alexandre Iooss2ac24102021-06-17 18:56:45 +0200915
Thomas Huth95a5db32018-11-19 15:29:08 +0000916Versatile Express
917M: Peter Maydell <peter.maydell@linaro.org>
918L: qemu-arm@nongnu.org
919S: Maintained
920F: hw/arm/vexpress.c
Peter Maydell5a1d4242020-05-07 16:18:17 +0100921F: docs/system/arm/vexpress.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000922
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500923Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100924M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000925L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500926S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100927F: hw/*/versatile*
Philippe Mathieu-Daudéf61c3fb2020-06-17 09:25:29 +0200928F: include/hw/i2c/arm_sbcon_i2c.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300929F: hw/misc/arm_sysctl.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000930F: docs/system/arm/versatile.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500931
Thomas Huth95a5db32018-11-19 15:29:08 +0000932Virt
933M: Peter Maydell <peter.maydell@linaro.org>
934L: qemu-arm@nongnu.org
935S: Maintained
936F: hw/arm/virt*
937F: include/hw/arm/virt.h
Peter Maydell6a0b7502020-07-13 18:57:46 +0100938F: docs/system/arm/virt.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000939
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000940Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700941M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +0000942M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000943M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000944L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000945S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700946F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100947F: hw/*/cadence_*
Corey Minyard246f5302021-05-18 15:51:24 -0500948F: hw/misc/zynq_slcr.c
949F: hw/adc/zynq-xadc.c
950F: include/hw/misc/zynq_slcr.h
951F: include/hw/adc/zynq-xadc.h
Alistair Franciscc0100f2016-07-28 09:55:39 -0700952X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000953
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200954Xilinx ZynqMP and Versal
Alistair Francisc22e5802018-03-01 11:05:58 +0000955M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700956M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000957M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000958L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100959S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700960F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200961F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +0100962F: include/hw/ssi/xilinx_spips.h
963F: hw/display/dpcd.c
964F: include/hw/display/dpcd.h
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200965F: docs/system/arm/xlnx-versal-virt.rst
Alistair Francis137805f2015-08-25 15:45:07 +0100966
Francisco Iglesias72e58842022-01-21 16:11:41 +0000967Xilinx Versal OSPI
968M: Francisco Iglesias <francisco.iglesias@xilinx.com>
969S: Maintained
970F: hw/ssi/xlnx-versal-ospi.c
971F: include/hw/ssi/xlnx-versal-ospi.h
972
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100973ARM ACPI Subsystem
Zhaoshenglonge59f13d2017-12-13 17:59:26 +0000974M: Shannon Zhao <shannon.zhaosl@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000975L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100976S: Maintained
977F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100978
Alexandre Iooss0f76deb2021-06-17 18:56:44 +0200979STM32F100
980M: Alexandre Iooss <erdnaxe@crans.org>
981L: qemu-arm@nongnu.org
982S: Maintained
983F: hw/arm/stm32f100_soc.c
984
Alistair Francisa1f81932016-10-04 13:28:07 +0100985STM32F205
986M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000987M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100988L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100989S: Maintained
990F: hw/arm/stm32f205_soc.c
991F: hw/misc/stm32f2xx_syscfg.c
992F: hw/char/stm32f2xx_usart.c
993F: hw/timer/stm32f2xx_timer.c
994F: hw/adc/*
995F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -0300996F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +0100997
Alistair Francis529fc5f2020-01-17 14:09:29 +0000998STM32F405
999M: Alistair Francis <alistair@alistair23.me>
1000M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001001L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +00001002S: Maintained
1003F: hw/arm/stm32f405_soc.c
1004F: hw/misc/stm32f4xx_syscfg.c
1005F: hw/misc/stm32f4xx_exti.c
1006
Alistair Francisa1f81932016-10-04 13:28:07 +01001007Netduino 2
1008M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +00001009M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001010L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +01001011S: Maintained
1012F: hw/arm/netduino2.c
1013
Alistair Francis60d6c422020-01-17 14:09:29 +00001014Netduino Plus 2
1015M: Alistair Francis <alistair@alistair23.me>
1016M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001017L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +00001018S: Maintained
1019F: hw/arm/netduinoplus2.c
1020
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001021SmartFusion2
1022M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001023M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001024L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001025S: Maintained
1026F: hw/arm/msf2-soc.c
1027F: hw/misc/msf2-sysreg.c
1028F: hw/timer/mss-timer.c
1029F: hw/ssi/mss-spi.c
1030F: include/hw/arm/msf2-soc.h
1031F: include/hw/misc/msf2-sysreg.h
1032F: include/hw/timer/mss-timer.h
1033F: include/hw/ssi/mss-spi.h
Subbaraya Sundeep1c664372020-04-16 20:24:49 +05301034F: hw/net/msf2-emac.c
1035F: include/hw/net/msf2-emac.h
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001036
1037Emcraft M2S-FG484
1038M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +00001039M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001040L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001041S: Maintained
1042F: hw/arm/msf2-som.c
Peter Maydell3f65df32021-07-13 15:22:25 +01001043F: docs/system/arm/emcraft-sf2.rst
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +00001044
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001045ASPEED BMCs
1046M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +00001047M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001048R: Andrew Jeffery <andrew@aj.id.au>
1049R: Joel Stanley <joel@jms.id.au>
1050L: qemu-arm@nongnu.org
1051S: Maintained
1052F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001053F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001054F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +00001055F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001056F: hw/net/ftgmac100.c
1057F: include/hw/net/ftgmac100.h
Philippe Mathieu-Daudéde8ee7d2020-11-20 16:45:41 +01001058F: docs/system/arm/aspeed.rst
Joel Stanley66609952021-05-01 10:03:51 +02001059F: tests/qtest/*aspeed*
Joel Stanleyf87db1b2018-06-26 17:50:39 +01001060
Joel Stanleyc0066d12018-09-25 14:02:30 +01001061NRF51
1062M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +00001063M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +01001064L: qemu-arm@nongnu.org
1065S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +00001066F: hw/*/nrf51*.c
1067F: hw/*/microbit*.c
1068F: include/hw/*/nrf51*.h
1069F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001070F: tests/qtest/microbit-test.c
Alexandre Iooss90a76c62021-06-21 09:56:25 +02001071F: docs/system/arm/nrf.rst
Joel Stanleyc0066d12018-09-25 14:02:30 +01001072
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001073AVR Machines
1074-------------
1075
1076AVR MCUs
1077M: Michael Rolnik <mrolnik@gmail.com>
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001078S: Maintained
Alex Bennée812b31d2021-07-07 14:17:43 +01001079F: configs/devices/avr-softmmu/default.mak
Philippe Mathieu-Daudé7dd8f6f2020-01-24 01:51:25 +01001080F: hw/avr/
Michael Rolnik429ca9d2020-01-24 01:51:17 +01001081F: include/hw/char/avr_usart.h
1082F: hw/char/avr_usart.c
Michael Rolnik8ff47bc2020-01-24 01:51:18 +01001083F: include/hw/timer/avr_timer16.h
1084F: hw/timer/avr_timer16.c
Michael Rolnikdc288de2020-01-24 01:51:19 +01001085F: include/hw/misc/avr_power.h
1086F: hw/misc/avr_power.c
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001087
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001088Arduino
1089M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001090S: Maintained
1091F: hw/avr/arduino.c
1092
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001093CRIS Machines
1094-------------
1095Axis Dev88
1096M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1097S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001098F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001099F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001100
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001101HP-PARISC Machines
1102------------------
Helge Deller18092592019-12-20 22:15:07 +01001103HP B160L
Richard Henderson336f7442020-11-12 20:35:43 -08001104M: Richard Henderson <richard.henderson@linaro.org>
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001105R: Helge Deller <deller@gmx.de>
1106S: Odd Fixes
Alex Bennée812b31d2021-07-07 14:17:43 +01001107F: configs/devices/hppa-softmmu/default.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001108F: hw/hppa/
Philippe Mathieu-Daudé11f976a2021-10-04 10:38:35 +02001109F: hw/net/*i82596*
1110F: include/hw/net/lasi_82596.h
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001111F: pc-bios/hppa-firmware.img
1112
Aurelien Jarnoafcacd52011-01-14 20:39:19 +01001113M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001114-------------
1115an5206
Thomas Huth5baf2742017-02-12 23:38:17 +01001116M: Thomas Huth <huth@tuxfamily.org>
1117S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001118F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001119F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001120
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001121mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +01001122M: Thomas Huth <huth@tuxfamily.org>
1123S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001124F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001125F: hw/m68k/mcf_intc.c
1126F: hw/char/mcf_uart.c
1127F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +01001128F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001129
Thomas Huth1810b812018-06-30 08:33:57 +00001130NeXTcube
1131M: Thomas Huth <huth@tuxfamily.org>
1132S: Odd Fixes
1133F: hw/m68k/next-*.c
1134F: hw/display/next-fb.c
1135F: include/hw/m68k/next-cube.h
1136
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001137q800
1138M: Laurent Vivier <laurent@vivier.eu>
1139S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001140F: hw/m68k/q800.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001141F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001142F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001143F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +02001144F: hw/block/swim.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001145F: hw/m68k/bootinfo.h
Laurent Vivier382d71a2020-12-20 12:26:09 +01001146F: include/standard-headers/asm-m68k/bootinfo.h
1147F: include/standard-headers/asm-m68k/bootinfo-mac.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001148F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001149F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001150F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +02001151F: include/hw/block/swim.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001152
Laurent Viviere1cecdc2021-03-12 22:41:45 +01001153virt
1154M: Laurent Vivier <laurent@vivier.eu>
1155S: Maintained
1156F: hw/m68k/virt.c
1157F: hw/char/goldfish_tty.c
1158F: hw/intc/goldfish_pic.c
1159F: hw/intc/m68k_irqc.c
1160F: hw/misc/virt_ctrl.c
1161F: include/hw/char/goldfish_tty.h
1162F: include/hw/intc/goldfish_pic.h
1163F: include/hw/intc/m68k_irqc.h
1164F: include/hw/misc/virt_ctrl.h
1165
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001166MicroBlaze Machines
1167-------------------
1168petalogix_s3adsp1800
1169M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1170S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001171F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +01001172F: include/hw/char/xilinx_uartlite.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001173F: tests/avocado/machine_microblaze.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001174
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001175petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +01001176M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001177S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001178F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001179
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001180MIPS Machines
1181-------------
Philippe Mathieu-Daudéf44d1d42021-10-04 10:26:38 +02001182Overall MIPS Machines
1183M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1184S: Odd Fixes
1185F: configs/devices/mips*/*
1186F: hw/mips/
1187F: include/hw/mips/
1188
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001189Jazz
1190M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001191R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001192S: Maintained
Aleksandar Markovic52987222020-05-18 22:09:20 +02001193F: hw/mips/jazz.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +01001194F: hw/display/jazz_led.c
1195F: hw/dma/rc4030.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001196
1197Malta
Aleksandar Markovic485cd982019-12-10 13:55:17 +01001198M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1199R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovicca263c02020-10-07 22:37:21 +02001200S: Odd Fixes
Aleksandar Markovic60041372019-12-10 13:55:18 +01001201F: hw/isa/piix4.c
1202F: hw/acpi/piix4.c
Aleksandar Markovic52987222020-05-18 22:09:20 +02001203F: hw/mips/malta.c
Aleksandar Markovic93081f52019-06-20 15:33:12 +02001204F: hw/mips/gt64xxx_pci.c
Aleksandar Markovic60041372019-12-10 13:55:18 +01001205F: include/hw/southbridge/piix.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001206F: tests/avocado/linux_ssh_mips_malta.py
1207F: tests/avocado/machine_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001208
1209Mipssim
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001210R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
John Snow4251dfb2020-10-30 11:34:16 -04001211S: Orphan
Aleksandar Markovic52987222020-05-18 22:09:20 +02001212F: hw/mips/mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001213F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001214
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001215Fuloong 2E
Huacai Chendab1e1e2020-12-05 17:22:01 +08001216M: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic86eb0692019-12-10 13:55:16 +01001217M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Huacai Chen97eeef82020-04-08 17:16:20 +08001218R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001219S: Odd Fixes
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001220F: hw/mips/fuloong2e.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001221F: hw/isa/vt82c686.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001222F: hw/pci-host/bonito.c
Philippe Mathieu-Daudé6f2bcd52021-03-09 20:08:02 +01001223F: hw/usb/vt82c686-uhci-pci.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001224F: include/hw/isa/vt82c686.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001225F: tests/avocado/machine_mips_fuloong2e.py
Yongbok Kim659f42d2017-03-10 15:32:32 +00001226
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02001227Loongson-3 virtual platforms
Huacai Chendab1e1e2020-12-05 17:22:01 +08001228M: Huacai Chen <chenhuacai@kernel.org>
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001229R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1230S: Maintained
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001231F: hw/intc/loongson_liointc.c
Huacai Chend2245e22020-10-16 14:51:58 +08001232F: hw/mips/loongson3_bootp.c
1233F: hw/mips/loongson3_bootp.h
Huacai Chenc76b4092020-04-27 17:33:14 +08001234F: hw/mips/loongson3_virt.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001235F: tests/avocado/machine_mips_loongson3v.py
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001236
Yongbok Kim659f42d2017-03-10 15:32:32 +00001237Boston
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001238M: Paul Burton <paulburton@kernel.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001239R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001240S: Odd Fixes
Yongbok Kim659f42d2017-03-10 15:32:32 +00001241F: hw/core/loader-fit.c
1242F: hw/mips/boston.c
1243F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001244F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001245
Jia Liu945dad62013-07-02 20:55:17 +08001246OpenRISC Machines
1247-----------------
1248or1k-sim
1249M: Jia Liu <proljc@gmail.com>
1250S: Maintained
1251F: hw/openrisc/openrisc_sim.c
1252
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001253PowerPC Machines
1254----------------
Thomas Huthc5288762022-01-12 11:28:26 +01001255405 (ref405ep and taihu)
Andreas Färbera6c98682012-01-13 13:33:57 +00001256L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001257S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001258F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001259
Andreas Färberaaade8d2012-08-22 05:48:47 +00001260Bamboo
Andreas Färberaaade8d2012-08-22 05:48:47 +00001261L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001262S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001263F: hw/ppc/ppc440_bamboo.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001264F: tests/avocado/ppc_bamboo.py
Andreas Färberaaade8d2012-08-22 05:48:47 +00001265
Andreas Färber98cded32012-08-22 05:48:45 +00001266e500
Andreas Färber98cded32012-08-22 05:48:45 +00001267L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001268S: Orphan
Thomas Huthce6fc612019-01-30 17:22:25 +01001269F: hw/ppc/e500*
Thomas Huth2c6aba12019-01-02 16:57:56 +01001270F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001271F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001272F: hw/net/fsl_etsec/
1273F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001274F: include/hw/ppc/ppc_e500.h
1275F: include/hw/pci-host/ppce500.h
1276F: pc-bios/u-boot.e500
David Gibsonff8cdbb2021-09-21 13:34:35 +10001277F: hw/intc/openpic_kvm.h
1278F: include/hw/ppc/openpic_kvm.h
Andreas Färber98cded32012-08-22 05:48:45 +00001279
1280mpc8544ds
Andreas Färber98cded32012-08-22 05:48:45 +00001281L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001282S: Orphan
Andreas Färber98cded32012-08-22 05:48:45 +00001283F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001284F: hw/ppc/mpc8544_guts.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001285F: tests/avocado/ppc_mpc8544ds.py
Andreas Färber98cded32012-08-22 05:48:45 +00001286
Thomas Huth2c6aba12019-01-02 16:57:56 +01001287New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001288M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Andreas Färbera6c98682012-01-13 13:33:57 +00001289L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001290S: Odd Fixes
Thomas Huthc5288762022-01-12 11:28:26 +01001291F: docs/system/ppc/powermac.rst
Andreas Färberbaec1912013-01-23 23:03:54 +00001292F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001293F: hw/pci-host/uninorth.c
1294F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001295F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001296F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001297F: hw/nvram/mac_nvram.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001298F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001299F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001300F: include/hw/misc/mos6522.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001301F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001302F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001303F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001304F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001305
Thomas Huth2c6aba12019-01-02 16:57:56 +01001306Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001307M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Andreas Färbera6c98682012-01-13 13:33:57 +00001308L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001309S: Odd Fixes
Thomas Huthc5288762022-01-12 11:28:26 +01001310F: docs/system/ppc/powermac.rst
Andreas Färberbaec1912013-01-23 23:03:54 +00001311F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001312F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001313F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001314F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001315F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001316F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001317F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001318F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001319
Andreas Färberec38d392011-11-01 00:03:07 +01001320PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001321M: Hervé Poussineau <hpoussin@reactos.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001322L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001323S: Maintained
Thomas Huthc5288762022-01-12 11:28:26 +01001324F: docs/system/ppc/prep.rst
Andreas Färber75610152013-01-26 20:41:58 +01001325F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001326F: hw/ppc/prep_systemio.c
1327F: hw/ppc/rs6000_mc.c
Philippe Mathieu-Daudé46fd3202021-04-16 18:18:58 +02001328F: hw/pci-host/raven.c
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001329F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001330F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001331F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001332F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001333F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001334F: include/hw/rtc/m48t59.h
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001335F: tests/avocado/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001336
Thomas Huthc5288762022-01-12 11:28:26 +01001337sPAPR (pseries)
David Gibson14fe3222021-11-05 14:28:51 +11001338M: Cédric Le Goater <clg@kaod.org>
1339M: Daniel Henrique Barboza <danielhb413@gmail.com>
1340R: David Gibson <david@gibson.dropbear.id.au>
1341R: Greg Kurz <groug@kaod.org>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001342L: qemu-ppc@nongnu.org
David Gibson85d887b2021-09-21 14:01:12 +10001343S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001344F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001345F: include/hw/*/spapr*
1346F: hw/*/xics*
1347F: include/hw/*/xics*
Thomas Huthb5d55022016-09-05 22:03:36 +02001348F: pc-bios/slof.bin
Thomas Huthc5288762022-01-12 11:28:26 +01001349F: docs/system/ppc/pseries.rst
1350F: docs/specs/ppc-spapr-*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001351F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001352F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001353F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001354F: tests/qtest/libqos/rtas*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001355F: tests/avocado/ppc_pseries.py
Andreas Färber8a269ca2012-08-22 05:48:44 +00001356
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001357PowerNV (Non-Virtualized)
1358M: Cédric Le Goater <clg@kaod.org>
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001359L: qemu-ppc@nongnu.org
1360S: Maintained
Thomas Huthc5288762022-01-12 11:28:26 +01001361F: docs/system/ppc/powernv.rst
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001362F: hw/ppc/pnv*
1363F: hw/intc/pnv*
1364F: hw/intc/xics_pnv.c
Markus Armbruster157ed952020-06-09 14:23:27 +02001365F: hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001366F: include/hw/ppc/pnv*
Markus Armbruster157ed952020-06-09 14:23:27 +02001367F: include/hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001368F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001369F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001370
Andreas Färber794d00b2012-08-22 05:48:48 +00001371virtex_ml507
1372M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1373L: qemu-ppc@nongnu.org
1374S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001375F: hw/ppc/virtex_ml507.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001376F: tests/avocado/ppc_virtex_ml507.py
Andreas Färber794d00b2012-08-22 05:48:48 +00001377
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001378sam460ex
1379M: BALATON Zoltan <balaton@eik.bme.hu>
1380L: qemu-ppc@nongnu.org
1381S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001382F: hw/ppc/sam460ex.c
1383F: hw/ppc/ppc440_pcix.c
1384F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001385F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001386F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001387F: pc-bios/canyonlands.dt[sb]
1388F: pc-bios/u-boot-sam460ex-20100605.bin
1389F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001390
BALATON Zoltanba7e5ac2021-03-25 14:50:39 +01001391pegasos2
1392M: BALATON Zoltan <balaton@eik.bme.hu>
BALATON Zoltanba7e5ac2021-03-25 14:50:39 +01001393L: qemu-ppc@nongnu.org
1394S: Maintained
1395F: hw/ppc/pegasos2.c
1396F: hw/pci-host/mv64361.c
1397F: hw/pci-host/mv643xx.h
1398F: include/hw/pci-host/mv64361.h
1399
Alexey Kardashevskiyfc8c7452021-06-25 15:51:55 +10001400Virtual Open Firmware (VOF)
1401M: Alexey Kardashevskiy <aik@ozlabs.ru>
David Gibson14fe3222021-11-05 14:28:51 +11001402R: Cédric Le Goater <clg@kaod.org>
1403R: Daniel Henrique Barboza <danielhb413@gmail.com>
Alexey Kardashevskiy21bde1e2021-07-08 16:56:25 +10001404R: David Gibson <david@gibson.dropbear.id.au>
1405R: Greg Kurz <groug@kaod.org>
Alexey Kardashevskiyfc8c7452021-06-25 15:51:55 +10001406L: qemu-ppc@nongnu.org
1407S: Maintained
1408F: hw/ppc/spapr_vof*
1409F: hw/ppc/vof*
1410F: include/hw/ppc/vof*
1411F: pc-bios/vof/*
1412F: pc-bios/vof*
1413
Alistair Francisfe0fe472020-04-23 11:30:50 -07001414RISC-V Machines
1415---------------
1416OpenTitan
1417M: Alistair Francis <Alistair.Francis@wdc.com>
1418L: qemu-riscv@nongnu.org
1419S: Supported
1420F: hw/riscv/opentitan.c
Alistair Francisdf41cbd2021-06-18 17:27:54 +10001421F: hw/*/ibex_*.c
Alistair Francisfe0fe472020-04-23 11:30:50 -07001422F: include/hw/riscv/opentitan.h
Alistair Francisdf41cbd2021-06-18 17:27:54 +10001423F: include/hw/*/ibex_*.h
Alistair Francisfe0fe472020-04-23 11:30:50 -07001424
Bin Meng56f6e312020-09-01 09:38:59 +08001425Microchip PolarFire SoC Icicle Kit
1426M: Bin Meng <bin.meng@windriver.com>
1427L: qemu-riscv@nongnu.org
1428S: Supported
1429F: hw/riscv/microchip_pfsoc.c
Bin Menga8fb0a52020-09-01 09:39:00 +08001430F: hw/char/mchp_pfsoc_mmuart.c
Bin Meng3400b152020-10-28 13:30:02 +08001431F: hw/misc/mchp_pfsoc_dmc.c
Bin Menga937b302020-10-28 13:30:04 +08001432F: hw/misc/mchp_pfsoc_ioscb.c
Bin Meng0f250652020-10-28 13:30:06 +08001433F: hw/misc/mchp_pfsoc_sysreg.c
Bin Meng56f6e312020-09-01 09:38:59 +08001434F: include/hw/riscv/microchip_pfsoc.h
Bin Menga8fb0a52020-09-01 09:39:00 +08001435F: include/hw/char/mchp_pfsoc_mmuart.h
Bin Meng3400b152020-10-28 13:30:02 +08001436F: include/hw/misc/mchp_pfsoc_dmc.h
Bin Menga937b302020-10-28 13:30:04 +08001437F: include/hw/misc/mchp_pfsoc_ioscb.h
Bin Meng0f250652020-10-28 13:30:06 +08001438F: include/hw/misc/mchp_pfsoc_sysreg.h
Bin Meng56f6e312020-09-01 09:38:59 +08001439
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301440Shakti C class SoC
1441M: Vijai Kumar K <vijai@behindbytes.com>
1442L: qemu-riscv@nongnu.org
1443S: Supported
1444F: hw/riscv/shakti_c.c
Vijai Kumar K07f334d2021-04-01 23:44:56 +05301445F: hw/char/shakti_uart.c
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301446F: include/hw/riscv/shakti_c.h
Vijai Kumar K07f334d2021-04-01 23:44:56 +05301447F: include/hw/char/shakti_uart.h
Vijai Kumar K7a261ba2021-04-01 23:44:55 +05301448
Alistair Francis4fcad932021-02-08 18:11:27 -08001449SiFive Machines
1450M: Alistair Francis <Alistair.Francis@wdc.com>
1451M: Bin Meng <bin.meng@windriver.com>
1452M: Palmer Dabbelt <palmer@dabbelt.com>
1453L: qemu-riscv@nongnu.org
1454S: Supported
1455F: hw/*/*sifive*.c
1456F: include/hw/*/*sifive*.h
1457
Yoshinori Satobda19d72019-01-21 22:16:00 +09001458RX Machines
1459-----------
1460rx-gdbsim
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01001461R: Yoshinori Sato <ysato@users.sourceforge.jp>
1462S: Orphan
Yoshinori Sato4adbfa42020-01-23 22:25:25 +09001463F: docs/system/target-rx.rst
Yoshinori Satobda19d72019-01-21 22:16:00 +09001464F: hw/rx/rx-gdbsim.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001465F: tests/avocado/machine_rx_gdbsim.py
Yoshinori Satobda19d72019-01-21 22:16:00 +09001466
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001467SH4 Machines
1468------------
1469R2D
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001470R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001471R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01001472S: Odd Fixes
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001473F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001474F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001475F: hw/intc/sh_intc.c
Philippe Mathieu-Daudéc64bd102021-02-21 19:56:35 +01001476F: hw/pci-host/sh_pci.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001477F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001478F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001479
1480Shix
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01001481R: Yoshinori Sato <ysato@users.sourceforge.jp>
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001482R: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001483S: Odd Fixes
Philippe Mathieu-Daudé475e70b2021-02-21 19:55:22 +01001484F: hw/block/tc58128.c
Philippe Mathieu-Daudé7ae5c8b2021-02-21 19:52:29 +01001485F: hw/char/sh_serial.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001486F: hw/sh4/shix.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001487F: hw/intc/sh_intc.c
Philippe Mathieu-Daudé25e79522021-02-21 19:53:35 +01001488F: hw/timer/sh_timer.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001489F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001490
1491SPARC Machines
1492--------------
1493Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001494M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001495S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001496F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001497F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001498F: hw/display/cg3.c
1499F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001500F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001501F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001502F: hw/*/slavio_*.c
1503F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001504F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001505F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001506F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001507
1508Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001509M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001510S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001511F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001512F: hw/sparc64/sun4u_iommu.c
1513F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001514F: hw/pci-host/sabre.c
1515F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001516F: hw/pci-bridge/simba.c
1517F: include/hw/pci-bridge/simba.h
1518F: pc-bios/openbios-sparc64
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001519F: tests/avocado/machine_sparc64_sun4u.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001520
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001521Sun4v
1522M: Artyom Tarasenko <atar4qemu@gmail.com>
1523S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001524F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001525F: hw/rtc/sun4v-rtc.c
1526F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001527
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001528Leon3
1529M: Fabien Chouteau <chouteau@adacore.com>
KONRAD Frederic918b8ad2019-05-15 14:31:33 +02001530M: KONRAD Frederic <frederic.konrad@adacore.com>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001531S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001532F: hw/sparc/leon3.c
1533F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001534F: include/hw/*/grlib*
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001535F: tests/avocado/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001536
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001537S390 Machines
1538-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001539S390 Virtio-ccw
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001540M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraeger2c092952021-11-26 11:24:49 +01001541M: Christian Borntraeger <borntraeger@linux.ibm.com>
Eric Farman6a6d3df2022-01-12 17:40:44 +01001542M: Eric Farman <farman@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001543S: Supported
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001544F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001545F: include/hw/s390x/
Alex Bennée812b31d2021-07-07 14:17:43 +01001546F: configs/devices/s390x-softmmu/default.mak
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03001547F: tests/avocado/machine_s390_ccw_virtio.py
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001548T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001549L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001550
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001551S390-ccw boot
Christian Borntraeger2c092952021-11-26 11:24:49 +01001552M: Christian Borntraeger <borntraeger@linux.ibm.com>
Cornelia Huck304584b2018-01-15 16:14:45 +01001553M: Thomas Huth <thuth@redhat.com>
1554S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001555F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001556F: pc-bios/s390-ccw/
1557F: pc-bios/s390-ccw.img
Cornelia Huckcc3d15a2020-01-28 13:24:14 +01001558F: docs/devel/s390-dasd-ipl.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001559T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001560L: qemu-s390x@nongnu.org
1561
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001562S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001563M: Matthew Rosato <mjrosato@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001564M: Eric Farman <farman@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001565S: Supported
1566F: hw/s390x/s390-pci*
Matthew Rosato408b55d2020-10-26 11:34:31 -04001567F: include/hw/s390x/s390-pci*
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001568L: qemu-s390x@nongnu.org
1569
Cornelia Huck56e34832021-12-22 11:55:48 +01001570S390 channel subsystem
1571M: Halil Pasic <pasic@linux.ibm.com>
1572M: Christian Borntraeger <borntraeger@linux.ibm.com>
Eric Farman6a6d3df2022-01-12 17:40:44 +01001573M: Eric Farman <farman@linux.ibm.com>
Cornelia Huck56e34832021-12-22 11:55:48 +01001574S: Supported
1575F: hw/s390x/ccw-device.[ch]
1576F: hw/s390x/css.c
1577F: hw/s390x/css-bridge.c
1578F: include/hw/s390x/css.h
1579F: include/hw/s390x/css-bridge.h
1580F: include/hw/s390x/ioinst.h
1581F: target/s390x/ioinst.c
1582L: qemu-s390x@nongnu.org
1583
1584S390 CPU models
1585M: David Hildenbrand <david@redhat.com>
1586S: Maintained
1587F: target/s390x/cpu_features*.[ch]
1588F: target/s390x/cpu_models.[ch]
1589L: qemu-s390x@nongnu.org
1590
1591S390 SCLP-backed devices
1592M: Halil Pasic <pasic@linux.ibm.com>
1593M: Christian Borntraeger <borntraeger@linux.ibm.com>
1594S: Supported
1595F: include/hw/s390x/event-facility.h
1596F: include/hw/s390x/sclp.h
1597F: hw/char/sclp*.[hc]
1598F: hw/s390x/event-facility.c
1599F: hw/s390x/sclp*.c
1600L: qemu-s390x@nongnu.org
1601
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001602X86 Machines
1603------------
1604PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001605M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001606M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001607S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001608F: include/hw/i386/
1609F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001610F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001611F: hw/pci-host/q35.c
1612F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001613F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001614F: include/hw/pci-host/q35.h
1615F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001616F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001617F: hw/isa/lpc_ich9.c
1618F: hw/i2c/smbus_ich9.c
1619F: hw/acpi/piix4.c
1620F: hw/acpi/ich9.c
1621F: include/hw/acpi/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001622F: include/hw/southbridge/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001623F: hw/misc/sga.c
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001624F: hw/isa/apm.c
1625F: include/hw/isa/apm.h
Thomas Huthda668aa2021-03-10 07:33:14 +01001626F: tests/unit/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001627F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001628
1629PC Chipset
1630M: Michael S. Tsirkin <mst@redhat.com>
1631M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001632S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001633F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001634F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001635F: hw/char/serial*
1636F: hw/dma/i8257*
1637F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001638F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001639F: hw/intc/apic*
1640F: hw/intc/ioapic*
1641F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001642F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001643F: hw/misc/debugexit.c
1644F: hw/misc/pc-testdev.c
1645F: hw/timer/hpet*
1646F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001647F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001648F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001649F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001650F: include/hw/display/vga.h
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001651F: include/hw/char/parallel.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001652F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001653F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001654F: include/hw/input/i8042.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001655F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001656F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001657F: include/hw/timer/hpet.h
1658F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001659F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001660
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001661microvm
1662M: Sergio Lopez <slp@redhat.com>
1663M: Paolo Bonzini <pbonzini@redhat.com>
1664S: Maintained
Alex Bennée0b09d442021-10-12 16:14:47 +01001665F: docs/system/i386/microvm.rst
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001666F: hw/i386/microvm.c
1667F: include/hw/i386/microvm.h
1668F: pc-bios/bios-microvm.bin
1669
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001670Machine core
Eduardo Habkost24c4cd12021-11-30 15:47:22 -05001671M: Eduardo Habkost <eduardo@habkost.net>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001672M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01001673R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Yanan Wangda7595c2021-12-28 17:22:14 +08001674R: Yanan Wang <wangyanan55@huawei.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001675S: Supported
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02001676F: cpu.c
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001677F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001678F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001679F: hw/core/machine.c
Yanan Wang86ce2d22021-10-26 11:46:58 +08001680F: hw/core/machine-smp.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001681F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001682F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001683F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001684F: qapi/machine.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001685F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001686F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001687F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001688F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001689F: include/sysemu/numa.h
Yanan Wang9e8e3932021-10-26 11:46:59 +08001690F: tests/unit/test-smp-parse.c
Eduardo Habkostf953c102020-12-14 16:20:32 -05001691T: git https://gitlab.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001692
Max Filippov16e7caa2011-09-06 03:55:56 +04001693Xtensa Machines
1694---------------
Max Filippov375847a2011-10-28 02:11:05 +04001695sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001696M: Max Filippov <jcmvbkbc@gmail.com>
1697S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001698F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001699
Max Filippovd9e85532018-09-10 16:33:24 -07001700virt
1701M: Max Filippov <jcmvbkbc@gmail.com>
1702S: Maintained
1703F: hw/xtensa/virt.c
1704
Max Filippov437a8c12014-10-22 07:25:42 +04001705XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001706M: Max Filippov <jcmvbkbc@gmail.com>
1707S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001708F: hw/xtensa/xtfpga.c
1709F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001710
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001711Devices
1712-------
Philippe Mathieu-Daudéa8f4aee2021-08-16 21:10:12 +02001713Overall Audio frontends
1714M: Gerd Hoffmann <kraxel@redhat.com>
1715S: Odd Fixes
1716F: hw/audio/
1717F: include/hw/audio/
1718F: tests/qtest/ac97-test.c
1719F: tests/qtest/es1370-test.c
1720F: tests/qtest/intel-hda-test.c
1721F: tests/qtest/fuzz-sb16-test.c
1722
Vikram Garhwald36d7112020-11-18 11:48:46 -08001723Xilinx CAN
1724M: Vikram Garhwal <fnu.vikram@xilinx.com>
1725M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1726S: Maintained
1727F: hw/net/can/xlnx-*
1728F: include/hw/net/xlnx-*
1729F: tests/qtest/xlnx-can-test*
1730
Jiri Slabyb30934c2015-01-21 17:48:33 +01001731EDU
1732M: Jiri Slaby <jslaby@suse.cz>
1733S: Maintained
1734F: hw/misc/edu.c
1735
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001736IDE
John Snowc0953482015-03-04 23:37:55 -05001737M: John Snow <jsnow@redhat.com>
1738L: qemu-block@nongnu.org
1739S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001740F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001741F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001742F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001743F: hw/block/block.c
1744F: hw/block/cdrom.c
1745F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001746F: tests/qtest/ide-test.c
1747F: tests/qtest/ahci-test.c
1748F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001749F: tests/qtest/libqos/ahci*
John Snow77582e22020-10-01 12:24:01 -04001750T: git https://gitlab.com/jsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001751
Corey Minyardcaf316b2017-12-07 14:55:31 -06001752IPMI
1753M: Corey Minyard <minyard@acm.org>
1754S: Maintained
1755F: include/hw/ipmi/*
1756F: hw/ipmi/*
1757F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001758F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001759T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001760
John Snowc0953482015-03-04 23:37:55 -05001761Floppy
1762M: John Snow <jsnow@redhat.com>
1763L: qemu-block@nongnu.org
1764S: Supported
1765F: hw/block/fdc.c
Philippe Mathieu-Daudé5a5d2f32021-06-14 21:32:17 +02001766F: hw/block/fdc-internal.h
Philippe Mathieu-Daudé72ea60e2021-06-14 21:32:18 +02001767F: hw/block/fdc-isa.c
Philippe Mathieu-Daudé14307592021-06-14 21:32:19 +02001768F: hw/block/fdc-sysbus.c
John Snowc0953482015-03-04 23:37:55 -05001769F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001770F: tests/qtest/fdc-test.c
John Snow77582e22020-10-01 12:24:01 -04001771T: git https://gitlab.com/jsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001772
Peter Maydellf5f487b2011-09-17 17:26:15 +01001773OMAP
1774M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001775L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001776S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001777F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001778F: include/hw/arm/omap.h
Philippe Mathieu-Daudé66278f82020-11-20 16:45:45 +01001779F: docs/system/arm/sx1.rst
Peter Maydellf5f487b2011-09-17 17:26:15 +01001780
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001781IPack
1782M: Alberto Garcia <berto@igalia.com>
1783S: Odd Fixes
1784F: hw/char/ipoctal232.c
1785F: hw/ipack/
1786
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001787PCI
1788M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001789M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001790S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001791F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001792F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001793F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001794F: hw/pci-bridge/*
Philippe Mathieu-Daudé61c7f982020-09-13 21:53:48 +02001795F: qapi/pci.json
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001796F: docs/pci*
1797F: docs/specs/*pci*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001798
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001799ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001800M: Michael S. Tsirkin <mst@redhat.com>
1801M: Igor Mammedov <imammedo@redhat.com>
Ani Sinhac2ea98c2021-08-25 08:49:47 +05301802R: Ani Sinha <ani@anisinha.ca>
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001803S: Supported
1804F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001805F: include/hw/firmware/smbios.h
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001806F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001807F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001808F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001809F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001810F: hw/arm/virt-acpi-build.c
Philippe Mathieu-Daudé27c91882020-09-13 21:53:47 +02001811F: qapi/acpi.json
Thomas Huthb963ea12020-06-07 07:20:22 +02001812F: tests/qtest/bios-tables-test*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001813F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001814F: tests/data/acpi/
Peter Maydellfcc6f732021-07-27 18:04:14 +01001815F: docs/specs/acpi_cpu_hotplug.rst
1816F: docs/specs/acpi_mem_hotplug.rst
1817F: docs/specs/acpi_pci_hotplug.rst
1818F: docs/specs/acpi_hw_reduced_hotplug.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001819
Ani Sinhad1355362021-12-13 10:29:24 +05301820ACPI/VIOT
1821M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1822R: Ani Sinha <ani@anisinha.ca>
1823S: Supported
1824F: hw/acpi/viot.c
1825F: hw/acpi/viot.h
1826
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001827ACPI/HEST/GHES
Dongjiu Gengd6eed462021-03-11 19:29:04 +08001828R: Dongjiu Geng <gengdongjiu1@gmail.com>
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001829L: qemu-arm@nongnu.org
1830S: Maintained
1831F: hw/acpi/ghes.c
1832F: include/hw/acpi/ghes.h
1833F: docs/specs/acpi_hest_ghes.rst
1834
Andreas Färberaaade8d2012-08-22 05:48:47 +00001835ppc4xx
Andreas Färberaaade8d2012-08-22 05:48:47 +00001836L: qemu-ppc@nongnu.org
David Gibson0f514ee2021-09-21 13:02:17 +10001837S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001838F: hw/ppc/ppc4*.c
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001839F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001840F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001841F: include/hw/i2c/ppc4xx_i2c.h
Peter Maydell34d08312020-12-12 00:15:31 +00001842F: hw/intc/ppc-uic.c
1843F: include/hw/intc/ppc-uic.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00001844
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001845Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001846M: Marc-André Lureau <marcandre.lureau@redhat.com>
1847R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001848S: Odd Fixes
1849F: hw/char/
1850
Paolo Bonzinif536f112015-09-22 11:40:00 +02001851Network devices
1852M: Jason Wang <jasowang@redhat.com>
1853S: Odd Fixes
1854F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03001855F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001856F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01001857F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001858T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02001859
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001860Parallel NOR Flash devices
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01001861M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001862T: git https://gitlab.com/philmd/qemu.git pflash-next
1863S: Maintained
1864F: hw/block/pflash_cfi*.c
1865F: include/hw/block/flash.h
1866
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001867SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001868M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001869R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001870S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02001871F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001872F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001873F: tests/qtest/virtio-scsi-test.c
Philippe Mathieu-Daudéb43957d2021-01-26 12:16:38 +01001874F: tests/qtest/fuzz-virtio-scsi-test.c
Mark Cave-Aylandce94fa72021-04-07 20:58:01 +01001875F: tests/qtest/am53c974-test.c
Philippe Mathieu-Daudéaa629762021-11-23 12:17:32 +01001876F: tests/qtest/fuzz-lsi53c895a-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001877T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001878
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001879SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00001880M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001881S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001882F: hw/ssi/*
1883F: hw/block/m25p80.c
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03001884F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01001885X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001886F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01001887
1888Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00001889M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01001890S: Maintained
1891F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001892
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001893SD (Secure Card)
1894M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé3e0a7692021-02-16 14:26:11 +01001895M: Bin Meng <bin.meng@windriver.com>
Philippe Mathieu-Daudéba412472020-06-05 06:56:38 +02001896L: qemu-block@nongnu.org
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001897S: Odd Fixes
1898F: include/hw/sd/sd*
1899F: hw/sd/core.c
1900F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02001901F: hw/sd/ssi-sd.c
Philippe Mathieu-Daudé59b63d72021-06-29 10:09:28 +02001902F: tests/qtest/fuzz-sdcard-test.c
1903F: tests/qtest/sdhci-test.c
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001904
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001905USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01001906M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmanncd02c962021-08-10 10:34:48 +02001907S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001908F: hw/usb/*
Philippe Mathieu-Daudé9c3c8342021-04-25 00:41:10 +02001909F: stubs/usb-dev-stub.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001910F: tests/qtest/usb-*-test.c
Peter Maydell2a49e4e2021-07-28 15:14:54 +01001911F: docs/system/devices/usb.rst
Thomas Huthbeded0f2016-02-25 10:36:05 +01001912F: include/hw/usb.h
1913F: include/hw/usb/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001914
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001915USB (serial adapter)
Gerd Hoffmanncd02c962021-08-10 10:34:48 +02001916R: Gerd Hoffmann <kraxel@redhat.com>
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001917M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1918S: Maintained
1919F: hw/usb/dev-serial.c
1920
Alex Williamson92e1fb52012-09-26 11:19:39 -06001921VFIO
1922M: Alex Williamson <alex.williamson@redhat.com>
1923S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07001924F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07001925F: include/hw/vfio/
Philippe Mathieu-Daudé4e779bf2021-02-02 16:56:11 +01001926F: docs/igd-assign.txt
Tarun Gupta2a578132021-04-18 17:52:51 +05301927F: docs/devel/vfio-migration.rst
Alex Williamson92e1fb52012-09-26 11:19:39 -06001928
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001929vfio-ccw
Christian Borntraeger79139382018-10-29 16:42:22 +01001930M: Eric Farman <farman@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001931M: Matthew Rosato <mjrosato@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001932S: Supported
1933F: hw/vfio/ccw.c
1934F: hw/s390x/s390-ccw.c
1935F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04001936F: include/hw/s390x/vfio-ccw.h
Cornelia Huck146bd282017-10-05 17:05:23 +02001937L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001938
Tony Krowiaka51b3152018-10-10 13:03:06 -04001939vfio-ap
Tony Krowiaka51b3152018-10-10 13:03:06 -04001940M: Tony Krowiak <akrowiak@linux.ibm.com>
1941M: Halil Pasic <pasic@linux.ibm.com>
Matthew Rosato074c84b2021-03-25 09:55:09 -04001942M: Jason Herne <jjherne@linux.ibm.com>
Tony Krowiaka51b3152018-10-10 13:03:06 -04001943S: Supported
1944F: hw/s390x/ap-device.c
1945F: hw/s390x/ap-bridge.c
1946F: include/hw/s390x/ap-device.h
1947F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04001948F: hw/vfio/ap.c
Cornelia Huckf58f0842020-03-18 11:39:40 +01001949F: docs/system/s390x/vfio-ap.rst
Tony Krowiaka51b3152018-10-10 13:03:06 -04001950L: qemu-s390x@nongnu.org
1951
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001952vhost
1953M: Michael S. Tsirkin <mst@redhat.com>
1954S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001955F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01001956F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01001957F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01001958F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02001959F: backends/vhost-user.c
1960F: include/sysemu/vhost-user-backend.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001961
1962virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02001963M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001964S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001965F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02001966F: hw/virtio/Makefile.objs
1967F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02001968F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01001969F: include/hw/virtio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001970
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001971virtio-balloon
1972M: Michael S. Tsirkin <mst@redhat.com>
1973M: David Hildenbrand <david@redhat.com>
1974S: Maintained
Thomas Huth14dc58e2022-01-05 12:52:45 +01001975F: docs/interop/virtio-balloon-stats.rst
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001976F: hw/virtio/virtio-balloon*.c
1977F: include/hw/virtio/virtio-balloon.h
Claudio Fontanac7f419f2020-06-29 11:35:02 +02001978F: softmmu/balloon.c
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001979F: include/sysemu/balloon.h
1980
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001981virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02001982M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck233982a2020-05-14 08:06:43 +02001983M: Christian Schoenebeck <qemu_oss@crudebyte.com>
Greg Kurze410bbc2019-10-10 12:36:28 +02001984S: Odd Fixes
Christian Schoenebeck6f569082021-05-06 15:12:23 +02001985W: https://wiki.qemu.org/Documentation/9p
Andreas Färberaebeca22012-04-13 17:19:12 +02001986F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02001987X: hw/9pfs/xen-9p*
Andreas Färberaebeca22012-04-13 17:19:12 +02001988F: fsdev/
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03001989F: docs/tools/virtfs-proxy-helper.rst
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001990F: tests/qtest/virtio-9p-test.c
Greg Kurz1a001952021-01-15 14:42:24 +01001991T: git https://gitlab.com/gkurz/qemu.git 9p-next
Christian Schoenebeck90225f92021-01-30 15:39:14 +01001992T: git https://github.com/cschoenebeck/qemu.git 9p.next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001993
1994virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001995M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001996L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001997S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001998F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001999F: hw/block/dataplane/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002000F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002001T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002002
Cornelia Huckdd4ad642013-03-05 02:22:01 +00002003virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02002004M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01002005M: Halil Pasic <pasic@linux.ibm.com>
Eric Farman6a6d3df2022-01-12 17:40:44 +01002006M: Eric Farman <farman@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00002007S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02002008F: hw/s390x/virtio-ccw*.[hc]
Thomas Huthd8d4d622018-07-25 14:20:22 +02002009F: hw/s390x/vhost-vsock-ccw.c
Cornelia Huck56e34832021-12-22 11:55:48 +01002010F: hw/s390x/vhost-user-fs-ccw.c
Cornelia Huck99eaf132020-12-14 14:26:28 +01002011T: git https://gitlab.com/cohuck/qemu.git s390-next
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002012T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02002013L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00002014
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01002015virtiofs
2016M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2017M: Stefan Hajnoczi <stefanha@redhat.com>
2018S: Supported
2019F: tools/virtiofsd/*
2020F: hw/virtio/vhost-user-fs*
2021F: include/hw/virtio/vhost-user-fs.h
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002022F: docs/tools/virtiofsd.rst
Connor Kuehl09c8d9e2021-03-18 10:41:57 -05002023L: virtio-fs@redhat.com
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01002024
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02002025virtio-input
2026M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann1e2edb92021-08-10 10:34:49 +02002027S: Odd Fixes
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02002028F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02002029F: hw/input/virtio-input*.c
2030F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02002031F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02002032
Eric Augerc1dee912020-02-14 14:27:45 +01002033virtio-iommu
2034M: Eric Auger <eric.auger@redhat.com>
2035S: Maintained
2036F: hw/virtio/virtio-iommu*.c
2037F: include/hw/virtio/virtio-iommu.h
2038
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002039virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02002040M: Laurent Vivier <lvivier@redhat.com>
2041R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002042S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002043F: hw/char/virtio-serial-bus.c
2044F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05302045F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002046F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002047
Amit Shah1f51a5c2014-11-18 18:01:26 +05302048virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02002049M: Laurent Vivier <lvivier@redhat.com>
2050R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05302051S: Supported
2052F: hw/virtio/virtio-rng.c
2053F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01002054F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05302055F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002056F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05302057
Mathieu Poiriere3e01462021-06-14 14:28:42 -06002058vhost-user-rng
2059M: Mathieu Poirier <mathieu.poirier@linaro.org>
2060S: Supported
2061F: docs/tools/vhost-user-rng.rst
2062F: hw/virtio/vhost-user-rng.c
2063F: hw/virtio/vhost-user-rng-pci.c
2064F: include/hw/virtio/vhost-user-rng.h
2065F: tools/vhost-user-rng/*
2066
Gonglei60340112016-10-28 16:33:31 +08002067virtio-crypto
2068M: Gonglei <arei.gonglei@huawei.com>
2069S: Supported
2070F: hw/virtio/virtio-crypto.c
2071F: hw/virtio/virtio-crypto-pci.c
2072F: include/hw/virtio/virtio-crypto.h
2073
David Hildenbrand751c7bd2020-06-26 09:22:39 +02002074virtio-mem
2075M: David Hildenbrand <david@redhat.com>
2076S: Supported
2077W: https://virtio-mem.gitlab.io/
2078F: hw/virtio/virtio-mem.c
2079F: hw/virtio/virtio-mem-pci.h
2080F: hw/virtio/virtio-mem-pci.c
2081F: include/hw/virtio/virtio-mem.h
2082
Keith Buschf3c507a2013-06-04 09:17:10 -06002083nvme
Philippe Mathieu-Daudé8261cc12020-04-21 14:22:36 +02002084M: Keith Busch <kbusch@kernel.org>
Keith Busche8cc43d2020-07-06 11:29:22 -07002085M: Klaus Jensen <its@irrelevant.dk>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002086L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06002087S: Supported
Klaus Jensen88eea452021-04-14 22:14:30 +02002088F: hw/nvme/*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02002089F: include/block/nvme.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002090F: tests/qtest/nvme-test.c
Klaus Jensena3d9f3a2021-04-08 11:11:02 +02002091F: docs/system/nvme.rst
Keith Busche8cc43d2020-07-06 11:29:22 -07002092T: git git://git.infradead.org/qemu-nvme.git nvme-next
Keith Buschf3c507a2013-06-04 09:17:10 -06002093
Hannes Reinecked383c622014-04-16 16:44:19 +02002094megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03002095M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002096L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02002097S: Supported
2098F: hw/scsi/megasas.c
2099F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002100F: tests/qtest/megasas-test.c
Philippe Mathieu-Daudéc887d332021-01-26 12:16:37 +01002101F: tests/qtest/fuzz-megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02002102
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03002103Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002104M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03002105S: Maintained
2106F: include/net/eth.h
2107F: net/eth.c
2108F: hw/net/net_rx_pkt*
2109F: hw/net/net_tx_pkt*
2110
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002111Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002112M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002113S: Maintained
2114F: hw/net/vmxnet*
2115F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002116F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03002117
Scott Feldmande24d3f2015-03-13 21:09:32 -07002118Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07002119M: Jiri Pirko <jiri@resnulli.us>
2120S: Maintained
2121F: hw/net/rocker/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002122F: qapi/rocker.json
Thomas Huthde850942016-09-27 16:33:46 +02002123F: tests/rocker/
2124F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07002125
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002126NVDIMM
Xiao Guangrong7a5bd532017-03-21 13:33:57 +08002127M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002128S: Maintained
2129F: hw/acpi/nvdimm.c
2130F: hw/mem/nvdimm.c
2131F: include/hw/mem/nvdimm.h
Philippe Mathieu-Daudée2e254d2018-11-25 21:49:56 +01002132F: docs/nvdimm.txt
Peter Maydellfcc6f732021-07-27 18:04:14 +01002133F: docs/specs/acpi_nvdimm.rst
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08002134
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002135e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002136M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03002137S: Maintained
2138F: hw/net/e1000x*
2139
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002140e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03002141M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002142S: Maintained
2143F: hw/net/e1000e*
Philippe Mathieu-Daudé7d6a4f12021-03-10 19:31:22 +01002144F: tests/qtest/fuzz-e1000e-test.c
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03002145
Stefan Weilebc23272017-11-16 20:49:02 +01002146eepro100
2147M: Stefan Weil <sw@weilnetz.de>
2148S: Maintained
2149F: hw/net/eepro100.c
2150
Sven Schnelle34ea0232019-10-23 10:42:44 +02002151tulip
2152M: Sven Schnelle <svens@stackframe.org>
2153S: Maintained
2154F: hw/net/tulip.c
2155F: hw/net/tulip.h
2156
Patrick Venture065177e2021-04-12 12:45:22 -07002157pca954x
2158M: Patrick Venture <venture@google.com>
2159S: Maintained
2160F: hw/i2c/i2c_mux_pca954x.c
2161F: include/hw/i2c/i2c_mux_pca954x.h
2162
Alistair Francise481a1f2016-10-04 13:28:09 +01002163Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00002164M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01002165S: Maintained
2166F: hw/core/generic-loader.c
2167F: include/hw/core/generic-loader.h
Alex Bennée70f20112021-03-03 17:36:40 +00002168F: docs/system/generic-loader.rst
Alistair Francise481a1f2016-10-04 13:28:09 +01002169
Alex Bennéea33ff6d2021-03-03 17:36:39 +00002170Guest Loader
2171M: Alex Bennée <alex.bennee@linaro.org>
2172S: Maintained
2173F: hw/core/guest-loader.c
Alex Bennée01460372021-03-03 17:36:41 +00002174F: docs/system/guest-loader.rst
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03002175F: tests/avocado/boot_xen.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002176
Su Hang645d3cb2018-08-16 14:05:28 +01002177Intel Hexadecimal Object File Loader
2178M: Su Hang <suhang16@mails.ucas.ac.cn>
2179S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002180F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00002181F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01002182
Thomas Huth87a90232016-11-08 12:46:22 +01002183CHRP NVRAM
2184M: Thomas Huth <thuth@redhat.com>
2185S: Maintained
2186F: hw/nvram/chrp_nvram.c
2187F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002188F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01002189
Ben Warren42697d82017-02-16 15:15:40 -08002190VM Generation ID
John Snow2b429892020-10-30 11:34:15 -04002191S: Orphan
Ani Sinha48006e02022-01-31 17:50:01 +05302192R: Ani Sinha <ani@anisinha.ca>
Ben Warren42697d82017-02-16 15:15:40 -08002193F: hw/acpi/vmgenid.c
2194F: include/hw/acpi/vmgenid.h
2195F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002196F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08002197F: stubs/vmgenid.c
2198
Philippe Mathieu-Daudéc1b29822020-03-21 17:49:01 +01002199LED
2200M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2201S: Maintained
2202F: include/hw/misc/led.h
2203F: hw/misc/led.c
2204
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03002205Unimplemented device
2206M: Peter Maydell <peter.maydell@linaro.org>
2207R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Ani Sinha48006e02022-01-31 17:50:01 +05302208R: Ani Sinha <ani@anisinha.ca>
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03002209S: Maintained
2210F: include/hw/misc/unimp.h
2211F: hw/misc/unimp.c
2212
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02002213Empty slot
2214M: Artyom Tarasenko <atar4qemu@gmail.com>
2215R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Ani Sinha48006e02022-01-31 17:50:01 +05302216R: Ani Sinha <ani@anisinha.ca>
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02002217S: Maintained
2218F: include/hw/misc/empty_slot.h
2219F: hw/misc/empty_slot.c
2220
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002221Standard VGA
2222M: Gerd Hoffmann <kraxel@redhat.com>
2223S: Maintained
2224F: hw/display/vga*
2225F: hw/display/bochs-display.c
2226F: include/hw/display/vga.h
2227F: include/hw/display/bochs-vbe.h
2228
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02002229ramfb
2230M: Gerd Hoffmann <kraxel@redhat.com>
2231S: Maintained
2232F: hw/display/ramfb*.c
2233F: include/hw/display/ramfb.h
2234
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002235virtio-gpu
2236M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmanna4de5e82021-08-10 10:34:50 +02002237S: Odd Fixes
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002238F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02002239F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002240F: include/hw/virtio/virtio-gpu.h
2241
Raphael Norwitzb372d792020-03-26 04:57:27 -04002242vhost-user-blk
2243M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2244S: Maintained
2245F: contrib/vhost-user-blk/
2246F: contrib/vhost-user-scsi/
2247F: hw/block/vhost-user-blk.c
2248F: hw/scsi/vhost-user-scsi.c
2249F: hw/virtio/vhost-user-blk-pci.c
2250F: hw/virtio/vhost-user-scsi-pci.c
2251F: include/hw/virtio/vhost-user-blk.h
2252F: include/hw/virtio/vhost-user-scsi.h
2253
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002254vhost-user-gpu
2255M: Marc-André Lureau <marcandre.lureau@redhat.com>
Gerd Hoffmanna4de5e82021-08-10 10:34:50 +02002256R: Gerd Hoffmann <kraxel@redhat.com>
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002257S: Maintained
2258F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02002259F: contrib/vhost-user-gpu
2260F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002261
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002262Cirrus VGA
2263M: Gerd Hoffmann <kraxel@redhat.com>
2264S: Odd Fixes
2265W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2266F: hw/display/cirrus*
2267
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02002268EDID Generator
2269M: Gerd Hoffmann <kraxel@redhat.com>
2270S: Maintained
2271F: hw/display/edid*
2272F: include/hw/display/edid.h
2273F: qemu-edid.c
2274
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002275PIIX4 South Bridge (i82371AB)
2276M: Hervé Poussineau <hpoussin@reactos.org>
2277M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2278S: Maintained
2279F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01002280F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002281
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002282Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01002283M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002284R: Gerd Hoffmann <kraxel@redhat.com>
2285S: Supported
2286F: docs/specs/fw_cfg.txt
Philippe Mathieu-Daudé8d0bceb2020-10-06 13:19:09 +02002287F: hw/nvram/fw_cfg*.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02002288F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002289F: include/hw/nvram/fw_cfg.h
2290F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02002291F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002292F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002293T: git https://github.com/philmd/qemu.git fw_cfg-next
2294
Thomas Huth2313abf2019-01-30 16:45:40 +01002295XIVE
Thomas Huth2313abf2019-01-30 16:45:40 +01002296M: Cédric Le Goater <clg@kaod.org>
2297L: qemu-ppc@nongnu.org
2298S: Supported
2299F: hw/*/*xive*
2300F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02002301F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01002302
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002303Renesas peripherals
Philippe Mathieu-Daudé2d53d0c2021-03-12 16:55:13 +01002304R: Yoshinori Sato <ysato@users.sourceforge.jp>
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002305R: Magnus Damm <magnus.damm@gmail.com>
Philippe Mathieu-Daudéf1660612020-10-31 16:23:40 +01002306S: Odd Fixes
Yoshinori Sato645194c2019-01-21 22:15:59 +09002307F: hw/char/renesas_sci.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002308F: hw/char/sh_serial.c
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002309F: hw/timer/renesas_*.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002310F: hw/timer/sh_timer.c
Yoshinori Sato645194c2019-01-21 22:15:59 +09002311F: include/hw/char/renesas_sci.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002312F: include/hw/sh4/sh.h
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002313F: include/hw/timer/renesas_*.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002314
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002315Renesas RX peripherals
Philippe Mathieu-Daudéb2744da2021-03-12 16:55:12 +01002316R: Yoshinori Sato <ysato@users.sourceforge.jp>
2317S: Orphan
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002318F: hw/intc/rx_icu.c
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002319F: hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002320F: include/hw/intc/rx_icu.h
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002321F: include/hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002322
Pavel Pisade4d4ad2020-09-14 10:13:41 +02002323CAN bus subsystem and hardware
2324M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2325M: Vikram Garhwal <fnu.vikram@xilinx.com>
2326S: Maintained
2327W: https://canbus.pages.fel.cvut.cz/
2328F: net/can/*
2329F: hw/net/can/*
2330F: include/net/can_*.h
2331
David Gibsonff8cdbb2021-09-21 13:34:35 +10002332OpenPIC interrupt controller
2333M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2334S: Odd Fixes
2335F: hw/intc/openpic.c
2336F: include/hw/ppc/openpic.h
2337
Philippe Mathieu-Daudé6cee5472021-10-04 10:26:23 +02002338MIPS CPS
2339M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2340S: Odd Fixes
2341F: hw/misc/mips_*
2342F: include/hw/misc/mips_*
2343
2344MIPS GIC
2345M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2346S: Odd Fixes
2347F: hw/intc/mips_gic.c
2348F: hw/timer/mips_gictimer.c
2349F: include/hw/intc/mips_gic.h
2350F: include/hw/timer/mips_gictimer.h
2351
Cornelia Huck56e34832021-12-22 11:55:48 +01002352S390 3270 device
2353M: Halil Pasic <pasic@linux.ibm.com>
2354M: Christian Borntraeger <borntraeger@linux.ibm.com>
2355S: Odd fixes
2356F: include/hw/s390x/3270-ccw.h
2357F: hw/char/terminal3270.c
2358F: hw/s390x/3270-ccw.c
2359L: qemu-s390x@nongnu.org
2360
2361S390 diag 288 watchdog
2362M: Halil Pasic <pasic@linux.ibm.com>
2363M: Christian Borntraeger <borntraeger@linux.ibm.com>
2364S: Supported
2365F: hw/watchdog/wdt_diag288.c
2366F: include/hw/watchdog/wdt_diag288.h
2367L: qemu-s390x@nongnu.org
2368
2369S390 storage key device
2370M: Halil Pasic <pasic@linux.ibm.com>
2371M: Christian Borntraeger <borntraeger@linux.ibm.com>
2372S: Supported
2373F: hw/s390x/storage-keys.h
2374F: hw/390x/s390-skeys*.c
2375L: qemu-s390x@nongnu.org
2376
2377S390 storage attribute device
2378M: Halil Pasic <pasic@linux.ibm.com>
2379M: Christian Borntraeger <borntraeger@linux.ibm.com>
2380S: Supported
2381F: hw/s390x/storage-attributes.h
2382F: hw/s390/s390-stattrib*.c
2383L: qemu-s390x@nongnu.org
2384
2385S390 floating interrupt controller
2386M: Halil Pasic <pasic@linux.ibm.com>
2387M: Christian Borntraeger <borntraeger@linux.ibm.com>
2388M: David Hildenbrand <david@redhat.com>
2389S: Supported
2390F: hw/intc/s390_flic*.c
2391F: include/hw/s390x/s390_flic.h
2392L: qemu-s390x@nongnu.org
2393
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002394Subsystems
2395----------
Philippe Mathieu-Daudéa8f4aee2021-08-16 21:10:12 +02002396Overall Audio backends
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002397M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann6bc915f2021-08-10 10:34:46 +02002398S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002399F: audio/
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002400X: audio/alsaaudio.c
2401X: audio/coreaudio.c
2402X: audio/dsound*
2403X: audio/jackaudio.c
2404X: audio/ossaudio.c
2405X: audio/paaudio.c
2406X: audio/sdlaudio.c
Philippe Mathieu-Daudé4566d142021-08-16 21:10:13 +02002407X: audio/spiceaudio.c
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002408F: qapi/audio.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002409
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002410ALSA Audio backend
2411M: Gerd Hoffmann <kraxel@redhat.com>
Christian Schoenebeck584ab342021-09-04 15:13:46 +02002412R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002413S: Odd Fixes
2414F: audio/alsaaudio.c
2415
2416Core Audio framework backend
2417M: Gerd Hoffmann <kraxel@redhat.com>
Christian Schoenebeck584ab342021-09-04 15:13:46 +02002418R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Akihiko Odakiaf643492022-02-13 11:12:15 +09002419R: Akihiko Odaki <akihiko.odaki@gmail.com>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002420S: Odd Fixes
2421F: audio/coreaudio.c
2422
2423DSound Audio backend
2424M: Gerd Hoffmann <kraxel@redhat.com>
2425S: Odd Fixes
2426F: audio/dsound*
2427
2428JACK Audio Connection Kit backend
2429M: Gerd Hoffmann <kraxel@redhat.com>
Christian Schoenebeck584ab342021-09-04 15:13:46 +02002430R: Christian Schoenebeck <qemu_oss@crudebyte.com>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002431S: Odd Fixes
2432F: audio/jackaudio.c
2433
2434Open Sound System (OSS) Audio backend
2435M: Gerd Hoffmann <kraxel@redhat.com>
2436S: Odd Fixes
2437F: audio/ossaudio.c
2438
2439PulseAudio backend
2440M: Gerd Hoffmann <kraxel@redhat.com>
2441S: Odd Fixes
2442F: audio/paaudio.c
2443
2444SDL Audio backend
2445M: Gerd Hoffmann <kraxel@redhat.com>
Thomas Huth2863bd52021-10-30 08:21:06 +02002446R: Thomas Huth <huth@tuxfamily.org>
Philippe Mathieu-Daudé0ebe43e2021-08-16 21:10:14 +02002447S: Odd Fixes
2448F: audio/sdlaudio.c
2449
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01002450Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002451M: Kevin Wolf <kwolf@redhat.com>
Hanna Reitzb0c47982021-08-10 16:04:11 +02002452M: Hanna Reitz <hreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002453L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002454S: Supported
2455F: block*
2456F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002457F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02002458F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02002459F: qemu-img*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002460F: docs/tools/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02002461F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02002462F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02002463F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02002464F: qobject/block-qdict.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002465F: tests/unit/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002466T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002467
Stefan Hajnoczic607c7f2020-12-09 10:38:02 +00002468Storage daemon
2469M: Kevin Wolf <kwolf@redhat.com>
2470L: qemu-block@nongnu.org
2471S: Supported
2472F: storage-daemon/
2473F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2474F: docs/tools/qemu-storage-daemon.rst
2475T: git https://repo.or.cz/qemu/kevin.git block
2476
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002477Block I/O path
2478M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002479M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002480L: qemu-block@nongnu.org
2481S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02002482F: util/async.c
2483F: util/aio-*.c
Stefan Hajnoczi1f050a42020-03-05 17:08:02 +00002484F: util/aio-*.h
2485F: util/fdmon-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002486F: block/io.c
2487F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08002488F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00002489F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03002490F: scripts/qemugdb/aio.py
Thomas Huthda668aa2021-03-10 07:33:14 +01002491F: tests/unit/test-fdmon-epoll.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002492T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002493
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002494Block SCSI subsystem
2495M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002496R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002497L: qemu-block@nongnu.org
2498S: Supported
2499F: include/scsi/*
2500F: scsi/*
2501
Jeff Cody280458a2015-03-06 12:16:06 -05002502Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04002503M: John Snow <jsnow@redhat.com>
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002504M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002505L: qemu-block@nongnu.org
2506S: Supported
2507F: blockjob.c
2508F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02002509F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02002510F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002511F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05002512F: block/backup.c
2513F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05002514F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05002515F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02002516F: qapi/job.json
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002517F: block/block-copy.c
2518F: include/block/block-copy.c
Vladimir Sementsov-Ogievskiyd003e0a2021-08-24 11:38:27 +03002519F: block/copy-before-write.h
2520F: block/copy-before-write.c
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002521F: include/block/aio_task.h
2522F: block/aio_task.c
2523F: util/qemu-co-shared-resource.c
2524F: include/qemu/co-shared-resource.h
John Snow77582e22020-10-01 12:24:01 -04002525T: git https://gitlab.com/jsnow/qemu.git jobs
Vladimir Sementsov-Ogievskiyd7beddc2021-01-28 17:41:44 +03002526T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
Jeff Cody280458a2015-03-06 12:16:06 -05002527
Markus Armbruster41202012015-05-20 13:23:46 +02002528Block QAPI, monitor, command line
2529M: Markus Armbruster <armbru@redhat.com>
2530S: Supported
2531F: blockdev.c
Maxim Levitskya2dde2f2020-03-08 11:24:32 +02002532F: blockdev-hmp-cmds.c
Markus Armbruster41202012015-05-20 13:23:46 +02002533F: block/qapi.c
2534F: qapi/block*.json
Markus Armbrusterfa988e32017-08-24 21:14:02 +02002535F: qapi/transaction.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002536T: git https://repo.or.cz/qemu/armbru.git block-next
Markus Armbruster41202012015-05-20 13:23:46 +02002537
John Snow538193b2016-08-04 14:18:51 -04002538Dirty Bitmaps
Eric Blakeedb05902020-05-14 13:00:03 -05002539M: Eric Blake <eblake@redhat.com>
2540M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2541R: John Snow <jsnow@redhat.com>
John Snow538193b2016-08-04 14:18:51 -04002542L: qemu-block@nongnu.org
2543S: Supported
John Snow538193b2016-08-04 14:18:51 -04002544F: include/qemu/hbitmap.h
2545F: include/block/dirty-bitmap.h
Eric Blakebb4e58c2020-05-18 13:53:07 -05002546F: block/monitor/bitmap-qmp-cmds.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002547F: block/dirty-bitmap.c
2548F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03002549F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002550F: util/hbitmap.c
Thomas Huthda668aa2021-03-10 07:33:14 +01002551F: tests/unit/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002552F: docs/interop/bitmaps.rst
Eric Blakeedb05902020-05-14 13:00:03 -05002553T: git https://repo.or.cz/qemu/ericb.git bitmaps
John Snow538193b2016-08-04 14:18:51 -04002554
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002555Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04002556M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002557R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002558S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03002559F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04002560F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02002561F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002562
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002563Character Devices (Braille)
2564M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2565S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04002566F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002567
Markus Armbrustere94630d2017-03-20 13:55:48 +01002568Command line option argument parsing
2569M: Markus Armbruster <armbru@redhat.com>
2570S: Supported
2571F: include/qemu/option.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002572F: tests/unit/test-keyval.c
2573F: tests/unit/test-qemu-opts.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002574F: util/keyval.c
2575F: util/qemu-option.c
2576
Markus Armbruster8c413e72015-01-28 11:29:57 +01002577Coverity model
2578M: Markus Armbruster <armbru@redhat.com>
2579S: Supported
2580F: scripts/coverity-model.c
2581
Peter Maydell9c263d02020-03-19 19:33:22 +00002582Coverity Scan integration
2583M: Peter Maydell <peter.maydell@linaro.org>
2584S: Maintained
2585F: scripts/coverity-scan/
2586
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002587Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07002588M: Alistair Francis <alistair.francis@wdc.com>
2589R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002590S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002591F: softmmu/device_tree.c
Thomas Huth82407512015-12-17 15:25:12 +01002592F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002593
Marc-André Lureau3505a222017-09-11 18:59:29 +02002594Dump
2595S: Supported
2596M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02002597F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02002598F: hw/misc/vmcoreinfo.c
2599F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02002600F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02002601F: include/sysemu/dump-arch.h
2602F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02002603F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02002604F: scripts/dump-guest-memory.py
2605F: stubs/dump.c
2606
Markus Armbruster4f966762015-09-12 13:29:56 +02002607Error reporting
2608M: Markus Armbruster <armbru@redhat.com>
2609S: Supported
2610F: include/qapi/error.h
2611F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002612F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02002613F: util/error.c
2614F: util/qemu-error.c
Vladimir Sementsov-Ogievskiyd1d3a992020-03-24 18:36:25 +03002615F: scripts/coccinelle/err-bad-newline.cocci
2616F: scripts/coccinelle/error-use-after-free.cocci
2617F: scripts/coccinelle/error_propagate_null.cocci
2618F: scripts/coccinelle/remove_local_err.cocci
2619F: scripts/coccinelle/use-error_fatal.cocci
Vladimir Sementsov-Ogievskiy8220f3a2020-07-07 18:50:31 +02002620F: scripts/coccinelle/errp-guard.cocci
Markus Armbruster4f966762015-09-12 13:29:56 +02002621
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002622GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01002623M: Alex Bennée <alex.bennee@linaro.org>
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01002624R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Alex Bennéec7b3e862019-06-06 09:27:53 +01002625S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002626F: gdbstub*
Peter Maydell0dec1012021-02-11 12:27:44 +00002627F: include/exec/gdbstub.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002628F: gdb-xml/
Lirong Yuan51c623b2021-01-08 22:42:42 +00002629F: tests/tcg/multiarch/gdbstub/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002630
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002631Memory API
2632M: Paolo Bonzini <pbonzini@redhat.com>
David Hildenbrand07b315b2021-07-23 12:05:31 +02002633M: Peter Xu <peterx@redhat.com>
2634M: David Hildenbrand <david@redhat.com>
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01002635R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002636S: Supported
2637F: include/exec/ioport.h
Tony Nguyen14776ab2019-08-24 04:10:58 +10002638F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002639F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01002640F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01002641F: include/exec/ramblock.h
David Hildenbrand9f04dd72021-07-23 12:05:32 +02002642F: include/sysemu/memory_mapping.h
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002643F: softmmu/dma-helpers.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002644F: softmmu/ioport.c
2645F: softmmu/memory.c
David Hildenbrand9f04dd72021-07-23 12:05:32 +02002646F: softmmu/memory_mapping.c
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02002647F: softmmu/physmem.c
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002648F: include/exec/memory-internal.h
Philippe Mathieu-Daudé044e2af2020-02-24 14:45:07 +01002649F: scripts/coccinelle/memory-region-housekeeping.cocci
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002650
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002651SPICE
2652M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann227b1632021-08-10 10:34:47 +02002653S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01002654F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002655F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002656F: ui/spice-*.c
2657F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002658F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002659F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002660F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002661
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002662Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002663M: Gerd Hoffmann <kraxel@redhat.com>
2664S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002665F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002666F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002667F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002668F: util/drm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002669
Andreas Färber351f1bf2011-10-30 18:08:01 +01002670Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002671M: Peter Maydell <peter.maydell@linaro.org>
Akihiko Odakiaf643492022-02-13 11:12:15 +09002672R: Akihiko Odaki <akihiko.odaki@gmail.com>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002673S: Odd Fixes
2674F: ui/cocoa.m
2675
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002676Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002677M: Paolo Bonzini <pbonzini@redhat.com>
2678S: Maintained
Philippe Mathieu-Daudé48e824e2021-04-22 08:41:27 +02002679F: include/exec/gen-icount.h
Markus Armbruster54d31232019-08-12 07:23:59 +02002680F: include/qemu/main-loop.h
2681F: include/sysemu/runstate.h
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002682F: include/sysemu/runstate-action.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002683F: util/main-loop.c
2684F: util/qemu-timer.c
Alexander Bulekovbac068e2020-02-19 23:10:57 -05002685F: softmmu/vl.c
Alexander Bulekov7b733862020-02-19 23:10:58 -05002686F: softmmu/main.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002687F: softmmu/cpus.c
Claudio Fontanab0c3cf92020-06-29 11:35:03 +02002688F: softmmu/cpu-throttle.c
Claudio Fontana740b1752020-08-19 13:17:19 +02002689F: softmmu/cpu-timers.c
2690F: softmmu/icount.c
Alejandro Jimeneze6dba042020-12-11 11:52:43 -05002691F: softmmu/runstate-action.c
Markus Armbruster0e201d32017-08-24 21:13:57 +02002692F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002693
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002694Read, Copy, Update (RCU)
2695M: Paolo Bonzini <pbonzini@redhat.com>
2696S: Maintained
2697F: include/qemu/rcu*.h
Thomas Huthda668aa2021-03-10 07:33:14 +01002698F: tests/unit/rcutorture.c
2699F: tests/unit/test-rcu-*.c
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002700F: util/rcu.c
2701
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002702Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02002703M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05002704S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02002705F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02002706F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002707F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002708F: monitor/hmp*
2709F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02002710F: hmp-commands*.hx
2711F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002712F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02002713F: include/qemu/qemu-print.h
2714F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002715
Paolo Bonzinif536f112015-09-22 11:40:00 +02002716Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00002717M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002718S: Maintained
2719F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01002720F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02002721F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002722T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02002723F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002724
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01002725Netmap network backend
2726M: Luigi Rizzo <rizzo@iet.unipi.it>
2727M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2728M: Vincenzo Maffione <v.maffione@gmail.com>
2729W: http://info.iet.unipi.it/~luigi/netmap/
2730S: Maintained
2731F: net/netmap.c
2732
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002733Host Memory Backends
David Hildenbrand4ade3ea2021-07-23 12:05:30 +02002734M: David Hildenbrand <david@redhat.com>
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002735M: Igor Mammedov <imammedo@redhat.com>
2736S: Maintained
2737F: backends/hostmem*.c
2738F: include/sysemu/hostmem.h
Eduardo Habkostf953c102020-12-14 16:20:32 -05002739T: git https://gitlab.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002740
Gonglei60340112016-10-28 16:33:31 +08002741Cryptodev Backends
2742M: Gonglei <arei.gonglei@huawei.com>
2743S: Maintained
2744F: include/sysemu/cryptodev*.h
2745F: backends/cryptodev*.c
2746
John Snowb8eaee92020-07-10 15:30:14 -04002747Python library
2748M: John Snow <jsnow@redhat.com>
2749M: Cleber Rosa <crosa@redhat.com>
John Snow89d38c72022-02-07 19:05:25 -05002750R: Beraldo Leal <bleal@redhat.com>
John Snowb8eaee92020-07-10 15:30:14 -04002751S: Maintained
2752F: python/
2753T: git https://gitlab.com/jsnow/qemu.git python
2754
Eduardo Habkostad904f62017-09-15 20:07:44 -03002755Python scripts
John Snow89d38c72022-02-07 19:05:25 -05002756M: John Snow <jsnow@redhat.com>
Eduardo Habkostad904f62017-09-15 20:07:44 -03002757M: Cleber Rosa <crosa@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04002758S: Odd Fixes
Eduardo Habkostad904f62017-09-15 20:07:44 -03002759F: scripts/*.py
2760F: tests/*.py
2761
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002762Benchmark util
2763M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2764S: Maintained
2765F: scripts/simplebench/
Vladimir Sementsov-Ogievskiye34bd022021-03-04 13:41:02 +03002766T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002767
Vladimir Sementsov-Ogievskiy8cad15b2021-04-28 18:17:36 +03002768Transactions helper
2769M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2770S: Maintained
2771F: include/qemu/transactions.h
2772F: util/transactions.c
2773
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002774QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04002775M: Markus Armbruster <armbru@redhat.com>
Michael Roth2f5f9bc2020-10-27 01:02:53 -05002776M: Michael Roth <michael.roth@amd.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04002777S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002778F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002779X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002780F: include/qapi/
2781X: include/qapi/qmp/
2782F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02002783F: tests/qapi-schema/
Thomas Huthda668aa2021-03-10 07:33:14 +01002784F: tests/unit/test-*-visitor.c
2785F: tests/unit/test-qapi-*.c
2786F: tests/unit/test-qmp-*.c
2787F: tests/unit/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02002788F: scripts/qapi-gen.py
2789F: scripts/qapi/*
Peter Maydell4078ee52020-09-25 17:23:02 +01002790F: docs/sphinx/qapidoc.py
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002791F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002792T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002793
Luiz Capitulino7810d292013-06-03 11:11:53 -04002794QAPI Schema
2795M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04002796M: Markus Armbruster <armbru@redhat.com>
2797S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002798F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002799T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04002800
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002801QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02002802M: Markus Armbruster <armbru@redhat.com>
2803S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002804F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002805F: include/qapi/qmp/
2806X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05002807F: scripts/coccinelle/qobject.cocci
Thomas Huthda668aa2021-03-10 07:33:14 +01002808F: tests/unit/check-qdict.c
2809F: tests/unit/check-qjson.c
2810F: tests/unit/check-qlist.c
2811F: tests/unit/check-qlit.c
2812F: tests/unit/check-qnull.c
2813F: tests/unit/check-qnum.c
2814F: tests/unit/check-qobject.c
2815F: tests/unit/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01002816F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002817T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002818
Michael Rothf05d9992014-10-22 07:05:36 -05002819QEMU Guest Agent
Michael Roth2f5f9bc2020-10-27 01:02:53 -05002820M: Michael Roth <michael.roth@amd.com>
Michael Rothf05d9992014-10-22 07:05:36 -05002821S: Maintained
2822F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01002823F: docs/interop/qemu-ga.rst
Peter Maydelldb161152020-09-25 17:23:03 +01002824F: docs/interop/qemu-ga-ref.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03002825F: scripts/qemu-guest-agent/
Thomas Huthda668aa2021-03-10 07:33:14 +01002826F: tests/unit/test-qga.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002827T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05002828
Kostiantyn Kostiukcced3a72022-01-05 09:09:42 +00002829QEMU Guest Agent Win32
2830M: Konstantin Kostiuk <kkostiuk@redhat.com>
2831S: Maintained
2832F: qga/*win32*
2833F: qga/vss-win32/
2834F: qga/installer/
2835T: git https://github.com/kostyanf14/qemu.git qga-win32
2836
Andreas Färber4688c942014-04-24 15:00:14 +02002837QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02002838M: Paolo Bonzini <pbonzini@redhat.com>
2839R: Daniel P. Berrange <berrange@redhat.com>
Eduardo Habkost24c4cd12021-11-30 15:47:22 -05002840R: Eduardo Habkost <eduardo@habkost.net>
Andreas Färber4688c942014-04-24 15:00:14 +02002841S: Supported
Markus Armbruster8f920052019-06-24 16:48:19 +02002842F: docs/qdev-device-use.txt
2843F: hw/core/qdev*
Markus Armbrusterb77b5b32020-06-10 07:32:47 +02002844F: hw/core/bus.c
2845F: hw/core/sysbus.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002846F: include/hw/qdev*
2847F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02002848F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02002849F: qapi/qom.json
2850F: qapi/qdev.json
Paolo Bonzini22fb6eb2020-10-07 12:23:56 -04002851F: scripts/coccinelle/qom-parent-type.cocci
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002852F: softmmu/qdev-monitor.c
Philippe Mathieu-Daudé9b45a022021-01-22 21:44:38 +01002853F: stubs/qdev.c
Andreas Färber4688c942014-04-24 15:00:14 +02002854F: qom/
Thomas Huthda668aa2021-03-10 07:33:14 +01002855F: tests/unit/check-qom-interface.c
2856F: tests/unit/check-qom-proplist.c
2857F: tests/unit/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02002858
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04002859QOM boilerplate conversion script
Eduardo Habkost24c4cd12021-11-30 15:47:22 -05002860M: Eduardo Habkost <eduardo@habkost.net>
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04002861S: Maintained
2862F: scripts/codeconverter/
2863
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002864QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04002865M: Markus Armbruster <armbru@redhat.com>
2866S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02002867F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002868F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02002869F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002870F: monitor/monitor.c
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002871F: qapi/control.json
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002872F: qapi/error.json
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002873F: qapi/introspect.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002874F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01002875F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04002876F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002877F: tests/qtest/qmp-test.c
2878F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002879T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002880
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002881qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002882M: Thomas Huth <thuth@redhat.com>
2883M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002884R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002885S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002886F: softmmu/qtest.c
Claudio Fontana1583a382020-07-07 10:21:10 +02002887F: accel/qtest/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002888F: tests/qtest/
Emanuele Giuseppe Esposito222455e2021-03-08 08:32:40 +01002889F: docs/devel/qgraph.rst
Thomas Huth520ddc12020-10-01 06:27:17 +02002890X: tests/qtest/bios-tables-test*
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002891
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002892Device Fuzzing
2893M: Alexander Bulekov <alxndr@bu.edu>
2894R: Paolo Bonzini <pbonzini@redhat.com>
2895R: Bandan Das <bsd@redhat.com>
2896R: Stefan Hajnoczi <stefanha@redhat.com>
Thomas Huth6184e5f2020-07-21 07:36:09 +02002897R: Thomas Huth <thuth@redhat.com>
Darren Kenny85221b02021-08-24 14:04:01 +00002898R: Darren Kenny <darren.kenny@oracle.com>
Qiuhao Li5d32fc32021-08-24 14:26:39 +08002899R: Qiuhao Li <Qiuhao.Li@outlook.com>
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002900S: Maintained
2901F: tests/qtest/fuzz/
Philippe Mathieu-Daudéd3d39fc2021-01-26 12:28:49 +01002902F: tests/qtest/fuzz-*test.c
Alexander Bulekov211635b2020-06-12 01:51:45 -04002903F: scripts/oss-fuzz/
Alexander Bulekov230376d2021-03-15 10:05:10 -04002904F: hw/mem/sparse-mem.c
Alexander Bulekovf3a02082020-11-06 13:05:59 -05002905F: docs/devel/fuzzing.rst
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002906
Alistair Franciscc0100f2016-07-28 09:55:39 -07002907Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00002908M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07002909S: Maintained
2910F: hw/core/register.c
2911F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03002912F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07002913
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002914SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02002915M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02002916S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002917F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01002918F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01002919F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02002920T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002921
Edgar E. Iglesias6d0af392020-05-06 10:25:13 +02002922Streams
2923M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2924S: Maintained
2925F: hw/core/stream.c
2926F: include/hw/stream.h
2927
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02002928Stubs
2929M: Paolo Bonzini <pbonzini@redhat.com>
2930S: Maintained
2931F: stubs/
2932
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002933Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02002934M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002935S: Maintained
2936F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02002937F: trace-events
Peter Maydell3a8273b2020-02-28 15:36:18 +00002938F: docs/qemu-option-trace.rst.inc
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01002939F: qapi/trace.json
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02002940F: scripts/tracetool.py
2941F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00002942F: scripts/qemu-trace-stap*
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03002943F: docs/tools/qemu-trace-stap.rst
Stefano Garzarellad0fb9652021-05-17 17:16:58 +02002944F: docs/devel/tracing.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002945T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002946
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002947TPM
Stefan Berger1f636692018-10-30 17:34:09 -04002948M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04002949S: Maintained
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002950F: tpm.c
2951F: hw/tpm/*
2952F: include/hw/acpi/tpm.h
2953F: include/sysemu/tpm*
2954F: qapi/tpm.json
Philippe Mathieu-Daudé8ae92e22020-06-12 10:54:34 +02002955F: backends/tpm/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002956F: tests/qtest/*tpm*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002957T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002958
Blue Swirl14f40fd2011-11-26 09:51:23 +00002959Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00002960S: Odd Fixes
2961F: scripts/checkpatch.pl
2962
Juan Quintelac0787c82014-10-15 10:34:50 +02002963Migration
2964M: Juan Quintela <quintela@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00002965M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02002966S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04002967F: hw/core/vmstate-if.c
2968F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02002969F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00002970F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05302971F: scripts/vmstate-static-checker.py
2972F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002973F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002974F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02002975F: qapi/migration.json
Hyman Huang(黄勇)fac87d42021-03-19 16:07:57 +08002976F: tests/migration/
Juan Quintelac0787c82014-10-15 10:34:50 +02002977
Marc-André Lureaua5669072019-09-12 16:03:32 +04002978D-Bus
2979M: Marc-André Lureau <marcandre.lureau@redhat.com>
2980S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002981F: backends/dbus-vmstate.c
Marc-André Lureau89f4df92021-10-10 00:30:30 +04002982F: ui/dbus*
2983F: audio/dbus*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002984F: util/dbus.c
Marc-André Lureau89f4df92021-10-10 00:30:30 +04002985F: include/ui/dbus*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002986F: include/qemu/dbus.h
Marc-André Lureau89f4df92021-10-10 00:30:30 +04002987F: docs/interop/dbus*
2988F: docs/sphinx/dbus*
2989F: docs/sphinx/fakedbusdoc.py
2990F: tests/qtest/dbus*
Marc-André Lureaua5669072019-09-12 16:03:32 +04002991
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002992Seccomp
otubo064983c2017-06-22 09:58:00 +02002993M: Eduardo Otubo <otubo@redhat.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002994S: Supported
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002995F: softmmu/qemu-seccomp.c
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002996F: include/sysemu/seccomp.h
2997
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002998Cryptography
2999M: Daniel P. Berrange <berrange@redhat.com>
3000S: Maintained
3001F: crypto/
3002F: include/crypto/
Markus Armbruster92a3c6a2020-11-02 09:15:49 +01003003F: qapi/crypto.json
Thomas Huthda668aa2021-03-10 07:33:14 +01003004F: tests/unit/test-crypto-*
Thomas Huth3b472e72021-03-12 10:22:38 +01003005F: tests/bench/benchmark-crypto-*
Thomas Huthda668aa2021-03-10 07:33:14 +01003006F: tests/unit/crypto-tls-*
3007F: tests/unit/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00003008F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01003009
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01003010Coroutines
3011M: Stefan Hajnoczi <stefanha@redhat.com>
3012M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00003013S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01003014F: util/*coroutine*
3015F: include/qemu/coroutine*
Thomas Huthda668aa2021-03-10 07:33:14 +01003016F: tests/unit/test-coroutine.c
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01003017
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00003018Buffers
3019M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04003020S: Odd Fixes
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00003021F: util/buffer.c
3022F: include/qemu/buffer.h
3023
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00003024I/O Channels
3025M: Daniel P. Berrange <berrange@redhat.com>
3026S: Maintained
3027F: io/
3028F: include/io/
Thomas Huthda668aa2021-03-10 07:33:14 +01003029F: tests/unit/test-io-*
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00003030
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01003031User authorization
3032M: Daniel P. Berrange <berrange@redhat.com>
3033S: Maintained
3034F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01003035F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01003036F: include/authz/
Thomas Huthda668aa2021-03-10 07:33:14 +01003037F: tests/unit/test-authz-*
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01003038
Gerd Hoffmann5614a282016-01-18 16:03:23 +01003039Sockets
3040M: Daniel P. Berrange <berrange@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01003041S: Maintained
3042F: include/qemu/sockets.h
3043F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02003044F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01003045
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01003046File monitor
3047M: Daniel P. Berrange <berrange@redhat.com>
John Snow4251dfb2020-10-30 11:34:16 -04003048S: Odd Fixes
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01003049F: util/filemonitor*.c
3050F: include/qemu/filemonitor.h
Thomas Huthda668aa2021-03-10 07:33:14 +01003051F: tests/unit/test-util-filemonitor.c
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01003052
Alberto Garciad310d852016-02-18 12:27:10 +02003053Throttling infrastructure
3054M: Alberto Garcia <berto@igalia.com>
3055S: Supported
3056F: block/throttle-groups.c
3057F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03003058F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02003059F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03003060F: docs/throttle.txt
Thomas Huthda668aa2021-03-10 07:33:14 +01003061F: tests/unit/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02003062L: qemu-block@nongnu.org
3063
Fam Zheng080d7aa2016-09-21 12:27:25 +08003064UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08003065M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08003066S: Supported
3067F: util/uuid.c
3068F: include/qemu/uuid.h
Thomas Huthda668aa2021-03-10 07:33:14 +01003069F: tests/unit/test-uuid.c
Fam Zheng080d7aa2016-09-21 12:27:25 +08003070
Lukas Straub50186052020-12-28 16:08:41 +01003071Yank feature
3072M: Lukas Straub <lukasstraub2@web.de>
3073S: Odd fixes
3074F: util/yank.c
Lukas Straub1a92d6d2021-03-23 18:52:42 +01003075F: migration/yank_functions*
Lukas Straubd3a0bb72021-03-30 20:13:35 +02003076F: tests/unit/test-yank.c
Lukas Straub50186052020-12-28 16:08:41 +01003077F: include/qemu/yank.h
3078F: qapi/yank.json
3079
zhanghailianga4cc3182016-10-27 14:43:09 +08003080COLO Framework
3081M: zhanghailiang <zhang.zhanghailiang@huawei.com>
3082S: Maintained
3083F: migration/colo*
3084F: include/migration/colo.h
3085F: include/migration/failover.h
3086F: docs/COLO-FT.txt
3087
Zhang Chen88f82ed2016-09-27 10:22:35 +08003088COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08003089M: Zhang Chen <chen.zhang@intel.com>
Li Zhijian2ece6e62021-12-31 13:09:01 +08003090M: Li Zhijian <lizhijian@fujitsu.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08003091S: Supported
3092F: docs/colo-proxy.txt
3093F: net/colo*
3094F: net/filter-rewriter.c
3095F: net/filter-mirror.c
Zhang Chen487cf3f2021-12-21 16:04:00 +08003096F: tests/qtest/test-filter*
Zhang Chen88f82ed2016-09-27 10:22:35 +08003097
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003098Record/replay
3099M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3100R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00003101W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003102S: Supported
3103F: replay/*
3104F: block/blkreplay.c
3105F: net/filter-replay.c
3106F: include/sysemu/replay.h
3107F: docs/replay.txt
3108F: stubs/replay.c
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03003109F: tests/avocado/replay_kernel.py
3110F: tests/avocado/replay_linux.py
3111F: tests/avocado/reverse_debugging.py
Pavel Dovgalyuk43d7e1d2020-10-03 20:13:14 +03003112F: qapi/replay.json
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03003113
Peter Xueecf5ee2018-05-18 15:25:16 +08003114IOVA Tree
3115M: Peter Xu <peterx@redhat.com>
3116S: Maintained
3117F: include/qemu/iova-tree.h
3118F: util/iova-tree.c
3119
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03003120elf2dmp
3121M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3122S: Maintained
3123F: contrib/elf2dmp/
3124
Corey Minyard93198b62018-11-13 18:31:27 -06003125I2C and SMBus
3126M: Corey Minyard <cminyard@mvista.com>
3127S: Maintained
3128F: hw/i2c/core.c
3129F: hw/i2c/smbus_slave.c
3130F: hw/i2c/smbus_master.c
3131F: hw/i2c/smbus_eeprom.c
3132F: include/hw/i2c/i2c.h
3133F: include/hw/i2c/smbus_master.h
3134F: include/hw/i2c/smbus_slave.h
3135F: include/hw/i2c/smbus_eeprom.h
3136
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02003137Firmware schema specifications
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01003138M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02003139R: Daniel P. Berrange <berrange@redhat.com>
3140R: Kashyap Chamarthy <kchamart@redhat.com>
3141S: Maintained
3142F: docs/interop/firmware.json
3143
Laszlo Ersek6739df32019-03-13 13:40:07 +01003144EDK2 Firmware
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01003145M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Gerd Hoffmannf492bdf2021-08-10 10:34:44 +02003146R: Gerd Hoffmann <kraxel@redhat.com>
Laszlo Ersek6739df32019-03-13 13:40:07 +01003147S: Supported
Philippe Mathieu-Daudéb5b31862021-05-21 15:34:07 +02003148F: hw/i386/*ovmf*
Laszlo Ersek6739df32019-03-13 13:40:07 +01003149F: pc-bios/descriptors/??-edk2-*.json
3150F: pc-bios/edk2-*
3151F: roms/Makefile.edk2
3152F: roms/edk2
3153F: roms/edk2-*
3154F: tests/data/uefi-boot-images/
3155F: tests/uefi-test-tools/
Thomas Huth922febe2020-05-20 09:45:58 +02003156F: .gitlab-ci.d/edk2.yml
Philippe Mathieu-Daudé71920802020-01-03 12:26:25 +01003157F: .gitlab-ci.d/edk2/
Laszlo Ersek6739df32019-03-13 13:40:07 +01003158
Peter Xu8bc43f32020-07-01 08:44:18 -04003159VT-d Emulation
3160M: Michael S. Tsirkin <mst@redhat.com>
3161M: Peter Xu <peterx@redhat.com>
3162R: Jason Wang <jasowang@redhat.com>
3163S: Supported
3164F: hw/i386/intel_iommu.c
3165F: hw/i386/intel_iommu_internal.h
3166F: include/hw/i386/intel_iommu.h
3167
Bin Menge92fb012020-06-26 06:13:40 -07003168OpenSBI Firmware
3169M: Bin Meng <bmeng.cn@gmail.com>
3170S: Supported
3171F: pc-bios/opensbi-*
3172F: .gitlab-ci.d/opensbi.yml
3173F: .gitlab-ci.d/opensbi/
3174
Luc Michel59c7a182021-02-11 09:53:18 +01003175Clock framework
3176M: Luc Michel <luc@lmichel.fr>
3177R: Damien Hedde <damien.hedde@greensocs.com>
3178S: Maintained
3179F: include/hw/clock.h
3180F: include/hw/qdev-clock.h
3181F: hw/core/clock.c
3182F: hw/core/clock-vmstate.c
3183F: hw/core/qdev-clock.c
3184F: docs/devel/clocks.rst
3185
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003186Usermode Emulation
3187------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003188Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02003189M: Riku Voipio <riku.voipio@iki.fi>
3190S: Maintained
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03003191F: accel/tcg/user-exec*.c
Richard Hendersonbbf15aa2021-11-17 16:14:00 +01003192F: include/user/
3193F: common-user/
Paolo Bonzini486bbe52014-10-22 00:18:01 +02003194
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003195BSD user
Warner Losh65a9d382021-03-08 15:40:23 -07003196M: Warner Losh <imp@bsdimp.com>
3197R: Kyle Evans <kevans@freebsd.org>
3198S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003199F: bsd-user/
Alex Bennée812b31d2021-07-07 14:17:43 +01003200F: configs/targets/*-bsd-user.mak
Warner Loshadbae402022-01-09 11:50:24 -07003201F: tests/vm/*bsd
Warner Losh65a9d382021-03-08 15:40:23 -07003202T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003203
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003204Linux user
Riku Voipio8f902c52020-07-02 14:16:36 +03003205M: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05003206S: Maintained
3207F: linux-user/
Alex Bennée812b31d2021-07-07 14:17:43 +01003208F: configs/targets/*linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01003209F: scripts/qemu-binfmt-conf.sh
Laurent Viviere3a6c822020-03-10 11:34:00 +01003210F: scripts/update-syscalltbl.sh
Laurent Vivier57333332020-03-10 11:34:03 +01003211F: scripts/update-mips-syscall-args.sh
Laurent Vivier382ae672020-03-16 09:56:17 +01003212F: scripts/gensyscalls.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003213
3214Tiny Code Generator (TCG)
3215-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003216Common TCG code
Richard Henderson336f7442020-11-12 20:35:43 -08003217M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003218S: Maintained
3219F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01003220F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003221
Alex Bennée22b58672019-10-17 14:25:23 +01003222TCG Plugins
3223M: Alex Bennée <alex.bennee@linaro.org>
Alexandre Iooss3d7caf12021-07-09 15:29:59 +01003224R: Alexandre Iooss <erdnaxe@crans.org>
Mahmoud Mandoura6b95a92021-07-09 15:30:05 +01003225R: Mahmoud Mandour <ma.mandourr@gmail.com>
Alex Bennée22b58672019-10-17 14:25:23 +01003226S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00003227F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01003228F: plugins/
Alex Bennéec17a3862020-09-09 12:27:41 +01003229F: tests/plugin/
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03003230F: tests/avocado/tcg_plugins.py
Alex Bennéec17a3862020-09-09 12:27:41 +01003231F: contrib/plugins/
Alex Bennée22b58672019-10-17 14:25:23 +01003232
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003233AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10003234M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01003235S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00003236L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01003237F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003238F: disas/arm-a64.cc
3239F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01003240
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003241ARM TCG target
Peter Maydell7c6ef612021-07-22 19:09:51 +01003242M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003243S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00003244L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003245F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003246F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003247
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003248i386 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003249M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003250S: Maintained
3251F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003252F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003253
WANG Xueruiafa33252021-12-21 13:40:36 +08003254LoongArch64 TCG target
3255M: WANG Xuerui <git@xen0n.name>
3256S: Maintained
3257F: tcg/loongarch64/
3258
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003259MIPS TCG target
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003260M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01003261R: Aurelien Jarno <aurelien@aurel32.net>
Huacai Chendab1e1e2020-12-05 17:22:01 +08003262R: Huacai Chen <chenhuacai@kernel.org>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +02003263R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02003264R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02003265S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003266F: tcg/mips/
3267
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003268PPC TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003269M: Richard Henderson <richard.henderson@linaro.org>
Pranith Kumar15610d42016-10-18 10:21:00 -07003270S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003271F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003272F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003273
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003274RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07003275M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00003276M: Alistair Francis <Alistair.Francis@wdc.com>
3277L: qemu-riscv@nongnu.org
3278S: Maintained
3279F: tcg/riscv/
3280F: disas/riscv.c
3281
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003282S390 TCG target
Richard Henderson336f7442020-11-12 20:35:43 -08003283M: Richard Henderson <richard.henderson@linaro.org>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003284S: Maintained
3285F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003286F: disas/s390.c
Cornelia Huck146bd282017-10-05 17:05:23 +02003287L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003288
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003289SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02003290S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01003291F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003292F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003293
Markus Armbruster6347e1f2019-06-06 19:24:07 +02003294TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01003295M: Stefan Weil <sw@weilnetz.de>
3296S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02003297F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03003298F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02003299F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02003300
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003301Block drivers
3302-------------
3303VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08003304M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003305L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003306S: Supported
3307F: block/vmdk.c
3308
3309RBD
Ilya Dryomov07255702021-05-19 13:25:13 +02003310M: Ilya Dryomov <idryomov@gmail.com>
Peter Lieven6d2f38e2021-07-07 20:04:49 +02003311R: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05003312L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003313S: Supported
3314F: block/rbd.c
3315
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003316VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04003317M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003318L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003319S: Supported
3320F: block/vhdx*
3321
3322VDI
3323M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003324L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003325S: Maintained
3326F: block/vdi.c
3327
3328iSCSI
3329M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3330M: Paolo Bonzini <pbonzini@redhat.com>
3331M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02003332L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02003333S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003334F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01003335F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003336
Eric Blake99c62e72017-07-07 13:21:51 -05003337Network Block Device (NBD)
3338M: Eric Blake <eblake@redhat.com>
Vladimir Sementsov-Ogievskiy3d9330e2021-03-04 13:35:03 +03003339M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Eric Blake99c62e72017-07-07 13:21:51 -05003340L: qemu-block@nongnu.org
3341S: Maintained
3342F: block/nbd*
3343F: nbd/
3344F: include/block/nbd*
3345F: qemu-nbd.*
3346F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03003347F: docs/interop/nbd.txt
Wainer dos Santos Moschetta33b2b382021-02-04 10:54:25 -03003348F: docs/tools/qemu-nbd.rst
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00003349T: git https://repo.or.cz/qemu/ericb.git nbd
Vladimir Sementsov-Ogievskiy3d9330e2021-03-04 13:35:03 +03003350T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
Eric Blake99c62e72017-07-07 13:21:51 -05003351
Peter Lieven6542aa92014-02-03 10:26:13 +01003352NFS
3353M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05003354L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01003355S: Maintained
3356F: block/nfs.c
3357
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003358SSH
3359M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05003360L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01003361S: Supported
3362F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03003363
Jeff Cody280458a2015-03-06 12:16:06 -05003364CURL
Jeff Cody280458a2015-03-06 12:16:06 -05003365L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003366S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003367F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05003368
3369GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05003370L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02003371L: integration@gluster.org
3372S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05003373F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08003374
Fam Zheng199667a2015-04-01 09:45:40 +08003375Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08003376M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08003377L: qemu-block@nongnu.org
3378S: Supported
3379F: block/null.c
3380
Fam Zhengbdd6a902018-01-16 14:08:55 +08003381NVMe Block Driver
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003382M: Stefan Hajnoczi <stefanha@redhat.com>
3383R: Fam Zheng <fam@euphon.net>
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01003384R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Fam Zhengbdd6a902018-01-16 14:08:55 +08003385L: qemu-block@nongnu.org
3386S: Supported
3387F: block/nvme*
Philippe Mathieu-Daudédc0b4d92020-07-01 16:06:34 +02003388F: include/block/nvme.h
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01003389T: git https://github.com/stefanha/qemu.git block
Fam Zhengbdd6a902018-01-16 14:08:55 +08003390
Gongleib5e94762014-10-22 11:07:57 +08003391Bootdevice
3392M: Gonglei <arei.gonglei@huawei.com>
3393S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02003394F: softmmu/bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02003395
3396Quorum
3397M: Alberto Garcia <berto@igalia.com>
3398S: Supported
3399F: block/quorum.c
3400L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003401
Aapo Vienamobfcc2242018-07-03 17:48:48 +03003402blklogwrites
3403M: Ari Sundholm <ari@tuxera.com>
3404L: qemu-block@nongnu.org
3405S: Supported
3406F: block/blklogwrites.c
3407
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003408blkverify
3409M: Stefan Hajnoczi <stefanha@redhat.com>
3410L: qemu-block@nongnu.org
3411S: Supported
3412F: block/blkverify.c
3413
3414bochs
3415M: Stefan Hajnoczi <stefanha@redhat.com>
3416L: qemu-block@nongnu.org
3417S: Supported
3418F: block/bochs.c
3419
3420cloop
3421M: Stefan Hajnoczi <stefanha@redhat.com>
3422L: qemu-block@nongnu.org
3423S: Supported
3424F: block/cloop.c
3425
3426dmg
3427M: Stefan Hajnoczi <stefanha@redhat.com>
3428L: qemu-block@nongnu.org
3429S: Supported
3430F: block/dmg.c
3431
3432parallels
3433M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03003434M: Denis V. Lunev <den@openvz.org>
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003435M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003436L: qemu-block@nongnu.org
3437S: Supported
3438F: block/parallels.c
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003439F: block/parallels-ext.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03003440F: docs/interop/parallels.txt
Vladimir Sementsov-Ogievskiya960c4b2021-03-04 12:51:51 +03003441T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003442
3443qed
3444M: Stefan Hajnoczi <stefanha@redhat.com>
3445L: qemu-block@nongnu.org
3446S: Supported
3447F: block/qed.c
3448
3449raw
3450M: Kevin Wolf <kwolf@redhat.com>
3451L: qemu-block@nongnu.org
3452S: Supported
3453F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02003454F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06003455F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06003456F: block/file-posix.c
3457F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003458F: block/win32-aio.c
3459
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003460Linux io_uring
3461M: Aarushi Mehta <mehta.aaru20@gmail.com>
3462M: Julia Suvorova <jusual@redhat.com>
3463M: Stefan Hajnoczi <stefanha@redhat.com>
Stefano Garzarella0ef28012021-07-28 15:15:15 +02003464R: Stefano Garzarella <sgarzare@redhat.com>
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003465L: qemu-block@nongnu.org
3466S: Maintained
3467F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00003468F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003469
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003470qcow2
3471M: Kevin Wolf <kwolf@redhat.com>
Hanna Reitzb0c47982021-08-10 16:04:11 +02003472M: Hanna Reitz <hreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003473L: qemu-block@nongnu.org
3474S: Supported
3475F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03003476F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003477
3478qcow
3479M: Kevin Wolf <kwolf@redhat.com>
3480L: qemu-block@nongnu.org
3481S: Supported
3482F: block/qcow.c
3483
3484blkdebug
3485M: Kevin Wolf <kwolf@redhat.com>
Hanna Reitzb0c47982021-08-10 16:04:11 +02003486M: Hanna Reitz <hreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003487L: qemu-block@nongnu.org
3488S: Supported
3489F: block/blkdebug.c
3490
3491vpc
3492M: Kevin Wolf <kwolf@redhat.com>
3493L: qemu-block@nongnu.org
3494S: Supported
3495F: block/vpc.c
3496
3497vvfat
3498M: Kevin Wolf <kwolf@redhat.com>
3499L: qemu-block@nongnu.org
Prasad J Pandit4b7c5bc2020-07-11 00:34:51 +05303500S: Odd Fixes
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003501F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01003502
3503Image format fuzzer
3504M: Stefan Hajnoczi <stefanha@redhat.com>
3505L: qemu-block@nongnu.org
3506S: Supported
3507F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003508
Coiby Xu8675a372020-09-18 16:09:12 +08003509Vhost-user block device backend server
3510M: Coiby Xu <Coiby.Xu@gmail.com>
3511S: Maintained
3512F: block/export/vhost-user-blk-server.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003513F: block/export/vhost-user-blk-server.h
3514F: include/qemu/vhost-user-server.h
Coiby Xu8675a372020-09-18 16:09:12 +08003515F: tests/qtest/libqos/vhost-user-blk.c
Coiby Xu80695202021-03-22 09:23:25 +00003516F: tests/qtest/libqos/vhost-user-blk.h
3517F: tests/qtest/vhost-user-blk-test.c
Stefan Hajnoczi80a06cc2020-09-24 16:15:48 +01003518F: util/vhost-user-server.c
Coiby Xu8675a372020-09-18 16:09:12 +08003519
Max Reitz0c9b70d2020-10-27 20:05:42 +01003520FUSE block device exports
Hanna Reitzb0c47982021-08-10 16:04:11 +02003521M: Hanna Reitz <hreitz@redhat.com>
Max Reitz0c9b70d2020-10-27 20:05:42 +01003522L: qemu-block@nongnu.org
3523S: Supported
3524F: block/export/fuse.c
3525
Changlong Xie049105a2016-07-27 15:01:53 +08003526Replication
Changlong Xie205f8612017-04-18 11:08:13 +08003527M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08003528M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08003529S: Supported
3530F: replication*
3531F: block/replication.c
Thomas Huthda668aa2021-03-10 07:33:14 +01003532F: tests/unit/test-replication.c
Changlong Xie049105a2016-07-27 15:01:53 +08003533F: docs/block-replication.txt
3534
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003535PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02003536M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03003537M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003538S: Maintained
3539F: hw/rdma/*
3540F: hw/rdma/vmw/*
3541F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02003542F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02003543F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003544
Alex Bennéeb052fec2019-05-13 15:32:56 +01003545Semihosting
3546M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01003547S: Maintained
Philippe Mathieu-Daudé8df9f0c2021-03-05 13:54:50 +00003548F: semihosting/
Philippe Mathieu-Daudé6b5fe132021-03-05 13:54:49 +00003549F: include/semihosting/
Alex Bennée3539d842021-03-23 16:52:51 +00003550F: tests/tcg/multiarch/arm-compat-semi/
Alex Bennéeb052fec2019-05-13 15:32:56 +01003551
John G Johnson8684f1b2021-01-29 11:46:02 -05003552Multi-process QEMU
3553M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3554M: Jagannathan Raman <jag.raman@oracle.com>
3555M: John G Johnson <john.g.johnson@oracle.com>
3556S: Maintained
3557F: docs/devel/multi-process.rst
Elena Ufimtseva639090d2021-01-29 11:46:03 -05003558F: docs/system/multi-process.rst
Jagannathan Raman6fbd84d2021-01-29 11:46:06 -05003559F: hw/pci-host/remote.c
3560F: include/hw/pci-host/remote.h
Jagannathan Raman3f0e7e52021-01-29 11:46:07 -05003561F: hw/remote/machine.c
3562F: include/hw/remote/machine.h
Elena Ufimtsevaad22c302021-01-29 11:46:10 -05003563F: hw/remote/mpqemu-link.c
3564F: include/hw/remote/mpqemu-link.h
Jagannathan Raman48b06f52021-01-29 11:46:11 -05003565F: hw/remote/message.c
Jagannathan Ramanc7d80c72021-01-29 11:46:12 -05003566F: hw/remote/remote-obj.c
Jagannathan Ramaned5d0012021-01-29 11:46:13 -05003567F: include/hw/remote/memory.h
3568F: hw/remote/memory.c
Elena Ufimtseva9f811202021-01-29 11:46:14 -05003569F: hw/remote/proxy.c
3570F: include/hw/remote/proxy.h
Jagannathan Ramanc746b742021-01-29 11:46:18 -05003571F: hw/remote/proxy-memory-listener.c
3572F: include/hw/remote/proxy-memory-listener.h
Jagannathan Ramanbd36adb2021-01-29 11:46:19 -05003573F: hw/remote/iohub.c
3574F: include/hw/remote/iohub.h
John G Johnson8684f1b2021-01-29 11:46:02 -05003575
Andrew Melnychenko90322e62021-05-14 14:48:35 +03003576EBPF:
3577M: Jason Wang <jasowang@redhat.com>
3578R: Andrew Melnychenko <andrew@daynix.com>
3579R: Yuri Benditovich <yuri.benditovich@daynix.com>
3580S: Maintained
3581F: ebpf/*
3582F: tools/ebpf/*
3583
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003584Build and test automation
3585-------------------------
Thomas Huth9872ba02021-03-09 12:23:56 +01003586Build and test automation, general continuous integration
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003587M: Alex Bennée <alex.bennee@linaro.org>
Thomas Huth9872ba02021-03-09 12:23:56 +01003588M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3589M: Thomas Huth <thuth@redhat.com>
3590R: Wainer dos Santos Moschetta <wainersm@redhat.com>
Willian Rampazzo40525be2021-11-29 14:09:30 +00003591R: Beraldo Leal <bleal@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003592S: Maintained
Philippe Mathieu-Daudé20a4f142020-04-06 23:41:25 +02003593F: .github/lockdown.yml
Thomas Huth9872ba02021-03-09 12:23:56 +01003594F: .gitlab-ci.yml
3595F: .gitlab-ci.d/
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003596F: .travis.yml
Philippe Mathieu-Daudé04250c62021-02-11 12:27:36 +00003597F: scripts/ci/
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003598F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08003599F: tests/vm/
Philippe Mathieu-Daudé3260f4e2022-02-04 20:43:14 +00003600F: tests/lcitool/
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01003601F: scripts/archive-source.sh
Thomas Huth9872ba02021-03-09 12:23:56 +01003602W: https://gitlab.com/qemu-project/qemu/pipelines
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003603W: https://travis-ci.org/qemu/qemu
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003604
Ed Maste7162fbb2019-01-22 17:25:58 +00003605FreeBSD Hosted Continuous Integration
3606M: Ed Maste <emaste@freebsd.org>
3607M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00003608S: Maintained
3609F: .cirrus.yml
3610W: https://cirrus-ci.com/github/qemu/qemu
3611
Yonggang Luodaee8de2021-01-07 02:19:17 -08003612Windows Hosted Continuous Integration
3613M: Yonggang Luo <luoyonggang@gmail.com>
3614S: Maintained
3615F: .cirrus.yml
3616W: https://cirrus-ci.com/github/qemu/qemu
3617
Alex Bennée7e970172018-04-06 13:32:18 +01003618Guest Test Compilation Support
3619M: Alex Bennée <alex.bennee@linaro.org>
3620R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00003621S: Maintained
Alex Bennée7e970172018-04-06 13:32:18 +01003622F: tests/tcg/Makefile
Alex Bennéec722a9e2018-04-06 11:08:37 +01003623F: tests/tcg/Makefile.include
Alex Bennée7e970172018-04-06 13:32:18 +01003624
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03003625Integration Testing with the Avocado framework
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003626W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3627R: Cleber Rosa <crosa@redhat.com>
Philippe Mathieu-Daudé90f285f2021-12-29 17:06:39 +01003628R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003629R: Wainer dos Santos Moschetta <wainersm@redhat.com>
Willian Rampazzo40525be2021-11-29 14:09:30 +00003630R: Beraldo Leal <bleal@redhat.com>
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003631S: Odd Fixes
Willian Rampazzobbbd9b62021-11-05 12:53:54 -03003632F: tests/avocado/
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003633
Philippe Mathieu-Daudé1e970152021-11-29 14:09:31 +00003634GitLab custom runner (Works On Arm Sponsored)
3635M: Alex Bennée <alex.bennee@linaro.org>
3636M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3637S: Maintained
3638F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3639
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003640Documentation
3641-------------
3642Build system architecture
3643M: Daniel P. Berrange <berrange@redhat.com>
3644S: Odd Fixes
Stefano Garzarella551bdfa2021-05-17 17:17:00 +02003645F: docs/devel/build-system.rst
Fam Zheng8a49e972016-06-01 12:25:28 +08003646
Alex Bennée92329a72019-01-14 15:25:13 +00003647GIT Data Mining Config
3648M: Alex Bennée <alex.bennee@linaro.org>
3649S: Odd Fixes
3650F: gitdm.config
3651F: contrib/gitdm/*
3652
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003653Incompatible changes
3654R: libvir-list@redhat.com
Mao Zhongyia476b212021-07-23 14:58:28 +08003655F: docs/about/deprecated.rst
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003656
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01003657Build System
3658------------
3659GIT submodules
3660M: Daniel P. Berrange <berrange@redhat.com>
3661S: Odd Fixes
3662F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00003663
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003664UI translations
John Snow4251dfb2020-10-30 11:34:16 -04003665S: Orphan
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003666F: po/*.po
3667
Peter Maydellc10e01b2019-03-07 14:26:47 +00003668Sphinx documentation configuration and build machinery
3669M: Peter Maydell <peter.maydell@linaro.org>
3670S: Maintained
3671F: docs/conf.py
3672F: docs/*/conf.py
Peter Maydell4078ee52020-09-25 17:23:02 +01003673F: docs/sphinx/
Peter Maydell13f934e2021-07-05 10:55:46 +01003674F: docs/_templates/
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02003675
3676Miscellaneous
3677-------------
3678Performance Tools and Tests
3679M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3680S: Maintained
3681F: scripts/performance/