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