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