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