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