]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
hw: canokey: Remove HS support as not compliant to the spec
[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
8d8b636d 1843F: hw/acpi/*
d31e5ae7 1844F: hw/smbios/*
0e0b3592 1845F: hw/i386/acpi-build.[hc]
0e0b3592 1846F: hw/arm/virt-acpi-build.c
27c9188f 1847F: qapi/acpi.json
b963ea19 1848F: tests/qtest/bios-tables-test*
1e8a1fae 1849F: tests/qtest/acpi-utils.[hc]
faae23b9 1850F: tests/data/acpi/
fcc6f733
PM
1851F: docs/specs/acpi_cpu_hotplug.rst
1852F: docs/specs/acpi_mem_hotplug.rst
2fcd005f 1853F: docs/specs/acpi_nvdimm.rst
fcc6f733
PM
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
093454e2 2161e1000x
bf4835a4 2162M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
2163S: Maintained
2164F: hw/net/e1000x*
2165
6f3fbe4e 2166e1000e
bf4835a4 2167M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
2168S: Maintained
2169F: hw/net/e1000e*
7d6a4f12 2170F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2171
ebc2327f
SW
2172eepro100
2173M: Stefan Weil <sw@weilnetz.de>
2174S: Maintained
2175F: hw/net/eepro100.c
2176
34ea023d
SS
2177tulip
2178M: Sven Schnelle <svens@stackframe.org>
2179S: Maintained
2180F: hw/net/tulip.c
2181F: hw/net/tulip.h
2182
065177ee
PV
2183pca954x
2184M: Patrick Venture <venture@google.com>
2185S: Maintained
2186F: hw/i2c/i2c_mux_pca954x.c
2187F: include/hw/i2c/i2c_mux_pca954x.h
2188
e481a1f6 2189Generic Loader
c22e580c 2190M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2191S: Maintained
2192F: hw/core/generic-loader.c
efe1592c 2193F: hw/core/uboot_image.h
e481a1f6 2194F: include/hw/core/generic-loader.h
70f20110 2195F: docs/system/generic-loader.rst
e481a1f6 2196
a33ff6d2
AB
2197Guest Loader
2198M: Alex Bennée <alex.bennee@linaro.org>
2199S: Maintained
2200F: hw/core/guest-loader.c
01460378 2201F: docs/system/guest-loader.rst
bbbd9b6e 2202F: tests/avocado/boot_xen.py
e481a1f6 2203
645d3cbe
SH
2204Intel Hexadecimal Object File Loader
2205M: Su Hang <suhang16@mails.ucas.ac.cn>
2206S: Maintained
1e8a1fae 2207F: tests/qtest/hexloader-test.c
4b2ff65a 2208F: tests/data/hex-loader/test.hex
645d3cbe 2209
87a9023a
TH
2210CHRP NVRAM
2211M: Thomas Huth <thuth@redhat.com>
2212S: Maintained
2213F: hw/nvram/chrp_nvram.c
2214F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2215F: tests/qtest/prom-env-test.c
87a9023a 2216
42697d88 2217VM Generation ID
2b42989c 2218S: Orphan
48006e03 2219R: Ani Sinha <ani@anisinha.ca>
42697d88
BW
2220F: hw/acpi/vmgenid.c
2221F: include/hw/acpi/vmgenid.h
2222F: docs/specs/vmgenid.txt
1e8a1fae 2223F: tests/qtest/vmgenid-test.c
42697d88
BW
2224F: stubs/vmgenid.c
2225
c1b29826
PMD
2226LED
2227M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2228S: Maintained
2229F: include/hw/misc/led.h
2230F: hw/misc/led.c
2231
747969db
PMD
2232Unimplemented device
2233M: Peter Maydell <peter.maydell@linaro.org>
2234R: Philippe Mathieu-Daudé <f4bug@amsat.org>
48006e03 2235R: Ani Sinha <ani@anisinha.ca>
747969db
PMD
2236S: Maintained
2237F: include/hw/misc/unimp.h
2238F: hw/misc/unimp.c
2239
6007523a
PMD
2240Empty slot
2241M: Artyom Tarasenko <atar4qemu@gmail.com>
2242R: Philippe Mathieu-Daudé <f4bug@amsat.org>
48006e03 2243R: Ani Sinha <ani@anisinha.ca>
6007523a
PMD
2244S: Maintained
2245F: include/hw/misc/empty_slot.h
2246F: hw/misc/empty_slot.c
2247
dbb2e472
GH
2248Standard VGA
2249M: Gerd Hoffmann <kraxel@redhat.com>
2250S: Maintained
2251F: hw/display/vga*
2252F: hw/display/bochs-display.c
2253F: include/hw/display/vga.h
2254F: include/hw/display/bochs-vbe.h
2255
58d632c7
GH
2256ramfb
2257M: Gerd Hoffmann <kraxel@redhat.com>
2258S: Maintained
2259F: hw/display/ramfb*.c
2260F: include/hw/display/ramfb.h
2261
dbb2e472
GH
2262virtio-gpu
2263M: Gerd Hoffmann <kraxel@redhat.com>
a4de5e8a 2264S: Odd Fixes
dbb2e472 2265F: hw/display/virtio-gpu*
c68082c4 2266F: hw/display/virtio-vga.*
dbb2e472
GH
2267F: include/hw/virtio/virtio-gpu.h
2268
b372d79b
RN
2269vhost-user-blk
2270M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2271S: Maintained
2272F: contrib/vhost-user-blk/
2273F: contrib/vhost-user-scsi/
2274F: hw/block/vhost-user-blk.c
2275F: hw/scsi/vhost-user-scsi.c
2276F: hw/virtio/vhost-user-blk-pci.c
2277F: hw/virtio/vhost-user-scsi-pci.c
2278F: include/hw/virtio/vhost-user-blk.h
2279F: include/hw/virtio/vhost-user-scsi.h
2280
bd2e44fe
MAL
2281vhost-user-gpu
2282M: Marc-André Lureau <marcandre.lureau@redhat.com>
a4de5e8a 2283R: Gerd Hoffmann <kraxel@redhat.com>
bd2e44fe
MAL
2284S: Maintained
2285F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2286F: contrib/vhost-user-gpu
2287F: hw/display/vhost-user-*
bd2e44fe 2288
dbb2e472
GH
2289Cirrus VGA
2290M: Gerd Hoffmann <kraxel@redhat.com>
2291S: Odd Fixes
2292W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2293F: hw/display/cirrus*
2294
72d277a7
GH
2295EDID Generator
2296M: Gerd Hoffmann <kraxel@redhat.com>
2297S: Maintained
2298F: hw/display/edid*
2299F: include/hw/display/edid.h
2300F: qemu-edid.c
2301
10386385
PMD
2302PIIX4 South Bridge (i82371AB)
2303M: Hervé Poussineau <hpoussin@reactos.org>
2304M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2305S: Maintained
2306F: hw/isa/piix4.c
fff123b8 2307F: include/hw/southbridge/piix.h
10386385 2308
15ffb43c 2309Firmware configuration (fw_cfg)
90f285fd 2310M: Philippe Mathieu-Daudé <f4bug@amsat.org>
15ffb43c
PMD
2311R: Gerd Hoffmann <kraxel@redhat.com>
2312S: Supported
2313F: docs/specs/fw_cfg.txt
8d0bceba 2314F: hw/nvram/fw_cfg*.c
b15c0f7d 2315F: stubs/fw_cfg.c
15ffb43c
PMD
2316F: include/hw/nvram/fw_cfg.h
2317F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2318F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2319F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2320T: git https://github.com/philmd/qemu.git fw_cfg-next
2321
2313abf0 2322XIVE
2313abf0
TH
2323M: Cédric Le Goater <clg@kaod.org>
2324L: qemu-ppc@nongnu.org
2325S: Supported
2326F: hw/*/*xive*
2327F: include/hw/*/*xive*
24563a58 2328F: docs/*/*xive*
2313abf0 2329
7bd0d13f 2330Renesas peripherals
2d53d0c7 2331R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2332R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2333S: Odd Fixes
645194c7 2334F: hw/char/renesas_sci.c
7bd0d13f 2335F: hw/char/sh_serial.c
c7f37baf 2336F: hw/timer/renesas_*.c
7bd0d13f 2337F: hw/timer/sh_timer.c
645194c7 2338F: include/hw/char/renesas_sci.h
7bd0d13f 2339F: include/hw/sh4/sh.h
c7f37baf 2340F: include/hw/timer/renesas_*.h
7bd0d13f 2341
e78597cc 2342Renesas RX peripherals
b2744da9
PMD
2343R: Yoshinori Sato <ysato@users.sourceforge.jp>
2344S: Orphan
e78597cc 2345F: hw/intc/rx_icu.c
0c80f50f 2346F: hw/rx/
e78597cc 2347F: include/hw/intc/rx_icu.h
0c80f50f 2348F: include/hw/rx/
e78597cc 2349
de4d4adb
PP
2350CAN bus subsystem and hardware
2351M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2352M: Vikram Garhwal <fnu.vikram@xilinx.com>
2353S: Maintained
2354W: https://canbus.pages.fel.cvut.cz/
2355F: net/can/*
2356F: hw/net/can/*
2357F: include/net/can_*.h
2358
ff8cdbbd
DG
2359OpenPIC interrupt controller
2360M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2361S: Odd Fixes
2362F: hw/intc/openpic.c
2363F: include/hw/ppc/openpic.h
2364
6cee5479
PMD
2365MIPS CPS
2366M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2367S: Odd Fixes
2368F: hw/misc/mips_*
2369F: include/hw/misc/mips_*
2370
2371MIPS GIC
2372M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2373S: Odd Fixes
2374F: hw/intc/mips_gic.c
2375F: hw/timer/mips_gictimer.c
2376F: include/hw/intc/mips_gic.h
2377F: include/hw/timer/mips_gictimer.h
2378
56e34834
CH
2379S390 3270 device
2380M: Halil Pasic <pasic@linux.ibm.com>
2381M: Christian Borntraeger <borntraeger@linux.ibm.com>
2382S: Odd fixes
2383F: include/hw/s390x/3270-ccw.h
2384F: hw/char/terminal3270.c
2385F: hw/s390x/3270-ccw.c
2386L: qemu-s390x@nongnu.org
2387
2388S390 diag 288 watchdog
2389M: Halil Pasic <pasic@linux.ibm.com>
2390M: Christian Borntraeger <borntraeger@linux.ibm.com>
2391S: Supported
2392F: hw/watchdog/wdt_diag288.c
2393F: include/hw/watchdog/wdt_diag288.h
2394L: qemu-s390x@nongnu.org
2395
2396S390 storage key device
2397M: Halil Pasic <pasic@linux.ibm.com>
2398M: Christian Borntraeger <borntraeger@linux.ibm.com>
2399S: Supported
2400F: hw/s390x/storage-keys.h
2401F: hw/390x/s390-skeys*.c
2402L: qemu-s390x@nongnu.org
2403
2404S390 storage attribute device
2405M: Halil Pasic <pasic@linux.ibm.com>
2406M: Christian Borntraeger <borntraeger@linux.ibm.com>
2407S: Supported
2408F: hw/s390x/storage-attributes.h
2409F: hw/s390/s390-stattrib*.c
2410L: qemu-s390x@nongnu.org
2411
2412S390 floating interrupt controller
2413M: Halil Pasic <pasic@linux.ibm.com>
2414M: Christian Borntraeger <borntraeger@linux.ibm.com>
2415M: David Hildenbrand <david@redhat.com>
2416S: Supported
2417F: hw/intc/s390_flic*.c
2418F: include/hw/s390x/s390_flic.h
2419L: qemu-s390x@nongnu.org
2420
5028d66c
HZZ
2421CanoKey
2422M: Hongren (Zenithal) Zheng <i@zenithal.me>
2423S: Maintained
2424R: Canokeys.org <contact@canokeys.org>
2425F: hw/usb/canokey.c
2426F: hw/usb/canokey.h
2427F: docs/system/devices/canokey.rst
2428
fd5d5c56
AL
2429Subsystems
2430----------
a8f4aee6 2431Overall Audio backends
9f575846 2432M: Gerd Hoffmann <kraxel@redhat.com>
6bc915f3 2433S: Odd Fixes
fd5d5c56 2434F: audio/
0ebe43ea
PMD
2435X: audio/alsaaudio.c
2436X: audio/coreaudio.c
2437X: audio/dsound*
2438X: audio/jackaudio.c
2439X: audio/ossaudio.c
2440X: audio/paaudio.c
2441X: audio/sdlaudio.c
4566d142 2442X: audio/spiceaudio.c
92a3c6aa 2443F: qapi/audio.json
fd5d5c56 2444
0ebe43ea
PMD
2445ALSA Audio backend
2446M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2447R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2448S: Odd Fixes
2449F: audio/alsaaudio.c
2450
2451Core Audio framework backend
2452M: Gerd Hoffmann <kraxel@redhat.com>
c82b7ef1 2453M: Philippe Mathieu-Daudé <f4bug@amsat.org>
584ab347 2454R: Christian Schoenebeck <qemu_oss@crudebyte.com>
af643498 2455R: Akihiko Odaki <akihiko.odaki@gmail.com>
0ebe43ea
PMD
2456S: Odd Fixes
2457F: audio/coreaudio.c
2458
2459DSound Audio backend
2460M: Gerd Hoffmann <kraxel@redhat.com>
2461S: Odd Fixes
2462F: audio/dsound*
2463
2464JACK Audio Connection Kit backend
2465M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2466R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2467S: Odd Fixes
2468F: audio/jackaudio.c
2469
2470Open Sound System (OSS) Audio backend
2471M: Gerd Hoffmann <kraxel@redhat.com>
2472S: Odd Fixes
2473F: audio/ossaudio.c
2474
2475PulseAudio backend
2476M: Gerd Hoffmann <kraxel@redhat.com>
2477S: Odd Fixes
2478F: audio/paaudio.c
2479
2480SDL Audio backend
2481M: Gerd Hoffmann <kraxel@redhat.com>
2863bd56 2482R: Thomas Huth <huth@tuxfamily.org>
0ebe43ea
PMD
2483S: Odd Fixes
2484F: audio/sdlaudio.c
2485
17f1e8f5 2486Block layer core
fd5d5c56 2487M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 2488M: Hanna Reitz <hreitz@redhat.com>
c95e4c0e 2489L: qemu-block@nongnu.org
fd5d5c56
AL
2490S: Supported
2491F: block*
2492F: block/
8d8b636d 2493F: hw/block/
4c346e0b 2494F: include/block/
46078760 2495F: qemu-img*
33b2b388 2496F: docs/tools/qemu-img.rst
46078760 2497F: qemu-io*
29242091 2498F: tests/qemu-iotests/
8dd30c86 2499F: util/qemu-progress.c
0bcc8e5b 2500F: qobject/block-qdict.c
da668aa1 2501F: tests/unit/check-block-qdict.c
ebe2aad2 2502T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2503
c607c7fb
SH
2504Storage daemon
2505M: Kevin Wolf <kwolf@redhat.com>
2506L: qemu-block@nongnu.org
2507S: Supported
2508F: storage-daemon/
2509F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2510F: docs/tools/qemu-storage-daemon.rst
2511T: git https://repo.or.cz/qemu/kevin.git block
2512
d55053b1
SH
2513Block I/O path
2514M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2515M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2516L: qemu-block@nongnu.org
2517S: Supported
36c697bd
PB
2518F: util/async.c
2519F: util/aio-*.c
1f050a46
SH
2520F: util/aio-*.h
2521F: util/fdmon-*.c
d55053b1
SH
2522F: block/io.c
2523F: migration/block*
e1029ae2 2524F: include/block/aio.h
f5a53faa 2525F: include/block/aio-wait.h
0a4f9ad1 2526F: scripts/qemugdb/aio.py
da668aa1 2527F: tests/unit/test-fdmon-epoll.c
e18a8b34 2528T: git https://github.com/stefanha/qemu.git block
d55053b1 2529
e5b5728c
PB
2530Block SCSI subsystem
2531M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2532R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2533L: qemu-block@nongnu.org
2534S: Supported
2535F: include/scsi/*
2536F: scsi/*
2537
280458a3 2538Block Jobs
03283d64 2539M: John Snow <jsnow@redhat.com>
9e4067b8 2540M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
280458a3
JC
2541L: qemu-block@nongnu.org
2542S: Supported
2543F: blockjob.c
2544F: include/block/blockjob.h
33e9e9bd 2545F: job.c
1a90bc81 2546F: job-qmp.c
c468e368 2547F: include/qemu/job.h
280458a3
JC
2548F: block/backup.c
2549F: block/commit.c
77346025 2550F: block/stream.c
280458a3 2551F: block/mirror.c
bf42508f 2552F: qapi/job.json
d7beddcc 2553F: block/block-copy.c
d088e6a4
VSO
2554F: include/block/block-copy.h
2555F: block/reqlist.c
2556F: include/block/reqlist.h
d003e0ae
VSO
2557F: block/copy-before-write.h
2558F: block/copy-before-write.c
1c14eaab 2559F: block/snapshot-access.c
d7beddcc
VSO
2560F: include/block/aio_task.h
2561F: block/aio_task.c
2562F: util/qemu-co-shared-resource.c
2563F: include/qemu/co-shared-resource.h
77582e2c 2564T: git https://gitlab.com/jsnow/qemu.git jobs
9e4067b8 2565T: git https://gitlab.com/vsementsov/qemu.git block
280458a3 2566
4120201d
MA
2567Block QAPI, monitor, command line
2568M: Markus Armbruster <armbru@redhat.com>
2569S: Supported
2570F: blockdev.c
a2dde2f2 2571F: blockdev-hmp-cmds.c
4120201d
MA
2572F: block/qapi.c
2573F: qapi/block*.json
fa988e39 2574F: qapi/transaction.json
ebe2aad2 2575T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2576
502730ee
JC
2577Compute Express Link
2578M: Ben Widawsky <ben.widawsky@intel.com>
2579M: Jonathan Cameron <jonathan.cameron@huawei.com>
2580S: Supported
2581F: hw/cxl/
2fcd005f 2582F: hw/mem/cxl_type3.c
502730ee
JC
2583F: include/hw/cxl/
2584
538193bc 2585Dirty Bitmaps
edb05904 2586M: Eric Blake <eblake@redhat.com>
9e4067b8 2587M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
edb05904 2588R: John Snow <jsnow@redhat.com>
538193bc
JS
2589L: qemu-block@nongnu.org
2590S: Supported
538193bc
JS
2591F: include/qemu/hbitmap.h
2592F: include/block/dirty-bitmap.h
bb4e58c6 2593F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2594F: block/dirty-bitmap.c
2595F: block/qcow2-bitmap.c
052db8e7 2596F: migration/block-dirty-bitmap.c
00637c6b 2597F: util/hbitmap.c
da668aa1 2598F: tests/unit/test-hbitmap.c
5746c1cd 2599F: docs/interop/bitmaps.rst
edb05904 2600T: git https://repo.or.cz/qemu/ericb.git bitmaps
9e4067b8 2601T: git https://gitlab.com/vsementsov/qemu.git block
538193bc 2602
61af0ee6 2603Character device backends
55fc84a7 2604M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2605R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2606S: Maintained
178fe0ae 2607F: chardev/
8228e353 2608F: include/chardev/
dbeee392 2609F: qapi/char.json
fd5d5c56 2610
e26082fd
PB
2611Character Devices (Braille)
2612M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2613S: Maintained
6b10e573 2614F: chardev/baum.c
fd5d5c56 2615
e94630d3
MA
2616Command line option argument parsing
2617M: Markus Armbruster <armbru@redhat.com>
2618S: Supported
2619F: include/qemu/option.h
da668aa1
TH
2620F: tests/unit/test-keyval.c
2621F: tests/unit/test-qemu-opts.c
e94630d3
MA
2622F: util/keyval.c
2623F: util/qemu-option.c
2624
8c413e79
MA
2625Coverity model
2626M: Markus Armbruster <armbru@redhat.com>
2627S: Supported
2628F: scripts/coverity-model.c
2629
9c263d07
PM
2630Coverity Scan integration
2631M: Peter Maydell <peter.maydell@linaro.org>
2632S: Maintained
2633F: scripts/coverity-scan/
2634
d24b569a 2635Device Tree
c3c962c1
AF
2636M: Alistair Francis <alistair.francis@wdc.com>
2637R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2638S: Maintained
800d4ded 2639F: softmmu/device_tree.c
82407515 2640F: include/sysemu/device_tree.h
d24b569a 2641
3505a22b
MAL
2642Dump
2643S: Supported
2644M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2645F: dump/
3505a22b
MAL
2646F: hw/misc/vmcoreinfo.c
2647F: include/hw/misc/vmcoreinfo.h
6d3da32c 2648F: include/qemu/win_dump_defs
3505a22b
MAL
2649F: include/sysemu/dump-arch.h
2650F: include/sysemu/dump.h
d06b747b 2651F: qapi/dump.json
3505a22b
MAL
2652F: scripts/dump-guest-memory.py
2653F: stubs/dump.c
2654
4f966768
MA
2655Error reporting
2656M: Markus Armbruster <armbru@redhat.com>
2657S: Supported
2658F: include/qapi/error.h
2659F: include/qemu/error-report.h
abb3d37d 2660F: qapi/error.json
4f966768
MA
2661F: util/error.c
2662F: util/qemu-error.c
d1d3a997
VSO
2663F: scripts/coccinelle/err-bad-newline.cocci
2664F: scripts/coccinelle/error-use-after-free.cocci
2665F: scripts/coccinelle/error_propagate_null.cocci
2666F: scripts/coccinelle/remove_local_err.cocci
2667F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2668F: scripts/coccinelle/errp-guard.cocci
4f966768 2669
fd5d5c56 2670GDB stub
c7b3e866 2671M: Alex Bennée <alex.bennee@linaro.org>
90f285fd 2672R: Philippe Mathieu-Daudé <f4bug@amsat.org>
c7b3e866 2673S: Maintained
fd5d5c56 2674F: gdbstub*
0dec1016 2675F: include/exec/gdbstub.h
fd5d5c56 2676F: gdb-xml/
51c623b0 2677F: tests/tcg/multiarch/gdbstub/
fd5d5c56 2678
01a9c03c
PB
2679Memory API
2680M: Paolo Bonzini <pbonzini@redhat.com>
07b315ba
DH
2681M: Peter Xu <peterx@redhat.com>
2682M: David Hildenbrand <david@redhat.com>
90f285fd 2683R: Philippe Mathieu-Daudé <f4bug@amsat.org>
01a9c03c
PB
2684S: Supported
2685F: include/exec/ioport.h
14776ab5 2686F: include/exec/memop.h
01a9c03c 2687F: include/exec/memory.h
2b1641d0 2688F: include/exec/ram_addr.h
41aa4e9f 2689F: include/exec/ramblock.h
9f04dd7f 2690F: include/sysemu/memory_mapping.h
800d4ded 2691F: softmmu/dma-helpers.c
c7f419f5
CF
2692F: softmmu/ioport.c
2693F: softmmu/memory.c
9f04dd7f 2694F: softmmu/memory_mapping.c
d9f24bf5 2695F: softmmu/physmem.c
01a9c03c 2696F: include/exec/memory-internal.h
044e2af9 2697F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2698
2fcd005f
DH
2699Memory devices
2700M: David Hildenbrand <david@redhat.com>
2701M: Igor Mammedov <imammedo@redhat.com>
2702R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2703S: Supported
2704F: hw/mem/memory-device.c
2705F: hw/mem/nvdimm.c
2706F: hw/mem/pc-dimm.c
2707F: include/hw/mem/memory-device.h
2708F: include/hw/mem/nvdimm.h
2709F: include/hw/mem/pc-dimm.h
2710F: docs/nvdimm.txt
2711
7ee3bf03
GH
2712SPICE
2713M: Gerd Hoffmann <kraxel@redhat.com>
227b1638 2714S: Odd Fixes
6e481d57 2715F: include/ui/qemu-spice.h
438528a3 2716F: include/ui/spice-display.h
7ee3bf03
GH
2717F: ui/spice-*.c
2718F: audio/spiceaudio.c
8d8b636d 2719F: hw/display/qxl*
608cfed6 2720F: qapi/ui.json
9bd4cb35 2721F: docs/spice-port-fqdn.txt
7ee3bf03 2722
fd5d5c56 2723Graphics
25eccc37
GH
2724M: Gerd Hoffmann <kraxel@redhat.com>
2725S: Odd Fixes
fd5d5c56 2726F: ui/
e220656c 2727F: include/ui/
608cfed6 2728F: qapi/ui.json
b1d38037 2729F: util/drm.c
fd5d5c56 2730
351f1bf6 2731Cocoa graphics
30ef3c74 2732M: Peter Maydell <peter.maydell@linaro.org>
c82b7ef1 2733M: Philippe Mathieu-Daudé <f4bug@amsat.org>
af643498 2734R: Akihiko Odaki <akihiko.odaki@gmail.com>
351f1bf6
AF
2735S: Odd Fixes
2736F: ui/cocoa.m
2737
fd5d5c56 2738Main loop
da26f37a
PB
2739M: Paolo Bonzini <pbonzini@redhat.com>
2740S: Maintained
48e824e0 2741F: include/exec/gen-icount.h
54d31236
MA
2742F: include/qemu/main-loop.h
2743F: include/sysemu/runstate.h
e6dba048 2744F: include/sysemu/runstate-action.h
3ecb29a3
PB
2745F: util/main-loop.c
2746F: util/qemu-timer.c
bac068e0 2747F: softmmu/vl.c
7b733862 2748F: softmmu/main.c
c7f419f5 2749F: softmmu/cpus.c
b0c3cf94 2750F: softmmu/cpu-throttle.c
740b1759
CF
2751F: softmmu/cpu-timers.c
2752F: softmmu/icount.c
e6dba048 2753F: softmmu/runstate-action.c
1a7fc044 2754F: softmmu/runstate.c
0e201d34 2755F: qapi/run-state.json
fd5d5c56 2756
1b7e01d0
SH
2757Read, Copy, Update (RCU)
2758M: Paolo Bonzini <pbonzini@redhat.com>
2759S: Maintained
2760F: include/qemu/rcu*.h
da668aa1
TH
2761F: tests/unit/rcutorture.c
2762F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2763F: util/rcu.c
2764
8899b4ae 2765Human Monitor (HMP)
c833fb4a 2766M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2767S: Maintained
5bce308a 2768F: monitor/monitor-internal.h
e84328fa 2769F: monitor/misc.c
1d95db74 2770F: monitor/monitor.c
f1b3ccfa
KW
2771F: monitor/hmp*
2772F: hmp.h
c13e9912
TH
2773F: hmp-commands*.hx
2774F: include/monitor/hmp-target.h
1e8a1fae 2775F: tests/qtest/test-hmp.c
637de4db
MA
2776F: include/qemu/qemu-print.h
2777F: util/qemu-print.c
fd5d5c56 2778
f536f112 2779Network device backends
442469e6 2780M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2781S: Maintained
2782F: net/
d24b2b1c 2783F: include/net/
e9bbc8bd 2784F: qemu-bridge-helper.c
e18a8b34 2785T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2786F: qapi/net.json
fd5d5c56 2787
aee09baf
VM
2788Netmap network backend
2789M: Luigi Rizzo <rizzo@iet.unipi.it>
2790M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2791M: Vincenzo Maffione <v.maffione@gmail.com>
2792W: http://info.iet.unipi.it/~luigi/netmap/
2793S: Maintained
2794F: net/netmap.c
2795
4fc264f4 2796Host Memory Backends
4ade3ea1 2797M: David Hildenbrand <david@redhat.com>
4fc264f4
EH
2798M: Igor Mammedov <imammedo@redhat.com>
2799S: Maintained
2800F: backends/hostmem*.c
2801F: include/sysemu/hostmem.h
f953c100 2802T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2803
6034011c
GA
2804Cryptodev Backends
2805M: Gonglei <arei.gonglei@huawei.com>
2806S: Maintained
2807F: include/sysemu/cryptodev*.h
2808F: backends/cryptodev*.c
2809
b8eaee96
JS
2810Python library
2811M: John Snow <jsnow@redhat.com>
2812M: Cleber Rosa <crosa@redhat.com>
89d38c74 2813R: Beraldo Leal <bleal@redhat.com>
b8eaee96
JS
2814S: Maintained
2815F: python/
2816T: git https://gitlab.com/jsnow/qemu.git python
2817
ad904f66 2818Python scripts
89d38c74 2819M: John Snow <jsnow@redhat.com>
ad904f66 2820M: Cleber Rosa <crosa@redhat.com>
4251dfb0 2821S: Odd Fixes
ad904f66
EH
2822F: scripts/*.py
2823F: tests/*.py
2824
f4abfc6c 2825Benchmark util
9e4067b8 2826M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
f4abfc6c
VSO
2827S: Maintained
2828F: scripts/simplebench/
9e4067b8 2829T: git https://gitlab.com/vsementsov/qemu.git simplebench
f4abfc6c 2830
8cad15b1 2831Transactions helper
9e4067b8 2832M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
8cad15b1
VSO
2833S: Maintained
2834F: include/qemu/transactions.h
2835F: util/transactions.c
9e4067b8 2836T: git https://gitlab.com/vsementsov/qemu.git block
8cad15b1 2837
8899b4ae 2838QAPI
9740618c 2839M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2840M: Michael Roth <michael.roth@amd.com>
9740618c 2841S: Supported
8899b4ae 2842F: qapi/
0311c5bd 2843X: qapi/*.json
ac4abb9a
MA
2844F: include/qapi/
2845X: include/qapi/qmp/
2846F: include/qapi/qmp/dispatch.h
c0bd0b50 2847F: tests/qapi-schema/
da668aa1
TH
2848F: tests/unit/test-*-visitor.c
2849F: tests/unit/test-qapi-*.c
2850F: tests/unit/test-qmp-*.c
2851F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
2852F: scripts/qapi-gen.py
2853F: scripts/qapi/*
4078ee54 2854F: docs/sphinx/qapidoc.py
c39cdbf6 2855F: docs/devel/qapi*
ebe2aad2 2856T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2857
7810d291
LC
2858QAPI Schema
2859M: Eric Blake <eblake@redhat.com>
7810d291
LC
2860M: Markus Armbruster <armbru@redhat.com>
2861S: Supported
0311c5bd 2862F: qapi/*.json
ebe2aad2 2863T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2864
f3582ba4 2865QObject
daf5dc78
MA
2866M: Markus Armbruster <armbru@redhat.com>
2867S: Supported
f3582ba4 2868F: qobject/
7735d2b5
MA
2869F: include/qapi/qmp/
2870X: include/qapi/qmp/dispatch.h
a2f3453e 2871F: scripts/coccinelle/qobject.cocci
da668aa1
TH
2872F: tests/unit/check-qdict.c
2873F: tests/unit/check-qjson.c
2874F: tests/unit/check-qlist.c
2875F: tests/unit/check-qlit.c
2876F: tests/unit/check-qnull.c
2877F: tests/unit/check-qnum.c
2878F: tests/unit/check-qobject.c
2879F: tests/unit/check-qstring.c
fe07b62c 2880F: tests/data/qobject/qdict.txt
ebe2aad2 2881T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2882
f05d9999 2883QEMU Guest Agent
2f5f9bc8 2884M: Michael Roth <michael.roth@amd.com>
f05d9999
MR
2885S: Maintained
2886F: qga/
27a296fc 2887F: docs/interop/qemu-ga.rst
db16115f 2888F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 2889F: scripts/qemu-guest-agent/
da668aa1 2890F: tests/unit/test-qga.c
e18a8b34 2891T: git https://github.com/mdroth/qemu.git qga
f05d9999 2892
cced3a72
KK
2893QEMU Guest Agent Win32
2894M: Konstantin Kostiuk <kkostiuk@redhat.com>
2895S: Maintained
2896F: qga/*win32*
2897F: qga/vss-win32/
2898F: qga/installer/
2899T: git https://github.com/kostyanf14/qemu.git qga-win32
2900
4688c94c 2901QOM
1085d86e
PB
2902M: Paolo Bonzini <pbonzini@redhat.com>
2903R: Daniel P. Berrange <berrange@redhat.com>
24c4cd13 2904R: Eduardo Habkost <eduardo@habkost.net>
4688c94c 2905S: Supported
8f920054
MA
2906F: docs/qdev-device-use.txt
2907F: hw/core/qdev*
b77b5b3d
MA
2908F: hw/core/bus.c
2909F: hw/core/sysbus.c
8f920054
MA
2910F: include/hw/qdev*
2911F: include/monitor/qdev.h
4688c94c 2912F: include/qom/
c577ff62
MA
2913F: qapi/qom.json
2914F: qapi/qdev.json
22fb6eb5 2915F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2916F: softmmu/qdev-monitor.c
9b45a025 2917F: stubs/qdev.c
4688c94c 2918F: qom/
da668aa1
TH
2919F: tests/unit/check-qom-interface.c
2920F: tests/unit/check-qom-proplist.c
2921F: tests/unit/test-qdev-global-props.c
4688c94c 2922
94dfc0f3 2923QOM boilerplate conversion script
24c4cd13 2924M: Eduardo Habkost <eduardo@habkost.net>
94dfc0f3
EH
2925S: Maintained
2926F: scripts/codeconverter/
2927
8899b4ae 2928QMP
9740618c
LC
2929M: Markus Armbruster <armbru@redhat.com>
2930S: Supported
5bce308a 2931F: monitor/monitor-internal.h
f1b3ccfa 2932F: monitor/qmp*
e84328fa 2933F: monitor/misc.c
1d95db74 2934F: monitor/monitor.c
92a3c6aa 2935F: qapi/control.json
abb3d37d 2936F: qapi/error.json
92a3c6aa 2937F: qapi/introspect.json
c39cdbf6 2938F: docs/devel/*qmp-*
12b2f0d9 2939F: docs/interop/*qmp-*
9740618c 2940F: scripts/qmp/
1e8a1fae
TH
2941F: tests/qtest/qmp-test.c
2942F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2943T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2944
98a43bf0 2945qtest
98a43bf0
PB
2946M: Thomas Huth <thuth@redhat.com>
2947M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2948R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2949S: Maintained
c7f419f5 2950F: softmmu/qtest.c
1583a389 2951F: accel/qtest/
1e8a1fae 2952F: tests/qtest/
222455ef 2953F: docs/devel/qgraph.rst
520ddc18 2954X: tests/qtest/bios-tables-test*
98a43bf0 2955
5f6fd09a
AB
2956Device Fuzzing
2957M: Alexander Bulekov <alxndr@bu.edu>
2958R: Paolo Bonzini <pbonzini@redhat.com>
2959R: Bandan Das <bsd@redhat.com>
2960R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2961R: Thomas Huth <thuth@redhat.com>
85221b05 2962R: Darren Kenny <darren.kenny@oracle.com>
5d32fc3b 2963R: Qiuhao Li <Qiuhao.Li@outlook.com>
5f6fd09a
AB
2964S: Maintained
2965F: tests/qtest/fuzz/
d3d39fc0 2966F: tests/qtest/fuzz-*test.c
211635b3 2967F: scripts/oss-fuzz/
230376d2 2968F: hw/mem/sparse-mem.c
f3a0208f 2969F: docs/devel/fuzzing.rst
5f6fd09a 2970
cc0100f4 2971Register API
c22e580c 2972M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2973S: Maintained
2974F: hw/core/register.c
2975F: include/hw/register.h
06a7b243 2976F: include/hw/registerfields.h
cc0100f4 2977
fd5d5c56 2978SLIRP
eda509fa 2979M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2980S: Maintained
fd5d5c56 2981F: slirp/
663fb1e1 2982F: net/slirp.c
d24b2b1c 2983F: include/net/slirp.h
02cffe24 2984T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2985
6d0af39f
EI
2986Streams
2987M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2988S: Maintained
2989F: hw/core/stream.c
2990F: include/hw/stream.h
2991
b1ed728a
PB
2992Stubs
2993M: Paolo Bonzini <pbonzini@redhat.com>
2994S: Maintained
2995F: stubs/
2996
598a3f35 2997Tracing
1cd0f8ce 2998M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2999S: Maintained
3000F: trace/
0e076292 3001F: trace-events
3a8273b1 3002F: docs/qemu-option-trace.rst.inc
92a3c6aa 3003F: qapi/trace.json
f70fd8fd
LV
3004F: scripts/tracetool.py
3005F: scripts/tracetool/
62dd1048 3006F: scripts/qemu-trace-stap*
33b2b388 3007F: docs/tools/qemu-trace-stap.rst
d0fb9657 3008F: docs/devel/tracing.rst
e18a8b34 3009T: git https://github.com/stefanha/qemu.git tracing
598a3f35 3010
3859b6cf 3011TPM
1f63669e 3012M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 3013S: Maintained
3859b6cf
MA
3014F: tpm.c
3015F: hw/tpm/*
3016F: include/hw/acpi/tpm.h
3017F: include/sysemu/tpm*
3018F: qapi/tpm.json
8ae92e24 3019F: backends/tpm/
1e8a1fae 3020F: tests/qtest/*tpm*
e18a8b34 3021T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 3022
14f40fdc 3023Checkpatch
14f40fdc
BS
3024S: Odd Fixes
3025F: scripts/checkpatch.pl
3026
c0787c8d
JQ
3027Migration
3028M: Juan Quintela <quintela@redhat.com>
d7fc72ce 3029M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 3030S: Maintained
107b5969
MAL
3031F: hw/core/vmstate-if.c
3032F: include/hw/vmstate-if.h
c0787c8d 3033F: include/migration/
44a1f946 3034F: migration/
c5515640
AS
3035F: scripts/vmstate-static-checker.py
3036F: tests/vmstate-static-checker-data/
1e8a1fae 3037F: tests/qtest/migration-test.c
c468e368 3038F: docs/devel/migration.rst
48685a8e 3039F: qapi/migration.json
fac87d4d 3040F: tests/migration/
c0787c8d 3041
a566907f
MAL
3042D-Bus
3043M: Marc-André Lureau <marcandre.lureau@redhat.com>
3044S: Maintained
5010cec2 3045F: backends/dbus-vmstate.c
89f4df95
MAL
3046F: ui/dbus*
3047F: audio/dbus*
a5021d69 3048F: util/dbus.c
89f4df95 3049F: include/ui/dbus*
a5021d69 3050F: include/qemu/dbus.h
89f4df95
MAL
3051F: docs/interop/dbus*
3052F: docs/sphinx/dbus*
3053F: docs/sphinx/fakedbusdoc.py
3054F: tests/qtest/dbus*
a566907f 3055
92bfedb0 3056Seccomp
e3160dea
DB
3057M: Daniel P. Berrange <berrange@redhat.com>
3058S: Odd Fixes
800d4ded 3059F: softmmu/qemu-seccomp.c
92bfedb0 3060F: include/sysemu/seccomp.h
d2ea8dac 3061F: tests/unit/test-seccomp.c
92bfedb0 3062
ddbb0d09
DB
3063Cryptography
3064M: Daniel P. Berrange <berrange@redhat.com>
3065S: Maintained
3066F: crypto/
3067F: include/crypto/
92a3c6aa 3068F: qapi/crypto.json
da668aa1 3069F: tests/unit/test-crypto-*
3b472e71 3070F: tests/bench/benchmark-crypto-*
da668aa1
TH
3071F: tests/unit/crypto-tls-*
3072F: tests/unit/pkix_asn1_tab.c
899833cd 3073F: qemu.sasl
ddbb0d09 3074
10817bf0
DB
3075Coroutines
3076M: Stefan Hajnoczi <stefanha@redhat.com>
3077M: Kevin Wolf <kwolf@redhat.com>
00a25291 3078S: Maintained
10817bf0
DB
3079F: util/*coroutine*
3080F: include/qemu/coroutine*
da668aa1 3081F: tests/unit/test-coroutine.c
10817bf0 3082
88c5f205
DB
3083Buffers
3084M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3085S: Odd Fixes
88c5f205
DB
3086F: util/buffer.c
3087F: include/qemu/buffer.h
3088
666a3af9
DB
3089I/O Channels
3090M: Daniel P. Berrange <berrange@redhat.com>
3091S: Maintained
3092F: io/
3093F: include/io/
da668aa1 3094F: tests/unit/test-io-*
666a3af9 3095
5b76dd13
DB
3096User authorization
3097M: Daniel P. Berrange <berrange@redhat.com>
3098S: Maintained
3099F: authz/
c8c99887 3100F: qapi/authz.json
5b76dd13 3101F: include/authz/
da668aa1 3102F: tests/unit/test-authz-*
5b76dd13 3103
5614a283
GH
3104Sockets
3105M: Daniel P. Berrange <berrange@redhat.com>
5614a283
GH
3106S: Maintained
3107F: include/qemu/sockets.h
3108F: util/qemu-sockets.c
a2ff5a48 3109F: qapi/sockets.json
5614a283 3110
90e33dfe
DB
3111File monitor
3112M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3113S: Odd Fixes
90e33dfe
DB
3114F: util/filemonitor*.c
3115F: include/qemu/filemonitor.h
da668aa1 3116F: tests/unit/test-util-filemonitor.c
90e33dfe 3117
d310d85b
AG
3118Throttling infrastructure
3119M: Alberto Garcia <berto@igalia.com>
3120S: Supported
3121F: block/throttle-groups.c
3122F: include/block/throttle-groups.h
89603938 3123F: include/qemu/throttle*.h
d310d85b 3124F: util/throttle.c
89603938 3125F: docs/throttle.txt
da668aa1 3126F: tests/unit/test-throttle.c
d310d85b
AG
3127L: qemu-block@nongnu.org
3128
080d7aac 3129UUID
fe5ca46d 3130M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
3131S: Supported
3132F: util/uuid.c
3133F: include/qemu/uuid.h
da668aa1 3134F: tests/unit/test-uuid.c
080d7aac 3135
50186051
LS
3136Yank feature
3137M: Lukas Straub <lukasstraub2@web.de>
3138S: Odd fixes
3139F: util/yank.c
1a92d6d5 3140F: migration/yank_functions*
d3a0bb77 3141F: tests/unit/test-yank.c
50186051
LS
3142F: include/qemu/yank.h
3143F: qapi/yank.json
3144
a4cc318e 3145COLO Framework
2ac7d741 3146M: Hailiang Zhang <zhanghailiang@xfusion.com>
a4cc318e
HZ
3147S: Maintained
3148F: migration/colo*
3149F: include/migration/colo.h
3150F: include/migration/failover.h
3151F: docs/COLO-FT.txt
3152
88f82ed1 3153COLO Proxy
c6bf50ff 3154M: Zhang Chen <chen.zhang@intel.com>
2ece6e64 3155M: Li Zhijian <lizhijian@fujitsu.com>
88f82ed1
ZC
3156S: Supported
3157F: docs/colo-proxy.txt
3158F: net/colo*
3159F: net/filter-rewriter.c
3160F: net/filter-mirror.c
487cf3f2 3161F: tests/qtest/test-filter*
88f82ed1 3162
62258201
PD
3163Record/replay
3164M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3165R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 3166W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3167S: Supported
3168F: replay/*
3169F: block/blkreplay.c
3170F: net/filter-replay.c
3171F: include/sysemu/replay.h
3172F: docs/replay.txt
3173F: stubs/replay.c
bbbd9b6e
WR
3174F: tests/avocado/replay_kernel.py
3175F: tests/avocado/replay_linux.py
3176F: tests/avocado/reverse_debugging.py
43d7e1d7 3177F: qapi/replay.json
62258201 3178
eecf5eed
PX
3179IOVA Tree
3180M: Peter Xu <peterx@redhat.com>
3181S: Maintained
3182F: include/qemu/iova-tree.h
3183F: util/iova-tree.c
3184
5ee547bb
VP
3185elf2dmp
3186M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3187S: Maintained
3188F: contrib/elf2dmp/
3189
93198b6c
CM
3190I2C and SMBus
3191M: Corey Minyard <cminyard@mvista.com>
3192S: Maintained
3193F: hw/i2c/core.c
3194F: hw/i2c/smbus_slave.c
3195F: hw/i2c/smbus_master.c
3196F: hw/i2c/smbus_eeprom.c
3197F: include/hw/i2c/i2c.h
3198F: include/hw/i2c/smbus_master.h
3199F: include/hw/i2c/smbus_slave.h
3200F: include/hw/i2c/smbus_eeprom.h
3201
bf0e0c70
TR
3202PMBus
3203M: Titus Rwantare <titusr@google.com>
3204S: Maintained
3205F: hw/i2c/pmbus_device.c
3206F: hw/sensor/adm1272.c
ffcdae67 3207F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3208F: hw/sensor/max34451.c
3209F: include/hw/i2c/pmbus_device.h
ffcdae67 3210F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3211F: tests/qtest/adm1272-test.c
3212F: tests/qtest/max34451-test.c
ffcdae67 3213F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3214
d0d89526 3215Firmware schema specifications
90f285fd 3216M: Philippe Mathieu-Daudé <f4bug@amsat.org>
d0d89526
PMD
3217R: Daniel P. Berrange <berrange@redhat.com>
3218R: Kashyap Chamarthy <kchamart@redhat.com>
3219S: Maintained
3220F: docs/interop/firmware.json
3221
6739df3f 3222EDK2 Firmware
90f285fd 3223M: Philippe Mathieu-Daudé <f4bug@amsat.org>
9b437cd0 3224M: Gerd Hoffmann <kraxel@redhat.com>
6739df3f 3225S: Supported
b5b31860 3226F: hw/i386/*ovmf*
6739df3f
LE
3227F: pc-bios/descriptors/??-edk2-*.json
3228F: pc-bios/edk2-*
3229F: roms/Makefile.edk2
3230F: roms/edk2
3231F: roms/edk2-*
3232F: tests/data/uefi-boot-images/
3233F: tests/uefi-test-tools/
922febe2 3234F: .gitlab-ci.d/edk2.yml
71920809 3235F: .gitlab-ci.d/edk2/
6739df3f 3236
8bc43f39
PX
3237VT-d Emulation
3238M: Michael S. Tsirkin <mst@redhat.com>
3239M: Peter Xu <peterx@redhat.com>
3240R: Jason Wang <jasowang@redhat.com>
3241S: Supported
3242F: hw/i386/intel_iommu.c
3243F: hw/i386/intel_iommu_internal.h
3244F: include/hw/i386/intel_iommu.h
3245
e92fb016
BM
3246OpenSBI Firmware
3247M: Bin Meng <bmeng.cn@gmail.com>
3248S: Supported
3249F: pc-bios/opensbi-*
3250F: .gitlab-ci.d/opensbi.yml
3251F: .gitlab-ci.d/opensbi/
3252
59c7a187
LM
3253Clock framework
3254M: Luc Michel <luc@lmichel.fr>
3255R: Damien Hedde <damien.hedde@greensocs.com>
3256S: Maintained
3257F: include/hw/clock.h
3258F: include/hw/qdev-clock.h
3259F: hw/core/clock.c
3260F: hw/core/clock-vmstate.c
3261F: hw/core/qdev-clock.c
3262F: docs/devel/clocks.rst
3263
fd5d5c56
AL
3264Usermode Emulation
3265------------------
6347e1f1 3266Overall usermode emulation
486bbe5f
PB
3267M: Riku Voipio <riku.voipio@iki.fi>
3268S: Maintained
58410666 3269F: accel/tcg/user-exec*.c
bbf15aaf
RH
3270F: include/user/
3271F: common-user/
486bbe5f 3272
fd5d5c56 3273BSD user
65a9d380
WL
3274M: Warner Losh <imp@bsdimp.com>
3275R: Kyle Evans <kevans@freebsd.org>
3276S: Maintained
fd5d5c56 3277F: bsd-user/
812b31d3 3278F: configs/targets/*-bsd-user.mak
adbae40f 3279F: tests/vm/*bsd
65a9d380 3280T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3281
fd5d5c56 3282Linux user
8f902c54 3283M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3284S: Maintained
3285F: linux-user/
812b31d3 3286F: configs/targets/*linux-user.mak
e5dd9875 3287F: scripts/qemu-binfmt-conf.sh
e3a6c825 3288F: scripts/update-syscalltbl.sh
57333330 3289F: scripts/update-mips-syscall-args.sh
382ae67a 3290F: scripts/gensyscalls.sh
42f5a7e9
AJ
3291
3292Tiny Code Generator (TCG)
3293-------------------------
6347e1f1 3294Common TCG code
336f744e 3295M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3296S: Maintained
3297F: tcg/
d3582cfd 3298F: include/tcg/
42f5a7e9 3299
22b5867b
AB
3300TCG Plugins
3301M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3302R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3303R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3304S: Maintained
8ea6abf0 3305F: docs/devel/tcg-plugins.rst
22b5867b 3306F: plugins/
c17a386b 3307F: tests/plugin/
bbbd9b6e 3308F: tests/avocado/tcg_plugins.py
c17a386b 3309F: contrib/plugins/
22b5867b 3310
6347e1f1 3311AArch64 TCG target
3e5a01ef 3312M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3313S: Maintained
b4f2bd1c 3314L: qemu-arm@nongnu.org
b25a464c 3315F: tcg/aarch64/
c17652ee
PB
3316F: disas/arm-a64.cc
3317F: disas/libvixl/
b25a464c 3318
6347e1f1 3319ARM TCG target
7c6ef61a 3320M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9 3321S: Maintained
b4f2bd1c 3322L: qemu-arm@nongnu.org
42f5a7e9
AJ
3323F: tcg/arm/
3324
6347e1f1 3325i386 TCG target
336f744e 3326M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3327S: Maintained
3328F: tcg/i386/
3329
afa33258
WX
3330LoongArch64 TCG target
3331M: WANG Xuerui <git@xen0n.name>
3332S: Maintained
3333F: tcg/loongarch64/
3334
6347e1f1 3335MIPS TCG target
cf960317 3336M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 3337R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3338R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3339R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3340R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3341S: Odd Fixes
42f5a7e9
AJ
3342F: tcg/mips/
3343
6347e1f1 3344PPC TCG target
336f744e 3345M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3346S: Odd Fixes
42f5a7e9 3347F: tcg/ppc/
42f5a7e9 3348
6347e1f1 3349RISC-V TCG target
c1677bcc 3350M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3351M: Alistair Francis <Alistair.Francis@wdc.com>
3352L: qemu-riscv@nongnu.org
3353S: Maintained
3354F: tcg/riscv/
3355F: disas/riscv.c
3356
6347e1f1 3357S390 TCG target
336f744e 3358M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3359S: Maintained
3360F: tcg/s390/
146bd283 3361L: qemu-s390x@nongnu.org
42f5a7e9 3362
6347e1f1 3363SPARC TCG target
297e8005 3364S: Odd Fixes
42f5a7e9 3365F: tcg/sparc/
c17652ee 3366F: disas/sparc.c
bc75c9e5 3367
6347e1f1 3368TCI TCG target
bc75c9e5
SW
3369M: Stefan Weil <sw@weilnetz.de>
3370S: Maintained
8ef9cd55 3371F: tcg/tci/
752a2ae2 3372F: tcg/tci.c
c17652ee 3373F: disas/tci.c
aa09c951 3374
f05b328c
SH
3375Block drivers
3376-------------
3377VMDK
fe5ca46d 3378M: Fam Zheng <fam@euphon.net>
c95e4c0e 3379L: qemu-block@nongnu.org
f05b328c
SH
3380S: Supported
3381F: block/vmdk.c
3382
3383RBD
0725570b 3384M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3385R: Peter Lieven <pl@kamp.de>
280458a3 3386L: qemu-block@nongnu.org
f05b328c
SH
3387S: Supported
3388F: block/rbd.c
3389
f05b328c 3390VHDX
5f5246b6 3391M: Jeff Cody <codyprime@gmail.com>
280458a3 3392L: qemu-block@nongnu.org
f05b328c
SH
3393S: Supported
3394F: block/vhdx*
3395
3396VDI
3397M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3398L: qemu-block@nongnu.org
f05b328c
SH
3399S: Maintained
3400F: block/vdi.c
3401
3402iSCSI
3403M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3404M: Paolo Bonzini <pbonzini@redhat.com>
3405M: Peter Lieven <pl@kamp.de>
c95e4c0e 3406L: qemu-block@nongnu.org
2185fd67 3407S: Odd Fixes
f05b328c 3408F: block/iscsi.c
2deb63c2 3409F: block/iscsi-opts.c
f05b328c 3410
99c62e70
EB
3411Network Block Device (NBD)
3412M: Eric Blake <eblake@redhat.com>
9e4067b8 3413M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
99c62e70
EB
3414L: qemu-block@nongnu.org
3415S: Maintained
3416F: block/nbd*
3417F: nbd/
3418F: include/block/nbd*
3419F: qemu-nbd.*
3420F: blockdev-nbd.c
3229a835 3421F: docs/interop/nbd.txt
33b2b388 3422F: docs/tools/qemu-nbd.rst
58a6fdcc 3423F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3424T: git https://repo.or.cz/qemu/ericb.git nbd
9e4067b8 3425T: git https://gitlab.com/vsementsov/qemu.git block
99c62e70 3426
6542aa9c
PL
3427NFS
3428M: Peter Lieven <pl@kamp.de>
280458a3 3429L: qemu-block@nongnu.org
6542aa9c
PL
3430S: Maintained
3431F: block/nfs.c
3432
f05b328c
SH
3433SSH
3434M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3435L: qemu-block@nongnu.org
f05b328c
SH
3436S: Supported
3437F: block/ssh.c
c9a12e75 3438
280458a3 3439CURL
280458a3 3440L: qemu-block@nongnu.org
5c6090fa 3441S: Odd Fixes
280458a3 3442F: block/curl.c
280458a3
JC
3443
3444GLUSTER
280458a3 3445L: qemu-block@nongnu.org
5c6090fa
TH
3446L: integration@gluster.org
3447S: Odd Fixes
280458a3 3448F: block/gluster.c
b5e9476c 3449
199667a8 3450Null Block Driver
fe5ca46d 3451M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3452L: qemu-block@nongnu.org
3453S: Supported
3454F: block/null.c
3455
bdd6a90a 3456NVMe Block Driver
1a949789
SH
3457M: Stefan Hajnoczi <stefanha@redhat.com>
3458R: Fam Zheng <fam@euphon.net>
90f285fd 3459R: Philippe Mathieu-Daudé <f4bug@amsat.org>
bdd6a90a
FZ
3460L: qemu-block@nongnu.org
3461S: Supported
3462F: block/nvme*
dc0b4d94 3463F: include/block/nvme.h
1a949789 3464T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3465
b5e9476c
GA
3466Bootdevice
3467M: Gonglei <arei.gonglei@huawei.com>
3468S: Maintained
800d4ded 3469F: softmmu/bootdevice.c
ecdda9e0
AG
3470
3471Quorum
3472M: Alberto Garcia <berto@igalia.com>
3473S: Supported
3474F: block/quorum.c
3475L: qemu-block@nongnu.org
e7c6e631 3476
bfcc224e
AV
3477blklogwrites
3478M: Ari Sundholm <ari@tuxera.com>
3479L: qemu-block@nongnu.org
3480S: Supported
3481F: block/blklogwrites.c
3482
e7c6e631
SH
3483blkverify
3484M: Stefan Hajnoczi <stefanha@redhat.com>
3485L: qemu-block@nongnu.org
3486S: Supported
3487F: block/blkverify.c
3488
3489bochs
3490M: Stefan Hajnoczi <stefanha@redhat.com>
3491L: qemu-block@nongnu.org
3492S: Supported
3493F: block/bochs.c
3494
3495cloop
3496M: Stefan Hajnoczi <stefanha@redhat.com>
3497L: qemu-block@nongnu.org
3498S: Supported
3499F: block/cloop.c
3500
3501dmg
3502M: Stefan Hajnoczi <stefanha@redhat.com>
3503L: qemu-block@nongnu.org
3504S: Supported
3505F: block/dmg.c
3506
3507parallels
3508M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3509M: Denis V. Lunev <den@openvz.org>
9e4067b8 3510M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
e7c6e631
SH
3511L: qemu-block@nongnu.org
3512S: Supported
3513F: block/parallels.c
a960c4b4 3514F: block/parallels-ext.c
5746c1cd 3515F: docs/interop/parallels.txt
9e4067b8 3516T: git https://gitlab.com/vsementsov/qemu.git block
e7c6e631
SH
3517
3518qed
3519M: Stefan Hajnoczi <stefanha@redhat.com>
3520L: qemu-block@nongnu.org
3521S: Supported
3522F: block/qed.c
3523
3524raw
3525M: Kevin Wolf <kwolf@redhat.com>
3526L: qemu-block@nongnu.org
3527S: Supported
3528F: block/linux-aio.c
f586d5fc 3529F: include/block/raw-aio.h
2e6fc7eb 3530F: block/raw-format.c
c1bb86cd
EB
3531F: block/file-posix.c
3532F: block/file-win32.c
e7c6e631
SH
3533F: block/win32-aio.c
3534
6663a0a3
AM
3535Linux io_uring
3536M: Aarushi Mehta <mehta.aaru20@gmail.com>
3537M: Julia Suvorova <jusual@redhat.com>
3538M: Stefan Hajnoczi <stefanha@redhat.com>
0ef28014 3539R: Stefano Garzarella <sgarzare@redhat.com>
6663a0a3
AM
3540L: qemu-block@nongnu.org
3541S: Maintained
3542F: block/io_uring.c
06a47ef5 3543F: stubs/io_uring.c
6663a0a3 3544
e7c6e631
SH
3545qcow2
3546M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3547M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3548L: qemu-block@nongnu.org
3549S: Supported
3550F: block/qcow2*
b24f9882 3551F: docs/interop/qcow2.txt
e7c6e631
SH
3552
3553qcow
3554M: Kevin Wolf <kwolf@redhat.com>
3555L: qemu-block@nongnu.org
3556S: Supported
3557F: block/qcow.c
3558
3559blkdebug
3560M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3561M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3562L: qemu-block@nongnu.org
3563S: Supported
3564F: block/blkdebug.c
3565
3566vpc
3567M: Kevin Wolf <kwolf@redhat.com>
3568L: qemu-block@nongnu.org
3569S: Supported
3570F: block/vpc.c
3571
3572vvfat
3573M: Kevin Wolf <kwolf@redhat.com>
3574L: qemu-block@nongnu.org
4b7c5bc4 3575S: Odd Fixes
e7c6e631 3576F: block/vvfat.c
abfe4e94
SH
3577
3578Image format fuzzer
3579M: Stefan Hajnoczi <stefanha@redhat.com>
3580L: qemu-block@nongnu.org
3581S: Supported
3582F: tests/image-fuzzer/
717171bd 3583
8675a376
CX
3584Vhost-user block device backend server
3585M: Coiby Xu <Coiby.Xu@gmail.com>
3586S: Maintained
3587F: block/export/vhost-user-blk-server.c
80a06cc5 3588F: block/export/vhost-user-blk-server.h
5c368029
XY
3589F: block/export/virtio-blk-handler.c
3590F: block/export/virtio-blk-handler.h
80a06cc5 3591F: include/qemu/vhost-user-server.h
8675a376 3592F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3593F: tests/qtest/libqos/vhost-user-blk.h
3594F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3595F: util/vhost-user-server.c
8675a376 3596
0c9b70d5 3597FUSE block device exports
b0c4798f 3598M: Hanna Reitz <hreitz@redhat.com>
0c9b70d5
HR
3599L: qemu-block@nongnu.org
3600S: Supported
3601F: block/export/fuse.c
3602
2a2359b8 3603VDUSE library and block device exports
a6caeee8
XY
3604M: Xie Yongji <xieyongji@bytedance.com>
3605S: Maintained
3606F: subprojects/libvduse/
2a2359b8
XY
3607F: block/export/vduse-blk.c
3608F: block/export/vduse-blk.h
a6caeee8 3609
049105a3 3610Replication
205f8618 3611M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3612M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3613S: Supported
3614F: replication*
3615F: block/replication.c
da668aa1 3616F: tests/unit/test-replication.c
049105a3
CX
3617F: docs/block-replication.txt
3618
a3defabb 3619PVRDMA
bfffeac8 3620M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3621M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3622S: Maintained
3623F: hw/rdma/*
3624F: hw/rdma/vmw/*
3625F: docs/pvrdma.txt
a5d2f6f8 3626F: contrib/rdmacm-mux/*
4a5c9903 3627F: qapi/rdma.json
a3defabb 3628
b052fec8
AB
3629Semihosting
3630M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3631S: Maintained
8df9f0c3 3632F: semihosting/
6b5fe137 3633F: include/semihosting/
3539d84d 3634F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3635F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3636
8684f1be
JJ
3637Multi-process QEMU
3638M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3639M: Jagannathan Raman <jag.raman@oracle.com>
3640M: John G Johnson <john.g.johnson@oracle.com>
3641S: Maintained
3642F: docs/devel/multi-process.rst
639090d8 3643F: docs/system/multi-process.rst
6fbd84d6
JR
3644F: hw/pci-host/remote.c
3645F: include/hw/pci-host/remote.h
3f0e7e57
JR
3646F: hw/remote/machine.c
3647F: include/hw/remote/machine.h
ad22c308
EU
3648F: hw/remote/mpqemu-link.c
3649F: include/hw/remote/mpqemu-link.h
48b06f50 3650F: hw/remote/message.c
c7d80c7c 3651F: hw/remote/remote-obj.c
ed5d0019
JR
3652F: include/hw/remote/memory.h
3653F: hw/remote/memory.c
9f811207
EU
3654F: hw/remote/proxy.c
3655F: include/hw/remote/proxy.h
c746b74a
JR
3656F: hw/remote/proxy-memory-listener.c
3657F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3658F: hw/remote/iohub.c
3659F: include/hw/remote/iohub.h
55116968 3660F: subprojects/libvfio-user
8f9a9259 3661F: hw/remote/vfio-user-obj.c
08cf3dc6 3662F: include/hw/remote/vfio-user-obj.h
253007d1
JR
3663F: hw/remote/iommu.c
3664F: include/hw/remote/iommu.h
8684f1be 3665
90322e64
AM
3666EBPF:
3667M: Jason Wang <jasowang@redhat.com>
3668R: Andrew Melnychenko <andrew@daynix.com>
3669R: Yuri Benditovich <yuri.benditovich@daynix.com>
3670S: Maintained
3671F: ebpf/*
3672F: tools/ebpf/*
3673
b9e02c06
AB
3674Build and test automation
3675-------------------------
9872ba0a 3676Build and test automation, general continuous integration
b9e02c06 3677M: Alex Bennée <alex.bennee@linaro.org>
9872ba0a
TH
3678M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3679M: Thomas Huth <thuth@redhat.com>
3680R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3681R: Beraldo Leal <bleal@redhat.com>
e70dc7f8 3682S: Maintained
e7c2d743 3683F: .github/workflows/lockdown.yml
9872ba0a
TH
3684F: .gitlab-ci.yml
3685F: .gitlab-ci.d/
b9e02c06 3686F: .travis.yml
04250c69 3687F: scripts/ci/
e70dc7f8 3688F: tests/docker/
18023821 3689F: tests/vm/
3260f4e6 3690F: tests/lcitool/
54dbfd85 3691F: scripts/archive-source.sh
9872ba0a 3692W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3693W: https://travis-ci.org/qemu/qemu
717171bd 3694
7162fbb4
EM
3695FreeBSD Hosted Continuous Integration
3696M: Ed Maste <emaste@freebsd.org>
3697M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4 3698S: Maintained
5be6fd0c
TH
3699F: .gitlab-ci.d/cirrus/freebsd*
3700F: tests/vm/freebsd
7162fbb4
EM
3701W: https://cirrus-ci.com/github/qemu/qemu
3702
daee8de3
YL
3703Windows Hosted Continuous Integration
3704M: Yonggang Luo <luoyonggang@gmail.com>
3705S: Maintained
3706F: .cirrus.yml
3707W: https://cirrus-ci.com/github/qemu/qemu
3708
7e97017e
AB
3709Guest Test Compilation Support
3710M: Alex Bennée <alex.bennee@linaro.org>
3711R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3712S: Maintained
7e97017e 3713F: tests/tcg/Makefile
c722a9e4 3714F: tests/tcg/Makefile.include
7e97017e 3715
bbbd9b6e 3716Integration Testing with the Avocado framework
6634f1c4
PMD
3717W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3718R: Cleber Rosa <crosa@redhat.com>
90f285fd 3719R: Philippe Mathieu-Daudé <f4bug@amsat.org>
6634f1c4 3720R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3721R: Beraldo Leal <bleal@redhat.com>
6634f1c4 3722S: Odd Fixes
bbbd9b6e 3723F: tests/avocado/
6634f1c4 3724
1e970158
PMD
3725GitLab custom runner (Works On Arm Sponsored)
3726M: Alex Bennée <alex.bennee@linaro.org>
3727M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3728S: Maintained
3729F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3730
717171bd
DB
3731Documentation
3732-------------
3733Build system architecture
3734M: Daniel P. Berrange <berrange@redhat.com>
3735S: Odd Fixes
551bdfa0 3736F: docs/devel/build-system.rst
8a49e97f 3737
92329a7e
AB
3738GIT Data Mining Config
3739M: Alex Bennée <alex.bennee@linaro.org>
3740S: Odd Fixes
3741F: gitdm.config
3742F: contrib/gitdm/*
3743
b02c9bc3
MA
3744Incompatible changes
3745R: libvir-list@redhat.com
a476b216 3746F: docs/about/deprecated.rst
b02c9bc3 3747
aef45d51
DB
3748Build System
3749------------
3750GIT submodules
3751M: Daniel P. Berrange <berrange@redhat.com>
3752S: Odd Fixes
3753F: scripts/git-submodule.sh
c10e01b9 3754
ef45a392 3755UI translations
4251dfb0 3756S: Orphan
ef45a392
AM
3757F: po/*.po
3758
c10e01b9
PM
3759Sphinx documentation configuration and build machinery
3760M: Peter Maydell <peter.maydell@linaro.org>
3761S: Maintained
3762F: docs/conf.py
3763F: docs/*/conf.py
4078ee54 3764F: docs/sphinx/
13f934e7 3765F: docs/_templates/
53fb8bfb
AM
3766
3767Miscellaneous
3768-------------
3769Performance Tools and Tests
3770M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3771S: Maintained
3772F: scripts/performance/