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