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