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