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