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