blob: 2789952a30ec3da229b4ddac38f001807145bde1 [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
90F: default-configs/s390x-softmmu.mak
91F: 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?
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000109T: git https://github.com/cohuck/qemu.git s390-next
Cornelia Huckdaf14ce2018-01-15 15:43:11 +0100110L: qemu-s390x@nongnu.org
111
Markus Armbruster84995ea2019-06-06 19:24:08 +0200112Guest CPU cores (TCG)
113---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200114Overall TCG CPUs
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100115M: Richard Henderson <rth@twiddle.net>
Paolo Bonzini2185fd62018-10-19 14:25:42 +0200116R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100117S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +0200118F: softmmu/cpus.c
Alex Bennéeadf1cfb2020-05-13 18:31:56 +0100119F: cpus-common.c
Philippe Mathieu-Daudéc6a88dd2017-06-29 12:03:04 -0300120F: accel/tcg/
Thomas Huth9681ad32018-11-22 13:57:18 +0100121F: accel/stubs/tcg-stub.c
Philippe Mathieu-Daudé55fd1892018-11-10 22:13:12 +0100122F: scripts/decodetree.py
Richard Henderson3fdbf5d2019-02-23 13:00:10 -0800123F: docs/devel/decodetree.rst
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100124F: include/exec/cpu*.h
125F: include/exec/exec-all.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200126F: include/exec/helper*.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +0100127F: include/exec/tb-hash.h
Thomas Huth460423d2016-09-09 23:15:04 +0200128F: include/sysemu/cpus.h
Markus Armbruster14a48c12019-05-23 16:35:05 +0200129F: include/sysemu/tcg.h
Paolo Bonzini486bbe52014-10-22 00:18:01 +0200130
Peter Maydell1badb582016-02-19 16:25:01 +0000131FPU emulation
132M: Aurelien Jarno <aurelien@aurel32.net>
133M: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée0636e4d2018-12-05 12:48:12 +0000134M: Alex Bennée <alex.bennee@linaro.org>
135S: Maintained
Peter Maydell1badb582016-02-19 16:25:01 +0000136F: fpu/
137F: include/fpu/
Alex Bennée0636e4d2018-12-05 12:48:12 +0000138F: tests/fp/
Peter Maydell1badb582016-02-19 16:25:01 +0000139
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200140Alpha TCG CPUs
Richard Henderson8d6df262011-05-20 12:23:18 -0700141M: Richard Henderson <rth@twiddle.net>
142S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200143F: target/alpha/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200144F: tests/tcg/alpha/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200145F: disas/alpha.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500146
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200147ARM TCG CPUs
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100148M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000149L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500150S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200151F: target/arm/
Alex Bennéec3487222018-04-05 15:45:32 +0100152F: tests/tcg/arm/
Alex Bennée29e04362018-05-09 10:31:30 +0100153F: tests/tcg/aarch64/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100154F: hw/arm/
155F: hw/cpu/a*mpcore.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200156F: include/hw/cpu/a*mpcore.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200157F: disas/arm.c
158F: disas/arm-a64.cc
159F: disas/libvixl/
Peter Maydellc11a8e82020-03-09 21:58:15 +0000160F: docs/system/target-arm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500161
Eric Auger49154ea2018-11-22 19:01:43 +0100162ARM SMMU
163M: Eric Auger <eric.auger@redhat.com>
164L: qemu-arm@nongnu.org
165S: Maintained
166F: hw/arm/smmu*
167F: include/hw/arm/smmu*
168
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100169AVR TCG CPUs
170M: Michael Rolnik <mrolnik@gmail.com>
171R: Sarah Harris <S.E.Harris@kent.ac.uk>
172S: Maintained
Thomas Huth0abd3862020-08-12 17:53:04 +0200173F: docs/system/target-avr.rst
Michael Rolnik12b35402020-01-26 18:52:23 +0100174F: gdb-xml/avr-cpu.xml
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100175F: target/avr/
Michael Rolnikf5d31d62020-01-24 01:51:30 +0100176F: tests/acceptance/machine_avr6.py
Michael Rolnikc8c0d262020-01-24 01:51:07 +0100177
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200178CRIS TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500179M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
180S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200181F: target/cris/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100182F: hw/cris/
Thomas Huthc9b90092016-09-23 18:08:46 +0200183F: include/hw/cris/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200184F: tests/tcg/cris/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200185F: disas/cris.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500186
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200187HPPA (PA-RISC) TCG CPUs
Richard Henderson61766fe2016-12-15 11:26:14 -0800188M: Richard Henderson <rth@twiddle.net>
189S: Maintained
190F: target/hppa/
Richard Henderson61461802018-01-21 14:05:03 -0800191F: hw/hppa/
Richard Henderson61766fe2016-12-15 11:26:14 -0800192F: disas/hppa.c
Helge Deller376b8512019-12-20 22:15:08 +0100193F: hw/net/*i82596*
194F: include/hw/net/lasi_82596.h
Richard Henderson61766fe2016-12-15 11:26:14 -0800195
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200196LM32 TCG CPUs
Philippe Mathieu-Daudé4b4d96c2020-03-16 15:28:27 +0100197R: Michael Walle <michael@walle.cc>
198S: Orphan
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200199F: target/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100200F: disas/lm32.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100201F: hw/lm32/
Michael Walle4eab7a02014-11-02 18:11:11 +0100202F: hw/*/lm32_*
203F: hw/*/milkymist-*
Philippe Mathieu-Daudé70cc0c12019-01-30 13:00:05 +0100204F: include/hw/display/milkymist_tmu2.h
Michael Walle4eab7a02014-11-02 18:11:11 +0100205F: include/hw/char/lm32_juart.h
206F: include/hw/lm32/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200207F: tests/tcg/lm32/
Michael Walle07bf23a2011-02-17 23:45:18 +0100208
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200209M68K TCG CPUs
Laurent Vivier595a9262016-05-06 12:30:29 +0200210M: Laurent Vivier <laurent@vivier.eu>
211S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200212F: target/m68k/
Thomas Huthe9a56112016-11-02 09:39:33 +0100213F: disas/m68k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500214
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200215MicroBlaze TCG CPUs
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500216M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
217S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200218F: target/microblaze/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100219F: hw/microblaze/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200220F: disas/microblaze.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500221
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200222MIPS TCG CPUs
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200223M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +0100224R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +0200225R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +0200226R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +0200227S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200228F: target/mips/
Aleksandar Markovic10a97942018-12-17 17:30:51 +0100229F: default-configs/*mips*
Aleksandar Markovicd02d5ff2019-06-20 15:33:13 +0200230F: disas/*mips*
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000231F: docs/system/cpu-models-mips.rst.inc
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100232F: hw/intc/mips_gic.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100233F: hw/mips/
Thomas Huth5995db82016-09-30 09:26:51 +0200234F: hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200235F: hw/timer/mips_gictimer.c
Aleksandar Markovic0f865312018-12-17 17:50:09 +0100236F: include/hw/intc/mips_gic.h
Thomas Huth5995db82016-09-30 09:26:51 +0200237F: include/hw/mips/
238F: include/hw/misc/mips_*
Thomas Huth5995db82016-09-30 09:26:51 +0200239F: include/hw/timer/mips_gictimer.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200240F: tests/tcg/mips/
Aleksandar Markovic09684552018-12-17 17:43:11 +0100241K: ^Subject:.*(?i)mips
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500242
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200243Moxie TCG CPUs
Anthony Greend15a9c22013-03-18 15:49:25 -0400244M: Anthony Green <green@moxielogic.com>
245S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200246F: target/moxie/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200247F: disas/moxie.c
Thomas Hutha3ccdfb2016-09-22 21:16:33 +0200248F: hw/moxie/
249F: default-configs/moxie-softmmu.mak
Anthony Greend15a9c22013-03-18 15:49:25 -0400250
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200251NiosII TCG CPUs
Marek Vasute6717112017-01-18 23:01:46 +0100252M: Chris Wulff <crwulff@gmail.com>
253M: Marek Vasut <marex@denx.de>
254S: Maintained
255F: target/nios2/
256F: hw/nios2/
Thomas Huth15e10752018-11-22 16:11:40 +0100257F: hw/intc/nios2_iic.c
Marek Vasute6717112017-01-18 23:01:46 +0100258F: disas/nios2.c
Thomas Huth15e10752018-11-22 16:11:40 +0100259F: default-configs/nios2-softmmu.mak
Marek Vasute6717112017-01-18 23:01:46 +0100260
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200261OpenRISC TCG CPUs
Stafford Horne1d7cf182017-03-15 22:37:41 +0900262M: Stafford Horne <shorne@gmail.com>
263S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200264F: target/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800265F: hw/openrisc/
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +0200266F: tests/tcg/openrisc/
Jia Liu945dad62013-07-02 20:55:17 +0800267
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200268PowerPC TCG CPUs
David Gibsonb4daafb2016-05-26 16:14:57 +1000269M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +0000270L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500271S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200272F: target/ppc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100273F: hw/ppc/
Thomas Huthb5d55022016-09-05 22:03:36 +0200274F: include/hw/ppc/
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>
Palmer Dabbelta17a61f2018-10-29 09:06:44 -0700279M: Alistair Francis <Alistair.Francis@wdc.com>
Michael Clark4dc62b12018-03-03 01:31:09 +1300280M: Sagar Karandikar <sagark@eecs.berkeley.edu>
281M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Palmer Dabbelta094b352018-10-30 09:19:05 -0700282L: qemu-riscv@nongnu.org
Palmer Dabbelt7b91ae72018-11-21 12:57:36 -0800283S: Supported
Michael Clark4dc62b12018-03-03 01:31:09 +1300284F: target/riscv/
285F: hw/riscv/
286F: include/hw/riscv/
Alistair Francisf936eac2018-12-19 19:16:31 +0000287F: linux-user/host/riscv32/
Alistair Francis511f3132018-12-19 19:16:41 +0000288F: linux-user/host/riscv64/
Michael Clark4dc62b12018-03-03 01:31:09 +1300289
Yoshinori Satoa4f34ec2019-01-21 05:20:54 -0800290RENESAS RX CPUs
291M: Yoshinori Sato <ysato@users.sourceforge.jp>
292S: Maintained
293F: target/rx/
294
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200295S390 TCG CPUs
Richard Henderson2b35e932012-12-05 09:23:25 -0600296M: Richard Henderson <rth@twiddle.net>
Cornelia Huckced01bb2018-01-15 16:18:20 +0100297M: David Hildenbrand <david@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500298S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200299F: target/s390x/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100300F: hw/s390x/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200301F: disas/s390.c
Pavel Zbitskiy276ba122018-08-20 22:50:58 -0400302F: tests/tcg/s390x/
Cornelia Huck146bd282017-10-05 17:05:23 +0200303L: qemu-s390x@nongnu.org
bellardb6f97c12008-05-09 09:39:00 +0000304
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200305SH4 TCG CPUs
Aleksandar Markovica9fb4462020-06-11 11:53:16 +0200306M: Yoshinori Sato <ysato@users.sourceforge.jp>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200307S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200308F: target/sh4/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100309F: hw/sh4/
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200310F: disas/sh4.c
Thomas Huth8a90f902016-09-09 23:18:21 +0200311F: include/hw/sh4/
bellardb6f97c12008-05-09 09:39:00 +0000312
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200313SPARC TCG CPUs
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +0000314M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland2c742bf2016-06-20 21:55:16 +0100315M: Artyom Tarasenko <atar4qemu@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500316S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200317F: target/sparc/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100318F: hw/sparc/
319F: hw/sparc64/
Philippe Mathieu-Daudé84dbe972018-11-25 21:49:37 +0100320F: include/hw/sparc/sparc64.h
Paolo Bonzinic17652e2015-09-22 11:36:16 +0200321F: disas/sparc.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500322
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200323UniCore32 TCG CPUs
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100324M: Guan Xuetao <gxt@mprc.pku.edu.cn>
325S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200326F: target/unicore32/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100327F: hw/unicore32/
Thomas Huth47b98d52016-09-09 23:16:03 +0200328F: include/hw/unicore32/
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100329
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200330X86 TCG CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200331M: Paolo Bonzini <pbonzini@redhat.com>
332M: Richard Henderson <rth@twiddle.net>
Eduardo Habkoste1a04332015-04-08 08:34:56 -0300333M: Eduardo Habkost <ehabkost@redhat.com>
Eduardo Habkostb203a4b2015-04-08 08:36:24 -0300334S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200335F: target/i386/
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
Kashyap Chamarthy1bf84a12020-02-28 15:36:01 +0000340F: docs/system/cpu-models-x86.rst.inc
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000341T: git https://github.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
352F: default-configs/xtensa*.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 Koppelmann48e06fe2014-09-01 12:59:46 +0100360
Alex Bennéedd28beb2018-04-05 15:03:22 +0100361Multiarch Linux User Tests
362M: Alex Bennée <alex.bennee@linaro.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +0000363S: Maintained
Alex Bennéedd28beb2018-04-05 15:03:22 +0100364F: tests/tcg/multiarch/
365
Markus Armbruster84995ea2019-06-06 19:24:08 +0200366Guest CPU Cores (KVM)
367---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200368Overall KVM CPUs
Michael S. Tsirkinc6d559d2013-06-04 16:06:37 +0300369M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500370L: kvm@vger.kernel.org
371S: Supported
Philippe Mathieu-Daudéa6bb42f2020-06-18 14:33:33 +0200372F: */*/kvm*
Philippe Mathieu-Daudé1962cb22017-06-29 12:03:05 -0300373F: accel/kvm/
Thomas Huth9681ad32018-11-22 13:57:18 +0100374F: accel/stubs/kvm-stub.c
375F: include/hw/kvm/
Thomas Hutha95e9a42016-02-25 13:33:25 +0100376F: include/sysemu/kvm*.h
Thomas Huth9681ad32018-11-22 13:57:18 +0100377F: scripts/kvm/kvm_flightrecorder
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500378
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200379ARM KVM CPUs
Peter Maydelled4659d2013-03-05 00:34:43 +0000380M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000381L: qemu-arm@nongnu.org
Peter Maydelled4659d2013-03-05 00:34:43 +0000382S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200383F: target/arm/kvm.c
Peter Maydelled4659d2013-03-05 00:34:43 +0000384
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200385MIPS KVM CPUs
Aleksandar Markovic15d983d2020-07-01 20:25:58 +0200386M: Huacai Chen <chenhc@lemote.com>
Aleksandar Markovic134f7f72020-02-24 12:50:58 +0100387S: Odd Fixes
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200388F: target/mips/kvm.c
James Hogana31896c2014-06-17 23:10:37 +0100389
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200390PPC KVM CPUs
Alexander Grafbba8e232018-10-30 10:35:31 +0100391M: David Gibson <david@gibson.dropbear.id.au>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500392S: Maintained
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200393F: target/ppc/kvm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500394
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200395S390 KVM CPUs
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100396M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckc1976ae2017-07-04 11:22:15 +0200397M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +0100398M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huck0922e8c2019-02-13 11:31:59 +0100399S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200400F: target/s390x/kvm.c
David Hildenbrand040078e2017-09-28 15:46:05 +0200401F: target/s390x/kvm_s390x.h
402F: target/s390x/kvm-stub.c
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200403F: target/s390x/ioinst.[ch]
404F: target/s390x/machine.c
David Hildenbrand74b4c742017-09-28 22:36:54 +0200405F: target/s390x/sigp.c
Cornelia Huck8b3410d2019-06-26 15:00:21 +0200406F: target/s390x/cpu_features*.[ch]
407F: target/s390x/cpu_models.[ch]
Janosch Frankc3347ed2020-03-23 04:36:06 -0400408F: hw/s390x/pv.c
409F: include/hw/s390x/pv.h
Cornelia Huck4277af12014-10-20 19:00:03 +0200410F: hw/intc/s390_flic.c
411F: hw/intc/s390_flic_kvm.c
412F: include/hw/s390x/s390_flic.h
Cornelia Huckc5bfb202015-11-04 15:59:55 +0100413F: gdb-xml/s390*.xml
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +0000414T: git https://github.com/cohuck/qemu.git s390-next
415T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +0200416L: qemu-s390x@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500417
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200418X86 KVM CPUs
Paolo Bonzinid46d72f2014-10-21 15:16:06 +0200419M: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500420M: Marcelo Tosatti <mtosatti@redhat.com>
421L: kvm@vger.kernel.org
422S: Supported
Thomas Huthfcf5ef22016-10-11 08:56:52 +0200423F: target/i386/kvm.c
Thomas Huth9681ad32018-11-22 13:57:18 +0100424F: scripts/kvm/vmxcap
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500425
Philippe Mathieu-Daudé79ac3912020-06-18 14:33:34 +0200426Guest CPU Cores (other accelerators)
427------------------------------------
428Overall
429M: Richard Henderson <rth@twiddle.net>
430R: Paolo Bonzini <pbonzini@redhat.com>
431S: Maintained
432F: include/sysemu/accel.h
433F: accel/accel.c
434F: accel/Makefile.objs
435F: accel/stubs/Makefile.objs
436
Roman Bolshakov674fc212020-03-16 20:18:27 +0300437X86 HVF CPUs
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300438M: Cameron Esfahani <dirty@apple.com>
Roman Bolshakov674fc212020-03-16 20:18:27 +0300439M: Roman Bolshakov <r.bolshakov@yadro.com>
Roman Bolshakovde6b5282020-06-25 01:58:51 +0300440W: https://wiki.qemu.org/Features/HVF
Roman Bolshakov674fc212020-03-16 20:18:27 +0300441S: Maintained
442F: accel/stubs/hvf-stub.c
443F: target/i386/hvf/
444F: include/sysemu/hvf.h
445
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000446WHPX CPUs
447M: Sunil Muthuswamy <sunilmut@microsoft.com>
448S: Supported
449F: target/i386/whpx-all.c
Claudio Fontana8ef39ec2020-07-07 11:39:12 +0200450F: target/i386/whpx-cpus.c
Sunil Muthuswamyc220cde2020-02-18 20:38:32 +0000451F: target/i386/whp-dispatch.h
452F: accel/stubs/whpx-stub.c
453F: include/sysemu/whpx.h
454
Markus Armbruster84995ea2019-06-06 19:24:08 +0200455Guest CPU Cores (Xen)
456---------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +0200457X86 Xen CPUs
Stefano Stabellini3623c572016-03-29 11:02:49 +0100458M: Stefano Stabellini <sstabellini@kernel.org>
459M: Anthony Perard <anthony.perard@citrix.com>
Paul Durrant784e9722019-09-13 13:24:18 +0100460M: Paul Durrant <paul@xen.org>
Anthony PERARD6d062202016-11-25 15:30:40 +0000461L: xen-devel@lists.xenproject.org
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100462S: Supported
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100463F: */xen*
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200464F: accel/xen/*
Greg Kurzb8278912019-05-29 12:24:44 +0200465F: hw/9pfs/xen-9p*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200466F: hw/char/xen_console.c
467F: hw/display/xenfb.c
468F: hw/net/xen_nic.c
Anthony PERARD758af9c2020-04-06 17:50:43 +0100469F: hw/usb/xen-usb.c
Paul Durrant1a72d9a2019-01-08 14:48:48 +0000470F: hw/block/xen*
Paul Durrant4ea7d1a2019-01-08 14:48:53 +0000471F: hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200472F: hw/xen/
473F: hw/xenpv/
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000474F: hw/i386/xen/
Philippe Mathieu-Daudé14018972019-12-09 10:50:01 +0100475F: hw/pci-host/xen_igd_pt.c
Paul Durrantfcab2b42019-01-08 14:48:55 +0000476F: include/hw/block/dataplane/xen*
Paolo Bonzinic92451c2015-09-22 11:36:48 +0200477F: include/hw/xen/
Philippe Mathieu-Daudéda278d52020-05-08 12:02:22 +0200478F: include/sysemu/xen.h
Stefano Stabellini9027ac52015-12-21 14:58:28 +0000479F: include/sysemu/xen-mapcache.h
Philippe Mathieu-Daudé71f364b2020-09-08 17:55:28 +0200480F: stubs/xen-hw-stub.c
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100481
Colin Xu6c94b952020-02-28 09:20:46 +0800482Guest CPU Cores (HAXM)
483---------------------
484X86 HAXM CPUs
485M: Wenchao Wang <wenchao.wang@intel.com>
486M: Colin Xu <colin.xu@intel.com>
487L: haxm-team@intel.com
488W: https://github.com/intel/haxm/issues
489S: Maintained
Philippe Mathieu-Daudéf7091f52020-06-18 14:33:35 +0200490F: accel/stubs/hax-stub.c
Colin Xu6c94b952020-02-28 09:20:46 +0800491F: include/sysemu/hax.h
492F: target/i386/hax-*
493
Markus Armbruster84995ea2019-06-06 19:24:08 +0200494Hosts
495-----
Stefan Weil1bdd6872012-01-27 18:53:49 +0100496LINUX
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100497M: Michael S. Tsirkin <mst@redhat.com>
498M: Cornelia Huck <cohuck@redhat.com>
499M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100500S: Maintained
Stefan Weil1bdd6872012-01-27 18:53:49 +0100501F: linux-headers/
Philippe Mathieu-Daudéf5fecb42018-12-18 12:56:11 +0100502F: scripts/update-linux-headers.sh
Stefan Weil1bdd6872012-01-27 18:53:49 +0100503
504POSIX
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100505M: Paolo Bonzini <pbonzini@redhat.com>
Stefan Weil1bdd6872012-01-27 18:53:49 +0100506S: Maintained
Philippe Mathieu-Daudéf3f02042018-12-18 12:56:12 +0100507F: os-posix.c
508F: include/sysemu/os-posix.h
509F: util/*posix*.c
510F: include/qemu/*posix*.h
Stefan Weil1bdd6872012-01-27 18:53:49 +0100511
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200512NETBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200513M: Kamil Rytarowski <kamil@netbsd.org>
514S: Maintained
Thomas Huth1b612702017-07-27 12:09:34 +0200515K: ^Subject:.*(?i)NetBSD
Kamil Rytarowski3c2bdbc2017-05-13 04:21:43 +0200516
Brad Smith0a773d52018-02-16 11:46:20 -0500517OPENBSD
Brad Smith0a773d52018-02-16 11:46:20 -0500518M: Brad Smith <brad@comstyle.com>
519S: Maintained
520K: ^Subject:.*(?i)OpenBSD
521
Stefan Weil1bdd6872012-01-27 18:53:49 +0100522W32, W64
Stefan Weil1bdd6872012-01-27 18:53:49 +0100523M: Stefan Weil <sw@weilnetz.de>
524S: Maintained
525F: *win32*
Thomas Huth03972662016-09-29 09:43:31 +0200526F: */*win32*
527F: include/*/*win32*
528X: qga/*win32*
Stefan Weil885bdc92015-09-25 22:25:32 +0200529F: qemu.nsi
Stefan Weil1bdd6872012-01-27 18:53:49 +0100530
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100531Alpha Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +0200532--------------
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100533M: Richard Henderson <rth@twiddle.net>
534S: Maintained
535F: hw/alpha/
Philippe Mathieu-Daudé7bea0dd2018-03-08 23:39:43 +0100536F: hw/isa/smc37c669-superio.c
Richard Henderson8d8a8ab2019-05-01 11:43:06 -0700537F: tests/tcg/alpha/system/
Philippe Mathieu-Daudéb250d042018-03-08 23:39:42 +0100538
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500539ARM Machines
540------------
liguang84291fe2013-12-17 19:42:38 +0000541Allwinner-a10
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100542M: Beniamino Galvani <b.galvani@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000543M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000544L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000545S: Odd Fixes
Beniamino Galvani85b4d5d2015-09-24 01:29:37 +0100546F: hw/*/allwinner*
547F: include/hw/*/allwinner*
liguang84291fe2013-12-17 19:42:38 +0000548F: hw/arm/cubieboard.c
549
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100550Allwinner-h3
551M: Niek Linnenbank <nieklinnenbank@gmail.com>
552L: qemu-arm@nongnu.org
553S: Maintained
554F: hw/*/allwinner-h3*
555F: include/hw/*/allwinner-h3*
Niek Linnenbankb0c96662020-03-11 23:18:38 +0100556F: hw/arm/orangepi.c
Niek Linnenbank0553ef42020-03-11 23:18:54 +0100557F: docs/system/orangepi.rst
Niek Linnenbank740dafc2020-03-11 23:18:37 +0100558
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100559ARM PrimeCell and CMSDK devices
Paolo Bonzini06271002015-09-22 11:45:00 +0200560M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000561L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200562S: Maintained
563F: hw/char/pl011.c
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300564F: include/hw/char/pl011.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200565F: hw/display/pl110*
566F: hw/dma/pl080.c
Peter Maydellaa74e352018-08-20 11:24:33 +0100567F: include/hw/dma/pl080.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200568F: hw/dma/pl330.c
569F: hw/gpio/pl061.c
570F: hw/input/pl050.c
571F: hw/intc/pl190.c
572F: hw/sd/pl181.c
Peter Maydell1d528662018-08-24 13:17:44 +0100573F: hw/ssi/pl022.c
574F: include/hw/ssi/pl022.h
Philippe Mathieu-Daudé877c1812019-10-04 01:03:52 +0200575F: hw/rtc/pl031.c
576F: include/hw/rtc/pl031.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200577F: include/hw/arm/primecell.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100578F: hw/timer/cmsdk-apb-timer.c
579F: include/hw/timer/cmsdk-apb-timer.h
Peter Maydell4f4c6202018-08-24 13:17:41 +0100580F: hw/timer/cmsdk-apb-dualtimer.c
581F: include/hw/timer/cmsdk-apb-dualtimer.h
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100582F: hw/char/cmsdk-apb-uart.c
583F: include/hw/char/cmsdk-apb-uart.h
Peter Maydell050c2ea2018-08-20 11:24:33 +0100584F: hw/watchdog/cmsdk-apb-watchdog.c
585F: include/hw/watchdog/cmsdk-apb-watchdog.h
Peter Maydell0d4a7552018-05-31 14:50:51 +0100586F: hw/misc/tz-ppc.c
587F: include/hw/misc/tz-ppc.h
Peter Maydell344f4b12018-06-22 13:28:39 +0100588F: hw/misc/tz-mpc.c
589F: include/hw/misc/tz-mpc.h
Peter Maydell211e7012018-08-24 13:17:43 +0100590F: hw/misc/tz-msc.c
591F: include/hw/misc/tz-msc.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200592
593ARM cores
594M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000595L: qemu-arm@nongnu.org
Paolo Bonzini06271002015-09-22 11:45:00 +0200596S: Maintained
597F: hw/intc/arm*
598F: hw/intc/gic_internal.h
599F: hw/misc/a9scu.c
600F: hw/misc/arm11scu.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000601F: hw/misc/arm_l2x0.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200602F: hw/timer/a9gtimer*
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300603F: hw/timer/arm*
604F: include/hw/arm/arm*.h
Paolo Bonzini06271002015-09-22 11:45:00 +0200605F: include/hw/intc/arm*
606F: include/hw/misc/a9scu.h
607F: include/hw/misc/arm11scu.h
608F: include/hw/timer/a9gtimer.h
609F: include/hw/timer/arm_mptimer.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300610F: include/hw/timer/armv7m_systick.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +0200611F: tests/qtest/test-arm-mptimer.c
Paolo Bonzini06271002015-09-22 11:45:00 +0200612
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000613Exynos
Igor Mitsyankof44c5c62013-07-31 10:27:35 +0400614M: Igor Mitsyanko <i.mitsyanko@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000615M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000616L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000617S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100618F: hw/*/exynos*
Thomas Huthed0db862016-02-25 12:22:04 +0100619F: include/hw/arm/exynos4210.h
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000620
Mark Langsdorf766fd092012-02-16 09:56:10 +0000621Calxeda Highbank
Rob Herring9ef137c2014-05-27 17:09:49 +0100622M: Rob Herring <robh@kernel.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000623M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000624L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000625S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100626F: hw/arm/highbank.c
627F: hw/net/xgmac.c
Mark Langsdorf766fd092012-02-16 09:56:10 +0000628
Antony Pavlov9082f122013-12-17 19:42:37 +0000629Canon DIGIC
630M: Antony Pavlov <antonynpavlov@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000631M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000632L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000633S: Odd Fixes
Antony Pavlov9082f122013-12-17 19:42:37 +0000634F: include/hw/arm/digic.h
635F: hw/*/digic*
Philippe Mathieu-Daudé7ad5f2d2018-11-25 21:49:50 +0100636F: include/hw/*/digic*
Thomas Huth56c2c592020-05-14 21:04:22 +0200637F: tests/acceptance/machine_arm_canona1100.py
Peter Maydell2d21dd12020-07-13 18:57:43 +0100638F: docs/system/arm/digic.rst
Antony Pavlov9082f122013-12-17 19:42:37 +0000639
Anup Patel9c8fdce2019-11-06 11:56:50 +0000640Goldfish RTC
641M: Anup Patel <anup.patel@wdc.com>
642M: Alistair Francis <Alistair.Francis@wdc.com>
643L: qemu-riscv@nongnu.org
644S: Maintained
645F: hw/rtc/goldfish_rtc.c
646F: include/hw/rtc/goldfish_rtc.h
647
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500648Gumstix
Peter Maydella00d7f22018-11-19 15:29:08 +0000649M: Peter Maydell <peter.maydell@linaro.org>
650R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000651L: qemu-arm@nongnu.org
Philippe Mathieu-Daudé1f7161d2018-06-26 17:50:39 +0100652S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100653F: hw/arm/gumstix.c
Peter Maydellbb309002020-07-13 18:57:45 +0100654F: docs/system/arm/gumstix.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500655
Thomas Huth123a0692018-11-26 13:39:23 +0000656i.MX25 PDK
657M: Peter Maydell <peter.maydell@linaro.org>
658R: Jean-Christophe Dubois <jcd@tribudubois.net>
659L: qemu-arm@nongnu.org
660S: Odd Fixes
661F: hw/arm/fsl-imx25.c
662F: hw/arm/imx25_pdk.c
663F: hw/misc/imx25_ccm.c
Guenter Roeck37f959592020-05-17 09:21:28 -0700664F: hw/watchdog/wdt_imx2.c
Thomas Huth123a0692018-11-26 13:39:23 +0000665F: include/hw/arm/fsl-imx25.h
666F: include/hw/misc/imx25_ccm.h
Guenter Roeck37f959592020-05-17 09:21:28 -0700667F: include/hw/watchdog/wdt_imx2.h
Thomas Huth123a0692018-11-26 13:39:23 +0000668
Thomas Huth95a5db32018-11-19 15:29:08 +0000669i.MX31 (kzm)
Peter Chubb03255592012-07-04 10:43:34 +0000670M: Peter Chubb <peter.chubb@nicta.com.au>
Peter Maydella00d7f22018-11-19 15:29:08 +0000671M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000672L: qemu-arm@nongnu.org
Thomas Huth95a5db32018-11-19 15:29:08 +0000673S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100674F: hw/arm/kzm.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000675F: hw/*/imx_*
676F: hw/*/*imx31*
677F: include/hw/*/imx_*
678F: include/hw/*/*imx31*
Peter Chubb03255592012-07-04 10:43:34 +0000679
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500680Integrator CP
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100681M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000682L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500683S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100684F: hw/arm/integratorcp.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200685F: hw/misc/arm_integrator_debug.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000686F: include/hw/misc/arm_integrator_debug.h
Thomas Huth5e0ac7e2020-02-25 18:24:59 +0100687F: tests/acceptance/machine_arm_integratorcp.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000688F: docs/system/arm/integratorcp.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500689
Thomas Huth95a5db32018-11-19 15:29:08 +0000690MCIMX6UL EVK / i.MX6ul
691M: Peter Maydell <peter.maydell@linaro.org>
692R: Jean-Christophe Dubois <jcd@tribudubois.net>
693L: qemu-arm@nongnu.org
694S: Odd Fixes
695F: hw/arm/mcimx6ul-evk.c
696F: hw/arm/fsl-imx6ul.c
697F: hw/misc/imx6ul_ccm.c
698F: include/hw/arm/fsl-imx6ul.h
699F: include/hw/misc/imx6ul_ccm.h
700
701MCIMX7D SABRE / i.MX7
702M: Peter Maydell <peter.maydell@linaro.org>
703R: Andrey Smirnov <andrew.smirnov@gmail.com>
704L: qemu-arm@nongnu.org
705S: Odd Fixes
706F: hw/arm/mcimx7d-sabre.c
707F: hw/arm/fsl-imx7.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000708F: hw/misc/imx7_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000709F: include/hw/arm/fsl-imx7.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000710F: include/hw/misc/imx7_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000711F: hw/pci-host/designware.c
712F: include/hw/pci-host/designware.h
713
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100714MPS2
715M: Peter Maydell <peter.maydell@linaro.org>
716L: qemu-arm@nongnu.org
717S: Maintained
718F: hw/arm/mps2.c
Peter Maydell0d4a7552018-05-31 14:50:51 +0100719F: hw/arm/mps2-tz.c
720F: hw/misc/mps2-*.c
721F: include/hw/misc/mps2-*.h
Peter Maydell6eee5d22019-02-01 14:55:42 +0000722F: hw/arm/armsse.c
723F: include/hw/arm/armsse.h
Philippe Mathieu-Daudéc56c5762018-11-25 21:49:51 +0100724F: hw/misc/iotkit-secctl.c
725F: include/hw/misc/iotkit-secctl.h
Peter Maydell75750e42018-08-24 13:17:42 +0100726F: hw/misc/iotkit-sysctl.c
727F: include/hw/misc/iotkit-sysctl.h
Peter Maydellc667a252018-08-24 13:17:43 +0100728F: hw/misc/iotkit-sysinfo.c
729F: include/hw/misc/iotkit-sysinfo.h
Peter Maydell5aeb3682019-02-01 14:55:43 +0000730F: hw/misc/armsse-cpuid.c
731F: include/hw/misc/armsse-cpuid.h
Peter Maydellcdf63442019-02-28 10:55:15 +0000732F: hw/misc/armsse-mhu.c
733F: include/hw/misc/armsse-mhu.h
Peter Maydellba7912a2020-05-07 16:18:18 +0100734F: docs/system/arm/mps2.rst
Peter Maydelle5a6a6e2017-07-17 13:36:09 +0100735
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000736Musca
737M: Peter Maydell <peter.maydell@linaro.org>
738L: qemu-arm@nongnu.org
739S: Maintained
740F: hw/arm/musca.c
Peter Maydell9f8f6402020-05-07 16:18:19 +0100741F: docs/system/arm/musca.rst
Peter Maydell8f69a4c2019-02-21 18:17:47 +0000742
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500743Musicpal
744M: Jan Kiszka <jan.kiszka@web.de>
Peter Maydella00d7f22018-11-19 15:29:08 +0000745M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000746L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000747S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100748F: hw/arm/musicpal.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000749F: docs/system/arm/musicpal.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500750
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700751Nuvoton NPCM7xx
752M: Havard Skinnemoen <hskinnemoen@google.com>
753M: Tyrone Ting <kfting@nuvoton.com>
754L: qemu-arm@nongnu.org
755S: Supported
756F: hw/*/npcm7xx*
757F: include/hw/*/npcm7xx*
Havard Skinnemoend1cb5ed2020-09-10 22:20:53 -0700758F: pc-bios/npcm7xx_bootrom.bin
759F: roms/vbootrom
Havard Skinnemoene5a7ba82020-09-10 22:20:48 -0700760
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500761nSeries
762M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000763M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000764L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000765S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100766F: hw/arm/nseries.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200767F: hw/display/blizzard.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000768F: hw/input/lm832x.c
769F: hw/input/tsc2005.c
770F: hw/misc/cbus.c
Philippe Mathieu-Daudé6a648a52019-10-04 01:03:57 +0200771F: hw/rtc/twl92230.c
Philippe Mathieu-Daudé8a08cc72019-04-12 18:54:09 +0200772F: include/hw/display/blizzard.h
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200773F: include/hw/input/tsc2xxx.h
Philippe Mathieu-Daudée8fa3952019-04-12 18:54:10 +0200774F: include/hw/misc/cbus.h
Thomas Huth050a82f2020-02-25 18:24:58 +0100775F: tests/acceptance/machine_arm_n8x0.py
Peter Maydellc11a8e82020-03-09 21:58:15 +0000776F: docs/system/arm/nseries.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500777
778Palm
779M: Andrzej Zaborowski <balrogg@gmail.com>
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/palm.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000784F: hw/input/tsc210x.c
Philippe Mathieu-Daudéa331dd02019-04-12 18:54:12 +0200785F: include/hw/input/tsc2xxx.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000786F: docs/system/arm/palm.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500787
Thomas Huth95a5db32018-11-19 15:29:08 +0000788Raspberry Pi
789M: Peter Maydell <peter.maydell@linaro.org>
790R: Andrew Baumann <Andrew.Baumann@microsoft.com>
791R: Philippe Mathieu-Daudé <f4bug@amsat.org>
792L: qemu-arm@nongnu.org
793S: Odd Fixes
Thomas Huth123a0692018-11-26 13:39:23 +0000794F: hw/arm/raspi.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000795F: hw/arm/raspi_platform.h
796F: hw/*/bcm283*
797F: include/hw/arm/raspi*
798F: include/hw/*/bcm283*
799
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500800Real View
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100801M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000802L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500803S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100804F: hw/arm/realview*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200805F: hw/cpu/realview_mpcore.c
Paolo Bonzini5ea53042015-09-22 11:49:41 +0200806F: hw/intc/realview_gic.c
807F: include/hw/intc/realview_gic.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000808F: docs/system/arm/realview.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500809
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200810PXA2XX
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500811M: Andrzej Zaborowski <balrogg@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000812M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000813L: qemu-arm@nongnu.org
Peter Maydella00d7f22018-11-19 15:29:08 +0000814S: Odd Fixes
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200815F: hw/arm/mainstone.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100816F: hw/arm/spitz.c
Paolo Bonzini9b31bff2015-09-22 11:42:50 +0200817F: hw/arm/tosa.c
818F: hw/arm/z2.c
819F: hw/*/pxa2xx*
Thomas Huth123a0692018-11-26 13:39:23 +0000820F: hw/display/tc6393xb.c
821F: hw/gpio/max7310.c
822F: hw/gpio/zaurus.c
Thomas Huthf7e242d2016-09-23 14:14:18 +0200823F: hw/misc/mst_fpga.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000824F: hw/misc/max111x.c
Peter Maydell30296812020-07-03 16:59:45 +0100825F: include/hw/misc/max111x.h
Thomas Huthed0db862016-02-25 12:22:04 +0100826F: include/hw/arm/pxa.h
Thomas Huth123a0692018-11-26 13:39:23 +0000827F: include/hw/arm/sharpsl.h
Philippe Mathieu-Daudéee2ccc52019-04-12 18:54:08 +0200828F: include/hw/display/tc6393xb.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000829F: docs/system/arm/xscale.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500830
Thomas Huth95a5db32018-11-19 15:29:08 +0000831SABRELITE / i.MX6
832M: Peter Maydell <peter.maydell@linaro.org>
833R: Jean-Christophe Dubois <jcd@tribudubois.net>
834L: qemu-arm@nongnu.org
835S: Odd Fixes
836F: hw/arm/sabrelite.c
837F: hw/arm/fsl-imx6.c
Thomas Huthb7f30112019-01-07 15:23:47 +0000838F: hw/misc/imx6_*.c
Thomas Huth95a5db32018-11-19 15:29:08 +0000839F: hw/ssi/imx_spi.c
Guenter Roeck0701a5e2020-03-12 18:45:47 -0700840F: hw/usb/imx-usb-phy.c
841F: include/hw/usb/imx-usb-phy.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000842F: include/hw/arm/fsl-imx6.h
Thomas Huthb7f30112019-01-07 15:23:47 +0000843F: include/hw/misc/imx6_*.h
Thomas Huth95a5db32018-11-19 15:29:08 +0000844F: include/hw/ssi/imx_spi.h
845
Hongbo Zhang64580902019-07-01 17:26:18 +0100846SBSA-REF
Radoslaw Biernacki428a3772020-05-12 19:07:04 +0200847M: Radoslaw Biernacki <rad@semihalf.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100848M: Peter Maydell <peter.maydell@linaro.org>
Leif Lindholmaff55692020-01-16 17:42:26 +0000849R: Leif Lindholm <leif@nuviainc.com>
Hongbo Zhang64580902019-07-01 17:26:18 +0100850L: qemu-arm@nongnu.org
851S: Maintained
852F: hw/arm/sbsa-ref.c
853
Thomas Huth671f11b2018-11-13 10:47:58 +0000854Sharp SL-5500 (Collie) PDA
855M: Peter Maydell <peter.maydell@linaro.org>
856L: qemu-arm@nongnu.org
857S: Odd Fixes
858F: hw/arm/collie.c
859F: hw/arm/strongarm*
Peter Maydellb76b60f2020-07-13 18:57:44 +0100860F: docs/system/arm/collie.rst
Thomas Huth671f11b2018-11-13 10:47:58 +0000861
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500862Stellaris
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100863M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000864L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500865S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100866F: hw/*/stellaris*
Philippe Mathieu-Daudé98fa3322019-04-12 18:54:11 +0200867F: include/hw/input/gamepad.h
Peter Maydellc11a8e82020-03-09 21:58:15 +0000868F: docs/system/arm/stellaris.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500869
Thomas Huth95a5db32018-11-19 15:29:08 +0000870Versatile Express
871M: Peter Maydell <peter.maydell@linaro.org>
872L: qemu-arm@nongnu.org
873S: Maintained
874F: hw/arm/vexpress.c
Peter Maydell5a1d4242020-05-07 16:18:17 +0100875F: docs/system/arm/vexpress.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000876
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500877Versatile PB
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100878M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000879L: qemu-arm@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500880S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100881F: hw/*/versatile*
Philippe Mathieu-Daudéf61c3fb2020-06-17 09:25:29 +0200882F: include/hw/i2c/arm_sbcon_i2c.h
Philippe Mathieu-Daudéc6427ff2017-09-08 14:31:32 -0300883F: hw/misc/arm_sysctl.c
Peter Maydellc11a8e82020-03-09 21:58:15 +0000884F: docs/system/arm/versatile.rst
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500885
Thomas Huth95a5db32018-11-19 15:29:08 +0000886Virt
887M: Peter Maydell <peter.maydell@linaro.org>
888L: qemu-arm@nongnu.org
889S: Maintained
890F: hw/arm/virt*
891F: include/hw/arm/virt.h
Peter Maydell6a0b7502020-07-13 18:57:46 +0100892F: docs/system/arm/virt.rst
Thomas Huth95a5db32018-11-19 15:29:08 +0000893
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000894Xilinx Zynq
Alistair Franciscc0100f2016-07-28 09:55:39 -0700895M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Alistair Francisc22e5802018-03-01 11:05:58 +0000896M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000897M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000898L: qemu-arm@nongnu.org
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000899S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700900F: hw/*/xilinx_*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +0100901F: hw/*/cadence_*
Thomas Huthf7e242d2016-09-23 14:14:18 +0200902F: hw/misc/zynq*
903F: include/hw/misc/zynq*
Alistair Franciscc0100f2016-07-28 09:55:39 -0700904X: hw/ssi/xilinx_*
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000905
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200906Xilinx ZynqMP and Versal
Alistair Francisc22e5802018-03-01 11:05:58 +0000907M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -0700908M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000909M: Peter Maydell <peter.maydell@linaro.org>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000910L: qemu-arm@nongnu.org
Alistair Francis137805f2015-08-25 15:45:07 +0100911S: Maintained
Alistair Franciscc0100f2016-07-28 09:55:39 -0700912F: hw/*/xlnx*.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +0200913F: include/hw/*/xlnx*.h
Philippe Mathieu-Daudé24d6d8b2018-11-25 21:49:39 +0100914F: include/hw/ssi/xilinx_spips.h
915F: hw/display/dpcd.c
916F: include/hw/display/dpcd.h
Edgar E. Iglesiasff9e1572020-08-03 18:47:49 +0200917F: docs/system/arm/xlnx-versal-virt.rst
Alistair Francis137805f2015-08-25 15:45:07 +0100918
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100919ARM ACPI Subsystem
Zhaoshenglonge59f13d2017-12-13 17:59:26 +0000920M: Shannon Zhao <shannon.zhaosl@gmail.com>
Peter Maydellb4f2bd12015-11-03 13:49:42 +0000921L: qemu-arm@nongnu.org
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100922S: Maintained
923F: hw/arm/virt-acpi-build.c
Shannon Zhao8f4d2602015-06-15 18:06:08 +0100924
Alistair Francisa1f81932016-10-04 13:28:07 +0100925STM32F205
926M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000927M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100928L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100929S: Maintained
930F: hw/arm/stm32f205_soc.c
931F: hw/misc/stm32f2xx_syscfg.c
932F: hw/char/stm32f2xx_usart.c
933F: hw/timer/stm32f2xx_timer.c
934F: hw/adc/*
935F: hw/ssi/stm32f2xx_spi.c
Philippe Mathieu-Daudé0e0d3452017-09-08 14:36:19 -0300936F: include/hw/*/stm32*.h
Alistair Francisa1f81932016-10-04 13:28:07 +0100937
Alistair Francis529fc5f2020-01-17 14:09:29 +0000938STM32F405
939M: Alistair Francis <alistair@alistair23.me>
940M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100941L: qemu-arm@nongnu.org
Alistair Francis529fc5f2020-01-17 14:09:29 +0000942S: Maintained
943F: hw/arm/stm32f405_soc.c
944F: hw/misc/stm32f4xx_syscfg.c
945F: hw/misc/stm32f4xx_exti.c
946
Alistair Francisa1f81932016-10-04 13:28:07 +0100947Netduino 2
948M: Alistair Francis <alistair@alistair23.me>
Peter Maydella00d7f22018-11-19 15:29:08 +0000949M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100950L: qemu-arm@nongnu.org
Alistair Francisa1f81932016-10-04 13:28:07 +0100951S: Maintained
952F: hw/arm/netduino2.c
953
Alistair Francis60d6c422020-01-17 14:09:29 +0000954Netduino Plus 2
955M: Alistair Francis <alistair@alistair23.me>
956M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100957L: qemu-arm@nongnu.org
Alistair Francis60d6c422020-01-17 14:09:29 +0000958S: Maintained
959F: hw/arm/netduinoplus2.c
960
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000961SmartFusion2
962M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000963M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100964L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000965S: Maintained
966F: hw/arm/msf2-soc.c
967F: hw/misc/msf2-sysreg.c
968F: hw/timer/mss-timer.c
969F: hw/ssi/mss-spi.c
970F: include/hw/arm/msf2-soc.h
971F: include/hw/misc/msf2-sysreg.h
972F: include/hw/timer/mss-timer.h
973F: include/hw/ssi/mss-spi.h
Subbaraya Sundeep1c664372020-04-16 20:24:49 +0530974F: hw/net/msf2-emac.c
975F: include/hw/net/msf2-emac.h
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000976
977Emcraft M2S-FG484
978M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
Peter Maydella00d7f22018-11-19 15:29:08 +0000979M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +0100980L: qemu-arm@nongnu.org
Subbaraya Sundeep670bc4c2017-11-13 13:55:25 +0000981S: Maintained
982F: hw/arm/msf2-som.c
983
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100984ASPEED BMCs
985M: Cédric Le Goater <clg@kaod.org>
Peter Maydella00d7f22018-11-19 15:29:08 +0000986M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100987R: Andrew Jeffery <andrew@aj.id.au>
988R: Joel Stanley <joel@jms.id.au>
989L: qemu-arm@nongnu.org
990S: Maintained
991F: hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +0000992F: hw/misc/pca9552.c
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100993F: include/hw/*/*aspeed*
Thomas Huthb7f30112019-01-07 15:23:47 +0000994F: include/hw/misc/pca9552*.h
Joel Stanleyf87db1b2018-06-26 17:50:39 +0100995F: hw/net/ftgmac100.c
996F: include/hw/net/ftgmac100.h
997
Joel Stanleyc0066d12018-09-25 14:02:30 +0100998NRF51
999M: Joel Stanley <joel@jms.id.au>
Peter Maydella00d7f22018-11-19 15:29:08 +00001000M: Peter Maydell <peter.maydell@linaro.org>
Joel Stanleyc0066d12018-09-25 14:02:30 +01001001L: qemu-arm@nongnu.org
1002S: Maintained
Stefan Hajnoczic8de3f52019-01-29 11:46:04 +00001003F: hw/*/nrf51*.c
1004F: hw/*/microbit*.c
1005F: include/hw/*/nrf51*.h
1006F: include/hw/*/microbit*.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001007F: tests/qtest/microbit-test.c
Joel Stanleyc0066d12018-09-25 14:02:30 +01001008
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001009AVR Machines
1010-------------
1011
1012AVR MCUs
1013M: Michael Rolnik <mrolnik@gmail.com>
1014R: Sarah Harris <S.E.Harris@kent.ac.uk>
1015S: Maintained
1016F: default-configs/avr-softmmu.mak
Philippe Mathieu-Daudé7dd8f6f2020-01-24 01:51:25 +01001017F: hw/avr/
Michael Rolnik429ca9d2020-01-24 01:51:17 +01001018F: include/hw/char/avr_usart.h
1019F: hw/char/avr_usart.c
Michael Rolnik8ff47bc2020-01-24 01:51:18 +01001020F: include/hw/timer/avr_timer16.h
1021F: hw/timer/avr_timer16.c
Michael Rolnikdc288de2020-01-24 01:51:19 +01001022F: include/hw/misc/avr_power.h
1023F: hw/misc/avr_power.c
Michael Rolnik42f3ff02020-01-24 01:51:21 +01001024
Philippe Mathieu-Daudé50486d62020-01-24 01:51:27 +01001025Arduino
1026M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1027R: Sarah Harris <S.E.Harris@kent.ac.uk>
1028S: Maintained
1029F: hw/avr/arduino.c
1030
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001031CRIS Machines
1032-------------
1033Axis Dev88
1034M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1035S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001036F: hw/cris/axis_dev88.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001037F: hw/*/etraxfs_*.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001038
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001039HP-PARISC Machines
1040------------------
Helge Deller18092592019-12-20 22:15:07 +01001041HP B160L
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001042M: Richard Henderson <rth@twiddle.net>
1043R: Helge Deller <deller@gmx.de>
1044S: Odd Fixes
Philippe Mathieu-Daudéa2a82ad2020-01-29 20:03:16 +01001045F: default-configs/hppa-softmmu.mak
Philippe Mathieu-Daudée1883962018-12-18 12:56:10 +01001046F: hw/hppa/
1047F: pc-bios/hppa-firmware.img
1048
Michael Walle07bf23a2011-02-17 23:45:18 +01001049LM32 Machines
1050-------------
1051EVR32 and uclinux BSP
Philippe Mathieu-Daudé4b4d96c2020-03-16 15:28:27 +01001052R: Michael Walle <michael@walle.cc>
1053S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001054F: hw/lm32/lm32_boards.c
Michael Walle07bf23a2011-02-17 23:45:18 +01001055
Michael Walled118aa62011-03-07 23:32:45 +01001056milkymist
Philippe Mathieu-Daudé4b4d96c2020-03-16 15:28:27 +01001057R: Michael Walle <michael@walle.cc>
1058S: Orphan
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001059F: hw/lm32/milkymist.c
Michael Walled118aa62011-03-07 23:32:45 +01001060
Aurelien Jarnoafcacd52011-01-14 20:39:19 +01001061M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001062-------------
1063an5206
Thomas Huth5baf2742017-02-12 23:38:17 +01001064M: Thomas Huth <huth@tuxfamily.org>
1065S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001066F: hw/m68k/an5206.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001067F: hw/m68k/mcf5206.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001068
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001069mcf5208
Thomas Huth5baf2742017-02-12 23:38:17 +01001070M: Thomas Huth <huth@tuxfamily.org>
1071S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001072F: hw/m68k/mcf5208.c
Thomas Huthe9a56112016-11-02 09:39:33 +01001073F: hw/m68k/mcf_intc.c
1074F: hw/char/mcf_uart.c
1075F: hw/net/mcf_fec.c
Thomas Huth5baf2742017-02-12 23:38:17 +01001076F: include/hw/m68k/mcf*.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001077
Thomas Huth1810b812018-06-30 08:33:57 +00001078NeXTcube
1079M: Thomas Huth <huth@tuxfamily.org>
1080S: Odd Fixes
1081F: hw/m68k/next-*.c
1082F: hw/display/next-fb.c
1083F: include/hw/m68k/next-cube.h
1084
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001085q800
1086M: Laurent Vivier <laurent@vivier.eu>
1087S: Maintained
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001088F: hw/m68k/q800.c
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001089F: hw/misc/mac_via.c
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001090F: hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001091F: hw/display/macfb.c
Laurent Vivierc701ec62019-10-26 18:45:44 +02001092F: hw/block/swim.c
Laurent Vivier04e7ca82019-10-26 18:45:45 +02001093F: hw/m68k/bootinfo.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001094F: include/hw/misc/mac_via.h
Laurent Vivierfa2ba3b2019-10-26 18:45:42 +02001095F: include/hw/nubus/*
Laurent Vivier8ac919a2019-10-26 18:45:43 +02001096F: include/hw/display/macfb.h
Laurent Vivierc701ec62019-10-26 18:45:44 +02001097F: include/hw/block/swim.h
Laurent Vivier6dca62a2019-10-26 18:45:40 +02001098
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001099MicroBlaze Machines
1100-------------------
1101petalogix_s3adsp1800
1102M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1103S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001104F: hw/microblaze/petalogix_s3adsp1800_mmu.c
Philippe Mathieu-Daudéa734c7b2018-11-25 21:49:41 +01001105F: include/hw/char/xilinx_uartlite.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001106
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001107petalogix_ml605
Alistair Francis4b46ba62015-08-25 15:45:06 +01001108M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001109S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001110F: hw/microblaze/petalogix_ml605_mmu.c
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +10001111
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001112MIPS Machines
1113-------------
1114Jazz
1115M: Hervé Poussineau <hpoussin@reactos.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001116R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001117S: Maintained
Aleksandar Markovic52987222020-05-18 22:09:20 +02001118F: hw/mips/jazz.c
Philippe Mathieu-Daudé0886a782018-11-25 21:49:40 +01001119F: hw/display/jazz_led.c
1120F: hw/dma/rc4030.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001121
1122Malta
Aleksandar Markovic485cd982019-12-10 13:55:17 +01001123M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1124R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovicca263c02020-10-07 22:37:21 +02001125S: Odd Fixes
Aleksandar Markovic60041372019-12-10 13:55:18 +01001126F: hw/isa/piix4.c
1127F: hw/acpi/piix4.c
Aleksandar Markovic52987222020-05-18 22:09:20 +02001128F: hw/mips/malta.c
Aleksandar Markovic93081f52019-06-20 15:33:12 +02001129F: hw/mips/gt64xxx_pci.c
Aleksandar Markovic60041372019-12-10 13:55:18 +01001130F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudéc47c3362019-05-23 18:18:32 +02001131F: tests/acceptance/linux_ssh_mips_malta.py
Philippe Mathieu-Daudé0484d9d2020-02-01 21:47:50 +01001132F: tests/acceptance/machine_mips_malta.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001133
1134Mipssim
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001135R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Aleksandar Markovicca263c02020-10-07 22:37:21 +02001136S: Orphaned
Aleksandar Markovic52987222020-05-18 22:09:20 +02001137F: hw/mips/mipssim.c
Yongbok Kim659f42d2017-03-10 15:32:32 +00001138F: hw/net/mipsnet.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001139
1140R4000
Aleksandar Markovic099d5102020-03-13 02:00:50 +01001141R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001142R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudéd32dc612019-11-25 11:41:03 +01001143S: Obsolete
Aleksandar Markovic52987222020-05-18 22:09:20 +02001144F: hw/mips/r4k.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001145
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001146Fuloong 2E
Huacai Chen97eeef82020-04-08 17:16:20 +08001147M: Huacai Chen <chenhc@lemote.com>
Aleksandar Markovic86eb0692019-12-10 13:55:16 +01001148M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Huacai Chen97eeef82020-04-08 17:16:20 +08001149R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Yongbok Kim659f42d2017-03-10 15:32:32 +00001150S: Odd Fixes
Philippe Mathieu-Daudéc3a09ff2020-04-26 12:16:37 +02001151F: hw/mips/fuloong2e.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001152F: hw/isa/vt82c686.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001153F: hw/pci-host/bonito.c
Philippe Mathieu-Daudé0170a3f2018-03-08 23:39:41 +01001154F: include/hw/isa/vt82c686.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001155
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02001156Loongson-3 virtual platforms
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001157M: Huacai Chen <chenhc@lemote.com>
1158R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1159S: Maintained
Huacai Chen2c5b1a72020-06-24 18:45:31 +08001160F: hw/intc/loongson_liointc.c
1161
Yongbok Kim659f42d2017-03-10 15:32:32 +00001162Boston
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001163M: Paul Burton <paulburton@kernel.org>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02001164R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudé4ba98e92020-10-09 18:15:59 +02001165S: Odd Fixes
Yongbok Kim659f42d2017-03-10 15:32:32 +00001166F: hw/core/loader-fit.c
1167F: hw/mips/boston.c
1168F: hw/pci-host/xilinx-pcie.c
Thomas Huth5021bfa2018-11-22 14:02:40 +01001169F: include/hw/pci-host/xilinx-pcie.h
Yongbok Kim659f42d2017-03-10 15:32:32 +00001170
Jia Liu945dad62013-07-02 20:55:17 +08001171OpenRISC Machines
1172-----------------
1173or1k-sim
1174M: Jia Liu <proljc@gmail.com>
1175S: Maintained
1176F: hw/openrisc/openrisc_sim.c
1177
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001178PowerPC Machines
1179----------------
1180405
Alexander Grafbba8e232018-10-30 10:35:31 +01001181M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001182L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +00001183S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001184F: hw/ppc/ppc405_boards.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001185
Andreas Färberaaade8d2012-08-22 05:48:47 +00001186Bamboo
Alexander Grafbba8e232018-10-30 10:35:31 +01001187M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001188L: qemu-ppc@nongnu.org
1189S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001190F: hw/ppc/ppc440_bamboo.c
Andreas Färberaaade8d2012-08-22 05:48:47 +00001191
Andreas Färber98cded32012-08-22 05:48:45 +00001192e500
Alexander Grafbba8e232018-10-30 10:35:31 +01001193M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber98cded32012-08-22 05:48:45 +00001194L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001195S: Odd Fixes
Thomas Huthce6fc612019-01-30 17:22:25 +01001196F: hw/ppc/e500*
Thomas Huth2c6aba12019-01-02 16:57:56 +01001197F: hw/gpio/mpc8xxx.c
Andrew Randrianasulu7abb4792019-03-06 13:28:12 +03001198F: hw/i2c/mpc_i2c.c
Thomas Huthce6fc612019-01-30 17:22:25 +01001199F: hw/net/fsl_etsec/
1200F: hw/pci-host/ppce500.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001201F: include/hw/ppc/ppc_e500.h
1202F: include/hw/pci-host/ppce500.h
1203F: pc-bios/u-boot.e500
Andreas Färber98cded32012-08-22 05:48:45 +00001204
1205mpc8544ds
Alexander Grafbba8e232018-10-30 10:35:31 +01001206M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber98cded32012-08-22 05:48:45 +00001207L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001208S: Odd Fixes
Andreas Färber98cded32012-08-22 05:48:45 +00001209F: hw/ppc/mpc8544ds.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001210F: hw/ppc/mpc8544_guts.c
Andreas Färber98cded32012-08-22 05:48:45 +00001211
Thomas Huth2c6aba12019-01-02 16:57:56 +01001212New World (mac99)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001213M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1214R: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001215L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001216S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001217F: hw/ppc/mac_newworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001218F: hw/pci-host/uninorth.c
1219F: hw/pci-bridge/dec.[hc]
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001220F: hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001221F: hw/misc/mos6522.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001222F: hw/nvram/mac_nvram.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001223F: hw/input/adb*
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001224F: include/hw/misc/macio/
Philippe Mathieu-Daudé6ba16472018-06-06 11:59:20 -03001225F: include/hw/misc/mos6522.h
Philippe Mathieu-Daudéeba45922018-06-06 11:59:19 -03001226F: include/hw/ppc/mac_dbdma.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001227F: include/hw/pci-host/uninorth.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001228F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001229F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001230
Thomas Huth2c6aba12019-01-02 16:57:56 +01001231Old World (g3beige)
Mark Cave-Ayland40e3dd02019-01-28 21:21:56 +00001232M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1233R: David Gibson <david@gibson.dropbear.id.au>
Andreas Färbera6c98682012-01-13 13:33:57 +00001234L: qemu-ppc@nongnu.org
Alexander Grafbba8e232018-10-30 10:35:31 +01001235S: Odd Fixes
Andreas Färberbaec1912013-01-23 23:03:54 +00001236F: hw/ppc/mac_oldworld.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001237F: hw/pci-host/grackle.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001238F: hw/misc/macio/
Thomas Huth835c42d2016-09-29 09:40:33 +02001239F: hw/intc/heathrow_pic.c
Thomas Huth2c6aba12019-01-02 16:57:56 +01001240F: hw/input/adb*
Philippe Mathieu-Daudé97e16db2018-11-25 21:49:43 +01001241F: include/hw/intc/heathrow_pic.h
Thomas Huth2c6aba12019-01-02 16:57:56 +01001242F: include/hw/input/adb*
Mark Cave-Ayland52804c62019-01-02 10:22:43 +00001243F: pc-bios/qemu_vga.ndrv
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001244
Andreas Färberec38d392011-11-01 00:03:07 +01001245PReP
Hervé Poussineau8178e892017-01-12 09:47:29 +01001246M: Hervé Poussineau <hpoussin@reactos.org>
Andreas Färbera6c98682012-01-13 13:33:57 +00001247L: qemu-ppc@nongnu.org
Hervé Poussineau8178e892017-01-12 09:47:29 +01001248S: Maintained
Andreas Färber75610152013-01-26 20:41:58 +01001249F: hw/ppc/prep.c
Hervé Poussineau8178e892017-01-12 09:47:29 +01001250F: hw/ppc/prep_systemio.c
1251F: hw/ppc/rs6000_mc.c
Peter Maydell6e481d52013-06-24 11:49:32 +01001252F: hw/pci-host/prep.[hc]
Philippe Mathieu-Daudé0a9464b2017-10-17 13:43:48 -03001253F: hw/isa/i82378.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001254F: hw/isa/pc87312.c
Philippe Mathieu-Daudé1cd6dcc2017-10-17 13:43:46 -03001255F: hw/dma/i82374.c
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001256F: hw/rtc/m48t59-isa.c
Philippe Mathieu-Daudéa48c6b52018-03-08 23:39:25 +01001257F: include/hw/isa/pc87312.h
Philippe Mathieu-Daudé819ce6b2019-10-04 01:03:54 +02001258F: include/hw/rtc/m48t59.h
Philippe Mathieu-Daudé71b290e2019-10-28 19:04:04 -04001259F: tests/acceptance/ppc_prep_40p.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001260
Andreas Färber300b1152016-01-18 18:19:35 +01001261sPAPR
David Gibson085eb212015-05-08 10:11:00 +10001262M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färber8a269ca2012-08-22 05:48:44 +00001263L: qemu-ppc@nongnu.org
1264S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001265F: hw/*/spapr*
David Gibsonf9de2da2013-06-15 11:51:52 +10001266F: include/hw/*/spapr*
1267F: hw/*/xics*
1268F: include/hw/*/xics*
Thomas Huthb5d55022016-09-05 22:03:36 +02001269F: pc-bios/slof.bin
1270F: docs/specs/ppc-spapr-hcalls.txt
1271F: docs/specs/ppc-spapr-hotplug.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001272F: tests/qtest/spapr*
Thomas Huth1cf43232019-09-10 16:41:20 +02001273F: tests/qtest/libqos/*spapr*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001274F: tests/qtest/rtas*
Thomas Huth1cf43232019-09-10 16:41:20 +02001275F: tests/qtest/libqos/rtas*
Andreas Färber8a269ca2012-08-22 05:48:44 +00001276
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001277PowerNV (Non-Virtualized)
1278M: Cédric Le Goater <clg@kaod.org>
1279M: David Gibson <david@gibson.dropbear.id.au>
1280L: qemu-ppc@nongnu.org
1281S: Maintained
1282F: hw/ppc/pnv*
1283F: hw/intc/pnv*
1284F: hw/intc/xics_pnv.c
Markus Armbruster157ed952020-06-09 14:23:27 +02001285F: hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001286F: include/hw/ppc/pnv*
Markus Armbruster157ed952020-06-09 14:23:27 +02001287F: include/hw/pci-host/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001288F: pc-bios/skiboot.lid
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001289F: tests/qtest/pnv*
Cédric Le Goater1af82d42019-03-13 17:24:23 +01001290
Andreas Färber794d00b2012-08-22 05:48:48 +00001291virtex_ml507
1292M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1293L: qemu-ppc@nongnu.org
1294S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001295F: hw/ppc/virtex_ml507.c
Andreas Färber794d00b2012-08-22 05:48:48 +00001296
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001297sam460ex
1298M: BALATON Zoltan <balaton@eik.bme.hu>
1299L: qemu-ppc@nongnu.org
1300S: Maintained
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001301F: hw/ppc/sam460ex.c
1302F: hw/ppc/ppc440_pcix.c
1303F: hw/display/sm501*
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001304F: hw/ide/sii3112.c
Philippe Mathieu-Daudéde04c312019-10-04 01:03:55 +02001305F: hw/rtc/m41t80.c
BALATON Zoltan33c6a8b2019-01-02 03:06:38 +01001306F: pc-bios/canyonlands.dt[sb]
1307F: pc-bios/u-boot-sam460ex-20100605.bin
1308F: roms/u-boot-sam460ex
BALATON Zoltana9dd6602017-12-16 23:42:39 +01001309
Alistair Francisfe0fe472020-04-23 11:30:50 -07001310RISC-V Machines
1311---------------
1312OpenTitan
1313M: Alistair Francis <Alistair.Francis@wdc.com>
1314L: qemu-riscv@nongnu.org
1315S: Supported
1316F: hw/riscv/opentitan.c
Alistair Francisa7d2d982020-04-23 14:07:27 -07001317F: hw/char/ibex_uart.c
Alistair Francis879f60f2020-04-23 18:34:15 -07001318F: hw/intc/ibex_plic.c
Alistair Francisfe0fe472020-04-23 11:30:50 -07001319F: include/hw/riscv/opentitan.h
Alistair Francisa7d2d982020-04-23 14:07:27 -07001320F: include/hw/char/ibex_uart.h
Alistair Francis879f60f2020-04-23 18:34:15 -07001321F: include/hw/intc/ibex_plic.h
Alistair Francisfe0fe472020-04-23 11:30:50 -07001322
Bin Meng56f6e312020-09-01 09:38:59 +08001323Microchip PolarFire SoC Icicle Kit
1324M: Bin Meng <bin.meng@windriver.com>
1325L: qemu-riscv@nongnu.org
1326S: Supported
1327F: hw/riscv/microchip_pfsoc.c
Bin Menga8fb0a52020-09-01 09:39:00 +08001328F: hw/char/mchp_pfsoc_mmuart.c
Bin Meng56f6e312020-09-01 09:38:59 +08001329F: include/hw/riscv/microchip_pfsoc.h
Bin Menga8fb0a52020-09-01 09:39:00 +08001330F: include/hw/char/mchp_pfsoc_mmuart.h
Bin Meng56f6e312020-09-01 09:38:59 +08001331
Yoshinori Satobda19d72019-01-21 22:16:00 +09001332RX Machines
1333-----------
1334rx-gdbsim
1335M: Yoshinori Sato <ysato@users.sourceforge.jp>
1336S: Maintained
Yoshinori Sato4adbfa42020-01-23 22:25:25 +09001337F: docs/system/target-rx.rst
Yoshinori Satobda19d72019-01-21 22:16:00 +09001338F: hw/rx/rx-gdbsim.c
Philippe Mathieu-Daudécf665622019-05-24 05:17:04 +02001339F: tests/acceptance/machine_rx_gdbsim.py
Yoshinori Satobda19d72019-01-21 22:16:00 +09001340
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001341SH4 Machines
1342------------
1343R2D
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001344M: Yoshinori Sato <ysato@users.sourceforge.jp>
1345R: Magnus Damm <magnus.damm@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001346S: Maintained
Peter Maydell6e481d52013-06-24 11:49:32 +01001347F: hw/sh4/r2d.c
Thomas Huth81527b92016-09-30 11:32:02 +02001348F: hw/intc/sh_intc.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001349F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001350
1351Shix
Aleksandar Markovica9fb4462020-06-11 11:53:16 +02001352M: Yoshinori Sato <ysato@users.sourceforge.jp>
1353R: Magnus Damm <magnus.damm@gmail.com>
Thomas Huth81527b92016-09-30 11:32:02 +02001354S: Odd Fixes
Peter Maydell6e481d52013-06-24 11:49:32 +01001355F: hw/sh4/shix.c
Philippe Mathieu-Daudé65b8dc22020-06-10 23:41:52 +02001356F: hw/intc/sh_intc.c
1357F: include/hw/sh4/sh_intc.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001358
1359SPARC Machines
1360--------------
1361Sun4m
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001362M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001363S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001364F: hw/sparc/sun4m.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02001365F: hw/sparc/sun4m_iommu.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001366F: hw/display/cg3.c
1367F: hw/display/tcx.c
Thomas Huthc10a1c72016-09-19 21:58:34 +02001368F: hw/dma/sparc32_dma.c
Thomas Huth7098b792016-09-23 14:27:25 +02001369F: hw/misc/eccmemctl.c
Thomas Huthaec2b882019-02-15 13:39:24 +01001370F: hw/*/slavio_*.c
1371F: include/hw/nvram/sun_nvram.h
Thomas Huthc10a1c72016-09-19 21:58:34 +02001372F: include/hw/sparc/sparc32_dma.h
Philippe Mathieu-Daudéd0476152018-11-25 21:49:44 +01001373F: include/hw/sparc/sun4m_iommu.h
Thomas Huthaec2b882019-02-15 13:39:24 +01001374F: pc-bios/openbios-sparc32
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001375
1376Sun4u
Mark Cave-Aylandf2416d32015-03-02 22:23:27 +00001377M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001378S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001379F: hw/sparc64/sun4u.c
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001380F: hw/sparc64/sun4u_iommu.c
1381F: include/hw/sparc/sun4u_iommu.h
Thomas Huth5021bfa2018-11-22 14:02:40 +01001382F: hw/pci-host/sabre.c
1383F: include/hw/pci-host/sabre.h
Philippe Mathieu-Daudé8ef856b2018-12-18 12:56:05 +01001384F: hw/pci-bridge/simba.c
1385F: include/hw/pci-bridge/simba.h
1386F: pc-bios/openbios-sparc64
Thomas Huth8c432922020-07-02 16:03:16 +02001387F: tests/acceptance/machine_sparc64_sun4u.py
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001388
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001389Sun4v
1390M: Artyom Tarasenko <atar4qemu@gmail.com>
1391S: Maintained
Fam Zheng626e4a42017-10-13 16:53:54 +08001392F: hw/sparc64/niagara.c
Philippe Mathieu-Daudé2811ac32019-10-04 01:03:56 +02001393F: hw/rtc/sun4v-rtc.c
1394F: include/hw/rtc/sun4v-rtc.h
Artyom Tarasenkoa2664ca2016-09-29 14:46:45 +02001395
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001396Leon3
1397M: Fabien Chouteau <chouteau@adacore.com>
KONRAD Frederic918b8ad2019-05-15 14:31:33 +02001398M: KONRAD Frederic <frederic.konrad@adacore.com>
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001399S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001400F: hw/sparc/leon3.c
1401F: hw/*/grlib*
KONRAD Frederic162abf12019-05-15 14:31:32 +02001402F: include/hw/*/grlib*
Philippe Mathieu-Daudéb11785c2019-10-28 19:04:04 -04001403F: tests/acceptance/machine_sparc_leon3.py
Fabien Chouteauce6c7602012-05-22 10:14:28 +02001404
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001405S390 Machines
1406-------------
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001407S390 Virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001408M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger7c8e2642018-12-04 14:38:02 +01001409M: Halil Pasic <pasic@linux.ibm.com>
Christian Borntraegerb304bf02014-03-06 09:49:25 +01001410M: Christian Borntraeger <borntraeger@de.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001411S: Supported
Paolo Bonzini0c6aa7e2015-09-22 11:37:07 +02001412F: hw/char/sclp*.[hc]
Christian Borntraeger9d1c4442017-09-18 15:04:55 +02001413F: hw/char/terminal3270.c
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001414F: hw/s390x/
Cornelia Huck4277af12014-10-20 19:00:03 +02001415F: include/hw/s390x/
Cornelia Huckc5bfb202015-11-04 15:59:55 +01001416F: hw/watchdog/wdt_diag288.c
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001417F: include/hw/watchdog/wdt_diag288.h
Sascha Silbe1e4738b2016-08-30 14:02:16 +02001418F: default-configs/s390x-softmmu.mak
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001419T: git https://github.com/cohuck/qemu.git s390-next
1420T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001421L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001422
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001423S390-ccw boot
Cornelia Huck304584b2018-01-15 16:14:45 +01001424M: Christian Borntraeger <borntraeger@de.ibm.com>
1425M: Thomas Huth <thuth@redhat.com>
1426S: Supported
Christian Borntraeger8e4eb422018-10-29 16:42:25 +01001427F: hw/s390x/ipl.*
Cornelia Huck304584b2018-01-15 16:14:45 +01001428F: pc-bios/s390-ccw/
1429F: pc-bios/s390-ccw.img
Cornelia Huckcc3d15a2020-01-28 13:24:14 +01001430F: docs/devel/s390-dasd-ipl.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001431T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck304584b2018-01-15 16:14:45 +01001432L: qemu-s390x@nongnu.org
1433
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001434S390 PCI
Matthew Rosatoecd66632019-09-27 09:21:01 -04001435M: Matthew Rosato <mjrosato@linux.ibm.com>
Christian Borntraegerd5bfb422018-10-29 16:42:24 +01001436S: Supported
1437F: hw/s390x/s390-pci*
1438L: qemu-s390x@nongnu.org
1439
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001440UniCore32 Machines
Markus Armbruster84995ea2019-06-06 19:24:08 +02001441------------------
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001442PKUnity-3 SoC initramfs-with-busybox
1443M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1444S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001445F: hw/*/puv3*
Guan Xuetaoab9528c2012-08-10 14:42:34 +08001446F: hw/unicore32/
1447
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001448X86 Machines
1449------------
1450PC
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001451M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001452M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001453S: Supported
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001454F: include/hw/i386/
1455F: hw/i386/
Philippe Mathieu-Daudé0f25d862019-02-02 21:03:07 +01001456F: hw/pci-host/i440fx.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001457F: hw/pci-host/q35.c
1458F: hw/pci-host/pam.c
Philippe Mathieu-Daudé0fd61a22019-02-02 20:57:47 +01001459F: include/hw/pci-host/i440fx.h
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001460F: include/hw/pci-host/q35.h
1461F: include/hw/pci-host/pam.h
Philippe Mathieu-Daudé14a026d2019-10-28 16:12:18 +01001462F: hw/isa/piix3.c
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001463F: hw/isa/lpc_ich9.c
1464F: hw/i2c/smbus_ich9.c
1465F: hw/acpi/piix4.c
1466F: hw/acpi/ich9.c
1467F: include/hw/acpi/ich9.h
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01001468F: include/hw/southbridge/piix.h
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001469F: hw/misc/sga.c
Philippe Mathieu-Daudé6f5a3292018-12-18 12:56:06 +01001470F: hw/isa/apm.c
1471F: include/hw/isa/apm.h
1472F: tests/test-x86-cpuid.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001473F: tests/qtest/test-x86-cpuid-compat.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001474
1475PC Chipset
1476M: Michael S. Tsirkin <mst@redhat.com>
1477M: Paolo Bonzini <pbonzini@redhat.com>
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001478S: Supported
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001479F: hw/char/debugcon.c
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001480F: hw/char/parallel*
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001481F: hw/char/serial*
1482F: hw/dma/i8257*
1483F: hw/i2c/pm_smbus.c
Philippe Mathieu-Daudé1732be82017-10-17 13:43:50 -03001484F: hw/input/pckbd.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001485F: hw/intc/apic*
1486F: hw/intc/ioapic*
1487F: hw/intc/i8259*
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001488F: hw/isa/isa-superio.c
Paolo Bonzini9cc3b732015-09-22 11:56:47 +02001489F: hw/misc/debugexit.c
1490F: hw/misc/pc-testdev.c
1491F: hw/timer/hpet*
1492F: hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001493F: hw/rtc/mc146818rtc*
Philippe Mathieu-Daudéedc46af2017-10-17 13:43:49 -03001494F: hw/watchdog/wdt_ib700.c
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001495F: hw/watchdog/wdt_i6300esb.c
Philippe Mathieu-Daudé866e2b32017-10-17 13:44:21 -03001496F: include/hw/display/vga.h
Philippe Mathieu-Daudébb3d5ea2018-03-08 23:39:22 +01001497F: include/hw/char/parallel.h
Philippe Mathieu-Daudé55f613a2018-03-08 23:39:23 +01001498F: include/hw/dma/i8257.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001499F: include/hw/i2c/pm_smbus.h
Philippe Mathieu-Daudé47973a22018-03-08 23:39:24 +01001500F: include/hw/input/i8042.h
Philippe Mathieu-Daudé4bcbc772018-11-25 21:49:47 +01001501F: include/hw/isa/i8259_internal.h
Philippe Mathieu-Daudé1854eb22018-03-08 23:39:29 +01001502F: include/hw/isa/superio.h
Thomas Hutha2feb342016-09-05 23:31:15 +02001503F: include/hw/timer/hpet.h
1504F: include/hw/timer/i8254*
Philippe Mathieu-Daudébcdb9062019-10-04 01:03:53 +02001505F: include/hw/rtc/mc146818rtc*
Michael S. Tsirkin046a6482013-11-06 17:16:42 +02001506
Sergio Lopez5cb48f02019-10-08 12:42:28 +02001507microvm
1508M: Sergio Lopez <slp@redhat.com>
1509M: Paolo Bonzini <pbonzini@redhat.com>
1510S: Maintained
1511F: docs/microvm.rst
1512F: hw/i386/microvm.c
1513F: include/hw/i386/microvm.h
1514F: pc-bios/bios-microvm.bin
1515
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001516Machine core
1517M: Eduardo Habkost <ehabkost@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001518M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001519S: Supported
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02001520F: cpu.c
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001521F: hw/core/cpu.c
Markus Armbruster52924de2019-06-19 22:10:43 +02001522F: hw/core/machine-qmp-cmds.c
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001523F: hw/core/machine.c
Thomas Huthc1629c52017-01-23 06:54:55 +01001524F: hw/core/null-machine.c
Markus Armbrusterac057872019-06-19 22:10:42 +02001525F: hw/core/numa.c
Luc Michel335d52f2019-01-07 15:23:45 +00001526F: hw/cpu/cluster.c
Markus Armbruster8ac25c82019-06-19 22:10:41 +02001527F: qapi/machine.json
Markus Armbruster7f7b4e72019-06-19 22:10:45 +02001528F: qapi/machine-target.json
Michael S. Tsirkin5da4fb0012016-03-11 16:06:56 +02001529F: include/hw/boards.h
Markus Armbruster2e5b09f2019-07-09 17:20:52 +02001530F: include/hw/core/cpu.h
Luc Michel335d52f2019-01-07 15:23:45 +00001531F: include/hw/cpu/cluster.h
Markus Armbruster2dd02582019-06-19 22:10:40 +02001532F: include/sysemu/numa.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001533T: git https://github.com/ehabkost/qemu.git machine-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001534
Max Filippov16e7caa2011-09-06 03:55:56 +04001535Xtensa Machines
1536---------------
Max Filippov375847a2011-10-28 02:11:05 +04001537sim
Max Filippov16e7caa2011-09-06 03:55:56 +04001538M: Max Filippov <jcmvbkbc@gmail.com>
1539S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001540F: hw/xtensa/sim.c
Max Filippov375847a2011-10-28 02:11:05 +04001541
Max Filippovd9e85532018-09-10 16:33:24 -07001542virt
1543M: Max Filippov <jcmvbkbc@gmail.com>
1544S: Maintained
1545F: hw/xtensa/virt.c
1546
Max Filippov437a8c12014-10-22 07:25:42 +04001547XTFPGA (LX60, LX200, ML605, KC705)
Max Filippov375847a2011-10-28 02:11:05 +04001548M: Max Filippov <jcmvbkbc@gmail.com>
1549S: Maintained
Max Filippov437a8c12014-10-22 07:25:42 +04001550F: hw/xtensa/xtfpga.c
1551F: hw/net/opencores_eth.c
Max Filippov16e7caa2011-09-06 03:55:56 +04001552
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001553Devices
1554-------
Jiri Slabyb30934c2015-01-21 17:48:33 +01001555EDU
1556M: Jiri Slaby <jslaby@suse.cz>
1557S: Maintained
1558F: hw/misc/edu.c
1559
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001560IDE
John Snowc0953482015-03-04 23:37:55 -05001561M: John Snow <jsnow@redhat.com>
1562L: qemu-block@nongnu.org
1563S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001564F: include/hw/ide.h
Thomas Huthc9f7acd2016-09-23 18:09:56 +02001565F: include/hw/ide/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001566F: hw/ide/
John Snowc0953482015-03-04 23:37:55 -05001567F: hw/block/block.c
1568F: hw/block/cdrom.c
1569F: hw/block/hd-geometry.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001570F: tests/qtest/ide-test.c
1571F: tests/qtest/ahci-test.c
1572F: tests/qtest/cdrom-test.c
Thomas Huth1cf43232019-09-10 16:41:20 +02001573F: tests/qtest/libqos/ahci*
John Snow77582e22020-10-01 12:24:01 -04001574T: git https://gitlab.com/jsnow/qemu.git ide
John Snowc0953482015-03-04 23:37:55 -05001575
Corey Minyardcaf316b2017-12-07 14:55:31 -06001576IPMI
1577M: Corey Minyard <minyard@acm.org>
1578S: Maintained
1579F: include/hw/ipmi/*
1580F: hw/ipmi/*
1581F: hw/smbios/smbios_type_38.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001582F: tests/qtest/ipmi*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001583T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
Corey Minyardcaf316b2017-12-07 14:55:31 -06001584
John Snowc0953482015-03-04 23:37:55 -05001585Floppy
1586M: John Snow <jsnow@redhat.com>
1587L: qemu-block@nongnu.org
1588S: Supported
1589F: hw/block/fdc.c
1590F: include/hw/block/fdc.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001591F: tests/qtest/fdc-test.c
John Snow77582e22020-10-01 12:24:01 -04001592T: git https://gitlab.com/jsnow/qemu.git ide
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001593
Peter Maydellf5f487b2011-09-17 17:26:15 +01001594OMAP
1595M: Peter Maydell <peter.maydell@linaro.org>
Philippe Mathieu-Daudé8ef350b2020-01-20 19:59:27 +01001596L: qemu-arm@nongnu.org
Peter Maydellf5f487b2011-09-17 17:26:15 +01001597S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001598F: hw/*/omap*
Thomas Huthed0db862016-02-25 12:22:04 +01001599F: include/hw/arm/omap.h
Peter Maydellf5f487b2011-09-17 17:26:15 +01001600
Paolo Bonzini28d54e52015-09-22 11:37:27 +02001601IPack
1602M: Alberto Garcia <berto@igalia.com>
1603S: Odd Fixes
1604F: hw/char/ipoctal232.c
1605F: hw/ipack/
1606
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001607PCI
1608M: Michael S. Tsirkin <mst@redhat.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03001609M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001610S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001611F: include/hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001612F: hw/misc/pci-testdev.c
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +02001613F: hw/pci/*
Paolo Bonzinif178bc62015-09-22 11:56:48 +02001614F: hw/pci-bridge/*
Philippe Mathieu-Daudé61c7f982020-09-13 21:53:48 +02001615F: qapi/pci.json
Philippe Mathieu-Daudé68179922017-09-08 14:36:25 -03001616F: docs/pci*
1617F: docs/specs/*pci*
Fam Zheng534fd812017-10-13 16:53:55 +08001618F: default-configs/pci.mak
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001619
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001620ACPI/SMBIOS
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001621M: Michael S. Tsirkin <mst@redhat.com>
1622M: Igor Mammedov <imammedo@redhat.com>
1623S: Supported
1624F: include/hw/acpi/*
Philippe Mathieu-Daudéa2eb5c02018-12-11 17:34:06 +01001625F: include/hw/firmware/smbios.h
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001626F: hw/mem/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001627F: hw/acpi/*
Michael S. Tsirkind31e5ae2015-08-12 12:17:36 +03001628F: hw/smbios/*
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001629F: hw/i386/acpi-build.[hc]
Michael S. Tsirkin0e0b3592015-06-23 08:09:34 +02001630F: hw/arm/virt-acpi-build.c
Philippe Mathieu-Daudé27c91882020-09-13 21:53:47 +02001631F: qapi/acpi.json
Thomas Huthb963ea12020-06-07 07:20:22 +02001632F: tests/qtest/bios-tables-test*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001633F: tests/qtest/acpi-utils.[hc]
Philippe Mathieu-Daudéfaae23b2018-11-25 21:49:36 +01001634F: tests/data/acpi/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001635
Dongjiu Gengf7e462f2020-05-12 11:06:09 +08001636ACPI/HEST/GHES
1637R: Dongjiu Geng <gengdongjiu@huawei.com>
1638R: Xiang Zheng <zhengxiang9@huawei.com>
1639L: qemu-arm@nongnu.org
1640S: Maintained
1641F: hw/acpi/ghes.c
1642F: include/hw/acpi/ghes.h
1643F: docs/specs/acpi_hest_ghes.rst
1644
Andreas Färberaaade8d2012-08-22 05:48:47 +00001645ppc4xx
Alexander Grafbba8e232018-10-30 10:35:31 +01001646M: David Gibson <david@gibson.dropbear.id.au>
Andreas Färberaaade8d2012-08-22 05:48:47 +00001647L: qemu-ppc@nongnu.org
1648S: Odd Fixes
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001649F: hw/ppc/ppc4*.c
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001650F: hw/i2c/ppc4xx_i2c.c
Thomas Huthb5d55022016-09-05 22:03:36 +02001651F: include/hw/ppc/ppc4xx.h
Philippe Mathieu-Daudéaa3a41f2017-10-17 13:43:45 -03001652F: include/hw/i2c/ppc4xx_i2c.h
Andreas Färberaaade8d2012-08-22 05:48:47 +00001653
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001654Character devices
Paolo Bonzini2185fd62018-10-19 14:25:42 +02001655M: Marc-André Lureau <marcandre.lureau@redhat.com>
1656R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02001657S: Odd Fixes
1658F: hw/char/
1659
Paolo Bonzinif536f112015-09-22 11:40:00 +02001660Network devices
1661M: Jason Wang <jasowang@redhat.com>
1662S: Odd Fixes
1663F: hw/net/
Philippe Mathieu-Daudé6061b5c2017-10-17 13:43:52 -03001664F: include/hw/net/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001665F: tests/qtest/virtio-net-test.c
Jens Freimann9711cd02019-10-29 12:49:04 +01001666F: docs/virtio-net-failover.rst
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001667T: git https://github.com/jasowang/qemu.git net
Paolo Bonzinif536f112015-09-22 11:40:00 +02001668
Philippe Mathieu-Daudée0c9d0c2019-05-06 00:47:37 +02001669Parallel NOR Flash devices
1670M: Philippe Mathieu-Daudé <philmd@redhat.com>
1671T: git https://gitlab.com/philmd/qemu.git pflash-next
1672S: Maintained
1673F: hw/block/pflash_cfi*.c
1674F: include/hw/block/flash.h
1675
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001676SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001677M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08001678R: Fam Zheng <fam@euphon.net>
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001679S: Supported
Thomas Huth74460f32016-09-05 22:11:41 +02001680F: include/hw/scsi/*
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001681F: hw/scsi/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001682F: tests/qtest/virtio-scsi-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001683T: git https://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +01001684
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001685SSI
Alistair Francisc22e5802018-03-01 11:05:58 +00001686M: Alistair Francis <alistair@alistair23.me>
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001687S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001688F: hw/ssi/*
1689F: hw/block/m25p80.c
Philippe Mathieu-Daudé982d0092017-09-08 14:36:26 -03001690F: include/hw/ssi/ssi.h
Alistair Francis4b46ba62015-08-25 15:45:06 +01001691X: hw/ssi/xilinx_*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001692F: tests/qtest/m25p80-test.c
Alistair Francis4b46ba62015-08-25 15:45:06 +01001693
1694Xilinx SPI
Alistair Francisc22e5802018-03-01 11:05:58 +00001695M: Alistair Francis <alistair@alistair23.me>
Alistair Francis4b46ba62015-08-25 15:45:06 +01001696S: Maintained
1697F: hw/ssi/xilinx_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +10001698
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001699SD (Secure Card)
1700M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Philippe Mathieu-Daudéba412472020-06-05 06:56:38 +02001701L: qemu-block@nongnu.org
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001702S: Odd Fixes
1703F: include/hw/sd/sd*
1704F: hw/sd/core.c
1705F: hw/sd/sd*
Philippe Mathieu-Daudé1232ed12019-10-12 08:54:24 +02001706F: hw/sd/ssi-sd.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001707F: tests/qtest/sd*
Philippe Mathieu-Daudé076a0fc2018-03-09 17:09:45 +00001708
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001709USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +01001710M: Gerd Hoffmann <kraxel@redhat.com>
1711S: Maintained
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001712F: hw/usb/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001713F: tests/qtest/usb-*-test.c
Thomas Huthbeded0f2016-02-25 10:36:05 +01001714F: docs/usb2.txt
1715F: docs/usb-storage.txt
1716F: include/hw/usb.h
1717F: include/hw/usb/
Philippe Mathieu-Daudé104ebc52017-09-08 14:36:24 -03001718F: default-configs/usb.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001719
Paolo Bonzinie26082f2014-10-22 14:53:32 +02001720USB (serial adapter)
1721M: Gerd Hoffmann <kraxel@redhat.com>
1722M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1723S: Maintained
1724F: hw/usb/dev-serial.c
1725
Alex Williamson92e1fb52012-09-26 11:19:39 -06001726VFIO
1727M: Alex Williamson <alex.williamson@redhat.com>
1728S: Supported
Kim Phillipscf7087d2014-12-19 15:24:06 -07001729F: hw/vfio/*
Thomas Huth99b88c62016-03-10 09:39:09 -07001730F: include/hw/vfio/
Alex Williamson92e1fb52012-09-26 11:19:39 -06001731
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001732vfio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001733M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger79139382018-10-29 16:42:22 +01001734M: Eric Farman <farman@linux.ibm.com>
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001735S: Supported
1736F: hw/vfio/ccw.c
1737F: hw/s390x/s390-ccw.c
1738F: include/hw/s390x/s390-ccw.h
Jason J. Herne44445d82019-04-04 10:34:20 -04001739F: include/hw/s390x/vfio-ccw.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001740T: git https://github.com/cohuck/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001741L: qemu-s390x@nongnu.org
Dong Jia Shi5eb74552017-05-17 02:48:13 +02001742
Tony Krowiaka51b3152018-10-10 13:03:06 -04001743vfio-ap
1744M: Christian Borntraeger <borntraeger@de.ibm.com>
1745M: Tony Krowiak <akrowiak@linux.ibm.com>
1746M: Halil Pasic <pasic@linux.ibm.com>
1747M: Pierre Morel <pmorel@linux.ibm.com>
1748S: Supported
1749F: hw/s390x/ap-device.c
1750F: hw/s390x/ap-bridge.c
1751F: include/hw/s390x/ap-device.h
1752F: include/hw/s390x/ap-bridge.h
Tony Krowiak2fe29422018-10-10 13:03:07 -04001753F: hw/vfio/ap.c
Cornelia Huckf58f0842020-03-18 11:39:40 +01001754F: docs/system/s390x/vfio-ap.rst
Tony Krowiaka51b3152018-10-10 13:03:06 -04001755L: qemu-s390x@nongnu.org
1756
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001757vhost
1758M: Michael S. Tsirkin <mst@redhat.com>
1759S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001760F: hw/*/*vhost*
Marc-André Lureau482580a2019-03-08 15:04:44 +01001761F: docs/interop/vhost-user.json
Marc-André Lureaued1be662019-03-15 19:07:35 +01001762F: docs/interop/vhost-user.rst
Philippe Mathieu-Daudé72c1e862018-11-25 21:49:49 +01001763F: contrib/vhost-user-*/
Marc-André Lureauf24bb722019-05-03 15:00:31 +02001764F: backends/vhost-user.c
1765F: include/sysemu/vhost-user-backend.h
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001766
1767virtio
Michael S. Tsirkina75143e2014-01-26 12:39:55 +02001768M: Michael S. Tsirkin <mst@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001769S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001770F: hw/*/virtio*
Thomas Huth72fa6052016-09-23 18:11:21 +02001771F: hw/virtio/Makefile.objs
1772F: hw/virtio/trace-events
Michael S. Tsirkin6a084ea2015-06-15 16:20:21 +02001773F: net/vhost-user.c
Thomas Huth494f7b52016-02-25 11:13:03 +01001774F: include/hw/virtio/
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001775
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001776virtio-balloon
1777M: Michael S. Tsirkin <mst@redhat.com>
1778M: David Hildenbrand <david@redhat.com>
1779S: Maintained
1780F: hw/virtio/virtio-balloon*.c
1781F: include/hw/virtio/virtio-balloon.h
Claudio Fontanac7f419f2020-06-29 11:35:02 +02001782F: softmmu/balloon.c
David Hildenbrand6d7b25a2020-03-12 14:37:25 +01001783F: include/sysemu/balloon.h
1784
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001785virtio-9p
Greg Kurz8c1cd712016-06-17 16:35:05 +02001786M: Greg Kurz <groug@kaod.org>
Christian Schoenebeck233982a2020-05-14 08:06:43 +02001787M: Christian Schoenebeck <qemu_oss@crudebyte.com>
Greg Kurze410bbc2019-10-10 12:36:28 +02001788S: Odd Fixes
Andreas Färberaebeca22012-04-13 17:19:12 +02001789F: hw/9pfs/
Greg Kurzb8278912019-05-29 12:24:44 +02001790X: hw/9pfs/xen-9p*
Andreas Färberaebeca22012-04-13 17:19:12 +02001791F: fsdev/
Peter Maydell78813582020-01-24 16:26:06 +00001792F: docs/interop/virtfs-proxy-helper.rst
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001793F: tests/qtest/virtio-9p-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001794T: git https://github.com/gkurz/qemu.git 9p-next
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001795
1796virtio-blk
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +01001797M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001798L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001799S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001800F: hw/block/virtio-blk.c
Stefan Hajnoczib457a5f2015-04-29 15:13:25 +01001801F: hw/block/dataplane/*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001802F: tests/qtest/virtio-blk-test.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001803T: git https://github.com/stefanha/qemu.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001804
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001805virtio-ccw
Cornelia Huckc1976ae2017-07-04 11:22:15 +02001806M: Cornelia Huck <cohuck@redhat.com>
Christian Borntraeger68b91e82018-10-29 16:42:23 +01001807M: Halil Pasic <pasic@linux.ibm.com>
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001808S: Supported
Thomas Huth901f5f12018-07-25 14:20:16 +02001809F: hw/s390x/virtio-ccw*.[hc]
Thomas Huthd8d4d622018-07-25 14:20:22 +02001810F: hw/s390x/vhost-vsock-ccw.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00001811T: git https://github.com/cohuck/qemu.git s390-next
1812T: git https://github.com/borntraeger/qemu.git s390-next
Cornelia Huck146bd282017-10-05 17:05:23 +02001813L: qemu-s390x@nongnu.org
Cornelia Huckdd4ad642013-03-05 02:22:01 +00001814
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001815virtiofs
1816M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1817M: Stefan Hajnoczi <stefanha@redhat.com>
1818S: Supported
1819F: tools/virtiofsd/*
1820F: hw/virtio/vhost-user-fs*
1821F: include/hw/virtio/vhost-user-fs.h
Stefan Hajnoczi6a7e2bb2020-02-07 16:29:51 +00001822F: docs/interop/virtiofsd.rst
Dr. David Alan Gilbertbad7d2c32019-10-21 11:41:36 +01001823
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001824virtio-input
1825M: Gerd Hoffmann <kraxel@redhat.com>
1826S: Maintained
Marc-André Lureau9c4d05b2019-05-03 15:00:32 +02001827F: hw/input/vhost-user-input.c
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001828F: hw/input/virtio-input*.c
1829F: include/hw/virtio/virtio-input.h
Marc-André Lureau06914c92019-05-14 12:41:26 +02001830F: contrib/vhost-user-input/*
Gerd Hoffmanna5d4d7b2015-06-19 10:25:34 +02001831
Eric Augerc1dee912020-02-14 14:27:45 +01001832virtio-iommu
1833M: Eric Auger <eric.auger@redhat.com>
1834S: Maintained
1835F: hw/virtio/virtio-iommu*.c
1836F: include/hw/virtio/virtio-iommu.h
1837
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001838virtio-serial
Laurent Vivier2501db72019-09-10 16:03:50 +02001839M: Laurent Vivier <lvivier@redhat.com>
1840R: Amit Shah <amit@kernel.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001841S: Supported
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01001842F: hw/char/virtio-serial-bus.c
1843F: hw/char/virtio-console.c
Amit Shah68a5e382014-11-18 18:01:27 +05301844F: include/hw/virtio/virtio-serial.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001845F: tests/qtest/virtio-serial-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05001846
Amit Shah1f51a5c2014-11-18 18:01:26 +05301847virtio-rng
Laurent Vivier2501db72019-09-10 16:03:50 +02001848M: Laurent Vivier <lvivier@redhat.com>
1849R: Amit Shah <amit@kernel.org>
Amit Shah1f51a5c2014-11-18 18:01:26 +05301850S: Supported
1851F: hw/virtio/virtio-rng.c
1852F: include/hw/virtio/virtio-rng.h
Thomas Huth750cf862016-02-25 13:44:20 +01001853F: include/sysemu/rng*.h
Amit Shah1f51a5c2014-11-18 18:01:26 +05301854F: backends/rng*.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001855F: tests/qtest/virtio-rng-test.c
Amit Shah1f51a5c2014-11-18 18:01:26 +05301856
Gonglei60340112016-10-28 16:33:31 +08001857virtio-crypto
1858M: Gonglei <arei.gonglei@huawei.com>
1859S: Supported
1860F: hw/virtio/virtio-crypto.c
1861F: hw/virtio/virtio-crypto-pci.c
1862F: include/hw/virtio/virtio-crypto.h
1863
David Hildenbrand751c7bd2020-06-26 09:22:39 +02001864virtio-mem
1865M: David Hildenbrand <david@redhat.com>
1866S: Supported
1867W: https://virtio-mem.gitlab.io/
1868F: hw/virtio/virtio-mem.c
1869F: hw/virtio/virtio-mem-pci.h
1870F: hw/virtio/virtio-mem-pci.c
1871F: include/hw/virtio/virtio-mem.h
1872
Keith Buschf3c507a2013-06-04 09:17:10 -06001873nvme
Philippe Mathieu-Daudé8261cc12020-04-21 14:22:36 +02001874M: Keith Busch <kbusch@kernel.org>
Keith Busche8cc43d2020-07-06 11:29:22 -07001875M: Klaus Jensen <its@irrelevant.dk>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001876L: qemu-block@nongnu.org
Keith Buschf3c507a2013-06-04 09:17:10 -06001877S: Supported
1878F: hw/block/nvme*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001879F: tests/qtest/nvme-test.c
Keith Busche8cc43d2020-07-06 11:29:22 -07001880T: git git://git.infradead.org/qemu-nvme.git nvme-next
Keith Buschf3c507a2013-06-04 09:17:10 -06001881
Hannes Reinecked383c622014-04-16 16:44:19 +02001882megasas
Philippe Mathieu-Daudé3fdfb8b2017-09-10 14:15:57 -03001883M: Hannes Reinecke <hare@suse.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02001884L: qemu-block@nongnu.org
Hannes Reinecked383c622014-04-16 16:44:19 +02001885S: Supported
1886F: hw/scsi/megasas.c
1887F: hw/scsi/mfi.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001888F: tests/qtest/megasas-test.c
Hannes Reinecked383c622014-04-16 16:44:19 +02001889
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001890Network packet abstractions
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001891M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman605d52e2016-06-01 11:23:39 +03001892S: Maintained
1893F: include/net/eth.h
1894F: net/eth.c
1895F: hw/net/net_rx_pkt*
1896F: hw/net/net_tx_pkt*
1897
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001898Vmware
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001899M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001900S: Maintained
1901F: hw/net/vmxnet*
1902F: hw/scsi/vmw_pvscsi*
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001903F: tests/qtest/vmxnet3-test.c
Dmitry Fleytman622fb502014-08-27 08:58:43 +03001904
Scott Feldmande24d3f2015-03-13 21:09:32 -07001905Rocker
Scott Feldmande24d3f2015-03-13 21:09:32 -07001906M: Jiri Pirko <jiri@resnulli.us>
1907S: Maintained
1908F: hw/net/rocker/
Thomas Huthde850942016-09-27 16:33:46 +02001909F: tests/rocker/
1910F: docs/specs/rocker.txt
Scott Feldmande24d3f2015-03-13 21:09:32 -07001911
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001912NVDIMM
Xiao Guangrong7a5bd532017-03-21 13:33:57 +08001913M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001914S: Maintained
1915F: hw/acpi/nvdimm.c
1916F: hw/mem/nvdimm.c
1917F: include/hw/mem/nvdimm.h
Philippe Mathieu-Daudée2e254d2018-11-25 21:49:56 +01001918F: docs/nvdimm.txt
Xiao Guangrong70d1fb92015-12-02 15:21:00 +08001919
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001920e1000x
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001921M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman093454e2016-06-01 11:23:44 +03001922S: Maintained
1923F: hw/net/e1000x*
1924
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001925e1000e
Philippe Mathieu-Daudébf4835a2018-01-08 15:34:06 -03001926M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Dmitry Fleytman6f3fbe42016-06-01 11:23:45 +03001927S: Maintained
1928F: hw/net/e1000e*
1929
Stefan Weilebc23272017-11-16 20:49:02 +01001930eepro100
1931M: Stefan Weil <sw@weilnetz.de>
1932S: Maintained
1933F: hw/net/eepro100.c
1934
Sven Schnelle34ea0232019-10-23 10:42:44 +02001935tulip
1936M: Sven Schnelle <svens@stackframe.org>
1937S: Maintained
1938F: hw/net/tulip.c
1939F: hw/net/tulip.h
1940
Alistair Francise481a1f2016-10-04 13:28:09 +01001941Generic Loader
Alistair Francisc22e5802018-03-01 11:05:58 +00001942M: Alistair Francis <alistair@alistair23.me>
Alistair Francise481a1f2016-10-04 13:28:09 +01001943S: Maintained
1944F: hw/core/generic-loader.c
1945F: include/hw/core/generic-loader.h
Philippe Mathieu-Daudéc5e2ac72017-09-08 14:36:29 -03001946F: docs/generic-loader.txt
Alistair Francise481a1f2016-10-04 13:28:09 +01001947
Su Hang645d3cb2018-08-16 14:05:28 +01001948Intel Hexadecimal Object File Loader
1949M: Su Hang <suhang16@mails.ucas.ac.cn>
1950S: Maintained
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001951F: tests/qtest/hexloader-test.c
Peter Maydell4b2ff652018-11-02 11:52:37 +00001952F: tests/data/hex-loader/test.hex
Su Hang645d3cb2018-08-16 14:05:28 +01001953
Thomas Huth87a90232016-11-08 12:46:22 +01001954CHRP NVRAM
1955M: Thomas Huth <thuth@redhat.com>
1956S: Maintained
1957F: hw/nvram/chrp_nvram.c
1958F: include/hw/nvram/chrp_nvram.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001959F: tests/qtest/prom-env-test.c
Thomas Huth87a90232016-11-08 12:46:22 +01001960
Ben Warren42697d82017-02-16 15:15:40 -08001961VM Generation ID
1962M: Ben Warren <ben@skyportsystems.com>
1963S: Maintained
1964F: hw/acpi/vmgenid.c
1965F: include/hw/acpi/vmgenid.h
1966F: docs/specs/vmgenid.txt
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02001967F: tests/qtest/vmgenid-test.c
Ben Warren42697d82017-02-16 15:15:40 -08001968F: stubs/vmgenid.c
1969
Philippe Mathieu-Daudé747969d2017-06-29 12:03:08 -03001970Unimplemented device
1971M: Peter Maydell <peter.maydell@linaro.org>
1972R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1973S: Maintained
1974F: include/hw/misc/unimp.h
1975F: hw/misc/unimp.c
1976
Philippe Mathieu-Daudé60075232019-06-24 17:17:32 +02001977Empty slot
1978M: Artyom Tarasenko <atar4qemu@gmail.com>
1979R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1980S: Maintained
1981F: include/hw/misc/empty_slot.h
1982F: hw/misc/empty_slot.c
1983
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001984Standard VGA
1985M: Gerd Hoffmann <kraxel@redhat.com>
1986S: Maintained
1987F: hw/display/vga*
1988F: hw/display/bochs-display.c
1989F: include/hw/display/vga.h
1990F: include/hw/display/bochs-vbe.h
1991
Gerd Hoffmann58d632c2018-06-13 14:29:48 +02001992ramfb
1993M: Gerd Hoffmann <kraxel@redhat.com>
1994S: Maintained
1995F: hw/display/ramfb*.c
1996F: include/hw/display/ramfb.h
1997
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02001998virtio-gpu
1999M: Gerd Hoffmann <kraxel@redhat.com>
2000S: Maintained
2001F: hw/display/virtio-gpu*
Marc-André Lureauc68082c2019-05-24 15:09:45 +02002002F: hw/display/virtio-vga.*
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002003F: include/hw/virtio/virtio-gpu.h
2004
Raphael Norwitzb372d792020-03-26 04:57:27 -04002005vhost-user-blk
2006M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2007S: Maintained
2008F: contrib/vhost-user-blk/
2009F: contrib/vhost-user-scsi/
2010F: hw/block/vhost-user-blk.c
2011F: hw/scsi/vhost-user-scsi.c
2012F: hw/virtio/vhost-user-blk-pci.c
2013F: hw/virtio/vhost-user-scsi-pci.c
2014F: include/hw/virtio/vhost-user-blk.h
2015F: include/hw/virtio/vhost-user-scsi.h
2016
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002017vhost-user-gpu
2018M: Marc-André Lureau <marcandre.lureau@redhat.com>
2019M: Gerd Hoffmann <kraxel@redhat.com>
2020S: Maintained
2021F: docs/interop/vhost-user-gpu.rst
Marc-André Lureaud52c4542019-05-24 15:09:42 +02002022F: contrib/vhost-user-gpu
2023F: hw/display/vhost-user-*
Marc-André Lureaubd2e44f2019-05-24 15:09:38 +02002024
Gerd Hoffmanndbb2e472018-05-22 18:50:58 +02002025Cirrus VGA
2026M: Gerd Hoffmann <kraxel@redhat.com>
2027S: Odd Fixes
2028W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2029F: hw/display/cirrus*
2030
Gerd Hoffmann72d277a2018-09-25 09:56:42 +02002031EDID Generator
2032M: Gerd Hoffmann <kraxel@redhat.com>
2033S: Maintained
2034F: hw/display/edid*
2035F: include/hw/display/edid.h
2036F: qemu-edid.c
2037
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002038PIIX4 South Bridge (i82371AB)
2039M: Hervé Poussineau <hpoussin@reactos.org>
2040M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2041S: Maintained
2042F: hw/isa/piix4.c
Philippe Mathieu-Daudéfff123b2018-01-06 16:37:26 +01002043F: include/hw/southbridge/piix.h
Philippe Mathieu-Daudé10386382019-02-02 21:17:45 +01002044
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002045Firmware configuration (fw_cfg)
Philippe Mathieu-Daudé6f75e3f2019-01-17 17:13:55 +01002046M: Philippe Mathieu-Daudé <philmd@redhat.com>
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002047R: Laszlo Ersek <lersek@redhat.com>
2048R: Gerd Hoffmann <kraxel@redhat.com>
2049S: Supported
2050F: docs/specs/fw_cfg.txt
Philippe Mathieu-Daudé8d0bceb2020-10-06 13:19:09 +02002051F: hw/nvram/fw_cfg*.c
Philippe Mathieu-Daudéb15c0f72019-04-22 15:49:41 +02002052F: stubs/fw_cfg.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002053F: include/hw/nvram/fw_cfg.h
2054F: include/standard-headers/linux/qemu_fw_cfg.h
Thomas Huth1cf43232019-09-10 16:41:20 +02002055F: tests/qtest/libqos/fw_cfg.c
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002056F: tests/qtest/fw_cfg-test.c
Philippe Mathieu-Daudé15ffb432018-11-22 03:11:39 +01002057T: git https://github.com/philmd/qemu.git fw_cfg-next
2058
Thomas Huth2313abf2019-01-30 16:45:40 +01002059XIVE
2060M: David Gibson <david@gibson.dropbear.id.au>
2061M: Cédric Le Goater <clg@kaod.org>
2062L: qemu-ppc@nongnu.org
2063S: Supported
2064F: hw/*/*xive*
2065F: include/hw/*/*xive*
Cédric Le Goater24563a52019-05-21 10:24:11 +02002066F: docs/*/*xive*
Thomas Huth2313abf2019-01-30 16:45:40 +01002067
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002068Renesas peripherals
2069M: Yoshinori Sato <ysato@users.sourceforge.jp>
2070R: Magnus Damm <magnus.damm@gmail.com>
2071S: Maintained
Yoshinori Sato645194c2019-01-21 22:15:59 +09002072F: hw/char/renesas_sci.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002073F: hw/char/sh_serial.c
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002074F: hw/timer/renesas_*.c
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002075F: hw/timer/sh_timer.c
Yoshinori Sato645194c2019-01-21 22:15:59 +09002076F: include/hw/char/renesas_sci.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002077F: include/hw/sh4/sh.h
Yoshinori Satoc7f37ba2019-03-20 23:16:05 +09002078F: include/hw/timer/renesas_*.h
Philippe Mathieu-Daudé7bd0d132020-06-10 23:32:38 +02002079
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002080Renesas RX peripherals
2081M: Yoshinori Sato <ysato@users.sourceforge.jp>
2082S: Maintained
2083F: hw/intc/rx_icu.c
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002084F: hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002085F: include/hw/intc/rx_icu.h
Yoshinori Sato0c80f502019-01-21 22:16:00 +09002086F: include/hw/rx/
Yoshinori Satoe78597c2019-01-21 22:15:57 +09002087
Pavel Pisade4d4ad2020-09-14 10:13:41 +02002088CAN bus subsystem and hardware
2089M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2090M: Vikram Garhwal <fnu.vikram@xilinx.com>
2091S: Maintained
2092W: https://canbus.pages.fel.cvut.cz/
2093F: net/can/*
2094F: hw/net/can/*
2095F: include/net/can_*.h
2096
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002097Subsystems
2098----------
2099Audio
Gerd Hoffmann9f575842013-09-24 10:26:24 +02002100M: Gerd Hoffmann <kraxel@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002101S: Maintained
2102F: audio/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002103F: hw/audio/
Thomas Hutha2b245a2016-09-23 15:19:10 +02002104F: include/hw/audio/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002105F: tests/qtest/ac97-test.c
2106F: tests/qtest/es1370-test.c
2107F: tests/qtest/intel-hda-test.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002108
Stefan Hajnoczi17f1e8f2015-04-29 15:13:29 +01002109Block layer core
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002110M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02002111M: Max Reitz <mreitz@redhat.com>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002112L: qemu-block@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002113S: Supported
2114F: block*
2115F: block/
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002116F: hw/block/
Kevin Wolf4c346e02015-05-20 12:03:17 +02002117F: include/block/
Kevin Wolf46078762014-04-24 11:53:39 +02002118F: qemu-img*
Peter Maydelle13c59f2020-01-24 16:26:03 +00002119F: docs/interop/qemu-img.rst
Kevin Wolf46078762014-04-24 11:53:39 +02002120F: qemu-io*
Kevin Wolf29242092014-10-21 17:43:17 +02002121F: tests/qemu-iotests/
Max Reitz8dd30c82017-04-28 18:55:17 +02002122F: util/qemu-progress.c
Markus Armbruster0bcc8e52018-06-14 21:14:29 +02002123F: qobject/block-qdict.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002124F: tests/check-block-qdict.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002125T: git https://repo.or.cz/qemu/kevin.git block
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002126
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002127Block I/O path
2128M: Stefan Hajnoczi <stefanha@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002129M: Fam Zheng <fam@euphon.net>
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002130L: qemu-block@nongnu.org
2131S: Supported
Paolo Bonzini36c697b2017-05-03 12:30:23 +02002132F: util/async.c
2133F: util/aio-*.c
Stefan Hajnoczi1f050a42020-03-05 17:08:02 +00002134F: util/aio-*.h
2135F: util/fdmon-*.c
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002136F: block/io.c
2137F: migration/block*
Fam Zhenge1029ae2016-07-18 15:19:47 +08002138F: include/block/aio.h
Stefan Hajnoczif5a53fa2018-03-12 13:22:04 +00002139F: include/block/aio-wait.h
Philippe Mathieu-Daudé0a4f9ad2017-09-08 14:36:28 -03002140F: scripts/qemugdb/aio.py
Stefan Hajnoczied7db342020-09-15 13:03:39 +01002141F: tests/test-fdmon-epoll.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002142T: git https://github.com/stefanha/qemu.git block
Stefan Hajnoczid55053b2015-04-29 15:13:27 +01002143
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002144Block SCSI subsystem
2145M: Paolo Bonzini <pbonzini@redhat.com>
Fam Zhengfe5ca462018-11-21 23:30:36 +08002146R: Fam Zheng <fam@euphon.net>
Paolo Bonzinie5b57282017-08-22 07:08:27 +02002147L: qemu-block@nongnu.org
2148S: Supported
2149F: include/scsi/*
2150F: scsi/*
2151
Jeff Cody280458a2015-03-06 12:16:06 -05002152Block Jobs
Jeff Cody03283d62018-09-26 14:05:32 -04002153M: John Snow <jsnow@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002154L: qemu-block@nongnu.org
2155S: Supported
2156F: blockjob.c
2157F: include/block/blockjob.h
Kevin Wolf33e9e9b2018-04-12 17:29:59 +02002158F: job.c
Kevin Wolf1a90bc82018-05-03 19:01:14 +02002159F: job-qmp.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002160F: include/qemu/job.h
Jeff Cody280458a2015-03-06 12:16:06 -05002161F: block/backup.c
2162F: block/commit.c
Jeff Cody77346022016-03-09 21:54:00 -05002163F: block/stream.c
Jeff Cody280458a2015-03-06 12:16:06 -05002164F: block/mirror.c
Kevin Wolfbf425082018-05-16 16:03:10 +02002165F: qapi/job.json
John Snow77582e22020-10-01 12:24:01 -04002166T: git https://gitlab.com/jsnow/qemu.git jobs
Jeff Cody280458a2015-03-06 12:16:06 -05002167
Markus Armbruster41202012015-05-20 13:23:46 +02002168Block QAPI, monitor, command line
2169M: Markus Armbruster <armbru@redhat.com>
2170S: Supported
2171F: blockdev.c
Maxim Levitskya2dde2f2020-03-08 11:24:32 +02002172F: blockdev-hmp-cmds.c
Markus Armbruster41202012015-05-20 13:23:46 +02002173F: block/qapi.c
2174F: qapi/block*.json
Markus Armbrusterfa988e32017-08-24 21:14:02 +02002175F: qapi/transaction.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002176T: git https://repo.or.cz/qemu/armbru.git block-next
Markus Armbruster41202012015-05-20 13:23:46 +02002177
John Snow538193b2016-08-04 14:18:51 -04002178Dirty Bitmaps
Eric Blakeedb05902020-05-14 13:00:03 -05002179M: Eric Blake <eblake@redhat.com>
2180M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2181R: John Snow <jsnow@redhat.com>
John Snow538193b2016-08-04 14:18:51 -04002182L: qemu-block@nongnu.org
2183S: Supported
John Snow538193b2016-08-04 14:18:51 -04002184F: include/qemu/hbitmap.h
2185F: include/block/dirty-bitmap.h
Eric Blakebb4e58c2020-05-18 13:53:07 -05002186F: block/monitor/bitmap-qmp-cmds.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002187F: block/dirty-bitmap.c
2188F: block/qcow2-bitmap.c
Vladimir Sementsov-Ogievskiy052db8e2019-10-26 19:56:55 +03002189F: migration/block-dirty-bitmap.c
Vladimir Sementsov-Ogievskiy00637c62019-12-19 13:16:03 +03002190F: util/hbitmap.c
John Snow538193b2016-08-04 14:18:51 -04002191F: tests/test-hbitmap.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03002192F: docs/interop/bitmaps.rst
Eric Blakeedb05902020-05-14 13:00:03 -05002193T: git https://repo.or.cz/qemu/ericb.git bitmaps
John Snow538193b2016-08-04 14:18:51 -04002194
Paolo Bonzini61af0ee2015-09-22 11:40:00 +02002195Character device backends
Marc-André Lureau55fc84a2017-01-30 17:37:31 +04002196M: Marc-André Lureau <marcandre.lureau@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002197R: Paolo Bonzini <pbonzini@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002198S: Maintained
Marc-André Lureau178fe0a2016-12-10 00:29:03 +03002199F: chardev/
Marc-André Lureau8228e352017-01-26 17:19:46 +04002200F: include/chardev/
Markus Armbrusterdbeee392017-08-24 21:13:58 +02002201F: qapi/char.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002202
Paolo Bonzinie26082f2014-10-22 14:53:32 +02002203Character Devices (Braille)
2204M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2205S: Maintained
Marc-André Lureau6b10e572017-05-29 12:39:42 +04002206F: chardev/baum.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002207
Markus Armbrustere94630d2017-03-20 13:55:48 +01002208Command line option argument parsing
2209M: Markus Armbruster <armbru@redhat.com>
2210S: Supported
2211F: include/qemu/option.h
2212F: tests/test-keyval.c
2213F: tests/test-qemu-opts.c
2214F: util/keyval.c
2215F: util/qemu-option.c
2216
Markus Armbruster8c413e72015-01-28 11:29:57 +01002217Coverity model
2218M: Markus Armbruster <armbru@redhat.com>
2219S: Supported
2220F: scripts/coverity-model.c
2221
Peter Maydell9c263d02020-03-19 19:33:22 +00002222Coverity Scan integration
2223M: Peter Maydell <peter.maydell@linaro.org>
2224S: Maintained
2225F: scripts/coverity-scan/
2226
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002227Device Tree
Alistair Francisc3c962c2019-03-26 13:53:32 -07002228M: Alistair Francis <alistair.francis@wdc.com>
2229R: David Gibson <david@gibson.dropbear.id.au>
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002230S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002231F: softmmu/device_tree.c
Thomas Huth82407512015-12-17 15:25:12 +01002232F: include/sysemu/device_tree.h
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +10002233
Marc-André Lureau3505a222017-09-11 18:59:29 +02002234Dump
2235S: Supported
2236M: Marc-André Lureau <marcandre.lureau@redhat.com>
Markus Armbruster6d3da322019-06-19 22:10:49 +02002237F: dump/
Marc-André Lureau3505a222017-09-11 18:59:29 +02002238F: hw/misc/vmcoreinfo.c
2239F: include/hw/misc/vmcoreinfo.h
Markus Armbruster6d3da322019-06-19 22:10:49 +02002240F: include/qemu/win_dump_defs
Marc-André Lureau3505a222017-09-11 18:59:29 +02002241F: include/sysemu/dump-arch.h
2242F: include/sysemu/dump.h
Markus Armbrusterd06b7472019-06-19 22:10:47 +02002243F: qapi/dump.json
Marc-André Lureau3505a222017-09-11 18:59:29 +02002244F: scripts/dump-guest-memory.py
2245F: stubs/dump.c
2246
Markus Armbruster4f966762015-09-12 13:29:56 +02002247Error reporting
2248M: Markus Armbruster <armbru@redhat.com>
2249S: Supported
2250F: include/qapi/error.h
2251F: include/qemu/error-report.h
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002252F: qapi/error.json
Markus Armbruster4f966762015-09-12 13:29:56 +02002253F: util/error.c
2254F: util/qemu-error.c
Vladimir Sementsov-Ogievskiyd1d3a992020-03-24 18:36:25 +03002255F: scripts/coccinelle/err-bad-newline.cocci
2256F: scripts/coccinelle/error-use-after-free.cocci
2257F: scripts/coccinelle/error_propagate_null.cocci
2258F: scripts/coccinelle/remove_local_err.cocci
2259F: scripts/coccinelle/use-error_fatal.cocci
Vladimir Sementsov-Ogievskiy8220f3a2020-07-07 18:50:31 +02002260F: scripts/coccinelle/errp-guard.cocci
Markus Armbruster4f966762015-09-12 13:29:56 +02002261
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002262GDB stub
Alex Bennéec7b3e862019-06-06 09:27:53 +01002263M: Alex Bennée <alex.bennee@linaro.org>
2264R: Philippe Mathieu-Daudé <philmd@redhat.com>
2265S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002266F: gdbstub*
2267F: gdb-xml/
2268
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002269Memory API
2270M: Paolo Bonzini <pbonzini@redhat.com>
2271S: Supported
2272F: include/exec/ioport.h
Tony Nguyen14776ab2019-08-24 04:10:58 +10002273F: include/exec/memop.h
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002274F: include/exec/memory.h
Paolo Bonzini2b1641d2015-11-13 18:49:54 +01002275F: include/exec/ram_addr.h
Juan Quintela41aa4e92020-01-22 15:58:57 +01002276F: include/exec/ramblock.h
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002277F: softmmu/dma-helpers.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002278F: softmmu/ioport.c
2279F: softmmu/memory.c
Paolo Bonzinid9f24bf2020-10-06 09:05:29 +02002280F: softmmu/physmem.c
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002281F: include/exec/memory-internal.h
Philippe Mathieu-Daudé044e2af2020-02-24 14:45:07 +01002282F: scripts/coccinelle/memory-region-housekeeping.cocci
Paolo Bonzini01a9c032014-04-29 16:05:53 +02002283
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002284SPICE
2285M: Gerd Hoffmann <kraxel@redhat.com>
2286S: Supported
Peter Maydell6e481d52013-06-24 11:49:32 +01002287F: include/ui/qemu-spice.h
Thomas Huth438528a2016-02-25 10:36:06 +01002288F: include/ui/spice-display.h
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002289F: ui/spice-*.c
2290F: audio/spiceaudio.c
Paolo Bonzini8d8b6362013-02-04 15:19:30 +01002291F: hw/display/qxl*
Markus Armbruster608cfed2017-08-24 21:14:00 +02002292F: qapi/ui.json
Philippe Mathieu-Daudé9bd4cb32018-11-25 21:49:52 +01002293F: docs/spice-port-fqdn.txt
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +01002294
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002295Graphics
Gerd Hoffmann25eccc32014-04-07 10:42:03 +02002296M: Gerd Hoffmann <kraxel@redhat.com>
2297S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002298F: ui/
Thomas Huthe2206562016-02-25 10:36:07 +01002299F: include/ui/
Markus Armbruster608cfed2017-08-24 21:14:00 +02002300F: qapi/ui.json
Marc-André Lureaub1d38032018-07-13 15:09:06 +02002301F: util/drm.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002302
Andreas Färber351f1bf2011-10-30 18:08:01 +01002303Cocoa graphics
Peter Maydell30ef3c72013-12-16 15:17:55 +00002304M: Peter Maydell <peter.maydell@linaro.org>
Andreas Färber351f1bf2011-10-30 18:08:01 +01002305S: Odd Fixes
2306F: ui/cocoa.m
2307
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002308Main loop
Paolo Bonzinida26f372014-10-21 15:12:57 +02002309M: Paolo Bonzini <pbonzini@redhat.com>
2310S: Maintained
Markus Armbruster54d31232019-08-12 07:23:59 +02002311F: include/qemu/main-loop.h
2312F: include/sysemu/runstate.h
Paolo Bonzini3ecb29a2017-05-03 13:59:09 +02002313F: util/main-loop.c
2314F: util/qemu-timer.c
Alexander Bulekovbac068e2020-02-19 23:10:57 -05002315F: softmmu/vl.c
Alexander Bulekov7b733862020-02-19 23:10:58 -05002316F: softmmu/main.c
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002317F: softmmu/cpus.c
Claudio Fontanab0c3cf92020-06-29 11:35:03 +02002318F: softmmu/cpu-throttle.c
Claudio Fontana740b1752020-08-19 13:17:19 +02002319F: softmmu/cpu-timers.c
2320F: softmmu/icount.c
Markus Armbruster0e201d32017-08-24 21:13:57 +02002321F: qapi/run-state.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002322
Stefan Hajnoczi1b7e01d2020-09-09 10:08:51 +01002323Read, Copy, Update (RCU)
2324M: Paolo Bonzini <pbonzini@redhat.com>
2325S: Maintained
2326F: include/qemu/rcu*.h
2327F: tests/rcutorture.c
2328F: tests/test-rcu-*.c
2329F: util/rcu.c
2330
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002331Human Monitor (HMP)
Markus Armbrusterc833fb42016-09-28 19:33:41 +02002332M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Luiz Capitulinofbb06212014-02-18 09:08:14 -05002333S: Maintained
Kevin Wolf5bce3082019-06-13 17:33:59 +02002334F: monitor/monitor-internal.h
Kevin Wolfe84328f2019-06-13 17:33:57 +02002335F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002336F: monitor/monitor.c
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002337F: monitor/hmp*
2338F: hmp.h
Thomas Huthc13e9912016-09-22 21:32:38 +02002339F: hmp-commands*.hx
2340F: include/monitor/hmp-target.h
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002341F: tests/qtest/test-hmp.c
Markus Armbruster637de4d2019-04-17 21:06:37 +02002342F: include/qemu/qemu-print.h
2343F: util/qemu-print.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002344
Paolo Bonzinif536f112015-09-22 11:40:00 +02002345Network device backends
Stefan Hajnoczi442469e2015-01-20 15:40:38 +00002346M: Jason Wang <jasowang@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002347S: Maintained
2348F: net/
Thomas Huthd24b2b12016-02-25 12:56:24 +01002349F: include/net/
Markus Armbrustere9bbc8b2019-06-04 13:52:19 +02002350F: qemu-bridge-helper.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002351T: git https://github.com/jasowang/qemu.git net
Markus Armbruster3c0bd372017-08-24 21:13:59 +02002352F: qapi/net.json
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002353
Vincenzo Maffioneaee09ba2013-11-06 18:34:55 +01002354Netmap network backend
2355M: Luigi Rizzo <rizzo@iet.unipi.it>
2356M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2357M: Vincenzo Maffione <v.maffione@gmail.com>
2358W: http://info.iet.unipi.it/~luigi/netmap/
2359S: Maintained
2360F: net/netmap.c
2361
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002362Host Memory Backends
2363M: Eduardo Habkost <ehabkost@redhat.com>
2364M: Igor Mammedov <imammedo@redhat.com>
2365S: Maintained
2366F: backends/hostmem*.c
2367F: include/sysemu/hostmem.h
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002368T: git https://github.com/ehabkost/qemu.git machine-next
Eduardo Habkost4fc264f2016-08-01 10:52:42 -03002369
Gonglei60340112016-10-28 16:33:31 +08002370Cryptodev Backends
2371M: Gonglei <arei.gonglei@huawei.com>
2372S: Maintained
2373F: include/sysemu/cryptodev*.h
2374F: backends/cryptodev*.c
2375
John Snowb8eaee92020-07-10 15:30:14 -04002376Python library
2377M: John Snow <jsnow@redhat.com>
2378M: Cleber Rosa <crosa@redhat.com>
2379R: Eduardo Habkost <ehabkost@redhat.com>
2380S: Maintained
2381F: python/
2382T: git https://gitlab.com/jsnow/qemu.git python
2383
Eduardo Habkostad904f62017-09-15 20:07:44 -03002384Python scripts
2385M: Eduardo Habkost <ehabkost@redhat.com>
2386M: Cleber Rosa <crosa@redhat.com>
2387S: Odd fixes
Eduardo Habkostad904f62017-09-15 20:07:44 -03002388F: scripts/*.py
2389F: tests/*.py
2390
Vladimir Sementsov-Ogievskiyf4abfc62020-02-28 10:19:14 +03002391Benchmark util
2392M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2393S: Maintained
2394F: scripts/simplebench/
2395
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002396QAPI
Luiz Capitulino97406182015-05-05 10:39:15 -04002397M: Markus Armbruster <armbru@redhat.com>
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002398M: Michael Roth <mdroth@linux.vnet.ibm.com>
Luiz Capitulino97406182015-05-05 10:39:15 -04002399S: Supported
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002400F: qapi/
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002401X: qapi/*.json
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002402F: include/qapi/
2403X: include/qapi/qmp/
2404F: include/qapi/qmp/dispatch.h
Paolo Bonzinic0bd0b52014-10-22 00:31:28 +02002405F: tests/qapi-schema/
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002406F: tests/test-*-visitor.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002407F: tests/test-qapi-*.c
Markus Armbrusterac4abb92015-09-24 18:11:57 +02002408F: tests/test-qmp-*.c
Markus Armbrustere94630d2017-03-20 13:55:48 +01002409F: tests/test-visitor-serialization.c
Markus Armbrusterbe25fcc2018-06-20 14:48:27 +02002410F: scripts/qapi-gen.py
2411F: scripts/qapi/*
Peter Maydell4078ee52020-09-25 17:23:02 +01002412F: docs/sphinx/qapidoc.py
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002413F: docs/devel/qapi*
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002414T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002415
Luiz Capitulino7810d292013-06-03 11:11:53 -04002416QAPI Schema
2417M: Eric Blake <eblake@redhat.com>
Luiz Capitulino7810d292013-06-03 11:11:53 -04002418M: Markus Armbruster <armbru@redhat.com>
2419S: Supported
Markus Armbruster0311c5b2015-06-12 15:15:54 +02002420F: qapi/*.json
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002421T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino7810d292013-06-03 11:11:53 -04002422
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002423QObject
Markus Armbrusterdaf5dc72016-09-28 19:33:42 +02002424M: Markus Armbruster <armbru@redhat.com>
2425S: Supported
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002426F: qobject/
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002427F: include/qapi/qmp/
2428X: include/qapi/qmp/dispatch.h
Eric Blakea2f34532017-04-27 16:58:14 -05002429F: scripts/coccinelle/qobject.cocci
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002430F: tests/check-qdict.c
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002431F: tests/check-qjson.c
2432F: tests/check-qlist.c
Philippe Mathieu-Daudécd81e022018-12-18 12:56:08 +01002433F: tests/check-qlit.c
2434F: tests/check-qnull.c
2435F: tests/check-qnum.c
2436F: tests/check-qobject.c
Markus Armbruster7735d2b2015-09-24 18:11:56 +02002437F: tests/check-qstring.c
Philippe Mathieu-Daudéfe07b622018-12-18 12:37:17 +01002438F: tests/data/qobject/qdict.txt
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002439T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulinof3582ba2014-10-22 08:54:59 -04002440
Michael Rothf05d9992014-10-22 07:05:36 -05002441QEMU Guest Agent
2442M: Michael Roth <mdroth@linux.vnet.ibm.com>
2443S: Maintained
2444F: qga/
Peter Maydell27a296f2019-09-05 14:10:40 +01002445F: docs/interop/qemu-ga.rst
Peter Maydelldb161152020-09-25 17:23:03 +01002446F: docs/interop/qemu-ga-ref.rst
Philippe Mathieu-Daudéab7f9f72017-09-08 14:36:22 -03002447F: scripts/qemu-guest-agent/
2448F: tests/test-qga.c
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002449T: git https://github.com/mdroth/qemu.git qga
Michael Rothf05d9992014-10-22 07:05:36 -05002450
Andreas Färber4688c942014-04-24 15:00:14 +02002451QOM
Paolo Bonzini1085d862019-06-19 22:10:34 +02002452M: Paolo Bonzini <pbonzini@redhat.com>
2453R: Daniel P. Berrange <berrange@redhat.com>
2454R: Eduardo Habkost <ehabkost@redhat.com>
Andreas Färber4688c942014-04-24 15:00:14 +02002455S: Supported
Markus Armbruster8f920052019-06-24 16:48:19 +02002456F: docs/qdev-device-use.txt
2457F: hw/core/qdev*
Markus Armbrusterb77b5b32020-06-10 07:32:47 +02002458F: hw/core/bus.c
2459F: hw/core/sysbus.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002460F: include/hw/qdev*
2461F: include/monitor/qdev.h
Andreas Färber4688c942014-04-24 15:00:14 +02002462F: include/qom/
Markus Armbrusterc577ff62019-06-19 22:10:37 +02002463F: qapi/qom.json
2464F: qapi/qdev.json
Paolo Bonzini22fb6eb2020-10-07 12:23:56 -04002465F: scripts/coccinelle/qom-parent-type.cocci
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002466F: softmmu/qdev-monitor.c
Andreas Färber4688c942014-04-24 15:00:14 +02002467F: qom/
Andreas Färber9f4aa7c2015-11-18 19:03:29 +01002468F: tests/check-qom-interface.c
2469F: tests/check-qom-proplist.c
Markus Armbruster8f920052019-06-24 16:48:19 +02002470F: tests/test-qdev-global-props.c
Andreas Färber4688c942014-04-24 15:00:14 +02002471
Eduardo Habkost94dfc0f2020-08-31 17:07:28 -04002472QOM boilerplate conversion script
2473M: Eduardo Habkost <ehabkost@redhat.com>
2474S: Maintained
2475F: scripts/codeconverter/
2476
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002477QMP
Luiz Capitulino97406182015-05-05 10:39:15 -04002478M: Markus Armbruster <armbru@redhat.com>
2479S: Supported
Kevin Wolf5bce3082019-06-13 17:33:59 +02002480F: monitor/monitor-internal.h
Kevin Wolff1b3ccf2019-06-13 17:33:58 +02002481F: monitor/qmp*
Kevin Wolfe84328f2019-06-13 17:33:57 +02002482F: monitor/misc.c
Kevin Wolf1d95db72019-06-13 17:34:02 +02002483F: monitor/monitor.c
Markus Armbrusterabb3d372019-08-12 07:23:33 +02002484F: qapi/error.json
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002485F: docs/devel/*qmp-*
Philippe Mathieu-Daudé12b2f0d2018-11-25 21:49:54 +01002486F: docs/interop/*qmp-*
Luiz Capitulino97406182015-05-05 10:39:15 -04002487F: scripts/qmp/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002488F: tests/qtest/qmp-test.c
2489F: tests/qtest/qmp-cmd-test.c
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002490T: git https://repo.or.cz/qemu/armbru.git qapi-next
Luiz Capitulino8899b4a2013-06-03 11:14:26 -04002491
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002492qtest
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002493M: Thomas Huth <thuth@redhat.com>
2494M: Laurent Vivier <lvivier@redhat.com>
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002495R: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002496S: Maintained
Claudio Fontanac7f419f2020-06-29 11:35:02 +02002497F: softmmu/qtest.c
Claudio Fontana1583a382020-07-07 10:21:10 +02002498F: accel/qtest/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002499F: tests/qtest/
Thomas Huth520ddc12020-10-01 06:27:17 +02002500X: tests/qtest/bios-tables-test*
Paolo Bonzini98a43bf2018-08-14 17:40:41 +02002501
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002502Device Fuzzing
2503M: Alexander Bulekov <alxndr@bu.edu>
2504R: Paolo Bonzini <pbonzini@redhat.com>
2505R: Bandan Das <bsd@redhat.com>
2506R: Stefan Hajnoczi <stefanha@redhat.com>
Thomas Huth6184e5f2020-07-21 07:36:09 +02002507R: Thomas Huth <thuth@redhat.com>
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002508S: Maintained
2509F: tests/qtest/fuzz/
Alexander Bulekov211635b2020-06-12 01:51:45 -04002510F: scripts/oss-fuzz/
Thomas Huth6184e5f2020-07-21 07:36:09 +02002511F: docs/devel/fuzzing.txt
Alexander Bulekov5f6fd092020-02-19 23:11:08 -05002512
Alistair Franciscc0100f2016-07-28 09:55:39 -07002513Register API
Alistair Francisc22e5802018-03-01 11:05:58 +00002514M: Alistair Francis <alistair@alistair23.me>
Alistair Franciscc0100f2016-07-28 09:55:39 -07002515S: Maintained
2516F: hw/core/register.c
2517F: include/hw/register.h
Philippe Mathieu-Daudé06a7b242017-12-13 02:17:33 -03002518F: include/hw/registerfields.h
Alistair Franciscc0100f2016-07-28 09:55:39 -07002519
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002520SLIRP
Samuel Thibaulteda509f2015-08-06 13:10:14 +02002521M: Samuel Thibault <samuel.thibault@ens-lyon.org>
Jan Kiszkabafc72a2011-07-27 14:21:32 +02002522S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002523F: slirp/
Thomas Huth663fb1e2015-12-15 09:48:15 +01002524F: net/slirp.c
Thomas Huthd24b2b12016-02-25 12:56:24 +01002525F: include/net/slirp.h
Samuel Thibault02cffe22018-05-31 21:45:10 +02002526T: git https://people.debian.org/~sthibault/qemu.git slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002527
Edgar E. Iglesias6d0af392020-05-06 10:25:13 +02002528Streams
2529M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2530S: Maintained
2531F: hw/core/stream.c
2532F: include/hw/stream.h
2533
Paolo Bonzinib1ed7282016-08-24 16:04:56 +02002534Stubs
2535M: Paolo Bonzini <pbonzini@redhat.com>
2536S: Maintained
2537F: stubs/
2538
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002539Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +02002540M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002541S: Maintained
2542F: trace/
Thomas Huth0e076292018-05-09 06:38:20 +02002543F: trace-events
Peter Maydell3a8273b2020-02-28 15:36:18 +00002544F: docs/qemu-option-trace.rst.inc
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +02002545F: scripts/tracetool.py
2546F: scripts/tracetool/
Daniel P. Berrangé62dd1042019-01-23 12:00:16 +00002547F: scripts/qemu-trace-stap*
Peter Maydell605ffeb2020-01-24 16:26:05 +00002548F: docs/interop/qemu-trace-stap.rst
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03002549F: docs/devel/tracing.txt
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002550T: git https://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +01002551
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002552TPM
Stefan Berger1f636692018-10-30 17:34:09 -04002553M: Stefan Berger <stefanb@linux.ibm.com>
Stefan Berger6b4f2502017-09-07 16:16:24 -04002554S: Maintained
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002555F: tpm.c
Philippe Mathieu-Daudéc39f95d2017-10-24 09:20:43 -03002556F: stubs/tpm.c
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002557F: hw/tpm/*
2558F: include/hw/acpi/tpm.h
2559F: include/sysemu/tpm*
2560F: qapi/tpm.json
Philippe Mathieu-Daudé8ae92e22020-06-12 10:54:34 +02002561F: backends/tpm/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002562F: tests/qtest/*tpm*
Stefan Hajnoczie18a8b32018-11-08 11:15:26 +00002563T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
Markus Armbruster3859b6c2017-08-24 21:14:03 +02002564
Blue Swirl14f40fd2011-11-26 09:51:23 +00002565Checkpatch
Blue Swirl14f40fd2011-11-26 09:51:23 +00002566S: Odd Fixes
2567F: scripts/checkpatch.pl
2568
Juan Quintelac0787c82014-10-15 10:34:50 +02002569Migration
2570M: Juan Quintela <quintela@redhat.com>
Dr. David Alan Gilbertd7fc72c2017-01-24 10:04:37 +00002571M: Dr. David Alan Gilbert <dgilbert@redhat.com>
Juan Quintelac0787c82014-10-15 10:34:50 +02002572S: Maintained
Marc-André Lureau107b5962019-08-28 16:00:19 +04002573F: hw/core/vmstate-if.c
2574F: include/hw/vmstate-if.h
Juan Quintelac0787c82014-10-15 10:34:50 +02002575F: include/migration/
Dr. David Alan Gilbert44a1f942014-12-12 11:13:42 +00002576F: migration/
Amit Shahc5515642014-11-18 18:01:25 +05302577F: scripts/vmstate-static-checker.py
2578F: tests/vmstate-static-checker-data/
Thomas Huth1e8a1fa2019-09-09 12:04:01 +02002579F: tests/qtest/migration-test.c
Markus Armbrusterc468e362018-08-10 13:55:53 +02002580F: docs/devel/migration.rst
Markus Armbruster48685a82017-08-24 21:14:01 +02002581F: qapi/migration.json
Juan Quintelac0787c82014-10-15 10:34:50 +02002582
Marc-André Lureaua5669072019-09-12 16:03:32 +04002583D-Bus
2584M: Marc-André Lureau <marcandre.lureau@redhat.com>
2585S: Maintained
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002586F: backends/dbus-vmstate.c
Marc-André Lureau586ca6b2019-09-27 12:39:08 +04002587F: tests/dbus-vmstate*
Marc-André Lureaua5021d62019-09-27 12:16:54 +04002588F: util/dbus.c
2589F: include/qemu/dbus.h
Marc-André Lureaua5669072019-09-12 16:03:32 +04002590F: docs/interop/dbus.rst
Marc-André Lureau5010cec2019-12-16 11:48:53 +04002591F: docs/interop/dbus-vmstate.rst
Marc-André Lureaua5669072019-09-12 16:03:32 +04002592
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002593Seccomp
otubo064983c2017-06-22 09:58:00 +02002594M: Eduardo Otubo <otubo@redhat.com>
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002595S: Supported
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002596F: softmmu/qemu-seccomp.c
Eduardo Otubo92bfedb2013-09-09 14:04:15 -03002597F: include/sysemu/seccomp.h
2598
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002599Cryptography
2600M: Daniel P. Berrange <berrange@redhat.com>
2601S: Maintained
2602F: crypto/
2603F: include/crypto/
2604F: tests/test-crypto-*
Philippe Mathieu-Daudé3947ecf2017-09-08 14:36:30 -03002605F: tests/benchmark-crypto-*
Philippe Mathieu-Daudé4d211712018-12-18 12:56:09 +01002606F: tests/crypto-tls-*
2607F: tests/pkix_asn1_tab.c
Daniel P. Berrange899833c2017-03-16 11:18:46 +00002608F: qemu.sasl
Daniel P. Berrangeddbb0d02015-07-01 18:10:29 +01002609
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002610Coroutines
2611M: Stefan Hajnoczi <stefanha@redhat.com>
2612M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00002613S: Maintained
Daniel P. Berrange10817bf2015-09-01 14:48:02 +01002614F: util/*coroutine*
2615F: include/qemu/coroutine*
2616F: tests/test-coroutine.c
2617
Daniel P. Berrange88c5f202015-03-03 17:13:42 +00002618Buffers
2619M: Daniel P. Berrange <berrange@redhat.com>
2620S: Odd fixes
2621F: util/buffer.c
2622F: include/qemu/buffer.h
2623
Daniel P. Berrange666a3af2015-02-27 16:19:33 +00002624I/O Channels
2625M: Daniel P. Berrange <berrange@redhat.com>
2626S: Maintained
2627F: io/
2628F: include/io/
2629F: tests/test-io-*
2630
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002631User authorization
2632M: Daniel P. Berrange <berrange@redhat.com>
2633S: Maintained
2634F: authz/
Daniel P. Berrangec8c99882015-10-21 14:54:59 +01002635F: qapi/authz.json
Daniel P. Berrange5b76dd12015-10-21 13:16:21 +01002636F: include/authz/
2637F: tests/test-authz-*
2638
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002639Sockets
2640M: Daniel P. Berrange <berrange@redhat.com>
2641M: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002642S: Maintained
2643F: include/qemu/sockets.h
2644F: util/qemu-sockets.c
Markus Armbrustera2ff5a42017-08-24 21:13:56 +02002645F: qapi/sockets.json
Gerd Hoffmann5614a282016-01-18 16:03:23 +01002646
Daniel P. Berrangé90e33df2018-06-08 17:24:57 +01002647File monitor
2648M: Daniel P. Berrange <berrange@redhat.com>
2649S: Odd fixes
2650F: util/filemonitor*.c
2651F: include/qemu/filemonitor.h
2652F: tests/test-util-filemonitor.c
2653
Alberto Garciad310d852016-02-18 12:27:10 +02002654Throttling infrastructure
2655M: Alberto Garcia <berto@igalia.com>
2656S: Supported
2657F: block/throttle-groups.c
2658F: include/block/throttle-groups.h
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002659F: include/qemu/throttle*.h
Alberto Garciad310d852016-02-18 12:27:10 +02002660F: util/throttle.c
Philippe Mathieu-Daudé89603932017-09-08 14:36:27 -03002661F: docs/throttle.txt
2662F: tests/test-throttle.c
Alberto Garciad310d852016-02-18 12:27:10 +02002663L: qemu-block@nongnu.org
2664
Fam Zheng080d7aa2016-09-21 12:27:25 +08002665UUID
Fam Zhengfe5ca462018-11-21 23:30:36 +08002666M: Fam Zheng <fam@euphon.net>
Fam Zheng080d7aa2016-09-21 12:27:25 +08002667S: Supported
2668F: util/uuid.c
2669F: include/qemu/uuid.h
2670F: tests/test-uuid.c
2671
zhanghailianga4cc3182016-10-27 14:43:09 +08002672COLO Framework
2673M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2674S: Maintained
2675F: migration/colo*
2676F: include/migration/colo.h
2677F: include/migration/failover.h
2678F: docs/COLO-FT.txt
2679
Zhang Chen88f82ed2016-09-27 10:22:35 +08002680COLO Proxy
Zhang Chenc6bf50f2019-03-15 14:12:58 +08002681M: Zhang Chen <chen.zhang@intel.com>
Zhang Chen88f82ed2016-09-27 10:22:35 +08002682M: Li Zhijian <lizhijian@cn.fujitsu.com>
2683S: Supported
2684F: docs/colo-proxy.txt
2685F: net/colo*
2686F: net/filter-rewriter.c
2687F: net/filter-mirror.c
2688
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002689Record/replay
2690M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2691R: Paolo Bonzini <pbonzini@redhat.com>
Stefan Hajnoczi70b7fba2017-11-21 12:04:35 +00002692W: https://wiki.qemu.org/Features/record-replay
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002693S: Supported
2694F: replay/*
2695F: block/blkreplay.c
2696F: net/filter-replay.c
2697F: include/sysemu/replay.h
2698F: docs/replay.txt
2699F: stubs/replay.c
Pavel Dovgalyukc7ebab02020-05-29 10:04:51 +03002700F: tests/acceptance/replay_kernel.py
Pavel Dovgalyukbe52eca2020-10-03 20:14:06 +03002701F: tests/acceptance/reverse_debugging.py
Pavel Dovgalyuk43d7e1d2020-10-03 20:13:14 +03002702F: qapi/replay.json
Pavel Dovgalyuk62258202017-05-03 14:33:04 +03002703
Peter Xueecf5ee2018-05-18 15:25:16 +08002704IOVA Tree
2705M: Peter Xu <peterx@redhat.com>
2706S: Maintained
2707F: include/qemu/iova-tree.h
2708F: util/iova-tree.c
2709
Viktor Prutyanov5ee547b2018-09-18 12:54:22 +03002710elf2dmp
2711M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2712S: Maintained
2713F: contrib/elf2dmp/
2714
Corey Minyard93198b62018-11-13 18:31:27 -06002715I2C and SMBus
2716M: Corey Minyard <cminyard@mvista.com>
2717S: Maintained
2718F: hw/i2c/core.c
2719F: hw/i2c/smbus_slave.c
2720F: hw/i2c/smbus_master.c
2721F: hw/i2c/smbus_eeprom.c
2722F: include/hw/i2c/i2c.h
2723F: include/hw/i2c/smbus_master.h
2724F: include/hw/i2c/smbus_slave.h
2725F: include/hw/i2c/smbus_eeprom.h
2726
Philippe Mathieu-Daudéd0d89522020-07-03 20:34:50 +02002727Firmware schema specifications
2728M: Laszlo Ersek <lersek@redhat.com>
2729M: Philippe Mathieu-Daudé <philmd@redhat.com>
2730R: Daniel P. Berrange <berrange@redhat.com>
2731R: Kashyap Chamarthy <kchamart@redhat.com>
2732S: Maintained
2733F: docs/interop/firmware.json
2734
Laszlo Ersek6739df32019-03-13 13:40:07 +01002735EDK2 Firmware
2736M: Laszlo Ersek <lersek@redhat.com>
2737M: Philippe Mathieu-Daudé <philmd@redhat.com>
2738S: Supported
2739F: pc-bios/descriptors/??-edk2-*.json
2740F: pc-bios/edk2-*
2741F: roms/Makefile.edk2
2742F: roms/edk2
2743F: roms/edk2-*
2744F: tests/data/uefi-boot-images/
2745F: tests/uefi-test-tools/
Thomas Huth922febe2020-05-20 09:45:58 +02002746F: .gitlab-ci.d/edk2.yml
Philippe Mathieu-Daudé71920802020-01-03 12:26:25 +01002747F: .gitlab-ci.d/edk2/
Laszlo Ersek6739df32019-03-13 13:40:07 +01002748
Peter Xu8bc43f32020-07-01 08:44:18 -04002749VT-d Emulation
2750M: Michael S. Tsirkin <mst@redhat.com>
2751M: Peter Xu <peterx@redhat.com>
2752R: Jason Wang <jasowang@redhat.com>
2753S: Supported
2754F: hw/i386/intel_iommu.c
2755F: hw/i386/intel_iommu_internal.h
2756F: include/hw/i386/intel_iommu.h
2757
Bin Menge92fb012020-06-26 06:13:40 -07002758OpenSBI Firmware
2759M: Bin Meng <bmeng.cn@gmail.com>
2760S: Supported
2761F: pc-bios/opensbi-*
2762F: .gitlab-ci.d/opensbi.yml
2763F: .gitlab-ci.d/opensbi/
2764
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002765Usermode Emulation
2766------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002767Overall usermode emulation
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002768M: Riku Voipio <riku.voipio@iki.fi>
2769S: Maintained
2770F: thunk.c
Philippe Mathieu-Daudé58410662017-09-11 18:33:25 -03002771F: accel/tcg/user-exec*.c
Paolo Bonzini486bbe52014-10-22 00:18:01 +02002772
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002773BSD user
Markus Armbruster297e8002016-06-20 16:19:25 +02002774S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002775F: bsd-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02002776F: default-configs/*-bsd-user.mak
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002777
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002778Linux user
Riku Voipio8f902c52020-07-02 14:16:36 +03002779M: Laurent Vivier <laurent@vivier.eu>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05002780S: Maintained
2781F: linux-user/
Thomas Huthccf0a572016-09-30 09:07:15 +02002782F: default-configs/*-linux-user.mak
Thomas Huthe5dd9872018-01-02 17:25:26 +01002783F: scripts/qemu-binfmt-conf.sh
Laurent Viviere3a6c822020-03-10 11:34:00 +01002784F: scripts/update-syscalltbl.sh
Laurent Vivier57333332020-03-10 11:34:03 +01002785F: scripts/update-mips-syscall-args.sh
Laurent Vivier382ae672020-03-16 09:56:17 +01002786F: scripts/gensyscalls.sh
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002787
2788Tiny Code Generator (TCG)
2789-------------------------
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002790Common TCG code
Richard Hendersoncc7772b2013-07-03 11:09:03 -07002791M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002792S: Maintained
2793F: tcg/
Philippe Mathieu-Daudéd3582cf2020-01-01 12:23:02 +01002794F: include/tcg/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002795
Alex Bennée22b58672019-10-17 14:25:23 +01002796TCG Plugins
2797M: Alex Bennée <alex.bennee@linaro.org>
2798S: Maintained
Alex Bennée8ea6abf2019-11-12 16:28:53 +00002799F: docs/devel/tcg-plugins.rst
Alex Bennée22b58672019-10-17 14:25:23 +01002800F: plugins/
Alex Bennéec17a3862020-09-09 12:27:41 +01002801F: tests/plugin/
2802F: contrib/plugins/
Alex Bennée22b58672019-10-17 14:25:23 +01002803
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002804AArch64 TCG target
Richard Henderson3e5a01e2020-01-06 16:30:37 +10002805M: Richard Henderson <richard.henderson@linaro.org>
Claudio Fontanab25a4642013-06-12 16:20:24 +01002806S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002807L: qemu-arm@nongnu.org
Claudio Fontanab25a4642013-06-12 16:20:24 +01002808F: tcg/aarch64/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002809F: disas/arm-a64.cc
2810F: disas/libvixl/
Claudio Fontanab25a4642013-06-12 16:20:24 +01002811
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002812ARM TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002813M: Andrzej Zaborowski <balrogg@gmail.com>
2814S: Maintained
Peter Maydellb4f2bd12015-11-03 13:49:42 +00002815L: qemu-arm@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002816F: tcg/arm/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002817F: disas/arm.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002818
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002819i386 TCG target
Philippe Mathieu-Daudéecd1a5d2018-12-18 12:56:15 +01002820M: Richard Henderson <rth@twiddle.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002821S: Maintained
2822F: tcg/i386/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002823F: disas/i386.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002824
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002825MIPS TCG target
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02002826M: Philippe Mathieu-Daudé <f4bug@amsat.org>
Aleksandar Markovic099d5102020-03-13 02:00:50 +01002827R: Aurelien Jarno <aurelien@aurel32.net>
Aleksandar Markovic15d983d2020-07-01 20:25:58 +02002828R: Huacai Chen <chenhc@lemote.com>
2829R: Jiaxun Yang <jiaxun.yang@flygoat.com>
Aleksandar Markovic97d89742020-05-18 22:09:16 +02002830R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Philippe Mathieu-Daudécf960312020-10-09 17:05:13 +02002831S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002832F: tcg/mips/
2833
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002834PPC TCG target
Pranith Kumar15610d42016-10-18 10:21:00 -07002835M: Richard Henderson <rth@twiddle.net>
2836S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002837F: tcg/ppc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002838F: disas/ppc.c
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002839
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002840RISC-V TCG target
Palmer Dabbeltc1677bc2019-10-29 09:39:03 -07002841M: Palmer Dabbelt <palmer@dabbelt.com>
Alistair Francisfb1f70f2018-12-19 19:17:07 +00002842M: Alistair Francis <Alistair.Francis@wdc.com>
2843L: qemu-riscv@nongnu.org
2844S: Maintained
2845F: tcg/riscv/
2846F: disas/riscv.c
2847
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002848S390 TCG target
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002849M: Richard Henderson <rth@twiddle.net>
2850S: Maintained
2851F: tcg/s390/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002852F: disas/s390.c
Cornelia Huck146bd282017-10-05 17:05:23 +02002853L: qemu-s390x@nongnu.org
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002854
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002855SPARC TCG target
Markus Armbruster297e8002016-06-20 16:19:25 +02002856S: Odd Fixes
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +01002857F: tcg/sparc/
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002858F: disas/sparc.c
Stefan Weilbc75c9e2011-11-24 23:20:43 +01002859
Markus Armbruster6347e1f2019-06-06 19:24:07 +02002860TCI TCG target
Stefan Weilbc75c9e2011-11-24 23:20:43 +01002861M: Stefan Weil <sw@weilnetz.de>
2862S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +02002863F: tcg/tci/
Philippe Mathieu-Daudé752a2ae2017-06-29 12:03:07 -03002864F: tcg/tci.c
Paolo Bonzinic17652e2015-09-22 11:36:16 +02002865F: disas/tci.c
Andreas Färberaa09c952012-04-13 17:52:27 +02002866
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002867Block drivers
2868-------------
2869VMDK
Fam Zhengfe5ca462018-11-21 23:30:36 +08002870M: Fam Zheng <fam@euphon.net>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002871L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002872S: Supported
2873F: block/vmdk.c
2874
2875RBD
Jason Dillaman2bbd9982019-06-28 09:55:08 -04002876M: Jason Dillaman <dillaman@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002877L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002878S: Supported
2879F: block/rbd.c
2880
2881Sheepdog
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002882M: Liu Yuan <namei.unix@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002883L: qemu-block@nongnu.org
Jeff Cody5f5246b2018-09-26 14:05:33 -04002884S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002885F: block/sheepdog.c
2886
2887VHDX
Jeff Cody5f5246b2018-09-26 14:05:33 -04002888M: Jeff Cody <codyprime@gmail.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002889L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002890S: Supported
2891F: block/vhdx*
2892
2893VDI
2894M: Stefan Weil <sw@weilnetz.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002895L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002896S: Maintained
2897F: block/vdi.c
2898
2899iSCSI
2900M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2901M: Paolo Bonzini <pbonzini@redhat.com>
2902M: Peter Lieven <pl@kamp.de>
Kevin Wolfc95e4c02015-04-30 15:15:13 +02002903L: qemu-block@nongnu.org
Paolo Bonzini2185fd62018-10-19 14:25:42 +02002904S: Odd Fixes
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002905F: block/iscsi.c
Peter Lieven2deb63c2017-01-24 13:49:21 +01002906F: block/iscsi-opts.c
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002907
Eric Blake99c62e72017-07-07 13:21:51 -05002908Network Block Device (NBD)
2909M: Eric Blake <eblake@redhat.com>
Eric Blake99c62e72017-07-07 13:21:51 -05002910L: qemu-block@nongnu.org
2911S: Maintained
2912F: block/nbd*
2913F: nbd/
2914F: include/block/nbd*
2915F: qemu-nbd.*
2916F: blockdev-nbd.c
Vladimir Sementsov-Ogievskiy3229a832018-06-09 18:17:58 +03002917F: docs/interop/nbd.txt
Peter Maydell87c08682020-01-23 15:22:39 +00002918F: docs/interop/qemu-nbd.rst
Stefan Hajnocziebe2aad2018-11-08 11:15:28 +00002919T: git https://repo.or.cz/qemu/ericb.git nbd
Eric Blake99c62e72017-07-07 13:21:51 -05002920
Peter Lieven6542aa92014-02-03 10:26:13 +01002921NFS
2922M: Peter Lieven <pl@kamp.de>
Jeff Cody280458a2015-03-06 12:16:06 -05002923L: qemu-block@nongnu.org
Peter Lieven6542aa92014-02-03 10:26:13 +01002924S: Maintained
2925F: block/nfs.c
2926
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002927SSH
2928M: Richard W.M. Jones <rjones@redhat.com>
Jeff Cody280458a2015-03-06 12:16:06 -05002929L: qemu-block@nongnu.org
Stefan Hajnoczif05b3282013-11-13 10:33:10 +01002930S: Supported
2931F: block/ssh.c
Chrysostomos Nanakosc9a12e72014-08-04 17:35:32 +03002932
Jeff Cody280458a2015-03-06 12:16:06 -05002933CURL
Jeff Cody280458a2015-03-06 12:16:06 -05002934L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02002935S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05002936F: block/curl.c
Jeff Cody280458a2015-03-06 12:16:06 -05002937
2938GLUSTER
Jeff Cody280458a2015-03-06 12:16:06 -05002939L: qemu-block@nongnu.org
Thomas Huth5c6090f2019-05-06 08:18:54 +02002940L: integration@gluster.org
2941S: Odd Fixes
Jeff Cody280458a2015-03-06 12:16:06 -05002942F: block/gluster.c
Gongleib5e94762014-10-22 11:07:57 +08002943
Fam Zheng199667a2015-04-01 09:45:40 +08002944Null Block Driver
Fam Zhengfe5ca462018-11-21 23:30:36 +08002945M: Fam Zheng <fam@euphon.net>
Fam Zheng199667a2015-04-01 09:45:40 +08002946L: qemu-block@nongnu.org
2947S: Supported
2948F: block/null.c
2949
Fam Zhengbdd6a902018-01-16 14:08:55 +08002950NVMe Block Driver
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01002951M: Stefan Hajnoczi <stefanha@redhat.com>
2952R: Fam Zheng <fam@euphon.net>
Fam Zhengbdd6a902018-01-16 14:08:55 +08002953L: qemu-block@nongnu.org
2954S: Supported
2955F: block/nvme*
Stefan Hajnoczi1a949782020-09-07 12:16:32 +01002956T: git https://github.com/stefanha/qemu.git block
Fam Zhengbdd6a902018-01-16 14:08:55 +08002957
Gongleib5e94762014-10-22 11:07:57 +08002958Bootdevice
2959M: Gonglei <arei.gonglei@huawei.com>
2960S: Maintained
Paolo Bonzini800d4de2020-10-06 09:01:22 +02002961F: softmmu/bootdevice.c
Alberto Garciaecdda9e2015-03-16 18:22:05 +02002962
2963Quorum
2964M: Alberto Garcia <berto@igalia.com>
2965S: Supported
2966F: block/quorum.c
2967L: qemu-block@nongnu.org
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002968
Aapo Vienamobfcc2242018-07-03 17:48:48 +03002969blklogwrites
2970M: Ari Sundholm <ari@tuxera.com>
2971L: qemu-block@nongnu.org
2972S: Supported
2973F: block/blklogwrites.c
2974
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01002975blkverify
2976M: Stefan Hajnoczi <stefanha@redhat.com>
2977L: qemu-block@nongnu.org
2978S: Supported
2979F: block/blkverify.c
2980
2981bochs
2982M: Stefan Hajnoczi <stefanha@redhat.com>
2983L: qemu-block@nongnu.org
2984S: Supported
2985F: block/bochs.c
2986
2987cloop
2988M: Stefan Hajnoczi <stefanha@redhat.com>
2989L: qemu-block@nongnu.org
2990S: Supported
2991F: block/cloop.c
2992
2993dmg
2994M: Stefan Hajnoczi <stefanha@redhat.com>
2995L: qemu-block@nongnu.org
2996S: Supported
2997F: block/dmg.c
2998
2999parallels
3000M: Stefan Hajnoczi <stefanha@redhat.com>
Denis V. Lunevf3073712015-08-21 20:44:16 +03003001M: Denis V. Lunev <den@openvz.org>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003002L: qemu-block@nongnu.org
3003S: Supported
3004F: block/parallels.c
Philippe Mathieu-Daudé5746c1c2017-09-08 14:36:32 -03003005F: docs/interop/parallels.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003006
3007qed
3008M: Stefan Hajnoczi <stefanha@redhat.com>
3009L: qemu-block@nongnu.org
3010S: Supported
3011F: block/qed.c
3012
3013raw
3014M: Kevin Wolf <kwolf@redhat.com>
3015L: qemu-block@nongnu.org
3016S: Supported
3017F: block/linux-aio.c
Markus Armbrusterf586d5f2016-09-05 14:28:52 +02003018F: include/block/raw-aio.h
Eric Blake2e6fc7e2016-12-02 13:48:53 -06003019F: block/raw-format.c
Eric Blakec1bb86c2016-12-02 13:48:54 -06003020F: block/file-posix.c
3021F: block/file-win32.c
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003022F: block/win32-aio.c
3023
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003024Linux io_uring
3025M: Aarushi Mehta <mehta.aaru20@gmail.com>
3026M: Julia Suvorova <jusual@redhat.com>
3027M: Stefan Hajnoczi <stefanha@redhat.com>
3028L: qemu-block@nongnu.org
3029S: Maintained
3030F: block/io_uring.c
Aarushi Mehta06a47ef2020-01-20 14:18:48 +00003031F: stubs/io_uring.c
Aarushi Mehta6663a0a2020-01-20 14:18:47 +00003032
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003033qcow2
3034M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02003035M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003036L: qemu-block@nongnu.org
3037S: Supported
3038F: block/qcow2*
Philippe Mathieu-Daudéb24f9882017-09-08 14:36:23 -03003039F: docs/interop/qcow2.txt
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003040
3041qcow
3042M: Kevin Wolf <kwolf@redhat.com>
3043L: qemu-block@nongnu.org
3044S: Supported
3045F: block/qcow.c
3046
3047blkdebug
3048M: Kevin Wolf <kwolf@redhat.com>
Max Reitzc4189d82016-04-08 19:29:01 +02003049M: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003050L: qemu-block@nongnu.org
3051S: Supported
3052F: block/blkdebug.c
3053
3054vpc
3055M: Kevin Wolf <kwolf@redhat.com>
3056L: qemu-block@nongnu.org
3057S: Supported
3058F: block/vpc.c
3059
3060vvfat
3061M: Kevin Wolf <kwolf@redhat.com>
3062L: qemu-block@nongnu.org
Prasad J Pandit4b7c5bc2020-07-11 00:34:51 +05303063S: Odd Fixes
Stefan Hajnoczie7c6e632015-04-29 15:13:26 +01003064F: block/vvfat.c
Stefan Hajnocziabfe4e92015-04-29 15:13:28 +01003065
3066Image format fuzzer
3067M: Stefan Hajnoczi <stefanha@redhat.com>
3068L: qemu-block@nongnu.org
3069S: Supported
3070F: tests/image-fuzzer/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003071
Coiby Xu8675a372020-09-18 16:09:12 +08003072Vhost-user block device backend server
3073M: Coiby Xu <Coiby.Xu@gmail.com>
3074S: Maintained
3075F: block/export/vhost-user-blk-server.c
3076F: util/vhost-user-server.c
3077F: tests/qtest/libqos/vhost-user-blk.c
3078
Changlong Xie049105a2016-07-27 15:01:53 +08003079Replication
Changlong Xie205f8612017-04-18 11:08:13 +08003080M: Wen Congyang <wencongyang2@huawei.com>
Zhang Chen3ccc0a02017-04-21 15:12:47 +08003081M: Xie Changlong <xiechanglong.d@gmail.com>
Changlong Xie049105a2016-07-27 15:01:53 +08003082S: Supported
3083F: replication*
3084F: block/replication.c
3085F: tests/test-replication.c
3086F: docs/block-replication.txt
3087
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003088PVRDMA
Yuval Shaiabfffeac2019-11-26 12:26:37 +02003089M: Yuval Shaia <yuval.shaia.ml@gmail.com>
Marcel Apfelbaumfe355cb2018-04-26 11:45:23 +03003090M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003091S: Maintained
3092F: hw/rdma/*
3093F: hw/rdma/vmw/*
3094F: docs/pvrdma.txt
Yuval Shaiaa5d2f6f2018-12-21 16:40:15 +02003095F: contrib/rdmacm-mux/*
Yuval Shaia4a5c9902018-12-21 16:40:24 +02003096F: qapi/rdma.json
Marcel Apfelbauma3defab2017-12-14 17:32:23 +02003097
Alex Bennéeb052fec2019-05-13 15:32:56 +01003098Semihosting
3099M: Alex Bennée <alex.bennee@linaro.org>
Alex Bennéeb052fec2019-05-13 15:32:56 +01003100S: Maintained
3101F: hw/semihosting/
3102F: include/hw/semihosting/
3103
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003104Build and test automation
3105-------------------------
Eduardo Habkost0475a032017-09-21 14:02:09 -03003106Build and test automation
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003107M: Alex Bennée <alex.bennee@linaro.org>
Fam Zhengfe5ca462018-11-21 23:30:36 +08003108M: Fam Zheng <fam@euphon.net>
Philippe Mathieu-Daudé0d8ea8f2018-11-25 21:49:59 +01003109R: Philippe Mathieu-Daudé <philmd@redhat.com>
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003110S: Maintained
Philippe Mathieu-Daudé20a4f142020-04-06 23:41:25 +02003111F: .github/lockdown.yml
Alex Bennéeb9e02c02016-01-31 17:32:39 +00003112F: .travis.yml
Alex Bennée0708e642018-06-20 12:00:07 +01003113F: scripts/travis/
Alex Bennéed92d8862017-02-20 10:51:38 +00003114F: .shippable.yml
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003115F: tests/docker/
Fam Zheng18023822017-09-05 10:11:59 +08003116F: tests/vm/
Philippe Mathieu-Daudé54dbfd82019-01-24 02:00:22 +01003117F: scripts/archive-source.sh
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003118W: https://travis-ci.org/qemu/qemu
Philippe Mathieu-Daudé2a747002017-06-02 15:56:29 -03003119W: https://app.shippable.com/github/qemu/qemu
Alex Bennéee70dc7f2017-02-20 10:51:39 +00003120W: http://patchew.org/QEMU/
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003121
Ed Maste7162fbb2019-01-22 17:25:58 +00003122FreeBSD Hosted Continuous Integration
3123M: Ed Maste <emaste@freebsd.org>
3124M: Li-Wen Hsu <lwhsu@freebsd.org>
Ed Maste7162fbb2019-01-22 17:25:58 +00003125S: Maintained
3126F: .cirrus.yml
3127W: https://cirrus-ci.com/github/qemu/qemu
3128
Thomas Huth0a8b05c2019-02-13 12:54:41 +01003129GitLab Continuous Integration
3130M: Thomas Huth <thuth@redhat.com>
Thomas Huthd1d3ba22020-02-10 16:41:04 +01003131M: Philippe Mathieu-Daudé <philmd@redhat.com>
3132M: Alex Bennée <alex.bennee@linaro.org>
3133R: Wainer dos Santos Moschetta <wainersm@redhat.com>
Thomas Huth0a8b05c2019-02-13 12:54:41 +01003134S: Maintained
3135F: .gitlab-ci.yml
Thomas Huth6bcb5fc2020-07-31 08:38:23 +02003136F: .gitlab-ci.d/crossbuilds.yml
Daniel P. Berrangé4fb71632020-09-18 14:29:03 +01003137F: .gitlab-ci.d/*py
Thomas Huth0a8b05c2019-02-13 12:54:41 +01003138
Alex Bennée7e970172018-04-06 13:32:18 +01003139Guest Test Compilation Support
3140M: Alex Bennée <alex.bennee@linaro.org>
3141R: Philippe Mathieu-Daudé <f4bug@amsat.org>
Stefan Hajnoczi00a25292019-03-01 16:35:18 +00003142S: Maintained
Alex Bennée7e970172018-04-06 13:32:18 +01003143F: tests/tcg/Makefile
Alex Bennéec722a9e2018-04-06 11:08:37 +01003144F: tests/tcg/Makefile.include
Alex Bennée7e970172018-04-06 13:32:18 +01003145
Philippe Mathieu-Daudé6634f1c2020-01-29 17:45:05 +01003146Acceptance (Integration) Testing with the Avocado framework
3147W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3148R: Cleber Rosa <crosa@redhat.com>
3149R: Philippe Mathieu-Daudé <philmd@redhat.com>
3150R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3151S: Odd Fixes
3152F: tests/acceptance/
3153
Daniel P. Berrange717171b2015-09-24 14:41:38 +01003154Documentation
3155-------------
3156Build system architecture
3157M: Daniel P. Berrange <berrange@redhat.com>
3158S: Odd Fixes
Philippe Mathieu-Daudéc39cdbf2017-09-08 14:36:31 -03003159F: docs/devel/build-system.txt
Fam Zheng8a49e972016-06-01 12:25:28 +08003160
Alex Bennée92329a72019-01-14 15:25:13 +00003161GIT Data Mining Config
3162M: Alex Bennée <alex.bennee@linaro.org>
3163S: Odd Fixes
3164F: gitdm.config
3165F: contrib/gitdm/*
3166
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003167Incompatible changes
3168R: libvir-list@redhat.com
Paolo Bonziniabcd92d2020-02-28 15:35:57 +00003169F: docs/system/deprecated.rst
Markus Armbrusterb02c9bc2018-07-16 09:32:26 +02003170
Daniel P. Berrangeaef45d52017-09-29 11:11:56 +01003171Build System
3172------------
3173GIT submodules
3174M: Daniel P. Berrange <berrange@redhat.com>
3175S: Odd Fixes
3176F: scripts/git-submodule.sh
Peter Maydellc10e01b2019-03-07 14:26:47 +00003177
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003178UI translations
Aleksandar Markovicca263c02020-10-07 22:37:21 +02003179S: Orphaned
Aleksandar Markovicef45a392019-12-10 13:55:15 +01003180F: po/*.po
3181
Peter Maydellc10e01b2019-03-07 14:26:47 +00003182Sphinx documentation configuration and build machinery
3183M: Peter Maydell <peter.maydell@linaro.org>
3184S: Maintained
3185F: docs/conf.py
3186F: docs/*/conf.py
Peter Maydell4078ee52020-09-25 17:23:02 +01003187F: docs/sphinx/
Aleksandar Markovic53fb8bf2020-06-27 20:13:17 +02003188
3189Miscellaneous
3190-------------
3191Performance Tools and Tests
3192M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3193S: Maintained
3194F: scripts/performance/