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