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