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