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