]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
softmmu: Silent -Wmissing-field-initializers warning
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
4The 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.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
9436e082
CH
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
fdf6fab4
PM
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
9436e082
CH
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
fd5d5c56 21 L: Mailing list that is relevant to this area
9436e082 22 These lists should be CCed on patches.
fd5d5c56
AL
23 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.
668725ce 26 S: Status, one of the following (keep in sync with docs/devel/maintainers.rst):
fd5d5c56
AL
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
c91bbffb 30 much other than throw the odd patch in. See below.
fd5d5c56
AL
31 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.
56
57
58General Project Administration
59------------------------------
ff0d4876 60M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 61
c9a19d5b
SW
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
62622c11 67Responsible Disclosure, Reporting Security Issues
84995ea2 68-------------------------------------------------
70b7fba9 69W: https://wiki.qemu.org/SecurityProcess
62622c11 70M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
71L: secalert@redhat.com
72
936c2230
LV
73Trivial 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
4db546d3 81F: docs/devel/trivial-patches.rst
936c2230 82T: git git://git.corpit.ru/qemu.git trivial-patches
e18a8b34 83T: git https://github.com/vivier/qemu.git trivial-patches
936c2230 84
daf14ce3
CH
85Architecture support
86--------------------
6347e1f1 87S390 general architecture support
cdb509a4 88M: Thomas Huth <thuth@redhat.com>
daf14ce3 89S: Supported
812b31d3 90F: configs/devices/s390x-softmmu/default.mak
daf14ce3
CH
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/
2fe2942c 97F: hw/vfio/ap.c
daf14ce3
CH
98F: 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/
f58f084e
CH
105F: docs/system/target-s390x.rst
106F: docs/system/s390x/
a1c993c3 107F: tests/migration/s390x/
daf14ce3 108K: ^Subject:.*(?i)s390x?
daf14ce3
CH
109L: qemu-s390x@nongnu.org
110
e955acd9 111MIPS general architecture support
8823ef13 112M: Philippe Mathieu-Daudé <philmd@linaro.org>
e955acd9
PMD
113R: Jiaxun Yang <jiaxun.yang@flygoat.com>
114S: Odd Fixes
115K: ^Subject:.*(?i)mips
6b1ec8a9
TH
116F: docs/system/target-mips.rst
117F: configs/targets/mips*
e955acd9 118
84995ea2
MA
119Guest CPU cores (TCG)
120---------------------
6347e1f1 121Overall TCG CPUs
336f744e 122M: Richard Henderson <richard.henderson@linaro.org>
2185fd67 123R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 124S: Maintained
c7f419f5 125F: softmmu/cpus.c
adf1cfbd 126F: cpus-common.c
6670d4d0 127F: page-vary.c
44b99a6d 128F: page-vary-common.c
c6a88dda 129F: accel/tcg/
9681ad3e 130F: accel/stubs/tcg-stub.c
084cfca1
RH
131F: util/cacheinfo.c
132F: util/cacheflush.c
55fd1892 133F: scripts/decodetree.py
3fdbf5d6 134F: docs/devel/decodetree.rst
4db546d3 135F: docs/devel/tcg*
2b1641d0
PB
136F: include/exec/cpu*.h
137F: include/exec/exec-all.h
486bbe5f 138F: include/exec/helper*.h
460423d3 139F: include/sysemu/cpus.h
14a48c1d 140F: include/sysemu/tcg.h
78271684 141F: include/hw/core/tcg-cpu-ops.h
486bbe5f 142
1badb586
PM
143FPU emulation
144M: Aurelien Jarno <aurelien@aurel32.net>
145M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
146M: Alex Bennée <alex.bennee@linaro.org>
147S: Maintained
1badb586
PM
148F: fpu/
149F: include/fpu/
0636e4d8 150F: tests/fp/
1badb586 151
6347e1f1 152Alpha TCG CPUs
336f744e 153M: Richard Henderson <richard.henderson@linaro.org>
8d6df264 154S: Maintained
fcf5ef2a 155F: target/alpha/
c0bd0b50 156F: tests/tcg/alpha/
c17652ee 157F: disas/alpha.c
b6f97c14 158
6347e1f1 159ARM TCG CPUs
1ce9ce6a 160M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 161L: qemu-arm@nongnu.org
fd5d5c56 162S: Maintained
fcf5ef2a 163F: target/arm/
f0984d40 164F: target/arm/tcg/
c348722c 165F: tests/tcg/arm/
29e0436e 166F: tests/tcg/aarch64/
c32c3d68 167F: tests/qtest/arm-cpu-features.c
8d8b636d
PB
168F: hw/arm/
169F: hw/cpu/a*mpcore.c
f7e242d6 170F: include/hw/cpu/a*mpcore.h
c11a8e89 171F: docs/system/target-arm.rst
6e84a914 172F: docs/system/arm/cpu-features.rst
fd5d5c56 173
49154ea0
EA
174ARM SMMU
175M: Eric Auger <eric.auger@redhat.com>
176L: qemu-arm@nongnu.org
177S: Maintained
178F: hw/arm/smmu*
179F: include/hw/arm/smmu*
bbbd9b6e 180F: tests/avocado/smmu.py
49154ea0 181
c8c0d267
MR
182AVR TCG CPUs
183M: Michael Rolnik <mrolnik@gmail.com>
c8c0d267 184S: Maintained
0abd386d 185F: docs/system/target-avr.rst
12b35405 186F: gdb-xml/avr-cpu.xml
c8c0d267 187F: target/avr/
bbbd9b6e 188F: tests/avocado/machine_avr6.py
c8c0d267 189
6347e1f1 190CRIS TCG CPUs
fd5d5c56
AL
191M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
192S: Maintained
fcf5ef2a 193F: target/cris/
8d8b636d 194F: hw/cris/
c9b90090 195F: include/hw/cris/
c0bd0b50 196F: tests/tcg/cris/
c17652ee 197F: disas/cris.c
fd5d5c56 198
5f508bc2
TS
199Hexagon TCG CPUs
200M: Taylor Simpson <tsimpson@quicinc.com>
201S: Supported
202F: target/hexagon/
647357d6
ADF
203X: target/hexagon/idef-parser/
204X: target/hexagon/gen_idef_parser_funcs.py
5f508bc2
TS
205F: linux-user/hexagon/
206F: tests/tcg/hexagon/
207F: disas/hexagon.c
812b31d3 208F: configs/targets/hexagon-linux-user/default.mak
afbdf0a4 209F: docker/dockerfiles/debian-hexagon-cross.docker
5f508bc2 210
647357d6
ADF
211Hexagon idef-parser
212M: Alessandro Di Federico <ale@rev.ng>
213M: Anton Johansson <anjo@rev.ng>
214S: Supported
215F: target/hexagon/idef-parser/
216F: target/hexagon/gen_idef_parser_funcs.py
217
6347e1f1 218HPPA (PA-RISC) TCG CPUs
336f744e 219M: Richard Henderson <richard.henderson@linaro.org>
61766fe9
RH
220S: Maintained
221F: target/hppa/
222F: disas/hppa.c
223
64baad62
SG
224LoongArch TCG CPUs
225M: Song Gao <gaosong@loongson.cn>
226M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
227S: Maintained
228F: target/loongarch/
c4293333 229F: tests/tcg/loongarch64/
64baad62 230
6347e1f1 231M68K TCG CPUs
595a926d
LV
232M: Laurent Vivier <laurent@vivier.eu>
233S: Maintained
fcf5ef2a 234F: target/m68k/
e9a56114 235F: disas/m68k.c
fd5d5c56 236
6347e1f1 237MicroBlaze TCG CPUs
fd5d5c56
AL
238M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
239S: Maintained
fcf5ef2a 240F: target/microblaze/
8d8b636d 241F: hw/microblaze/
c17652ee 242F: disas/microblaze.c
b58a4e68 243F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
fd5d5c56 244
6347e1f1 245MIPS TCG CPUs
8823ef13 246M: Philippe Mathieu-Daudé <philmd@linaro.org>
099d510b 247R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 248R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 249R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 250S: Odd Fixes
fcf5ef2a 251F: target/mips/
30dd5ff8 252F: disas/*mips.c
1bf84a1e 253F: docs/system/cpu-models-mips.rst.inc
c0bd0b50 254F: tests/tcg/mips/
fd5d5c56 255
6347e1f1 256NiosII TCG CPUs
e671711c
MV
257M: Chris Wulff <crwulff@gmail.com>
258M: Marek Vasut <marex@denx.de>
259S: Maintained
260F: target/nios2/
261F: hw/nios2/
262F: disas/nios2.c
812b31d3 263F: configs/devices/nios2-softmmu/default.mak
2eb4461a 264F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
51d11acf 265F: tests/tcg/nios2/
e671711c 266
6347e1f1 267OpenRISC TCG CPUs
1d7cf18d
SH
268M: Stafford Horne <shorne@gmail.com>
269S: Odd Fixes
4db546d3 270F: docs/system/openrisc/cpu-features.rst
fcf5ef2a 271F: target/openrisc/
945dad6d 272F: hw/openrisc/
c0bd0b50 273F: tests/tcg/openrisc/
945dad6d 274
6347e1f1 275PowerPC TCG CPUs
14fe3222 276M: Daniel Henrique Barboza <danielhb413@gmail.com>
b0877575 277R: Cédric Le Goater <clg@kaod.org>
14fe3222
DG
278R: David Gibson <david@gibson.dropbear.id.au>
279R: Greg Kurz <groug@kaod.org>
a6c98685 280L: qemu-ppc@nongnu.org
2e93a90f 281S: Odd Fixes
fcf5ef2a 282F: target/ppc/
7ddb120d
DG
283F: hw/ppc/ppc.c
284F: hw/ppc/ppc_booke.c
285F: include/hw/ppc/ppc.h
fd5d5c56 286
6347e1f1 287RISC-V TCG CPUs
c1677bcc 288M: Palmer Dabbelt <palmer@dabbelt.com>
ab2c9128
AF
289M: Alistair Francis <alistair.francis@wdc.com>
290M: Bin Meng <bin.meng@windriver.com>
a3ae8d46
AF
291R: Weiwei Li <liweiwei@iscas.ac.cn>
292R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
293R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
a094b354 294L: qemu-riscv@nongnu.org
7b91ae7d 295S: Supported
4dc62b15
MC
296F: target/riscv/
297F: hw/riscv/
298F: include/hw/riscv/
f936eac8 299F: linux-user/host/riscv32/
511f3138 300F: linux-user/host/riscv64/
4dc62b15 301
179d9e29
CM
302RISC-V XThead* extensions
303M: Christoph Muellner <christoph.muellner@vrull.eu>
304M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
305L: qemu-riscv@nongnu.org
306S: Supported
307F: target/riscv/insn_trans/trans_xthead.c.inc
308F: target/riscv/xthead*.decode
309
34888f01
PT
310RISC-V XVentanaCondOps extension
311M: Philipp Tomsich <philipp.tomsich@vrull.eu>
312L: qemu-riscv@nongnu.org
313S: Supported
314F: target/riscv/XVentanaCondOps.decode
315F: target/riscv/insn_trans/trans_xventanacondops.c.inc
316
a4f34ecc 317RENESAS RX CPUs
b2744da9
PMD
318R: Yoshinori Sato <ysato@users.sourceforge.jp>
319S: Orphan
a4f34ecc
YS
320F: target/rx/
321
6347e1f1 322S390 TCG CPUs
336f744e 323M: Richard Henderson <richard.henderson@linaro.org>
ced01bb7 324M: David Hildenbrand <david@redhat.com>
9d711f19 325R: Ilya Leoshkevich <iii@linux.ibm.com>
fd5d5c56 326S: Maintained
fcf5ef2a 327F: target/s390x/
c9274b6b 328F: target/s390x/tcg
8d8b636d 329F: hw/s390x/
276ba120 330F: tests/tcg/s390x/
146bd283 331L: qemu-s390x@nongnu.org
fd5d5c56 332
6347e1f1 333SH4 TCG CPUs
2d53d0c7
PMD
334R: Yoshinori Sato <ysato@users.sourceforge.jp>
335S: Orphan
fcf5ef2a 336F: target/sh4/
8d8b636d 337F: hw/sh4/
c17652ee 338F: disas/sh4.c
8a90f900 339F: include/hw/sh4/
fd5d5c56 340
6347e1f1 341SPARC TCG CPUs
f2416d3a 342M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 343M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 344S: Maintained
fcf5ef2a 345F: target/sparc/
8d8b636d
PB
346F: hw/sparc/
347F: hw/sparc64/
84dbe974 348F: include/hw/sparc/sparc64.h
c17652ee 349F: disas/sparc.c
fd5d5c56 350
6347e1f1 351X86 TCG CPUs
d46d72fd 352M: Paolo Bonzini <pbonzini@redhat.com>
336f744e 353M: Richard Henderson <richard.henderson@linaro.org>
24c4cd13 354M: Eduardo Habkost <eduardo@habkost.net>
b203a4ba 355S: Maintained
f5cc5a5c 356F: target/i386/tcg/
4132431f 357F: tests/tcg/i386/
3a082ec0 358F: tests/tcg/x86_64/
8d8b636d 359F: hw/i386/
4db546d3 360F: docs/system/i386/cpu.rst
38dec0ef 361F: docs/system/cpu-models-x86*
f953c100 362T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 363
6347e1f1 364Xtensa TCG CPUs
16e7caae 365M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 366W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 367S: Maintained
fcf5ef2a 368F: target/xtensa/
8d8b636d 369F: hw/xtensa/
c0bd0b50 370F: tests/tcg/xtensa/
5a6539e6 371F: disas/xtensa.c
895e4897 372F: include/hw/xtensa/xtensa-isa.h
812b31d3 373F: configs/devices/xtensa*/default.mak
16e7caae 374
6347e1f1 375TriCore TCG CPUs
48e06fe0
BK
376M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
377S: Maintained
fcf5ef2a 378F: target/tricore/
48e06fe0 379F: hw/tricore/
d46d14e6 380F: include/hw/tricore/
be78e799 381F: tests/tcg/tricore/
48e06fe0 382
dd28bebd
AB
383Multiarch Linux User Tests
384M: Alex Bennée <alex.bennee@linaro.org>
00a25291 385S: Maintained
dd28bebd
AB
386F: tests/tcg/multiarch/
387
84995ea2
MA
388Guest CPU Cores (KVM)
389---------------------
6347e1f1 390Overall KVM CPUs
c6d559d9 391M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
392L: kvm@vger.kernel.org
393S: Supported
a6bb42f2 394F: */*/kvm*
1962cb20 395F: accel/kvm/
9681ad3e
TH
396F: accel/stubs/kvm-stub.c
397F: include/hw/kvm/
a95e9a48 398F: include/sysemu/kvm*.h
9681ad3e 399F: scripts/kvm/kvm_flightrecorder
fd5d5c56 400
6347e1f1 401ARM KVM CPUs
ed4659d1 402M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 403L: qemu-arm@nongnu.org
ed4659d1 404S: Maintained
fcf5ef2a 405F: target/arm/kvm.c
ed4659d1 406
6347e1f1 407MIPS KVM CPUs
dab1e1e1 408M: Huacai Chen <chenhuacai@kernel.org>
134f7f7d 409S: Odd Fixes
85d8da3f
PMD
410F: target/mips/kvm*
411F: target/mips/sysemu/
a31896c4 412
6347e1f1 413PPC KVM CPUs
14fe3222 414M: Daniel Henrique Barboza <danielhb413@gmail.com>
b0877575 415R: Cédric Le Goater <clg@kaod.org>
14fe3222
DG
416R: David Gibson <david@gibson.dropbear.id.au>
417R: Greg Kurz <groug@kaod.org>
2e93a90f 418S: Odd Fixes
fcf5ef2a 419F: target/ppc/kvm.c
fd5d5c56 420
6347e1f1 421S390 KVM CPUs
7c8e2647 422M: Halil Pasic <pasic@linux.ibm.com>
2c092950 423M: Christian Borntraeger <borntraeger@linux.ibm.com>
0922e8c0 424S: Supported
67043607 425F: target/s390x/kvm/
fcf5ef2a 426F: target/s390x/machine.c
74b4c74d 427F: target/s390x/sigp.c
c3347ed0
JF
428F: hw/s390x/pv.c
429F: include/hw/s390x/pv.h
c5bfb202 430F: gdb-xml/s390*.xml
e18a8b34 431T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 432L: qemu-s390x@nongnu.org
fd5d5c56 433
6347e1f1 434X86 KVM CPUs
d46d72fd 435M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
436M: Marcelo Tosatti <mtosatti@redhat.com>
437L: kvm@vger.kernel.org
438S: Supported
96a46def 439F: docs/system/i386/amd-memory-encryption.rst
a821186e 440F: docs/system/i386/sgx.rst
a9dc68d9 441F: target/i386/kvm/
8c9e7f8c 442F: target/i386/sev*
9681ad3e 443F: scripts/kvm/vmxcap
fd5d5c56 444
79ac3915
PMD
445Guest CPU Cores (other accelerators)
446------------------------------------
447Overall
336f744e 448M: Richard Henderson <richard.henderson@linaro.org>
79ac3915
PMD
449R: Paolo Bonzini <pbonzini@redhat.com>
450S: Maintained
940e43aa 451F: include/qemu/accel.h
75e5519a 452F: include/sysemu/accel-*.h
fb6916dd 453F: include/hw/core/accel-cpu.h
b86f59c7 454F: accel/accel-*.c
79ac3915
PMD
455F: accel/Makefile.objs
456F: accel/stubs/Makefile.objs
457
a1477da3
AG
458Apple Silicon HVF CPUs
459M: Alexander Graf <agraf@csgraf.de>
460S: Maintained
461F: target/arm/hvf/
462
674fc21f 463X86 HVF CPUs
de6b528b 464M: Cameron Esfahani <dirty@apple.com>
674fc21f 465M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 466W: https://wiki.qemu.org/Features/HVF
674fc21f 467S: Maintained
674fc21f 468F: target/i386/hvf/
d57bc3c1
AG
469
470HVF
471M: Cameron Esfahani <dirty@apple.com>
472M: Roman Bolshakov <r.bolshakov@yadro.com>
473W: https://wiki.qemu.org/Features/HVF
474S: Maintained
475F: accel/hvf/
674fc21f 476F: include/sysemu/hvf.h
d57bc3c1 477F: include/sysemu/hvf_int.h
674fc21f 478
c220cdec
SM
479WHPX CPUs
480M: Sunil Muthuswamy <sunilmut@microsoft.com>
481S: Supported
1fc33bb9 482F: target/i386/whpx/
c220cdec
SM
483F: include/sysemu/whpx.h
484
84995ea2
MA
485Guest CPU Cores (Xen)
486---------------------
6347e1f1 487X86 Xen CPUs
3623c57e
SS
488M: Stefano Stabellini <sstabellini@kernel.org>
489M: Anthony Perard <anthony.perard@citrix.com>
784e9727 490M: Paul Durrant <paul@xen.org>
6d06220a 491L: xen-devel@lists.xenproject.org
8a6b0cd7 492S: Supported
8a6b0cd7 493F: */xen*
da278d58 494F: accel/xen/*
b827891d 495F: hw/9pfs/xen-9p*
c92451c2
PB
496F: hw/char/xen_console.c
497F: hw/display/xenfb.c
498F: hw/net/xen_nic.c
758af9cf 499F: hw/usb/xen-usb.c
1a72d9ae 500F: hw/block/xen*
4ea7d1a7 501F: hw/block/dataplane/xen*
c92451c2
PB
502F: hw/xen/
503F: hw/xenpv/
9027ac50 504F: hw/i386/xen/
1401897c 505F: hw/pci-host/xen_igd_pt.c
fcab2b46 506F: include/hw/block/dataplane/xen*
c92451c2 507F: include/hw/xen/
da278d58 508F: include/sysemu/xen.h
9027ac50 509F: include/sysemu/xen-mapcache.h
71f364b7 510F: stubs/xen-hw-stub.c
8a6b0cd7 511
6c94b952
CX
512Guest CPU Cores (HAXM)
513---------------------
514X86 HAXM CPUs
73741fda 515S: Orphan
f7091f5f 516F: accel/stubs/hax-stub.c
6c94b952 517F: include/sysemu/hax.h
7fdef0d4 518F: target/i386/hax/
6c94b952 519
39becfce
RZ
520Guest CPU Cores (NVMM)
521----------------------
522NetBSD Virtual Machine Monitor (NVMM) CPU support
39becfce
RZ
523M: Reinoud Zandijk <reinoud@netbsd.org>
524S: Maintained
525F: include/sysemu/nvmm.h
526F: target/i386/nvmm/
527
84995ea2
MA
528Hosts
529-----
1bdd6874 530LINUX
f5fecb49
PMD
531M: Michael S. Tsirkin <mst@redhat.com>
532M: Cornelia Huck <cohuck@redhat.com>
533M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 534S: Maintained
1bdd6874 535F: linux-headers/
f5fecb49 536F: scripts/update-linux-headers.sh
1bdd6874
SW
537
538POSIX
f3f0204d 539M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 540S: Maintained
f3f0204d
PMD
541F: os-posix.c
542F: include/sysemu/os-posix.h
543F: util/*posix*.c
544F: include/qemu/*posix*.h
1bdd6874 545
3c2bdbc1 546NETBSD
39becfce
RZ
547M: Reinoud Zandijk <reinoud@netbsd.org>
548M: Ryo ONODERA <ryoon@netbsd.org>
3c2bdbc1 549S: Maintained
1b61270b 550K: ^Subject:.*(?i)NetBSD
3c2bdbc1 551
0a773d55 552OPENBSD
0a773d55
BS
553M: Brad Smith <brad@comstyle.com>
554S: Maintained
555K: ^Subject:.*(?i)OpenBSD
556
1bdd6874 557W32, W64
1bdd6874
SW
558M: Stefan Weil <sw@weilnetz.de>
559S: Maintained
560F: *win32*
03972660
TH
561F: */*win32*
562F: include/*/*win32*
563X: qga/*win32*
885bdc95 564F: qemu.nsi
48fad83f 565F: scripts/nsis.py
1bdd6874 566
c82b7ef1 567Darwin (macOS, iOS)
8823ef13 568M: Philippe Mathieu-Daudé <philmd@linaro.org>
c82b7ef1
PMD
569S: Odd Fixes
570F: .gitlab-ci.d/cirrus/macos-*
571F: */*.m
48fad83f 572F: scripts/entitlement.sh
c82b7ef1 573
b250d04a 574Alpha Machines
84995ea2 575--------------
336f744e 576M: Richard Henderson <richard.henderson@linaro.org>
b250d04a
PMD
577S: Maintained
578F: hw/alpha/
7bea0dd4 579F: hw/isa/smc37c669-superio.c
8d8a8ab5 580F: tests/tcg/alpha/system/
b250d04a 581
fd5d5c56
AL
582ARM Machines
583------------
84291fe7 584Allwinner-a10
85b4d5da 585M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 586M: Peter Maydell <peter.maydell@linaro.org>
632dfea3 587R: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
b4f2bd1c 588L: qemu-arm@nongnu.org
a00d7f20 589S: Odd Fixes
85b4d5da
BG
590F: hw/*/allwinner*
591F: include/hw/*/allwinner*
84291fe7 592F: hw/arm/cubieboard.c
d4a7c362 593F: docs/system/arm/cubieboard.rst
632dfea3 594F: hw/misc/axp209.c
84291fe7 595
740dafc0
NL
596Allwinner-h3
597M: Niek Linnenbank <nieklinnenbank@gmail.com>
598L: qemu-arm@nongnu.org
599S: Maintained
600F: hw/*/allwinner-h3*
601F: include/hw/*/allwinner-h3*
b0c96666 602F: hw/arm/orangepi.c
c67d732c 603F: docs/system/arm/orangepi.rst
740dafc0 604
e5a6a6e6 605ARM PrimeCell and CMSDK devices
06271000 606M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 607L: qemu-arm@nongnu.org
06271000
PB
608S: Maintained
609F: hw/char/pl011.c
c6427ff7 610F: include/hw/char/pl011.h
06271000
PB
611F: hw/display/pl110*
612F: hw/dma/pl080.c
aa74e355 613F: include/hw/dma/pl080.h
06271000
PB
614F: hw/dma/pl330.c
615F: hw/gpio/pl061.c
616F: hw/input/pl050.c
617F: hw/intc/pl190.c
618F: hw/sd/pl181.c
1d52866f
PM
619F: hw/ssi/pl022.c
620F: include/hw/ssi/pl022.h
877c181c
PMD
621F: hw/rtc/pl031.c
622F: include/hw/rtc/pl031.h
06271000 623F: include/hw/arm/primecell.h
e5a6a6e6
PM
624F: hw/timer/cmsdk-apb-timer.c
625F: include/hw/timer/cmsdk-apb-timer.h
30858daf 626F: tests/qtest/cmsdk-apb-timer-test.c
4f4c6206
PM
627F: hw/timer/cmsdk-apb-dualtimer.c
628F: include/hw/timer/cmsdk-apb-dualtimer.h
9bc064b5 629F: tests/qtest/cmsdk-apb-dualtimer-test.c
e5a6a6e6
PM
630F: hw/char/cmsdk-apb-uart.c
631F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
632F: hw/watchdog/cmsdk-apb-watchdog.c
633F: include/hw/watchdog/cmsdk-apb-watchdog.h
9cf5eb29 634F: tests/qtest/cmsdk-apb-watchdog-test.c
0d4a7551
PM
635F: hw/misc/tz-ppc.c
636F: include/hw/misc/tz-ppc.h
344f4b15
PM
637F: hw/misc/tz-mpc.c
638F: include/hw/misc/tz-mpc.h
211e701d
PM
639F: hw/misc/tz-msc.c
640F: include/hw/misc/tz-msc.h
06271000
PB
641
642ARM cores
643M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 644L: qemu-arm@nongnu.org
06271000
PB
645S: Maintained
646F: hw/intc/arm*
647F: hw/intc/gic_internal.h
648F: hw/misc/a9scu.c
649F: hw/misc/arm11scu.c
b7f30114 650F: hw/misc/arm_l2x0.c
2f9db77e 651F: hw/misc/armv7m_ras.c
06271000 652F: hw/timer/a9gtimer*
c6427ff7
PMD
653F: hw/timer/arm*
654F: include/hw/arm/arm*.h
06271000
PB
655F: include/hw/intc/arm*
656F: include/hw/misc/a9scu.h
657F: include/hw/misc/arm11scu.h
658F: include/hw/timer/a9gtimer.h
659F: include/hw/timer/arm_mptimer.h
c6427ff7 660F: include/hw/timer/armv7m_systick.h
2f9db77e 661F: include/hw/misc/armv7m_ras.h
1e8a1fae 662F: tests/qtest/test-arm-mptimer.c
06271000 663
fc63dcff 664Exynos
f44c5c67 665M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 666M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 667L: qemu-arm@nongnu.org
a00d7f20 668S: Odd Fixes
8d8b636d 669F: hw/*/exynos*
78cb12a9 670F: include/hw/*/exynos*
fc63dcff 671
766fd09f 672Calxeda Highbank
9ef137ca 673M: Rob Herring <robh@kernel.org>
a00d7f20 674M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 675L: qemu-arm@nongnu.org
a00d7f20 676S: Odd Fixes
8d8b636d
PB
677F: hw/arm/highbank.c
678F: hw/net/xgmac.c
c90df7ce 679F: docs/system/arm/highbank.rst
766fd09f 680
9082f121
AP
681Canon DIGIC
682M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 683M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 684L: qemu-arm@nongnu.org
a00d7f20 685S: Odd Fixes
9082f121
AP
686F: include/hw/arm/digic.h
687F: hw/*/digic*
7ad5f2d1 688F: include/hw/*/digic*
bbbd9b6e 689F: tests/avocado/machine_arm_canona1100.py
2d21dd17 690F: docs/system/arm/digic.rst
9082f121 691
9c8fdcec
AP
692Goldfish RTC
693M: Anup Patel <anup.patel@wdc.com>
694M: Alistair Francis <Alistair.Francis@wdc.com>
695L: qemu-riscv@nongnu.org
696S: Maintained
697F: hw/rtc/goldfish_rtc.c
698F: include/hw/rtc/goldfish_rtc.h
699
fd5d5c56 700Gumstix
a00d7f20 701M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 702R: Philippe Mathieu-Daudé <philmd@linaro.org>
b4f2bd1c 703L: qemu-arm@nongnu.org
1f7161d2 704S: Odd Fixes
8d8b636d 705F: hw/arm/gumstix.c
bb309000 706F: docs/system/arm/gumstix.rst
fd5d5c56 707
123a069a
TH
708i.MX25 PDK
709M: Peter Maydell <peter.maydell@linaro.org>
710R: Jean-Christophe Dubois <jcd@tribudubois.net>
711L: qemu-arm@nongnu.org
712S: Odd Fixes
713F: hw/arm/fsl-imx25.c
714F: hw/arm/imx25_pdk.c
715F: hw/misc/imx25_ccm.c
37f95959 716F: hw/watchdog/wdt_imx2.c
123a069a
TH
717F: include/hw/arm/fsl-imx25.h
718F: include/hw/misc/imx25_ccm.h
37f95959 719F: include/hw/watchdog/wdt_imx2.h
b1b3e3e3 720F: docs/system/arm/imx25-pdk.rst
123a069a 721
95a5db3a 722i.MX31 (kzm)
a00d7f20 723M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 724L: qemu-arm@nongnu.org
95a5db3a 725S: Odd Fixes
8d8b636d 726F: hw/arm/kzm.c
95a5db3a
TH
727F: hw/*/imx_*
728F: hw/*/*imx31*
729F: include/hw/*/imx_*
730F: include/hw/*/*imx31*
fa6c9394 731F: docs/system/arm/kzm.rst
0325559d 732
fd5d5c56 733Integrator CP
1ce9ce6a 734M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 735L: qemu-arm@nongnu.org
fd5d5c56 736S: Maintained
8d8b636d 737F: hw/arm/integratorcp.c
f7e242d6 738F: hw/misc/arm_integrator_debug.c
b7f30114 739F: include/hw/misc/arm_integrator_debug.h
bbbd9b6e 740F: tests/avocado/machine_arm_integratorcp.py
c11a8e89 741F: docs/system/arm/integratorcp.rst
fd5d5c56 742
95a5db3a
TH
743MCIMX6UL EVK / i.MX6ul
744M: Peter Maydell <peter.maydell@linaro.org>
745R: Jean-Christophe Dubois <jcd@tribudubois.net>
746L: qemu-arm@nongnu.org
747S: Odd Fixes
748F: hw/arm/mcimx6ul-evk.c
749F: hw/arm/fsl-imx6ul.c
750F: hw/misc/imx6ul_ccm.c
751F: include/hw/arm/fsl-imx6ul.h
752F: include/hw/misc/imx6ul_ccm.h
753
754MCIMX7D SABRE / i.MX7
755M: Peter Maydell <peter.maydell@linaro.org>
756R: Andrey Smirnov <andrew.smirnov@gmail.com>
757L: qemu-arm@nongnu.org
758S: Odd Fixes
759F: hw/arm/mcimx7d-sabre.c
760F: hw/arm/fsl-imx7.c
b7f30114 761F: hw/misc/imx7_*.c
95a5db3a 762F: include/hw/arm/fsl-imx7.h
b7f30114 763F: include/hw/misc/imx7_*.h
95a5db3a
TH
764F: hw/pci-host/designware.c
765F: include/hw/pci-host/designware.h
766
e5a6a6e6
PM
767MPS2
768M: Peter Maydell <peter.maydell@linaro.org>
769L: qemu-arm@nongnu.org
770S: Maintained
771F: hw/arm/mps2.c
0d4a7551
PM
772F: hw/arm/mps2-tz.c
773F: hw/misc/mps2-*.c
774F: include/hw/misc/mps2-*.h
6eee5d24
PM
775F: hw/arm/armsse.c
776F: include/hw/arm/armsse.h
c56c5760
PMD
777F: hw/misc/iotkit-secctl.c
778F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
779F: hw/misc/iotkit-sysctl.c
780F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
781F: hw/misc/iotkit-sysinfo.c
782F: include/hw/misc/iotkit-sysinfo.h
4239b311
PM
783F: hw/misc/armsse-cpu-pwrctrl.c
784F: include/hw/misc/armsse-cpu-pwrctrl.h
5aeb3689
PM
785F: hw/misc/armsse-cpuid.c
786F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
787F: hw/misc/armsse-mhu.c
788F: include/hw/misc/armsse-mhu.h
0d10df30
PM
789F: hw/timer/sse-counter.c
790F: include/hw/timer/sse-counter.h
0b8ceee8
PM
791F: hw/timer/sse-timer.c
792F: include/hw/timer/sse-timer.h
1eca58aa 793F: tests/qtest/sse-timer-test.c
ba7912a5 794F: docs/system/arm/mps2.rst
e5a6a6e6 795
8f69a4c1
PM
796Musca
797M: Peter Maydell <peter.maydell@linaro.org>
798L: qemu-arm@nongnu.org
799S: Maintained
800F: hw/arm/musca.c
9f8f640e 801F: docs/system/arm/musca.rst
8f69a4c1 802
fd5d5c56
AL
803Musicpal
804M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 805M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 806L: qemu-arm@nongnu.org
a00d7f20 807S: Odd Fixes
8d8b636d 808F: hw/arm/musicpal.c
6d81f488
PMD
809F: hw/net/mv88w8618_eth.c
810F: include/hw/net/mv88w8618_eth.h
c11a8e89 811F: docs/system/arm/musicpal.rst
fd5d5c56 812
e5a7ba87 813Nuvoton NPCM7xx
e5a7ba87 814M: Tyrone Ting <kfting@nuvoton.com>
73c793da 815M: Hao Wu <wuhaotsh@google.com>
e5a7ba87
HS
816L: qemu-arm@nongnu.org
817S: Supported
69fbfb8f
HW
818F: hw/*/npcm*
819F: include/hw/*/npcm*
820F: tests/qtest/npcm*
d1cb5eda
HS
821F: pc-bios/npcm7xx_bootrom.bin
822F: roms/vbootrom
71703116 823F: docs/system/arm/nuvoton.rst
e5a7ba87 824
fd5d5c56 825nSeries
a00d7f20 826M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 827L: qemu-arm@nongnu.org
a00d7f20 828S: Odd Fixes
8d8b636d 829F: hw/arm/nseries.c
8a08cc71 830F: hw/display/blizzard.c
b7f30114
TH
831F: hw/input/lm832x.c
832F: hw/input/tsc2005.c
833F: hw/misc/cbus.c
6a648a5f 834F: hw/rtc/twl92230.c
8a08cc71 835F: include/hw/display/blizzard.h
410bbee1 836F: include/hw/input/lm832x.h
a331dd02 837F: include/hw/input/tsc2xxx.h
e8fa3958 838F: include/hw/misc/cbus.h
bbbd9b6e 839F: tests/avocado/machine_arm_n8x0.py
c11a8e89 840F: docs/system/arm/nseries.rst
fd5d5c56
AL
841
842Palm
a00d7f20 843M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 844L: qemu-arm@nongnu.org
a00d7f20 845S: Odd Fixes
8d8b636d 846F: hw/arm/palm.c
b7f30114 847F: hw/input/tsc210x.c
a331dd02 848F: include/hw/input/tsc2xxx.h
c11a8e89 849F: docs/system/arm/palm.rst
fd5d5c56 850
95a5db3a
TH
851Raspberry Pi
852M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 853R: Philippe Mathieu-Daudé <philmd@linaro.org>
95a5db3a
TH
854L: qemu-arm@nongnu.org
855S: Odd Fixes
123a069a 856F: hw/arm/raspi.c
95a5db3a
TH
857F: hw/arm/raspi_platform.h
858F: hw/*/bcm283*
859F: include/hw/arm/raspi*
860F: include/hw/*/bcm283*
d9f2ac3d 861F: docs/system/arm/raspi.rst
95a5db3a 862
fd5d5c56 863Real View
1ce9ce6a 864M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 865L: qemu-arm@nongnu.org
fd5d5c56 866S: Maintained
8d8b636d 867F: hw/arm/realview*
f7e242d6 868F: hw/cpu/realview_mpcore.c
5ea53049
PB
869F: hw/intc/realview_gic.c
870F: include/hw/intc/realview_gic.h
c11a8e89 871F: docs/system/arm/realview.rst
fd5d5c56 872
9b31bff0 873PXA2XX
a00d7f20 874M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 875L: qemu-arm@nongnu.org
a00d7f20 876S: Odd Fixes
9b31bff0 877F: hw/arm/mainstone.c
8d8b636d 878F: hw/arm/spitz.c
9b31bff0
PB
879F: hw/arm/tosa.c
880F: hw/arm/z2.c
881F: hw/*/pxa2xx*
123a069a
TH
882F: hw/display/tc6393xb.c
883F: hw/gpio/max7310.c
884F: hw/gpio/zaurus.c
f7e242d6 885F: hw/misc/mst_fpga.c
58f3e3fe
CM
886F: hw/adc/max111x.c
887F: include/hw/adc/max111x.h
ed0db866 888F: include/hw/arm/pxa.h
123a069a 889F: include/hw/arm/sharpsl.h
ee2ccc57 890F: include/hw/display/tc6393xb.h
c11a8e89 891F: docs/system/arm/xscale.rst
c9543db4 892F: docs/system/arm/mainstone.rst
fd5d5c56 893
95a5db3a
TH
894SABRELITE / i.MX6
895M: Peter Maydell <peter.maydell@linaro.org>
896R: Jean-Christophe Dubois <jcd@tribudubois.net>
897L: qemu-arm@nongnu.org
898S: Odd Fixes
4db546d3 899F: docs/system/arm/sabrelite.rst
95a5db3a
TH
900F: hw/arm/sabrelite.c
901F: hw/arm/fsl-imx6.c
b7f30114 902F: hw/misc/imx6_*.c
95a5db3a 903F: hw/ssi/imx_spi.c
0701a5ef
GR
904F: hw/usb/imx-usb-phy.c
905F: include/hw/usb/imx-usb-phy.h
95a5db3a 906F: include/hw/arm/fsl-imx6.h
b7f30114 907F: include/hw/misc/imx6_*.h
95a5db3a
TH
908F: include/hw/ssi/imx_spi.h
909
64580903 910SBSA-REF
428a3777 911M: Radoslaw Biernacki <rad@semihalf.com>
64580903 912M: Peter Maydell <peter.maydell@linaro.org>
14d5addc 913R: Leif Lindholm <quic_llindhol@quicinc.com>
64580903
HZ
914L: qemu-arm@nongnu.org
915S: Maintained
916F: hw/arm/sbsa-ref.c
9eeeb80a 917F: docs/system/arm/sbsa.rst
64580903 918
671f11b2
TH
919Sharp SL-5500 (Collie) PDA
920M: Peter Maydell <peter.maydell@linaro.org>
921L: qemu-arm@nongnu.org
922S: Odd Fixes
923F: hw/arm/collie.c
924F: hw/arm/strongarm*
b76b60f5 925F: docs/system/arm/collie.rst
671f11b2 926
fd5d5c56 927Stellaris
1ce9ce6a 928M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 929L: qemu-arm@nongnu.org
fd5d5c56 930S: Maintained
8d8b636d 931F: hw/*/stellaris*
98fa3327 932F: include/hw/input/gamepad.h
c11a8e89 933F: docs/system/arm/stellaris.rst
fd5d5c56 934
2ac2410c
AI
935STM32VLDISCOVERY
936M: Alexandre Iooss <erdnaxe@crans.org>
937L: qemu-arm@nongnu.org
938S: Maintained
939F: hw/arm/stm32vldiscovery.c
1af060e5 940F: docs/system/arm/stm32.rst
2ac2410c 941
95a5db3a
TH
942Versatile Express
943M: Peter Maydell <peter.maydell@linaro.org>
944L: qemu-arm@nongnu.org
945S: Maintained
946F: hw/arm/vexpress.c
5a1d4244 947F: docs/system/arm/vexpress.rst
95a5db3a 948
fd5d5c56 949Versatile PB
1ce9ce6a 950M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 951L: qemu-arm@nongnu.org
fd5d5c56 952S: Maintained
8d8b636d 953F: hw/*/versatile*
500a64d8 954F: hw/i2c/arm_sbcon_i2c.c
f61c3fb5 955F: include/hw/i2c/arm_sbcon_i2c.h
c6427ff7 956F: hw/misc/arm_sysctl.c
c11a8e89 957F: docs/system/arm/versatile.rst
fd5d5c56 958
95a5db3a
TH
959Virt
960M: Peter Maydell <peter.maydell@linaro.org>
961L: qemu-arm@nongnu.org
962S: Maintained
963F: hw/arm/virt*
964F: include/hw/arm/virt.h
6a0b7505 965F: docs/system/arm/virt.rst
11593544 966F: tests/avocado/machine_aarch64_virt.py
95a5db3a 967
e3260506 968Xilinx Zynq
cc0100f4 969M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 970M: Alistair Francis <alistair@alistair23.me>
a00d7f20 971M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 972L: qemu-arm@nongnu.org
e3260506 973S: Maintained
cc0100f4 974F: hw/*/xilinx_*
8d8b636d 975F: hw/*/cadence_*
246f530c
CM
976F: hw/misc/zynq_slcr.c
977F: hw/adc/zynq-xadc.c
978F: include/hw/misc/zynq_slcr.h
979F: include/hw/adc/zynq-xadc.h
cc0100f4 980X: hw/ssi/xilinx_*
e3260506 981
ff9e157b 982Xilinx ZynqMP and Versal
c22e580c 983M: Alistair Francis <alistair@alistair23.me>
cc0100f4 984M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 985M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 986L: qemu-arm@nongnu.org
137805f5 987S: Maintained
cc0100f4 988F: hw/*/xlnx*.c
f586d5fc 989F: include/hw/*/xlnx*.h
24d6d8bf
PMD
990F: include/hw/ssi/xilinx_spips.h
991F: hw/display/dpcd.c
992F: include/hw/display/dpcd.h
ff9e157b 993F: docs/system/arm/xlnx-versal-virt.rst
137805f5 994
72e58848
FI
995Xilinx Versal OSPI
996M: Francisco Iglesias <francisco.iglesias@xilinx.com>
997S: Maintained
998F: hw/ssi/xlnx-versal-ospi.c
999F: include/hw/ssi/xlnx-versal-ospi.h
1000
8f4d260e 1001ARM ACPI Subsystem
e59f13d7 1002M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 1003L: qemu-arm@nongnu.org
8f4d260e
SZ
1004S: Maintained
1005F: hw/arm/virt-acpi-build.c
8f4d260e 1006
0f76debd
AI
1007STM32F100
1008M: Alexandre Iooss <erdnaxe@crans.org>
1009L: qemu-arm@nongnu.org
1010S: Maintained
1011F: hw/arm/stm32f100_soc.c
1012
a1f8193b
AF
1013STM32F205
1014M: Alistair Francis <alistair@alistair23.me>
a00d7f20 1015M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1016L: qemu-arm@nongnu.org
a1f8193b
AF
1017S: Maintained
1018F: hw/arm/stm32f205_soc.c
1019F: hw/misc/stm32f2xx_syscfg.c
1020F: hw/char/stm32f2xx_usart.c
1021F: hw/timer/stm32f2xx_timer.c
1022F: hw/adc/*
1023F: hw/ssi/stm32f2xx_spi.c
0e0d345b 1024F: include/hw/*/stm32*.h
a1f8193b 1025
529fc5fd
AF
1026STM32F405
1027M: Alistair Francis <alistair@alistair23.me>
1028M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1029L: qemu-arm@nongnu.org
529fc5fd
AF
1030S: Maintained
1031F: hw/arm/stm32f405_soc.c
1032F: hw/misc/stm32f4xx_syscfg.c
1033F: hw/misc/stm32f4xx_exti.c
1034
a1f8193b
AF
1035Netduino 2
1036M: Alistair Francis <alistair@alistair23.me>
a00d7f20 1037M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1038L: qemu-arm@nongnu.org
a1f8193b
AF
1039S: Maintained
1040F: hw/arm/netduino2.c
1041
60d6c427
AF
1042Netduino Plus 2
1043M: Alistair Francis <alistair@alistair23.me>
1044M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1045L: qemu-arm@nongnu.org
60d6c427
AF
1046S: Maintained
1047F: hw/arm/netduinoplus2.c
1048
ee5bffa9
FB
1049Olimex STM32 H405
1050M: Felipe Balbi <balbi@kernel.org>
1051L: qemu-arm@nongnu.org
1052S: Maintained
1053F: hw/arm/olimex-stm32-h405.c
1054
670bc4cb
SS
1055SmartFusion2
1056M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1057M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1058L: qemu-arm@nongnu.org
670bc4cb
SS
1059S: Maintained
1060F: hw/arm/msf2-soc.c
1061F: hw/misc/msf2-sysreg.c
1062F: hw/timer/mss-timer.c
1063F: hw/ssi/mss-spi.c
1064F: include/hw/arm/msf2-soc.h
1065F: include/hw/misc/msf2-sysreg.h
1066F: include/hw/timer/mss-timer.h
1067F: include/hw/ssi/mss-spi.h
1c664378
SS
1068F: hw/net/msf2-emac.c
1069F: include/hw/net/msf2-emac.h
670bc4cb
SS
1070
1071Emcraft M2S-FG484
1072M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1073M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1074L: qemu-arm@nongnu.org
670bc4cb
SS
1075S: Maintained
1076F: hw/arm/msf2-som.c
3f65df38 1077F: docs/system/arm/emcraft-sf2.rst
670bc4cb 1078
f87db1ba
JS
1079ASPEED BMCs
1080M: Cédric Le Goater <clg@kaod.org>
a00d7f20 1081M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
1082R: Andrew Jeffery <andrew@aj.id.au>
1083R: Joel Stanley <joel@jms.id.au>
1084L: qemu-arm@nongnu.org
1085S: Maintained
1086F: hw/*/*aspeed*
b7f30114 1087F: hw/misc/pca9552.c
f87db1ba 1088F: include/hw/*/*aspeed*
b7f30114 1089F: include/hw/misc/pca9552*.h
f87db1ba
JS
1090F: hw/net/ftgmac100.c
1091F: include/hw/net/ftgmac100.h
de8ee7d4 1092F: docs/system/arm/aspeed.rst
66609952 1093F: tests/qtest/*aspeed*
c2f58c2f 1094F: hw/arm/fby35.c
f87db1ba 1095
c0066d1a
JS
1096NRF51
1097M: Joel Stanley <joel@jms.id.au>
a00d7f20 1098M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
1099L: qemu-arm@nongnu.org
1100S: Maintained
c8de3f5f
SH
1101F: hw/*/nrf51*.c
1102F: hw/*/microbit*.c
1103F: include/hw/*/nrf51*.h
1104F: include/hw/*/microbit*.h
1e8a1fae 1105F: tests/qtest/microbit-test.c
90a76c63 1106F: docs/system/arm/nrf.rst
c0066d1a 1107
42f3ff00
MR
1108AVR Machines
1109-------------
1110
1111AVR MCUs
1112M: Michael Rolnik <mrolnik@gmail.com>
42f3ff00 1113S: Maintained
812b31d3 1114F: configs/devices/avr-softmmu/default.mak
7dd8f6fd 1115F: hw/avr/
429ca9d6
MR
1116F: include/hw/char/avr_usart.h
1117F: hw/char/avr_usart.c
8ff47bc1
MR
1118F: include/hw/timer/avr_timer16.h
1119F: hw/timer/avr_timer16.c
dc288de0
MR
1120F: include/hw/misc/avr_power.h
1121F: hw/misc/avr_power.c
42f3ff00 1122
50486d63 1123Arduino
8823ef13 1124M: Philippe Mathieu-Daudé <philmd@linaro.org>
50486d63
PMD
1125S: Maintained
1126F: hw/avr/arduino.c
1127
fd5d5c56
AL
1128CRIS Machines
1129-------------
1130Axis Dev88
1131M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1132S: Maintained
8d8b636d 1133F: hw/cris/axis_dev88.c
6e481d57 1134F: hw/*/etraxfs_*.c
fd5d5c56 1135
e188396c
PMD
1136HP-PARISC Machines
1137------------------
18092598 1138HP B160L
336f744e 1139M: Richard Henderson <richard.henderson@linaro.org>
e188396c
PMD
1140R: Helge Deller <deller@gmx.de>
1141S: Odd Fixes
812b31d3 1142F: configs/devices/hppa-softmmu/default.mak
e188396c 1143F: hw/hppa/
11f976ad 1144F: hw/net/*i82596*
45f569a1 1145F: hw/misc/lasi.c
0db9350e 1146F: hw/pci-host/dino.c
45f569a1 1147F: include/hw/misc/lasi.h
11f976ad 1148F: include/hw/net/lasi_82596.h
0db9350e 1149F: include/hw/pci-host/dino.h
e188396c
PMD
1150F: pc-bios/hppa-firmware.img
1151
d88b51dc
XY
1152LoongArch Machines
1153------------------
1154Virt
1155M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1156M: Song Gao <gaosong@loongson.cn>
1157S: Maintained
587858ed 1158F: docs/system/loongarch/virt.rst
a8a506c3
XY
1159F: configs/targets/loongarch64-softmmu.mak
1160F: configs/devices/loongarch64-softmmu/default.mak
1161F: hw/loongarch/
1162F: include/hw/loongarch/virt.h
f6783e34
XY
1163F: include/hw/intc/loongarch_*.h
1164F: hw/intc/loongarch_*.c
0f4fcf18 1165F: include/hw/pci-host/ls7a.h
c117f68a 1166F: hw/rtc/ls7a_rtc.c
ca61e750 1167F: gdb-xml/loongarch*.xml
d88b51dc 1168
afcacd53 1169M68K Machines
fd5d5c56
AL
1170-------------
1171an5206
5baf2741
TH
1172M: Thomas Huth <huth@tuxfamily.org>
1173S: Odd Fixes
8d8b636d 1174F: hw/m68k/an5206.c
e9a56114 1175F: hw/m68k/mcf5206.c
fd5d5c56 1176
fd5d5c56 1177mcf5208
5baf2741
TH
1178M: Thomas Huth <huth@tuxfamily.org>
1179S: Odd Fixes
8d8b636d 1180F: hw/m68k/mcf5208.c
e9a56114
TH
1181F: hw/m68k/mcf_intc.c
1182F: hw/char/mcf_uart.c
1183F: hw/net/mcf_fec.c
5baf2741 1184F: include/hw/m68k/mcf*.h
fd5d5c56 1185
1810b815
TH
1186NeXTcube
1187M: Thomas Huth <huth@tuxfamily.org>
1188S: Odd Fixes
1189F: hw/m68k/next-*.c
1190F: hw/display/next-fb.c
1191F: include/hw/m68k/next-cube.h
1192
6dca62a0
LV
1193q800
1194M: Laurent Vivier <laurent@vivier.eu>
1195S: Maintained
04e7ca8d 1196F: hw/m68k/q800.c
6dca62a0 1197F: hw/misc/mac_via.c
fa2ba3b8 1198F: hw/nubus/*
8ac919a0 1199F: hw/display/macfb.c
c701ec62 1200F: hw/block/swim.c
04e7ca8d 1201F: hw/m68k/bootinfo.h
382d71af
LV
1202F: include/standard-headers/asm-m68k/bootinfo.h
1203F: include/standard-headers/asm-m68k/bootinfo-mac.h
6dca62a0 1204F: include/hw/misc/mac_via.h
fa2ba3b8 1205F: include/hw/nubus/*
8ac919a0 1206F: include/hw/display/macfb.h
c701ec62 1207F: include/hw/block/swim.h
6dca62a0 1208
e1cecdca
LV
1209virt
1210M: Laurent Vivier <laurent@vivier.eu>
1211S: Maintained
1212F: hw/m68k/virt.c
1213F: hw/char/goldfish_tty.c
1214F: hw/intc/goldfish_pic.c
1215F: hw/intc/m68k_irqc.c
1216F: hw/misc/virt_ctrl.c
1217F: include/hw/char/goldfish_tty.h
1218F: include/hw/intc/goldfish_pic.h
1219F: include/hw/intc/m68k_irqc.h
1220F: include/hw/misc/virt_ctrl.h
1221
fd5d5c56
AL
1222MicroBlaze Machines
1223-------------------
1224petalogix_s3adsp1800
1225M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1226S: Maintained
6e481d57 1227F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1228F: include/hw/char/xilinx_uartlite.h
bbbd9b6e 1229F: tests/avocado/machine_microblaze.py
fd5d5c56 1230
d36e8ce7 1231petalogix_ml605
4b46ba61 1232M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1233S: Maintained
8d8b636d 1234F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1235
fd5d5c56
AL
1236MIPS Machines
1237-------------
f44d1d4e 1238Overall MIPS Machines
8823ef13 1239M: Philippe Mathieu-Daudé <philmd@linaro.org>
f44d1d4e
PMD
1240S: Odd Fixes
1241F: configs/devices/mips*/*
1242F: hw/mips/
1243F: include/hw/mips/
1244
fd5d5c56
AL
1245Jazz
1246M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1247R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1248S: Maintained
5298722e 1249F: hw/mips/jazz.c
0886a785
PMD
1250F: hw/display/jazz_led.c
1251F: hw/dma/rc4030.c
fd5d5c56
AL
1252
1253Malta
8823ef13 1254M: Philippe Mathieu-Daudé <philmd@linaro.org>
485cd982 1255R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1256S: Odd Fixes
60041378
AM
1257F: hw/isa/piix4.c
1258F: hw/acpi/piix4.c
5298722e 1259F: hw/mips/malta.c
a7db759e 1260F: hw/pci-host/gt64120.c
60041378 1261F: include/hw/southbridge/piix.h
bbbd9b6e
WR
1262F: tests/avocado/linux_ssh_mips_malta.py
1263F: tests/avocado/machine_mips_malta.py
fd5d5c56
AL
1264
1265Mipssim
97d89746 1266R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4251dfb0 1267S: Orphan
5298722e 1268F: hw/mips/mipssim.c
659f42d8 1269F: hw/net/mipsnet.c
fd5d5c56 1270
c3a09ff6 1271Fuloong 2E
dab1e1e1 1272M: Huacai Chen <chenhuacai@kernel.org>
8823ef13 1273M: Philippe Mathieu-Daudé <philmd@linaro.org>
97eeef8a 1274R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1275S: Odd Fixes
c3a09ff6 1276F: hw/mips/fuloong2e.c
0170a3fc 1277F: hw/isa/vt82c686.c
5021bfa5 1278F: hw/pci-host/bonito.c
6f2bcd5f 1279F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1280F: include/hw/isa/vt82c686.h
aad07969 1281F: include/hw/pci-host/bonito.h
bbbd9b6e 1282F: tests/avocado/machine_mips_fuloong2e.py
659f42d8 1283
53fb8bfb 1284Loongson-3 virtual platforms
dab1e1e1 1285M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1286R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1287S: Maintained
2c5b1a7d 1288F: hw/intc/loongson_liointc.c
d2245e2d
HC
1289F: hw/mips/loongson3_bootp.c
1290F: hw/mips/loongson3_bootp.h
c76b409f 1291F: hw/mips/loongson3_virt.c
bbbd9b6e 1292F: tests/avocado/machine_mips_loongson3v.py
2c5b1a7d 1293
659f42d8 1294Boston
4ba98e96 1295M: Paul Burton <paulburton@kernel.org>
97d89746 1296R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1297S: Odd Fixes
659f42d8
YK
1298F: hw/core/loader-fit.c
1299F: hw/mips/boston.c
1300F: hw/pci-host/xilinx-pcie.c
5021bfa5 1301F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1302
945dad6d
JL
1303OpenRISC Machines
1304-----------------
1305or1k-sim
1306M: Jia Liu <proljc@gmail.com>
1307S: Maintained
4db546d3 1308F: docs/system/openrisc/or1k-sim.rst
945dad6d
JL
1309F: hw/openrisc/openrisc_sim.c
1310
fd5d5c56
AL
1311PowerPC Machines
1312----------------
1335caf3 1313405 (ref405ep)
a6c98685 1314L: qemu-ppc@nongnu.org
0f514eea 1315S: Orphan
8d8b636d 1316F: hw/ppc/ppc405_boards.c
fd5d5c56 1317
aaade8d7 1318Bamboo
aaade8d7 1319L: qemu-ppc@nongnu.org
0f514eea 1320S: Orphan
8d8b636d 1321F: hw/ppc/ppc440_bamboo.c
bbbd9b6e 1322F: tests/avocado/ppc_bamboo.py
aaade8d7 1323
98cded3a 1324e500
98cded3a 1325L: qemu-ppc@nongnu.org
0f514eea 1326S: Orphan
ce6fc617 1327F: hw/ppc/e500*
2c6aba14 1328F: hw/gpio/mpc8xxx.c
7abb479c 1329F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1330F: hw/net/fsl_etsec/
1331F: hw/pci-host/ppce500.c
b5d55020
TH
1332F: include/hw/ppc/ppc_e500.h
1333F: include/hw/pci-host/ppce500.h
1334F: pc-bios/u-boot.e500
ff8cdbbd
DG
1335F: hw/intc/openpic_kvm.h
1336F: include/hw/ppc/openpic_kvm.h
98cded3a
AF
1337
1338mpc8544ds
98cded3a 1339L: qemu-ppc@nongnu.org
0f514eea 1340S: Orphan
98cded3a 1341F: hw/ppc/mpc8544ds.c
8d8b636d 1342F: hw/ppc/mpc8544_guts.c
bbbd9b6e 1343F: tests/avocado/ppc_mpc8544ds.py
98cded3a 1344
2c6aba14 1345New World (mac99)
40e3dd06 1346M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1347L: qemu-ppc@nongnu.org
bba8e23a 1348S: Odd Fixes
c5288768 1349F: docs/system/ppc/powermac.rst
baec1910 1350F: hw/ppc/mac_newworld.c
6e481d57
PM
1351F: hw/pci-host/uninorth.c
1352F: hw/pci-bridge/dec.[hc]
8d8b636d 1353F: hw/misc/macio/
6ba16476 1354F: hw/misc/mos6522.c
b5d55020 1355F: hw/nvram/mac_nvram.c
2c6aba14 1356F: hw/input/adb*
eba45926 1357F: include/hw/misc/macio/
6ba16476 1358F: include/hw/misc/mos6522.h
443f07b7 1359F: include/hw/nvram/mac_nvram.h
eba45926 1360F: include/hw/ppc/mac_dbdma.h
5021bfa5 1361F: include/hw/pci-host/uninorth.h
2c6aba14 1362F: include/hw/input/adb*
52804c60 1363F: pc-bios/qemu_vga.ndrv
fd5d5c56 1364
2c6aba14 1365Old World (g3beige)
40e3dd06 1366M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1367L: qemu-ppc@nongnu.org
bba8e23a 1368S: Odd Fixes
c5288768 1369F: docs/system/ppc/powermac.rst
baec1910 1370F: hw/ppc/mac_oldworld.c
6e481d57 1371F: hw/pci-host/grackle.c
8d8b636d 1372F: hw/misc/macio/
835c42d3 1373F: hw/intc/heathrow_pic.c
2c6aba14 1374F: hw/input/adb*
97e16dba 1375F: include/hw/intc/heathrow_pic.h
2c6aba14 1376F: include/hw/input/adb*
87e5a4f8 1377F: include/hw/pci-host/grackle.h
52804c60 1378F: pc-bios/qemu_vga.ndrv
fd5d5c56 1379
ec38d398 1380PReP
8178e89c 1381M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1382L: qemu-ppc@nongnu.org
8178e89c 1383S: Maintained
c5288768 1384F: docs/system/ppc/prep.rst
75610155 1385F: hw/ppc/prep.c
8178e89c
HP
1386F: hw/ppc/prep_systemio.c
1387F: hw/ppc/rs6000_mc.c
46fd3201 1388F: hw/pci-host/raven.c
0a9464b5 1389F: hw/isa/i82378.c
a48c6b51 1390F: hw/isa/pc87312.c
1cd6dccb 1391F: hw/dma/i82374.c
819ce6b2 1392F: hw/rtc/m48t59-isa.c
a48c6b51 1393F: include/hw/isa/pc87312.h
819ce6b2 1394F: include/hw/rtc/m48t59.h
bbbd9b6e 1395F: tests/avocado/ppc_prep_40p.py
fd5d5c56 1396
c5288768 1397sPAPR (pseries)
14fe3222 1398M: Daniel Henrique Barboza <danielhb413@gmail.com>
b0877575 1399R: Cédric Le Goater <clg@kaod.org>
14fe3222
DG
1400R: David Gibson <david@gibson.dropbear.id.au>
1401R: Greg Kurz <groug@kaod.org>
8a269ca4 1402L: qemu-ppc@nongnu.org
2e93a90f 1403S: Odd Fixes
8d8b636d 1404F: hw/*/spapr*
f9de2da7
DG
1405F: include/hw/*/spapr*
1406F: hw/*/xics*
1407F: include/hw/*/xics*
b5d55020 1408F: pc-bios/slof.bin
c5288768
TH
1409F: docs/system/ppc/pseries.rst
1410F: docs/specs/ppc-spapr-*
1e8a1fae 1411F: tests/qtest/spapr*
1cf4323e 1412F: tests/qtest/libqos/*spapr*
1e8a1fae 1413F: tests/qtest/rtas*
1cf4323e 1414F: tests/qtest/libqos/rtas*
bbbd9b6e 1415F: tests/avocado/ppc_pseries.py
8a269ca4 1416
1af82d4f
CLG
1417PowerNV (Non-Virtualized)
1418M: Cédric Le Goater <clg@kaod.org>
1af82d4f 1419L: qemu-ppc@nongnu.org
b0877575 1420S: Odd Fixes
c5288768 1421F: docs/system/ppc/powernv.rst
1af82d4f
CLG
1422F: hw/ppc/pnv*
1423F: hw/intc/pnv*
1424F: hw/intc/xics_pnv.c
157ed954 1425F: hw/pci-host/pnv*
1af82d4f 1426F: include/hw/ppc/pnv*
157ed954 1427F: include/hw/pci-host/pnv*
1af82d4f 1428F: pc-bios/skiboot.lid
1e8a1fae 1429F: tests/qtest/pnv*
1af82d4f 1430
794d00bf
AF
1431virtex_ml507
1432M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1433L: qemu-ppc@nongnu.org
1434S: Odd Fixes
6e481d57 1435F: hw/ppc/virtex_ml507.c
bbbd9b6e 1436F: tests/avocado/ppc_virtex_ml507.py
794d00bf 1437
a9dd6604
BZ
1438sam460ex
1439M: BALATON Zoltan <balaton@eik.bme.hu>
1440L: qemu-ppc@nongnu.org
1441S: Maintained
33c6a8b5
BZ
1442F: hw/ppc/sam460ex.c
1443F: hw/ppc/ppc440_pcix.c
1444F: hw/display/sm501*
a9dd6604 1445F: hw/ide/sii3112.c
de04c31d 1446F: hw/rtc/m41t80.c
33c6a8b5
BZ
1447F: pc-bios/canyonlands.dt[sb]
1448F: pc-bios/u-boot-sam460ex-20100605.bin
1449F: roms/u-boot-sam460ex
a9dd6604 1450
ba7e5ac1
BZ
1451pegasos2
1452M: BALATON Zoltan <balaton@eik.bme.hu>
ba7e5ac1
BZ
1453L: qemu-ppc@nongnu.org
1454S: Maintained
1455F: hw/ppc/pegasos2.c
1456F: hw/pci-host/mv64361.c
1457F: hw/pci-host/mv643xx.h
1458F: include/hw/pci-host/mv64361.h
1459
fc8c745d
AK
1460Virtual Open Firmware (VOF)
1461M: Alexey Kardashevskiy <aik@ozlabs.ru>
14fe3222
DG
1462R: Cédric Le Goater <clg@kaod.org>
1463R: Daniel Henrique Barboza <danielhb413@gmail.com>
21bde1ec
AK
1464R: David Gibson <david@gibson.dropbear.id.au>
1465R: Greg Kurz <groug@kaod.org>
fc8c745d
AK
1466L: qemu-ppc@nongnu.org
1467S: Maintained
1468F: hw/ppc/spapr_vof*
1469F: hw/ppc/vof*
1470F: include/hw/ppc/vof*
1471F: pc-bios/vof/*
1472F: pc-bios/vof*
1473
fe0fe473
AF
1474RISC-V Machines
1475---------------
1476OpenTitan
1477M: Alistair Francis <Alistair.Francis@wdc.com>
1478L: qemu-riscv@nongnu.org
1479S: Supported
1480F: hw/riscv/opentitan.c
df41cbd6 1481F: hw/*/ibex_*.c
fe0fe473 1482F: include/hw/riscv/opentitan.h
df41cbd6 1483F: include/hw/*/ibex_*.h
fe0fe473 1484
56f6e31e
BM
1485Microchip PolarFire SoC Icicle Kit
1486M: Bin Meng <bin.meng@windriver.com>
1487L: qemu-riscv@nongnu.org
1488S: Supported
1489F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1490F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1491F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1492F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1493F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1494F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1495F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1496F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1497F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1498F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1499
7a261baf
VK
1500Shakti C class SoC
1501M: Vijai Kumar K <vijai@behindbytes.com>
1502L: qemu-riscv@nongnu.org
1503S: Supported
1504F: hw/riscv/shakti_c.c
07f334d8 1505F: hw/char/shakti_uart.c
7a261baf 1506F: include/hw/riscv/shakti_c.h
07f334d8 1507F: include/hw/char/shakti_uart.h
7a261baf 1508
4fcad931
AF
1509SiFive Machines
1510M: Alistair Francis <Alistair.Francis@wdc.com>
1511M: Bin Meng <bin.meng@windriver.com>
1512M: Palmer Dabbelt <palmer@dabbelt.com>
1513L: qemu-riscv@nongnu.org
1514S: Supported
1515F: hw/*/*sifive*.c
1516F: include/hw/*/*sifive*.h
1517
bda19d7b
YS
1518RX Machines
1519-----------
1520rx-gdbsim
b2744da9
PMD
1521R: Yoshinori Sato <ysato@users.sourceforge.jp>
1522S: Orphan
4adbfa45 1523F: docs/system/target-rx.rst
bda19d7b 1524F: hw/rx/rx-gdbsim.c
bbbd9b6e 1525F: tests/avocado/machine_rx_gdbsim.py
bda19d7b 1526
fd5d5c56
AL
1527SH4 Machines
1528------------
1529R2D
2d53d0c7 1530R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1531R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1532S: Odd Fixes
7ae5c8bb 1533F: hw/char/sh_serial.c
6e481d57 1534F: hw/sh4/r2d.c
81527b94 1535F: hw/intc/sh_intc.c
c64bd101 1536F: hw/pci-host/sh_pci.c
25e79527 1537F: hw/timer/sh_timer.c
65b8dc29 1538F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1539
1540Shix
2d53d0c7 1541R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1542R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1543S: Odd Fixes
475e70bd 1544F: hw/block/tc58128.c
7ae5c8bb 1545F: hw/char/sh_serial.c
6e481d57 1546F: hw/sh4/shix.c
65b8dc29 1547F: hw/intc/sh_intc.c
25e79527 1548F: hw/timer/sh_timer.c
65b8dc29 1549F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1550
1551SPARC Machines
1552--------------
1553Sun4m
f2416d3a 1554M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1555S: Maintained
8d8b636d 1556F: hw/sparc/sun4m.c
c468e368 1557F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1558F: hw/display/cg3.c
1559F: hw/display/tcx.c
c10a1c78 1560F: hw/dma/sparc32_dma.c
7098b79e 1561F: hw/misc/eccmemctl.c
aec2b887
TH
1562F: hw/*/slavio_*.c
1563F: include/hw/nvram/sun_nvram.h
c10a1c78 1564F: include/hw/sparc/sparc32_dma.h
d0476159 1565F: include/hw/sparc/sun4m_iommu.h
aec2b887 1566F: pc-bios/openbios-sparc32
fd5d5c56
AL
1567
1568Sun4u
f2416d3a 1569M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1570S: Maintained
8d8b636d 1571F: hw/sparc64/sun4u.c
8ef856b7
PMD
1572F: hw/sparc64/sun4u_iommu.c
1573F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1574F: hw/pci-host/sabre.c
1575F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1576F: hw/pci-bridge/simba.c
1577F: include/hw/pci-bridge/simba.h
1578F: pc-bios/openbios-sparc64
bbbd9b6e 1579F: tests/avocado/machine_sparc64_sun4u.py
fd5d5c56 1580
a2664ca0
AT
1581Sun4v
1582M: Artyom Tarasenko <atar4qemu@gmail.com>
1583S: Maintained
626e4a4b 1584F: hw/sparc64/niagara.c
2811ac30
PMD
1585F: hw/rtc/sun4v-rtc.c
1586F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1587
ce6c760c
FC
1588Leon3
1589M: Fabien Chouteau <chouteau@adacore.com>
034e050d 1590M: Frederic Konrad <konrad.frederic@yahoo.fr>
ce6c760c 1591S: Maintained
8d8b636d
PB
1592F: hw/sparc/leon3.c
1593F: hw/*/grlib*
162abf1a 1594F: include/hw/*/grlib*
bbbd9b6e 1595F: tests/avocado/machine_sparc_leon3.py
ce6c760c 1596
fd5d5c56
AL
1597S390 Machines
1598-------------
dd4ad64a 1599S390 Virtio-ccw
7c8e2647 1600M: Halil Pasic <pasic@linux.ibm.com>
2c092950 1601M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1602M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 1603S: Supported
c5bfb202 1604F: hw/s390x/
4277af19 1605F: include/hw/s390x/
812b31d3 1606F: configs/devices/s390x-softmmu/default.mak
bbbd9b6e 1607F: tests/avocado/machine_s390_ccw_virtio.py
e18a8b34 1608T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1609L: qemu-s390x@nongnu.org
dd4ad64a 1610
8e4eb427 1611S390-ccw boot
2c092950 1612M: Christian Borntraeger <borntraeger@linux.ibm.com>
304584bf
CH
1613M: Thomas Huth <thuth@redhat.com>
1614S: Supported
8e4eb427 1615F: hw/s390x/ipl.*
304584bf
CH
1616F: pc-bios/s390-ccw/
1617F: pc-bios/s390-ccw.img
cc3d15a5 1618F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1619T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1620L: qemu-s390x@nongnu.org
1621
d5bfb425 1622S390 PCI
ecd6663d 1623M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1624M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1625S: Supported
1626F: hw/s390x/s390-pci*
408b55db 1627F: include/hw/s390x/s390-pci*
d5bfb425
CB
1628L: qemu-s390x@nongnu.org
1629
56e34834
CH
1630S390 channel subsystem
1631M: Halil Pasic <pasic@linux.ibm.com>
1632M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1633M: Eric Farman <farman@linux.ibm.com>
56e34834
CH
1634S: Supported
1635F: hw/s390x/ccw-device.[ch]
1636F: hw/s390x/css.c
1637F: hw/s390x/css-bridge.c
1638F: include/hw/s390x/css.h
1639F: include/hw/s390x/css-bridge.h
1640F: include/hw/s390x/ioinst.h
1641F: target/s390x/ioinst.c
1642L: qemu-s390x@nongnu.org
1643
1644S390 CPU models
1645M: David Hildenbrand <david@redhat.com>
1646S: Maintained
1647F: target/s390x/cpu_features*.[ch]
1648F: target/s390x/cpu_models.[ch]
1649L: qemu-s390x@nongnu.org
1650
1651S390 SCLP-backed devices
1652M: Halil Pasic <pasic@linux.ibm.com>
1653M: Christian Borntraeger <borntraeger@linux.ibm.com>
1654S: Supported
1655F: include/hw/s390x/event-facility.h
1656F: include/hw/s390x/sclp.h
1657F: hw/char/sclp*.[hc]
1658F: hw/s390x/event-facility.c
1659F: hw/s390x/sclp*.c
1660L: qemu-s390x@nongnu.org
1661
fd5d5c56
AL
1662X86 Machines
1663------------
1664PC
046a6486 1665M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1666M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1667S: Supported
046a6486
MT
1668F: include/hw/i386/
1669F: hw/i386/
0f25d865 1670F: hw/pci-host/i440fx.c
046a6486
MT
1671F: hw/pci-host/q35.c
1672F: hw/pci-host/pam.c
0fd61a2d 1673F: include/hw/pci-host/i440fx.h
046a6486
MT
1674F: include/hw/pci-host/q35.h
1675F: include/hw/pci-host/pam.h
14a026dd 1676F: hw/isa/piix3.c
046a6486
MT
1677F: hw/isa/lpc_ich9.c
1678F: hw/i2c/smbus_ich9.c
1679F: hw/acpi/piix4.c
fbae27e8
PMD
1680F: hw/acpi/ich9*.c
1681F: include/hw/acpi/ich9*.h
fff123b8 1682F: include/hw/southbridge/piix.h
6f5a3294
PMD
1683F: hw/isa/apm.c
1684F: include/hw/isa/apm.h
da668aa1 1685F: tests/unit/test-x86-cpuid.c
1e8a1fae 1686F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1687
1688PC Chipset
1689M: Michael S. Tsirkin <mst@redhat.com>
1690M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1691S: Supported
9cc3b73c 1692F: hw/char/debugcon.c
bb3d5ea8 1693F: hw/char/parallel*
9cc3b73c
PB
1694F: hw/char/serial*
1695F: hw/dma/i8257*
1696F: hw/i2c/pm_smbus.c
1732be86 1697F: hw/input/pckbd.c
9cc3b73c
PB
1698F: hw/intc/apic*
1699F: hw/intc/ioapic*
1700F: hw/intc/i8259*
1854eb28 1701F: hw/isa/isa-superio.c
9cc3b73c
PB
1702F: hw/misc/debugexit.c
1703F: hw/misc/pc-testdev.c
1704F: hw/timer/hpet*
1705F: hw/timer/i8254*
bcdb9064 1706F: hw/rtc/mc146818rtc*
edc46aff 1707F: hw/watchdog/wdt_ib700.c
4bcbc773 1708F: hw/watchdog/wdt_i6300esb.c
866e2b37 1709F: include/hw/display/vga.h
bb3d5ea8 1710F: include/hw/char/parallel.h
55f613ac 1711F: include/hw/dma/i8257.h
a2feb348 1712F: include/hw/i2c/pm_smbus.h
47973a2d 1713F: include/hw/input/i8042.h
4bcbc773 1714F: include/hw/isa/i8259_internal.h
1854eb28 1715F: include/hw/isa/superio.h
a2feb348
TH
1716F: include/hw/timer/hpet.h
1717F: include/hw/timer/i8254*
bcdb9064 1718F: include/hw/rtc/mc146818rtc*
046a6486 1719
5cb48f05
SL
1720microvm
1721M: Sergio Lopez <slp@redhat.com>
1722M: Paolo Bonzini <pbonzini@redhat.com>
1723S: Maintained
0b09d441 1724F: docs/system/i386/microvm.rst
5cb48f05
SL
1725F: hw/i386/microvm.c
1726F: include/hw/i386/microvm.h
1727F: pc-bios/bios-microvm.bin
1728
5da4fb00 1729Machine core
24c4cd13 1730M: Eduardo Habkost <eduardo@habkost.net>
fe355cbd 1731M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
8823ef13 1732R: Philippe Mathieu-Daudé <philmd@linaro.org>
da7595ca 1733R: Yanan Wang <wangyanan55@huawei.com>
5da4fb00 1734S: Supported
d9f24bf5 1735F: cpu.c
2e5b09fd 1736F: hw/core/cpu.c
52924dea 1737F: hw/core/machine-qmp-cmds.c
5da4fb00 1738F: hw/core/machine.c
86ce2d28 1739F: hw/core/machine-smp.c
c1629c5c 1740F: hw/core/null-machine.c
ac057879 1741F: hw/core/numa.c
335d52f4 1742F: hw/cpu/cluster.c
8ac25c84 1743F: qapi/machine.json
7f7b4e7a 1744F: qapi/machine-target.json
5da4fb00 1745F: include/hw/boards.h
2e5b09fd 1746F: include/hw/core/cpu.h
335d52f4 1747F: include/hw/cpu/cluster.h
2dd02587 1748F: include/sysemu/numa.h
9e8e393b 1749F: tests/unit/test-smp-parse.c
f953c100 1750T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1751
16e7caae
MF
1752Xtensa Machines
1753---------------
375847a6 1754sim
16e7caae
MF
1755M: Max Filippov <jcmvbkbc@gmail.com>
1756S: Maintained
437a8c11 1757F: hw/xtensa/sim.c
375847a6 1758
d9e8553b
MF
1759virt
1760M: Max Filippov <jcmvbkbc@gmail.com>
1761S: Maintained
1762F: hw/xtensa/virt.c
1763
437a8c11 1764XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1765M: Max Filippov <jcmvbkbc@gmail.com>
1766S: Maintained
437a8c11
MF
1767F: hw/xtensa/xtfpga.c
1768F: hw/net/opencores_eth.c
16e7caae 1769
fd5d5c56
AL
1770Devices
1771-------
a8f4aee6
PMD
1772Overall Audio frontends
1773M: Gerd Hoffmann <kraxel@redhat.com>
1774S: Odd Fixes
1775F: hw/audio/
1776F: include/hw/audio/
1777F: tests/qtest/ac97-test.c
1778F: tests/qtest/es1370-test.c
1779F: tests/qtest/intel-hda-test.c
1780F: tests/qtest/fuzz-sb16-test.c
1781
d36d7112 1782Xilinx CAN
32bd99d0
VG
1783M: Vikram Garhwal <vikram.garhwal@amd.com>
1784M: Francisco Iglesias <francisco.iglesias@amd.com>
d36d7112
VG
1785S: Maintained
1786F: hw/net/can/xlnx-*
1787F: include/hw/net/xlnx-*
1788F: tests/qtest/xlnx-can-test*
1789
b30934cb
JS
1790EDU
1791M: Jiri Slaby <jslaby@suse.cz>
1792S: Maintained
1793F: hw/misc/edu.c
1794
fd5d5c56 1795IDE
c095348b
JS
1796M: John Snow <jsnow@redhat.com>
1797L: qemu-block@nongnu.org
1798S: Supported
8d8b636d 1799F: include/hw/ide.h
c9f7acd5 1800F: include/hw/ide/
fd5d5c56 1801F: hw/ide/
c095348b
JS
1802F: hw/block/block.c
1803F: hw/block/cdrom.c
1804F: hw/block/hd-geometry.c
1e8a1fae
TH
1805F: tests/qtest/ide-test.c
1806F: tests/qtest/ahci-test.c
1807F: tests/qtest/cdrom-test.c
1cf4323e 1808F: tests/qtest/libqos/ahci*
77582e2c 1809T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1810
caf316ba
CM
1811IPMI
1812M: Corey Minyard <minyard@acm.org>
1813S: Maintained
1814F: include/hw/ipmi/*
1815F: hw/ipmi/*
1816F: hw/smbios/smbios_type_38.c
1e8a1fae 1817F: tests/qtest/ipmi*
e18a8b34 1818T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1819
c095348b
JS
1820Floppy
1821M: John Snow <jsnow@redhat.com>
1822L: qemu-block@nongnu.org
1823S: Supported
1824F: hw/block/fdc.c
5a5d2f3d 1825F: hw/block/fdc-internal.h
72ea60e4 1826F: hw/block/fdc-isa.c
1430759e 1827F: hw/block/fdc-sysbus.c
c095348b 1828F: include/hw/block/fdc.h
1e8a1fae 1829F: tests/qtest/fdc-test.c
77582e2c 1830T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1831
ee344768
MS
1832Hyper-V VMBus
1833M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1834S: Odd Fixes
1835F: hw/hyperv/vmbus.c
1836F: include/hw/hyperv/vmbus*.h
1837
f5f487b2
PM
1838OMAP
1839M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1840L: qemu-arm@nongnu.org
f5f487b2 1841S: Maintained
8d8b636d 1842F: hw/*/omap*
ed0db866 1843F: include/hw/arm/omap.h
66278f8a 1844F: docs/system/arm/sx1.rst
f5f487b2 1845
28d54e58
PB
1846IPack
1847M: Alberto Garcia <berto@igalia.com>
1848S: Odd Fixes
1849F: hw/char/ipoctal232.c
1850F: hw/ipack/
1851
fd5d5c56
AL
1852PCI
1853M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1854M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1855S: Supported
8d8b636d 1856F: include/hw/pci/*
f178bc6b 1857F: hw/misc/pci-testdev.c
ca818cfb 1858F: hw/pci/*
f178bc6b 1859F: hw/pci-bridge/*
61c7f987 1860F: qapi/pci.json
68179923
PMD
1861F: docs/pci*
1862F: docs/specs/*pci*
0e0b3592 1863
5fb52f6c
HCK
1864PCIE DOE
1865M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1866M: Chris Browy <cbrowy@avery-design.com>
1867S: Supported
1868F: include/hw/pci/pcie_doe.h
1869F: hw/pci/pcie_doe.c
1870
d31e5ae7 1871ACPI/SMBIOS
0e0b3592
MT
1872M: Michael S. Tsirkin <mst@redhat.com>
1873M: Igor Mammedov <imammedo@redhat.com>
c2ea98c3 1874R: Ani Sinha <ani@anisinha.ca>
0e0b3592
MT
1875S: Supported
1876F: include/hw/acpi/*
a2eb5c0c 1877F: include/hw/firmware/smbios.h
8d8b636d 1878F: hw/acpi/*
d31e5ae7 1879F: hw/smbios/*
0e0b3592 1880F: hw/i386/acpi-build.[hc]
0e0b3592 1881F: hw/arm/virt-acpi-build.c
27c9188f 1882F: qapi/acpi.json
b963ea19 1883F: tests/qtest/bios-tables-test*
1e8a1fae 1884F: tests/qtest/acpi-utils.[hc]
faae23b9 1885F: tests/data/acpi/
fcc6f733
PM
1886F: docs/specs/acpi_cpu_hotplug.rst
1887F: docs/specs/acpi_mem_hotplug.rst
2fcd005f 1888F: docs/specs/acpi_nvdimm.rst
fcc6f733
PM
1889F: docs/specs/acpi_pci_hotplug.rst
1890F: docs/specs/acpi_hw_reduced_hotplug.rst
fd5d5c56 1891
d135536d
AS
1892ACPI/VIOT
1893M: Jean-Philippe Brucker <jean-philippe@linaro.org>
d135536d
AS
1894S: Supported
1895F: hw/acpi/viot.c
1896F: hw/acpi/viot.h
1897
76f831dc
AS
1898ACPI/AVOCADO/BIOSBITS
1899M: Ani Sinha <ani@anisinha.ca>
242a58ca 1900M: Michael S. Tsirkin <mst@redhat.com>
76f831dc
AS
1901S: Supported
1902F: tests/avocado/acpi-bits/*
1903F: tests/avocado/acpi-bits.py
1904F: docs/devel/acpi-bits.rst
1905
f7e462f8 1906ACPI/HEST/GHES
d6eed465 1907R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1908L: qemu-arm@nongnu.org
1909S: Maintained
1910F: hw/acpi/ghes.c
1911F: include/hw/acpi/ghes.h
1912F: docs/specs/acpi_hest_ghes.rst
1913
aaade8d7 1914ppc4xx
aaade8d7 1915L: qemu-ppc@nongnu.org
0f514eea 1916S: Orphan
8d8b636d 1917F: hw/ppc/ppc4*.c
aa3a41f9 1918F: hw/i2c/ppc4xx_i2c.c
b5d55020 1919F: include/hw/ppc/ppc4xx.h
aa3a41f9 1920F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1921F: hw/intc/ppc-uic.c
1922F: include/hw/intc/ppc-uic.h
aaade8d7 1923
61af0ee6 1924Character devices
2185fd67
PB
1925M: Marc-André Lureau <marcandre.lureau@redhat.com>
1926R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1927S: Odd Fixes
1928F: hw/char/
1929
f536f112
PB
1930Network devices
1931M: Jason Wang <jasowang@redhat.com>
1932S: Odd Fixes
1933F: hw/net/
6061b5c6 1934F: include/hw/net/
1e8a1fae 1935F: tests/qtest/virtio-net-test.c
9711cd0d 1936F: docs/virtio-net-failover.rst
e18a8b34 1937T: git https://github.com/jasowang/qemu.git net
f536f112 1938
e0c9d0c1 1939Parallel NOR Flash devices
8823ef13 1940M: Philippe Mathieu-Daudé <philmd@linaro.org>
e0c9d0c1
PMD
1941T: git https://gitlab.com/philmd/qemu.git pflash-next
1942S: Maintained
1943F: hw/block/pflash_cfi*.c
1944F: include/hw/block/flash.h
1945
fd5d5c56 1946SCSI
de7724f7 1947M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1948R: Fam Zheng <fam@euphon.net>
de7724f7 1949S: Supported
74460f34 1950F: include/hw/scsi/*
8d8b636d 1951F: hw/scsi/*
1e8a1fae 1952F: tests/qtest/virtio-scsi-test.c
b43957dc 1953F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 1954F: tests/qtest/am53c974-test.c
aa62976c 1955F: tests/qtest/fuzz-lsi53c895a-test.c
e18a8b34 1956T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1957
fcb5629d 1958SSI
c22e580c 1959M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1960S: Maintained
8d8b636d 1961F: hw/ssi/*
2389bcc2 1962F: hw/block/m25p80*
982d009a 1963F: include/hw/ssi/ssi.h
4b46ba61 1964X: hw/ssi/xilinx_*
1e8a1fae 1965F: tests/qtest/m25p80-test.c
4b46ba61
AF
1966
1967Xilinx SPI
c22e580c 1968M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1969S: Maintained
1970F: hw/ssi/xilinx_*
fcb5629d 1971
076a0fc3 1972SD (Secure Card)
8823ef13 1973M: Philippe Mathieu-Daudé <philmd@linaro.org>
3e0a7693 1974M: Bin Meng <bin.meng@windriver.com>
ba412478 1975L: qemu-block@nongnu.org
076a0fc3
PMD
1976S: Odd Fixes
1977F: include/hw/sd/sd*
1978F: hw/sd/core.c
1979F: hw/sd/sd*
1232ed1f 1980F: hw/sd/ssi-sd.c
59b63d78
PMD
1981F: tests/qtest/fuzz-sdcard-test.c
1982F: tests/qtest/sdhci-test.c
076a0fc3 1983
fd5d5c56 1984USB
5d0d62fe 1985M: Gerd Hoffmann <kraxel@redhat.com>
cd02c965 1986S: Odd Fixes
8d8b636d 1987F: hw/usb/*
9c3c834b 1988F: stubs/usb-dev-stub.c
1e8a1fae 1989F: tests/qtest/usb-*-test.c
2a49e4e9 1990F: docs/system/devices/usb.rst
beded0ff
TH
1991F: include/hw/usb.h
1992F: include/hw/usb/
fd5d5c56 1993
e26082fd 1994USB (serial adapter)
cd02c965 1995R: Gerd Hoffmann <kraxel@redhat.com>
e26082fd
PB
1996M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1997S: Maintained
1998F: hw/usb/dev-serial.c
1999
92e1fb5e
AW
2000VFIO
2001M: Alex Williamson <alex.williamson@redhat.com>
57edb7e4 2002R: Cédric Le Goater <clg@redhat.com>
92e1fb5e 2003S: Supported
cf7087db 2004F: hw/vfio/*
99b88c6d 2005F: include/hw/vfio/
4e779bf1 2006F: docs/igd-assign.txt
2a578133 2007F: docs/devel/vfio-migration.rst
92e1fb5e 2008
5eb74557 2009vfio-ccw
7913938a 2010M: Eric Farman <farman@linux.ibm.com>
074c84b9 2011M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
2012S: Supported
2013F: hw/vfio/ccw.c
2014F: hw/s390x/s390-ccw.c
2015F: include/hw/s390x/s390-ccw.h
44445d86 2016F: include/hw/s390x/vfio-ccw.h
146bd283 2017L: qemu-s390x@nongnu.org
5eb74557 2018
a51b3153 2019vfio-ap
a51b3153
TK
2020M: Tony Krowiak <akrowiak@linux.ibm.com>
2021M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 2022M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
2023S: Supported
2024F: hw/s390x/ap-device.c
2025F: hw/s390x/ap-bridge.c
2026F: include/hw/s390x/ap-device.h
2027F: include/hw/s390x/ap-bridge.h
2fe2942c 2028F: hw/vfio/ap.c
f58f084e 2029F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
2030L: qemu-s390x@nongnu.org
2031
fd5d5c56
AL
2032vhost
2033M: Michael S. Tsirkin <mst@redhat.com>
2034S: Supported
8d8b636d 2035F: hw/*/*vhost*
482580a6 2036F: docs/interop/vhost-user.json
ed1be66b 2037F: docs/interop/vhost-user.rst
72c1e865 2038F: contrib/vhost-user-*/
f24bb728
MAL
2039F: backends/vhost-user.c
2040F: include/sysemu/vhost-user-backend.h
ec09f22d 2041F: subprojects/libvhost-user/
fd5d5c56
AL
2042
2043virtio
a75143ed 2044M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 2045S: Supported
8d8b636d 2046F: hw/*/virtio*
72fa605d
TH
2047F: hw/virtio/Makefile.objs
2048F: hw/virtio/trace-events
3b311250 2049F: qapi/virtio.json
6a084ea3 2050F: net/vhost-user.c
494f7b57 2051F: include/hw/virtio/
4db546d3 2052F: docs/devel/virtio*
fd5d5c56 2053
6d7b25ad
DH
2054virtio-balloon
2055M: Michael S. Tsirkin <mst@redhat.com>
2056M: David Hildenbrand <david@redhat.com>
2057S: Maintained
14dc58e3 2058F: docs/interop/virtio-balloon-stats.rst
6d7b25ad
DH
2059F: hw/virtio/virtio-balloon*.c
2060F: include/hw/virtio/virtio-balloon.h
c7f419f5 2061F: softmmu/balloon.c
6d7b25ad
DH
2062F: include/sysemu/balloon.h
2063
fd5d5c56 2064virtio-9p
8c1cd719 2065M: Greg Kurz <groug@kaod.org>
233982af 2066M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 2067S: Odd Fixes
6f569084 2068W: https://wiki.qemu.org/Documentation/9p
aebeca25 2069F: hw/9pfs/
b827891d 2070X: hw/9pfs/xen-9p*
aebeca25 2071F: fsdev/
33b2b388 2072F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 2073F: tests/qtest/virtio-9p-test.c
818e42fe 2074F: tests/qtest/libqos/virtio-9p*
1a001953 2075T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 2076T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
2077
2078virtio-blk
54d01a00 2079M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 2080L: qemu-block@nongnu.org
fd5d5c56 2081S: Supported
d9cf55a8 2082F: hw/block/virtio-blk-common.c
8d8b636d 2083F: hw/block/virtio-blk.c
b457a5f5 2084F: hw/block/dataplane/*
d9cf55a8 2085F: include/hw/virtio/virtio-blk-common.h
1e8a1fae 2086F: tests/qtest/virtio-blk-test.c
e18a8b34 2087T: git https://github.com/stefanha/qemu.git block
fd5d5c56 2088
dd4ad64a 2089virtio-ccw
c1976ae7 2090M: Cornelia Huck <cohuck@redhat.com>
68b91e85 2091M: Halil Pasic <pasic@linux.ibm.com>
6a6d3dfd 2092M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 2093S: Supported
901f5f16 2094F: hw/s390x/virtio-ccw*.[hc]
117d7943 2095F: hw/s390x/vhost-*-ccw.c
99eaf137 2096T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 2097T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 2098L: qemu-s390x@nongnu.org
dd4ad64a 2099
bad7d2c3
DDAG
2100virtiofs
2101M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2102M: Stefan Hajnoczi <stefanha@redhat.com>
2103S: Supported
bad7d2c3
DDAG
2104F: hw/virtio/vhost-user-fs*
2105F: include/hw/virtio/vhost-user-fs.h
09c8d9e8 2106L: virtio-fs@redhat.com
bad7d2c3 2107
a5d4d7b5
GH
2108virtio-input
2109M: Gerd Hoffmann <kraxel@redhat.com>
1e2edb98 2110S: Odd Fixes
9c4d05b7 2111F: hw/input/vhost-user-input.c
a5d4d7b5
GH
2112F: hw/input/virtio-input*.c
2113F: include/hw/virtio/virtio-input.h
06914c97 2114F: contrib/vhost-user-input/*
a5d4d7b5 2115
c1dee918
EA
2116virtio-iommu
2117M: Eric Auger <eric.auger@redhat.com>
2118S: Maintained
2119F: hw/virtio/virtio-iommu*.c
2120F: include/hw/virtio/virtio-iommu.h
2121
fd5d5c56 2122virtio-serial
2501db70
LV
2123M: Laurent Vivier <lvivier@redhat.com>
2124R: Amit Shah <amit@kernel.org>
fd5d5c56 2125S: Supported
8d8b636d
PB
2126F: hw/char/virtio-serial-bus.c
2127F: hw/char/virtio-console.c
68a5e38a 2128F: include/hw/virtio/virtio-serial.h
1e8a1fae 2129F: tests/qtest/virtio-serial-test.c
fd5d5c56 2130
1f51a5cb 2131virtio-rng
2501db70
LV
2132M: Laurent Vivier <lvivier@redhat.com>
2133R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
2134S: Supported
2135F: hw/virtio/virtio-rng.c
2136F: include/hw/virtio/virtio-rng.h
750cf869 2137F: include/sysemu/rng*.h
1f51a5cb 2138F: backends/rng*.c
1e8a1fae 2139F: tests/qtest/virtio-rng-test.c
1f51a5cb 2140
e3e01466
MP
2141vhost-user-rng
2142M: Mathieu Poirier <mathieu.poirier@linaro.org>
2143S: Supported
4db546d3 2144F: docs/system/devices/vhost-user-rng.rst
e3e01466
MP
2145F: hw/virtio/vhost-user-rng.c
2146F: hw/virtio/vhost-user-rng-pci.c
2147F: include/hw/virtio/vhost-user-rng.h
2148F: tools/vhost-user-rng/*
2149
27ba7b02
VK
2150vhost-user-gpio
2151M: Alex Bennée <alex.bennee@linaro.org>
2152R: Viresh Kumar <viresh.kumar@linaro.org>
2153S: Maintained
25c60a46 2154F: hw/virtio/vhost-user-gpio*
27ba7b02 2155F: include/hw/virtio/vhost-user-gpio.h
8fcfc823 2156F: tests/qtest/libqos/virtio-gpio.*
27ba7b02 2157
6034011c
GA
2158virtio-crypto
2159M: Gonglei <arei.gonglei@huawei.com>
2160S: Supported
2161F: hw/virtio/virtio-crypto.c
2162F: hw/virtio/virtio-crypto-pci.c
2163F: include/hw/virtio/virtio-crypto.h
2164
751c7bdd
DH
2165virtio-mem
2166M: David Hildenbrand <david@redhat.com>
2167S: Supported
2168W: https://virtio-mem.gitlab.io/
2169F: hw/virtio/virtio-mem.c
2170F: hw/virtio/virtio-mem-pci.h
2171F: hw/virtio/virtio-mem-pci.c
2172F: include/hw/virtio/virtio-mem.h
2173
f3c507ad 2174nvme
8261cc17 2175M: Keith Busch <kbusch@kernel.org>
e8cc43d5 2176M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 2177L: qemu-block@nongnu.org
f3c507ad 2178S: Supported
88eea45c 2179F: hw/nvme/*
dc0b4d94 2180F: include/block/nvme.h
1e8a1fae 2181F: tests/qtest/nvme-test.c
4db546d3 2182F: docs/system/devices/nvme.rst
e8cc43d5 2183T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2184
d383c625 2185megasas
3fdfb8b6 2186M: Hannes Reinecke <hare@suse.com>
c95e4c0e 2187L: qemu-block@nongnu.org
d383c625
HR
2188S: Supported
2189F: hw/scsi/megasas.c
2190F: hw/scsi/mfi.h
1e8a1fae 2191F: tests/qtest/megasas-test.c
c887d333 2192F: tests/qtest/fuzz-megasas-test.c
d383c625 2193
605d52e6 2194Network packet abstractions
bf4835a4 2195M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
2196S: Maintained
2197F: include/net/eth.h
2198F: net/eth.c
2199F: hw/net/net_rx_pkt*
2200F: hw/net/net_tx_pkt*
2201
622fb504 2202Vmware
bf4835a4 2203M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2204S: Maintained
2205F: hw/net/vmxnet*
2206F: hw/scsi/vmw_pvscsi*
1e8a1fae 2207F: tests/qtest/vmxnet3-test.c
622fb504 2208
de24d3f1 2209Rocker
de24d3f1
SF
2210M: Jiri Pirko <jiri@resnulli.us>
2211S: Maintained
2212F: hw/net/rocker/
92a3c6aa 2213F: qapi/rocker.json
de850948
TH
2214F: tests/rocker/
2215F: docs/specs/rocker.txt
de24d3f1 2216
093454e2 2217e1000x
bf4835a4 2218M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
2219S: Maintained
2220F: hw/net/e1000x*
2221
6f3fbe4e 2222e1000e
bf4835a4 2223M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
2224S: Maintained
2225F: hw/net/e1000e*
7d6a4f12 2226F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2227
ebc2327f
SW
2228eepro100
2229M: Stefan Weil <sw@weilnetz.de>
2230S: Maintained
2231F: hw/net/eepro100.c
2232
34ea023d
SS
2233tulip
2234M: Sven Schnelle <svens@stackframe.org>
2235S: Maintained
2236F: hw/net/tulip.c
2237F: hw/net/tulip.h
2238
065177ee
PV
2239pca954x
2240M: Patrick Venture <venture@google.com>
2241S: Maintained
2242F: hw/i2c/i2c_mux_pca954x.c
2243F: include/hw/i2c/i2c_mux_pca954x.h
2244
e481a1f6 2245Generic Loader
c22e580c 2246M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2247S: Maintained
2248F: hw/core/generic-loader.c
efe1592c 2249F: hw/core/uboot_image.h
e481a1f6 2250F: include/hw/core/generic-loader.h
70f20110 2251F: docs/system/generic-loader.rst
e481a1f6 2252
a33ff6d2
AB
2253Guest Loader
2254M: Alex Bennée <alex.bennee@linaro.org>
2255S: Maintained
2256F: hw/core/guest-loader.c
01460378 2257F: docs/system/guest-loader.rst
bbbd9b6e 2258F: tests/avocado/boot_xen.py
e481a1f6 2259
645d3cbe
SH
2260Intel Hexadecimal Object File Loader
2261M: Su Hang <suhang16@mails.ucas.ac.cn>
2262S: Maintained
1e8a1fae 2263F: tests/qtest/hexloader-test.c
4b2ff65a 2264F: tests/data/hex-loader/test.hex
645d3cbe 2265
87a9023a
TH
2266CHRP NVRAM
2267M: Thomas Huth <thuth@redhat.com>
2268S: Maintained
2269F: hw/nvram/chrp_nvram.c
2270F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2271F: tests/qtest/prom-env-test.c
87a9023a 2272
42697d88 2273VM Generation ID
2b42989c 2274S: Orphan
48006e03 2275R: Ani Sinha <ani@anisinha.ca>
42697d88
BW
2276F: hw/acpi/vmgenid.c
2277F: include/hw/acpi/vmgenid.h
2278F: docs/specs/vmgenid.txt
1e8a1fae 2279F: tests/qtest/vmgenid-test.c
42697d88 2280
c1b29826 2281LED
8823ef13 2282M: Philippe Mathieu-Daudé <philmd@linaro.org>
c1b29826
PMD
2283S: Maintained
2284F: include/hw/misc/led.h
2285F: hw/misc/led.c
2286
747969db
PMD
2287Unimplemented device
2288M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2289R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2290R: Ani Sinha <ani@anisinha.ca>
747969db
PMD
2291S: Maintained
2292F: include/hw/misc/unimp.h
2293F: hw/misc/unimp.c
2294
6007523a
PMD
2295Empty slot
2296M: Artyom Tarasenko <atar4qemu@gmail.com>
8823ef13 2297R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2298R: Ani Sinha <ani@anisinha.ca>
6007523a
PMD
2299S: Maintained
2300F: include/hw/misc/empty_slot.h
2301F: hw/misc/empty_slot.c
2302
dbb2e472
GH
2303Standard VGA
2304M: Gerd Hoffmann <kraxel@redhat.com>
2305S: Maintained
2306F: hw/display/vga*
2307F: hw/display/bochs-display.c
2308F: include/hw/display/vga.h
2309F: include/hw/display/bochs-vbe.h
2310
58d632c7
GH
2311ramfb
2312M: Gerd Hoffmann <kraxel@redhat.com>
2313S: Maintained
2314F: hw/display/ramfb*.c
2315F: include/hw/display/ramfb.h
2316
dbb2e472
GH
2317virtio-gpu
2318M: Gerd Hoffmann <kraxel@redhat.com>
a4de5e8a 2319S: Odd Fixes
dbb2e472 2320F: hw/display/virtio-gpu*
c68082c4 2321F: hw/display/virtio-vga.*
dbb2e472
GH
2322F: include/hw/virtio/virtio-gpu.h
2323
b372d79b
RN
2324vhost-user-blk
2325M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2326S: Maintained
2327F: contrib/vhost-user-blk/
2328F: contrib/vhost-user-scsi/
2329F: hw/block/vhost-user-blk.c
8edd5673 2330F: hw/block/virtio-blk-common.c
b372d79b
RN
2331F: hw/scsi/vhost-user-scsi.c
2332F: hw/virtio/vhost-user-blk-pci.c
2333F: hw/virtio/vhost-user-scsi-pci.c
2334F: include/hw/virtio/vhost-user-blk.h
2335F: include/hw/virtio/vhost-user-scsi.h
8edd5673 2336F: include/hw/virtio/virtio-blk-common.h
b372d79b 2337
bd2e44fe
MAL
2338vhost-user-gpu
2339M: Marc-André Lureau <marcandre.lureau@redhat.com>
a4de5e8a 2340R: Gerd Hoffmann <kraxel@redhat.com>
bd2e44fe
MAL
2341S: Maintained
2342F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2343F: contrib/vhost-user-gpu
2344F: hw/display/vhost-user-*
bd2e44fe 2345
dbb2e472
GH
2346Cirrus VGA
2347M: Gerd Hoffmann <kraxel@redhat.com>
2348S: Odd Fixes
2349W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2350F: hw/display/cirrus*
2351
72d277a7
GH
2352EDID Generator
2353M: Gerd Hoffmann <kraxel@redhat.com>
2354S: Maintained
2355F: hw/display/edid*
2356F: include/hw/display/edid.h
2357F: qemu-edid.c
2358
10386385
PMD
2359PIIX4 South Bridge (i82371AB)
2360M: Hervé Poussineau <hpoussin@reactos.org>
8823ef13 2361M: Philippe Mathieu-Daudé <philmd@linaro.org>
10386385
PMD
2362S: Maintained
2363F: hw/isa/piix4.c
fff123b8 2364F: include/hw/southbridge/piix.h
10386385 2365
15ffb43c 2366Firmware configuration (fw_cfg)
8823ef13 2367M: Philippe Mathieu-Daudé <philmd@linaro.org>
15ffb43c
PMD
2368R: Gerd Hoffmann <kraxel@redhat.com>
2369S: Supported
2370F: docs/specs/fw_cfg.txt
8d0bceba 2371F: hw/nvram/fw_cfg*.c
b15c0f7d 2372F: stubs/fw_cfg.c
15ffb43c
PMD
2373F: include/hw/nvram/fw_cfg.h
2374F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2375F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2376F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2377T: git https://github.com/philmd/qemu.git fw_cfg-next
2378
2313abf0 2379XIVE
2313abf0
TH
2380M: Cédric Le Goater <clg@kaod.org>
2381L: qemu-ppc@nongnu.org
b0877575 2382S: Odd Fixes
2313abf0
TH
2383F: hw/*/*xive*
2384F: include/hw/*/*xive*
24563a58 2385F: docs/*/*xive*
2313abf0 2386
7bd0d13f 2387Renesas peripherals
2d53d0c7 2388R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2389R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2390S: Odd Fixes
645194c7 2391F: hw/char/renesas_sci.c
7bd0d13f 2392F: hw/char/sh_serial.c
c7f37baf 2393F: hw/timer/renesas_*.c
7bd0d13f 2394F: hw/timer/sh_timer.c
645194c7 2395F: include/hw/char/renesas_sci.h
7bd0d13f 2396F: include/hw/sh4/sh.h
c7f37baf 2397F: include/hw/timer/renesas_*.h
7bd0d13f 2398
e78597cc 2399Renesas RX peripherals
b2744da9
PMD
2400R: Yoshinori Sato <ysato@users.sourceforge.jp>
2401S: Orphan
e78597cc 2402F: hw/intc/rx_icu.c
0c80f50f 2403F: hw/rx/
e78597cc 2404F: include/hw/intc/rx_icu.h
0c80f50f 2405F: include/hw/rx/
e78597cc 2406
de4d4adb
PP
2407CAN bus subsystem and hardware
2408M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2409M: Vikram Garhwal <fnu.vikram@xilinx.com>
2410S: Maintained
2411W: https://canbus.pages.fel.cvut.cz/
2412F: net/can/*
2413F: hw/net/can/*
2414F: include/net/can_*.h
2415
ff8cdbbd
DG
2416OpenPIC interrupt controller
2417M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2418S: Odd Fixes
2419F: hw/intc/openpic.c
2420F: include/hw/ppc/openpic.h
2421
6cee5479 2422MIPS CPS
8823ef13 2423M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2424S: Odd Fixes
2425F: hw/misc/mips_*
2426F: include/hw/misc/mips_*
2427
2428MIPS GIC
8823ef13 2429M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2430S: Odd Fixes
2431F: hw/intc/mips_gic.c
2432F: hw/timer/mips_gictimer.c
2433F: include/hw/intc/mips_gic.h
2434F: include/hw/timer/mips_gictimer.h
2435
56e34834
CH
2436S390 3270 device
2437M: Halil Pasic <pasic@linux.ibm.com>
2438M: Christian Borntraeger <borntraeger@linux.ibm.com>
2439S: Odd fixes
2440F: include/hw/s390x/3270-ccw.h
2441F: hw/char/terminal3270.c
2442F: hw/s390x/3270-ccw.c
2443L: qemu-s390x@nongnu.org
2444
2445S390 diag 288 watchdog
2446M: Halil Pasic <pasic@linux.ibm.com>
2447M: Christian Borntraeger <borntraeger@linux.ibm.com>
2448S: Supported
2449F: hw/watchdog/wdt_diag288.c
2450F: include/hw/watchdog/wdt_diag288.h
2451L: qemu-s390x@nongnu.org
2452
2453S390 storage key device
2454M: Halil Pasic <pasic@linux.ibm.com>
2455M: Christian Borntraeger <borntraeger@linux.ibm.com>
2456S: Supported
2457F: hw/s390x/storage-keys.h
2458F: hw/390x/s390-skeys*.c
2459L: qemu-s390x@nongnu.org
2460
2461S390 storage attribute device
2462M: Halil Pasic <pasic@linux.ibm.com>
2463M: Christian Borntraeger <borntraeger@linux.ibm.com>
2464S: Supported
2465F: hw/s390x/storage-attributes.h
2466F: hw/s390/s390-stattrib*.c
2467L: qemu-s390x@nongnu.org
2468
2469S390 floating interrupt controller
2470M: Halil Pasic <pasic@linux.ibm.com>
2471M: Christian Borntraeger <borntraeger@linux.ibm.com>
2472M: David Hildenbrand <david@redhat.com>
2473S: Supported
2474F: hw/intc/s390_flic*.c
2475F: include/hw/s390x/s390_flic.h
2476L: qemu-s390x@nongnu.org
2477
5028d66c
HZZ
2478CanoKey
2479M: Hongren (Zenithal) Zheng <i@zenithal.me>
2480S: Maintained
2481R: Canokeys.org <contact@canokeys.org>
2482F: hw/usb/canokey.c
2483F: hw/usb/canokey.h
2484F: docs/system/devices/canokey.rst
2485
fd5d5c56
AL
2486Subsystems
2487----------
a8f4aee6 2488Overall Audio backends
9f575846 2489M: Gerd Hoffmann <kraxel@redhat.com>
6bc915f3 2490S: Odd Fixes
fd5d5c56 2491F: audio/
0ebe43ea
PMD
2492X: audio/alsaaudio.c
2493X: audio/coreaudio.c
2494X: audio/dsound*
2495X: audio/jackaudio.c
2496X: audio/ossaudio.c
2497X: audio/paaudio.c
2498X: audio/sdlaudio.c
663df1cc 2499X: audio/sndioaudio.c
4566d142 2500X: audio/spiceaudio.c
92a3c6aa 2501F: qapi/audio.json
fd5d5c56 2502
0ebe43ea
PMD
2503ALSA Audio backend
2504M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2505R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2506S: Odd Fixes
2507F: audio/alsaaudio.c
2508
2509Core Audio framework backend
2510M: Gerd Hoffmann <kraxel@redhat.com>
8823ef13 2511M: Philippe Mathieu-Daudé <philmd@linaro.org>
584ab347 2512R: Christian Schoenebeck <qemu_oss@crudebyte.com>
af643498 2513R: Akihiko Odaki <akihiko.odaki@gmail.com>
0ebe43ea
PMD
2514S: Odd Fixes
2515F: audio/coreaudio.c
2516
2517DSound Audio backend
2518M: Gerd Hoffmann <kraxel@redhat.com>
2519S: Odd Fixes
2520F: audio/dsound*
2521
2522JACK Audio Connection Kit backend
2523M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2524R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2525S: Odd Fixes
2526F: audio/jackaudio.c
2527
2528Open Sound System (OSS) Audio backend
2529M: Gerd Hoffmann <kraxel@redhat.com>
2530S: Odd Fixes
2531F: audio/ossaudio.c
2532
2533PulseAudio backend
2534M: Gerd Hoffmann <kraxel@redhat.com>
2535S: Odd Fixes
2536F: audio/paaudio.c
2537
2538SDL Audio backend
2539M: Gerd Hoffmann <kraxel@redhat.com>
2863bd56 2540R: Thomas Huth <huth@tuxfamily.org>
0ebe43ea
PMD
2541S: Odd Fixes
2542F: audio/sdlaudio.c
2543
663df1cc
AR
2544Sndio Audio backend
2545M: Gerd Hoffmann <kraxel@redhat.com>
2546R: Alexandre Ratchov <alex@caoua.org>
2547S: Odd Fixes
2548F: audio/sndioaudio.c
2549
17f1e8f5 2550Block layer core
fd5d5c56 2551M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 2552M: Hanna Reitz <hreitz@redhat.com>
c95e4c0e 2553L: qemu-block@nongnu.org
fd5d5c56
AL
2554S: Supported
2555F: block*
2556F: block/
8d8b636d 2557F: hw/block/
b885cdda
MA
2558F: qapi/block*.json
2559F: qapi/transaction.json
4c346e0b 2560F: include/block/
7f9241d8 2561F: include/sysemu/block-*.h
46078760 2562F: qemu-img*
33b2b388 2563F: docs/tools/qemu-img.rst
46078760 2564F: qemu-io*
29242091 2565F: tests/qemu-iotests/
8dd30c86 2566F: util/qemu-progress.c
0bcc8e5b 2567F: qobject/block-qdict.c
da668aa1 2568F: tests/unit/check-block-qdict.c
ebe2aad2 2569T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2570
c607c7fb
SH
2571Storage daemon
2572M: Kevin Wolf <kwolf@redhat.com>
2573L: qemu-block@nongnu.org
2574S: Supported
2575F: storage-daemon/
2576F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2577F: docs/tools/qemu-storage-daemon.rst
2578T: git https://repo.or.cz/qemu/kevin.git block
2579
d55053b1
SH
2580Block I/O path
2581M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2582M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2583L: qemu-block@nongnu.org
2584S: Supported
36c697bd
PB
2585F: util/async.c
2586F: util/aio-*.c
1f050a46
SH
2587F: util/aio-*.h
2588F: util/fdmon-*.c
d55053b1
SH
2589F: block/io.c
2590F: migration/block*
e1029ae2 2591F: include/block/aio.h
f5a53faa 2592F: include/block/aio-wait.h
0a4f9ad1 2593F: scripts/qemugdb/aio.py
da668aa1 2594F: tests/unit/test-fdmon-epoll.c
e18a8b34 2595T: git https://github.com/stefanha/qemu.git block
d55053b1 2596
e5b5728c
PB
2597Block SCSI subsystem
2598M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2599R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2600L: qemu-block@nongnu.org
2601S: Supported
2602F: include/scsi/*
2603F: scsi/*
2604
280458a3 2605Block Jobs
03283d64 2606M: John Snow <jsnow@redhat.com>
9e4067b8 2607M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
280458a3
JC
2608L: qemu-block@nongnu.org
2609S: Supported
2610F: blockjob.c
2611F: include/block/blockjob.h
33e9e9bd 2612F: job.c
1a90bc81 2613F: job-qmp.c
c468e368 2614F: include/qemu/job.h
280458a3
JC
2615F: block/backup.c
2616F: block/commit.c
77346025 2617F: block/stream.c
280458a3 2618F: block/mirror.c
bf42508f 2619F: qapi/job.json
d7beddcc 2620F: block/block-copy.c
d088e6a4
VSO
2621F: include/block/block-copy.h
2622F: block/reqlist.c
2623F: include/block/reqlist.h
d003e0ae
VSO
2624F: block/copy-before-write.h
2625F: block/copy-before-write.c
1c14eaab 2626F: block/snapshot-access.c
d7beddcc
VSO
2627F: include/block/aio_task.h
2628F: block/aio_task.c
2629F: util/qemu-co-shared-resource.c
2630F: include/qemu/co-shared-resource.h
77582e2c 2631T: git https://gitlab.com/jsnow/qemu.git jobs
9e4067b8 2632T: git https://gitlab.com/vsementsov/qemu.git block
280458a3 2633
502730ee
JC
2634Compute Express Link
2635M: Ben Widawsky <ben.widawsky@intel.com>
2636M: Jonathan Cameron <jonathan.cameron@huawei.com>
2637S: Supported
2638F: hw/cxl/
2fcd005f 2639F: hw/mem/cxl_type3.c
502730ee
JC
2640F: include/hw/cxl/
2641
538193bc 2642Dirty Bitmaps
edb05904 2643M: Eric Blake <eblake@redhat.com>
9e4067b8 2644M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
edb05904 2645R: John Snow <jsnow@redhat.com>
538193bc
JS
2646L: qemu-block@nongnu.org
2647S: Supported
538193bc
JS
2648F: include/qemu/hbitmap.h
2649F: include/block/dirty-bitmap.h
bb4e58c6 2650F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2651F: block/dirty-bitmap.c
2652F: block/qcow2-bitmap.c
052db8e7 2653F: migration/block-dirty-bitmap.c
00637c6b 2654F: util/hbitmap.c
da668aa1 2655F: tests/unit/test-hbitmap.c
5746c1cd 2656F: docs/interop/bitmaps.rst
edb05904 2657T: git https://repo.or.cz/qemu/ericb.git bitmaps
9e4067b8 2658T: git https://gitlab.com/vsementsov/qemu.git block
538193bc 2659
61af0ee6 2660Character device backends
55fc84a7 2661M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2662R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2663S: Maintained
178fe0ae 2664F: chardev/
8228e353 2665F: include/chardev/
dbeee392 2666F: qapi/char.json
fd5d5c56 2667
e26082fd
PB
2668Character Devices (Braille)
2669M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2670S: Maintained
6b10e573 2671F: chardev/baum.c
fd5d5c56 2672
e94630d3
MA
2673Command line option argument parsing
2674M: Markus Armbruster <armbru@redhat.com>
2675S: Supported
2676F: include/qemu/option.h
da668aa1
TH
2677F: tests/unit/test-keyval.c
2678F: tests/unit/test-qemu-opts.c
e94630d3
MA
2679F: util/keyval.c
2680F: util/qemu-option.c
2681
8c413e79
MA
2682Coverity model
2683M: Markus Armbruster <armbru@redhat.com>
2684S: Supported
2685F: scripts/coverity-model.c
2686
9c263d07
PM
2687Coverity Scan integration
2688M: Peter Maydell <peter.maydell@linaro.org>
2689S: Maintained
2690F: scripts/coverity-scan/
2691
d24b569a 2692Device Tree
c3c962c1
AF
2693M: Alistair Francis <alistair.francis@wdc.com>
2694R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2695S: Maintained
800d4ded 2696F: softmmu/device_tree.c
82407515 2697F: include/sysemu/device_tree.h
d24b569a 2698
3505a22b
MAL
2699Dump
2700S: Supported
2701M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2702F: dump/
3505a22b
MAL
2703F: hw/misc/vmcoreinfo.c
2704F: include/hw/misc/vmcoreinfo.h
6d3da32c 2705F: include/qemu/win_dump_defs
3505a22b
MAL
2706F: include/sysemu/dump-arch.h
2707F: include/sysemu/dump.h
d06b747b 2708F: qapi/dump.json
3505a22b
MAL
2709F: scripts/dump-guest-memory.py
2710F: stubs/dump.c
2711
4f966768
MA
2712Error reporting
2713M: Markus Armbruster <armbru@redhat.com>
2714S: Supported
2715F: include/qapi/error.h
2716F: include/qemu/error-report.h
abb3d37d 2717F: qapi/error.json
4f966768
MA
2718F: util/error.c
2719F: util/qemu-error.c
d1d3a997
VSO
2720F: scripts/coccinelle/err-bad-newline.cocci
2721F: scripts/coccinelle/error-use-after-free.cocci
2722F: scripts/coccinelle/error_propagate_null.cocci
2723F: scripts/coccinelle/remove_local_err.cocci
2724F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2725F: scripts/coccinelle/errp-guard.cocci
4f966768 2726
fd5d5c56 2727GDB stub
c7b3e866 2728M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 2729R: Philippe Mathieu-Daudé <philmd@linaro.org>
c7b3e866 2730S: Maintained
4db546d3 2731F: docs/system/gdb.rst
842b42df 2732F: gdbstub/*
0dec1016 2733F: include/exec/gdbstub.h
fd5d5c56 2734F: gdb-xml/
51c623b0 2735F: tests/tcg/multiarch/gdbstub/
97cfba13 2736F: scripts/feature_to_c.sh
fd5d5c56 2737
01a9c03c
PB
2738Memory API
2739M: Paolo Bonzini <pbonzini@redhat.com>
07b315ba
DH
2740M: Peter Xu <peterx@redhat.com>
2741M: David Hildenbrand <david@redhat.com>
8823ef13 2742R: Philippe Mathieu-Daudé <philmd@linaro.org>
01a9c03c
PB
2743S: Supported
2744F: include/exec/ioport.h
14776ab5 2745F: include/exec/memop.h
01a9c03c 2746F: include/exec/memory.h
2b1641d0 2747F: include/exec/ram_addr.h
41aa4e9f 2748F: include/exec/ramblock.h
9f04dd7f 2749F: include/sysemu/memory_mapping.h
800d4ded 2750F: softmmu/dma-helpers.c
c7f419f5
CF
2751F: softmmu/ioport.c
2752F: softmmu/memory.c
9f04dd7f 2753F: softmmu/memory_mapping.c
d9f24bf5 2754F: softmmu/physmem.c
01a9c03c 2755F: include/exec/memory-internal.h
044e2af9 2756F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2757
2fcd005f
DH
2758Memory devices
2759M: David Hildenbrand <david@redhat.com>
2760M: Igor Mammedov <imammedo@redhat.com>
2761R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2762S: Supported
2763F: hw/mem/memory-device.c
2764F: hw/mem/nvdimm.c
2765F: hw/mem/pc-dimm.c
2766F: include/hw/mem/memory-device.h
2767F: include/hw/mem/nvdimm.h
2768F: include/hw/mem/pc-dimm.h
2769F: docs/nvdimm.txt
2770
7ee3bf03
GH
2771SPICE
2772M: Gerd Hoffmann <kraxel@redhat.com>
227b1638 2773S: Odd Fixes
6e481d57 2774F: include/ui/qemu-spice.h
438528a3 2775F: include/ui/spice-display.h
7ee3bf03
GH
2776F: ui/spice-*.c
2777F: audio/spiceaudio.c
8d8b636d 2778F: hw/display/qxl*
608cfed6 2779F: qapi/ui.json
9bd4cb35 2780F: docs/spice-port-fqdn.txt
7ee3bf03 2781
fd5d5c56 2782Graphics
25eccc37
GH
2783M: Gerd Hoffmann <kraxel@redhat.com>
2784S: Odd Fixes
fd5d5c56 2785F: ui/
e220656c 2786F: include/ui/
608cfed6 2787F: qapi/ui.json
b1d38037 2788F: util/drm.c
4db546d3 2789F: docs/devel/ui.rst
fd5d5c56 2790
351f1bf6 2791Cocoa graphics
30ef3c74 2792M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2793M: Philippe Mathieu-Daudé <philmd@linaro.org>
af643498 2794R: Akihiko Odaki <akihiko.odaki@gmail.com>
351f1bf6
AF
2795S: Odd Fixes
2796F: ui/cocoa.m
2797
fd5d5c56 2798Main loop
da26f37a
PB
2799M: Paolo Bonzini <pbonzini@redhat.com>
2800S: Maintained
48e824e0 2801F: include/exec/gen-icount.h
54d31236
MA
2802F: include/qemu/main-loop.h
2803F: include/sysemu/runstate.h
e6dba048 2804F: include/sysemu/runstate-action.h
3ecb29a3
PB
2805F: util/main-loop.c
2806F: util/qemu-timer.c
bac068e0 2807F: softmmu/vl.c
7b733862 2808F: softmmu/main.c
c7f419f5 2809F: softmmu/cpus.c
b0c3cf94 2810F: softmmu/cpu-throttle.c
740b1759
CF
2811F: softmmu/cpu-timers.c
2812F: softmmu/icount.c
bab46b81 2813F: softmmu/runstate*
0e201d34 2814F: qapi/run-state.json
fd5d5c56 2815
1b7e01d0
SH
2816Read, Copy, Update (RCU)
2817M: Paolo Bonzini <pbonzini@redhat.com>
2818S: Maintained
2819F: include/qemu/rcu*.h
da668aa1
TH
2820F: tests/unit/rcutorture.c
2821F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2822F: util/rcu.c
2823
8899b4ae 2824Human Monitor (HMP)
c833fb4a 2825M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2826S: Maintained
5bce308a 2827F: monitor/monitor-internal.h
e84328fa 2828F: monitor/misc.c
1d95db74 2829F: monitor/monitor.c
f1b3ccfa
KW
2830F: monitor/hmp*
2831F: hmp.h
c13e9912
TH
2832F: hmp-commands*.hx
2833F: include/monitor/hmp-target.h
1e8a1fae 2834F: tests/qtest/test-hmp.c
637de4db
MA
2835F: include/qemu/qemu-print.h
2836F: util/qemu-print.c
fd5d5c56 2837
f536f112 2838Network device backends
442469e6 2839M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2840S: Maintained
2841F: net/
d24b2b1c 2842F: include/net/
e9bbc8bd 2843F: qemu-bridge-helper.c
e18a8b34 2844T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2845F: qapi/net.json
fd5d5c56 2846
aee09baf
VM
2847Netmap network backend
2848M: Luigi Rizzo <rizzo@iet.unipi.it>
2849M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2850M: Vincenzo Maffione <v.maffione@gmail.com>
2851W: http://info.iet.unipi.it/~luigi/netmap/
2852S: Maintained
2853F: net/netmap.c
2854
4fc264f4 2855Host Memory Backends
4ade3ea1 2856M: David Hildenbrand <david@redhat.com>
4fc264f4
EH
2857M: Igor Mammedov <imammedo@redhat.com>
2858S: Maintained
2859F: backends/hostmem*.c
2860F: include/sysemu/hostmem.h
f953c100 2861T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2862
6034011c
GA
2863Cryptodev Backends
2864M: Gonglei <arei.gonglei@huawei.com>
2865S: Maintained
2866F: include/sysemu/cryptodev*.h
2867F: backends/cryptodev*.c
2868
b8eaee96
JS
2869Python library
2870M: John Snow <jsnow@redhat.com>
2871M: Cleber Rosa <crosa@redhat.com>
89d38c74 2872R: Beraldo Leal <bleal@redhat.com>
b8eaee96
JS
2873S: Maintained
2874F: python/
2875T: git https://gitlab.com/jsnow/qemu.git python
2876
ad904f66 2877Python scripts
89d38c74 2878M: John Snow <jsnow@redhat.com>
ad904f66 2879M: Cleber Rosa <crosa@redhat.com>
4251dfb0 2880S: Odd Fixes
ad904f66
EH
2881F: scripts/*.py
2882F: tests/*.py
2883
f4abfc6c 2884Benchmark util
9e4067b8 2885M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
f4abfc6c
VSO
2886S: Maintained
2887F: scripts/simplebench/
9e4067b8 2888T: git https://gitlab.com/vsementsov/qemu.git simplebench
f4abfc6c 2889
8cad15b1 2890Transactions helper
9e4067b8 2891M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
8cad15b1
VSO
2892S: Maintained
2893F: include/qemu/transactions.h
2894F: util/transactions.c
9e4067b8 2895T: git https://gitlab.com/vsementsov/qemu.git block
8cad15b1 2896
8899b4ae 2897QAPI
9740618c 2898M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2899M: Michael Roth <michael.roth@amd.com>
9740618c 2900S: Supported
8899b4ae 2901F: qapi/
0311c5bd 2902X: qapi/*.json
ac4abb9a
MA
2903F: include/qapi/
2904X: include/qapi/qmp/
2905F: include/qapi/qmp/dispatch.h
c0bd0b50 2906F: tests/qapi-schema/
da668aa1
TH
2907F: tests/unit/test-*-visitor.c
2908F: tests/unit/test-qapi-*.c
2909F: tests/unit/test-qmp-*.c
2910F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
2911F: scripts/qapi-gen.py
2912F: scripts/qapi/*
4078ee54 2913F: docs/sphinx/qapidoc.py
c39cdbf6 2914F: docs/devel/qapi*
ebe2aad2 2915T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2916
7810d291
LC
2917QAPI Schema
2918M: Eric Blake <eblake@redhat.com>
7810d291
LC
2919M: Markus Armbruster <armbru@redhat.com>
2920S: Supported
0311c5bd 2921F: qapi/*.json
ebe2aad2 2922T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2923
f3582ba4 2924QObject
daf5dc78
MA
2925M: Markus Armbruster <armbru@redhat.com>
2926S: Supported
f3582ba4 2927F: qobject/
7735d2b5
MA
2928F: include/qapi/qmp/
2929X: include/qapi/qmp/dispatch.h
a2f3453e 2930F: scripts/coccinelle/qobject.cocci
da668aa1
TH
2931F: tests/unit/check-qdict.c
2932F: tests/unit/check-qjson.c
2933F: tests/unit/check-qlist.c
2934F: tests/unit/check-qlit.c
2935F: tests/unit/check-qnull.c
2936F: tests/unit/check-qnum.c
2937F: tests/unit/check-qobject.c
2938F: tests/unit/check-qstring.c
fe07b62c 2939F: tests/data/qobject/qdict.txt
ebe2aad2 2940T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2941
f05d9999 2942QEMU Guest Agent
2f5f9bc8 2943M: Michael Roth <michael.roth@amd.com>
e8cbe584 2944M: Konstantin Kostiuk <kkostiuk@redhat.com>
f05d9999
MR
2945S: Maintained
2946F: qga/
27a296fc 2947F: docs/interop/qemu-ga.rst
db16115f 2948F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 2949F: scripts/qemu-guest-agent/
da668aa1 2950F: tests/unit/test-qga.c
e18a8b34 2951T: git https://github.com/mdroth/qemu.git qga
f05d9999 2952
cced3a72
KK
2953QEMU Guest Agent Win32
2954M: Konstantin Kostiuk <kkostiuk@redhat.com>
2955S: Maintained
2956F: qga/*win32*
2957F: qga/vss-win32/
2958F: qga/installer/
2959T: git https://github.com/kostyanf14/qemu.git qga-win32
2960
4688c94c 2961QOM
1085d86e
PB
2962M: Paolo Bonzini <pbonzini@redhat.com>
2963R: Daniel P. Berrange <berrange@redhat.com>
24c4cd13 2964R: Eduardo Habkost <eduardo@habkost.net>
4688c94c 2965S: Supported
4db546d3 2966F: docs/devel/qom.rst
8f920054
MA
2967F: docs/qdev-device-use.txt
2968F: hw/core/qdev*
b77b5b3d
MA
2969F: hw/core/bus.c
2970F: hw/core/sysbus.c
8f920054
MA
2971F: include/hw/qdev*
2972F: include/monitor/qdev.h
4688c94c 2973F: include/qom/
c577ff62
MA
2974F: qapi/qom.json
2975F: qapi/qdev.json
22fb6eb5 2976F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2977F: softmmu/qdev-monitor.c
9b45a025 2978F: stubs/qdev.c
4688c94c 2979F: qom/
da668aa1
TH
2980F: tests/unit/check-qom-interface.c
2981F: tests/unit/check-qom-proplist.c
2982F: tests/unit/test-qdev-global-props.c
4688c94c 2983
94dfc0f3 2984QOM boilerplate conversion script
24c4cd13 2985M: Eduardo Habkost <eduardo@habkost.net>
94dfc0f3
EH
2986S: Maintained
2987F: scripts/codeconverter/
2988
8899b4ae 2989QMP
9740618c
LC
2990M: Markus Armbruster <armbru@redhat.com>
2991S: Supported
5bce308a 2992F: monitor/monitor-internal.h
f1b3ccfa 2993F: monitor/qmp*
e84328fa 2994F: monitor/misc.c
1d95db74 2995F: monitor/monitor.c
92a3c6aa 2996F: qapi/control.json
abb3d37d 2997F: qapi/error.json
92a3c6aa 2998F: qapi/introspect.json
c39cdbf6 2999F: docs/devel/*qmp-*
12b2f0d9 3000F: docs/interop/*qmp-*
9740618c 3001F: scripts/qmp/
1e8a1fae
TH
3002F: tests/qtest/qmp-test.c
3003F: tests/qtest/qmp-cmd-test.c
ebe2aad2 3004T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 3005
98a43bf0 3006qtest
98a43bf0
PB
3007M: Thomas Huth <thuth@redhat.com>
3008M: Laurent Vivier <lvivier@redhat.com>
2185fd67 3009R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 3010S: Maintained
c7f419f5 3011F: softmmu/qtest.c
1583a389 3012F: accel/qtest/
1e8a1fae 3013F: tests/qtest/
222455ef 3014F: docs/devel/qgraph.rst
4db546d3 3015F: docs/devel/qtest.rst
520ddc18 3016X: tests/qtest/bios-tables-test*
98a43bf0 3017
5f6fd09a
AB
3018Device Fuzzing
3019M: Alexander Bulekov <alxndr@bu.edu>
3020R: Paolo Bonzini <pbonzini@redhat.com>
3021R: Bandan Das <bsd@redhat.com>
3022R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 3023R: Thomas Huth <thuth@redhat.com>
85221b05 3024R: Darren Kenny <darren.kenny@oracle.com>
5d32fc3b 3025R: Qiuhao Li <Qiuhao.Li@outlook.com>
5f6fd09a
AB
3026S: Maintained
3027F: tests/qtest/fuzz/
d3d39fc0 3028F: tests/qtest/fuzz-*test.c
211635b3 3029F: scripts/oss-fuzz/
230376d2 3030F: hw/mem/sparse-mem.c
f3a0208f 3031F: docs/devel/fuzzing.rst
5f6fd09a 3032
cc0100f4 3033Register API
c22e580c 3034M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
3035S: Maintained
3036F: hw/core/register.c
3037F: include/hw/register.h
06a7b243 3038F: include/hw/registerfields.h
cc0100f4 3039
fd5d5c56 3040SLIRP
eda509fa 3041M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 3042S: Maintained
663fb1e1 3043F: net/slirp.c
d24b2b1c 3044F: include/net/slirp.h
02cffe24 3045T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 3046
aa09b3d5
MA
3047Stats
3048S: Orphan
3049F: include/sysemu/stats.h
3050F: stats/
3051
6d0af39f
EI
3052Streams
3053M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3054S: Maintained
3055F: hw/core/stream.c
3056F: include/hw/stream.h
3057
b1ed728a
PB
3058Stubs
3059M: Paolo Bonzini <pbonzini@redhat.com>
3060S: Maintained
3061F: stubs/
3062
598a3f35 3063Tracing
1cd0f8ce 3064M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
3065S: Maintained
3066F: trace/
0e076292 3067F: trace-events
3a8273b1 3068F: docs/qemu-option-trace.rst.inc
92a3c6aa 3069F: qapi/trace.json
f70fd8fd
LV
3070F: scripts/tracetool.py
3071F: scripts/tracetool/
62dd1048 3072F: scripts/qemu-trace-stap*
33b2b388 3073F: docs/tools/qemu-trace-stap.rst
d0fb9657 3074F: docs/devel/tracing.rst
e18a8b34 3075T: git https://github.com/stefanha/qemu.git tracing
598a3f35 3076
3859b6cf 3077TPM
1f63669e 3078M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 3079S: Maintained
0801062c 3080F: softmmu/tpm*
3859b6cf
MA
3081F: hw/tpm/*
3082F: include/hw/acpi/tpm.h
3083F: include/sysemu/tpm*
3084F: qapi/tpm.json
8ae92e24 3085F: backends/tpm/
1e8a1fae 3086F: tests/qtest/*tpm*
4db546d3 3087F: docs/specs/tpm.rst
e18a8b34 3088T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 3089
14f40fdc 3090Checkpatch
14f40fdc
BS
3091S: Odd Fixes
3092F: scripts/checkpatch.pl
3093
c0787c8d
JQ
3094Migration
3095M: Juan Quintela <quintela@redhat.com>
d7fc72ce 3096M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 3097S: Maintained
107b5969
MAL
3098F: hw/core/vmstate-if.c
3099F: include/hw/vmstate-if.h
c0787c8d 3100F: include/migration/
b862888c 3101F: include/qemu/userfaultfd.h
44a1f946 3102F: migration/
c5515640
AS
3103F: scripts/vmstate-static-checker.py
3104F: tests/vmstate-static-checker-data/
1e8a1fae 3105F: tests/qtest/migration-test.c
c468e368 3106F: docs/devel/migration.rst
48685a8e 3107F: qapi/migration.json
fac87d4d 3108F: tests/migration/
b862888c 3109F: util/userfaultfd.c
c0787c8d 3110
a566907f
MAL
3111D-Bus
3112M: Marc-André Lureau <marcandre.lureau@redhat.com>
3113S: Maintained
5010cec2 3114F: backends/dbus-vmstate.c
89f4df95
MAL
3115F: ui/dbus*
3116F: audio/dbus*
a5021d69 3117F: util/dbus.c
89f4df95 3118F: include/ui/dbus*
a5021d69 3119F: include/qemu/dbus.h
89f4df95
MAL
3120F: docs/interop/dbus*
3121F: docs/sphinx/dbus*
3122F: docs/sphinx/fakedbusdoc.py
3123F: tests/qtest/dbus*
a566907f 3124
92bfedb0 3125Seccomp
e3160dea
DB
3126M: Daniel P. Berrange <berrange@redhat.com>
3127S: Odd Fixes
800d4ded 3128F: softmmu/qemu-seccomp.c
92bfedb0 3129F: include/sysemu/seccomp.h
d2ea8dac 3130F: tests/unit/test-seccomp.c
92bfedb0 3131
ddbb0d09
DB
3132Cryptography
3133M: Daniel P. Berrange <berrange@redhat.com>
3134S: Maintained
3135F: crypto/
3136F: include/crypto/
92a3c6aa 3137F: qapi/crypto.json
da668aa1 3138F: tests/unit/test-crypto-*
3b472e71 3139F: tests/bench/benchmark-crypto-*
da668aa1
TH
3140F: tests/unit/crypto-tls-*
3141F: tests/unit/pkix_asn1_tab.c
899833cd 3142F: qemu.sasl
ddbb0d09 3143
10817bf0
DB
3144Coroutines
3145M: Stefan Hajnoczi <stefanha@redhat.com>
3146M: Kevin Wolf <kwolf@redhat.com>
00a25291 3147S: Maintained
10817bf0
DB
3148F: util/*coroutine*
3149F: include/qemu/coroutine*
da668aa1 3150F: tests/unit/test-coroutine.c
10817bf0 3151
88c5f205
DB
3152Buffers
3153M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3154S: Odd Fixes
88c5f205
DB
3155F: util/buffer.c
3156F: include/qemu/buffer.h
3157
666a3af9
DB
3158I/O Channels
3159M: Daniel P. Berrange <berrange@redhat.com>
3160S: Maintained
3161F: io/
3162F: include/io/
da668aa1 3163F: tests/unit/test-io-*
666a3af9 3164
5b76dd13
DB
3165User authorization
3166M: Daniel P. Berrange <berrange@redhat.com>
3167S: Maintained
3168F: authz/
c8c99887 3169F: qapi/authz.json
5b76dd13 3170F: include/authz/
da668aa1 3171F: tests/unit/test-authz-*
5b76dd13 3172
5614a283
GH
3173Sockets
3174M: Daniel P. Berrange <berrange@redhat.com>
5614a283
GH
3175S: Maintained
3176F: include/qemu/sockets.h
3177F: util/qemu-sockets.c
a2ff5a48 3178F: qapi/sockets.json
5614a283 3179
90e33dfe
DB
3180File monitor
3181M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3182S: Odd Fixes
90e33dfe
DB
3183F: util/filemonitor*.c
3184F: include/qemu/filemonitor.h
da668aa1 3185F: tests/unit/test-util-filemonitor.c
90e33dfe 3186
d310d85b
AG
3187Throttling infrastructure
3188M: Alberto Garcia <berto@igalia.com>
3189S: Supported
3190F: block/throttle-groups.c
3191F: include/block/throttle-groups.h
89603938 3192F: include/qemu/throttle*.h
d310d85b 3193F: util/throttle.c
89603938 3194F: docs/throttle.txt
da668aa1 3195F: tests/unit/test-throttle.c
d310d85b
AG
3196L: qemu-block@nongnu.org
3197
080d7aac 3198UUID
fe5ca46d 3199M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
3200S: Supported
3201F: util/uuid.c
3202F: include/qemu/uuid.h
da668aa1 3203F: tests/unit/test-uuid.c
080d7aac 3204
50186051
LS
3205Yank feature
3206M: Lukas Straub <lukasstraub2@web.de>
3207S: Odd fixes
3208F: util/yank.c
1a92d6d5 3209F: migration/yank_functions*
d3a0bb77 3210F: tests/unit/test-yank.c
50186051
LS
3211F: include/qemu/yank.h
3212F: qapi/yank.json
3213
a4cc318e 3214COLO Framework
2ac7d741 3215M: Hailiang Zhang <zhanghailiang@xfusion.com>
a4cc318e
HZ
3216S: Maintained
3217F: migration/colo*
3218F: include/migration/colo.h
3219F: include/migration/failover.h
3220F: docs/COLO-FT.txt
3221
88f82ed1 3222COLO Proxy
c6bf50ff 3223M: Zhang Chen <chen.zhang@intel.com>
2ece6e64 3224M: Li Zhijian <lizhijian@fujitsu.com>
88f82ed1
ZC
3225S: Supported
3226F: docs/colo-proxy.txt
3227F: net/colo*
3228F: net/filter-rewriter.c
3229F: net/filter-mirror.c
487cf3f2 3230F: tests/qtest/test-filter*
88f82ed1 3231
62258201
PD
3232Record/replay
3233M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3234R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 3235W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3236S: Supported
3237F: replay/*
3238F: block/blkreplay.c
3239F: net/filter-replay.c
5b5968c4 3240F: include/exec/replay-core.h
62258201 3241F: include/sysemu/replay.h
4db546d3
TH
3242F: docs/devel/replay.rst
3243F: docs/system/replay.rst
62258201 3244F: stubs/replay.c
bbbd9b6e
WR
3245F: tests/avocado/replay_kernel.py
3246F: tests/avocado/replay_linux.py
3247F: tests/avocado/reverse_debugging.py
43d7e1d7 3248F: qapi/replay.json
62258201 3249
eecf5eed
PX
3250IOVA Tree
3251M: Peter Xu <peterx@redhat.com>
3252S: Maintained
3253F: include/qemu/iova-tree.h
3254F: util/iova-tree.c
3255
5ee547bb
VP
3256elf2dmp
3257M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3258S: Maintained
3259F: contrib/elf2dmp/
3260
93198b6c
CM
3261I2C and SMBus
3262M: Corey Minyard <cminyard@mvista.com>
3263S: Maintained
3264F: hw/i2c/core.c
3265F: hw/i2c/smbus_slave.c
3266F: hw/i2c/smbus_master.c
3267F: hw/i2c/smbus_eeprom.c
3268F: include/hw/i2c/i2c.h
3269F: include/hw/i2c/smbus_master.h
3270F: include/hw/i2c/smbus_slave.h
3271F: include/hw/i2c/smbus_eeprom.h
3272
bf0e0c70
TR
3273PMBus
3274M: Titus Rwantare <titusr@google.com>
3275S: Maintained
3276F: hw/i2c/pmbus_device.c
3277F: hw/sensor/adm1272.c
ffcdae67 3278F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3279F: hw/sensor/max34451.c
3280F: include/hw/i2c/pmbus_device.h
ffcdae67 3281F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3282F: tests/qtest/adm1272-test.c
3283F: tests/qtest/max34451-test.c
ffcdae67 3284F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3285
d0d89526 3286Firmware schema specifications
8823ef13 3287M: Philippe Mathieu-Daudé <philmd@linaro.org>
d0d89526
PMD
3288R: Daniel P. Berrange <berrange@redhat.com>
3289R: Kashyap Chamarthy <kchamart@redhat.com>
3290S: Maintained
3291F: docs/interop/firmware.json
3292
6739df3f 3293EDK2 Firmware
8823ef13 3294M: Philippe Mathieu-Daudé <philmd@linaro.org>
9b437cd0 3295M: Gerd Hoffmann <kraxel@redhat.com>
6739df3f 3296S: Supported
b5b31860 3297F: hw/i386/*ovmf*
6739df3f
LE
3298F: pc-bios/descriptors/??-edk2-*.json
3299F: pc-bios/edk2-*
3300F: roms/Makefile.edk2
3301F: roms/edk2
3302F: roms/edk2-*
3303F: tests/data/uefi-boot-images/
3304F: tests/uefi-test-tools/
922febe2 3305F: .gitlab-ci.d/edk2.yml
71920809 3306F: .gitlab-ci.d/edk2/
6739df3f 3307
8bc43f39
PX
3308VT-d Emulation
3309M: Michael S. Tsirkin <mst@redhat.com>
3310M: Peter Xu <peterx@redhat.com>
3311R: Jason Wang <jasowang@redhat.com>
3312S: Supported
3313F: hw/i386/intel_iommu.c
3314F: hw/i386/intel_iommu_internal.h
3315F: include/hw/i386/intel_iommu.h
3316
e92fb016
BM
3317OpenSBI Firmware
3318M: Bin Meng <bmeng.cn@gmail.com>
3319S: Supported
3320F: pc-bios/opensbi-*
3321F: .gitlab-ci.d/opensbi.yml
3322F: .gitlab-ci.d/opensbi/
3323
59c7a187
LM
3324Clock framework
3325M: Luc Michel <luc@lmichel.fr>
3326R: Damien Hedde <damien.hedde@greensocs.com>
3327S: Maintained
3328F: include/hw/clock.h
3329F: include/hw/qdev-clock.h
3330F: hw/core/clock.c
3331F: hw/core/clock-vmstate.c
3332F: hw/core/qdev-clock.c
3333F: docs/devel/clocks.rst
3334
fd5d5c56
AL
3335Usermode Emulation
3336------------------
6347e1f1 3337Overall usermode emulation
486bbe5f
PB
3338M: Riku Voipio <riku.voipio@iki.fi>
3339S: Maintained
58410666 3340F: accel/tcg/user-exec*.c
bbf15aaf
RH
3341F: include/user/
3342F: common-user/
486bbe5f 3343
fd5d5c56 3344BSD user
65a9d380
WL
3345M: Warner Losh <imp@bsdimp.com>
3346R: Kyle Evans <kevans@freebsd.org>
3347S: Maintained
fd5d5c56 3348F: bsd-user/
812b31d3 3349F: configs/targets/*-bsd-user.mak
adbae40f 3350F: tests/vm/*bsd
65a9d380 3351T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3352
fd5d5c56 3353Linux user
8f902c54 3354M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3355S: Maintained
3356F: linux-user/
812b31d3 3357F: configs/targets/*linux-user.mak
e5dd9875 3358F: scripts/qemu-binfmt-conf.sh
e3a6c825 3359F: scripts/update-syscalltbl.sh
57333330 3360F: scripts/update-mips-syscall-args.sh
382ae67a 3361F: scripts/gensyscalls.sh
42f5a7e9
AJ
3362
3363Tiny Code Generator (TCG)
3364-------------------------
6347e1f1 3365Common TCG code
336f744e 3366M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3367S: Maintained
3368F: tcg/
d3582cfd 3369F: include/tcg/
42f5a7e9 3370
22b5867b
AB
3371TCG Plugins
3372M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3373R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3374R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3375S: Maintained
8ea6abf0 3376F: docs/devel/tcg-plugins.rst
22b5867b 3377F: plugins/
c17a386b 3378F: tests/plugin/
bbbd9b6e 3379F: tests/avocado/tcg_plugins.py
c17a386b 3380F: contrib/plugins/
22b5867b 3381
6347e1f1 3382AArch64 TCG target
3e5a01ef 3383M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3384S: Maintained
b4f2bd1c 3385L: qemu-arm@nongnu.org
b25a464c
CF
3386F: tcg/aarch64/
3387
6347e1f1 3388ARM TCG target
7c6ef61a 3389M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9 3390S: Maintained
b4f2bd1c 3391L: qemu-arm@nongnu.org
42f5a7e9
AJ
3392F: tcg/arm/
3393
6347e1f1 3394i386 TCG target
336f744e 3395M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3396S: Maintained
3397F: tcg/i386/
3398
afa33258
WX
3399LoongArch64 TCG target
3400M: WANG Xuerui <git@xen0n.name>
3401S: Maintained
3402F: tcg/loongarch64/
3403
6347e1f1 3404MIPS TCG target
8823ef13 3405M: Philippe Mathieu-Daudé <philmd@linaro.org>
099d510b 3406R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3407R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3408R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3409R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3410S: Odd Fixes
42f5a7e9
AJ
3411F: tcg/mips/
3412
6347e1f1 3413PPC TCG target
336f744e 3414M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3415S: Odd Fixes
42f5a7e9 3416F: tcg/ppc/
42f5a7e9 3417
6347e1f1 3418RISC-V TCG target
c1677bcc 3419M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3420M: Alistair Francis <Alistair.Francis@wdc.com>
3421L: qemu-riscv@nongnu.org
3422S: Maintained
3423F: tcg/riscv/
3424F: disas/riscv.c
3425
6347e1f1 3426S390 TCG target
336f744e 3427M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3428S: Maintained
3429F: tcg/s390/
146bd283 3430L: qemu-s390x@nongnu.org
42f5a7e9 3431
6347e1f1 3432SPARC TCG target
297e8005 3433S: Odd Fixes
6d0b52ed 3434F: tcg/sparc64/
c17652ee 3435F: disas/sparc.c
bc75c9e5 3436
6347e1f1 3437TCI TCG target
bc75c9e5
SW
3438M: Stefan Weil <sw@weilnetz.de>
3439S: Maintained
8ef9cd55 3440F: tcg/tci/
752a2ae2 3441F: tcg/tci.c
c17652ee 3442F: disas/tci.c
aa09c951 3443
f05b328c
SH
3444Block drivers
3445-------------
3446VMDK
fe5ca46d 3447M: Fam Zheng <fam@euphon.net>
c95e4c0e 3448L: qemu-block@nongnu.org
f05b328c
SH
3449S: Supported
3450F: block/vmdk.c
3451
3452RBD
0725570b 3453M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3454R: Peter Lieven <pl@kamp.de>
280458a3 3455L: qemu-block@nongnu.org
f05b328c
SH
3456S: Supported
3457F: block/rbd.c
3458
f05b328c 3459VHDX
5f5246b6 3460M: Jeff Cody <codyprime@gmail.com>
280458a3 3461L: qemu-block@nongnu.org
f05b328c
SH
3462S: Supported
3463F: block/vhdx*
3464
3465VDI
3466M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3467L: qemu-block@nongnu.org
f05b328c
SH
3468S: Maintained
3469F: block/vdi.c
3470
fd66dbd4
SH
3471blkio
3472M: Stefan Hajnoczi <stefanha@redhat.com>
3473L: qemu-block@nongnu.org
3474S: Maintained
3475F: block/blkio.c
3476
f05b328c
SH
3477iSCSI
3478M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3479M: Paolo Bonzini <pbonzini@redhat.com>
3480M: Peter Lieven <pl@kamp.de>
c95e4c0e 3481L: qemu-block@nongnu.org
2185fd67 3482S: Odd Fixes
f05b328c 3483F: block/iscsi.c
2deb63c2 3484F: block/iscsi-opts.c
f05b328c 3485
99c62e70
EB
3486Network Block Device (NBD)
3487M: Eric Blake <eblake@redhat.com>
9e4067b8 3488M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
99c62e70
EB
3489L: qemu-block@nongnu.org
3490S: Maintained
3491F: block/nbd*
3492F: nbd/
3493F: include/block/nbd*
3494F: qemu-nbd.*
3495F: blockdev-nbd.c
3229a835 3496F: docs/interop/nbd.txt
33b2b388 3497F: docs/tools/qemu-nbd.rst
58a6fdcc 3498F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3499T: git https://repo.or.cz/qemu/ericb.git nbd
9e4067b8 3500T: git https://gitlab.com/vsementsov/qemu.git block
99c62e70 3501
6542aa9c
PL
3502NFS
3503M: Peter Lieven <pl@kamp.de>
280458a3 3504L: qemu-block@nongnu.org
6542aa9c
PL
3505S: Maintained
3506F: block/nfs.c
3507
f05b328c
SH
3508SSH
3509M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3510L: qemu-block@nongnu.org
f05b328c
SH
3511S: Supported
3512F: block/ssh.c
c9a12e75 3513
280458a3 3514CURL
280458a3 3515L: qemu-block@nongnu.org
5c6090fa 3516S: Odd Fixes
280458a3 3517F: block/curl.c
280458a3
JC
3518
3519GLUSTER
280458a3 3520L: qemu-block@nongnu.org
5c6090fa
TH
3521L: integration@gluster.org
3522S: Odd Fixes
280458a3 3523F: block/gluster.c
b5e9476c 3524
199667a8 3525Null Block Driver
fe5ca46d 3526M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3527L: qemu-block@nongnu.org
3528S: Supported
3529F: block/null.c
3530
bdd6a90a 3531NVMe Block Driver
1a949789
SH
3532M: Stefan Hajnoczi <stefanha@redhat.com>
3533R: Fam Zheng <fam@euphon.net>
8823ef13 3534R: Philippe Mathieu-Daudé <philmd@linaro.org>
bdd6a90a
FZ
3535L: qemu-block@nongnu.org
3536S: Supported
3537F: block/nvme*
dc0b4d94 3538F: include/block/nvme.h
1a949789 3539T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3540
b5e9476c
GA
3541Bootdevice
3542M: Gonglei <arei.gonglei@huawei.com>
3543S: Maintained
800d4ded 3544F: softmmu/bootdevice.c
ecdda9e0
AG
3545
3546Quorum
3547M: Alberto Garcia <berto@igalia.com>
3548S: Supported
3549F: block/quorum.c
3550L: qemu-block@nongnu.org
e7c6e631 3551
bfcc224e
AV
3552blklogwrites
3553M: Ari Sundholm <ari@tuxera.com>
3554L: qemu-block@nongnu.org
3555S: Supported
3556F: block/blklogwrites.c
3557
e7c6e631
SH
3558blkverify
3559M: Stefan Hajnoczi <stefanha@redhat.com>
3560L: qemu-block@nongnu.org
3561S: Supported
3562F: block/blkverify.c
3563
3564bochs
3565M: Stefan Hajnoczi <stefanha@redhat.com>
3566L: qemu-block@nongnu.org
3567S: Supported
3568F: block/bochs.c
3569
3570cloop
3571M: Stefan Hajnoczi <stefanha@redhat.com>
3572L: qemu-block@nongnu.org
3573S: Supported
3574F: block/cloop.c
3575
3576dmg
3577M: Stefan Hajnoczi <stefanha@redhat.com>
3578L: qemu-block@nongnu.org
3579S: Supported
3580F: block/dmg.c
3581
3582parallels
3583M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3584M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3585L: qemu-block@nongnu.org
3586S: Supported
3587F: block/parallels.c
a960c4b4 3588F: block/parallels-ext.c
5746c1cd 3589F: docs/interop/parallels.txt
e7c6e631
SH
3590
3591qed
3592M: Stefan Hajnoczi <stefanha@redhat.com>
3593L: qemu-block@nongnu.org
3594S: Supported
3595F: block/qed.c
3596
3597raw
3598M: Kevin Wolf <kwolf@redhat.com>
3599L: qemu-block@nongnu.org
3600S: Supported
3601F: block/linux-aio.c
f586d5fc 3602F: include/block/raw-aio.h
2e6fc7eb 3603F: block/raw-format.c
c1bb86cd
EB
3604F: block/file-posix.c
3605F: block/file-win32.c
e7c6e631
SH
3606F: block/win32-aio.c
3607
6663a0a3
AM
3608Linux io_uring
3609M: Aarushi Mehta <mehta.aaru20@gmail.com>
3610M: Julia Suvorova <jusual@redhat.com>
3611M: Stefan Hajnoczi <stefanha@redhat.com>
0ef28014 3612R: Stefano Garzarella <sgarzare@redhat.com>
6663a0a3
AM
3613L: qemu-block@nongnu.org
3614S: Maintained
3615F: block/io_uring.c
06a47ef5 3616F: stubs/io_uring.c
6663a0a3 3617
e7c6e631
SH
3618qcow2
3619M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3620M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3621L: qemu-block@nongnu.org
3622S: Supported
3623F: block/qcow2*
b24f9882 3624F: docs/interop/qcow2.txt
e7c6e631
SH
3625
3626qcow
3627M: Kevin Wolf <kwolf@redhat.com>
3628L: qemu-block@nongnu.org
3629S: Supported
3630F: block/qcow.c
3631
3632blkdebug
3633M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3634M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3635L: qemu-block@nongnu.org
3636S: Supported
3637F: block/blkdebug.c
3638
3639vpc
3640M: Kevin Wolf <kwolf@redhat.com>
3641L: qemu-block@nongnu.org
3642S: Supported
3643F: block/vpc.c
3644
3645vvfat
3646M: Kevin Wolf <kwolf@redhat.com>
3647L: qemu-block@nongnu.org
4b7c5bc4 3648S: Odd Fixes
e7c6e631 3649F: block/vvfat.c
abfe4e94
SH
3650
3651Image format fuzzer
3652M: Stefan Hajnoczi <stefanha@redhat.com>
3653L: qemu-block@nongnu.org
3654S: Supported
3655F: tests/image-fuzzer/
717171bd 3656
8675a376
CX
3657Vhost-user block device backend server
3658M: Coiby Xu <Coiby.Xu@gmail.com>
3659S: Maintained
3660F: block/export/vhost-user-blk-server.c
80a06cc5 3661F: block/export/vhost-user-blk-server.h
5c368029
XY
3662F: block/export/virtio-blk-handler.c
3663F: block/export/virtio-blk-handler.h
80a06cc5 3664F: include/qemu/vhost-user-server.h
8675a376 3665F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3666F: tests/qtest/libqos/vhost-user-blk.h
3667F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3668F: util/vhost-user-server.c
8675a376 3669
0c9b70d5 3670FUSE block device exports
b0c4798f 3671M: Hanna Reitz <hreitz@redhat.com>
0c9b70d5
HR
3672L: qemu-block@nongnu.org
3673S: Supported
3674F: block/export/fuse.c
3675
2a2359b8 3676VDUSE library and block device exports
a6caeee8
XY
3677M: Xie Yongji <xieyongji@bytedance.com>
3678S: Maintained
3679F: subprojects/libvduse/
2a2359b8
XY
3680F: block/export/vduse-blk.c
3681F: block/export/vduse-blk.h
a6caeee8 3682
049105a3 3683Replication
205f8618 3684M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3685M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3686S: Supported
3687F: replication*
3688F: block/replication.c
da668aa1 3689F: tests/unit/test-replication.c
049105a3
CX
3690F: docs/block-replication.txt
3691
a3defabb 3692PVRDMA
bfffeac8 3693M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3694M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3695S: Maintained
3696F: hw/rdma/*
3697F: hw/rdma/vmw/*
3698F: docs/pvrdma.txt
a5d2f6f8 3699F: contrib/rdmacm-mux/*
4a5c9903 3700F: qapi/rdma.json
a3defabb 3701
b052fec8
AB
3702Semihosting
3703M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3704S: Maintained
8df9f0c3 3705F: semihosting/
6b5fe137 3706F: include/semihosting/
3539d84d 3707F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3708F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3709
8684f1be
JJ
3710Multi-process QEMU
3711M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3712M: Jagannathan Raman <jag.raman@oracle.com>
3713M: John G Johnson <john.g.johnson@oracle.com>
3714S: Maintained
3715F: docs/devel/multi-process.rst
639090d8 3716F: docs/system/multi-process.rst
6fbd84d6
JR
3717F: hw/pci-host/remote.c
3718F: include/hw/pci-host/remote.h
3f0e7e57
JR
3719F: hw/remote/machine.c
3720F: include/hw/remote/machine.h
ad22c308
EU
3721F: hw/remote/mpqemu-link.c
3722F: include/hw/remote/mpqemu-link.h
48b06f50 3723F: hw/remote/message.c
c7d80c7c 3724F: hw/remote/remote-obj.c
ed5d0019
JR
3725F: include/hw/remote/memory.h
3726F: hw/remote/memory.c
9f811207
EU
3727F: hw/remote/proxy.c
3728F: include/hw/remote/proxy.h
c746b74a
JR
3729F: hw/remote/proxy-memory-listener.c
3730F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3731F: hw/remote/iohub.c
3732F: include/hw/remote/iohub.h
55116968 3733F: subprojects/libvfio-user
8f9a9259 3734F: hw/remote/vfio-user-obj.c
08cf3dc6 3735F: include/hw/remote/vfio-user-obj.h
253007d1
JR
3736F: hw/remote/iommu.c
3737F: include/hw/remote/iommu.h
8684f1be 3738
90322e64
AM
3739EBPF:
3740M: Jason Wang <jasowang@redhat.com>
3741R: Andrew Melnychenko <andrew@daynix.com>
3742R: Yuri Benditovich <yuri.benditovich@daynix.com>
3743S: Maintained
3744F: ebpf/*
3745F: tools/ebpf/*
3746
b9e02c06
AB
3747Build and test automation
3748-------------------------
9872ba0a 3749Build and test automation, general continuous integration
b9e02c06 3750M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3751M: Philippe Mathieu-Daudé <philmd@linaro.org>
9872ba0a
TH
3752M: Thomas Huth <thuth@redhat.com>
3753R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3754R: Beraldo Leal <bleal@redhat.com>
e70dc7f8 3755S: Maintained
e7c2d743 3756F: .github/workflows/lockdown.yml
9872ba0a
TH
3757F: .gitlab-ci.yml
3758F: .gitlab-ci.d/
b9e02c06 3759F: .travis.yml
04250c69 3760F: scripts/ci/
e70dc7f8 3761F: tests/docker/
18023821 3762F: tests/vm/
3260f4e6 3763F: tests/lcitool/
54dbfd85 3764F: scripts/archive-source.sh
4db546d3 3765F: docs/devel/testing.rst
9872ba0a 3766W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3767W: https://travis-ci.org/qemu/qemu
717171bd 3768
7162fbb4
EM
3769FreeBSD Hosted Continuous Integration
3770M: Ed Maste <emaste@freebsd.org>
3771M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4 3772S: Maintained
5be6fd0c
TH
3773F: .gitlab-ci.d/cirrus/freebsd*
3774F: tests/vm/freebsd
7162fbb4
EM
3775W: https://cirrus-ci.com/github/qemu/qemu
3776
daee8de3
YL
3777Windows Hosted Continuous Integration
3778M: Yonggang Luo <luoyonggang@gmail.com>
3779S: Maintained
3780F: .cirrus.yml
3781W: https://cirrus-ci.com/github/qemu/qemu
3782
7e97017e
AB
3783Guest Test Compilation Support
3784M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3785R: Philippe Mathieu-Daudé <philmd@linaro.org>
00a25291 3786S: Maintained
162f9164 3787F: tests/tcg/Makefile.target
7e97017e 3788
bbbd9b6e 3789Integration Testing with the Avocado framework
6634f1c4
PMD
3790W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3791R: Cleber Rosa <crosa@redhat.com>
8823ef13 3792R: Philippe Mathieu-Daudé <philmd@linaro.org>
6634f1c4 3793R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3794R: Beraldo Leal <bleal@redhat.com>
6634f1c4 3795S: Odd Fixes
bbbd9b6e 3796F: tests/avocado/
6634f1c4 3797
1e970158
PMD
3798GitLab custom runner (Works On Arm Sponsored)
3799M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3800M: Philippe Mathieu-Daudé <philmd@linaro.org>
1e970158 3801S: Maintained
66dca267
AB
3802F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3803F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
1e970158 3804
717171bd
DB
3805Documentation
3806-------------
3807Build system architecture
3808M: Daniel P. Berrange <berrange@redhat.com>
3809S: Odd Fixes
551bdfa0 3810F: docs/devel/build-system.rst
8a49e97f 3811
92329a7e
AB
3812GIT Data Mining Config
3813M: Alex Bennée <alex.bennee@linaro.org>
3814S: Odd Fixes
3815F: gitdm.config
3816F: contrib/gitdm/*
3817
b02c9bc3
MA
3818Incompatible changes
3819R: libvir-list@redhat.com
a476b216 3820F: docs/about/deprecated.rst
b02c9bc3 3821
aef45d51
DB
3822Build System
3823------------
48fad83f
AB
3824Meson
3825M: Paolo Bonzini <pbonzini@redhat.com>
3826R: Marc-André Lureau <marcandre.lureau@redhat.com>
3827R: Daniel P. Berrange <berrange@redhat.com>
3828R: Thomas Huth <thuth@redhat.com>
3829R: Philippe Mathieu-Daudé <philmd@linaro.org>
3830S: Maintained
3831F: meson.build
3832F: meson_options.txt
3833F: scripts/meson-buildoptions.*
3834F: scripts/check_sparse.py
3835F: scripts/symlink-install-tree.py
3836
3837Top Level Makefile and configure
3838M: Paolo Bonzini <pbonzini@redhat.com>
3839R: Alex Bennée <alex.bennee@linaro.org>
3840R: Thomas Huth <thuth@redhat.com>
3841S: Maintained
3842F: Makefile
3843F: configure
3844F: scripts/mtest2make.py
3845F: tests/Makefile.include
3846
aef45d51
DB
3847GIT submodules
3848M: Daniel P. Berrange <berrange@redhat.com>
3849S: Odd Fixes
3850F: scripts/git-submodule.sh
c10e01b9 3851
ef45a392 3852UI translations
4251dfb0 3853S: Orphan
ef45a392
AM
3854F: po/*.po
3855
c10e01b9
PM
3856Sphinx documentation configuration and build machinery
3857M: Peter Maydell <peter.maydell@linaro.org>
3858S: Maintained
3859F: docs/conf.py
3860F: docs/*/conf.py
4078ee54 3861F: docs/sphinx/
13f934e7 3862F: docs/_templates/
53fb8bfb
AM
3863
3864Miscellaneous
3865-------------
3866Performance Tools and Tests
3867M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3868S: Maintained
3869F: scripts/performance/