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