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