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