]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
target/s390x: move kvm files into kvm/
[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.*
3f178b8d 249F: target/mips/tcg/*nanomips*
a60442eb 250
6347e1f1 251NiosII TCG CPUs
e671711c
MV
252M: Chris Wulff <crwulff@gmail.com>
253M: Marek Vasut <marex@denx.de>
254S: Maintained
255F: target/nios2/
256F: hw/nios2/
257F: disas/nios2.c
1cb42835 258F: default-configs/*/nios2-softmmu.mak
e671711c 259
6347e1f1 260OpenRISC TCG CPUs
1d7cf18d
SH
261M: Stafford Horne <shorne@gmail.com>
262S: Odd Fixes
fcf5ef2a 263F: target/openrisc/
945dad6d 264F: hw/openrisc/
c0bd0b50 265F: tests/tcg/openrisc/
945dad6d 266
6347e1f1 267PowerPC TCG CPUs
b4daafbd 268M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 269M: Greg Kurz <groug@kaod.org>
a6c98685 270L: qemu-ppc@nongnu.org
fd5d5c56 271S: Maintained
fcf5ef2a 272F: target/ppc/
8d8b636d 273F: hw/ppc/
b5d55020 274F: include/hw/ppc/
c17652ee 275F: disas/ppc.c
c592f70c 276F: tests/acceptance/machine_ppc.py
fd5d5c56 277
6347e1f1 278RISC-V TCG CPUs
c1677bcc 279M: Palmer Dabbelt <palmer@dabbelt.com>
ab2c9128
AF
280M: Alistair Francis <alistair.francis@wdc.com>
281M: Bin Meng <bin.meng@windriver.com>
a094b354 282L: qemu-riscv@nongnu.org
7b91ae7d 283S: Supported
4dc62b15
MC
284F: target/riscv/
285F: hw/riscv/
286F: include/hw/riscv/
f936eac8 287F: linux-user/host/riscv32/
511f3138 288F: linux-user/host/riscv64/
4dc62b15 289
a4f34ecc 290RENESAS RX CPUs
b2744da9
PMD
291R: Yoshinori Sato <ysato@users.sourceforge.jp>
292S: Orphan
a4f34ecc
YS
293F: target/rx/
294
6347e1f1 295S390 TCG CPUs
336f744e 296M: Richard Henderson <richard.henderson@linaro.org>
ced01bb7 297M: David Hildenbrand <david@redhat.com>
fd5d5c56 298S: Maintained
fcf5ef2a 299F: target/s390x/
c9274b6b 300F: target/s390x/tcg
8d8b636d 301F: hw/s390x/
c17652ee 302F: disas/s390.c
276ba120 303F: tests/tcg/s390x/
146bd283 304L: qemu-s390x@nongnu.org
fd5d5c56 305
6347e1f1 306SH4 TCG CPUs
2d53d0c7
PMD
307R: Yoshinori Sato <ysato@users.sourceforge.jp>
308S: Orphan
fcf5ef2a 309F: target/sh4/
8d8b636d 310F: hw/sh4/
c17652ee 311F: disas/sh4.c
8a90f900 312F: include/hw/sh4/
fd5d5c56 313
6347e1f1 314SPARC TCG CPUs
f2416d3a 315M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 316M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 317S: Maintained
fcf5ef2a 318F: target/sparc/
8d8b636d
PB
319F: hw/sparc/
320F: hw/sparc64/
84dbe974 321F: include/hw/sparc/sparc64.h
c17652ee 322F: disas/sparc.c
fd5d5c56 323
6347e1f1 324X86 TCG CPUs
d46d72fd 325M: Paolo Bonzini <pbonzini@redhat.com>
336f744e 326M: Richard Henderson <richard.henderson@linaro.org>
e1a04339 327M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 328S: Maintained
f5cc5a5c 329F: target/i386/tcg/
4132431f 330F: tests/tcg/i386/
3a082ec0 331F: tests/tcg/x86_64/
8d8b636d 332F: hw/i386/
c17652ee 333F: disas/i386.c
38dec0ef 334F: docs/system/cpu-models-x86*
f953c100 335T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 336
6347e1f1 337Xtensa TCG CPUs
16e7caae 338M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 339W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 340S: Maintained
fcf5ef2a 341F: target/xtensa/
8d8b636d 342F: hw/xtensa/
c0bd0b50 343F: tests/tcg/xtensa/
5a6539e6 344F: disas/xtensa.c
895e4897 345F: include/hw/xtensa/xtensa-isa.h
1cb42835 346F: default-configs/*/xtensa*.mak
16e7caae 347
6347e1f1 348TriCore TCG CPUs
48e06fe0
BK
349M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
350S: Maintained
fcf5ef2a 351F: target/tricore/
48e06fe0 352F: hw/tricore/
d46d14e6 353F: include/hw/tricore/
be78e799 354F: tests/tcg/tricore/
48e06fe0 355
dd28bebd
AB
356Multiarch Linux User Tests
357M: Alex Bennée <alex.bennee@linaro.org>
00a25291 358S: Maintained
dd28bebd
AB
359F: tests/tcg/multiarch/
360
84995ea2
MA
361Guest CPU Cores (KVM)
362---------------------
6347e1f1 363Overall KVM CPUs
c6d559d9 364M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
365L: kvm@vger.kernel.org
366S: Supported
a6bb42f2 367F: */*/kvm*
1962cb20 368F: accel/kvm/
9681ad3e
TH
369F: accel/stubs/kvm-stub.c
370F: include/hw/kvm/
a95e9a48 371F: include/sysemu/kvm*.h
9681ad3e 372F: scripts/kvm/kvm_flightrecorder
fd5d5c56 373
6347e1f1 374ARM KVM CPUs
ed4659d1 375M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 376L: qemu-arm@nongnu.org
ed4659d1 377S: Maintained
fcf5ef2a 378F: target/arm/kvm.c
ed4659d1 379
6347e1f1 380MIPS KVM CPUs
dab1e1e1 381M: Huacai Chen <chenhuacai@kernel.org>
134f7f7d 382S: Odd Fixes
85d8da3f
PMD
383F: target/mips/kvm*
384F: target/mips/sysemu/
a31896c4 385
6347e1f1 386PPC KVM CPUs
bba8e23a 387M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 388M: Greg Kurz <groug@kaod.org>
fd5d5c56 389S: Maintained
fcf5ef2a 390F: target/ppc/kvm.c
fd5d5c56 391
6347e1f1 392S390 KVM CPUs
7c8e2647 393M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 394M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 395M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 396S: Supported
67043607 397F: target/s390x/kvm/
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
11984b18 1180F: tests/acceptance/machine_mips_fuloong2e.py
659f42d8 1181
53fb8bfb 1182Loongson-3 virtual platforms
dab1e1e1 1183M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1184R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1185S: Maintained
2c5b1a7d 1186F: hw/intc/loongson_liointc.c
d2245e2d
HC
1187F: hw/mips/loongson3_bootp.c
1188F: hw/mips/loongson3_bootp.h
c76b409f 1189F: hw/mips/loongson3_virt.c
c0928e6d 1190F: tests/acceptance/machine_mips_loongson3v.py
2c5b1a7d 1191
659f42d8 1192Boston
4ba98e96 1193M: Paul Burton <paulburton@kernel.org>
97d89746 1194R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1195S: Odd Fixes
659f42d8
YK
1196F: hw/core/loader-fit.c
1197F: hw/mips/boston.c
1198F: hw/pci-host/xilinx-pcie.c
5021bfa5 1199F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1200
945dad6d
JL
1201OpenRISC Machines
1202-----------------
1203or1k-sim
1204M: Jia Liu <proljc@gmail.com>
1205S: Maintained
1206F: hw/openrisc/openrisc_sim.c
1207
fd5d5c56
AL
1208PowerPC Machines
1209----------------
1210405
bba8e23a 1211M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1212M: Greg Kurz <groug@kaod.org>
a6c98685 1213L: qemu-ppc@nongnu.org
9b9fe135 1214S: Odd Fixes
8d8b636d 1215F: hw/ppc/ppc405_boards.c
fd5d5c56 1216
aaade8d7 1217Bamboo
bba8e23a 1218M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1219M: Greg Kurz <groug@kaod.org>
aaade8d7
AF
1220L: qemu-ppc@nongnu.org
1221S: Odd Fixes
8d8b636d 1222F: hw/ppc/ppc440_bamboo.c
aaade8d7 1223
98cded3a 1224e500
bba8e23a 1225M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1226M: Greg Kurz <groug@kaod.org>
98cded3a 1227L: qemu-ppc@nongnu.org
bba8e23a 1228S: Odd Fixes
ce6fc617 1229F: hw/ppc/e500*
2c6aba14 1230F: hw/gpio/mpc8xxx.c
7abb479c 1231F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1232F: hw/net/fsl_etsec/
1233F: hw/pci-host/ppce500.c
b5d55020
TH
1234F: include/hw/ppc/ppc_e500.h
1235F: include/hw/pci-host/ppce500.h
1236F: pc-bios/u-boot.e500
98cded3a
AF
1237
1238mpc8544ds
bba8e23a 1239M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1240M: Greg Kurz <groug@kaod.org>
98cded3a 1241L: qemu-ppc@nongnu.org
bba8e23a 1242S: Odd Fixes
98cded3a 1243F: hw/ppc/mpc8544ds.c
8d8b636d 1244F: hw/ppc/mpc8544_guts.c
98cded3a 1245
2c6aba14 1246New World (mac99)
40e3dd06
MCA
1247M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1248R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1249R: Greg Kurz <groug@kaod.org>
a6c98685 1250L: qemu-ppc@nongnu.org
bba8e23a 1251S: Odd Fixes
baec1910 1252F: hw/ppc/mac_newworld.c
6e481d57
PM
1253F: hw/pci-host/uninorth.c
1254F: hw/pci-bridge/dec.[hc]
8d8b636d 1255F: hw/misc/macio/
6ba16476 1256F: hw/misc/mos6522.c
b5d55020 1257F: hw/nvram/mac_nvram.c
2c6aba14 1258F: hw/input/adb*
eba45926 1259F: include/hw/misc/macio/
6ba16476 1260F: include/hw/misc/mos6522.h
eba45926 1261F: include/hw/ppc/mac_dbdma.h
5021bfa5 1262F: include/hw/pci-host/uninorth.h
2c6aba14 1263F: include/hw/input/adb*
52804c60 1264F: pc-bios/qemu_vga.ndrv
fd5d5c56 1265
2c6aba14 1266Old World (g3beige)
40e3dd06
MCA
1267M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1268R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1269R: Greg Kurz <groug@kaod.org>
a6c98685 1270L: qemu-ppc@nongnu.org
bba8e23a 1271S: Odd Fixes
baec1910 1272F: hw/ppc/mac_oldworld.c
6e481d57 1273F: hw/pci-host/grackle.c
8d8b636d 1274F: hw/misc/macio/
835c42d3 1275F: hw/intc/heathrow_pic.c
2c6aba14 1276F: hw/input/adb*
97e16dba 1277F: include/hw/intc/heathrow_pic.h
2c6aba14 1278F: include/hw/input/adb*
52804c60 1279F: pc-bios/qemu_vga.ndrv
fd5d5c56 1280
ec38d398 1281PReP
8178e89c 1282M: Hervé Poussineau <hpoussin@reactos.org>
ba477e64
DG
1283R: David Gibson <david@gibson.dropbear.id.au>
1284R: Greg Kurz <groug@kaod.org>
a6c98685 1285L: qemu-ppc@nongnu.org
8178e89c 1286S: Maintained
75610155 1287F: hw/ppc/prep.c
8178e89c
HP
1288F: hw/ppc/prep_systemio.c
1289F: hw/ppc/rs6000_mc.c
6e481d57 1290F: hw/pci-host/prep.[hc]
0a9464b5 1291F: hw/isa/i82378.c
a48c6b51 1292F: hw/isa/pc87312.c
1cd6dccb 1293F: hw/dma/i82374.c
819ce6b2 1294F: hw/rtc/m48t59-isa.c
a48c6b51 1295F: include/hw/isa/pc87312.h
819ce6b2 1296F: include/hw/rtc/m48t59.h
71b290e7 1297F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1298
300b115c 1299sPAPR
085eb217 1300M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1301M: Greg Kurz <groug@kaod.org>
8a269ca4
AF
1302L: qemu-ppc@nongnu.org
1303S: Supported
8d8b636d 1304F: hw/*/spapr*
f9de2da7
DG
1305F: include/hw/*/spapr*
1306F: hw/*/xics*
1307F: include/hw/*/xics*
b5d55020
TH
1308F: pc-bios/slof.bin
1309F: docs/specs/ppc-spapr-hcalls.txt
1310F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1311F: tests/qtest/spapr*
1cf4323e 1312F: tests/qtest/libqos/*spapr*
1e8a1fae 1313F: tests/qtest/rtas*
1cf4323e 1314F: tests/qtest/libqos/rtas*
8a269ca4 1315
1af82d4f
CLG
1316PowerNV (Non-Virtualized)
1317M: Cédric Le Goater <clg@kaod.org>
1318M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1319M: Greg Kurz <groug@kaod.org>
1af82d4f
CLG
1320L: qemu-ppc@nongnu.org
1321S: Maintained
1322F: hw/ppc/pnv*
1323F: hw/intc/pnv*
1324F: hw/intc/xics_pnv.c
157ed954 1325F: hw/pci-host/pnv*
1af82d4f 1326F: include/hw/ppc/pnv*
157ed954 1327F: include/hw/pci-host/pnv*
1af82d4f 1328F: pc-bios/skiboot.lid
1e8a1fae 1329F: tests/qtest/pnv*
1af82d4f 1330
794d00bf
AF
1331virtex_ml507
1332M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1333L: qemu-ppc@nongnu.org
1334S: Odd Fixes
6e481d57 1335F: hw/ppc/virtex_ml507.c
794d00bf 1336
a9dd6604
BZ
1337sam460ex
1338M: BALATON Zoltan <balaton@eik.bme.hu>
ba477e64
DG
1339R: David Gibson <david@gibson.dropbear.id.au>
1340R: Greg Kurz <groug@kaod.org>
a9dd6604
BZ
1341L: qemu-ppc@nongnu.org
1342S: Maintained
33c6a8b5
BZ
1343F: hw/ppc/sam460ex.c
1344F: hw/ppc/ppc440_pcix.c
1345F: hw/display/sm501*
a9dd6604 1346F: hw/ide/sii3112.c
de04c31d 1347F: hw/rtc/m41t80.c
33c6a8b5
BZ
1348F: pc-bios/canyonlands.dt[sb]
1349F: pc-bios/u-boot-sam460ex-20100605.bin
1350F: roms/u-boot-sam460ex
a9dd6604 1351
ba7e5ac1
BZ
1352pegasos2
1353M: BALATON Zoltan <balaton@eik.bme.hu>
1354R: David Gibson <david@gibson.dropbear.id.au>
1355L: qemu-ppc@nongnu.org
1356S: Maintained
1357F: hw/ppc/pegasos2.c
1358F: hw/pci-host/mv64361.c
1359F: hw/pci-host/mv643xx.h
1360F: include/hw/pci-host/mv64361.h
1361
fe0fe473
AF
1362RISC-V Machines
1363---------------
1364OpenTitan
1365M: Alistair Francis <Alistair.Francis@wdc.com>
1366L: qemu-riscv@nongnu.org
1367S: Supported
1368F: hw/riscv/opentitan.c
df41cbd6 1369F: hw/*/ibex_*.c
fe0fe473 1370F: include/hw/riscv/opentitan.h
df41cbd6 1371F: include/hw/*/ibex_*.h
fe0fe473 1372
56f6e31e
BM
1373Microchip PolarFire SoC Icicle Kit
1374M: Bin Meng <bin.meng@windriver.com>
1375L: qemu-riscv@nongnu.org
1376S: Supported
1377F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1378F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1379F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1380F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1381F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1382F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1383F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1384F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1385F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1386F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1387
7a261baf
VK
1388Shakti C class SoC
1389M: Vijai Kumar K <vijai@behindbytes.com>
1390L: qemu-riscv@nongnu.org
1391S: Supported
1392F: hw/riscv/shakti_c.c
07f334d8 1393F: hw/char/shakti_uart.c
7a261baf 1394F: include/hw/riscv/shakti_c.h
07f334d8 1395F: include/hw/char/shakti_uart.h
7a261baf 1396
4fcad931
AF
1397SiFive Machines
1398M: Alistair Francis <Alistair.Francis@wdc.com>
1399M: Bin Meng <bin.meng@windriver.com>
1400M: Palmer Dabbelt <palmer@dabbelt.com>
1401L: qemu-riscv@nongnu.org
1402S: Supported
1403F: hw/*/*sifive*.c
1404F: include/hw/*/*sifive*.h
1405
bda19d7b
YS
1406RX Machines
1407-----------
1408rx-gdbsim
b2744da9
PMD
1409R: Yoshinori Sato <ysato@users.sourceforge.jp>
1410S: Orphan
4adbfa45 1411F: docs/system/target-rx.rst
bda19d7b 1412F: hw/rx/rx-gdbsim.c
cf665623 1413F: tests/acceptance/machine_rx_gdbsim.py
bda19d7b 1414
fd5d5c56
AL
1415SH4 Machines
1416------------
1417R2D
2d53d0c7 1418R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1419R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1420S: Odd Fixes
7ae5c8bb 1421F: hw/char/sh_serial.c
6e481d57 1422F: hw/sh4/r2d.c
81527b94 1423F: hw/intc/sh_intc.c
c64bd101 1424F: hw/pci-host/sh_pci.c
25e79527 1425F: hw/timer/sh_timer.c
65b8dc29 1426F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1427
1428Shix
2d53d0c7 1429R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1430R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1431S: Odd Fixes
475e70bd 1432F: hw/block/tc58128.c
7ae5c8bb 1433F: hw/char/sh_serial.c
6e481d57 1434F: hw/sh4/shix.c
65b8dc29 1435F: hw/intc/sh_intc.c
25e79527 1436F: hw/timer/sh_timer.c
65b8dc29 1437F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1438
1439SPARC Machines
1440--------------
1441Sun4m
f2416d3a 1442M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1443S: Maintained
8d8b636d 1444F: hw/sparc/sun4m.c
c468e368 1445F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1446F: hw/display/cg3.c
1447F: hw/display/tcx.c
c10a1c78 1448F: hw/dma/sparc32_dma.c
7098b79e 1449F: hw/misc/eccmemctl.c
aec2b887
TH
1450F: hw/*/slavio_*.c
1451F: include/hw/nvram/sun_nvram.h
c10a1c78 1452F: include/hw/sparc/sparc32_dma.h
d0476159 1453F: include/hw/sparc/sun4m_iommu.h
aec2b887 1454F: pc-bios/openbios-sparc32
fd5d5c56
AL
1455
1456Sun4u
f2416d3a 1457M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1458S: Maintained
8d8b636d 1459F: hw/sparc64/sun4u.c
8ef856b7
PMD
1460F: hw/sparc64/sun4u_iommu.c
1461F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1462F: hw/pci-host/sabre.c
1463F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1464F: hw/pci-bridge/simba.c
1465F: include/hw/pci-bridge/simba.h
1466F: pc-bios/openbios-sparc64
8c432921 1467F: tests/acceptance/machine_sparc64_sun4u.py
fd5d5c56 1468
a2664ca0
AT
1469Sun4v
1470M: Artyom Tarasenko <atar4qemu@gmail.com>
1471S: Maintained
626e4a4b 1472F: hw/sparc64/niagara.c
2811ac30
PMD
1473F: hw/rtc/sun4v-rtc.c
1474F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1475
ce6c760c
FC
1476Leon3
1477M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1478M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1479S: Maintained
8d8b636d
PB
1480F: hw/sparc/leon3.c
1481F: hw/*/grlib*
162abf1a 1482F: include/hw/*/grlib*
b11785ca 1483F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1484
fd5d5c56
AL
1485S390 Machines
1486-------------
dd4ad64a 1487S390 Virtio-ccw
c1976ae7 1488M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1489M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1490M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1491S: Supported
0c6aa7ee 1492F: hw/char/sclp*.[hc]
9d1c4449 1493F: hw/char/terminal3270.c
c5bfb202 1494F: hw/s390x/
4277af19 1495F: include/hw/s390x/
c5bfb202 1496F: hw/watchdog/wdt_diag288.c
1e4738b2 1497F: include/hw/watchdog/wdt_diag288.h
1cb42835 1498F: default-configs/*/s390x-softmmu.mak
2d9ca5a3 1499F: tests/acceptance/machine_s390_ccw_virtio.py
99eaf137 1500T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1501T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1502L: qemu-s390x@nongnu.org
dd4ad64a 1503
8e4eb427 1504S390-ccw boot
304584bf
CH
1505M: Christian Borntraeger <borntraeger@de.ibm.com>
1506M: Thomas Huth <thuth@redhat.com>
1507S: Supported
8e4eb427 1508F: hw/s390x/ipl.*
304584bf
CH
1509F: pc-bios/s390-ccw/
1510F: pc-bios/s390-ccw.img
cc3d15a5 1511F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1512T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1513L: qemu-s390x@nongnu.org
1514
d5bfb425 1515S390 PCI
ecd6663d 1516M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1517M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1518S: Supported
1519F: hw/s390x/s390-pci*
408b55db 1520F: include/hw/s390x/s390-pci*
d5bfb425
CB
1521L: qemu-s390x@nongnu.org
1522
fd5d5c56
AL
1523X86 Machines
1524------------
1525PC
046a6486 1526M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1527M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1528S: Supported
046a6486
MT
1529F: include/hw/i386/
1530F: hw/i386/
0f25d865 1531F: hw/pci-host/i440fx.c
046a6486
MT
1532F: hw/pci-host/q35.c
1533F: hw/pci-host/pam.c
0fd61a2d 1534F: include/hw/pci-host/i440fx.h
046a6486
MT
1535F: include/hw/pci-host/q35.h
1536F: include/hw/pci-host/pam.h
14a026dd 1537F: hw/isa/piix3.c
046a6486
MT
1538F: hw/isa/lpc_ich9.c
1539F: hw/i2c/smbus_ich9.c
1540F: hw/acpi/piix4.c
1541F: hw/acpi/ich9.c
1542F: include/hw/acpi/ich9.h
fff123b8 1543F: include/hw/southbridge/piix.h
9cc3b73c 1544F: hw/misc/sga.c
6f5a3294
PMD
1545F: hw/isa/apm.c
1546F: include/hw/isa/apm.h
da668aa1 1547F: tests/unit/test-x86-cpuid.c
1e8a1fae 1548F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1549
1550PC Chipset
1551M: Michael S. Tsirkin <mst@redhat.com>
1552M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1553S: Supported
9cc3b73c 1554F: hw/char/debugcon.c
bb3d5ea8 1555F: hw/char/parallel*
9cc3b73c
PB
1556F: hw/char/serial*
1557F: hw/dma/i8257*
1558F: hw/i2c/pm_smbus.c
1732be86 1559F: hw/input/pckbd.c
9cc3b73c
PB
1560F: hw/intc/apic*
1561F: hw/intc/ioapic*
1562F: hw/intc/i8259*
1854eb28 1563F: hw/isa/isa-superio.c
9cc3b73c
PB
1564F: hw/misc/debugexit.c
1565F: hw/misc/pc-testdev.c
1566F: hw/timer/hpet*
1567F: hw/timer/i8254*
bcdb9064 1568F: hw/rtc/mc146818rtc*
edc46aff 1569F: hw/watchdog/wdt_ib700.c
4bcbc773 1570F: hw/watchdog/wdt_i6300esb.c
866e2b37 1571F: include/hw/display/vga.h
bb3d5ea8 1572F: include/hw/char/parallel.h
55f613ac 1573F: include/hw/dma/i8257.h
a2feb348 1574F: include/hw/i2c/pm_smbus.h
47973a2d 1575F: include/hw/input/i8042.h
4bcbc773 1576F: include/hw/isa/i8259_internal.h
1854eb28 1577F: include/hw/isa/superio.h
a2feb348
TH
1578F: include/hw/timer/hpet.h
1579F: include/hw/timer/i8254*
bcdb9064 1580F: include/hw/rtc/mc146818rtc*
046a6486 1581
5cb48f05
SL
1582microvm
1583M: Sergio Lopez <slp@redhat.com>
1584M: Paolo Bonzini <pbonzini@redhat.com>
1585S: Maintained
1586F: docs/microvm.rst
1587F: hw/i386/microvm.c
1588F: include/hw/i386/microvm.h
1589F: pc-bios/bios-microvm.bin
1590
5da4fb00
MT
1591Machine core
1592M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1593M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1594S: Supported
d9f24bf5 1595F: cpu.c
2e5b09fd 1596F: hw/core/cpu.c
52924dea 1597F: hw/core/machine-qmp-cmds.c
5da4fb00 1598F: hw/core/machine.c
c1629c5c 1599F: hw/core/null-machine.c
ac057879 1600F: hw/core/numa.c
335d52f4 1601F: hw/cpu/cluster.c
8ac25c84 1602F: qapi/machine.json
7f7b4e7a 1603F: qapi/machine-target.json
5da4fb00 1604F: include/hw/boards.h
2e5b09fd 1605F: include/hw/core/cpu.h
335d52f4 1606F: include/hw/cpu/cluster.h
2dd02587 1607F: include/sysemu/numa.h
f953c100 1608T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1609
16e7caae
MF
1610Xtensa Machines
1611---------------
375847a6 1612sim
16e7caae
MF
1613M: Max Filippov <jcmvbkbc@gmail.com>
1614S: Maintained
437a8c11 1615F: hw/xtensa/sim.c
375847a6 1616
d9e8553b
MF
1617virt
1618M: Max Filippov <jcmvbkbc@gmail.com>
1619S: Maintained
1620F: hw/xtensa/virt.c
1621
437a8c11 1622XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1623M: Max Filippov <jcmvbkbc@gmail.com>
1624S: Maintained
437a8c11
MF
1625F: hw/xtensa/xtfpga.c
1626F: hw/net/opencores_eth.c
16e7caae 1627
fd5d5c56
AL
1628Devices
1629-------
d36d7112
VG
1630Xilinx CAN
1631M: Vikram Garhwal <fnu.vikram@xilinx.com>
1632M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1633S: Maintained
1634F: hw/net/can/xlnx-*
1635F: include/hw/net/xlnx-*
1636F: tests/qtest/xlnx-can-test*
1637
b30934cb
JS
1638EDU
1639M: Jiri Slaby <jslaby@suse.cz>
1640S: Maintained
1641F: hw/misc/edu.c
1642
fd5d5c56 1643IDE
c095348b
JS
1644M: John Snow <jsnow@redhat.com>
1645L: qemu-block@nongnu.org
1646S: Supported
8d8b636d 1647F: include/hw/ide.h
c9f7acd5 1648F: include/hw/ide/
fd5d5c56 1649F: hw/ide/
c095348b
JS
1650F: hw/block/block.c
1651F: hw/block/cdrom.c
1652F: hw/block/hd-geometry.c
1e8a1fae
TH
1653F: tests/qtest/ide-test.c
1654F: tests/qtest/ahci-test.c
1655F: tests/qtest/cdrom-test.c
1cf4323e 1656F: tests/qtest/libqos/ahci*
77582e2c 1657T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1658
caf316ba
CM
1659IPMI
1660M: Corey Minyard <minyard@acm.org>
1661S: Maintained
1662F: include/hw/ipmi/*
1663F: hw/ipmi/*
1664F: hw/smbios/smbios_type_38.c
1e8a1fae 1665F: tests/qtest/ipmi*
e18a8b34 1666T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1667
c095348b
JS
1668Floppy
1669M: John Snow <jsnow@redhat.com>
1670L: qemu-block@nongnu.org
1671S: Supported
1672F: hw/block/fdc.c
5a5d2f3d 1673F: hw/block/fdc-internal.h
72ea60e4 1674F: hw/block/fdc-isa.c
1430759e 1675F: hw/block/fdc-sysbus.c
c095348b 1676F: include/hw/block/fdc.h
1e8a1fae 1677F: tests/qtest/fdc-test.c
77582e2c 1678T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1679
f5f487b2
PM
1680OMAP
1681M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1682L: qemu-arm@nongnu.org
f5f487b2 1683S: Maintained
8d8b636d 1684F: hw/*/omap*
ed0db866 1685F: include/hw/arm/omap.h
66278f8a 1686F: docs/system/arm/sx1.rst
f5f487b2 1687
28d54e58
PB
1688IPack
1689M: Alberto Garcia <berto@igalia.com>
1690S: Odd Fixes
1691F: hw/char/ipoctal232.c
1692F: hw/ipack/
1693
fd5d5c56
AL
1694PCI
1695M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1696M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1697S: Supported
8d8b636d 1698F: include/hw/pci/*
f178bc6b 1699F: hw/misc/pci-testdev.c
ca818cfb 1700F: hw/pci/*
f178bc6b 1701F: hw/pci-bridge/*
61c7f987 1702F: qapi/pci.json
68179923
PMD
1703F: docs/pci*
1704F: docs/specs/*pci*
534fd814 1705F: default-configs/pci.mak
0e0b3592 1706
d31e5ae7 1707ACPI/SMBIOS
0e0b3592
MT
1708M: Michael S. Tsirkin <mst@redhat.com>
1709M: Igor Mammedov <imammedo@redhat.com>
1710S: Supported
1711F: include/hw/acpi/*
a2eb5c0c 1712F: include/hw/firmware/smbios.h
0e0b3592 1713F: hw/mem/*
8d8b636d 1714F: hw/acpi/*
d31e5ae7 1715F: hw/smbios/*
0e0b3592 1716F: hw/i386/acpi-build.[hc]
0e0b3592 1717F: hw/arm/virt-acpi-build.c
27c9188f 1718F: qapi/acpi.json
b963ea19 1719F: tests/qtest/bios-tables-test*
1e8a1fae 1720F: tests/qtest/acpi-utils.[hc]
faae23b9 1721F: tests/data/acpi/
fd5d5c56 1722
f7e462f8 1723ACPI/HEST/GHES
d6eed465 1724R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1725L: qemu-arm@nongnu.org
1726S: Maintained
1727F: hw/acpi/ghes.c
1728F: include/hw/acpi/ghes.h
1729F: docs/specs/acpi_hest_ghes.rst
1730
aaade8d7 1731ppc4xx
bba8e23a 1732M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1733L: qemu-ppc@nongnu.org
1734S: Odd Fixes
8d8b636d 1735F: hw/ppc/ppc4*.c
aa3a41f9 1736F: hw/i2c/ppc4xx_i2c.c
b5d55020 1737F: include/hw/ppc/ppc4xx.h
aa3a41f9 1738F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1739F: hw/intc/ppc-uic.c
1740F: include/hw/intc/ppc-uic.h
aaade8d7 1741
61af0ee6 1742Character devices
2185fd67
PB
1743M: Marc-André Lureau <marcandre.lureau@redhat.com>
1744R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1745S: Odd Fixes
1746F: hw/char/
1747
f536f112
PB
1748Network devices
1749M: Jason Wang <jasowang@redhat.com>
1750S: Odd Fixes
1751F: hw/net/
6061b5c6 1752F: include/hw/net/
1e8a1fae 1753F: tests/qtest/virtio-net-test.c
9711cd0d 1754F: docs/virtio-net-failover.rst
e18a8b34 1755T: git https://github.com/jasowang/qemu.git net
f536f112 1756
e0c9d0c1
PMD
1757Parallel NOR Flash devices
1758M: Philippe Mathieu-Daudé <philmd@redhat.com>
1759T: git https://gitlab.com/philmd/qemu.git pflash-next
1760S: Maintained
1761F: hw/block/pflash_cfi*.c
1762F: include/hw/block/flash.h
1763
fd5d5c56 1764SCSI
de7724f7 1765M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1766R: Fam Zheng <fam@euphon.net>
de7724f7 1767S: Supported
74460f34 1768F: include/hw/scsi/*
8d8b636d 1769F: hw/scsi/*
1e8a1fae 1770F: tests/qtest/virtio-scsi-test.c
b43957dc 1771F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 1772F: tests/qtest/am53c974-test.c
e18a8b34 1773T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1774
fcb5629d 1775SSI
c22e580c 1776M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1777S: Maintained
8d8b636d
PB
1778F: hw/ssi/*
1779F: hw/block/m25p80.c
982d009a 1780F: include/hw/ssi/ssi.h
4b46ba61 1781X: hw/ssi/xilinx_*
1e8a1fae 1782F: tests/qtest/m25p80-test.c
4b46ba61
AF
1783
1784Xilinx SPI
c22e580c 1785M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1786S: Maintained
1787F: hw/ssi/xilinx_*
fcb5629d 1788
076a0fc3
PMD
1789SD (Secure Card)
1790M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3e0a7693 1791M: Bin Meng <bin.meng@windriver.com>
ba412478 1792L: qemu-block@nongnu.org
076a0fc3
PMD
1793S: Odd Fixes
1794F: include/hw/sd/sd*
1795F: hw/sd/core.c
1796F: hw/sd/sd*
1232ed1f 1797F: hw/sd/ssi-sd.c
1e8a1fae 1798F: tests/qtest/sd*
076a0fc3 1799
fd5d5c56 1800USB
5d0d62fe
GH
1801M: Gerd Hoffmann <kraxel@redhat.com>
1802S: Maintained
8d8b636d 1803F: hw/usb/*
9c3c834b 1804F: stubs/usb-dev-stub.c
1e8a1fae 1805F: tests/qtest/usb-*-test.c
beded0ff
TH
1806F: docs/usb2.txt
1807F: docs/usb-storage.txt
1808F: include/hw/usb.h
1809F: include/hw/usb/
104ebc5f 1810F: default-configs/usb.mak
fd5d5c56 1811
e26082fd
PB
1812USB (serial adapter)
1813M: Gerd Hoffmann <kraxel@redhat.com>
1814M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1815S: Maintained
1816F: hw/usb/dev-serial.c
1817
92e1fb5e
AW
1818VFIO
1819M: Alex Williamson <alex.williamson@redhat.com>
1820S: Supported
cf7087db 1821F: hw/vfio/*
99b88c6d 1822F: include/hw/vfio/
4e779bf1 1823F: docs/igd-assign.txt
2a578133 1824F: docs/devel/vfio-migration.rst
92e1fb5e 1825
5eb74557 1826vfio-ccw
c1976ae7 1827M: Cornelia Huck <cohuck@redhat.com>
7913938a 1828M: Eric Farman <farman@linux.ibm.com>
074c84b9 1829M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
1830S: Supported
1831F: hw/vfio/ccw.c
1832F: hw/s390x/s390-ccw.c
1833F: include/hw/s390x/s390-ccw.h
44445d86 1834F: include/hw/s390x/vfio-ccw.h
99eaf137 1835T: git https://gitlab.com/cohuck/qemu.git s390-next
146bd283 1836L: qemu-s390x@nongnu.org
5eb74557 1837
a51b3153 1838vfio-ap
a51b3153
TK
1839M: Tony Krowiak <akrowiak@linux.ibm.com>
1840M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 1841M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
1842S: Supported
1843F: hw/s390x/ap-device.c
1844F: hw/s390x/ap-bridge.c
1845F: include/hw/s390x/ap-device.h
1846F: include/hw/s390x/ap-bridge.h
2fe2942c 1847F: hw/vfio/ap.c
f58f084e 1848F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1849L: qemu-s390x@nongnu.org
1850
fd5d5c56
AL
1851vhost
1852M: Michael S. Tsirkin <mst@redhat.com>
1853S: Supported
8d8b636d 1854F: hw/*/*vhost*
482580a6 1855F: docs/interop/vhost-user.json
ed1be66b 1856F: docs/interop/vhost-user.rst
72c1e865 1857F: contrib/vhost-user-*/
f24bb728
MAL
1858F: backends/vhost-user.c
1859F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1860
1861virtio
a75143ed 1862M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1863S: Supported
8d8b636d 1864F: hw/*/virtio*
72fa605d
TH
1865F: hw/virtio/Makefile.objs
1866F: hw/virtio/trace-events
6a084ea3 1867F: net/vhost-user.c
494f7b57 1868F: include/hw/virtio/
fd5d5c56 1869
6d7b25ad
DH
1870virtio-balloon
1871M: Michael S. Tsirkin <mst@redhat.com>
1872M: David Hildenbrand <david@redhat.com>
1873S: Maintained
1874F: hw/virtio/virtio-balloon*.c
1875F: include/hw/virtio/virtio-balloon.h
c7f419f5 1876F: softmmu/balloon.c
6d7b25ad
DH
1877F: include/sysemu/balloon.h
1878
fd5d5c56 1879virtio-9p
8c1cd719 1880M: Greg Kurz <groug@kaod.org>
233982af 1881M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1882S: Odd Fixes
6f569084 1883W: https://wiki.qemu.org/Documentation/9p
aebeca25 1884F: hw/9pfs/
b827891d 1885X: hw/9pfs/xen-9p*
aebeca25 1886F: fsdev/
33b2b388 1887F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 1888F: tests/qtest/virtio-9p-test.c
1a001953 1889T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 1890T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
1891
1892virtio-blk
54d01a00 1893M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1894L: qemu-block@nongnu.org
fd5d5c56 1895S: Supported
8d8b636d 1896F: hw/block/virtio-blk.c
b457a5f5 1897F: hw/block/dataplane/*
1e8a1fae 1898F: tests/qtest/virtio-blk-test.c
e18a8b34 1899T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1900
dd4ad64a 1901virtio-ccw
c1976ae7 1902M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1903M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1904S: Supported
901f5f16 1905F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1906F: hw/s390x/vhost-vsock-ccw.c
99eaf137 1907T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1908T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1909L: qemu-s390x@nongnu.org
dd4ad64a 1910
bad7d2c3
DDAG
1911virtiofs
1912M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1913M: Stefan Hajnoczi <stefanha@redhat.com>
1914S: Supported
1915F: tools/virtiofsd/*
1916F: hw/virtio/vhost-user-fs*
1917F: include/hw/virtio/vhost-user-fs.h
33b2b388 1918F: docs/tools/virtiofsd.rst
09c8d9e8 1919L: virtio-fs@redhat.com
bad7d2c3 1920
a5d4d7b5
GH
1921virtio-input
1922M: Gerd Hoffmann <kraxel@redhat.com>
1923S: Maintained
9c4d05b7 1924F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1925F: hw/input/virtio-input*.c
1926F: include/hw/virtio/virtio-input.h
06914c97 1927F: contrib/vhost-user-input/*
a5d4d7b5 1928
c1dee918
EA
1929virtio-iommu
1930M: Eric Auger <eric.auger@redhat.com>
1931S: Maintained
1932F: hw/virtio/virtio-iommu*.c
1933F: include/hw/virtio/virtio-iommu.h
1934
fd5d5c56 1935virtio-serial
2501db70
LV
1936M: Laurent Vivier <lvivier@redhat.com>
1937R: Amit Shah <amit@kernel.org>
fd5d5c56 1938S: Supported
8d8b636d
PB
1939F: hw/char/virtio-serial-bus.c
1940F: hw/char/virtio-console.c
68a5e38a 1941F: include/hw/virtio/virtio-serial.h
1e8a1fae 1942F: tests/qtest/virtio-serial-test.c
fd5d5c56 1943
1f51a5cb 1944virtio-rng
2501db70
LV
1945M: Laurent Vivier <lvivier@redhat.com>
1946R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1947S: Supported
1948F: hw/virtio/virtio-rng.c
1949F: include/hw/virtio/virtio-rng.h
750cf869 1950F: include/sysemu/rng*.h
1f51a5cb 1951F: backends/rng*.c
1e8a1fae 1952F: tests/qtest/virtio-rng-test.c
1f51a5cb 1953
6034011c
GA
1954virtio-crypto
1955M: Gonglei <arei.gonglei@huawei.com>
1956S: Supported
1957F: hw/virtio/virtio-crypto.c
1958F: hw/virtio/virtio-crypto-pci.c
1959F: include/hw/virtio/virtio-crypto.h
1960
751c7bdd
DH
1961virtio-mem
1962M: David Hildenbrand <david@redhat.com>
1963S: Supported
1964W: https://virtio-mem.gitlab.io/
1965F: hw/virtio/virtio-mem.c
1966F: hw/virtio/virtio-mem-pci.h
1967F: hw/virtio/virtio-mem-pci.c
1968F: include/hw/virtio/virtio-mem.h
1969
f3c507ad 1970nvme
8261cc17 1971M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1972M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1973L: qemu-block@nongnu.org
f3c507ad 1974S: Supported
88eea45c 1975F: hw/nvme/*
dc0b4d94 1976F: include/block/nvme.h
1e8a1fae 1977F: tests/qtest/nvme-test.c
a3d9f3a9 1978F: docs/system/nvme.rst
e8cc43d5 1979T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1980
d383c625 1981megasas
3fdfb8b6 1982M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1983L: qemu-block@nongnu.org
d383c625
HR
1984S: Supported
1985F: hw/scsi/megasas.c
1986F: hw/scsi/mfi.h
1e8a1fae 1987F: tests/qtest/megasas-test.c
c887d333 1988F: tests/qtest/fuzz-megasas-test.c
d383c625 1989
605d52e6 1990Network packet abstractions
bf4835a4 1991M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1992S: Maintained
1993F: include/net/eth.h
1994F: net/eth.c
1995F: hw/net/net_rx_pkt*
1996F: hw/net/net_tx_pkt*
1997
622fb504 1998Vmware
bf4835a4 1999M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2000S: Maintained
2001F: hw/net/vmxnet*
2002F: hw/scsi/vmw_pvscsi*
1e8a1fae 2003F: tests/qtest/vmxnet3-test.c
622fb504 2004
de24d3f1 2005Rocker
de24d3f1
SF
2006M: Jiri Pirko <jiri@resnulli.us>
2007S: Maintained
2008F: hw/net/rocker/
92a3c6aa 2009F: qapi/rocker.json
de850948
TH
2010F: tests/rocker/
2011F: docs/specs/rocker.txt
de24d3f1 2012
70d1fb9c 2013NVDIMM
7a5bd53d 2014M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
2015S: Maintained
2016F: hw/acpi/nvdimm.c
2017F: hw/mem/nvdimm.c
2018F: include/hw/mem/nvdimm.h
e2e254d3 2019F: docs/nvdimm.txt
70d1fb9c 2020
093454e2 2021e1000x
bf4835a4 2022M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
2023S: Maintained
2024F: hw/net/e1000x*
2025
6f3fbe4e 2026e1000e
bf4835a4 2027M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
2028S: Maintained
2029F: hw/net/e1000e*
7d6a4f12 2030F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2031
ebc2327f
SW
2032eepro100
2033M: Stefan Weil <sw@weilnetz.de>
2034S: Maintained
2035F: hw/net/eepro100.c
2036
34ea023d
SS
2037tulip
2038M: Sven Schnelle <svens@stackframe.org>
2039S: Maintained
2040F: hw/net/tulip.c
2041F: hw/net/tulip.h
2042
065177ee
PV
2043pca954x
2044M: Patrick Venture <venture@google.com>
2045S: Maintained
2046F: hw/i2c/i2c_mux_pca954x.c
2047F: include/hw/i2c/i2c_mux_pca954x.h
2048
e481a1f6 2049Generic Loader
c22e580c 2050M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2051S: Maintained
2052F: hw/core/generic-loader.c
2053F: include/hw/core/generic-loader.h
70f20110 2054F: docs/system/generic-loader.rst
e481a1f6 2055
a33ff6d2
AB
2056Guest Loader
2057M: Alex Bennée <alex.bennee@linaro.org>
2058S: Maintained
2059F: hw/core/guest-loader.c
01460378 2060F: docs/system/guest-loader.rst
2ceb7c03 2061F: tests/acceptance/boot_xen.py
e481a1f6 2062
645d3cbe
SH
2063Intel Hexadecimal Object File Loader
2064M: Su Hang <suhang16@mails.ucas.ac.cn>
2065S: Maintained
1e8a1fae 2066F: tests/qtest/hexloader-test.c
4b2ff65a 2067F: tests/data/hex-loader/test.hex
645d3cbe 2068
87a9023a
TH
2069CHRP NVRAM
2070M: Thomas Huth <thuth@redhat.com>
2071S: Maintained
2072F: hw/nvram/chrp_nvram.c
2073F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2074F: tests/qtest/prom-env-test.c
87a9023a 2075
42697d88 2076VM Generation ID
2b42989c 2077S: Orphan
42697d88
BW
2078F: hw/acpi/vmgenid.c
2079F: include/hw/acpi/vmgenid.h
2080F: docs/specs/vmgenid.txt
1e8a1fae 2081F: tests/qtest/vmgenid-test.c
42697d88
BW
2082F: stubs/vmgenid.c
2083
c1b29826
PMD
2084LED
2085M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2086S: Maintained
2087F: include/hw/misc/led.h
2088F: hw/misc/led.c
2089
747969db
PMD
2090Unimplemented device
2091M: Peter Maydell <peter.maydell@linaro.org>
2092R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2093S: Maintained
2094F: include/hw/misc/unimp.h
2095F: hw/misc/unimp.c
2096
6007523a
PMD
2097Empty slot
2098M: Artyom Tarasenko <atar4qemu@gmail.com>
2099R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2100S: Maintained
2101F: include/hw/misc/empty_slot.h
2102F: hw/misc/empty_slot.c
2103
dbb2e472
GH
2104Standard VGA
2105M: Gerd Hoffmann <kraxel@redhat.com>
2106S: Maintained
2107F: hw/display/vga*
2108F: hw/display/bochs-display.c
2109F: include/hw/display/vga.h
2110F: include/hw/display/bochs-vbe.h
2111
58d632c7
GH
2112ramfb
2113M: Gerd Hoffmann <kraxel@redhat.com>
2114S: Maintained
2115F: hw/display/ramfb*.c
2116F: include/hw/display/ramfb.h
2117
dbb2e472
GH
2118virtio-gpu
2119M: Gerd Hoffmann <kraxel@redhat.com>
2120S: Maintained
2121F: hw/display/virtio-gpu*
c68082c4 2122F: hw/display/virtio-vga.*
dbb2e472
GH
2123F: include/hw/virtio/virtio-gpu.h
2124
b372d79b
RN
2125vhost-user-blk
2126M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2127S: Maintained
2128F: contrib/vhost-user-blk/
2129F: contrib/vhost-user-scsi/
2130F: hw/block/vhost-user-blk.c
2131F: hw/scsi/vhost-user-scsi.c
2132F: hw/virtio/vhost-user-blk-pci.c
2133F: hw/virtio/vhost-user-scsi-pci.c
2134F: include/hw/virtio/vhost-user-blk.h
2135F: include/hw/virtio/vhost-user-scsi.h
2136
bd2e44fe
MAL
2137vhost-user-gpu
2138M: Marc-André Lureau <marcandre.lureau@redhat.com>
2139M: Gerd Hoffmann <kraxel@redhat.com>
2140S: Maintained
2141F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2142F: contrib/vhost-user-gpu
2143F: hw/display/vhost-user-*
bd2e44fe 2144
dbb2e472
GH
2145Cirrus VGA
2146M: Gerd Hoffmann <kraxel@redhat.com>
2147S: Odd Fixes
2148W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2149F: hw/display/cirrus*
2150
72d277a7
GH
2151EDID Generator
2152M: Gerd Hoffmann <kraxel@redhat.com>
2153S: Maintained
2154F: hw/display/edid*
2155F: include/hw/display/edid.h
2156F: qemu-edid.c
2157
10386385
PMD
2158PIIX4 South Bridge (i82371AB)
2159M: Hervé Poussineau <hpoussin@reactos.org>
2160M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2161S: Maintained
2162F: hw/isa/piix4.c
fff123b8 2163F: include/hw/southbridge/piix.h
10386385 2164
15ffb43c 2165Firmware configuration (fw_cfg)
6f75e3f5 2166M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2167R: Laszlo Ersek <lersek@redhat.com>
2168R: Gerd Hoffmann <kraxel@redhat.com>
2169S: Supported
2170F: docs/specs/fw_cfg.txt
8d0bceba 2171F: hw/nvram/fw_cfg*.c
b15c0f7d 2172F: stubs/fw_cfg.c
15ffb43c
PMD
2173F: include/hw/nvram/fw_cfg.h
2174F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2175F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2176F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2177T: git https://github.com/philmd/qemu.git fw_cfg-next
2178
2313abf0 2179XIVE
2313abf0 2180M: Cédric Le Goater <clg@kaod.org>
ba477e64
DG
2181R: David Gibson <david@gibson.dropbear.id.au>
2182R: Greg Kurz <groug@kaod.org>
2313abf0
TH
2183L: qemu-ppc@nongnu.org
2184S: Supported
2185F: hw/*/*xive*
2186F: include/hw/*/*xive*
24563a58 2187F: docs/*/*xive*
2313abf0 2188
7bd0d13f 2189Renesas peripherals
2d53d0c7 2190R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2191R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2192S: Odd Fixes
645194c7 2193F: hw/char/renesas_sci.c
7bd0d13f 2194F: hw/char/sh_serial.c
c7f37baf 2195F: hw/timer/renesas_*.c
7bd0d13f 2196F: hw/timer/sh_timer.c
645194c7 2197F: include/hw/char/renesas_sci.h
7bd0d13f 2198F: include/hw/sh4/sh.h
c7f37baf 2199F: include/hw/timer/renesas_*.h
7bd0d13f 2200
e78597cc 2201Renesas RX peripherals
b2744da9
PMD
2202R: Yoshinori Sato <ysato@users.sourceforge.jp>
2203S: Orphan
e78597cc 2204F: hw/intc/rx_icu.c
0c80f50f 2205F: hw/rx/
e78597cc 2206F: include/hw/intc/rx_icu.h
0c80f50f 2207F: include/hw/rx/
e78597cc 2208
de4d4adb
PP
2209CAN bus subsystem and hardware
2210M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2211M: Vikram Garhwal <fnu.vikram@xilinx.com>
2212S: Maintained
2213W: https://canbus.pages.fel.cvut.cz/
2214F: net/can/*
2215F: hw/net/can/*
2216F: include/net/can_*.h
2217
fd5d5c56
AL
2218Subsystems
2219----------
2220Audio
9f575846 2221M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2222S: Maintained
2223F: audio/
8d8b636d 2224F: hw/audio/
a2b245ae 2225F: include/hw/audio/
92a3c6aa 2226F: qapi/audio.json
1e8a1fae
TH
2227F: tests/qtest/ac97-test.c
2228F: tests/qtest/es1370-test.c
2229F: tests/qtest/intel-hda-test.c
a2cd86a9 2230F: tests/qtest/fuzz-sb16-test.c
fd5d5c56 2231
17f1e8f5 2232Block layer core
fd5d5c56 2233M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2234M: Max Reitz <mreitz@redhat.com>
c95e4c0e 2235L: qemu-block@nongnu.org
fd5d5c56
AL
2236S: Supported
2237F: block*
2238F: block/
8d8b636d 2239F: hw/block/
4c346e0b 2240F: include/block/
46078760 2241F: qemu-img*
33b2b388 2242F: docs/tools/qemu-img.rst
46078760 2243F: qemu-io*
29242091 2244F: tests/qemu-iotests/
8dd30c86 2245F: util/qemu-progress.c
0bcc8e5b 2246F: qobject/block-qdict.c
da668aa1 2247F: tests/unit/check-block-qdict.c
ebe2aad2 2248T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2249
c607c7fb
SH
2250Storage daemon
2251M: Kevin Wolf <kwolf@redhat.com>
2252L: qemu-block@nongnu.org
2253S: Supported
2254F: storage-daemon/
2255F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2256F: docs/tools/qemu-storage-daemon.rst
2257T: git https://repo.or.cz/qemu/kevin.git block
2258
d55053b1
SH
2259Block I/O path
2260M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2261M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2262L: qemu-block@nongnu.org
2263S: Supported
36c697bd
PB
2264F: util/async.c
2265F: util/aio-*.c
1f050a46
SH
2266F: util/aio-*.h
2267F: util/fdmon-*.c
d55053b1
SH
2268F: block/io.c
2269F: migration/block*
e1029ae2 2270F: include/block/aio.h
f5a53faa 2271F: include/block/aio-wait.h
0a4f9ad1 2272F: scripts/qemugdb/aio.py
da668aa1 2273F: tests/unit/test-fdmon-epoll.c
e18a8b34 2274T: git https://github.com/stefanha/qemu.git block
d55053b1 2275
e5b5728c
PB
2276Block SCSI subsystem
2277M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2278R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2279L: qemu-block@nongnu.org
2280S: Supported
2281F: include/scsi/*
2282F: scsi/*
2283
280458a3 2284Block Jobs
03283d64 2285M: John Snow <jsnow@redhat.com>
d7beddcc 2286M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
280458a3
JC
2287L: qemu-block@nongnu.org
2288S: Supported
2289F: blockjob.c
2290F: include/block/blockjob.h
33e9e9bd 2291F: job.c
1a90bc81 2292F: job-qmp.c
c468e368 2293F: include/qemu/job.h
280458a3
JC
2294F: block/backup.c
2295F: block/commit.c
77346025 2296F: block/stream.c
280458a3 2297F: block/mirror.c
bf42508f 2298F: qapi/job.json
d7beddcc
VSO
2299F: block/block-copy.c
2300F: include/block/block-copy.c
2301F: block/backup-top.h
2302F: block/backup-top.c
2303F: include/block/aio_task.h
2304F: block/aio_task.c
2305F: util/qemu-co-shared-resource.c
2306F: include/qemu/co-shared-resource.h
77582e2c 2307T: git https://gitlab.com/jsnow/qemu.git jobs
d7beddcc 2308T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
280458a3 2309
4120201d
MA
2310Block QAPI, monitor, command line
2311M: Markus Armbruster <armbru@redhat.com>
2312S: Supported
2313F: blockdev.c
a2dde2f2 2314F: blockdev-hmp-cmds.c
4120201d
MA
2315F: block/qapi.c
2316F: qapi/block*.json
fa988e39 2317F: qapi/transaction.json
ebe2aad2 2318T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2319
538193bc 2320Dirty Bitmaps
edb05904
EB
2321M: Eric Blake <eblake@redhat.com>
2322M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2323R: John Snow <jsnow@redhat.com>
538193bc
JS
2324L: qemu-block@nongnu.org
2325S: Supported
538193bc
JS
2326F: include/qemu/hbitmap.h
2327F: include/block/dirty-bitmap.h
bb4e58c6 2328F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2329F: block/dirty-bitmap.c
2330F: block/qcow2-bitmap.c
052db8e7 2331F: migration/block-dirty-bitmap.c
00637c6b 2332F: util/hbitmap.c
da668aa1 2333F: tests/unit/test-hbitmap.c
5746c1cd 2334F: docs/interop/bitmaps.rst
edb05904 2335T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2336
61af0ee6 2337Character device backends
55fc84a7 2338M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2339R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2340S: Maintained
178fe0ae 2341F: chardev/
8228e353 2342F: include/chardev/
dbeee392 2343F: qapi/char.json
fd5d5c56 2344
e26082fd
PB
2345Character Devices (Braille)
2346M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2347S: Maintained
6b10e573 2348F: chardev/baum.c
fd5d5c56 2349
e94630d3
MA
2350Command line option argument parsing
2351M: Markus Armbruster <armbru@redhat.com>
2352S: Supported
2353F: include/qemu/option.h
da668aa1
TH
2354F: tests/unit/test-keyval.c
2355F: tests/unit/test-qemu-opts.c
e94630d3
MA
2356F: util/keyval.c
2357F: util/qemu-option.c
2358
8c413e79
MA
2359Coverity model
2360M: Markus Armbruster <armbru@redhat.com>
2361S: Supported
2362F: scripts/coverity-model.c
2363
9c263d07
PM
2364Coverity Scan integration
2365M: Peter Maydell <peter.maydell@linaro.org>
2366S: Maintained
2367F: scripts/coverity-scan/
2368
d24b569a 2369Device Tree
c3c962c1
AF
2370M: Alistair Francis <alistair.francis@wdc.com>
2371R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2372S: Maintained
800d4ded 2373F: softmmu/device_tree.c
82407515 2374F: include/sysemu/device_tree.h
d24b569a 2375
3505a22b
MAL
2376Dump
2377S: Supported
2378M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2379F: dump/
3505a22b
MAL
2380F: hw/misc/vmcoreinfo.c
2381F: include/hw/misc/vmcoreinfo.h
6d3da32c 2382F: include/qemu/win_dump_defs
3505a22b
MAL
2383F: include/sysemu/dump-arch.h
2384F: include/sysemu/dump.h
d06b747b 2385F: qapi/dump.json
3505a22b
MAL
2386F: scripts/dump-guest-memory.py
2387F: stubs/dump.c
2388
4f966768
MA
2389Error reporting
2390M: Markus Armbruster <armbru@redhat.com>
2391S: Supported
2392F: include/qapi/error.h
2393F: include/qemu/error-report.h
abb3d37d 2394F: qapi/error.json
4f966768
MA
2395F: util/error.c
2396F: util/qemu-error.c
d1d3a997
VSO
2397F: scripts/coccinelle/err-bad-newline.cocci
2398F: scripts/coccinelle/error-use-after-free.cocci
2399F: scripts/coccinelle/error_propagate_null.cocci
2400F: scripts/coccinelle/remove_local_err.cocci
2401F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2402F: scripts/coccinelle/errp-guard.cocci
4f966768 2403
fd5d5c56 2404GDB stub
c7b3e866
AB
2405M: Alex Bennée <alex.bennee@linaro.org>
2406R: Philippe Mathieu-Daudé <philmd@redhat.com>
2407S: Maintained
fd5d5c56 2408F: gdbstub*
0dec1016 2409F: include/exec/gdbstub.h
fd5d5c56 2410F: gdb-xml/
51c623b0 2411F: tests/tcg/multiarch/gdbstub/
fd5d5c56 2412
01a9c03c
PB
2413Memory API
2414M: Paolo Bonzini <pbonzini@redhat.com>
2415S: Supported
2416F: include/exec/ioport.h
14776ab5 2417F: include/exec/memop.h
01a9c03c 2418F: include/exec/memory.h
2b1641d0 2419F: include/exec/ram_addr.h
41aa4e9f 2420F: include/exec/ramblock.h
800d4ded 2421F: softmmu/dma-helpers.c
c7f419f5
CF
2422F: softmmu/ioport.c
2423F: softmmu/memory.c
d9f24bf5 2424F: softmmu/physmem.c
01a9c03c 2425F: include/exec/memory-internal.h
044e2af9 2426F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2427
7ee3bf03
GH
2428SPICE
2429M: Gerd Hoffmann <kraxel@redhat.com>
2430S: Supported
6e481d57 2431F: include/ui/qemu-spice.h
438528a3 2432F: include/ui/spice-display.h
7ee3bf03
GH
2433F: ui/spice-*.c
2434F: audio/spiceaudio.c
8d8b636d 2435F: hw/display/qxl*
608cfed6 2436F: qapi/ui.json
9bd4cb35 2437F: docs/spice-port-fqdn.txt
7ee3bf03 2438
fd5d5c56 2439Graphics
25eccc37
GH
2440M: Gerd Hoffmann <kraxel@redhat.com>
2441S: Odd Fixes
fd5d5c56 2442F: ui/
e220656c 2443F: include/ui/
608cfed6 2444F: qapi/ui.json
b1d38037 2445F: util/drm.c
fd5d5c56 2446
351f1bf6 2447Cocoa graphics
30ef3c74 2448M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2449S: Odd Fixes
2450F: ui/cocoa.m
2451
fd5d5c56 2452Main loop
da26f37a
PB
2453M: Paolo Bonzini <pbonzini@redhat.com>
2454S: Maintained
48e824e0 2455F: include/exec/gen-icount.h
54d31236
MA
2456F: include/qemu/main-loop.h
2457F: include/sysemu/runstate.h
e6dba048 2458F: include/sysemu/runstate-action.h
3ecb29a3
PB
2459F: util/main-loop.c
2460F: util/qemu-timer.c
bac068e0 2461F: softmmu/vl.c
7b733862 2462F: softmmu/main.c
c7f419f5 2463F: softmmu/cpus.c
b0c3cf94 2464F: softmmu/cpu-throttle.c
740b1759
CF
2465F: softmmu/cpu-timers.c
2466F: softmmu/icount.c
e6dba048 2467F: softmmu/runstate-action.c
0e201d34 2468F: qapi/run-state.json
fd5d5c56 2469
1b7e01d0
SH
2470Read, Copy, Update (RCU)
2471M: Paolo Bonzini <pbonzini@redhat.com>
2472S: Maintained
2473F: include/qemu/rcu*.h
da668aa1
TH
2474F: tests/unit/rcutorture.c
2475F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2476F: util/rcu.c
2477
8899b4ae 2478Human Monitor (HMP)
c833fb4a 2479M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2480S: Maintained
5bce308a 2481F: monitor/monitor-internal.h
e84328fa 2482F: monitor/misc.c
1d95db74 2483F: monitor/monitor.c
f1b3ccfa
KW
2484F: monitor/hmp*
2485F: hmp.h
c13e9912
TH
2486F: hmp-commands*.hx
2487F: include/monitor/hmp-target.h
1e8a1fae 2488F: tests/qtest/test-hmp.c
637de4db
MA
2489F: include/qemu/qemu-print.h
2490F: util/qemu-print.c
fd5d5c56 2491
f536f112 2492Network device backends
442469e6 2493M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2494S: Maintained
2495F: net/
d24b2b1c 2496F: include/net/
e9bbc8bd 2497F: qemu-bridge-helper.c
e18a8b34 2498T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2499F: qapi/net.json
fd5d5c56 2500
aee09baf
VM
2501Netmap network backend
2502M: Luigi Rizzo <rizzo@iet.unipi.it>
2503M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2504M: Vincenzo Maffione <v.maffione@gmail.com>
2505W: http://info.iet.unipi.it/~luigi/netmap/
2506S: Maintained
2507F: net/netmap.c
2508
4fc264f4
EH
2509Host Memory Backends
2510M: Eduardo Habkost <ehabkost@redhat.com>
2511M: Igor Mammedov <imammedo@redhat.com>
2512S: Maintained
2513F: backends/hostmem*.c
2514F: include/sysemu/hostmem.h
f953c100 2515T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2516
6034011c
GA
2517Cryptodev Backends
2518M: Gonglei <arei.gonglei@huawei.com>
2519S: Maintained
2520F: include/sysemu/cryptodev*.h
2521F: backends/cryptodev*.c
2522
b8eaee96
JS
2523Python library
2524M: John Snow <jsnow@redhat.com>
2525M: Cleber Rosa <crosa@redhat.com>
2526R: Eduardo Habkost <ehabkost@redhat.com>
2527S: Maintained
2528F: python/
2529T: git https://gitlab.com/jsnow/qemu.git python
2530
ad904f66
EH
2531Python scripts
2532M: Eduardo Habkost <ehabkost@redhat.com>
2533M: Cleber Rosa <crosa@redhat.com>
4251dfb0 2534S: Odd Fixes
ad904f66
EH
2535F: scripts/*.py
2536F: tests/*.py
2537
f4abfc6c
VSO
2538Benchmark util
2539M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2540S: Maintained
2541F: scripts/simplebench/
e34bd026 2542T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
f4abfc6c 2543
8cad15b1
VSO
2544Transactions helper
2545M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2546S: Maintained
2547F: include/qemu/transactions.h
2548F: util/transactions.c
2549
8899b4ae 2550QAPI
9740618c 2551M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2552M: Michael Roth <michael.roth@amd.com>
9740618c 2553S: Supported
8899b4ae 2554F: qapi/
0311c5bd 2555X: qapi/*.json
ac4abb9a
MA
2556F: include/qapi/
2557X: include/qapi/qmp/
2558F: include/qapi/qmp/dispatch.h
c0bd0b50 2559F: tests/qapi-schema/
da668aa1
TH
2560F: tests/unit/test-*-visitor.c
2561F: tests/unit/test-qapi-*.c
2562F: tests/unit/test-qmp-*.c
2563F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
2564F: scripts/qapi-gen.py
2565F: scripts/qapi/*
4078ee54 2566F: docs/sphinx/qapidoc.py
c39cdbf6 2567F: docs/devel/qapi*
ebe2aad2 2568T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2569
7810d291
LC
2570QAPI Schema
2571M: Eric Blake <eblake@redhat.com>
7810d291
LC
2572M: Markus Armbruster <armbru@redhat.com>
2573S: Supported
0311c5bd 2574F: qapi/*.json
ebe2aad2 2575T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2576
f3582ba4 2577QObject
daf5dc78
MA
2578M: Markus Armbruster <armbru@redhat.com>
2579S: Supported
f3582ba4 2580F: qobject/
7735d2b5
MA
2581F: include/qapi/qmp/
2582X: include/qapi/qmp/dispatch.h
a2f3453e 2583F: scripts/coccinelle/qobject.cocci
da668aa1
TH
2584F: tests/unit/check-qdict.c
2585F: tests/unit/check-qjson.c
2586F: tests/unit/check-qlist.c
2587F: tests/unit/check-qlit.c
2588F: tests/unit/check-qnull.c
2589F: tests/unit/check-qnum.c
2590F: tests/unit/check-qobject.c
2591F: tests/unit/check-qstring.c
fe07b62c 2592F: tests/data/qobject/qdict.txt
ebe2aad2 2593T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2594
f05d9999 2595QEMU Guest Agent
2f5f9bc8 2596M: Michael Roth <michael.roth@amd.com>
f05d9999
MR
2597S: Maintained
2598F: qga/
27a296fc 2599F: docs/interop/qemu-ga.rst
db16115f 2600F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 2601F: scripts/qemu-guest-agent/
da668aa1 2602F: tests/unit/test-qga.c
e18a8b34 2603T: git https://github.com/mdroth/qemu.git qga
f05d9999 2604
4688c94c 2605QOM
1085d86e
PB
2606M: Paolo Bonzini <pbonzini@redhat.com>
2607R: Daniel P. Berrange <berrange@redhat.com>
2608R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2609S: Supported
8f920054
MA
2610F: docs/qdev-device-use.txt
2611F: hw/core/qdev*
b77b5b3d
MA
2612F: hw/core/bus.c
2613F: hw/core/sysbus.c
8f920054
MA
2614F: include/hw/qdev*
2615F: include/monitor/qdev.h
4688c94c 2616F: include/qom/
c577ff62
MA
2617F: qapi/qom.json
2618F: qapi/qdev.json
22fb6eb5 2619F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2620F: softmmu/qdev-monitor.c
9b45a025 2621F: stubs/qdev.c
4688c94c 2622F: qom/
da668aa1
TH
2623F: tests/unit/check-qom-interface.c
2624F: tests/unit/check-qom-proplist.c
2625F: tests/unit/test-qdev-global-props.c
4688c94c 2626
94dfc0f3
EH
2627QOM boilerplate conversion script
2628M: Eduardo Habkost <ehabkost@redhat.com>
2629S: Maintained
2630F: scripts/codeconverter/
2631
8899b4ae 2632QMP
9740618c
LC
2633M: Markus Armbruster <armbru@redhat.com>
2634S: Supported
5bce308a 2635F: monitor/monitor-internal.h
f1b3ccfa 2636F: monitor/qmp*
e84328fa 2637F: monitor/misc.c
1d95db74 2638F: monitor/monitor.c
92a3c6aa 2639F: qapi/control.json
abb3d37d 2640F: qapi/error.json
92a3c6aa 2641F: qapi/introspect.json
c39cdbf6 2642F: docs/devel/*qmp-*
12b2f0d9 2643F: docs/interop/*qmp-*
9740618c 2644F: scripts/qmp/
1e8a1fae
TH
2645F: tests/qtest/qmp-test.c
2646F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2647T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2648
98a43bf0 2649qtest
98a43bf0
PB
2650M: Thomas Huth <thuth@redhat.com>
2651M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2652R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2653S: Maintained
c7f419f5 2654F: softmmu/qtest.c
1583a389 2655F: accel/qtest/
1e8a1fae 2656F: tests/qtest/
222455ef 2657F: docs/devel/qgraph.rst
520ddc18 2658X: tests/qtest/bios-tables-test*
98a43bf0 2659
5f6fd09a
AB
2660Device Fuzzing
2661M: Alexander Bulekov <alxndr@bu.edu>
2662R: Paolo Bonzini <pbonzini@redhat.com>
2663R: Bandan Das <bsd@redhat.com>
2664R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2665R: Thomas Huth <thuth@redhat.com>
5f6fd09a
AB
2666S: Maintained
2667F: tests/qtest/fuzz/
d3d39fc0 2668F: tests/qtest/fuzz-*test.c
211635b3 2669F: scripts/oss-fuzz/
230376d2 2670F: hw/mem/sparse-mem.c
f3a0208f 2671F: docs/devel/fuzzing.rst
5f6fd09a 2672
cc0100f4 2673Register API
c22e580c 2674M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2675S: Maintained
2676F: hw/core/register.c
2677F: include/hw/register.h
06a7b243 2678F: include/hw/registerfields.h
cc0100f4 2679
fd5d5c56 2680SLIRP
eda509fa 2681M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2682S: Maintained
fd5d5c56 2683F: slirp/
663fb1e1 2684F: net/slirp.c
d24b2b1c 2685F: include/net/slirp.h
02cffe24 2686T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2687
6d0af39f
EI
2688Streams
2689M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2690S: Maintained
2691F: hw/core/stream.c
2692F: include/hw/stream.h
2693
b1ed728a
PB
2694Stubs
2695M: Paolo Bonzini <pbonzini@redhat.com>
2696S: Maintained
2697F: stubs/
2698
598a3f35 2699Tracing
1cd0f8ce 2700M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2701S: Maintained
2702F: trace/
0e076292 2703F: trace-events
3a8273b1 2704F: docs/qemu-option-trace.rst.inc
92a3c6aa 2705F: qapi/trace.json
f70fd8fd
LV
2706F: scripts/tracetool.py
2707F: scripts/tracetool/
62dd1048 2708F: scripts/qemu-trace-stap*
33b2b388 2709F: docs/tools/qemu-trace-stap.rst
d0fb9657 2710F: docs/devel/tracing.rst
e18a8b34 2711T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2712
3859b6cf 2713TPM
1f63669e 2714M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2715S: Maintained
3859b6cf
MA
2716F: tpm.c
2717F: hw/tpm/*
2718F: include/hw/acpi/tpm.h
2719F: include/sysemu/tpm*
2720F: qapi/tpm.json
8ae92e24 2721F: backends/tpm/
1e8a1fae 2722F: tests/qtest/*tpm*
e18a8b34 2723T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2724
14f40fdc 2725Checkpatch
14f40fdc
BS
2726S: Odd Fixes
2727F: scripts/checkpatch.pl
2728
c0787c8d
JQ
2729Migration
2730M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2731M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2732S: Maintained
107b5969
MAL
2733F: hw/core/vmstate-if.c
2734F: include/hw/vmstate-if.h
c0787c8d 2735F: include/migration/
44a1f946 2736F: migration/
c5515640
AS
2737F: scripts/vmstate-static-checker.py
2738F: tests/vmstate-static-checker-data/
1e8a1fae 2739F: tests/qtest/migration-test.c
c468e368 2740F: docs/devel/migration.rst
48685a8e 2741F: qapi/migration.json
fac87d4d 2742F: tests/migration/
c0787c8d 2743
a566907f
MAL
2744D-Bus
2745M: Marc-André Lureau <marcandre.lureau@redhat.com>
2746S: Maintained
5010cec2 2747F: backends/dbus-vmstate.c
586ca6ba 2748F: tests/dbus-vmstate*
a5021d69
MAL
2749F: util/dbus.c
2750F: include/qemu/dbus.h
a566907f 2751F: docs/interop/dbus.rst
5010cec2 2752F: docs/interop/dbus-vmstate.rst
a566907f 2753
92bfedb0 2754Seccomp
064983cb 2755M: Eduardo Otubo <otubo@redhat.com>
92bfedb0 2756S: Supported
800d4ded 2757F: softmmu/qemu-seccomp.c
92bfedb0
EO
2758F: include/sysemu/seccomp.h
2759
ddbb0d09
DB
2760Cryptography
2761M: Daniel P. Berrange <berrange@redhat.com>
2762S: Maintained
2763F: crypto/
2764F: include/crypto/
92a3c6aa 2765F: qapi/crypto.json
da668aa1 2766F: tests/unit/test-crypto-*
3b472e71 2767F: tests/bench/benchmark-crypto-*
da668aa1
TH
2768F: tests/unit/crypto-tls-*
2769F: tests/unit/pkix_asn1_tab.c
899833cd 2770F: qemu.sasl
ddbb0d09 2771
10817bf0
DB
2772Coroutines
2773M: Stefan Hajnoczi <stefanha@redhat.com>
2774M: Kevin Wolf <kwolf@redhat.com>
00a25291 2775S: Maintained
10817bf0
DB
2776F: util/*coroutine*
2777F: include/qemu/coroutine*
da668aa1 2778F: tests/unit/test-coroutine.c
10817bf0 2779
88c5f205
DB
2780Buffers
2781M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 2782S: Odd Fixes
88c5f205
DB
2783F: util/buffer.c
2784F: include/qemu/buffer.h
2785
666a3af9
DB
2786I/O Channels
2787M: Daniel P. Berrange <berrange@redhat.com>
2788S: Maintained
2789F: io/
2790F: include/io/
da668aa1 2791F: tests/unit/test-io-*
666a3af9 2792
5b76dd13
DB
2793User authorization
2794M: Daniel P. Berrange <berrange@redhat.com>
2795S: Maintained
2796F: authz/
c8c99887 2797F: qapi/authz.json
5b76dd13 2798F: include/authz/
da668aa1 2799F: tests/unit/test-authz-*
5b76dd13 2800
5614a283
GH
2801Sockets
2802M: Daniel P. Berrange <berrange@redhat.com>
2803M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2804S: Maintained
2805F: include/qemu/sockets.h
2806F: util/qemu-sockets.c
a2ff5a48 2807F: qapi/sockets.json
5614a283 2808
90e33dfe
DB
2809File monitor
2810M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 2811S: Odd Fixes
90e33dfe
DB
2812F: util/filemonitor*.c
2813F: include/qemu/filemonitor.h
da668aa1 2814F: tests/unit/test-util-filemonitor.c
90e33dfe 2815
d310d85b
AG
2816Throttling infrastructure
2817M: Alberto Garcia <berto@igalia.com>
2818S: Supported
2819F: block/throttle-groups.c
2820F: include/block/throttle-groups.h
89603938 2821F: include/qemu/throttle*.h
d310d85b 2822F: util/throttle.c
89603938 2823F: docs/throttle.txt
da668aa1 2824F: tests/unit/test-throttle.c
d310d85b
AG
2825L: qemu-block@nongnu.org
2826
080d7aac 2827UUID
fe5ca46d 2828M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2829S: Supported
2830F: util/uuid.c
2831F: include/qemu/uuid.h
da668aa1 2832F: tests/unit/test-uuid.c
080d7aac 2833
50186051
LS
2834Yank feature
2835M: Lukas Straub <lukasstraub2@web.de>
2836S: Odd fixes
2837F: util/yank.c
1a92d6d5 2838F: migration/yank_functions*
d3a0bb77 2839F: tests/unit/test-yank.c
50186051
LS
2840F: include/qemu/yank.h
2841F: qapi/yank.json
2842
a4cc318e
HZ
2843COLO Framework
2844M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2845S: Maintained
2846F: migration/colo*
2847F: include/migration/colo.h
2848F: include/migration/failover.h
2849F: docs/COLO-FT.txt
2850
88f82ed1 2851COLO Proxy
c6bf50ff 2852M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2853M: Li Zhijian <lizhijian@cn.fujitsu.com>
2854S: Supported
2855F: docs/colo-proxy.txt
2856F: net/colo*
2857F: net/filter-rewriter.c
2858F: net/filter-mirror.c
2859
62258201
PD
2860Record/replay
2861M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2862R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2863W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2864S: Supported
2865F: replay/*
2866F: block/blkreplay.c
2867F: net/filter-replay.c
2868F: include/sysemu/replay.h
2869F: docs/replay.txt
2870F: stubs/replay.c
c7ebab0f 2871F: tests/acceptance/replay_kernel.py
be52eca3 2872F: tests/acceptance/reverse_debugging.py
43d7e1d7 2873F: qapi/replay.json
62258201 2874
eecf5eed
PX
2875IOVA Tree
2876M: Peter Xu <peterx@redhat.com>
2877S: Maintained
2878F: include/qemu/iova-tree.h
2879F: util/iova-tree.c
2880
5ee547bb
VP
2881elf2dmp
2882M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2883S: Maintained
2884F: contrib/elf2dmp/
2885
93198b6c
CM
2886I2C and SMBus
2887M: Corey Minyard <cminyard@mvista.com>
2888S: Maintained
2889F: hw/i2c/core.c
2890F: hw/i2c/smbus_slave.c
2891F: hw/i2c/smbus_master.c
2892F: hw/i2c/smbus_eeprom.c
2893F: include/hw/i2c/i2c.h
2894F: include/hw/i2c/smbus_master.h
2895F: include/hw/i2c/smbus_slave.h
2896F: include/hw/i2c/smbus_eeprom.h
2897
d0d89526
PMD
2898Firmware schema specifications
2899M: Laszlo Ersek <lersek@redhat.com>
2900M: Philippe Mathieu-Daudé <philmd@redhat.com>
2901R: Daniel P. Berrange <berrange@redhat.com>
2902R: Kashyap Chamarthy <kchamart@redhat.com>
2903S: Maintained
2904F: docs/interop/firmware.json
2905
6739df3f
LE
2906EDK2 Firmware
2907M: Laszlo Ersek <lersek@redhat.com>
2908M: Philippe Mathieu-Daudé <philmd@redhat.com>
2909S: Supported
2910F: pc-bios/descriptors/??-edk2-*.json
2911F: pc-bios/edk2-*
2912F: roms/Makefile.edk2
2913F: roms/edk2
2914F: roms/edk2-*
2915F: tests/data/uefi-boot-images/
2916F: tests/uefi-test-tools/
922febe2 2917F: .gitlab-ci.d/edk2.yml
71920809 2918F: .gitlab-ci.d/edk2/
6739df3f 2919
8bc43f39
PX
2920VT-d Emulation
2921M: Michael S. Tsirkin <mst@redhat.com>
2922M: Peter Xu <peterx@redhat.com>
2923R: Jason Wang <jasowang@redhat.com>
2924S: Supported
2925F: hw/i386/intel_iommu.c
2926F: hw/i386/intel_iommu_internal.h
2927F: include/hw/i386/intel_iommu.h
2928
e92fb016
BM
2929OpenSBI Firmware
2930M: Bin Meng <bmeng.cn@gmail.com>
2931S: Supported
2932F: pc-bios/opensbi-*
2933F: .gitlab-ci.d/opensbi.yml
2934F: .gitlab-ci.d/opensbi/
2935
59c7a187
LM
2936Clock framework
2937M: Luc Michel <luc@lmichel.fr>
2938R: Damien Hedde <damien.hedde@greensocs.com>
2939S: Maintained
2940F: include/hw/clock.h
2941F: include/hw/qdev-clock.h
2942F: hw/core/clock.c
2943F: hw/core/clock-vmstate.c
2944F: hw/core/qdev-clock.c
2945F: docs/devel/clocks.rst
2946
fd5d5c56
AL
2947Usermode Emulation
2948------------------
6347e1f1 2949Overall usermode emulation
486bbe5f
PB
2950M: Riku Voipio <riku.voipio@iki.fi>
2951S: Maintained
2952F: thunk.c
58410666 2953F: accel/tcg/user-exec*.c
486bbe5f 2954
fd5d5c56 2955BSD user
65a9d380
WL
2956M: Warner Losh <imp@bsdimp.com>
2957R: Kyle Evans <kevans@freebsd.org>
2958S: Maintained
fd5d5c56 2959F: bsd-user/
1cb42835 2960F: default-configs/targets/*-bsd-user.mak
65a9d380 2961T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 2962
fd5d5c56 2963Linux user
8f902c54 2964M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2965S: Maintained
2966F: linux-user/
1cb42835 2967F: default-configs/targets/*linux-user.mak
e5dd9875 2968F: scripts/qemu-binfmt-conf.sh
e3a6c825 2969F: scripts/update-syscalltbl.sh
57333330 2970F: scripts/update-mips-syscall-args.sh
382ae67a 2971F: scripts/gensyscalls.sh
42f5a7e9
AJ
2972
2973Tiny Code Generator (TCG)
2974-------------------------
6347e1f1 2975Common TCG code
336f744e 2976M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2977S: Maintained
2978F: tcg/
d3582cfd 2979F: include/tcg/
42f5a7e9 2980
22b5867b
AB
2981TCG Plugins
2982M: Alex Bennée <alex.bennee@linaro.org>
2983S: Maintained
8ea6abf0 2984F: docs/devel/tcg-plugins.rst
22b5867b 2985F: plugins/
c17a386b 2986F: tests/plugin/
4c134d07 2987F: tests/acceptance/tcg_plugins.py
c17a386b 2988F: contrib/plugins/
22b5867b 2989
6347e1f1 2990AArch64 TCG target
3e5a01ef 2991M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2992S: Maintained
b4f2bd1c 2993L: qemu-arm@nongnu.org
b25a464c 2994F: tcg/aarch64/
c17652ee
PB
2995F: disas/arm-a64.cc
2996F: disas/libvixl/
b25a464c 2997
6347e1f1 2998ARM TCG target
42f5a7e9
AJ
2999M: Andrzej Zaborowski <balrogg@gmail.com>
3000S: Maintained
b4f2bd1c 3001L: qemu-arm@nongnu.org
42f5a7e9 3002F: tcg/arm/
c17652ee 3003F: disas/arm.c
42f5a7e9 3004
6347e1f1 3005i386 TCG target
336f744e 3006M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3007S: Maintained
3008F: tcg/i386/
c17652ee 3009F: disas/i386.c
42f5a7e9 3010
6347e1f1 3011MIPS TCG target
cf960317 3012M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 3013R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3014R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3015R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3016R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3017S: Odd Fixes
42f5a7e9
AJ
3018F: tcg/mips/
3019
6347e1f1 3020PPC TCG target
336f744e 3021M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3022S: Odd Fixes
42f5a7e9 3023F: tcg/ppc/
c17652ee 3024F: disas/ppc.c
42f5a7e9 3025
6347e1f1 3026RISC-V TCG target
c1677bcc 3027M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3028M: Alistair Francis <Alistair.Francis@wdc.com>
3029L: qemu-riscv@nongnu.org
3030S: Maintained
3031F: tcg/riscv/
3032F: disas/riscv.c
3033
6347e1f1 3034S390 TCG target
336f744e 3035M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3036S: Maintained
3037F: tcg/s390/
c17652ee 3038F: disas/s390.c
146bd283 3039L: qemu-s390x@nongnu.org
42f5a7e9 3040
6347e1f1 3041SPARC TCG target
297e8005 3042S: Odd Fixes
42f5a7e9 3043F: tcg/sparc/
c17652ee 3044F: disas/sparc.c
bc75c9e5 3045
6347e1f1 3046TCI TCG target
bc75c9e5
SW
3047M: Stefan Weil <sw@weilnetz.de>
3048S: Maintained
8ef9cd55 3049F: tcg/tci/
752a2ae2 3050F: tcg/tci.c
c17652ee 3051F: disas/tci.c
aa09c951 3052
f05b328c
SH
3053Block drivers
3054-------------
3055VMDK
fe5ca46d 3056M: Fam Zheng <fam@euphon.net>
c95e4c0e 3057L: qemu-block@nongnu.org
f05b328c
SH
3058S: Supported
3059F: block/vmdk.c
3060
3061RBD
2bbd9986 3062M: Jason Dillaman <dillaman@redhat.com>
280458a3 3063L: qemu-block@nongnu.org
f05b328c
SH
3064S: Supported
3065F: block/rbd.c
3066
f05b328c 3067VHDX
5f5246b6 3068M: Jeff Cody <codyprime@gmail.com>
280458a3 3069L: qemu-block@nongnu.org
f05b328c
SH
3070S: Supported
3071F: block/vhdx*
3072
3073VDI
3074M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3075L: qemu-block@nongnu.org
f05b328c
SH
3076S: Maintained
3077F: block/vdi.c
3078
3079iSCSI
3080M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3081M: Paolo Bonzini <pbonzini@redhat.com>
3082M: Peter Lieven <pl@kamp.de>
c95e4c0e 3083L: qemu-block@nongnu.org
2185fd67 3084S: Odd Fixes
f05b328c 3085F: block/iscsi.c
2deb63c2 3086F: block/iscsi-opts.c
f05b328c 3087
99c62e70
EB
3088Network Block Device (NBD)
3089M: Eric Blake <eblake@redhat.com>
3d9330ec 3090M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
99c62e70
EB
3091L: qemu-block@nongnu.org
3092S: Maintained
3093F: block/nbd*
3094F: nbd/
3095F: include/block/nbd*
3096F: qemu-nbd.*
3097F: blockdev-nbd.c
3229a835 3098F: docs/interop/nbd.txt
33b2b388 3099F: docs/tools/qemu-nbd.rst
ebe2aad2 3100T: git https://repo.or.cz/qemu/ericb.git nbd
3d9330ec 3101T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
99c62e70 3102
6542aa9c
PL
3103NFS
3104M: Peter Lieven <pl@kamp.de>
280458a3 3105L: qemu-block@nongnu.org
6542aa9c
PL
3106S: Maintained
3107F: block/nfs.c
3108
f05b328c
SH
3109SSH
3110M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3111L: qemu-block@nongnu.org
f05b328c
SH
3112S: Supported
3113F: block/ssh.c
c9a12e75 3114
280458a3 3115CURL
280458a3 3116L: qemu-block@nongnu.org
5c6090fa 3117S: Odd Fixes
280458a3 3118F: block/curl.c
280458a3
JC
3119
3120GLUSTER
280458a3 3121L: qemu-block@nongnu.org
5c6090fa
TH
3122L: integration@gluster.org
3123S: Odd Fixes
280458a3 3124F: block/gluster.c
b5e9476c 3125
199667a8 3126Null Block Driver
fe5ca46d 3127M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3128L: qemu-block@nongnu.org
3129S: Supported
3130F: block/null.c
3131
bdd6a90a 3132NVMe Block Driver
1a949789
SH
3133M: Stefan Hajnoczi <stefanha@redhat.com>
3134R: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
3135L: qemu-block@nongnu.org
3136S: Supported
3137F: block/nvme*
dc0b4d94 3138F: include/block/nvme.h
1a949789 3139T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3140
b5e9476c
GA
3141Bootdevice
3142M: Gonglei <arei.gonglei@huawei.com>
3143S: Maintained
800d4ded 3144F: softmmu/bootdevice.c
ecdda9e0
AG
3145
3146Quorum
3147M: Alberto Garcia <berto@igalia.com>
3148S: Supported
3149F: block/quorum.c
3150L: qemu-block@nongnu.org
e7c6e631 3151
bfcc224e
AV
3152blklogwrites
3153M: Ari Sundholm <ari@tuxera.com>
3154L: qemu-block@nongnu.org
3155S: Supported
3156F: block/blklogwrites.c
3157
e7c6e631
SH
3158blkverify
3159M: Stefan Hajnoczi <stefanha@redhat.com>
3160L: qemu-block@nongnu.org
3161S: Supported
3162F: block/blkverify.c
3163
3164bochs
3165M: Stefan Hajnoczi <stefanha@redhat.com>
3166L: qemu-block@nongnu.org
3167S: Supported
3168F: block/bochs.c
3169
3170cloop
3171M: Stefan Hajnoczi <stefanha@redhat.com>
3172L: qemu-block@nongnu.org
3173S: Supported
3174F: block/cloop.c
3175
3176dmg
3177M: Stefan Hajnoczi <stefanha@redhat.com>
3178L: qemu-block@nongnu.org
3179S: Supported
3180F: block/dmg.c
3181
3182parallels
3183M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3184M: Denis V. Lunev <den@openvz.org>
a960c4b4 3185M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
e7c6e631
SH
3186L: qemu-block@nongnu.org
3187S: Supported
3188F: block/parallels.c
a960c4b4 3189F: block/parallels-ext.c
5746c1cd 3190F: docs/interop/parallels.txt
a960c4b4 3191T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
e7c6e631
SH
3192
3193qed
3194M: Stefan Hajnoczi <stefanha@redhat.com>
3195L: qemu-block@nongnu.org
3196S: Supported
3197F: block/qed.c
3198
3199raw
3200M: Kevin Wolf <kwolf@redhat.com>
3201L: qemu-block@nongnu.org
3202S: Supported
3203F: block/linux-aio.c
f586d5fc 3204F: include/block/raw-aio.h
2e6fc7eb 3205F: block/raw-format.c
c1bb86cd
EB
3206F: block/file-posix.c
3207F: block/file-win32.c
e7c6e631
SH
3208F: block/win32-aio.c
3209
6663a0a3
AM
3210Linux io_uring
3211M: Aarushi Mehta <mehta.aaru20@gmail.com>
3212M: Julia Suvorova <jusual@redhat.com>
3213M: Stefan Hajnoczi <stefanha@redhat.com>
3214L: qemu-block@nongnu.org
3215S: Maintained
3216F: block/io_uring.c
06a47ef5 3217F: stubs/io_uring.c
6663a0a3 3218
e7c6e631
SH
3219qcow2
3220M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3221M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3222L: qemu-block@nongnu.org
3223S: Supported
3224F: block/qcow2*
b24f9882 3225F: docs/interop/qcow2.txt
e7c6e631
SH
3226
3227qcow
3228M: Kevin Wolf <kwolf@redhat.com>
3229L: qemu-block@nongnu.org
3230S: Supported
3231F: block/qcow.c
3232
3233blkdebug
3234M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3235M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3236L: qemu-block@nongnu.org
3237S: Supported
3238F: block/blkdebug.c
3239
3240vpc
3241M: Kevin Wolf <kwolf@redhat.com>
3242L: qemu-block@nongnu.org
3243S: Supported
3244F: block/vpc.c
3245
3246vvfat
3247M: Kevin Wolf <kwolf@redhat.com>
3248L: qemu-block@nongnu.org
4b7c5bc4 3249S: Odd Fixes
e7c6e631 3250F: block/vvfat.c
abfe4e94
SH
3251
3252Image format fuzzer
3253M: Stefan Hajnoczi <stefanha@redhat.com>
3254L: qemu-block@nongnu.org
3255S: Supported
3256F: tests/image-fuzzer/
717171bd 3257
8675a376
CX
3258Vhost-user block device backend server
3259M: Coiby Xu <Coiby.Xu@gmail.com>
3260S: Maintained
3261F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3262F: block/export/vhost-user-blk-server.h
3263F: include/qemu/vhost-user-server.h
8675a376 3264F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3265F: tests/qtest/libqos/vhost-user-blk.h
3266F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3267F: util/vhost-user-server.c
8675a376 3268
0c9b70d5
HR
3269FUSE block device exports
3270M: Max Reitz <mreitz@redhat.com>
3271L: qemu-block@nongnu.org
3272S: Supported
3273F: block/export/fuse.c
3274
049105a3 3275Replication
205f8618 3276M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3277M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3278S: Supported
3279F: replication*
3280F: block/replication.c
da668aa1 3281F: tests/unit/test-replication.c
049105a3
CX
3282F: docs/block-replication.txt
3283
a3defabb 3284PVRDMA
bfffeac8 3285M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3286M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3287S: Maintained
3288F: hw/rdma/*
3289F: hw/rdma/vmw/*
3290F: docs/pvrdma.txt
a5d2f6f8 3291F: contrib/rdmacm-mux/*
4a5c9903 3292F: qapi/rdma.json
a3defabb 3293
b052fec8
AB
3294Semihosting
3295M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3296S: Maintained
8df9f0c3 3297F: semihosting/
6b5fe137 3298F: include/semihosting/
3539d84d 3299F: tests/tcg/multiarch/arm-compat-semi/
b052fec8 3300
8684f1be
JJ
3301Multi-process QEMU
3302M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3303M: Jagannathan Raman <jag.raman@oracle.com>
3304M: John G Johnson <john.g.johnson@oracle.com>
3305S: Maintained
3306F: docs/devel/multi-process.rst
639090d8 3307F: docs/system/multi-process.rst
6fbd84d6
JR
3308F: hw/pci-host/remote.c
3309F: include/hw/pci-host/remote.h
3f0e7e57
JR
3310F: hw/remote/machine.c
3311F: include/hw/remote/machine.h
ad22c308
EU
3312F: hw/remote/mpqemu-link.c
3313F: include/hw/remote/mpqemu-link.h
48b06f50 3314F: hw/remote/message.c
c7d80c7c 3315F: hw/remote/remote-obj.c
ed5d0019
JR
3316F: include/hw/remote/memory.h
3317F: hw/remote/memory.c
9f811207
EU
3318F: hw/remote/proxy.c
3319F: include/hw/remote/proxy.h
c746b74a
JR
3320F: hw/remote/proxy-memory-listener.c
3321F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3322F: hw/remote/iohub.c
3323F: include/hw/remote/iohub.h
8684f1be 3324
90322e64
AM
3325EBPF:
3326M: Jason Wang <jasowang@redhat.com>
3327R: Andrew Melnychenko <andrew@daynix.com>
3328R: Yuri Benditovich <yuri.benditovich@daynix.com>
3329S: Maintained
3330F: ebpf/*
3331F: tools/ebpf/*
3332
b9e02c06
AB
3333Build and test automation
3334-------------------------
9872ba0a 3335Build and test automation, general continuous integration
b9e02c06 3336M: Alex Bennée <alex.bennee@linaro.org>
9872ba0a
TH
3337M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3338M: Thomas Huth <thuth@redhat.com>
3339R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3340R: Willian Rampazzo <willianr@redhat.com>
e70dc7f8 3341S: Maintained
20a4f14f 3342F: .github/lockdown.yml
9872ba0a
TH
3343F: .gitlab-ci.yml
3344F: .gitlab-ci.d/
b9e02c06 3345F: .travis.yml
04250c69 3346F: scripts/ci/
e70dc7f8 3347F: tests/docker/
18023821 3348F: tests/vm/
54dbfd85 3349F: scripts/archive-source.sh
9872ba0a 3350W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3351W: https://travis-ci.org/qemu/qemu
717171bd 3352
7162fbb4
EM
3353FreeBSD Hosted Continuous Integration
3354M: Ed Maste <emaste@freebsd.org>
3355M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3356S: Maintained
3357F: .cirrus.yml
3358W: https://cirrus-ci.com/github/qemu/qemu
3359
daee8de3
YL
3360Windows Hosted Continuous Integration
3361M: Yonggang Luo <luoyonggang@gmail.com>
3362S: Maintained
3363F: .cirrus.yml
3364W: https://cirrus-ci.com/github/qemu/qemu
3365
7e97017e
AB
3366Guest Test Compilation Support
3367M: Alex Bennée <alex.bennee@linaro.org>
3368R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3369S: Maintained
7e97017e 3370F: tests/tcg/Makefile
c722a9e4 3371F: tests/tcg/Makefile.include
7e97017e 3372
6634f1c4
PMD
3373Acceptance (Integration) Testing with the Avocado framework
3374W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3375R: Cleber Rosa <crosa@redhat.com>
3376R: Philippe Mathieu-Daudé <philmd@redhat.com>
3377R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3378S: Odd Fixes
3379F: tests/acceptance/
3380
717171bd
DB
3381Documentation
3382-------------
3383Build system architecture
3384M: Daniel P. Berrange <berrange@redhat.com>
3385S: Odd Fixes
551bdfa0 3386F: docs/devel/build-system.rst
8a49e97f 3387
92329a7e
AB
3388GIT Data Mining Config
3389M: Alex Bennée <alex.bennee@linaro.org>
3390S: Odd Fixes
3391F: gitdm.config
3392F: contrib/gitdm/*
3393
b02c9bc3
MA
3394Incompatible changes
3395R: libvir-list@redhat.com
abcd92db 3396F: docs/system/deprecated.rst
b02c9bc3 3397
aef45d51
DB
3398Build System
3399------------
3400GIT submodules
3401M: Daniel P. Berrange <berrange@redhat.com>
3402S: Odd Fixes
3403F: scripts/git-submodule.sh
c10e01b9 3404
ef45a392 3405UI translations
4251dfb0 3406S: Orphan
ef45a392
AM
3407F: po/*.po
3408
c10e01b9
PM
3409Sphinx documentation configuration and build machinery
3410M: Peter Maydell <peter.maydell@linaro.org>
3411S: Maintained
3412F: docs/conf.py
3413F: docs/*/conf.py
4078ee54 3414F: docs/sphinx/
53fb8bfb
AM
3415
3416Miscellaneous
3417-------------
3418Performance Tools and Tests
3419M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3420S: Maintained
3421F: scripts/performance/