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