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