]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
hw/riscv: Initial support for Microchip PolarFire SoC Icicle Kit board
[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
56f6e31e
BM
1319Microchip PolarFire SoC Icicle Kit
1320M: Bin Meng <bin.meng@windriver.com>
1321L: qemu-riscv@nongnu.org
1322S: Supported
1323F: hw/riscv/microchip_pfsoc.c
1324F: include/hw/riscv/microchip_pfsoc.h
1325
bda19d7b
YS
1326RX Machines
1327-----------
1328rx-gdbsim
1329M: Yoshinori Sato <ysato@users.sourceforge.jp>
1330S: Maintained
4adbfa45 1331F: docs/system/target-rx.rst
bda19d7b 1332F: hw/rx/rx-gdbsim.c
cf665623 1333F: tests/acceptance/machine_rx_gdbsim.py
bda19d7b 1334
fd5d5c56
AL
1335SH4 Machines
1336------------
1337R2D
a9fb4468
AM
1338M: Yoshinori Sato <ysato@users.sourceforge.jp>
1339R: Magnus Damm <magnus.damm@gmail.com>
fd5d5c56 1340S: Maintained
6e481d57 1341F: hw/sh4/r2d.c
81527b94 1342F: hw/intc/sh_intc.c
65b8dc29 1343F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1344
1345Shix
a9fb4468
AM
1346M: Yoshinori Sato <ysato@users.sourceforge.jp>
1347R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1348S: Odd Fixes
6e481d57 1349F: hw/sh4/shix.c
65b8dc29
PMD
1350F: hw/intc/sh_intc.c
1351F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1352
1353SPARC Machines
1354--------------
1355Sun4m
f2416d3a 1356M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1357S: Maintained
8d8b636d 1358F: hw/sparc/sun4m.c
c468e368 1359F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1360F: hw/display/cg3.c
1361F: hw/display/tcx.c
c10a1c78 1362F: hw/dma/sparc32_dma.c
7098b79e 1363F: hw/misc/eccmemctl.c
aec2b887
TH
1364F: hw/*/slavio_*.c
1365F: include/hw/nvram/sun_nvram.h
c10a1c78 1366F: include/hw/sparc/sparc32_dma.h
d0476159 1367F: include/hw/sparc/sun4m_iommu.h
aec2b887 1368F: pc-bios/openbios-sparc32
fd5d5c56
AL
1369
1370Sun4u
f2416d3a 1371M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1372S: Maintained
8d8b636d 1373F: hw/sparc64/sun4u.c
8ef856b7
PMD
1374F: hw/sparc64/sun4u_iommu.c
1375F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1376F: hw/pci-host/sabre.c
1377F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1378F: hw/pci-bridge/simba.c
1379F: include/hw/pci-bridge/simba.h
1380F: pc-bios/openbios-sparc64
8c432921 1381F: tests/acceptance/machine_sparc64_sun4u.py
fd5d5c56 1382
a2664ca0
AT
1383Sun4v
1384M: Artyom Tarasenko <atar4qemu@gmail.com>
1385S: Maintained
626e4a4b 1386F: hw/sparc64/niagara.c
2811ac30
PMD
1387F: hw/rtc/sun4v-rtc.c
1388F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1389
ce6c760c
FC
1390Leon3
1391M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1392M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1393S: Maintained
8d8b636d
PB
1394F: hw/sparc/leon3.c
1395F: hw/*/grlib*
162abf1a 1396F: include/hw/*/grlib*
b11785ca 1397F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1398
fd5d5c56
AL
1399S390 Machines
1400-------------
dd4ad64a 1401S390 Virtio-ccw
c1976ae7 1402M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1403M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1404M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1405S: Supported
0c6aa7ee 1406F: hw/char/sclp*.[hc]
9d1c4449 1407F: hw/char/terminal3270.c
c5bfb202 1408F: hw/s390x/
4277af19 1409F: include/hw/s390x/
c5bfb202 1410F: hw/watchdog/wdt_diag288.c
1e4738b2 1411F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1412F: default-configs/s390x-softmmu.mak
e18a8b34
SH
1413T: git https://github.com/cohuck/qemu.git s390-next
1414T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1415L: qemu-s390x@nongnu.org
dd4ad64a 1416
8e4eb427 1417S390-ccw boot
304584bf
CH
1418M: Christian Borntraeger <borntraeger@de.ibm.com>
1419M: Thomas Huth <thuth@redhat.com>
1420S: Supported
8e4eb427 1421F: hw/s390x/ipl.*
304584bf
CH
1422F: pc-bios/s390-ccw/
1423F: pc-bios/s390-ccw.img
cc3d15a5 1424F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1425T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1426L: qemu-s390x@nongnu.org
1427
d5bfb425 1428S390 PCI
ecd6663d 1429M: Matthew Rosato <mjrosato@linux.ibm.com>
d5bfb425
CB
1430S: Supported
1431F: hw/s390x/s390-pci*
1432L: qemu-s390x@nongnu.org
1433
ab9528ca 1434UniCore32 Machines
84995ea2 1435------------------
ab9528ca
GX
1436PKUnity-3 SoC initramfs-with-busybox
1437M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1438S: Maintained
8d8b636d 1439F: hw/*/puv3*
ab9528ca
GX
1440F: hw/unicore32/
1441
fd5d5c56
AL
1442X86 Machines
1443------------
1444PC
046a6486 1445M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1446M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1447S: Supported
046a6486
MT
1448F: include/hw/i386/
1449F: hw/i386/
0f25d865 1450F: hw/pci-host/i440fx.c
046a6486
MT
1451F: hw/pci-host/q35.c
1452F: hw/pci-host/pam.c
0fd61a2d 1453F: include/hw/pci-host/i440fx.h
046a6486
MT
1454F: include/hw/pci-host/q35.h
1455F: include/hw/pci-host/pam.h
14a026dd 1456F: hw/isa/piix3.c
046a6486
MT
1457F: hw/isa/lpc_ich9.c
1458F: hw/i2c/smbus_ich9.c
1459F: hw/acpi/piix4.c
1460F: hw/acpi/ich9.c
1461F: include/hw/acpi/ich9.h
fff123b8 1462F: include/hw/southbridge/piix.h
9cc3b73c 1463F: hw/misc/sga.c
6f5a3294
PMD
1464F: hw/isa/apm.c
1465F: include/hw/isa/apm.h
1466F: tests/test-x86-cpuid.c
1e8a1fae 1467F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1468
1469PC Chipset
1470M: Michael S. Tsirkin <mst@redhat.com>
1471M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1472S: Supported
9cc3b73c 1473F: hw/char/debugcon.c
bb3d5ea8 1474F: hw/char/parallel*
9cc3b73c
PB
1475F: hw/char/serial*
1476F: hw/dma/i8257*
1477F: hw/i2c/pm_smbus.c
1732be86 1478F: hw/input/pckbd.c
9cc3b73c
PB
1479F: hw/intc/apic*
1480F: hw/intc/ioapic*
1481F: hw/intc/i8259*
1854eb28 1482F: hw/isa/isa-superio.c
9cc3b73c
PB
1483F: hw/misc/debugexit.c
1484F: hw/misc/pc-testdev.c
1485F: hw/timer/hpet*
1486F: hw/timer/i8254*
bcdb9064 1487F: hw/rtc/mc146818rtc*
edc46aff 1488F: hw/watchdog/wdt_ib700.c
4bcbc773 1489F: hw/watchdog/wdt_i6300esb.c
866e2b37 1490F: include/hw/display/vga.h
bb3d5ea8 1491F: include/hw/char/parallel.h
55f613ac 1492F: include/hw/dma/i8257.h
a2feb348 1493F: include/hw/i2c/pm_smbus.h
47973a2d 1494F: include/hw/input/i8042.h
4bcbc773 1495F: include/hw/isa/i8259_internal.h
1854eb28 1496F: include/hw/isa/superio.h
a2feb348
TH
1497F: include/hw/timer/hpet.h
1498F: include/hw/timer/i8254*
bcdb9064 1499F: include/hw/rtc/mc146818rtc*
046a6486 1500
5cb48f05
SL
1501microvm
1502M: Sergio Lopez <slp@redhat.com>
1503M: Paolo Bonzini <pbonzini@redhat.com>
1504S: Maintained
1505F: docs/microvm.rst
1506F: hw/i386/microvm.c
1507F: include/hw/i386/microvm.h
1508F: pc-bios/bios-microvm.bin
1509
5da4fb00
MT
1510Machine core
1511M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1512M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1513S: Supported
2e5b09fd 1514F: hw/core/cpu.c
52924dea 1515F: hw/core/machine-qmp-cmds.c
5da4fb00 1516F: hw/core/machine.c
c1629c5c 1517F: hw/core/null-machine.c
ac057879 1518F: hw/core/numa.c
335d52f4 1519F: hw/cpu/cluster.c
8ac25c84 1520F: qapi/machine.json
7f7b4e7a 1521F: qapi/machine-target.json
5da4fb00 1522F: include/hw/boards.h
2e5b09fd 1523F: include/hw/core/cpu.h
335d52f4 1524F: include/hw/cpu/cluster.h
2dd02587 1525F: include/sysemu/numa.h
e18a8b34 1526T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1527
16e7caae
MF
1528Xtensa Machines
1529---------------
375847a6 1530sim
16e7caae
MF
1531M: Max Filippov <jcmvbkbc@gmail.com>
1532S: Maintained
437a8c11 1533F: hw/xtensa/sim.c
375847a6 1534
d9e8553b
MF
1535virt
1536M: Max Filippov <jcmvbkbc@gmail.com>
1537S: Maintained
1538F: hw/xtensa/virt.c
1539
437a8c11 1540XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1541M: Max Filippov <jcmvbkbc@gmail.com>
1542S: Maintained
437a8c11
MF
1543F: hw/xtensa/xtfpga.c
1544F: hw/net/opencores_eth.c
16e7caae 1545
fd5d5c56
AL
1546Devices
1547-------
b30934cb
JS
1548EDU
1549M: Jiri Slaby <jslaby@suse.cz>
1550S: Maintained
1551F: hw/misc/edu.c
1552
fd5d5c56 1553IDE
c095348b
JS
1554M: John Snow <jsnow@redhat.com>
1555L: qemu-block@nongnu.org
1556S: Supported
8d8b636d 1557F: include/hw/ide.h
c9f7acd5 1558F: include/hw/ide/
fd5d5c56 1559F: hw/ide/
c095348b
JS
1560F: hw/block/block.c
1561F: hw/block/cdrom.c
1562F: hw/block/hd-geometry.c
1e8a1fae
TH
1563F: tests/qtest/ide-test.c
1564F: tests/qtest/ahci-test.c
1565F: tests/qtest/cdrom-test.c
1cf4323e 1566F: tests/qtest/libqos/ahci*
e18a8b34 1567T: git https://github.com/jnsnow/qemu.git ide
c095348b 1568
caf316ba
CM
1569IPMI
1570M: Corey Minyard <minyard@acm.org>
1571S: Maintained
1572F: include/hw/ipmi/*
1573F: hw/ipmi/*
1574F: hw/smbios/smbios_type_38.c
1e8a1fae 1575F: tests/qtest/ipmi*
e18a8b34 1576T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1577
c095348b
JS
1578Floppy
1579M: John Snow <jsnow@redhat.com>
1580L: qemu-block@nongnu.org
1581S: Supported
1582F: hw/block/fdc.c
1583F: include/hw/block/fdc.h
1e8a1fae 1584F: tests/qtest/fdc-test.c
e18a8b34 1585T: git https://github.com/jnsnow/qemu.git ide
fd5d5c56 1586
f5f487b2
PM
1587OMAP
1588M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1589L: qemu-arm@nongnu.org
f5f487b2 1590S: Maintained
8d8b636d 1591F: hw/*/omap*
ed0db866 1592F: include/hw/arm/omap.h
f5f487b2 1593
28d54e58
PB
1594IPack
1595M: Alberto Garcia <berto@igalia.com>
1596S: Odd Fixes
1597F: hw/char/ipoctal232.c
1598F: hw/ipack/
1599
fd5d5c56
AL
1600PCI
1601M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1602M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1603S: Supported
8d8b636d 1604F: include/hw/pci/*
f178bc6b 1605F: hw/misc/pci-testdev.c
ca818cfb 1606F: hw/pci/*
f178bc6b 1607F: hw/pci-bridge/*
68179923
PMD
1608F: docs/pci*
1609F: docs/specs/*pci*
534fd814 1610F: default-configs/pci.mak
0e0b3592 1611
d31e5ae7 1612ACPI/SMBIOS
0e0b3592
MT
1613M: Michael S. Tsirkin <mst@redhat.com>
1614M: Igor Mammedov <imammedo@redhat.com>
1615S: Supported
1616F: include/hw/acpi/*
a2eb5c0c 1617F: include/hw/firmware/smbios.h
0e0b3592 1618F: hw/mem/*
8d8b636d 1619F: hw/acpi/*
d31e5ae7 1620F: hw/smbios/*
0e0b3592 1621F: hw/i386/acpi-build.[hc]
0e0b3592 1622F: hw/arm/virt-acpi-build.c
b963ea19 1623F: tests/qtest/bios-tables-test*
1e8a1fae 1624F: tests/qtest/acpi-utils.[hc]
faae23b9 1625F: tests/data/acpi/
fd5d5c56 1626
f7e462f8
DG
1627ACPI/HEST/GHES
1628R: Dongjiu Geng <gengdongjiu@huawei.com>
1629R: Xiang Zheng <zhengxiang9@huawei.com>
1630L: qemu-arm@nongnu.org
1631S: Maintained
1632F: hw/acpi/ghes.c
1633F: include/hw/acpi/ghes.h
1634F: docs/specs/acpi_hest_ghes.rst
1635
aaade8d7 1636ppc4xx
bba8e23a 1637M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1638L: qemu-ppc@nongnu.org
1639S: Odd Fixes
8d8b636d 1640F: hw/ppc/ppc4*.c
aa3a41f9 1641F: hw/i2c/ppc4xx_i2c.c
b5d55020 1642F: include/hw/ppc/ppc4xx.h
aa3a41f9 1643F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1644
61af0ee6 1645Character devices
2185fd67
PB
1646M: Marc-André Lureau <marcandre.lureau@redhat.com>
1647R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1648S: Odd Fixes
1649F: hw/char/
1650
f536f112
PB
1651Network devices
1652M: Jason Wang <jasowang@redhat.com>
1653S: Odd Fixes
1654F: hw/net/
6061b5c6 1655F: include/hw/net/
1e8a1fae 1656F: tests/qtest/virtio-net-test.c
9711cd0d 1657F: docs/virtio-net-failover.rst
e18a8b34 1658T: git https://github.com/jasowang/qemu.git net
f536f112 1659
e0c9d0c1
PMD
1660Parallel NOR Flash devices
1661M: Philippe Mathieu-Daudé <philmd@redhat.com>
1662T: git https://gitlab.com/philmd/qemu.git pflash-next
1663S: Maintained
1664F: hw/block/pflash_cfi*.c
1665F: include/hw/block/flash.h
1666
fd5d5c56 1667SCSI
de7724f7 1668M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1669R: Fam Zheng <fam@euphon.net>
de7724f7 1670S: Supported
74460f34 1671F: include/hw/scsi/*
8d8b636d 1672F: hw/scsi/*
1e8a1fae 1673F: tests/qtest/virtio-scsi-test.c
e18a8b34 1674T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1675
fcb5629d 1676SSI
c22e580c 1677M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1678S: Maintained
8d8b636d
PB
1679F: hw/ssi/*
1680F: hw/block/m25p80.c
982d009a 1681F: include/hw/ssi/ssi.h
4b46ba61 1682X: hw/ssi/xilinx_*
1e8a1fae 1683F: tests/qtest/m25p80-test.c
4b46ba61
AF
1684
1685Xilinx SPI
c22e580c 1686M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1687S: Maintained
1688F: hw/ssi/xilinx_*
fcb5629d 1689
076a0fc3
PMD
1690SD (Secure Card)
1691M: Philippe Mathieu-Daudé <f4bug@amsat.org>
ba412478 1692L: qemu-block@nongnu.org
076a0fc3
PMD
1693S: Odd Fixes
1694F: include/hw/sd/sd*
1695F: hw/sd/core.c
1696F: hw/sd/sd*
1232ed1f 1697F: hw/sd/ssi-sd.c
1e8a1fae 1698F: tests/qtest/sd*
076a0fc3 1699
fd5d5c56 1700USB
5d0d62fe
GH
1701M: Gerd Hoffmann <kraxel@redhat.com>
1702S: Maintained
8d8b636d 1703F: hw/usb/*
1e8a1fae 1704F: tests/qtest/usb-*-test.c
beded0ff
TH
1705F: docs/usb2.txt
1706F: docs/usb-storage.txt
1707F: include/hw/usb.h
1708F: include/hw/usb/
104ebc5f 1709F: default-configs/usb.mak
fd5d5c56 1710
e26082fd
PB
1711USB (serial adapter)
1712M: Gerd Hoffmann <kraxel@redhat.com>
1713M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1714S: Maintained
1715F: hw/usb/dev-serial.c
1716
92e1fb5e
AW
1717VFIO
1718M: Alex Williamson <alex.williamson@redhat.com>
1719S: Supported
cf7087db 1720F: hw/vfio/*
99b88c6d 1721F: include/hw/vfio/
92e1fb5e 1722
5eb74557 1723vfio-ccw
c1976ae7 1724M: Cornelia Huck <cohuck@redhat.com>
7913938a 1725M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1726S: Supported
1727F: hw/vfio/ccw.c
1728F: hw/s390x/s390-ccw.c
1729F: include/hw/s390x/s390-ccw.h
44445d86 1730F: include/hw/s390x/vfio-ccw.h
e18a8b34 1731T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1732L: qemu-s390x@nongnu.org
5eb74557 1733
a51b3153
TK
1734vfio-ap
1735M: Christian Borntraeger <borntraeger@de.ibm.com>
1736M: Tony Krowiak <akrowiak@linux.ibm.com>
1737M: Halil Pasic <pasic@linux.ibm.com>
1738M: Pierre Morel <pmorel@linux.ibm.com>
1739S: Supported
1740F: hw/s390x/ap-device.c
1741F: hw/s390x/ap-bridge.c
1742F: include/hw/s390x/ap-device.h
1743F: include/hw/s390x/ap-bridge.h
2fe2942c 1744F: hw/vfio/ap.c
f58f084e 1745F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1746L: qemu-s390x@nongnu.org
1747
fd5d5c56
AL
1748vhost
1749M: Michael S. Tsirkin <mst@redhat.com>
1750S: Supported
8d8b636d 1751F: hw/*/*vhost*
482580a6 1752F: docs/interop/vhost-user.json
ed1be66b 1753F: docs/interop/vhost-user.rst
72c1e865 1754F: contrib/vhost-user-*/
f24bb728
MAL
1755F: backends/vhost-user.c
1756F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1757
1758virtio
a75143ed 1759M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1760S: Supported
8d8b636d 1761F: hw/*/virtio*
72fa605d
TH
1762F: hw/virtio/Makefile.objs
1763F: hw/virtio/trace-events
6a084ea3 1764F: net/vhost-user.c
494f7b57 1765F: include/hw/virtio/
fd5d5c56 1766
6d7b25ad
DH
1767virtio-balloon
1768M: Michael S. Tsirkin <mst@redhat.com>
1769M: David Hildenbrand <david@redhat.com>
1770S: Maintained
1771F: hw/virtio/virtio-balloon*.c
1772F: include/hw/virtio/virtio-balloon.h
c7f419f5 1773F: softmmu/balloon.c
6d7b25ad
DH
1774F: include/sysemu/balloon.h
1775
fd5d5c56 1776virtio-9p
8c1cd719 1777M: Greg Kurz <groug@kaod.org>
233982af 1778M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1779S: Odd Fixes
aebeca25 1780F: hw/9pfs/
b827891d 1781X: hw/9pfs/xen-9p*
aebeca25 1782F: fsdev/
78813586 1783F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1784F: tests/qtest/virtio-9p-test.c
e18a8b34 1785T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1786
1787virtio-blk
54d01a00 1788M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1789L: qemu-block@nongnu.org
fd5d5c56 1790S: Supported
8d8b636d 1791F: hw/block/virtio-blk.c
b457a5f5 1792F: hw/block/dataplane/*
1e8a1fae 1793F: tests/qtest/virtio-blk-test.c
e18a8b34 1794T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1795
dd4ad64a 1796virtio-ccw
c1976ae7 1797M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1798M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1799S: Supported
901f5f16 1800F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1801F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1802T: git https://github.com/cohuck/qemu.git s390-next
1803T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1804L: qemu-s390x@nongnu.org
dd4ad64a 1805
bad7d2c3
DDAG
1806virtiofs
1807M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1808M: Stefan Hajnoczi <stefanha@redhat.com>
1809S: Supported
1810F: tools/virtiofsd/*
1811F: hw/virtio/vhost-user-fs*
1812F: include/hw/virtio/vhost-user-fs.h
6a7e2bbe 1813F: docs/interop/virtiofsd.rst
bad7d2c3 1814
a5d4d7b5
GH
1815virtio-input
1816M: Gerd Hoffmann <kraxel@redhat.com>
1817S: Maintained
9c4d05b7 1818F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1819F: hw/input/virtio-input*.c
1820F: include/hw/virtio/virtio-input.h
06914c97 1821F: contrib/vhost-user-input/*
a5d4d7b5 1822
c1dee918
EA
1823virtio-iommu
1824M: Eric Auger <eric.auger@redhat.com>
1825S: Maintained
1826F: hw/virtio/virtio-iommu*.c
1827F: include/hw/virtio/virtio-iommu.h
1828
fd5d5c56 1829virtio-serial
2501db70
LV
1830M: Laurent Vivier <lvivier@redhat.com>
1831R: Amit Shah <amit@kernel.org>
fd5d5c56 1832S: Supported
8d8b636d
PB
1833F: hw/char/virtio-serial-bus.c
1834F: hw/char/virtio-console.c
68a5e38a 1835F: include/hw/virtio/virtio-serial.h
1e8a1fae 1836F: tests/qtest/virtio-serial-test.c
fd5d5c56 1837
1f51a5cb 1838virtio-rng
2501db70
LV
1839M: Laurent Vivier <lvivier@redhat.com>
1840R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1841S: Supported
1842F: hw/virtio/virtio-rng.c
1843F: include/hw/virtio/virtio-rng.h
750cf869 1844F: include/sysemu/rng*.h
1f51a5cb 1845F: backends/rng*.c
1e8a1fae 1846F: tests/qtest/virtio-rng-test.c
1f51a5cb 1847
6034011c
GA
1848virtio-crypto
1849M: Gonglei <arei.gonglei@huawei.com>
1850S: Supported
1851F: hw/virtio/virtio-crypto.c
1852F: hw/virtio/virtio-crypto-pci.c
1853F: include/hw/virtio/virtio-crypto.h
1854
751c7bdd
DH
1855virtio-mem
1856M: David Hildenbrand <david@redhat.com>
1857S: Supported
1858W: https://virtio-mem.gitlab.io/
1859F: hw/virtio/virtio-mem.c
1860F: hw/virtio/virtio-mem-pci.h
1861F: hw/virtio/virtio-mem-pci.c
1862F: include/hw/virtio/virtio-mem.h
1863
f3c507ad 1864nvme
8261cc17 1865M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1866M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1867L: qemu-block@nongnu.org
f3c507ad
KB
1868S: Supported
1869F: hw/block/nvme*
1e8a1fae 1870F: tests/qtest/nvme-test.c
e8cc43d5 1871T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1872
d383c625 1873megasas
3fdfb8b6 1874M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1875L: qemu-block@nongnu.org
d383c625
HR
1876S: Supported
1877F: hw/scsi/megasas.c
1878F: hw/scsi/mfi.h
1e8a1fae 1879F: tests/qtest/megasas-test.c
d383c625 1880
605d52e6 1881Network packet abstractions
bf4835a4 1882M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1883S: Maintained
1884F: include/net/eth.h
1885F: net/eth.c
1886F: hw/net/net_rx_pkt*
1887F: hw/net/net_tx_pkt*
1888
622fb504 1889Vmware
bf4835a4 1890M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1891S: Maintained
1892F: hw/net/vmxnet*
1893F: hw/scsi/vmw_pvscsi*
1e8a1fae 1894F: tests/qtest/vmxnet3-test.c
622fb504 1895
de24d3f1 1896Rocker
de24d3f1
SF
1897M: Jiri Pirko <jiri@resnulli.us>
1898S: Maintained
1899F: hw/net/rocker/
de850948
TH
1900F: tests/rocker/
1901F: docs/specs/rocker.txt
de24d3f1 1902
70d1fb9c 1903NVDIMM
7a5bd53d 1904M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1905S: Maintained
1906F: hw/acpi/nvdimm.c
1907F: hw/mem/nvdimm.c
1908F: include/hw/mem/nvdimm.h
e2e254d3 1909F: docs/nvdimm.txt
70d1fb9c 1910
093454e2 1911e1000x
bf4835a4 1912M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1913S: Maintained
1914F: hw/net/e1000x*
1915
6f3fbe4e 1916e1000e
bf4835a4 1917M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1918S: Maintained
1919F: hw/net/e1000e*
1920
ebc2327f
SW
1921eepro100
1922M: Stefan Weil <sw@weilnetz.de>
1923S: Maintained
1924F: hw/net/eepro100.c
1925
34ea023d
SS
1926tulip
1927M: Sven Schnelle <svens@stackframe.org>
1928S: Maintained
1929F: hw/net/tulip.c
1930F: hw/net/tulip.h
1931
e481a1f6 1932Generic Loader
c22e580c 1933M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1934S: Maintained
1935F: hw/core/generic-loader.c
1936F: include/hw/core/generic-loader.h
c5e2ac7e 1937F: docs/generic-loader.txt
e481a1f6 1938
645d3cbe
SH
1939Intel Hexadecimal Object File Loader
1940M: Su Hang <suhang16@mails.ucas.ac.cn>
1941S: Maintained
1e8a1fae 1942F: tests/qtest/hexloader-test.c
4b2ff65a 1943F: tests/data/hex-loader/test.hex
645d3cbe 1944
87a9023a
TH
1945CHRP NVRAM
1946M: Thomas Huth <thuth@redhat.com>
1947S: Maintained
1948F: hw/nvram/chrp_nvram.c
1949F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1950F: tests/qtest/prom-env-test.c
87a9023a 1951
42697d88
BW
1952VM Generation ID
1953M: Ben Warren <ben@skyportsystems.com>
1954S: Maintained
1955F: hw/acpi/vmgenid.c
1956F: include/hw/acpi/vmgenid.h
1957F: docs/specs/vmgenid.txt
1e8a1fae 1958F: tests/qtest/vmgenid-test.c
42697d88
BW
1959F: stubs/vmgenid.c
1960
747969db
PMD
1961Unimplemented device
1962M: Peter Maydell <peter.maydell@linaro.org>
1963R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1964S: Maintained
1965F: include/hw/misc/unimp.h
1966F: hw/misc/unimp.c
1967
6007523a
PMD
1968Empty slot
1969M: Artyom Tarasenko <atar4qemu@gmail.com>
1970R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1971S: Maintained
1972F: include/hw/misc/empty_slot.h
1973F: hw/misc/empty_slot.c
1974
dbb2e472
GH
1975Standard VGA
1976M: Gerd Hoffmann <kraxel@redhat.com>
1977S: Maintained
1978F: hw/display/vga*
1979F: hw/display/bochs-display.c
1980F: include/hw/display/vga.h
1981F: include/hw/display/bochs-vbe.h
1982
58d632c7
GH
1983ramfb
1984M: Gerd Hoffmann <kraxel@redhat.com>
1985S: Maintained
1986F: hw/display/ramfb*.c
1987F: include/hw/display/ramfb.h
1988
dbb2e472
GH
1989virtio-gpu
1990M: Gerd Hoffmann <kraxel@redhat.com>
1991S: Maintained
1992F: hw/display/virtio-gpu*
c68082c4 1993F: hw/display/virtio-vga.*
dbb2e472
GH
1994F: include/hw/virtio/virtio-gpu.h
1995
b372d79b
RN
1996vhost-user-blk
1997M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1998S: Maintained
1999F: contrib/vhost-user-blk/
2000F: contrib/vhost-user-scsi/
2001F: hw/block/vhost-user-blk.c
2002F: hw/scsi/vhost-user-scsi.c
2003F: hw/virtio/vhost-user-blk-pci.c
2004F: hw/virtio/vhost-user-scsi-pci.c
2005F: include/hw/virtio/vhost-user-blk.h
2006F: include/hw/virtio/vhost-user-scsi.h
2007
bd2e44fe
MAL
2008vhost-user-gpu
2009M: Marc-André Lureau <marcandre.lureau@redhat.com>
2010M: Gerd Hoffmann <kraxel@redhat.com>
2011S: Maintained
2012F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2013F: contrib/vhost-user-gpu
2014F: hw/display/vhost-user-*
bd2e44fe 2015
dbb2e472
GH
2016Cirrus VGA
2017M: Gerd Hoffmann <kraxel@redhat.com>
2018S: Odd Fixes
2019W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2020F: hw/display/cirrus*
2021
72d277a7
GH
2022EDID Generator
2023M: Gerd Hoffmann <kraxel@redhat.com>
2024S: Maintained
2025F: hw/display/edid*
2026F: include/hw/display/edid.h
2027F: qemu-edid.c
2028
10386385
PMD
2029PIIX4 South Bridge (i82371AB)
2030M: Hervé Poussineau <hpoussin@reactos.org>
2031M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2032S: Maintained
2033F: hw/isa/piix4.c
fff123b8 2034F: include/hw/southbridge/piix.h
10386385 2035
15ffb43c 2036Firmware configuration (fw_cfg)
6f75e3f5 2037M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2038R: Laszlo Ersek <lersek@redhat.com>
2039R: Gerd Hoffmann <kraxel@redhat.com>
2040S: Supported
2041F: docs/specs/fw_cfg.txt
2042F: hw/nvram/fw_cfg.c
b15c0f7d 2043F: stubs/fw_cfg.c
15ffb43c
PMD
2044F: include/hw/nvram/fw_cfg.h
2045F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2046F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2047F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2048T: git https://github.com/philmd/qemu.git fw_cfg-next
2049
2313abf0
TH
2050XIVE
2051M: David Gibson <david@gibson.dropbear.id.au>
2052M: Cédric Le Goater <clg@kaod.org>
2053L: qemu-ppc@nongnu.org
2054S: Supported
2055F: hw/*/*xive*
2056F: include/hw/*/*xive*
24563a58 2057F: docs/*/*xive*
2313abf0 2058
7bd0d13f
PMD
2059Renesas peripherals
2060M: Yoshinori Sato <ysato@users.sourceforge.jp>
2061R: Magnus Damm <magnus.damm@gmail.com>
2062S: Maintained
645194c7 2063F: hw/char/renesas_sci.c
7bd0d13f 2064F: hw/char/sh_serial.c
c7f37baf 2065F: hw/timer/renesas_*.c
7bd0d13f 2066F: hw/timer/sh_timer.c
645194c7 2067F: include/hw/char/renesas_sci.h
7bd0d13f 2068F: include/hw/sh4/sh.h
c7f37baf 2069F: include/hw/timer/renesas_*.h
7bd0d13f 2070
e78597cc
YS
2071Renesas RX peripherals
2072M: Yoshinori Sato <ysato@users.sourceforge.jp>
2073S: Maintained
2074F: hw/intc/rx_icu.c
0c80f50f 2075F: hw/rx/
e78597cc 2076F: include/hw/intc/rx_icu.h
0c80f50f 2077F: include/hw/rx/
e78597cc 2078
fd5d5c56
AL
2079Subsystems
2080----------
2081Audio
9f575846 2082M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2083S: Maintained
2084F: audio/
8d8b636d 2085F: hw/audio/
a2b245ae 2086F: include/hw/audio/
1e8a1fae
TH
2087F: tests/qtest/ac97-test.c
2088F: tests/qtest/es1370-test.c
2089F: tests/qtest/intel-hda-test.c
fd5d5c56 2090
17f1e8f5 2091Block layer core
fd5d5c56 2092M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2093M: Max Reitz <mreitz@redhat.com>
c95e4c0e 2094L: qemu-block@nongnu.org
fd5d5c56
AL
2095S: Supported
2096F: block*
2097F: block/
8d8b636d 2098F: hw/block/
4c346e0b 2099F: include/block/
46078760 2100F: qemu-img*
e13c59fa 2101F: docs/interop/qemu-img.rst
46078760 2102F: qemu-io*
29242091 2103F: tests/qemu-iotests/
8dd30c86 2104F: util/qemu-progress.c
0bcc8e5b 2105F: qobject/block-qdict.c
c468e368 2106F: tests/check-block-qdict.c
ebe2aad2 2107T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2108
d55053b1
SH
2109Block I/O path
2110M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2111M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2112L: qemu-block@nongnu.org
2113S: Supported
36c697bd
PB
2114F: util/async.c
2115F: util/aio-*.c
1f050a46
SH
2116F: util/aio-*.h
2117F: util/fdmon-*.c
d55053b1
SH
2118F: block/io.c
2119F: migration/block*
e1029ae2 2120F: include/block/aio.h
f5a53faa 2121F: include/block/aio-wait.h
0a4f9ad1 2122F: scripts/qemugdb/aio.py
e18a8b34 2123T: git https://github.com/stefanha/qemu.git block
d55053b1 2124
e5b5728c
PB
2125Block SCSI subsystem
2126M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2127R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2128L: qemu-block@nongnu.org
2129S: Supported
2130F: include/scsi/*
2131F: scsi/*
2132
280458a3 2133Block Jobs
03283d64 2134M: John Snow <jsnow@redhat.com>
280458a3
JC
2135L: qemu-block@nongnu.org
2136S: Supported
2137F: blockjob.c
2138F: include/block/blockjob.h
33e9e9bd 2139F: job.c
1a90bc81 2140F: job-qmp.c
c468e368 2141F: include/qemu/job.h
280458a3
JC
2142F: block/backup.c
2143F: block/commit.c
77346025 2144F: block/stream.c
280458a3 2145F: block/mirror.c
bf42508f 2146F: qapi/job.json
03283d64 2147T: git https://github.com/jnsnow/qemu.git jobs
280458a3 2148
4120201d
MA
2149Block QAPI, monitor, command line
2150M: Markus Armbruster <armbru@redhat.com>
2151S: Supported
2152F: blockdev.c
a2dde2f2 2153F: blockdev-hmp-cmds.c
4120201d
MA
2154F: block/qapi.c
2155F: qapi/block*.json
fa988e39 2156F: qapi/transaction.json
ebe2aad2 2157T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2158
538193bc 2159Dirty Bitmaps
edb05904
EB
2160M: Eric Blake <eblake@redhat.com>
2161M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2162R: John Snow <jsnow@redhat.com>
538193bc
JS
2163L: qemu-block@nongnu.org
2164S: Supported
538193bc
JS
2165F: include/qemu/hbitmap.h
2166F: include/block/dirty-bitmap.h
bb4e58c6 2167F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2168F: block/dirty-bitmap.c
2169F: block/qcow2-bitmap.c
052db8e7 2170F: migration/block-dirty-bitmap.c
00637c6b 2171F: util/hbitmap.c
538193bc 2172F: tests/test-hbitmap.c
5746c1cd 2173F: docs/interop/bitmaps.rst
edb05904 2174T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2175
61af0ee6 2176Character device backends
55fc84a7 2177M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2178R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2179S: Maintained
178fe0ae 2180F: chardev/
8228e353 2181F: include/chardev/
dbeee392 2182F: qapi/char.json
fd5d5c56 2183
e26082fd
PB
2184Character Devices (Braille)
2185M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2186S: Maintained
6b10e573 2187F: chardev/baum.c
fd5d5c56 2188
e94630d3
MA
2189Command line option argument parsing
2190M: Markus Armbruster <armbru@redhat.com>
2191S: Supported
2192F: include/qemu/option.h
2193F: tests/test-keyval.c
2194F: tests/test-qemu-opts.c
2195F: util/keyval.c
2196F: util/qemu-option.c
2197
8c413e79
MA
2198Coverity model
2199M: Markus Armbruster <armbru@redhat.com>
2200S: Supported
2201F: scripts/coverity-model.c
2202
9c263d07
PM
2203Coverity Scan integration
2204M: Peter Maydell <peter.maydell@linaro.org>
2205S: Maintained
2206F: scripts/coverity-scan/
2207
d24b569a 2208Device Tree
c3c962c1
AF
2209M: Alistair Francis <alistair.francis@wdc.com>
2210R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2211S: Maintained
82407515
TH
2212F: device_tree.c
2213F: include/sysemu/device_tree.h
d24b569a 2214
3505a22b
MAL
2215Dump
2216S: Supported
2217M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2218F: dump/
3505a22b
MAL
2219F: hw/misc/vmcoreinfo.c
2220F: include/hw/misc/vmcoreinfo.h
6d3da32c 2221F: include/qemu/win_dump_defs
3505a22b
MAL
2222F: include/sysemu/dump-arch.h
2223F: include/sysemu/dump.h
d06b747b 2224F: qapi/dump.json
3505a22b
MAL
2225F: scripts/dump-guest-memory.py
2226F: stubs/dump.c
2227
4f966768
MA
2228Error reporting
2229M: Markus Armbruster <armbru@redhat.com>
2230S: Supported
2231F: include/qapi/error.h
2232F: include/qemu/error-report.h
abb3d37d 2233F: qapi/error.json
4f966768
MA
2234F: util/error.c
2235F: util/qemu-error.c
d1d3a997
VSO
2236F: scripts/coccinelle/err-bad-newline.cocci
2237F: scripts/coccinelle/error-use-after-free.cocci
2238F: scripts/coccinelle/error_propagate_null.cocci
2239F: scripts/coccinelle/remove_local_err.cocci
2240F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2241F: scripts/coccinelle/errp-guard.cocci
4f966768 2242
fd5d5c56 2243GDB stub
c7b3e866
AB
2244M: Alex Bennée <alex.bennee@linaro.org>
2245R: Philippe Mathieu-Daudé <philmd@redhat.com>
2246S: Maintained
fd5d5c56
AL
2247F: gdbstub*
2248F: gdb-xml/
2249
01a9c03c
PB
2250Memory API
2251M: Paolo Bonzini <pbonzini@redhat.com>
2252S: Supported
2253F: include/exec/ioport.h
14776ab5 2254F: include/exec/memop.h
01a9c03c 2255F: include/exec/memory.h
2b1641d0 2256F: include/exec/ram_addr.h
41aa4e9f 2257F: include/exec/ramblock.h
c7f419f5
CF
2258F: softmmu/ioport.c
2259F: softmmu/memory.c
01a9c03c
PB
2260F: include/exec/memory-internal.h
2261F: exec.c
044e2af9 2262F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2263
7ee3bf03
GH
2264SPICE
2265M: Gerd Hoffmann <kraxel@redhat.com>
2266S: Supported
6e481d57 2267F: include/ui/qemu-spice.h
438528a3 2268F: include/ui/spice-display.h
7ee3bf03
GH
2269F: ui/spice-*.c
2270F: audio/spiceaudio.c
8d8b636d 2271F: hw/display/qxl*
608cfed6 2272F: qapi/ui.json
9bd4cb35 2273F: docs/spice-port-fqdn.txt
7ee3bf03 2274
fd5d5c56 2275Graphics
25eccc37
GH
2276M: Gerd Hoffmann <kraxel@redhat.com>
2277S: Odd Fixes
fd5d5c56 2278F: ui/
e220656c 2279F: include/ui/
608cfed6 2280F: qapi/ui.json
b1d38037 2281F: util/drm.c
fd5d5c56 2282
351f1bf6 2283Cocoa graphics
30ef3c74 2284M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2285S: Odd Fixes
2286F: ui/cocoa.m
2287
fd5d5c56 2288Main loop
da26f37a
PB
2289M: Paolo Bonzini <pbonzini@redhat.com>
2290S: Maintained
54d31236
MA
2291F: include/qemu/main-loop.h
2292F: include/sysemu/runstate.h
3ecb29a3
PB
2293F: util/main-loop.c
2294F: util/qemu-timer.c
bac068e0 2295F: softmmu/vl.c
7b733862 2296F: softmmu/main.c
c7f419f5 2297F: softmmu/cpus.c
b0c3cf94 2298F: softmmu/cpu-throttle.c
0e201d34 2299F: qapi/run-state.json
fd5d5c56 2300
8899b4ae 2301Human Monitor (HMP)
c833fb4a 2302M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2303S: Maintained
5bce308a 2304F: monitor/monitor-internal.h
e84328fa 2305F: monitor/misc.c
1d95db74 2306F: monitor/monitor.c
f1b3ccfa
KW
2307F: monitor/hmp*
2308F: hmp.h
c13e9912
TH
2309F: hmp-commands*.hx
2310F: include/monitor/hmp-target.h
1e8a1fae 2311F: tests/qtest/test-hmp.c
637de4db
MA
2312F: include/qemu/qemu-print.h
2313F: util/qemu-print.c
fd5d5c56 2314
f536f112 2315Network device backends
442469e6 2316M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2317S: Maintained
2318F: net/
d24b2b1c 2319F: include/net/
e9bbc8bd 2320F: qemu-bridge-helper.c
e18a8b34 2321T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2322F: qapi/net.json
fd5d5c56 2323
aee09baf
VM
2324Netmap network backend
2325M: Luigi Rizzo <rizzo@iet.unipi.it>
2326M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2327M: Vincenzo Maffione <v.maffione@gmail.com>
2328W: http://info.iet.unipi.it/~luigi/netmap/
2329S: Maintained
2330F: net/netmap.c
2331
4fc264f4
EH
2332Host Memory Backends
2333M: Eduardo Habkost <ehabkost@redhat.com>
2334M: Igor Mammedov <imammedo@redhat.com>
2335S: Maintained
2336F: backends/hostmem*.c
2337F: include/sysemu/hostmem.h
e18a8b34 2338T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 2339
6034011c
GA
2340Cryptodev Backends
2341M: Gonglei <arei.gonglei@huawei.com>
2342S: Maintained
2343F: include/sysemu/cryptodev*.h
2344F: backends/cryptodev*.c
2345
ad904f66
EH
2346Python scripts
2347M: Eduardo Habkost <ehabkost@redhat.com>
2348M: Cleber Rosa <crosa@redhat.com>
2349S: Odd fixes
1b6ee29f 2350F: python/qemu/*py
ad904f66
EH
2351F: scripts/*.py
2352F: tests/*.py
2353
f4abfc6c
VSO
2354Benchmark util
2355M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2356S: Maintained
2357F: scripts/simplebench/
2358
8899b4ae 2359QAPI
9740618c 2360M: Markus Armbruster <armbru@redhat.com>
8899b4ae 2361M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 2362S: Supported
8899b4ae 2363F: qapi/
0311c5bd 2364X: qapi/*.json
ac4abb9a
MA
2365F: include/qapi/
2366X: include/qapi/qmp/
2367F: include/qapi/qmp/dispatch.h
c0bd0b50 2368F: tests/qapi-schema/
ac4abb9a 2369F: tests/test-*-visitor.c
e94630d3 2370F: tests/test-qapi-*.c
ac4abb9a 2371F: tests/test-qmp-*.c
e94630d3 2372F: tests/test-visitor-serialization.c
be25fcc4
MA
2373F: scripts/qapi-gen.py
2374F: scripts/qapi/*
c39cdbf6 2375F: docs/devel/qapi*
ebe2aad2 2376T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2377
7810d291
LC
2378QAPI Schema
2379M: Eric Blake <eblake@redhat.com>
7810d291
LC
2380M: Markus Armbruster <armbru@redhat.com>
2381S: Supported
0311c5bd 2382F: qapi/*.json
ebe2aad2 2383T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2384
f3582ba4 2385QObject
daf5dc78
MA
2386M: Markus Armbruster <armbru@redhat.com>
2387S: Supported
f3582ba4 2388F: qobject/
7735d2b5
MA
2389F: include/qapi/qmp/
2390X: include/qapi/qmp/dispatch.h
a2f3453e 2391F: scripts/coccinelle/qobject.cocci
7735d2b5 2392F: tests/check-qdict.c
7735d2b5
MA
2393F: tests/check-qjson.c
2394F: tests/check-qlist.c
cd81e02b
PMD
2395F: tests/check-qlit.c
2396F: tests/check-qnull.c
2397F: tests/check-qnum.c
2398F: tests/check-qobject.c
7735d2b5 2399F: tests/check-qstring.c
fe07b62c 2400F: tests/data/qobject/qdict.txt
ebe2aad2 2401T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2402
f05d9999
MR
2403QEMU Guest Agent
2404M: Michael Roth <mdroth@linux.vnet.ibm.com>
2405S: Maintained
2406F: qga/
27a296fc 2407F: docs/interop/qemu-ga.rst
ab7f9f7d
PMD
2408F: scripts/qemu-guest-agent/
2409F: tests/test-qga.c
2410F: docs/interop/qemu-ga-ref.texi
e18a8b34 2411T: git https://github.com/mdroth/qemu.git qga
f05d9999 2412
4688c94c 2413QOM
1085d86e
PB
2414M: Paolo Bonzini <pbonzini@redhat.com>
2415R: Daniel P. Berrange <berrange@redhat.com>
2416R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2417S: Supported
8f920054
MA
2418F: docs/qdev-device-use.txt
2419F: hw/core/qdev*
b77b5b3d
MA
2420F: hw/core/bus.c
2421F: hw/core/sysbus.c
8f920054
MA
2422F: include/hw/qdev*
2423F: include/monitor/qdev.h
4688c94c 2424F: include/qom/
c577ff62
MA
2425F: qapi/qom.json
2426F: qapi/qdev.json
8f920054 2427F: qdev-monitor.c
4688c94c 2428F: qom/
9f4aa7ce
AF
2429F: tests/check-qom-interface.c
2430F: tests/check-qom-proplist.c
8f920054 2431F: tests/test-qdev-global-props.c
4688c94c 2432
8899b4ae 2433QMP
9740618c
LC
2434M: Markus Armbruster <armbru@redhat.com>
2435S: Supported
5bce308a 2436F: monitor/monitor-internal.h
f1b3ccfa 2437F: monitor/qmp*
e84328fa 2438F: monitor/misc.c
1d95db74 2439F: monitor/monitor.c
abb3d37d 2440F: qapi/error.json
c39cdbf6 2441F: docs/devel/*qmp-*
12b2f0d9 2442F: docs/interop/*qmp-*
9740618c 2443F: scripts/qmp/
1e8a1fae
TH
2444F: tests/qtest/qmp-test.c
2445F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2446T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2447
98a43bf0 2448qtest
98a43bf0
PB
2449M: Thomas Huth <thuth@redhat.com>
2450M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2451R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2452S: Maintained
c7f419f5 2453F: softmmu/qtest.c
3fe13fe1 2454F: accel/qtest.c
1e8a1fae 2455F: tests/qtest/
b963ea19 2456X: tests/qtest/bios-tables-test-allowed-diff.h
98a43bf0 2457
5f6fd09a
AB
2458Device Fuzzing
2459M: Alexander Bulekov <alxndr@bu.edu>
2460R: Paolo Bonzini <pbonzini@redhat.com>
2461R: Bandan Das <bsd@redhat.com>
2462R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2463R: Thomas Huth <thuth@redhat.com>
5f6fd09a
AB
2464S: Maintained
2465F: tests/qtest/fuzz/
211635b3 2466F: scripts/oss-fuzz/
6184e5fb 2467F: docs/devel/fuzzing.txt
5f6fd09a 2468
cc0100f4 2469Register API
c22e580c 2470M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2471S: Maintained
2472F: hw/core/register.c
2473F: include/hw/register.h
06a7b243 2474F: include/hw/registerfields.h
cc0100f4 2475
fd5d5c56 2476SLIRP
eda509fa 2477M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2478S: Maintained
fd5d5c56 2479F: slirp/
663fb1e1 2480F: net/slirp.c
d24b2b1c 2481F: include/net/slirp.h
02cffe24 2482T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2483
6d0af39f
EI
2484Streams
2485M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2486S: Maintained
2487F: hw/core/stream.c
2488F: include/hw/stream.h
2489
b1ed728a
PB
2490Stubs
2491M: Paolo Bonzini <pbonzini@redhat.com>
2492S: Maintained
2493F: stubs/
2494
598a3f35 2495Tracing
1cd0f8ce 2496M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2497S: Maintained
2498F: trace/
0e076292 2499F: trace-events
3a8273b1 2500F: docs/qemu-option-trace.rst.inc
f70fd8fd
LV
2501F: scripts/tracetool.py
2502F: scripts/tracetool/
62dd1048 2503F: scripts/qemu-trace-stap*
605ffebb 2504F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2505F: docs/devel/tracing.txt
e18a8b34 2506T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2507
3859b6cf 2508TPM
1f63669e 2509M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2510S: Maintained
3859b6cf 2511F: tpm.c
c39f95dc 2512F: stubs/tpm.c
3859b6cf
MA
2513F: hw/tpm/*
2514F: include/hw/acpi/tpm.h
2515F: include/sysemu/tpm*
2516F: qapi/tpm.json
8ae92e24 2517F: backends/tpm/
1e8a1fae 2518F: tests/qtest/*tpm*
e18a8b34 2519T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2520
14f40fdc 2521Checkpatch
14f40fdc
BS
2522S: Odd Fixes
2523F: scripts/checkpatch.pl
2524
c0787c8d
JQ
2525Migration
2526M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2527M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2528S: Maintained
107b5969
MAL
2529F: hw/core/vmstate-if.c
2530F: include/hw/vmstate-if.h
c0787c8d 2531F: include/migration/
44a1f946 2532F: migration/
c5515640
AS
2533F: scripts/vmstate-static-checker.py
2534F: tests/vmstate-static-checker-data/
1e8a1fae 2535F: tests/qtest/migration-test.c
c468e368 2536F: docs/devel/migration.rst
48685a8e 2537F: qapi/migration.json
c0787c8d 2538
a566907f
MAL
2539D-Bus
2540M: Marc-André Lureau <marcandre.lureau@redhat.com>
2541S: Maintained
5010cec2 2542F: backends/dbus-vmstate.c
586ca6ba 2543F: tests/dbus-vmstate*
a5021d69
MAL
2544F: util/dbus.c
2545F: include/qemu/dbus.h
a566907f 2546F: docs/interop/dbus.rst
5010cec2 2547F: docs/interop/dbus-vmstate.rst
a566907f 2548
92bfedb0 2549Seccomp
064983cb 2550M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
2551S: Supported
2552F: qemu-seccomp.c
2553F: include/sysemu/seccomp.h
2554
ddbb0d09
DB
2555Cryptography
2556M: Daniel P. Berrange <berrange@redhat.com>
2557S: Maintained
2558F: crypto/
2559F: include/crypto/
2560F: tests/test-crypto-*
3947ecfc 2561F: tests/benchmark-crypto-*
4d21171b
PMD
2562F: tests/crypto-tls-*
2563F: tests/pkix_asn1_tab.c
899833cd 2564F: qemu.sasl
ddbb0d09 2565
10817bf0
DB
2566Coroutines
2567M: Stefan Hajnoczi <stefanha@redhat.com>
2568M: Kevin Wolf <kwolf@redhat.com>
00a25291 2569S: Maintained
10817bf0
DB
2570F: util/*coroutine*
2571F: include/qemu/coroutine*
2572F: tests/test-coroutine.c
2573
88c5f205
DB
2574Buffers
2575M: Daniel P. Berrange <berrange@redhat.com>
2576S: Odd fixes
2577F: util/buffer.c
2578F: include/qemu/buffer.h
2579
666a3af9
DB
2580I/O Channels
2581M: Daniel P. Berrange <berrange@redhat.com>
2582S: Maintained
2583F: io/
2584F: include/io/
2585F: tests/test-io-*
2586
5b76dd13
DB
2587User authorization
2588M: Daniel P. Berrange <berrange@redhat.com>
2589S: Maintained
2590F: authz/
c8c99887 2591F: qapi/authz.json
5b76dd13
DB
2592F: include/authz/
2593F: tests/test-authz-*
2594
5614a283
GH
2595Sockets
2596M: Daniel P. Berrange <berrange@redhat.com>
2597M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2598S: Maintained
2599F: include/qemu/sockets.h
2600F: util/qemu-sockets.c
a2ff5a48 2601F: qapi/sockets.json
5614a283 2602
90e33dfe
DB
2603File monitor
2604M: Daniel P. Berrange <berrange@redhat.com>
2605S: Odd fixes
2606F: util/filemonitor*.c
2607F: include/qemu/filemonitor.h
2608F: tests/test-util-filemonitor.c
2609
d310d85b
AG
2610Throttling infrastructure
2611M: Alberto Garcia <berto@igalia.com>
2612S: Supported
2613F: block/throttle-groups.c
2614F: include/block/throttle-groups.h
89603938 2615F: include/qemu/throttle*.h
d310d85b 2616F: util/throttle.c
89603938
PMD
2617F: docs/throttle.txt
2618F: tests/test-throttle.c
d310d85b
AG
2619L: qemu-block@nongnu.org
2620
080d7aac 2621UUID
fe5ca46d 2622M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2623S: Supported
2624F: util/uuid.c
2625F: include/qemu/uuid.h
2626F: tests/test-uuid.c
2627
a4cc318e
HZ
2628COLO Framework
2629M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2630S: Maintained
2631F: migration/colo*
2632F: include/migration/colo.h
2633F: include/migration/failover.h
2634F: docs/COLO-FT.txt
2635
88f82ed1 2636COLO Proxy
c6bf50ff 2637M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2638M: Li Zhijian <lizhijian@cn.fujitsu.com>
2639S: Supported
2640F: docs/colo-proxy.txt
2641F: net/colo*
2642F: net/filter-rewriter.c
2643F: net/filter-mirror.c
2644
62258201
PD
2645Record/replay
2646M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2647R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2648W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2649S: Supported
2650F: replay/*
2651F: block/blkreplay.c
2652F: net/filter-replay.c
2653F: include/sysemu/replay.h
2654F: docs/replay.txt
2655F: stubs/replay.c
c7ebab0f 2656F: tests/acceptance/replay_kernel.py
62258201 2657
eecf5eed
PX
2658IOVA Tree
2659M: Peter Xu <peterx@redhat.com>
2660S: Maintained
2661F: include/qemu/iova-tree.h
2662F: util/iova-tree.c
2663
5ee547bb
VP
2664elf2dmp
2665M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2666S: Maintained
2667F: contrib/elf2dmp/
2668
93198b6c
CM
2669I2C and SMBus
2670M: Corey Minyard <cminyard@mvista.com>
2671S: Maintained
2672F: hw/i2c/core.c
2673F: hw/i2c/smbus_slave.c
2674F: hw/i2c/smbus_master.c
2675F: hw/i2c/smbus_eeprom.c
2676F: include/hw/i2c/i2c.h
2677F: include/hw/i2c/smbus_master.h
2678F: include/hw/i2c/smbus_slave.h
2679F: include/hw/i2c/smbus_eeprom.h
2680
d0d89526
PMD
2681Firmware schema specifications
2682M: Laszlo Ersek <lersek@redhat.com>
2683M: Philippe Mathieu-Daudé <philmd@redhat.com>
2684R: Daniel P. Berrange <berrange@redhat.com>
2685R: Kashyap Chamarthy <kchamart@redhat.com>
2686S: Maintained
2687F: docs/interop/firmware.json
2688
6739df3f
LE
2689EDK2 Firmware
2690M: Laszlo Ersek <lersek@redhat.com>
2691M: Philippe Mathieu-Daudé <philmd@redhat.com>
2692S: Supported
2693F: pc-bios/descriptors/??-edk2-*.json
2694F: pc-bios/edk2-*
2695F: roms/Makefile.edk2
2696F: roms/edk2
2697F: roms/edk2-*
2698F: tests/data/uefi-boot-images/
2699F: tests/uefi-test-tools/
922febe2 2700F: .gitlab-ci.d/edk2.yml
71920809 2701F: .gitlab-ci.d/edk2/
6739df3f 2702
8bc43f39
PX
2703VT-d Emulation
2704M: Michael S. Tsirkin <mst@redhat.com>
2705M: Peter Xu <peterx@redhat.com>
2706R: Jason Wang <jasowang@redhat.com>
2707S: Supported
2708F: hw/i386/intel_iommu.c
2709F: hw/i386/intel_iommu_internal.h
2710F: include/hw/i386/intel_iommu.h
2711
e92fb016
BM
2712OpenSBI Firmware
2713M: Bin Meng <bmeng.cn@gmail.com>
2714S: Supported
2715F: pc-bios/opensbi-*
2716F: .gitlab-ci.d/opensbi.yml
2717F: .gitlab-ci.d/opensbi/
2718
fd5d5c56
AL
2719Usermode Emulation
2720------------------
6347e1f1 2721Overall usermode emulation
486bbe5f
PB
2722M: Riku Voipio <riku.voipio@iki.fi>
2723S: Maintained
2724F: thunk.c
58410666 2725F: accel/tcg/user-exec*.c
486bbe5f 2726
fd5d5c56 2727BSD user
297e8005 2728S: Orphan
fd5d5c56 2729F: bsd-user/
ccf0a57b 2730F: default-configs/*-bsd-user.mak
fd5d5c56 2731
fd5d5c56 2732Linux user
8f902c54 2733M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2734S: Maintained
2735F: linux-user/
ccf0a57b 2736F: default-configs/*-linux-user.mak
e5dd9875 2737F: scripts/qemu-binfmt-conf.sh
e3a6c825 2738F: scripts/update-syscalltbl.sh
57333330 2739F: scripts/update-mips-syscall-args.sh
382ae67a 2740F: scripts/gensyscalls.sh
42f5a7e9
AJ
2741
2742Tiny Code Generator (TCG)
2743-------------------------
6347e1f1 2744Common TCG code
cc7772bd 2745M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2746S: Maintained
2747F: tcg/
d3582cfd 2748F: include/tcg/
42f5a7e9 2749
22b5867b
AB
2750TCG Plugins
2751M: Alex Bennée <alex.bennee@linaro.org>
2752S: Maintained
8ea6abf0 2753F: docs/devel/tcg-plugins.rst
22b5867b
AB
2754F: plugins/
2755F: tests/plugin
2756
6347e1f1 2757AArch64 TCG target
3e5a01ef 2758M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2759S: Maintained
b4f2bd1c 2760L: qemu-arm@nongnu.org
b25a464c 2761F: tcg/aarch64/
c17652ee
PB
2762F: disas/arm-a64.cc
2763F: disas/libvixl/
b25a464c 2764
6347e1f1 2765ARM TCG target
42f5a7e9
AJ
2766M: Andrzej Zaborowski <balrogg@gmail.com>
2767S: Maintained
b4f2bd1c 2768L: qemu-arm@nongnu.org
42f5a7e9 2769F: tcg/arm/
c17652ee 2770F: disas/arm.c
42f5a7e9 2771
6347e1f1 2772i386 TCG target
ecd1a5d0 2773M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2774S: Maintained
2775F: tcg/i386/
c17652ee 2776F: disas/i386.c
42f5a7e9 2777
6347e1f1 2778MIPS TCG target
0eac70b0 2779M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
099d510b 2780R: Aurelien Jarno <aurelien@aurel32.net>
15d983de
AM
2781R: Huacai Chen <chenhc@lemote.com>
2782R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 2783R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
42f5a7e9
AJ
2784S: Maintained
2785F: tcg/mips/
2786
6347e1f1 2787PPC TCG target
15610d42
PK
2788M: Richard Henderson <rth@twiddle.net>
2789S: Odd Fixes
42f5a7e9 2790F: tcg/ppc/
c17652ee 2791F: disas/ppc.c
42f5a7e9 2792
6347e1f1 2793RISC-V TCG target
c1677bcc 2794M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2795M: Alistair Francis <Alistair.Francis@wdc.com>
2796L: qemu-riscv@nongnu.org
2797S: Maintained
2798F: tcg/riscv/
2799F: disas/riscv.c
2800
6347e1f1 2801S390 TCG target
42f5a7e9
AJ
2802M: Richard Henderson <rth@twiddle.net>
2803S: Maintained
2804F: tcg/s390/
c17652ee 2805F: disas/s390.c
146bd283 2806L: qemu-s390x@nongnu.org
42f5a7e9 2807
6347e1f1 2808SPARC TCG target
297e8005 2809S: Odd Fixes
42f5a7e9 2810F: tcg/sparc/
c17652ee 2811F: disas/sparc.c
bc75c9e5 2812
6347e1f1 2813TCI TCG target
bc75c9e5
SW
2814M: Stefan Weil <sw@weilnetz.de>
2815S: Maintained
8ef9cd55 2816F: tcg/tci/
752a2ae2 2817F: tcg/tci.c
c17652ee 2818F: disas/tci.c
aa09c951 2819
f05b328c
SH
2820Block drivers
2821-------------
2822VMDK
fe5ca46d 2823M: Fam Zheng <fam@euphon.net>
c95e4c0e 2824L: qemu-block@nongnu.org
f05b328c
SH
2825S: Supported
2826F: block/vmdk.c
2827
2828RBD
2bbd9986 2829M: Jason Dillaman <dillaman@redhat.com>
280458a3 2830L: qemu-block@nongnu.org
f05b328c
SH
2831S: Supported
2832F: block/rbd.c
2833
2834Sheepdog
f05b328c 2835M: Liu Yuan <namei.unix@gmail.com>
280458a3 2836L: qemu-block@nongnu.org
5f5246b6
JC
2837L: sheepdog@lists.wpkg.org
2838S: Odd Fixes
f05b328c
SH
2839F: block/sheepdog.c
2840
2841VHDX
5f5246b6 2842M: Jeff Cody <codyprime@gmail.com>
280458a3 2843L: qemu-block@nongnu.org
f05b328c
SH
2844S: Supported
2845F: block/vhdx*
2846
2847VDI
2848M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2849L: qemu-block@nongnu.org
f05b328c
SH
2850S: Maintained
2851F: block/vdi.c
2852
2853iSCSI
2854M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2855M: Paolo Bonzini <pbonzini@redhat.com>
2856M: Peter Lieven <pl@kamp.de>
c95e4c0e 2857L: qemu-block@nongnu.org
2185fd67 2858S: Odd Fixes
f05b328c 2859F: block/iscsi.c
2deb63c2 2860F: block/iscsi-opts.c
f05b328c 2861
99c62e70
EB
2862Network Block Device (NBD)
2863M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2864L: qemu-block@nongnu.org
2865S: Maintained
2866F: block/nbd*
2867F: nbd/
2868F: include/block/nbd*
2869F: qemu-nbd.*
2870F: blockdev-nbd.c
3229a835 2871F: docs/interop/nbd.txt
87c0868f 2872F: docs/interop/qemu-nbd.rst
ebe2aad2 2873T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2874
6542aa9c
PL
2875NFS
2876M: Peter Lieven <pl@kamp.de>
280458a3 2877L: qemu-block@nongnu.org
6542aa9c
PL
2878S: Maintained
2879F: block/nfs.c
2880
f05b328c
SH
2881SSH
2882M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2883L: qemu-block@nongnu.org
f05b328c
SH
2884S: Supported
2885F: block/ssh.c
c9a12e75 2886
280458a3 2887CURL
280458a3 2888L: qemu-block@nongnu.org
5c6090fa 2889S: Odd Fixes
280458a3 2890F: block/curl.c
280458a3
JC
2891
2892GLUSTER
280458a3 2893L: qemu-block@nongnu.org
5c6090fa
TH
2894L: integration@gluster.org
2895S: Odd Fixes
280458a3 2896F: block/gluster.c
b5e9476c 2897
199667a8 2898Null Block Driver
fe5ca46d 2899M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2900L: qemu-block@nongnu.org
2901S: Supported
2902F: block/null.c
2903
bdd6a90a 2904NVMe Block Driver
fe5ca46d 2905M: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2906L: qemu-block@nongnu.org
2907S: Supported
2908F: block/nvme*
2909
b5e9476c
GA
2910Bootdevice
2911M: Gonglei <arei.gonglei@huawei.com>
2912S: Maintained
2913F: bootdevice.c
ecdda9e0
AG
2914
2915Quorum
2916M: Alberto Garcia <berto@igalia.com>
2917S: Supported
2918F: block/quorum.c
2919L: qemu-block@nongnu.org
e7c6e631 2920
bfcc224e
AV
2921blklogwrites
2922M: Ari Sundholm <ari@tuxera.com>
2923L: qemu-block@nongnu.org
2924S: Supported
2925F: block/blklogwrites.c
2926
e7c6e631
SH
2927blkverify
2928M: Stefan Hajnoczi <stefanha@redhat.com>
2929L: qemu-block@nongnu.org
2930S: Supported
2931F: block/blkverify.c
2932
2933bochs
2934M: Stefan Hajnoczi <stefanha@redhat.com>
2935L: qemu-block@nongnu.org
2936S: Supported
2937F: block/bochs.c
2938
2939cloop
2940M: Stefan Hajnoczi <stefanha@redhat.com>
2941L: qemu-block@nongnu.org
2942S: Supported
2943F: block/cloop.c
2944
2945dmg
2946M: Stefan Hajnoczi <stefanha@redhat.com>
2947L: qemu-block@nongnu.org
2948S: Supported
2949F: block/dmg.c
2950
2951parallels
2952M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2953M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2954L: qemu-block@nongnu.org
2955S: Supported
2956F: block/parallels.c
5746c1cd 2957F: docs/interop/parallels.txt
e7c6e631
SH
2958
2959qed
2960M: Stefan Hajnoczi <stefanha@redhat.com>
2961L: qemu-block@nongnu.org
2962S: Supported
2963F: block/qed.c
2964
2965raw
2966M: Kevin Wolf <kwolf@redhat.com>
2967L: qemu-block@nongnu.org
2968S: Supported
2969F: block/linux-aio.c
f586d5fc 2970F: include/block/raw-aio.h
2e6fc7eb 2971F: block/raw-format.c
c1bb86cd
EB
2972F: block/file-posix.c
2973F: block/file-win32.c
e7c6e631
SH
2974F: block/win32-aio.c
2975
6663a0a3
AM
2976Linux io_uring
2977M: Aarushi Mehta <mehta.aaru20@gmail.com>
2978M: Julia Suvorova <jusual@redhat.com>
2979M: Stefan Hajnoczi <stefanha@redhat.com>
2980L: qemu-block@nongnu.org
2981S: Maintained
2982F: block/io_uring.c
06a47ef5 2983F: stubs/io_uring.c
6663a0a3 2984
e7c6e631
SH
2985qcow2
2986M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2987M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2988L: qemu-block@nongnu.org
2989S: Supported
2990F: block/qcow2*
b24f9882 2991F: docs/interop/qcow2.txt
e7c6e631
SH
2992
2993qcow
2994M: Kevin Wolf <kwolf@redhat.com>
2995L: qemu-block@nongnu.org
2996S: Supported
2997F: block/qcow.c
2998
2999blkdebug
3000M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3001M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3002L: qemu-block@nongnu.org
3003S: Supported
3004F: block/blkdebug.c
3005
3006vpc
3007M: Kevin Wolf <kwolf@redhat.com>
3008L: qemu-block@nongnu.org
3009S: Supported
3010F: block/vpc.c
3011
3012vvfat
3013M: Kevin Wolf <kwolf@redhat.com>
3014L: qemu-block@nongnu.org
4b7c5bc4 3015S: Odd Fixes
e7c6e631 3016F: block/vvfat.c
abfe4e94
SH
3017
3018Image format fuzzer
3019M: Stefan Hajnoczi <stefanha@redhat.com>
3020L: qemu-block@nongnu.org
3021S: Supported
3022F: tests/image-fuzzer/
717171bd 3023
049105a3 3024Replication
205f8618 3025M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3026M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3027S: Supported
3028F: replication*
3029F: block/replication.c
3030F: tests/test-replication.c
3031F: docs/block-replication.txt
3032
a3defabb 3033PVRDMA
bfffeac8 3034M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3035M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3036S: Maintained
3037F: hw/rdma/*
3038F: hw/rdma/vmw/*
3039F: docs/pvrdma.txt
a5d2f6f8 3040F: contrib/rdmacm-mux/*
4a5c9903 3041F: qapi/rdma.json
a3defabb 3042
b052fec8
AB
3043Semihosting
3044M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
3045S: Maintained
3046F: hw/semihosting/
3047F: include/hw/semihosting/
3048
b9e02c06
AB
3049Build and test automation
3050-------------------------
0475a03e 3051Build and test automation
b9e02c06 3052M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 3053M: Fam Zheng <fam@euphon.net>
0d8ea8f1 3054R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 3055S: Maintained
20a4f14f 3056F: .github/lockdown.yml
b9e02c06 3057F: .travis.yml
0708e647 3058F: scripts/travis/
d92d886a 3059F: .shippable.yml
e70dc7f8 3060F: tests/docker/
18023821 3061F: tests/vm/
54dbfd85 3062F: scripts/archive-source.sh
e70dc7f8 3063W: https://travis-ci.org/qemu/qemu
2a747008 3064W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 3065W: http://patchew.org/QEMU/
717171bd 3066
7162fbb4
EM
3067FreeBSD Hosted Continuous Integration
3068M: Ed Maste <emaste@freebsd.org>
3069M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3070S: Maintained
3071F: .cirrus.yml
3072W: https://cirrus-ci.com/github/qemu/qemu
3073
0a8b05c7
TH
3074GitLab Continuous Integration
3075M: Thomas Huth <thuth@redhat.com>
d1d3ba2b
TH
3076M: Philippe Mathieu-Daudé <philmd@redhat.com>
3077M: Alex Bennée <alex.bennee@linaro.org>
3078R: Wainer dos Santos Moschetta <wainersm@redhat.com>
0a8b05c7
TH
3079S: Maintained
3080F: .gitlab-ci.yml
6bcb5fc0 3081F: .gitlab-ci.d/crossbuilds.yml
0a8b05c7 3082
7e97017e
AB
3083Guest Test Compilation Support
3084M: Alex Bennée <alex.bennee@linaro.org>
3085R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3086S: Maintained
7e97017e 3087F: tests/tcg/Makefile
c722a9e4 3088F: tests/tcg/Makefile.include
7e97017e 3089
6634f1c4
PMD
3090Acceptance (Integration) Testing with the Avocado framework
3091W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3092R: Cleber Rosa <crosa@redhat.com>
3093R: Philippe Mathieu-Daudé <philmd@redhat.com>
3094R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3095S: Odd Fixes
3096F: tests/acceptance/
3097
717171bd
DB
3098Documentation
3099-------------
3100Build system architecture
3101M: Daniel P. Berrange <berrange@redhat.com>
3102S: Odd Fixes
c39cdbf6 3103F: docs/devel/build-system.txt
8a49e97f 3104
92329a7e
AB
3105GIT Data Mining Config
3106M: Alex Bennée <alex.bennee@linaro.org>
3107S: Odd Fixes
3108F: gitdm.config
3109F: contrib/gitdm/*
3110
b02c9bc3
MA
3111Incompatible changes
3112R: libvir-list@redhat.com
abcd92db 3113F: docs/system/deprecated.rst
b02c9bc3 3114
aef45d51
DB
3115Build System
3116------------
3117GIT submodules
3118M: Daniel P. Berrange <berrange@redhat.com>
3119S: Odd Fixes
3120F: scripts/git-submodule.sh
c10e01b9 3121
ef45a392 3122UI translations
0eac70b0 3123M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
ef45a392
AM
3124F: po/*.po
3125
c10e01b9
PM
3126Sphinx documentation configuration and build machinery
3127M: Peter Maydell <peter.maydell@linaro.org>
3128S: Maintained
3129F: docs/conf.py
3130F: docs/*/conf.py
53fb8bfb
AM
3131
3132Miscellaneous
3133-------------
3134Performance Tools and Tests
3135M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3136S: Maintained
3137F: scripts/performance/