]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
adc: Move the zynq-xadc file to the adc directories
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
9436e082
CH
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
fdf6fab4
PM
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
9436e082
CH
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
fd5d5c56 21 L: Mailing list that is relevant to this area
9436e082 22 These lists should be CCed on patches.
fd5d5c56
AL
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 30 much other than throw the odd patch in. See below.
fd5d5c56
AL
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
56
57
58General Project Administration
59------------------------------
ff0d4876 60M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 61
c9a19d5b
SW
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
62622c11 67Responsible Disclosure, Reporting Security Issues
84995ea2 68-------------------------------------------------
70b7fba9 69W: https://wiki.qemu.org/SecurityProcess
62622c11 70M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
71L: secalert@redhat.com
72
936c2230
LV
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
e18a8b34 82T: git https://github.com/vivier/qemu.git trivial-patches
936c2230 83
daf14ce3
CH
84Architecture support
85--------------------
6347e1f1 86S390 general architecture support
daf14ce3 87M: Cornelia Huck <cohuck@redhat.com>
cdb509a4 88M: Thomas Huth <thuth@redhat.com>
daf14ce3 89S: Supported
1cb42835 90F: default-configs/*/s390x-softmmu.mak
daf14ce3
CH
91F: gdb-xml/s390*.xml
92F: hw/char/sclp*.[hc]
93F: hw/char/terminal3270.c
94F: hw/intc/s390_flic.c
95F: hw/intc/s390_flic_kvm.c
96F: hw/s390x/
2fe2942c 97F: hw/vfio/ap.c
daf14ce3
CH
98F: hw/vfio/ccw.c
99F: hw/watchdog/wdt_diag288.c
100F: include/hw/s390x/
101F: include/hw/watchdog/wdt_diag288.h
102F: pc-bios/s390-ccw/
103F: pc-bios/s390-ccw.img
104F: target/s390x/
f58f084e
CH
105F: docs/system/target-s390x.rst
106F: docs/system/s390x/
a1c993c3 107F: tests/migration/s390x/
daf14ce3 108K: ^Subject:.*(?i)s390x?
99eaf137 109T: git https://gitlab.com/cohuck/qemu.git s390-next
daf14ce3
CH
110L: qemu-s390x@nongnu.org
111
84995ea2
MA
112Guest CPU cores (TCG)
113---------------------
6347e1f1 114Overall TCG CPUs
336f744e 115M: Richard Henderson <richard.henderson@linaro.org>
2185fd67 116R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 117S: Maintained
c7f419f5 118F: softmmu/cpus.c
adf1cfbd 119F: cpus-common.c
6670d4d0 120F: page-vary.c
44b99a6d 121F: page-vary-common.c
c6a88dda 122F: accel/tcg/
9681ad3e 123F: accel/stubs/tcg-stub.c
084cfca1
RH
124F: util/cacheinfo.c
125F: util/cacheflush.c
55fd1892 126F: scripts/decodetree.py
3fdbf5d6 127F: docs/devel/decodetree.rst
2b1641d0
PB
128F: include/exec/cpu*.h
129F: include/exec/exec-all.h
486bbe5f 130F: include/exec/helper*.h
460423d3 131F: include/sysemu/cpus.h
14a48c1d 132F: include/sysemu/tcg.h
78271684 133F: include/hw/core/tcg-cpu-ops.h
486bbe5f 134
1badb586
PM
135FPU emulation
136M: Aurelien Jarno <aurelien@aurel32.net>
137M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
138M: Alex Bennée <alex.bennee@linaro.org>
139S: Maintained
1badb586
PM
140F: fpu/
141F: include/fpu/
0636e4d8 142F: tests/fp/
1badb586 143
6347e1f1 144Alpha TCG CPUs
336f744e 145M: Richard Henderson <richard.henderson@linaro.org>
8d6df264 146S: Maintained
fcf5ef2a 147F: target/alpha/
c0bd0b50 148F: tests/tcg/alpha/
c17652ee 149F: disas/alpha.c
b6f97c14 150
6347e1f1 151ARM TCG CPUs
1ce9ce6a 152M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 153L: qemu-arm@nongnu.org
fd5d5c56 154S: Maintained
fcf5ef2a 155F: target/arm/
c348722c 156F: tests/tcg/arm/
29e0436e 157F: tests/tcg/aarch64/
8d8b636d
PB
158F: hw/arm/
159F: hw/cpu/a*mpcore.c
f7e242d6 160F: include/hw/cpu/a*mpcore.h
c17652ee
PB
161F: disas/arm.c
162F: disas/arm-a64.cc
163F: disas/libvixl/
c11a8e89 164F: docs/system/target-arm.rst
6e84a914 165F: docs/system/arm/cpu-features.rst
fd5d5c56 166
49154ea0
EA
167ARM SMMU
168M: Eric Auger <eric.auger@redhat.com>
169L: qemu-arm@nongnu.org
170S: Maintained
171F: hw/arm/smmu*
172F: include/hw/arm/smmu*
173
c8c0d267
MR
174AVR TCG CPUs
175M: Michael Rolnik <mrolnik@gmail.com>
c8c0d267 176S: Maintained
0abd386d 177F: docs/system/target-avr.rst
12b35405 178F: gdb-xml/avr-cpu.xml
c8c0d267 179F: target/avr/
f5d31d65 180F: tests/acceptance/machine_avr6.py
c8c0d267 181
6347e1f1 182CRIS TCG CPUs
fd5d5c56
AL
183M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
184S: Maintained
fcf5ef2a 185F: target/cris/
8d8b636d 186F: hw/cris/
c9b90090 187F: include/hw/cris/
c0bd0b50 188F: tests/tcg/cris/
c17652ee 189F: disas/cris.c
fd5d5c56 190
5f508bc2
TS
191Hexagon TCG CPUs
192M: Taylor Simpson <tsimpson@quicinc.com>
193S: Supported
194F: target/hexagon/
195F: linux-user/hexagon/
196F: tests/tcg/hexagon/
197F: disas/hexagon.c
198F: default-configs/targets/hexagon-linux-user.mak
afbdf0a4
ADF
199F: docker/dockerfiles/debian-hexagon-cross.docker
200F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
5f508bc2 201
6347e1f1 202HPPA (PA-RISC) TCG CPUs
336f744e 203M: Richard Henderson <richard.henderson@linaro.org>
61766fe9
RH
204S: Maintained
205F: target/hppa/
61461802 206F: hw/hppa/
61766fe9 207F: disas/hppa.c
376b8519
HD
208F: hw/net/*i82596*
209F: include/hw/net/lasi_82596.h
61766fe9 210
6347e1f1 211M68K TCG CPUs
595a926d
LV
212M: Laurent Vivier <laurent@vivier.eu>
213S: Maintained
fcf5ef2a 214F: target/m68k/
e9a56114 215F: disas/m68k.c
fd5d5c56 216
6347e1f1 217MicroBlaze TCG CPUs
fd5d5c56
AL
218M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
219S: Maintained
fcf5ef2a 220F: target/microblaze/
8d8b636d 221F: hw/microblaze/
c17652ee 222F: disas/microblaze.c
fd5d5c56 223
6347e1f1 224MIPS TCG CPUs
cf960317 225M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 226R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 227R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 228R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 229S: Odd Fixes
fcf5ef2a 230F: target/mips/
1cb42835 231F: default-configs/*/*mips*
a60442eb 232F: disas/mips.c
1bf84a1e 233F: docs/system/cpu-models-mips.rst.inc
0f865314 234F: hw/intc/mips_gic.c
8d8b636d 235F: hw/mips/
5995db88 236F: hw/misc/mips_*
5995db88 237F: hw/timer/mips_gictimer.c
0f865314 238F: include/hw/intc/mips_gic.h
5995db88
TH
239F: include/hw/mips/
240F: include/hw/misc/mips_*
5995db88 241F: include/hw/timer/mips_gictimer.h
c0bd0b50 242F: tests/tcg/mips/
09684557 243K: ^Subject:.*(?i)mips
fd5d5c56 244
a60442eb
PMD
245MIPS TCG CPUs (nanoMIPS ISA)
246S: Orphan
247F: disas/nanomips.*
248
6347e1f1 249NiosII TCG CPUs
e671711c
MV
250M: Chris Wulff <crwulff@gmail.com>
251M: Marek Vasut <marex@denx.de>
252S: Maintained
253F: target/nios2/
254F: hw/nios2/
255F: disas/nios2.c
1cb42835 256F: default-configs/*/nios2-softmmu.mak
e671711c 257
6347e1f1 258OpenRISC TCG CPUs
1d7cf18d
SH
259M: Stafford Horne <shorne@gmail.com>
260S: Odd Fixes
fcf5ef2a 261F: target/openrisc/
945dad6d 262F: hw/openrisc/
c0bd0b50 263F: tests/tcg/openrisc/
945dad6d 264
6347e1f1 265PowerPC TCG CPUs
b4daafbd 266M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 267M: Greg Kurz <groug@kaod.org>
a6c98685 268L: qemu-ppc@nongnu.org
fd5d5c56 269S: Maintained
fcf5ef2a 270F: target/ppc/
8d8b636d 271F: hw/ppc/
b5d55020 272F: include/hw/ppc/
c17652ee 273F: disas/ppc.c
c592f70c 274F: tests/acceptance/machine_ppc.py
fd5d5c56 275
6347e1f1 276RISC-V TCG CPUs
c1677bcc 277M: Palmer Dabbelt <palmer@dabbelt.com>
ab2c9128
AF
278M: Alistair Francis <alistair.francis@wdc.com>
279M: Bin Meng <bin.meng@windriver.com>
a094b354 280L: qemu-riscv@nongnu.org
7b91ae7d 281S: Supported
4dc62b15
MC
282F: target/riscv/
283F: hw/riscv/
284F: include/hw/riscv/
f936eac8 285F: linux-user/host/riscv32/
511f3138 286F: linux-user/host/riscv64/
4dc62b15 287
a4f34ecc 288RENESAS RX CPUs
b2744da9
PMD
289R: Yoshinori Sato <ysato@users.sourceforge.jp>
290S: Orphan
a4f34ecc
YS
291F: target/rx/
292
6347e1f1 293S390 TCG CPUs
336f744e 294M: Richard Henderson <richard.henderson@linaro.org>
ced01bb7 295M: David Hildenbrand <david@redhat.com>
fd5d5c56 296S: Maintained
fcf5ef2a 297F: target/s390x/
8d8b636d 298F: hw/s390x/
c17652ee 299F: disas/s390.c
276ba120 300F: tests/tcg/s390x/
146bd283 301L: qemu-s390x@nongnu.org
fd5d5c56 302
6347e1f1 303SH4 TCG CPUs
2d53d0c7
PMD
304R: Yoshinori Sato <ysato@users.sourceforge.jp>
305S: Orphan
fcf5ef2a 306F: target/sh4/
8d8b636d 307F: hw/sh4/
c17652ee 308F: disas/sh4.c
8a90f900 309F: include/hw/sh4/
fd5d5c56 310
6347e1f1 311SPARC TCG CPUs
f2416d3a 312M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 313M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 314S: Maintained
fcf5ef2a 315F: target/sparc/
8d8b636d
PB
316F: hw/sparc/
317F: hw/sparc64/
84dbe974 318F: include/hw/sparc/sparc64.h
c17652ee 319F: disas/sparc.c
fd5d5c56 320
6347e1f1 321X86 TCG CPUs
d46d72fd 322M: Paolo Bonzini <pbonzini@redhat.com>
336f744e 323M: Richard Henderson <richard.henderson@linaro.org>
e1a04339 324M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 325S: Maintained
f5cc5a5c 326F: target/i386/tcg/
4132431f 327F: tests/tcg/i386/
3a082ec0 328F: tests/tcg/x86_64/
8d8b636d 329F: hw/i386/
c17652ee 330F: disas/i386.c
1bf84a1e 331F: docs/system/cpu-models-x86.rst.inc
f953c100 332T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 333
6347e1f1 334Xtensa TCG CPUs
16e7caae 335M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 336W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 337S: Maintained
fcf5ef2a 338F: target/xtensa/
8d8b636d 339F: hw/xtensa/
c0bd0b50 340F: tests/tcg/xtensa/
5a6539e6 341F: disas/xtensa.c
895e4897 342F: include/hw/xtensa/xtensa-isa.h
1cb42835 343F: default-configs/*/xtensa*.mak
16e7caae 344
6347e1f1 345TriCore TCG CPUs
48e06fe0
BK
346M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
347S: Maintained
fcf5ef2a 348F: target/tricore/
48e06fe0 349F: hw/tricore/
d46d14e6 350F: include/hw/tricore/
be78e799 351F: tests/tcg/tricore/
48e06fe0 352
dd28bebd
AB
353Multiarch Linux User Tests
354M: Alex Bennée <alex.bennee@linaro.org>
00a25291 355S: Maintained
dd28bebd
AB
356F: tests/tcg/multiarch/
357
84995ea2
MA
358Guest CPU Cores (KVM)
359---------------------
6347e1f1 360Overall KVM CPUs
c6d559d9 361M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
362L: kvm@vger.kernel.org
363S: Supported
a6bb42f2 364F: */*/kvm*
1962cb20 365F: accel/kvm/
9681ad3e
TH
366F: accel/stubs/kvm-stub.c
367F: include/hw/kvm/
a95e9a48 368F: include/sysemu/kvm*.h
9681ad3e 369F: scripts/kvm/kvm_flightrecorder
fd5d5c56 370
6347e1f1 371ARM KVM CPUs
ed4659d1 372M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 373L: qemu-arm@nongnu.org
ed4659d1 374S: Maintained
fcf5ef2a 375F: target/arm/kvm.c
ed4659d1 376
6347e1f1 377MIPS KVM CPUs
dab1e1e1 378M: Huacai Chen <chenhuacai@kernel.org>
134f7f7d 379S: Odd Fixes
85d8da3f
PMD
380F: target/mips/kvm*
381F: target/mips/sysemu/
a31896c4 382
6347e1f1 383PPC KVM CPUs
bba8e23a 384M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 385M: Greg Kurz <groug@kaod.org>
fd5d5c56 386S: Maintained
fcf5ef2a 387F: target/ppc/kvm.c
fd5d5c56 388
6347e1f1 389S390 KVM CPUs
7c8e2647 390M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 391M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 392M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 393S: Supported
fcf5ef2a 394F: target/s390x/kvm.c
040078e0
DH
395F: target/s390x/kvm_s390x.h
396F: target/s390x/kvm-stub.c
fcf5ef2a
TH
397F: target/s390x/ioinst.[ch]
398F: target/s390x/machine.c
74b4c74d 399F: target/s390x/sigp.c
8b3410de
CH
400F: target/s390x/cpu_features*.[ch]
401F: target/s390x/cpu_models.[ch]
c3347ed0
JF
402F: hw/s390x/pv.c
403F: include/hw/s390x/pv.h
4277af19
CH
404F: hw/intc/s390_flic.c
405F: hw/intc/s390_flic_kvm.c
406F: include/hw/s390x/s390_flic.h
c5bfb202 407F: gdb-xml/s390*.xml
99eaf137 408T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 409T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 410L: qemu-s390x@nongnu.org
fd5d5c56 411
6347e1f1 412X86 KVM CPUs
d46d72fd 413M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
414M: Marcelo Tosatti <mtosatti@redhat.com>
415L: kvm@vger.kernel.org
416S: Supported
a9dc68d9 417F: target/i386/kvm/
9681ad3e 418F: scripts/kvm/vmxcap
fd5d5c56 419
79ac3915
PMD
420Guest CPU Cores (other accelerators)
421------------------------------------
422Overall
336f744e 423M: Richard Henderson <richard.henderson@linaro.org>
79ac3915
PMD
424R: Paolo Bonzini <pbonzini@redhat.com>
425S: Maintained
940e43aa 426F: include/qemu/accel.h
b86f59c7 427F: include/sysemu/accel-ops.h
fb6916dd 428F: include/hw/core/accel-cpu.h
b86f59c7 429F: accel/accel-*.c
79ac3915
PMD
430F: accel/Makefile.objs
431F: accel/stubs/Makefile.objs
432
674fc21f 433X86 HVF CPUs
de6b528b 434M: Cameron Esfahani <dirty@apple.com>
674fc21f 435M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 436W: https://wiki.qemu.org/Features/HVF
674fc21f 437S: Maintained
674fc21f 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_*
246f530c
CM
926F: hw/misc/zynq_slcr.c
927F: hw/adc/zynq-xadc.c
928F: include/hw/misc/zynq_slcr.h
929F: include/hw/adc/zynq-xadc.h
cc0100f4 930X: hw/ssi/xilinx_*
e3260506 931
ff9e157b 932Xilinx ZynqMP and Versal
c22e580c 933M: Alistair Francis <alistair@alistair23.me>
cc0100f4 934M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 935M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 936L: qemu-arm@nongnu.org
137805f5 937S: Maintained
cc0100f4 938F: hw/*/xlnx*.c
f586d5fc 939F: include/hw/*/xlnx*.h
24d6d8bf
PMD
940F: include/hw/ssi/xilinx_spips.h
941F: hw/display/dpcd.c
942F: include/hw/display/dpcd.h
ff9e157b 943F: docs/system/arm/xlnx-versal-virt.rst
137805f5 944
8f4d260e 945ARM ACPI Subsystem
e59f13d7 946M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 947L: qemu-arm@nongnu.org
8f4d260e
SZ
948S: Maintained
949F: hw/arm/virt-acpi-build.c
8f4d260e 950
a1f8193b
AF
951STM32F205
952M: Alistair Francis <alistair@alistair23.me>
a00d7f20 953M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 954L: qemu-arm@nongnu.org
a1f8193b
AF
955S: Maintained
956F: hw/arm/stm32f205_soc.c
957F: hw/misc/stm32f2xx_syscfg.c
958F: hw/char/stm32f2xx_usart.c
959F: hw/timer/stm32f2xx_timer.c
960F: hw/adc/*
961F: hw/ssi/stm32f2xx_spi.c
0e0d345b 962F: include/hw/*/stm32*.h
a1f8193b 963
529fc5fd
AF
964STM32F405
965M: Alistair Francis <alistair@alistair23.me>
966M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 967L: qemu-arm@nongnu.org
529fc5fd
AF
968S: Maintained
969F: hw/arm/stm32f405_soc.c
970F: hw/misc/stm32f4xx_syscfg.c
971F: hw/misc/stm32f4xx_exti.c
972
a1f8193b
AF
973Netduino 2
974M: Alistair Francis <alistair@alistair23.me>
a00d7f20 975M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 976L: qemu-arm@nongnu.org
a1f8193b
AF
977S: Maintained
978F: hw/arm/netduino2.c
979
60d6c427
AF
980Netduino Plus 2
981M: Alistair Francis <alistair@alistair23.me>
982M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 983L: qemu-arm@nongnu.org
60d6c427
AF
984S: Maintained
985F: hw/arm/netduinoplus2.c
986
670bc4cb
SS
987SmartFusion2
988M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 989M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 990L: qemu-arm@nongnu.org
670bc4cb
SS
991S: Maintained
992F: hw/arm/msf2-soc.c
993F: hw/misc/msf2-sysreg.c
994F: hw/timer/mss-timer.c
995F: hw/ssi/mss-spi.c
996F: include/hw/arm/msf2-soc.h
997F: include/hw/misc/msf2-sysreg.h
998F: include/hw/timer/mss-timer.h
999F: include/hw/ssi/mss-spi.h
1c664378
SS
1000F: hw/net/msf2-emac.c
1001F: include/hw/net/msf2-emac.h
670bc4cb
SS
1002
1003Emcraft M2S-FG484
1004M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1005M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1006L: qemu-arm@nongnu.org
670bc4cb
SS
1007S: Maintained
1008F: hw/arm/msf2-som.c
1009
f87db1ba
JS
1010ASPEED BMCs
1011M: Cédric Le Goater <clg@kaod.org>
a00d7f20 1012M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
1013R: Andrew Jeffery <andrew@aj.id.au>
1014R: Joel Stanley <joel@jms.id.au>
1015L: qemu-arm@nongnu.org
1016S: Maintained
1017F: hw/*/*aspeed*
b7f30114 1018F: hw/misc/pca9552.c
f87db1ba 1019F: include/hw/*/*aspeed*
b7f30114 1020F: include/hw/misc/pca9552*.h
f87db1ba
JS
1021F: hw/net/ftgmac100.c
1022F: include/hw/net/ftgmac100.h
de8ee7d4 1023F: docs/system/arm/aspeed.rst
66609952 1024F: tests/qtest/*aspeed*
f87db1ba 1025
c0066d1a
JS
1026NRF51
1027M: Joel Stanley <joel@jms.id.au>
a00d7f20 1028M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
1029L: qemu-arm@nongnu.org
1030S: Maintained
c8de3f5f
SH
1031F: hw/*/nrf51*.c
1032F: hw/*/microbit*.c
1033F: include/hw/*/nrf51*.h
1034F: include/hw/*/microbit*.h
1e8a1fae 1035F: tests/qtest/microbit-test.c
c0066d1a 1036
42f3ff00
MR
1037AVR Machines
1038-------------
1039
1040AVR MCUs
1041M: Michael Rolnik <mrolnik@gmail.com>
42f3ff00 1042S: Maintained
1cb42835 1043F: default-configs/*/avr-softmmu.mak
7dd8f6fd 1044F: hw/avr/
429ca9d6
MR
1045F: include/hw/char/avr_usart.h
1046F: hw/char/avr_usart.c
8ff47bc1
MR
1047F: include/hw/timer/avr_timer16.h
1048F: hw/timer/avr_timer16.c
dc288de0
MR
1049F: include/hw/misc/avr_power.h
1050F: hw/misc/avr_power.c
42f3ff00 1051
50486d63
PMD
1052Arduino
1053M: Philippe Mathieu-Daudé <f4bug@amsat.org>
50486d63
PMD
1054S: Maintained
1055F: hw/avr/arduino.c
1056
fd5d5c56
AL
1057CRIS Machines
1058-------------
1059Axis Dev88
1060M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1061S: Maintained
8d8b636d 1062F: hw/cris/axis_dev88.c
6e481d57 1063F: hw/*/etraxfs_*.c
fd5d5c56 1064
e188396c
PMD
1065HP-PARISC Machines
1066------------------
18092598 1067HP B160L
336f744e 1068M: Richard Henderson <richard.henderson@linaro.org>
e188396c
PMD
1069R: Helge Deller <deller@gmx.de>
1070S: Odd Fixes
1cb42835 1071F: default-configs/*/hppa-softmmu.mak
e188396c
PMD
1072F: hw/hppa/
1073F: pc-bios/hppa-firmware.img
1074
afcacd53 1075M68K Machines
fd5d5c56
AL
1076-------------
1077an5206
5baf2741
TH
1078M: Thomas Huth <huth@tuxfamily.org>
1079S: Odd Fixes
8d8b636d 1080F: hw/m68k/an5206.c
e9a56114 1081F: hw/m68k/mcf5206.c
fd5d5c56 1082
fd5d5c56 1083mcf5208
5baf2741
TH
1084M: Thomas Huth <huth@tuxfamily.org>
1085S: Odd Fixes
8d8b636d 1086F: hw/m68k/mcf5208.c
e9a56114
TH
1087F: hw/m68k/mcf_intc.c
1088F: hw/char/mcf_uart.c
1089F: hw/net/mcf_fec.c
5baf2741 1090F: include/hw/m68k/mcf*.h
fd5d5c56 1091
1810b815
TH
1092NeXTcube
1093M: Thomas Huth <huth@tuxfamily.org>
1094S: Odd Fixes
1095F: hw/m68k/next-*.c
1096F: hw/display/next-fb.c
1097F: include/hw/m68k/next-cube.h
1098
6dca62a0
LV
1099q800
1100M: Laurent Vivier <laurent@vivier.eu>
1101S: Maintained
04e7ca8d 1102F: hw/m68k/q800.c
6dca62a0 1103F: hw/misc/mac_via.c
fa2ba3b8 1104F: hw/nubus/*
8ac919a0 1105F: hw/display/macfb.c
c701ec62 1106F: hw/block/swim.c
04e7ca8d 1107F: hw/m68k/bootinfo.h
382d71af
LV
1108F: include/standard-headers/asm-m68k/bootinfo.h
1109F: include/standard-headers/asm-m68k/bootinfo-mac.h
6dca62a0 1110F: include/hw/misc/mac_via.h
fa2ba3b8 1111F: include/hw/nubus/*
8ac919a0 1112F: include/hw/display/macfb.h
c701ec62 1113F: include/hw/block/swim.h
6dca62a0 1114
e1cecdca
LV
1115virt
1116M: Laurent Vivier <laurent@vivier.eu>
1117S: Maintained
1118F: hw/m68k/virt.c
1119F: hw/char/goldfish_tty.c
1120F: hw/intc/goldfish_pic.c
1121F: hw/intc/m68k_irqc.c
1122F: hw/misc/virt_ctrl.c
1123F: include/hw/char/goldfish_tty.h
1124F: include/hw/intc/goldfish_pic.h
1125F: include/hw/intc/m68k_irqc.h
1126F: include/hw/misc/virt_ctrl.h
1127
fd5d5c56
AL
1128MicroBlaze Machines
1129-------------------
1130petalogix_s3adsp1800
1131M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1132S: Maintained
6e481d57 1133F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1134F: include/hw/char/xilinx_uartlite.h
ee6c14d0 1135F: tests/acceptance/machine_microblaze.py
fd5d5c56 1136
d36e8ce7 1137petalogix_ml605
4b46ba61 1138M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1139S: Maintained
8d8b636d 1140F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1141
fd5d5c56
AL
1142MIPS Machines
1143-------------
1144Jazz
1145M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1146R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1147S: Maintained
5298722e 1148F: hw/mips/jazz.c
0886a785
PMD
1149F: hw/display/jazz_led.c
1150F: hw/dma/rc4030.c
fd5d5c56
AL
1151
1152Malta
485cd982
AM
1153M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1154R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1155S: Odd Fixes
60041378
AM
1156F: hw/isa/piix4.c
1157F: hw/acpi/piix4.c
5298722e 1158F: hw/mips/malta.c
93081f51 1159F: hw/mips/gt64xxx_pci.c
60041378 1160F: include/hw/southbridge/piix.h
c47c336e 1161F: tests/acceptance/linux_ssh_mips_malta.py
0484d9d4 1162F: tests/acceptance/machine_mips_malta.py
fd5d5c56
AL
1163
1164Mipssim
97d89746 1165R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4251dfb0 1166S: Orphan
5298722e 1167F: hw/mips/mipssim.c
659f42d8 1168F: hw/net/mipsnet.c
fd5d5c56 1169
c3a09ff6 1170Fuloong 2E
dab1e1e1 1171M: Huacai Chen <chenhuacai@kernel.org>
86eb0697 1172M: Philippe Mathieu-Daudé <f4bug@amsat.org>
97eeef8a 1173R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1174S: Odd Fixes
c3a09ff6 1175F: hw/mips/fuloong2e.c
0170a3fc 1176F: hw/isa/vt82c686.c
5021bfa5 1177F: hw/pci-host/bonito.c
6f2bcd5f 1178F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1179F: include/hw/isa/vt82c686.h
659f42d8 1180
53fb8bfb 1181Loongson-3 virtual platforms
dab1e1e1 1182M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1183R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1184S: Maintained
2c5b1a7d 1185F: hw/intc/loongson_liointc.c
d2245e2d
HC
1186F: hw/mips/loongson3_bootp.c
1187F: hw/mips/loongson3_bootp.h
c76b409f 1188F: hw/mips/loongson3_virt.c
c0928e6d 1189F: tests/acceptance/machine_mips_loongson3v.py
2c5b1a7d 1190
659f42d8 1191Boston
4ba98e96 1192M: Paul Burton <paulburton@kernel.org>
97d89746 1193R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1194S: Odd Fixes
659f42d8
YK
1195F: hw/core/loader-fit.c
1196F: hw/mips/boston.c
1197F: hw/pci-host/xilinx-pcie.c
5021bfa5 1198F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1199
945dad6d
JL
1200OpenRISC Machines
1201-----------------
1202or1k-sim
1203M: Jia Liu <proljc@gmail.com>
1204S: Maintained
1205F: hw/openrisc/openrisc_sim.c
1206
fd5d5c56
AL
1207PowerPC Machines
1208----------------
1209405
bba8e23a 1210M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1211M: Greg Kurz <groug@kaod.org>
a6c98685 1212L: qemu-ppc@nongnu.org
9b9fe135 1213S: Odd Fixes
8d8b636d 1214F: hw/ppc/ppc405_boards.c
fd5d5c56 1215
aaade8d7 1216Bamboo
bba8e23a 1217M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1218M: Greg Kurz <groug@kaod.org>
aaade8d7
AF
1219L: qemu-ppc@nongnu.org
1220S: Odd Fixes
8d8b636d 1221F: hw/ppc/ppc440_bamboo.c
aaade8d7 1222
98cded3a 1223e500
bba8e23a 1224M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1225M: Greg Kurz <groug@kaod.org>
98cded3a 1226L: qemu-ppc@nongnu.org
bba8e23a 1227S: Odd Fixes
ce6fc617 1228F: hw/ppc/e500*
2c6aba14 1229F: hw/gpio/mpc8xxx.c
7abb479c 1230F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1231F: hw/net/fsl_etsec/
1232F: hw/pci-host/ppce500.c
b5d55020
TH
1233F: include/hw/ppc/ppc_e500.h
1234F: include/hw/pci-host/ppce500.h
1235F: pc-bios/u-boot.e500
98cded3a
AF
1236
1237mpc8544ds
bba8e23a 1238M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1239M: Greg Kurz <groug@kaod.org>
98cded3a 1240L: qemu-ppc@nongnu.org
bba8e23a 1241S: Odd Fixes
98cded3a 1242F: hw/ppc/mpc8544ds.c
8d8b636d 1243F: hw/ppc/mpc8544_guts.c
98cded3a 1244
2c6aba14 1245New World (mac99)
40e3dd06
MCA
1246M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1247R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1248R: Greg Kurz <groug@kaod.org>
a6c98685 1249L: qemu-ppc@nongnu.org
bba8e23a 1250S: Odd Fixes
baec1910 1251F: hw/ppc/mac_newworld.c
6e481d57
PM
1252F: hw/pci-host/uninorth.c
1253F: hw/pci-bridge/dec.[hc]
8d8b636d 1254F: hw/misc/macio/
6ba16476 1255F: hw/misc/mos6522.c
b5d55020 1256F: hw/nvram/mac_nvram.c
2c6aba14 1257F: hw/input/adb*
eba45926 1258F: include/hw/misc/macio/
6ba16476 1259F: include/hw/misc/mos6522.h
eba45926 1260F: include/hw/ppc/mac_dbdma.h
5021bfa5 1261F: include/hw/pci-host/uninorth.h
2c6aba14 1262F: include/hw/input/adb*
52804c60 1263F: pc-bios/qemu_vga.ndrv
fd5d5c56 1264
2c6aba14 1265Old World (g3beige)
40e3dd06
MCA
1266M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1267R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1268R: Greg Kurz <groug@kaod.org>
a6c98685 1269L: qemu-ppc@nongnu.org
bba8e23a 1270S: Odd Fixes
baec1910 1271F: hw/ppc/mac_oldworld.c
6e481d57 1272F: hw/pci-host/grackle.c
8d8b636d 1273F: hw/misc/macio/
835c42d3 1274F: hw/intc/heathrow_pic.c
2c6aba14 1275F: hw/input/adb*
97e16dba 1276F: include/hw/intc/heathrow_pic.h
2c6aba14 1277F: include/hw/input/adb*
52804c60 1278F: pc-bios/qemu_vga.ndrv
fd5d5c56 1279
ec38d398 1280PReP
8178e89c 1281M: Hervé Poussineau <hpoussin@reactos.org>
ba477e64
DG
1282R: David Gibson <david@gibson.dropbear.id.au>
1283R: Greg Kurz <groug@kaod.org>
a6c98685 1284L: qemu-ppc@nongnu.org
8178e89c 1285S: Maintained
75610155 1286F: hw/ppc/prep.c
8178e89c
HP
1287F: hw/ppc/prep_systemio.c
1288F: hw/ppc/rs6000_mc.c
6e481d57 1289F: hw/pci-host/prep.[hc]
0a9464b5 1290F: hw/isa/i82378.c
a48c6b51 1291F: hw/isa/pc87312.c
1cd6dccb 1292F: hw/dma/i82374.c
819ce6b2 1293F: hw/rtc/m48t59-isa.c
a48c6b51 1294F: include/hw/isa/pc87312.h
819ce6b2 1295F: include/hw/rtc/m48t59.h
71b290e7 1296F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1297
300b115c 1298sPAPR
085eb217 1299M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1300M: Greg Kurz <groug@kaod.org>
8a269ca4
AF
1301L: qemu-ppc@nongnu.org
1302S: Supported
8d8b636d 1303F: hw/*/spapr*
f9de2da7
DG
1304F: include/hw/*/spapr*
1305F: hw/*/xics*
1306F: include/hw/*/xics*
b5d55020
TH
1307F: pc-bios/slof.bin
1308F: docs/specs/ppc-spapr-hcalls.txt
1309F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1310F: tests/qtest/spapr*
1cf4323e 1311F: tests/qtest/libqos/*spapr*
1e8a1fae 1312F: tests/qtest/rtas*
1cf4323e 1313F: tests/qtest/libqos/rtas*
8a269ca4 1314
1af82d4f
CLG
1315PowerNV (Non-Virtualized)
1316M: Cédric Le Goater <clg@kaod.org>
1317M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1318M: Greg Kurz <groug@kaod.org>
1af82d4f
CLG
1319L: qemu-ppc@nongnu.org
1320S: Maintained
1321F: hw/ppc/pnv*
1322F: hw/intc/pnv*
1323F: hw/intc/xics_pnv.c
157ed954 1324F: hw/pci-host/pnv*
1af82d4f 1325F: include/hw/ppc/pnv*
157ed954 1326F: include/hw/pci-host/pnv*
1af82d4f 1327F: pc-bios/skiboot.lid
1e8a1fae 1328F: tests/qtest/pnv*
1af82d4f 1329
794d00bf
AF
1330virtex_ml507
1331M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1332L: qemu-ppc@nongnu.org
1333S: Odd Fixes
6e481d57 1334F: hw/ppc/virtex_ml507.c
794d00bf 1335
a9dd6604
BZ
1336sam460ex
1337M: BALATON Zoltan <balaton@eik.bme.hu>
ba477e64
DG
1338R: David Gibson <david@gibson.dropbear.id.au>
1339R: Greg Kurz <groug@kaod.org>
a9dd6604
BZ
1340L: qemu-ppc@nongnu.org
1341S: Maintained
33c6a8b5
BZ
1342F: hw/ppc/sam460ex.c
1343F: hw/ppc/ppc440_pcix.c
1344F: hw/display/sm501*
a9dd6604 1345F: hw/ide/sii3112.c
de04c31d 1346F: hw/rtc/m41t80.c
33c6a8b5
BZ
1347F: pc-bios/canyonlands.dt[sb]
1348F: pc-bios/u-boot-sam460ex-20100605.bin
1349F: roms/u-boot-sam460ex
a9dd6604 1350
ba7e5ac1
BZ
1351pegasos2
1352M: BALATON Zoltan <balaton@eik.bme.hu>
1353R: David Gibson <david@gibson.dropbear.id.au>
1354L: qemu-ppc@nongnu.org
1355S: Maintained
1356F: hw/ppc/pegasos2.c
1357F: hw/pci-host/mv64361.c
1358F: hw/pci-host/mv643xx.h
1359F: include/hw/pci-host/mv64361.h
1360
fe0fe473
AF
1361RISC-V Machines
1362---------------
1363OpenTitan
1364M: Alistair Francis <Alistair.Francis@wdc.com>
1365L: qemu-riscv@nongnu.org
1366S: Supported
1367F: hw/riscv/opentitan.c
a7d2d98c 1368F: hw/char/ibex_uart.c
879f60f0 1369F: hw/intc/ibex_plic.c
fe0fe473 1370F: include/hw/riscv/opentitan.h
a7d2d98c 1371F: include/hw/char/ibex_uart.h
879f60f0 1372F: include/hw/intc/ibex_plic.h
fe0fe473 1373
56f6e31e
BM
1374Microchip PolarFire SoC Icicle Kit
1375M: Bin Meng <bin.meng@windriver.com>
1376L: qemu-riscv@nongnu.org
1377S: Supported
1378F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1379F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1380F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1381F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1382F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1383F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1384F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1385F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1386F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1387F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1388
7a261baf
VK
1389Shakti C class SoC
1390M: Vijai Kumar K <vijai@behindbytes.com>
1391L: qemu-riscv@nongnu.org
1392S: Supported
1393F: hw/riscv/shakti_c.c
07f334d8 1394F: hw/char/shakti_uart.c
7a261baf 1395F: include/hw/riscv/shakti_c.h
07f334d8 1396F: include/hw/char/shakti_uart.h
7a261baf 1397
4fcad931
AF
1398SiFive Machines
1399M: Alistair Francis <Alistair.Francis@wdc.com>
1400M: Bin Meng <bin.meng@windriver.com>
1401M: Palmer Dabbelt <palmer@dabbelt.com>
1402L: qemu-riscv@nongnu.org
1403S: Supported
1404F: hw/*/*sifive*.c
1405F: include/hw/*/*sifive*.h
1406
bda19d7b
YS
1407RX Machines
1408-----------
1409rx-gdbsim
b2744da9
PMD
1410R: Yoshinori Sato <ysato@users.sourceforge.jp>
1411S: Orphan
4adbfa45 1412F: docs/system/target-rx.rst
bda19d7b 1413F: hw/rx/rx-gdbsim.c
cf665623 1414F: tests/acceptance/machine_rx_gdbsim.py
bda19d7b 1415
fd5d5c56
AL
1416SH4 Machines
1417------------
1418R2D
2d53d0c7 1419R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1420R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1421S: Odd Fixes
7ae5c8bb 1422F: hw/char/sh_serial.c
6e481d57 1423F: hw/sh4/r2d.c
81527b94 1424F: hw/intc/sh_intc.c
c64bd101 1425F: hw/pci-host/sh_pci.c
25e79527 1426F: hw/timer/sh_timer.c
65b8dc29 1427F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1428
1429Shix
2d53d0c7 1430R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1431R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1432S: Odd Fixes
475e70bd 1433F: hw/block/tc58128.c
7ae5c8bb 1434F: hw/char/sh_serial.c
6e481d57 1435F: hw/sh4/shix.c
65b8dc29 1436F: hw/intc/sh_intc.c
25e79527 1437F: hw/timer/sh_timer.c
65b8dc29 1438F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1439
1440SPARC Machines
1441--------------
1442Sun4m
f2416d3a 1443M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1444S: Maintained
8d8b636d 1445F: hw/sparc/sun4m.c
c468e368 1446F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1447F: hw/display/cg3.c
1448F: hw/display/tcx.c
c10a1c78 1449F: hw/dma/sparc32_dma.c
7098b79e 1450F: hw/misc/eccmemctl.c
aec2b887
TH
1451F: hw/*/slavio_*.c
1452F: include/hw/nvram/sun_nvram.h
c10a1c78 1453F: include/hw/sparc/sparc32_dma.h
d0476159 1454F: include/hw/sparc/sun4m_iommu.h
aec2b887 1455F: pc-bios/openbios-sparc32
fd5d5c56
AL
1456
1457Sun4u
f2416d3a 1458M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1459S: Maintained
8d8b636d 1460F: hw/sparc64/sun4u.c
8ef856b7
PMD
1461F: hw/sparc64/sun4u_iommu.c
1462F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1463F: hw/pci-host/sabre.c
1464F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1465F: hw/pci-bridge/simba.c
1466F: include/hw/pci-bridge/simba.h
1467F: pc-bios/openbios-sparc64
8c432921 1468F: tests/acceptance/machine_sparc64_sun4u.py
fd5d5c56 1469
a2664ca0
AT
1470Sun4v
1471M: Artyom Tarasenko <atar4qemu@gmail.com>
1472S: Maintained
626e4a4b 1473F: hw/sparc64/niagara.c
2811ac30
PMD
1474F: hw/rtc/sun4v-rtc.c
1475F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1476
ce6c760c
FC
1477Leon3
1478M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1479M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1480S: Maintained
8d8b636d
PB
1481F: hw/sparc/leon3.c
1482F: hw/*/grlib*
162abf1a 1483F: include/hw/*/grlib*
b11785ca 1484F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1485
fd5d5c56
AL
1486S390 Machines
1487-------------
dd4ad64a 1488S390 Virtio-ccw
c1976ae7 1489M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1490M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1491M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1492S: Supported
0c6aa7ee 1493F: hw/char/sclp*.[hc]
9d1c4449 1494F: hw/char/terminal3270.c
c5bfb202 1495F: hw/s390x/
4277af19 1496F: include/hw/s390x/
c5bfb202 1497F: hw/watchdog/wdt_diag288.c
1e4738b2 1498F: include/hw/watchdog/wdt_diag288.h
1cb42835 1499F: default-configs/*/s390x-softmmu.mak
2d9ca5a3 1500F: tests/acceptance/machine_s390_ccw_virtio.py
99eaf137 1501T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1502T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1503L: qemu-s390x@nongnu.org
dd4ad64a 1504
8e4eb427 1505S390-ccw boot
304584bf
CH
1506M: Christian Borntraeger <borntraeger@de.ibm.com>
1507M: Thomas Huth <thuth@redhat.com>
1508S: Supported
8e4eb427 1509F: hw/s390x/ipl.*
304584bf
CH
1510F: pc-bios/s390-ccw/
1511F: pc-bios/s390-ccw.img
cc3d15a5 1512F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1513T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1514L: qemu-s390x@nongnu.org
1515
d5bfb425 1516S390 PCI
ecd6663d 1517M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1518M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1519S: Supported
1520F: hw/s390x/s390-pci*
408b55db 1521F: include/hw/s390x/s390-pci*
d5bfb425
CB
1522L: qemu-s390x@nongnu.org
1523
fd5d5c56
AL
1524X86 Machines
1525------------
1526PC
046a6486 1527M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1528M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1529S: Supported
046a6486
MT
1530F: include/hw/i386/
1531F: hw/i386/
0f25d865 1532F: hw/pci-host/i440fx.c
046a6486
MT
1533F: hw/pci-host/q35.c
1534F: hw/pci-host/pam.c
0fd61a2d 1535F: include/hw/pci-host/i440fx.h
046a6486
MT
1536F: include/hw/pci-host/q35.h
1537F: include/hw/pci-host/pam.h
14a026dd 1538F: hw/isa/piix3.c
046a6486
MT
1539F: hw/isa/lpc_ich9.c
1540F: hw/i2c/smbus_ich9.c
1541F: hw/acpi/piix4.c
1542F: hw/acpi/ich9.c
1543F: include/hw/acpi/ich9.h
fff123b8 1544F: include/hw/southbridge/piix.h
9cc3b73c 1545F: hw/misc/sga.c
6f5a3294
PMD
1546F: hw/isa/apm.c
1547F: include/hw/isa/apm.h
da668aa1 1548F: tests/unit/test-x86-cpuid.c
1e8a1fae 1549F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1550
1551PC Chipset
1552M: Michael S. Tsirkin <mst@redhat.com>
1553M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1554S: Supported
9cc3b73c 1555F: hw/char/debugcon.c
bb3d5ea8 1556F: hw/char/parallel*
9cc3b73c
PB
1557F: hw/char/serial*
1558F: hw/dma/i8257*
1559F: hw/i2c/pm_smbus.c
1732be86 1560F: hw/input/pckbd.c
9cc3b73c
PB
1561F: hw/intc/apic*
1562F: hw/intc/ioapic*
1563F: hw/intc/i8259*
1854eb28 1564F: hw/isa/isa-superio.c
9cc3b73c
PB
1565F: hw/misc/debugexit.c
1566F: hw/misc/pc-testdev.c
1567F: hw/timer/hpet*
1568F: hw/timer/i8254*
bcdb9064 1569F: hw/rtc/mc146818rtc*
edc46aff 1570F: hw/watchdog/wdt_ib700.c
4bcbc773 1571F: hw/watchdog/wdt_i6300esb.c
866e2b37 1572F: include/hw/display/vga.h
bb3d5ea8 1573F: include/hw/char/parallel.h
55f613ac 1574F: include/hw/dma/i8257.h
a2feb348 1575F: include/hw/i2c/pm_smbus.h
47973a2d 1576F: include/hw/input/i8042.h
4bcbc773 1577F: include/hw/isa/i8259_internal.h
1854eb28 1578F: include/hw/isa/superio.h
a2feb348
TH
1579F: include/hw/timer/hpet.h
1580F: include/hw/timer/i8254*
bcdb9064 1581F: include/hw/rtc/mc146818rtc*
046a6486 1582
5cb48f05
SL
1583microvm
1584M: Sergio Lopez <slp@redhat.com>
1585M: Paolo Bonzini <pbonzini@redhat.com>
1586S: Maintained
1587F: docs/microvm.rst
1588F: hw/i386/microvm.c
1589F: include/hw/i386/microvm.h
1590F: pc-bios/bios-microvm.bin
1591
5da4fb00
MT
1592Machine core
1593M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1594M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1595S: Supported
d9f24bf5 1596F: cpu.c
2e5b09fd 1597F: hw/core/cpu.c
52924dea 1598F: hw/core/machine-qmp-cmds.c
5da4fb00 1599F: hw/core/machine.c
c1629c5c 1600F: hw/core/null-machine.c
ac057879 1601F: hw/core/numa.c
335d52f4 1602F: hw/cpu/cluster.c
8ac25c84 1603F: qapi/machine.json
7f7b4e7a 1604F: qapi/machine-target.json
5da4fb00 1605F: include/hw/boards.h
2e5b09fd 1606F: include/hw/core/cpu.h
335d52f4 1607F: include/hw/cpu/cluster.h
2dd02587 1608F: include/sysemu/numa.h
f953c100 1609T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1610
16e7caae
MF
1611Xtensa Machines
1612---------------
375847a6 1613sim
16e7caae
MF
1614M: Max Filippov <jcmvbkbc@gmail.com>
1615S: Maintained
437a8c11 1616F: hw/xtensa/sim.c
375847a6 1617
d9e8553b
MF
1618virt
1619M: Max Filippov <jcmvbkbc@gmail.com>
1620S: Maintained
1621F: hw/xtensa/virt.c
1622
437a8c11 1623XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1624M: Max Filippov <jcmvbkbc@gmail.com>
1625S: Maintained
437a8c11
MF
1626F: hw/xtensa/xtfpga.c
1627F: hw/net/opencores_eth.c
16e7caae 1628
fd5d5c56
AL
1629Devices
1630-------
d36d7112
VG
1631Xilinx CAN
1632M: Vikram Garhwal <fnu.vikram@xilinx.com>
1633M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1634S: Maintained
1635F: hw/net/can/xlnx-*
1636F: include/hw/net/xlnx-*
1637F: tests/qtest/xlnx-can-test*
1638
b30934cb
JS
1639EDU
1640M: Jiri Slaby <jslaby@suse.cz>
1641S: Maintained
1642F: hw/misc/edu.c
1643
fd5d5c56 1644IDE
c095348b
JS
1645M: John Snow <jsnow@redhat.com>
1646L: qemu-block@nongnu.org
1647S: Supported
8d8b636d 1648F: include/hw/ide.h
c9f7acd5 1649F: include/hw/ide/
fd5d5c56 1650F: hw/ide/
c095348b
JS
1651F: hw/block/block.c
1652F: hw/block/cdrom.c
1653F: hw/block/hd-geometry.c
1e8a1fae
TH
1654F: tests/qtest/ide-test.c
1655F: tests/qtest/ahci-test.c
1656F: tests/qtest/cdrom-test.c
1cf4323e 1657F: tests/qtest/libqos/ahci*
77582e2c 1658T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1659
caf316ba
CM
1660IPMI
1661M: Corey Minyard <minyard@acm.org>
1662S: Maintained
1663F: include/hw/ipmi/*
1664F: hw/ipmi/*
1665F: hw/smbios/smbios_type_38.c
1e8a1fae 1666F: tests/qtest/ipmi*
e18a8b34 1667T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1668
c095348b
JS
1669Floppy
1670M: John Snow <jsnow@redhat.com>
1671L: qemu-block@nongnu.org
1672S: Supported
1673F: hw/block/fdc.c
1674F: include/hw/block/fdc.h
1e8a1fae 1675F: tests/qtest/fdc-test.c
77582e2c 1676T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1677
f5f487b2
PM
1678OMAP
1679M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1680L: qemu-arm@nongnu.org
f5f487b2 1681S: Maintained
8d8b636d 1682F: hw/*/omap*
ed0db866 1683F: include/hw/arm/omap.h
66278f8a 1684F: docs/system/arm/sx1.rst
f5f487b2 1685
28d54e58
PB
1686IPack
1687M: Alberto Garcia <berto@igalia.com>
1688S: Odd Fixes
1689F: hw/char/ipoctal232.c
1690F: hw/ipack/
1691
fd5d5c56
AL
1692PCI
1693M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1694M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1695S: Supported
8d8b636d 1696F: include/hw/pci/*
f178bc6b 1697F: hw/misc/pci-testdev.c
ca818cfb 1698F: hw/pci/*
f178bc6b 1699F: hw/pci-bridge/*
61c7f987 1700F: qapi/pci.json
68179923
PMD
1701F: docs/pci*
1702F: docs/specs/*pci*
534fd814 1703F: default-configs/pci.mak
0e0b3592 1704
d31e5ae7 1705ACPI/SMBIOS
0e0b3592
MT
1706M: Michael S. Tsirkin <mst@redhat.com>
1707M: Igor Mammedov <imammedo@redhat.com>
1708S: Supported
1709F: include/hw/acpi/*
a2eb5c0c 1710F: include/hw/firmware/smbios.h
0e0b3592 1711F: hw/mem/*
8d8b636d 1712F: hw/acpi/*
d31e5ae7 1713F: hw/smbios/*
0e0b3592 1714F: hw/i386/acpi-build.[hc]
0e0b3592 1715F: hw/arm/virt-acpi-build.c
27c9188f 1716F: qapi/acpi.json
b963ea19 1717F: tests/qtest/bios-tables-test*
1e8a1fae 1718F: tests/qtest/acpi-utils.[hc]
faae23b9 1719F: tests/data/acpi/
fd5d5c56 1720
f7e462f8 1721ACPI/HEST/GHES
d6eed465 1722R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1723L: qemu-arm@nongnu.org
1724S: Maintained
1725F: hw/acpi/ghes.c
1726F: include/hw/acpi/ghes.h
1727F: docs/specs/acpi_hest_ghes.rst
1728
aaade8d7 1729ppc4xx
bba8e23a 1730M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1731L: qemu-ppc@nongnu.org
1732S: Odd Fixes
8d8b636d 1733F: hw/ppc/ppc4*.c
aa3a41f9 1734F: hw/i2c/ppc4xx_i2c.c
b5d55020 1735F: include/hw/ppc/ppc4xx.h
aa3a41f9 1736F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1737F: hw/intc/ppc-uic.c
1738F: include/hw/intc/ppc-uic.h
aaade8d7 1739
61af0ee6 1740Character devices
2185fd67
PB
1741M: Marc-André Lureau <marcandre.lureau@redhat.com>
1742R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1743S: Odd Fixes
1744F: hw/char/
1745
f536f112
PB
1746Network devices
1747M: Jason Wang <jasowang@redhat.com>
1748S: Odd Fixes
1749F: hw/net/
6061b5c6 1750F: include/hw/net/
1e8a1fae 1751F: tests/qtest/virtio-net-test.c
9711cd0d 1752F: docs/virtio-net-failover.rst
e18a8b34 1753T: git https://github.com/jasowang/qemu.git net
f536f112 1754
e0c9d0c1
PMD
1755Parallel NOR Flash devices
1756M: Philippe Mathieu-Daudé <philmd@redhat.com>
1757T: git https://gitlab.com/philmd/qemu.git pflash-next
1758S: Maintained
1759F: hw/block/pflash_cfi*.c
1760F: include/hw/block/flash.h
1761
fd5d5c56 1762SCSI
de7724f7 1763M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1764R: Fam Zheng <fam@euphon.net>
de7724f7 1765S: Supported
74460f34 1766F: include/hw/scsi/*
8d8b636d 1767F: hw/scsi/*
1e8a1fae 1768F: tests/qtest/virtio-scsi-test.c
b43957dc 1769F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 1770F: tests/qtest/am53c974-test.c
e18a8b34 1771T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1772
fcb5629d 1773SSI
c22e580c 1774M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1775S: Maintained
8d8b636d
PB
1776F: hw/ssi/*
1777F: hw/block/m25p80.c
982d009a 1778F: include/hw/ssi/ssi.h
4b46ba61 1779X: hw/ssi/xilinx_*
1e8a1fae 1780F: tests/qtest/m25p80-test.c
4b46ba61
AF
1781
1782Xilinx SPI
c22e580c 1783M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1784S: Maintained
1785F: hw/ssi/xilinx_*
fcb5629d 1786
076a0fc3
PMD
1787SD (Secure Card)
1788M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3e0a7693 1789M: Bin Meng <bin.meng@windriver.com>
ba412478 1790L: qemu-block@nongnu.org
076a0fc3
PMD
1791S: Odd Fixes
1792F: include/hw/sd/sd*
1793F: hw/sd/core.c
1794F: hw/sd/sd*
1232ed1f 1795F: hw/sd/ssi-sd.c
1e8a1fae 1796F: tests/qtest/sd*
076a0fc3 1797
fd5d5c56 1798USB
5d0d62fe
GH
1799M: Gerd Hoffmann <kraxel@redhat.com>
1800S: Maintained
8d8b636d 1801F: hw/usb/*
9c3c834b 1802F: stubs/usb-dev-stub.c
1e8a1fae 1803F: tests/qtest/usb-*-test.c
beded0ff
TH
1804F: docs/usb2.txt
1805F: docs/usb-storage.txt
1806F: include/hw/usb.h
1807F: include/hw/usb/
104ebc5f 1808F: default-configs/usb.mak
fd5d5c56 1809
e26082fd
PB
1810USB (serial adapter)
1811M: Gerd Hoffmann <kraxel@redhat.com>
1812M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1813S: Maintained
1814F: hw/usb/dev-serial.c
1815
92e1fb5e
AW
1816VFIO
1817M: Alex Williamson <alex.williamson@redhat.com>
1818S: Supported
cf7087db 1819F: hw/vfio/*
99b88c6d 1820F: include/hw/vfio/
4e779bf1 1821F: docs/igd-assign.txt
92e1fb5e 1822
5eb74557 1823vfio-ccw
c1976ae7 1824M: Cornelia Huck <cohuck@redhat.com>
7913938a 1825M: Eric Farman <farman@linux.ibm.com>
074c84b9 1826M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
1827S: Supported
1828F: hw/vfio/ccw.c
1829F: hw/s390x/s390-ccw.c
1830F: include/hw/s390x/s390-ccw.h
44445d86 1831F: include/hw/s390x/vfio-ccw.h
99eaf137 1832T: git https://gitlab.com/cohuck/qemu.git s390-next
146bd283 1833L: qemu-s390x@nongnu.org
5eb74557 1834
a51b3153 1835vfio-ap
a51b3153
TK
1836M: Tony Krowiak <akrowiak@linux.ibm.com>
1837M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 1838M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
1839S: Supported
1840F: hw/s390x/ap-device.c
1841F: hw/s390x/ap-bridge.c
1842F: include/hw/s390x/ap-device.h
1843F: include/hw/s390x/ap-bridge.h
2fe2942c 1844F: hw/vfio/ap.c
f58f084e 1845F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1846L: qemu-s390x@nongnu.org
1847
fd5d5c56
AL
1848vhost
1849M: Michael S. Tsirkin <mst@redhat.com>
1850S: Supported
8d8b636d 1851F: hw/*/*vhost*
482580a6 1852F: docs/interop/vhost-user.json
ed1be66b 1853F: docs/interop/vhost-user.rst
72c1e865 1854F: contrib/vhost-user-*/
f24bb728
MAL
1855F: backends/vhost-user.c
1856F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1857
1858virtio
a75143ed 1859M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1860S: Supported
8d8b636d 1861F: hw/*/virtio*
72fa605d
TH
1862F: hw/virtio/Makefile.objs
1863F: hw/virtio/trace-events
6a084ea3 1864F: net/vhost-user.c
494f7b57 1865F: include/hw/virtio/
fd5d5c56 1866
6d7b25ad
DH
1867virtio-balloon
1868M: Michael S. Tsirkin <mst@redhat.com>
1869M: David Hildenbrand <david@redhat.com>
1870S: Maintained
1871F: hw/virtio/virtio-balloon*.c
1872F: include/hw/virtio/virtio-balloon.h
c7f419f5 1873F: softmmu/balloon.c
6d7b25ad
DH
1874F: include/sysemu/balloon.h
1875
fd5d5c56 1876virtio-9p
8c1cd719 1877M: Greg Kurz <groug@kaod.org>
233982af 1878M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1879S: Odd Fixes
aebeca25 1880F: hw/9pfs/
b827891d 1881X: hw/9pfs/xen-9p*
aebeca25 1882F: fsdev/
33b2b388 1883F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 1884F: tests/qtest/virtio-9p-test.c
1a001953 1885T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 1886T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
1887
1888virtio-blk
54d01a00 1889M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1890L: qemu-block@nongnu.org
fd5d5c56 1891S: Supported
8d8b636d 1892F: hw/block/virtio-blk.c
b457a5f5 1893F: hw/block/dataplane/*
1e8a1fae 1894F: tests/qtest/virtio-blk-test.c
e18a8b34 1895T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1896
dd4ad64a 1897virtio-ccw
c1976ae7 1898M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1899M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1900S: Supported
901f5f16 1901F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1902F: hw/s390x/vhost-vsock-ccw.c
99eaf137 1903T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1904T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1905L: qemu-s390x@nongnu.org
dd4ad64a 1906
bad7d2c3
DDAG
1907virtiofs
1908M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1909M: Stefan Hajnoczi <stefanha@redhat.com>
1910S: Supported
1911F: tools/virtiofsd/*
1912F: hw/virtio/vhost-user-fs*
1913F: include/hw/virtio/vhost-user-fs.h
33b2b388 1914F: docs/tools/virtiofsd.rst
09c8d9e8 1915L: virtio-fs@redhat.com
bad7d2c3 1916
a5d4d7b5
GH
1917virtio-input
1918M: Gerd Hoffmann <kraxel@redhat.com>
1919S: Maintained
9c4d05b7 1920F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1921F: hw/input/virtio-input*.c
1922F: include/hw/virtio/virtio-input.h
06914c97 1923F: contrib/vhost-user-input/*
a5d4d7b5 1924
c1dee918
EA
1925virtio-iommu
1926M: Eric Auger <eric.auger@redhat.com>
1927S: Maintained
1928F: hw/virtio/virtio-iommu*.c
1929F: include/hw/virtio/virtio-iommu.h
1930
fd5d5c56 1931virtio-serial
2501db70
LV
1932M: Laurent Vivier <lvivier@redhat.com>
1933R: Amit Shah <amit@kernel.org>
fd5d5c56 1934S: Supported
8d8b636d
PB
1935F: hw/char/virtio-serial-bus.c
1936F: hw/char/virtio-console.c
68a5e38a 1937F: include/hw/virtio/virtio-serial.h
1e8a1fae 1938F: tests/qtest/virtio-serial-test.c
fd5d5c56 1939
1f51a5cb 1940virtio-rng
2501db70
LV
1941M: Laurent Vivier <lvivier@redhat.com>
1942R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1943S: Supported
1944F: hw/virtio/virtio-rng.c
1945F: include/hw/virtio/virtio-rng.h
750cf869 1946F: include/sysemu/rng*.h
1f51a5cb 1947F: backends/rng*.c
1e8a1fae 1948F: tests/qtest/virtio-rng-test.c
1f51a5cb 1949
6034011c
GA
1950virtio-crypto
1951M: Gonglei <arei.gonglei@huawei.com>
1952S: Supported
1953F: hw/virtio/virtio-crypto.c
1954F: hw/virtio/virtio-crypto-pci.c
1955F: include/hw/virtio/virtio-crypto.h
1956
751c7bdd
DH
1957virtio-mem
1958M: David Hildenbrand <david@redhat.com>
1959S: Supported
1960W: https://virtio-mem.gitlab.io/
1961F: hw/virtio/virtio-mem.c
1962F: hw/virtio/virtio-mem-pci.h
1963F: hw/virtio/virtio-mem-pci.c
1964F: include/hw/virtio/virtio-mem.h
1965
f3c507ad 1966nvme
8261cc17 1967M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1968M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1969L: qemu-block@nongnu.org
f3c507ad 1970S: Supported
88eea45c 1971F: hw/nvme/*
dc0b4d94 1972F: include/block/nvme.h
1e8a1fae 1973F: tests/qtest/nvme-test.c
a3d9f3a9 1974F: docs/system/nvme.rst
e8cc43d5 1975T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1976
d383c625 1977megasas
3fdfb8b6 1978M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1979L: qemu-block@nongnu.org
d383c625
HR
1980S: Supported
1981F: hw/scsi/megasas.c
1982F: hw/scsi/mfi.h
1e8a1fae 1983F: tests/qtest/megasas-test.c
c887d333 1984F: tests/qtest/fuzz-megasas-test.c
d383c625 1985
605d52e6 1986Network packet abstractions
bf4835a4 1987M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1988S: Maintained
1989F: include/net/eth.h
1990F: net/eth.c
1991F: hw/net/net_rx_pkt*
1992F: hw/net/net_tx_pkt*
1993
622fb504 1994Vmware
bf4835a4 1995M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1996S: Maintained
1997F: hw/net/vmxnet*
1998F: hw/scsi/vmw_pvscsi*
1e8a1fae 1999F: tests/qtest/vmxnet3-test.c
622fb504 2000
de24d3f1 2001Rocker
de24d3f1
SF
2002M: Jiri Pirko <jiri@resnulli.us>
2003S: Maintained
2004F: hw/net/rocker/
92a3c6aa 2005F: qapi/rocker.json
de850948
TH
2006F: tests/rocker/
2007F: docs/specs/rocker.txt
de24d3f1 2008
70d1fb9c 2009NVDIMM
7a5bd53d 2010M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
2011S: Maintained
2012F: hw/acpi/nvdimm.c
2013F: hw/mem/nvdimm.c
2014F: include/hw/mem/nvdimm.h
e2e254d3 2015F: docs/nvdimm.txt
70d1fb9c 2016
093454e2 2017e1000x
bf4835a4 2018M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
2019S: Maintained
2020F: hw/net/e1000x*
2021
6f3fbe4e 2022e1000e
bf4835a4 2023M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
2024S: Maintained
2025F: hw/net/e1000e*
7d6a4f12 2026F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2027
ebc2327f
SW
2028eepro100
2029M: Stefan Weil <sw@weilnetz.de>
2030S: Maintained
2031F: hw/net/eepro100.c
2032
34ea023d
SS
2033tulip
2034M: Sven Schnelle <svens@stackframe.org>
2035S: Maintained
2036F: hw/net/tulip.c
2037F: hw/net/tulip.h
2038
065177ee
PV
2039pca954x
2040M: Patrick Venture <venture@google.com>
2041S: Maintained
2042F: hw/i2c/i2c_mux_pca954x.c
2043F: include/hw/i2c/i2c_mux_pca954x.h
2044
e481a1f6 2045Generic Loader
c22e580c 2046M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2047S: Maintained
2048F: hw/core/generic-loader.c
2049F: include/hw/core/generic-loader.h
70f20110 2050F: docs/system/generic-loader.rst
e481a1f6 2051
a33ff6d2
AB
2052Guest Loader
2053M: Alex Bennée <alex.bennee@linaro.org>
2054S: Maintained
2055F: hw/core/guest-loader.c
01460378 2056F: docs/system/guest-loader.rst
2ceb7c03 2057F: tests/acceptance/boot_xen.py
e481a1f6 2058
645d3cbe
SH
2059Intel Hexadecimal Object File Loader
2060M: Su Hang <suhang16@mails.ucas.ac.cn>
2061S: Maintained
1e8a1fae 2062F: tests/qtest/hexloader-test.c
4b2ff65a 2063F: tests/data/hex-loader/test.hex
645d3cbe 2064
87a9023a
TH
2065CHRP NVRAM
2066M: Thomas Huth <thuth@redhat.com>
2067S: Maintained
2068F: hw/nvram/chrp_nvram.c
2069F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2070F: tests/qtest/prom-env-test.c
87a9023a 2071
42697d88 2072VM Generation ID
2b42989c 2073S: Orphan
42697d88
BW
2074F: hw/acpi/vmgenid.c
2075F: include/hw/acpi/vmgenid.h
2076F: docs/specs/vmgenid.txt
1e8a1fae 2077F: tests/qtest/vmgenid-test.c
42697d88
BW
2078F: stubs/vmgenid.c
2079
c1b29826
PMD
2080LED
2081M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2082S: Maintained
2083F: include/hw/misc/led.h
2084F: hw/misc/led.c
2085
747969db
PMD
2086Unimplemented device
2087M: Peter Maydell <peter.maydell@linaro.org>
2088R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2089S: Maintained
2090F: include/hw/misc/unimp.h
2091F: hw/misc/unimp.c
2092
6007523a
PMD
2093Empty slot
2094M: Artyom Tarasenko <atar4qemu@gmail.com>
2095R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2096S: Maintained
2097F: include/hw/misc/empty_slot.h
2098F: hw/misc/empty_slot.c
2099
dbb2e472
GH
2100Standard VGA
2101M: Gerd Hoffmann <kraxel@redhat.com>
2102S: Maintained
2103F: hw/display/vga*
2104F: hw/display/bochs-display.c
2105F: include/hw/display/vga.h
2106F: include/hw/display/bochs-vbe.h
2107
58d632c7
GH
2108ramfb
2109M: Gerd Hoffmann <kraxel@redhat.com>
2110S: Maintained
2111F: hw/display/ramfb*.c
2112F: include/hw/display/ramfb.h
2113
dbb2e472
GH
2114virtio-gpu
2115M: Gerd Hoffmann <kraxel@redhat.com>
2116S: Maintained
2117F: hw/display/virtio-gpu*
c68082c4 2118F: hw/display/virtio-vga.*
dbb2e472
GH
2119F: include/hw/virtio/virtio-gpu.h
2120
b372d79b
RN
2121vhost-user-blk
2122M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2123S: Maintained
2124F: contrib/vhost-user-blk/
2125F: contrib/vhost-user-scsi/
2126F: hw/block/vhost-user-blk.c
2127F: hw/scsi/vhost-user-scsi.c
2128F: hw/virtio/vhost-user-blk-pci.c
2129F: hw/virtio/vhost-user-scsi-pci.c
2130F: include/hw/virtio/vhost-user-blk.h
2131F: include/hw/virtio/vhost-user-scsi.h
2132
bd2e44fe
MAL
2133vhost-user-gpu
2134M: Marc-André Lureau <marcandre.lureau@redhat.com>
2135M: Gerd Hoffmann <kraxel@redhat.com>
2136S: Maintained
2137F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2138F: contrib/vhost-user-gpu
2139F: hw/display/vhost-user-*
bd2e44fe 2140
dbb2e472
GH
2141Cirrus VGA
2142M: Gerd Hoffmann <kraxel@redhat.com>
2143S: Odd Fixes
2144W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2145F: hw/display/cirrus*
2146
72d277a7
GH
2147EDID Generator
2148M: Gerd Hoffmann <kraxel@redhat.com>
2149S: Maintained
2150F: hw/display/edid*
2151F: include/hw/display/edid.h
2152F: qemu-edid.c
2153
10386385
PMD
2154PIIX4 South Bridge (i82371AB)
2155M: Hervé Poussineau <hpoussin@reactos.org>
2156M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2157S: Maintained
2158F: hw/isa/piix4.c
fff123b8 2159F: include/hw/southbridge/piix.h
10386385 2160
15ffb43c 2161Firmware configuration (fw_cfg)
6f75e3f5 2162M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2163R: Laszlo Ersek <lersek@redhat.com>
2164R: Gerd Hoffmann <kraxel@redhat.com>
2165S: Supported
2166F: docs/specs/fw_cfg.txt
8d0bceba 2167F: hw/nvram/fw_cfg*.c
b15c0f7d 2168F: stubs/fw_cfg.c
15ffb43c
PMD
2169F: include/hw/nvram/fw_cfg.h
2170F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2171F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2172F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2173T: git https://github.com/philmd/qemu.git fw_cfg-next
2174
2313abf0 2175XIVE
2313abf0 2176M: Cédric Le Goater <clg@kaod.org>
ba477e64
DG
2177R: David Gibson <david@gibson.dropbear.id.au>
2178R: Greg Kurz <groug@kaod.org>
2313abf0
TH
2179L: qemu-ppc@nongnu.org
2180S: Supported
2181F: hw/*/*xive*
2182F: include/hw/*/*xive*
24563a58 2183F: docs/*/*xive*
2313abf0 2184
7bd0d13f 2185Renesas peripherals
2d53d0c7 2186R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2187R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2188S: Odd Fixes
645194c7 2189F: hw/char/renesas_sci.c
7bd0d13f 2190F: hw/char/sh_serial.c
c7f37baf 2191F: hw/timer/renesas_*.c
7bd0d13f 2192F: hw/timer/sh_timer.c
645194c7 2193F: include/hw/char/renesas_sci.h
7bd0d13f 2194F: include/hw/sh4/sh.h
c7f37baf 2195F: include/hw/timer/renesas_*.h
7bd0d13f 2196
e78597cc 2197Renesas RX peripherals
b2744da9
PMD
2198R: Yoshinori Sato <ysato@users.sourceforge.jp>
2199S: Orphan
e78597cc 2200F: hw/intc/rx_icu.c
0c80f50f 2201F: hw/rx/
e78597cc 2202F: include/hw/intc/rx_icu.h
0c80f50f 2203F: include/hw/rx/
e78597cc 2204
de4d4adb
PP
2205CAN bus subsystem and hardware
2206M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2207M: Vikram Garhwal <fnu.vikram@xilinx.com>
2208S: Maintained
2209W: https://canbus.pages.fel.cvut.cz/
2210F: net/can/*
2211F: hw/net/can/*
2212F: include/net/can_*.h
2213
fd5d5c56
AL
2214Subsystems
2215----------
2216Audio
9f575846 2217M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2218S: Maintained
2219F: audio/
8d8b636d 2220F: hw/audio/
a2b245ae 2221F: include/hw/audio/
92a3c6aa 2222F: qapi/audio.json
1e8a1fae
TH
2223F: tests/qtest/ac97-test.c
2224F: tests/qtest/es1370-test.c
2225F: tests/qtest/intel-hda-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/