]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: Cover system/arm/sbsa.rst with SBSA-REF machine
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
9436e082
CH
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
fdf6fab4
PM
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
9436e082
CH
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
fd5d5c56 21 L: Mailing list that is relevant to this area
9436e082 22 These lists should be CCed on patches.
fd5d5c56
AL
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 30 much other than throw the odd patch in. See below.
fd5d5c56
AL
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
56
57
58General Project Administration
59------------------------------
ff0d4876 60M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 61
c9a19d5b
SW
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
62622c11 67Responsible Disclosure, Reporting Security Issues
84995ea2 68-------------------------------------------------
70b7fba9 69W: https://wiki.qemu.org/SecurityProcess
62622c11 70M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
71L: secalert@redhat.com
72
936c2230
LV
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
e18a8b34 82T: git https://github.com/vivier/qemu.git trivial-patches
936c2230 83
daf14ce3
CH
84Architecture support
85--------------------
6347e1f1 86S390 general architecture support
daf14ce3 87M: Cornelia Huck <cohuck@redhat.com>
cdb509a4 88M: Thomas Huth <thuth@redhat.com>
daf14ce3
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
f5f487b2 1610
28d54e58
PB
1611IPack
1612M: Alberto Garcia <berto@igalia.com>
1613S: Odd Fixes
1614F: hw/char/ipoctal232.c
1615F: hw/ipack/
1616
fd5d5c56
AL
1617PCI
1618M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1619M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1620S: Supported
8d8b636d 1621F: include/hw/pci/*
f178bc6b 1622F: hw/misc/pci-testdev.c
ca818cfb 1623F: hw/pci/*
f178bc6b 1624F: hw/pci-bridge/*
61c7f987 1625F: qapi/pci.json
68179923
PMD
1626F: docs/pci*
1627F: docs/specs/*pci*
534fd814 1628F: default-configs/pci.mak
0e0b3592 1629
d31e5ae7 1630ACPI/SMBIOS
0e0b3592
MT
1631M: Michael S. Tsirkin <mst@redhat.com>
1632M: Igor Mammedov <imammedo@redhat.com>
1633S: Supported
1634F: include/hw/acpi/*
a2eb5c0c 1635F: include/hw/firmware/smbios.h
0e0b3592 1636F: hw/mem/*
8d8b636d 1637F: hw/acpi/*
d31e5ae7 1638F: hw/smbios/*
0e0b3592 1639F: hw/i386/acpi-build.[hc]
0e0b3592 1640F: hw/arm/virt-acpi-build.c
27c9188f 1641F: qapi/acpi.json
b963ea19 1642F: tests/qtest/bios-tables-test*
1e8a1fae 1643F: tests/qtest/acpi-utils.[hc]
faae23b9 1644F: tests/data/acpi/
fd5d5c56 1645
f7e462f8
DG
1646ACPI/HEST/GHES
1647R: Dongjiu Geng <gengdongjiu@huawei.com>
1648R: Xiang Zheng <zhengxiang9@huawei.com>
1649L: qemu-arm@nongnu.org
1650S: Maintained
1651F: hw/acpi/ghes.c
1652F: include/hw/acpi/ghes.h
1653F: docs/specs/acpi_hest_ghes.rst
1654
aaade8d7 1655ppc4xx
bba8e23a 1656M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1657L: qemu-ppc@nongnu.org
1658S: Odd Fixes
8d8b636d 1659F: hw/ppc/ppc4*.c
aa3a41f9 1660F: hw/i2c/ppc4xx_i2c.c
b5d55020 1661F: include/hw/ppc/ppc4xx.h
aa3a41f9 1662F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1663
61af0ee6 1664Character devices
2185fd67
PB
1665M: Marc-André Lureau <marcandre.lureau@redhat.com>
1666R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1667S: Odd Fixes
1668F: hw/char/
1669
f536f112
PB
1670Network devices
1671M: Jason Wang <jasowang@redhat.com>
1672S: Odd Fixes
1673F: hw/net/
6061b5c6 1674F: include/hw/net/
1e8a1fae 1675F: tests/qtest/virtio-net-test.c
9711cd0d 1676F: docs/virtio-net-failover.rst
e18a8b34 1677T: git https://github.com/jasowang/qemu.git net
f536f112 1678
e0c9d0c1
PMD
1679Parallel NOR Flash devices
1680M: Philippe Mathieu-Daudé <philmd@redhat.com>
1681T: git https://gitlab.com/philmd/qemu.git pflash-next
1682S: Maintained
1683F: hw/block/pflash_cfi*.c
1684F: include/hw/block/flash.h
1685
fd5d5c56 1686SCSI
de7724f7 1687M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1688R: Fam Zheng <fam@euphon.net>
de7724f7 1689S: Supported
74460f34 1690F: include/hw/scsi/*
8d8b636d 1691F: hw/scsi/*
1e8a1fae 1692F: tests/qtest/virtio-scsi-test.c
e18a8b34 1693T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1694
fcb5629d 1695SSI
c22e580c 1696M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1697S: Maintained
8d8b636d
PB
1698F: hw/ssi/*
1699F: hw/block/m25p80.c
982d009a 1700F: include/hw/ssi/ssi.h
4b46ba61 1701X: hw/ssi/xilinx_*
1e8a1fae 1702F: tests/qtest/m25p80-test.c
4b46ba61
AF
1703
1704Xilinx SPI
c22e580c 1705M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1706S: Maintained
1707F: hw/ssi/xilinx_*
fcb5629d 1708
076a0fc3
PMD
1709SD (Secure Card)
1710M: Philippe Mathieu-Daudé <f4bug@amsat.org>
ba412478 1711L: qemu-block@nongnu.org
076a0fc3
PMD
1712S: Odd Fixes
1713F: include/hw/sd/sd*
1714F: hw/sd/core.c
1715F: hw/sd/sd*
1232ed1f 1716F: hw/sd/ssi-sd.c
1e8a1fae 1717F: tests/qtest/sd*
076a0fc3 1718
fd5d5c56 1719USB
5d0d62fe
GH
1720M: Gerd Hoffmann <kraxel@redhat.com>
1721S: Maintained
8d8b636d 1722F: hw/usb/*
1e8a1fae 1723F: tests/qtest/usb-*-test.c
beded0ff
TH
1724F: docs/usb2.txt
1725F: docs/usb-storage.txt
1726F: include/hw/usb.h
1727F: include/hw/usb/
104ebc5f 1728F: default-configs/usb.mak
fd5d5c56 1729
e26082fd
PB
1730USB (serial adapter)
1731M: Gerd Hoffmann <kraxel@redhat.com>
1732M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1733S: Maintained
1734F: hw/usb/dev-serial.c
1735
92e1fb5e
AW
1736VFIO
1737M: Alex Williamson <alex.williamson@redhat.com>
1738S: Supported
cf7087db 1739F: hw/vfio/*
99b88c6d 1740F: include/hw/vfio/
92e1fb5e 1741
5eb74557 1742vfio-ccw
c1976ae7 1743M: Cornelia Huck <cohuck@redhat.com>
7913938a 1744M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1745S: Supported
1746F: hw/vfio/ccw.c
1747F: hw/s390x/s390-ccw.c
1748F: include/hw/s390x/s390-ccw.h
44445d86 1749F: include/hw/s390x/vfio-ccw.h
e18a8b34 1750T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1751L: qemu-s390x@nongnu.org
5eb74557 1752
a51b3153
TK
1753vfio-ap
1754M: Christian Borntraeger <borntraeger@de.ibm.com>
1755M: Tony Krowiak <akrowiak@linux.ibm.com>
1756M: Halil Pasic <pasic@linux.ibm.com>
1757M: Pierre Morel <pmorel@linux.ibm.com>
1758S: Supported
1759F: hw/s390x/ap-device.c
1760F: hw/s390x/ap-bridge.c
1761F: include/hw/s390x/ap-device.h
1762F: include/hw/s390x/ap-bridge.h
2fe2942c 1763F: hw/vfio/ap.c
f58f084e 1764F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1765L: qemu-s390x@nongnu.org
1766
fd5d5c56
AL
1767vhost
1768M: Michael S. Tsirkin <mst@redhat.com>
1769S: Supported
8d8b636d 1770F: hw/*/*vhost*
482580a6 1771F: docs/interop/vhost-user.json
ed1be66b 1772F: docs/interop/vhost-user.rst
72c1e865 1773F: contrib/vhost-user-*/
f24bb728
MAL
1774F: backends/vhost-user.c
1775F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1776
1777virtio
a75143ed 1778M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1779S: Supported
8d8b636d 1780F: hw/*/virtio*
72fa605d
TH
1781F: hw/virtio/Makefile.objs
1782F: hw/virtio/trace-events
6a084ea3 1783F: net/vhost-user.c
494f7b57 1784F: include/hw/virtio/
fd5d5c56 1785
6d7b25ad
DH
1786virtio-balloon
1787M: Michael S. Tsirkin <mst@redhat.com>
1788M: David Hildenbrand <david@redhat.com>
1789S: Maintained
1790F: hw/virtio/virtio-balloon*.c
1791F: include/hw/virtio/virtio-balloon.h
c7f419f5 1792F: softmmu/balloon.c
6d7b25ad
DH
1793F: include/sysemu/balloon.h
1794
fd5d5c56 1795virtio-9p
8c1cd719 1796M: Greg Kurz <groug@kaod.org>
233982af 1797M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1798S: Odd Fixes
aebeca25 1799F: hw/9pfs/
b827891d 1800X: hw/9pfs/xen-9p*
aebeca25 1801F: fsdev/
78813586 1802F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1803F: tests/qtest/virtio-9p-test.c
e18a8b34 1804T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1805
1806virtio-blk
54d01a00 1807M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1808L: qemu-block@nongnu.org
fd5d5c56 1809S: Supported
8d8b636d 1810F: hw/block/virtio-blk.c
b457a5f5 1811F: hw/block/dataplane/*
1e8a1fae 1812F: tests/qtest/virtio-blk-test.c
e18a8b34 1813T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1814
dd4ad64a 1815virtio-ccw
c1976ae7 1816M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1817M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1818S: Supported
901f5f16 1819F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1820F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1821T: git https://github.com/cohuck/qemu.git s390-next
1822T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1823L: qemu-s390x@nongnu.org
dd4ad64a 1824
bad7d2c3
DDAG
1825virtiofs
1826M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1827M: Stefan Hajnoczi <stefanha@redhat.com>
1828S: Supported
1829F: tools/virtiofsd/*
1830F: hw/virtio/vhost-user-fs*
1831F: include/hw/virtio/vhost-user-fs.h
6a7e2bbe 1832F: docs/interop/virtiofsd.rst
bad7d2c3 1833
a5d4d7b5
GH
1834virtio-input
1835M: Gerd Hoffmann <kraxel@redhat.com>
1836S: Maintained
9c4d05b7 1837F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1838F: hw/input/virtio-input*.c
1839F: include/hw/virtio/virtio-input.h
06914c97 1840F: contrib/vhost-user-input/*
a5d4d7b5 1841
c1dee918
EA
1842virtio-iommu
1843M: Eric Auger <eric.auger@redhat.com>
1844S: Maintained
1845F: hw/virtio/virtio-iommu*.c
1846F: include/hw/virtio/virtio-iommu.h
1847
fd5d5c56 1848virtio-serial
2501db70
LV
1849M: Laurent Vivier <lvivier@redhat.com>
1850R: Amit Shah <amit@kernel.org>
fd5d5c56 1851S: Supported
8d8b636d
PB
1852F: hw/char/virtio-serial-bus.c
1853F: hw/char/virtio-console.c
68a5e38a 1854F: include/hw/virtio/virtio-serial.h
1e8a1fae 1855F: tests/qtest/virtio-serial-test.c
fd5d5c56 1856
1f51a5cb 1857virtio-rng
2501db70
LV
1858M: Laurent Vivier <lvivier@redhat.com>
1859R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1860S: Supported
1861F: hw/virtio/virtio-rng.c
1862F: include/hw/virtio/virtio-rng.h
750cf869 1863F: include/sysemu/rng*.h
1f51a5cb 1864F: backends/rng*.c
1e8a1fae 1865F: tests/qtest/virtio-rng-test.c
1f51a5cb 1866
6034011c
GA
1867virtio-crypto
1868M: Gonglei <arei.gonglei@huawei.com>
1869S: Supported
1870F: hw/virtio/virtio-crypto.c
1871F: hw/virtio/virtio-crypto-pci.c
1872F: include/hw/virtio/virtio-crypto.h
1873
751c7bdd
DH
1874virtio-mem
1875M: David Hildenbrand <david@redhat.com>
1876S: Supported
1877W: https://virtio-mem.gitlab.io/
1878F: hw/virtio/virtio-mem.c
1879F: hw/virtio/virtio-mem-pci.h
1880F: hw/virtio/virtio-mem-pci.c
1881F: include/hw/virtio/virtio-mem.h
1882
f3c507ad 1883nvme
8261cc17 1884M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1885M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1886L: qemu-block@nongnu.org
f3c507ad
KB
1887S: Supported
1888F: hw/block/nvme*
1e8a1fae 1889F: tests/qtest/nvme-test.c
c1e18246 1890F: docs/specs/nvme.txt
e8cc43d5 1891T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1892
d383c625 1893megasas
3fdfb8b6 1894M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1895L: qemu-block@nongnu.org
d383c625
HR
1896S: Supported
1897F: hw/scsi/megasas.c
1898F: hw/scsi/mfi.h
1e8a1fae 1899F: tests/qtest/megasas-test.c
d383c625 1900
605d52e6 1901Network packet abstractions
bf4835a4 1902M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1903S: Maintained
1904F: include/net/eth.h
1905F: net/eth.c
1906F: hw/net/net_rx_pkt*
1907F: hw/net/net_tx_pkt*
1908
622fb504 1909Vmware
bf4835a4 1910M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1911S: Maintained
1912F: hw/net/vmxnet*
1913F: hw/scsi/vmw_pvscsi*
1e8a1fae 1914F: tests/qtest/vmxnet3-test.c
622fb504 1915
de24d3f1 1916Rocker
de24d3f1
SF
1917M: Jiri Pirko <jiri@resnulli.us>
1918S: Maintained
1919F: hw/net/rocker/
92a3c6aa 1920F: qapi/rocker.json
de850948
TH
1921F: tests/rocker/
1922F: docs/specs/rocker.txt
de24d3f1 1923
70d1fb9c 1924NVDIMM
7a5bd53d 1925M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1926S: Maintained
1927F: hw/acpi/nvdimm.c
1928F: hw/mem/nvdimm.c
1929F: include/hw/mem/nvdimm.h
e2e254d3 1930F: docs/nvdimm.txt
70d1fb9c 1931
093454e2 1932e1000x
bf4835a4 1933M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1934S: Maintained
1935F: hw/net/e1000x*
1936
6f3fbe4e 1937e1000e
bf4835a4 1938M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1939S: Maintained
1940F: hw/net/e1000e*
1941
ebc2327f
SW
1942eepro100
1943M: Stefan Weil <sw@weilnetz.de>
1944S: Maintained
1945F: hw/net/eepro100.c
1946
34ea023d
SS
1947tulip
1948M: Sven Schnelle <svens@stackframe.org>
1949S: Maintained
1950F: hw/net/tulip.c
1951F: hw/net/tulip.h
1952
e481a1f6 1953Generic Loader
c22e580c 1954M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1955S: Maintained
1956F: hw/core/generic-loader.c
1957F: include/hw/core/generic-loader.h
c5e2ac7e 1958F: docs/generic-loader.txt
e481a1f6 1959
645d3cbe
SH
1960Intel Hexadecimal Object File Loader
1961M: Su Hang <suhang16@mails.ucas.ac.cn>
1962S: Maintained
1e8a1fae 1963F: tests/qtest/hexloader-test.c
4b2ff65a 1964F: tests/data/hex-loader/test.hex
645d3cbe 1965
87a9023a
TH
1966CHRP NVRAM
1967M: Thomas Huth <thuth@redhat.com>
1968S: Maintained
1969F: hw/nvram/chrp_nvram.c
1970F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1971F: tests/qtest/prom-env-test.c
87a9023a 1972
42697d88
BW
1973VM Generation ID
1974M: Ben Warren <ben@skyportsystems.com>
1975S: Maintained
1976F: hw/acpi/vmgenid.c
1977F: include/hw/acpi/vmgenid.h
1978F: docs/specs/vmgenid.txt
1e8a1fae 1979F: tests/qtest/vmgenid-test.c
42697d88
BW
1980F: stubs/vmgenid.c
1981
c1b29826
PMD
1982LED
1983M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1984S: Maintained
1985F: include/hw/misc/led.h
1986F: hw/misc/led.c
1987
747969db
PMD
1988Unimplemented device
1989M: Peter Maydell <peter.maydell@linaro.org>
1990R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1991S: Maintained
1992F: include/hw/misc/unimp.h
1993F: hw/misc/unimp.c
1994
6007523a
PMD
1995Empty slot
1996M: Artyom Tarasenko <atar4qemu@gmail.com>
1997R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1998S: Maintained
1999F: include/hw/misc/empty_slot.h
2000F: hw/misc/empty_slot.c
2001
dbb2e472
GH
2002Standard VGA
2003M: Gerd Hoffmann <kraxel@redhat.com>
2004S: Maintained
2005F: hw/display/vga*
2006F: hw/display/bochs-display.c
2007F: include/hw/display/vga.h
2008F: include/hw/display/bochs-vbe.h
2009
58d632c7
GH
2010ramfb
2011M: Gerd Hoffmann <kraxel@redhat.com>
2012S: Maintained
2013F: hw/display/ramfb*.c
2014F: include/hw/display/ramfb.h
2015
dbb2e472
GH
2016virtio-gpu
2017M: Gerd Hoffmann <kraxel@redhat.com>
2018S: Maintained
2019F: hw/display/virtio-gpu*
c68082c4 2020F: hw/display/virtio-vga.*
dbb2e472
GH
2021F: include/hw/virtio/virtio-gpu.h
2022
b372d79b
RN
2023vhost-user-blk
2024M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2025S: Maintained
2026F: contrib/vhost-user-blk/
2027F: contrib/vhost-user-scsi/
2028F: hw/block/vhost-user-blk.c
2029F: hw/scsi/vhost-user-scsi.c
2030F: hw/virtio/vhost-user-blk-pci.c
2031F: hw/virtio/vhost-user-scsi-pci.c
2032F: include/hw/virtio/vhost-user-blk.h
2033F: include/hw/virtio/vhost-user-scsi.h
2034
bd2e44fe
MAL
2035vhost-user-gpu
2036M: Marc-André Lureau <marcandre.lureau@redhat.com>
2037M: Gerd Hoffmann <kraxel@redhat.com>
2038S: Maintained
2039F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2040F: contrib/vhost-user-gpu
2041F: hw/display/vhost-user-*
bd2e44fe 2042
dbb2e472
GH
2043Cirrus VGA
2044M: Gerd Hoffmann <kraxel@redhat.com>
2045S: Odd Fixes
2046W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2047F: hw/display/cirrus*
2048
72d277a7
GH
2049EDID Generator
2050M: Gerd Hoffmann <kraxel@redhat.com>
2051S: Maintained
2052F: hw/display/edid*
2053F: include/hw/display/edid.h
2054F: qemu-edid.c
2055
10386385
PMD
2056PIIX4 South Bridge (i82371AB)
2057M: Hervé Poussineau <hpoussin@reactos.org>
2058M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2059S: Maintained
2060F: hw/isa/piix4.c
fff123b8 2061F: include/hw/southbridge/piix.h
10386385 2062
15ffb43c 2063Firmware configuration (fw_cfg)
6f75e3f5 2064M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2065R: Laszlo Ersek <lersek@redhat.com>
2066R: Gerd Hoffmann <kraxel@redhat.com>
2067S: Supported
2068F: docs/specs/fw_cfg.txt
8d0bceba 2069F: hw/nvram/fw_cfg*.c
b15c0f7d 2070F: stubs/fw_cfg.c
15ffb43c
PMD
2071F: include/hw/nvram/fw_cfg.h
2072F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2073F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2074F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2075T: git https://github.com/philmd/qemu.git fw_cfg-next
2076
2313abf0
TH
2077XIVE
2078M: David Gibson <david@gibson.dropbear.id.au>
2079M: Cédric Le Goater <clg@kaod.org>
2080L: qemu-ppc@nongnu.org
2081S: Supported
2082F: hw/*/*xive*
2083F: include/hw/*/*xive*
24563a58 2084F: docs/*/*xive*
2313abf0 2085
7bd0d13f
PMD
2086Renesas peripherals
2087M: Yoshinori Sato <ysato@users.sourceforge.jp>
2088R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2089S: Odd Fixes
645194c7 2090F: hw/char/renesas_sci.c
7bd0d13f 2091F: hw/char/sh_serial.c
c7f37baf 2092F: hw/timer/renesas_*.c
7bd0d13f 2093F: hw/timer/sh_timer.c
645194c7 2094F: include/hw/char/renesas_sci.h
7bd0d13f 2095F: include/hw/sh4/sh.h
c7f37baf 2096F: include/hw/timer/renesas_*.h
7bd0d13f 2097
e78597cc
YS
2098Renesas RX peripherals
2099M: Yoshinori Sato <ysato@users.sourceforge.jp>
f166061c 2100S: Odd Fixes
e78597cc 2101F: hw/intc/rx_icu.c
0c80f50f 2102F: hw/rx/
e78597cc 2103F: include/hw/intc/rx_icu.h
0c80f50f 2104F: include/hw/rx/
e78597cc 2105
de4d4adb
PP
2106CAN bus subsystem and hardware
2107M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2108M: Vikram Garhwal <fnu.vikram@xilinx.com>
2109S: Maintained
2110W: https://canbus.pages.fel.cvut.cz/
2111F: net/can/*
2112F: hw/net/can/*
2113F: include/net/can_*.h
2114
fd5d5c56
AL
2115Subsystems
2116----------
2117Audio
9f575846 2118M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2119S: Maintained
2120F: audio/
8d8b636d 2121F: hw/audio/
a2b245ae 2122F: include/hw/audio/
92a3c6aa 2123F: qapi/audio.json
1e8a1fae
TH
2124F: tests/qtest/ac97-test.c
2125F: tests/qtest/es1370-test.c
2126F: tests/qtest/intel-hda-test.c
fd5d5c56 2127
17f1e8f5 2128Block layer core
fd5d5c56 2129M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2130M: Max Reitz <mreitz@redhat.com>
c95e4c0e 2131L: qemu-block@nongnu.org
fd5d5c56
AL
2132S: Supported
2133F: block*
2134F: block/
8d8b636d 2135F: hw/block/
4c346e0b 2136F: include/block/
46078760 2137F: qemu-img*
e13c59fa 2138F: docs/interop/qemu-img.rst
46078760 2139F: qemu-io*
29242091 2140F: tests/qemu-iotests/
8dd30c86 2141F: util/qemu-progress.c
0bcc8e5b 2142F: qobject/block-qdict.c
c468e368 2143F: tests/check-block-qdict.c
ebe2aad2 2144T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2145
d55053b1
SH
2146Block I/O path
2147M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2148M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2149L: qemu-block@nongnu.org
2150S: Supported
36c697bd
PB
2151F: util/async.c
2152F: util/aio-*.c
1f050a46
SH
2153F: util/aio-*.h
2154F: util/fdmon-*.c
d55053b1
SH
2155F: block/io.c
2156F: migration/block*
e1029ae2 2157F: include/block/aio.h
f5a53faa 2158F: include/block/aio-wait.h
0a4f9ad1 2159F: scripts/qemugdb/aio.py
ed7db34b 2160F: tests/test-fdmon-epoll.c
e18a8b34 2161T: git https://github.com/stefanha/qemu.git block
d55053b1 2162
e5b5728c
PB
2163Block SCSI subsystem
2164M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2165R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2166L: qemu-block@nongnu.org
2167S: Supported
2168F: include/scsi/*
2169F: scsi/*
2170
280458a3 2171Block Jobs
03283d64 2172M: John Snow <jsnow@redhat.com>
280458a3
JC
2173L: qemu-block@nongnu.org
2174S: Supported
2175F: blockjob.c
2176F: include/block/blockjob.h
33e9e9bd 2177F: job.c
1a90bc81 2178F: job-qmp.c
c468e368 2179F: include/qemu/job.h
280458a3
JC
2180F: block/backup.c
2181F: block/commit.c
77346025 2182F: block/stream.c
280458a3 2183F: block/mirror.c
bf42508f 2184F: qapi/job.json
77582e2c 2185T: git https://gitlab.com/jsnow/qemu.git jobs
280458a3 2186
4120201d
MA
2187Block QAPI, monitor, command line
2188M: Markus Armbruster <armbru@redhat.com>
2189S: Supported
2190F: blockdev.c
a2dde2f2 2191F: blockdev-hmp-cmds.c
4120201d
MA
2192F: block/qapi.c
2193F: qapi/block*.json
fa988e39 2194F: qapi/transaction.json
ebe2aad2 2195T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2196
538193bc 2197Dirty Bitmaps
edb05904
EB
2198M: Eric Blake <eblake@redhat.com>
2199M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2200R: John Snow <jsnow@redhat.com>
538193bc
JS
2201L: qemu-block@nongnu.org
2202S: Supported
538193bc
JS
2203F: include/qemu/hbitmap.h
2204F: include/block/dirty-bitmap.h
bb4e58c6 2205F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2206F: block/dirty-bitmap.c
2207F: block/qcow2-bitmap.c
052db8e7 2208F: migration/block-dirty-bitmap.c
00637c6b 2209F: util/hbitmap.c
538193bc 2210F: tests/test-hbitmap.c
5746c1cd 2211F: docs/interop/bitmaps.rst
edb05904 2212T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2213
61af0ee6 2214Character device backends
55fc84a7 2215M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2216R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2217S: Maintained
178fe0ae 2218F: chardev/
8228e353 2219F: include/chardev/
dbeee392 2220F: qapi/char.json
fd5d5c56 2221
e26082fd
PB
2222Character Devices (Braille)
2223M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2224S: Maintained
6b10e573 2225F: chardev/baum.c
fd5d5c56 2226
e94630d3
MA
2227Command line option argument parsing
2228M: Markus Armbruster <armbru@redhat.com>
2229S: Supported
2230F: include/qemu/option.h
2231F: tests/test-keyval.c
2232F: tests/test-qemu-opts.c
2233F: util/keyval.c
2234F: util/qemu-option.c
2235
8c413e79
MA
2236Coverity model
2237M: Markus Armbruster <armbru@redhat.com>
2238S: Supported
2239F: scripts/coverity-model.c
2240
9c263d07
PM
2241Coverity Scan integration
2242M: Peter Maydell <peter.maydell@linaro.org>
2243S: Maintained
2244F: scripts/coverity-scan/
2245
d24b569a 2246Device Tree
c3c962c1
AF
2247M: Alistair Francis <alistair.francis@wdc.com>
2248R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2249S: Maintained
800d4ded 2250F: softmmu/device_tree.c
82407515 2251F: include/sysemu/device_tree.h
d24b569a 2252
3505a22b
MAL
2253Dump
2254S: Supported
2255M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2256F: dump/
3505a22b
MAL
2257F: hw/misc/vmcoreinfo.c
2258F: include/hw/misc/vmcoreinfo.h
6d3da32c 2259F: include/qemu/win_dump_defs
3505a22b
MAL
2260F: include/sysemu/dump-arch.h
2261F: include/sysemu/dump.h
d06b747b 2262F: qapi/dump.json
3505a22b
MAL
2263F: scripts/dump-guest-memory.py
2264F: stubs/dump.c
2265
4f966768
MA
2266Error reporting
2267M: Markus Armbruster <armbru@redhat.com>
2268S: Supported
2269F: include/qapi/error.h
2270F: include/qemu/error-report.h
abb3d37d 2271F: qapi/error.json
4f966768
MA
2272F: util/error.c
2273F: util/qemu-error.c
d1d3a997
VSO
2274F: scripts/coccinelle/err-bad-newline.cocci
2275F: scripts/coccinelle/error-use-after-free.cocci
2276F: scripts/coccinelle/error_propagate_null.cocci
2277F: scripts/coccinelle/remove_local_err.cocci
2278F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2279F: scripts/coccinelle/errp-guard.cocci
4f966768 2280
fd5d5c56 2281GDB stub
c7b3e866
AB
2282M: Alex Bennée <alex.bennee@linaro.org>
2283R: Philippe Mathieu-Daudé <philmd@redhat.com>
2284S: Maintained
fd5d5c56
AL
2285F: gdbstub*
2286F: gdb-xml/
2287
01a9c03c
PB
2288Memory API
2289M: Paolo Bonzini <pbonzini@redhat.com>
2290S: Supported
2291F: include/exec/ioport.h
14776ab5 2292F: include/exec/memop.h
01a9c03c 2293F: include/exec/memory.h
2b1641d0 2294F: include/exec/ram_addr.h
41aa4e9f 2295F: include/exec/ramblock.h
800d4ded 2296F: softmmu/dma-helpers.c
c7f419f5
CF
2297F: softmmu/ioport.c
2298F: softmmu/memory.c
d9f24bf5 2299F: softmmu/physmem.c
01a9c03c 2300F: include/exec/memory-internal.h
044e2af9 2301F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2302
7ee3bf03
GH
2303SPICE
2304M: Gerd Hoffmann <kraxel@redhat.com>
2305S: Supported
6e481d57 2306F: include/ui/qemu-spice.h
438528a3 2307F: include/ui/spice-display.h
7ee3bf03
GH
2308F: ui/spice-*.c
2309F: audio/spiceaudio.c
8d8b636d 2310F: hw/display/qxl*
608cfed6 2311F: qapi/ui.json
9bd4cb35 2312F: docs/spice-port-fqdn.txt
7ee3bf03 2313
fd5d5c56 2314Graphics
25eccc37
GH
2315M: Gerd Hoffmann <kraxel@redhat.com>
2316S: Odd Fixes
fd5d5c56 2317F: ui/
e220656c 2318F: include/ui/
608cfed6 2319F: qapi/ui.json
b1d38037 2320F: util/drm.c
fd5d5c56 2321
351f1bf6 2322Cocoa graphics
30ef3c74 2323M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2324S: Odd Fixes
2325F: ui/cocoa.m
2326
fd5d5c56 2327Main loop
da26f37a
PB
2328M: Paolo Bonzini <pbonzini@redhat.com>
2329S: Maintained
54d31236
MA
2330F: include/qemu/main-loop.h
2331F: include/sysemu/runstate.h
3ecb29a3
PB
2332F: util/main-loop.c
2333F: util/qemu-timer.c
bac068e0 2334F: softmmu/vl.c
7b733862 2335F: softmmu/main.c
c7f419f5 2336F: softmmu/cpus.c
b0c3cf94 2337F: softmmu/cpu-throttle.c
740b1759
CF
2338F: softmmu/cpu-timers.c
2339F: softmmu/icount.c
0e201d34 2340F: qapi/run-state.json
fd5d5c56 2341
1b7e01d0
SH
2342Read, Copy, Update (RCU)
2343M: Paolo Bonzini <pbonzini@redhat.com>
2344S: Maintained
2345F: include/qemu/rcu*.h
2346F: tests/rcutorture.c
2347F: tests/test-rcu-*.c
2348F: util/rcu.c
2349
8899b4ae 2350Human Monitor (HMP)
c833fb4a 2351M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2352S: Maintained
5bce308a 2353F: monitor/monitor-internal.h
e84328fa 2354F: monitor/misc.c
1d95db74 2355F: monitor/monitor.c
f1b3ccfa
KW
2356F: monitor/hmp*
2357F: hmp.h
c13e9912
TH
2358F: hmp-commands*.hx
2359F: include/monitor/hmp-target.h
1e8a1fae 2360F: tests/qtest/test-hmp.c
637de4db
MA
2361F: include/qemu/qemu-print.h
2362F: util/qemu-print.c
fd5d5c56 2363
f536f112 2364Network device backends
442469e6 2365M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2366S: Maintained
2367F: net/
d24b2b1c 2368F: include/net/
e9bbc8bd 2369F: qemu-bridge-helper.c
e18a8b34 2370T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2371F: qapi/net.json
fd5d5c56 2372
aee09baf
VM
2373Netmap network backend
2374M: Luigi Rizzo <rizzo@iet.unipi.it>
2375M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2376M: Vincenzo Maffione <v.maffione@gmail.com>
2377W: http://info.iet.unipi.it/~luigi/netmap/
2378S: Maintained
2379F: net/netmap.c
2380
4fc264f4
EH
2381Host Memory Backends
2382M: Eduardo Habkost <ehabkost@redhat.com>
2383M: Igor Mammedov <imammedo@redhat.com>
2384S: Maintained
2385F: backends/hostmem*.c
2386F: include/sysemu/hostmem.h
e18a8b34 2387T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 2388
6034011c
GA
2389Cryptodev Backends
2390M: Gonglei <arei.gonglei@huawei.com>
2391S: Maintained
2392F: include/sysemu/cryptodev*.h
2393F: backends/cryptodev*.c
2394
b8eaee96
JS
2395Python library
2396M: John Snow <jsnow@redhat.com>
2397M: Cleber Rosa <crosa@redhat.com>
2398R: Eduardo Habkost <ehabkost@redhat.com>
2399S: Maintained
2400F: python/
2401T: git https://gitlab.com/jsnow/qemu.git python
2402
ad904f66
EH
2403Python scripts
2404M: Eduardo Habkost <ehabkost@redhat.com>
2405M: Cleber Rosa <crosa@redhat.com>
2406S: Odd fixes
ad904f66
EH
2407F: scripts/*.py
2408F: tests/*.py
2409
f4abfc6c
VSO
2410Benchmark util
2411M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2412S: Maintained
2413F: scripts/simplebench/
2414
8899b4ae 2415QAPI
9740618c 2416M: Markus Armbruster <armbru@redhat.com>
8899b4ae 2417M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 2418S: Supported
8899b4ae 2419F: qapi/
0311c5bd 2420X: qapi/*.json
ac4abb9a
MA
2421F: include/qapi/
2422X: include/qapi/qmp/
2423F: include/qapi/qmp/dispatch.h
c0bd0b50 2424F: tests/qapi-schema/
ac4abb9a 2425F: tests/test-*-visitor.c
e94630d3 2426F: tests/test-qapi-*.c
ac4abb9a 2427F: tests/test-qmp-*.c
e94630d3 2428F: tests/test-visitor-serialization.c
be25fcc4
MA
2429F: scripts/qapi-gen.py
2430F: scripts/qapi/*
4078ee54 2431F: docs/sphinx/qapidoc.py
c39cdbf6 2432F: docs/devel/qapi*
ebe2aad2 2433T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2434
7810d291
LC
2435QAPI Schema
2436M: Eric Blake <eblake@redhat.com>
7810d291
LC
2437M: Markus Armbruster <armbru@redhat.com>
2438S: Supported
0311c5bd 2439F: qapi/*.json
ebe2aad2 2440T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2441
f3582ba4 2442QObject
daf5dc78
MA
2443M: Markus Armbruster <armbru@redhat.com>
2444S: Supported
f3582ba4 2445F: qobject/
7735d2b5
MA
2446F: include/qapi/qmp/
2447X: include/qapi/qmp/dispatch.h
a2f3453e 2448F: scripts/coccinelle/qobject.cocci
7735d2b5 2449F: tests/check-qdict.c
7735d2b5
MA
2450F: tests/check-qjson.c
2451F: tests/check-qlist.c
cd81e02b
PMD
2452F: tests/check-qlit.c
2453F: tests/check-qnull.c
2454F: tests/check-qnum.c
2455F: tests/check-qobject.c
7735d2b5 2456F: tests/check-qstring.c
fe07b62c 2457F: tests/data/qobject/qdict.txt
ebe2aad2 2458T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2459
f05d9999
MR
2460QEMU Guest Agent
2461M: Michael Roth <mdroth@linux.vnet.ibm.com>
2462S: Maintained
2463F: qga/
27a296fc 2464F: docs/interop/qemu-ga.rst
db16115f 2465F: docs/interop/qemu-ga-ref.rst
ab7f9f7d
PMD
2466F: scripts/qemu-guest-agent/
2467F: tests/test-qga.c
e18a8b34 2468T: git https://github.com/mdroth/qemu.git qga
f05d9999 2469
4688c94c 2470QOM
1085d86e
PB
2471M: Paolo Bonzini <pbonzini@redhat.com>
2472R: Daniel P. Berrange <berrange@redhat.com>
2473R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2474S: Supported
8f920054
MA
2475F: docs/qdev-device-use.txt
2476F: hw/core/qdev*
b77b5b3d
MA
2477F: hw/core/bus.c
2478F: hw/core/sysbus.c
8f920054
MA
2479F: include/hw/qdev*
2480F: include/monitor/qdev.h
4688c94c 2481F: include/qom/
c577ff62
MA
2482F: qapi/qom.json
2483F: qapi/qdev.json
22fb6eb5 2484F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2485F: softmmu/qdev-monitor.c
4688c94c 2486F: qom/
9f4aa7ce
AF
2487F: tests/check-qom-interface.c
2488F: tests/check-qom-proplist.c
8f920054 2489F: tests/test-qdev-global-props.c
4688c94c 2490
94dfc0f3
EH
2491QOM boilerplate conversion script
2492M: Eduardo Habkost <ehabkost@redhat.com>
2493S: Maintained
2494F: scripts/codeconverter/
2495
8899b4ae 2496QMP
9740618c
LC
2497M: Markus Armbruster <armbru@redhat.com>
2498S: Supported
5bce308a 2499F: monitor/monitor-internal.h
f1b3ccfa 2500F: monitor/qmp*
e84328fa 2501F: monitor/misc.c
1d95db74 2502F: monitor/monitor.c
92a3c6aa 2503F: qapi/control.json
abb3d37d 2504F: qapi/error.json
92a3c6aa 2505F: qapi/introspect.json
c39cdbf6 2506F: docs/devel/*qmp-*
12b2f0d9 2507F: docs/interop/*qmp-*
9740618c 2508F: scripts/qmp/
1e8a1fae
TH
2509F: tests/qtest/qmp-test.c
2510F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2511T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2512
98a43bf0 2513qtest
98a43bf0
PB
2514M: Thomas Huth <thuth@redhat.com>
2515M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2516R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2517S: Maintained
c7f419f5 2518F: softmmu/qtest.c
1583a389 2519F: accel/qtest/
1e8a1fae 2520F: tests/qtest/
520ddc18 2521X: tests/qtest/bios-tables-test*
98a43bf0 2522
5f6fd09a
AB
2523Device Fuzzing
2524M: Alexander Bulekov <alxndr@bu.edu>
2525R: Paolo Bonzini <pbonzini@redhat.com>
2526R: Bandan Das <bsd@redhat.com>
2527R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2528R: Thomas Huth <thuth@redhat.com>
5f6fd09a
AB
2529S: Maintained
2530F: tests/qtest/fuzz/
211635b3 2531F: scripts/oss-fuzz/
f3a0208f 2532F: docs/devel/fuzzing.rst
5f6fd09a 2533
cc0100f4 2534Register API
c22e580c 2535M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2536S: Maintained
2537F: hw/core/register.c
2538F: include/hw/register.h
06a7b243 2539F: include/hw/registerfields.h
cc0100f4 2540
fd5d5c56 2541SLIRP
eda509fa 2542M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2543S: Maintained
fd5d5c56 2544F: slirp/
663fb1e1 2545F: net/slirp.c
d24b2b1c 2546F: include/net/slirp.h
02cffe24 2547T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2548
6d0af39f
EI
2549Streams
2550M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2551S: Maintained
2552F: hw/core/stream.c
2553F: include/hw/stream.h
2554
b1ed728a
PB
2555Stubs
2556M: Paolo Bonzini <pbonzini@redhat.com>
2557S: Maintained
2558F: stubs/
2559
598a3f35 2560Tracing
1cd0f8ce 2561M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2562S: Maintained
2563F: trace/
0e076292 2564F: trace-events
3a8273b1 2565F: docs/qemu-option-trace.rst.inc
92a3c6aa 2566F: qapi/trace.json
f70fd8fd
LV
2567F: scripts/tracetool.py
2568F: scripts/tracetool/
62dd1048 2569F: scripts/qemu-trace-stap*
605ffebb 2570F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2571F: docs/devel/tracing.txt
e18a8b34 2572T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2573
3859b6cf 2574TPM
1f63669e 2575M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2576S: Maintained
3859b6cf 2577F: tpm.c
c39f95dc 2578F: stubs/tpm.c
3859b6cf
MA
2579F: hw/tpm/*
2580F: include/hw/acpi/tpm.h
2581F: include/sysemu/tpm*
2582F: qapi/tpm.json
8ae92e24 2583F: backends/tpm/
1e8a1fae 2584F: tests/qtest/*tpm*
e18a8b34 2585T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2586
14f40fdc 2587Checkpatch
14f40fdc
BS
2588S: Odd Fixes
2589F: scripts/checkpatch.pl
2590
c0787c8d
JQ
2591Migration
2592M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2593M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2594S: Maintained
107b5969
MAL
2595F: hw/core/vmstate-if.c
2596F: include/hw/vmstate-if.h
c0787c8d 2597F: include/migration/
44a1f946 2598F: migration/
c5515640
AS
2599F: scripts/vmstate-static-checker.py
2600F: tests/vmstate-static-checker-data/
1e8a1fae 2601F: tests/qtest/migration-test.c
c468e368 2602F: docs/devel/migration.rst
48685a8e 2603F: qapi/migration.json
c0787c8d 2604
a566907f
MAL
2605D-Bus
2606M: Marc-André Lureau <marcandre.lureau@redhat.com>
2607S: Maintained
5010cec2 2608F: backends/dbus-vmstate.c
586ca6ba 2609F: tests/dbus-vmstate*
a5021d69
MAL
2610F: util/dbus.c
2611F: include/qemu/dbus.h
a566907f 2612F: docs/interop/dbus.rst
5010cec2 2613F: docs/interop/dbus-vmstate.rst
a566907f 2614
92bfedb0 2615Seccomp
064983cb 2616M: Eduardo Otubo <otubo@redhat.com>
92bfedb0 2617S: Supported
800d4ded 2618F: softmmu/qemu-seccomp.c
92bfedb0
EO
2619F: include/sysemu/seccomp.h
2620
ddbb0d09
DB
2621Cryptography
2622M: Daniel P. Berrange <berrange@redhat.com>
2623S: Maintained
2624F: crypto/
2625F: include/crypto/
92a3c6aa 2626F: qapi/crypto.json
ddbb0d09 2627F: tests/test-crypto-*
3947ecfc 2628F: tests/benchmark-crypto-*
4d21171b
PMD
2629F: tests/crypto-tls-*
2630F: tests/pkix_asn1_tab.c
899833cd 2631F: qemu.sasl
ddbb0d09 2632
10817bf0
DB
2633Coroutines
2634M: Stefan Hajnoczi <stefanha@redhat.com>
2635M: Kevin Wolf <kwolf@redhat.com>
00a25291 2636S: Maintained
10817bf0
DB
2637F: util/*coroutine*
2638F: include/qemu/coroutine*
2639F: tests/test-coroutine.c
2640
88c5f205
DB
2641Buffers
2642M: Daniel P. Berrange <berrange@redhat.com>
2643S: Odd fixes
2644F: util/buffer.c
2645F: include/qemu/buffer.h
2646
666a3af9
DB
2647I/O Channels
2648M: Daniel P. Berrange <berrange@redhat.com>
2649S: Maintained
2650F: io/
2651F: include/io/
2652F: tests/test-io-*
2653
5b76dd13
DB
2654User authorization
2655M: Daniel P. Berrange <berrange@redhat.com>
2656S: Maintained
2657F: authz/
c8c99887 2658F: qapi/authz.json
5b76dd13
DB
2659F: include/authz/
2660F: tests/test-authz-*
2661
5614a283
GH
2662Sockets
2663M: Daniel P. Berrange <berrange@redhat.com>
2664M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2665S: Maintained
2666F: include/qemu/sockets.h
2667F: util/qemu-sockets.c
a2ff5a48 2668F: qapi/sockets.json
5614a283 2669
90e33dfe
DB
2670File monitor
2671M: Daniel P. Berrange <berrange@redhat.com>
2672S: Odd fixes
2673F: util/filemonitor*.c
2674F: include/qemu/filemonitor.h
2675F: tests/test-util-filemonitor.c
2676
d310d85b
AG
2677Throttling infrastructure
2678M: Alberto Garcia <berto@igalia.com>
2679S: Supported
2680F: block/throttle-groups.c
2681F: include/block/throttle-groups.h
89603938 2682F: include/qemu/throttle*.h
d310d85b 2683F: util/throttle.c
89603938
PMD
2684F: docs/throttle.txt
2685F: tests/test-throttle.c
d310d85b
AG
2686L: qemu-block@nongnu.org
2687
080d7aac 2688UUID
fe5ca46d 2689M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2690S: Supported
2691F: util/uuid.c
2692F: include/qemu/uuid.h
2693F: tests/test-uuid.c
2694
a4cc318e
HZ
2695COLO Framework
2696M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2697S: Maintained
2698F: migration/colo*
2699F: include/migration/colo.h
2700F: include/migration/failover.h
2701F: docs/COLO-FT.txt
2702
88f82ed1 2703COLO Proxy
c6bf50ff 2704M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2705M: Li Zhijian <lizhijian@cn.fujitsu.com>
2706S: Supported
2707F: docs/colo-proxy.txt
2708F: net/colo*
2709F: net/filter-rewriter.c
2710F: net/filter-mirror.c
2711
62258201
PD
2712Record/replay
2713M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2714R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2715W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2716S: Supported
2717F: replay/*
2718F: block/blkreplay.c
2719F: net/filter-replay.c
2720F: include/sysemu/replay.h
2721F: docs/replay.txt
2722F: stubs/replay.c
c7ebab0f 2723F: tests/acceptance/replay_kernel.py
be52eca3 2724F: tests/acceptance/reverse_debugging.py
43d7e1d7 2725F: qapi/replay.json
62258201 2726
eecf5eed
PX
2727IOVA Tree
2728M: Peter Xu <peterx@redhat.com>
2729S: Maintained
2730F: include/qemu/iova-tree.h
2731F: util/iova-tree.c
2732
5ee547bb
VP
2733elf2dmp
2734M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2735S: Maintained
2736F: contrib/elf2dmp/
2737
93198b6c
CM
2738I2C and SMBus
2739M: Corey Minyard <cminyard@mvista.com>
2740S: Maintained
2741F: hw/i2c/core.c
2742F: hw/i2c/smbus_slave.c
2743F: hw/i2c/smbus_master.c
2744F: hw/i2c/smbus_eeprom.c
2745F: include/hw/i2c/i2c.h
2746F: include/hw/i2c/smbus_master.h
2747F: include/hw/i2c/smbus_slave.h
2748F: include/hw/i2c/smbus_eeprom.h
2749
d0d89526
PMD
2750Firmware schema specifications
2751M: Laszlo Ersek <lersek@redhat.com>
2752M: Philippe Mathieu-Daudé <philmd@redhat.com>
2753R: Daniel P. Berrange <berrange@redhat.com>
2754R: Kashyap Chamarthy <kchamart@redhat.com>
2755S: Maintained
2756F: docs/interop/firmware.json
2757
6739df3f
LE
2758EDK2 Firmware
2759M: Laszlo Ersek <lersek@redhat.com>
2760M: Philippe Mathieu-Daudé <philmd@redhat.com>
2761S: Supported
2762F: pc-bios/descriptors/??-edk2-*.json
2763F: pc-bios/edk2-*
2764F: roms/Makefile.edk2
2765F: roms/edk2
2766F: roms/edk2-*
2767F: tests/data/uefi-boot-images/
2768F: tests/uefi-test-tools/
922febe2 2769F: .gitlab-ci.d/edk2.yml
71920809 2770F: .gitlab-ci.d/edk2/
6739df3f 2771
8bc43f39
PX
2772VT-d Emulation
2773M: Michael S. Tsirkin <mst@redhat.com>
2774M: Peter Xu <peterx@redhat.com>
2775R: Jason Wang <jasowang@redhat.com>
2776S: Supported
2777F: hw/i386/intel_iommu.c
2778F: hw/i386/intel_iommu_internal.h
2779F: include/hw/i386/intel_iommu.h
2780
e92fb016
BM
2781OpenSBI Firmware
2782M: Bin Meng <bmeng.cn@gmail.com>
2783S: Supported
2784F: pc-bios/opensbi-*
2785F: .gitlab-ci.d/opensbi.yml
2786F: .gitlab-ci.d/opensbi/
2787
fd5d5c56
AL
2788Usermode Emulation
2789------------------
6347e1f1 2790Overall usermode emulation
486bbe5f
PB
2791M: Riku Voipio <riku.voipio@iki.fi>
2792S: Maintained
2793F: thunk.c
58410666 2794F: accel/tcg/user-exec*.c
486bbe5f 2795
fd5d5c56 2796BSD user
297e8005 2797S: Orphan
fd5d5c56 2798F: bsd-user/
ccf0a57b 2799F: default-configs/*-bsd-user.mak
fd5d5c56 2800
fd5d5c56 2801Linux user
8f902c54 2802M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2803S: Maintained
2804F: linux-user/
ccf0a57b 2805F: default-configs/*-linux-user.mak
e5dd9875 2806F: scripts/qemu-binfmt-conf.sh
e3a6c825 2807F: scripts/update-syscalltbl.sh
57333330 2808F: scripts/update-mips-syscall-args.sh
382ae67a 2809F: scripts/gensyscalls.sh
42f5a7e9
AJ
2810
2811Tiny Code Generator (TCG)
2812-------------------------
6347e1f1 2813Common TCG code
336f744e 2814M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2815S: Maintained
2816F: tcg/
d3582cfd 2817F: include/tcg/
42f5a7e9 2818
22b5867b
AB
2819TCG Plugins
2820M: Alex Bennée <alex.bennee@linaro.org>
2821S: Maintained
8ea6abf0 2822F: docs/devel/tcg-plugins.rst
22b5867b 2823F: plugins/
c17a386b
AB
2824F: tests/plugin/
2825F: contrib/plugins/
22b5867b 2826
6347e1f1 2827AArch64 TCG target
3e5a01ef 2828M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2829S: Maintained
b4f2bd1c 2830L: qemu-arm@nongnu.org
b25a464c 2831F: tcg/aarch64/
c17652ee
PB
2832F: disas/arm-a64.cc
2833F: disas/libvixl/
b25a464c 2834
6347e1f1 2835ARM TCG target
42f5a7e9
AJ
2836M: Andrzej Zaborowski <balrogg@gmail.com>
2837S: Maintained
b4f2bd1c 2838L: qemu-arm@nongnu.org
42f5a7e9 2839F: tcg/arm/
c17652ee 2840F: disas/arm.c
42f5a7e9 2841
6347e1f1 2842i386 TCG target
336f744e 2843M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2844S: Maintained
2845F: tcg/i386/
c17652ee 2846F: disas/i386.c
42f5a7e9 2847
6347e1f1 2848MIPS TCG target
cf960317 2849M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 2850R: Aurelien Jarno <aurelien@aurel32.net>
15d983de
AM
2851R: Huacai Chen <chenhc@lemote.com>
2852R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 2853R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 2854S: Odd Fixes
42f5a7e9
AJ
2855F: tcg/mips/
2856
6347e1f1 2857PPC TCG target
336f744e 2858M: Richard Henderson <richard.henderson@linaro.org>
15610d42 2859S: Odd Fixes
42f5a7e9 2860F: tcg/ppc/
c17652ee 2861F: disas/ppc.c
42f5a7e9 2862
6347e1f1 2863RISC-V TCG target
c1677bcc 2864M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2865M: Alistair Francis <Alistair.Francis@wdc.com>
2866L: qemu-riscv@nongnu.org
2867S: Maintained
2868F: tcg/riscv/
2869F: disas/riscv.c
2870
6347e1f1 2871S390 TCG target
336f744e 2872M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2873S: Maintained
2874F: tcg/s390/
c17652ee 2875F: disas/s390.c
146bd283 2876L: qemu-s390x@nongnu.org
42f5a7e9 2877
6347e1f1 2878SPARC TCG target
297e8005 2879S: Odd Fixes
42f5a7e9 2880F: tcg/sparc/
c17652ee 2881F: disas/sparc.c
bc75c9e5 2882
6347e1f1 2883TCI TCG target
bc75c9e5
SW
2884M: Stefan Weil <sw@weilnetz.de>
2885S: Maintained
8ef9cd55 2886F: tcg/tci/
752a2ae2 2887F: tcg/tci.c
c17652ee 2888F: disas/tci.c
aa09c951 2889
f05b328c
SH
2890Block drivers
2891-------------
2892VMDK
fe5ca46d 2893M: Fam Zheng <fam@euphon.net>
c95e4c0e 2894L: qemu-block@nongnu.org
f05b328c
SH
2895S: Supported
2896F: block/vmdk.c
2897
2898RBD
2bbd9986 2899M: Jason Dillaman <dillaman@redhat.com>
280458a3 2900L: qemu-block@nongnu.org
f05b328c
SH
2901S: Supported
2902F: block/rbd.c
2903
2904Sheepdog
f05b328c 2905M: Liu Yuan <namei.unix@gmail.com>
280458a3 2906L: qemu-block@nongnu.org
5f5246b6 2907S: Odd Fixes
f05b328c
SH
2908F: block/sheepdog.c
2909
2910VHDX
5f5246b6 2911M: Jeff Cody <codyprime@gmail.com>
280458a3 2912L: qemu-block@nongnu.org
f05b328c
SH
2913S: Supported
2914F: block/vhdx*
2915
2916VDI
2917M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2918L: qemu-block@nongnu.org
f05b328c
SH
2919S: Maintained
2920F: block/vdi.c
2921
2922iSCSI
2923M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2924M: Paolo Bonzini <pbonzini@redhat.com>
2925M: Peter Lieven <pl@kamp.de>
c95e4c0e 2926L: qemu-block@nongnu.org
2185fd67 2927S: Odd Fixes
f05b328c 2928F: block/iscsi.c
2deb63c2 2929F: block/iscsi-opts.c
f05b328c 2930
99c62e70
EB
2931Network Block Device (NBD)
2932M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2933L: qemu-block@nongnu.org
2934S: Maintained
2935F: block/nbd*
2936F: nbd/
2937F: include/block/nbd*
2938F: qemu-nbd.*
2939F: blockdev-nbd.c
3229a835 2940F: docs/interop/nbd.txt
87c0868f 2941F: docs/interop/qemu-nbd.rst
ebe2aad2 2942T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2943
6542aa9c
PL
2944NFS
2945M: Peter Lieven <pl@kamp.de>
280458a3 2946L: qemu-block@nongnu.org
6542aa9c
PL
2947S: Maintained
2948F: block/nfs.c
2949
f05b328c
SH
2950SSH
2951M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2952L: qemu-block@nongnu.org
f05b328c
SH
2953S: Supported
2954F: block/ssh.c
c9a12e75 2955
280458a3 2956CURL
280458a3 2957L: qemu-block@nongnu.org
5c6090fa 2958S: Odd Fixes
280458a3 2959F: block/curl.c
280458a3
JC
2960
2961GLUSTER
280458a3 2962L: qemu-block@nongnu.org
5c6090fa
TH
2963L: integration@gluster.org
2964S: Odd Fixes
280458a3 2965F: block/gluster.c
b5e9476c 2966
199667a8 2967Null Block Driver
fe5ca46d 2968M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2969L: qemu-block@nongnu.org
2970S: Supported
2971F: block/null.c
2972
bdd6a90a 2973NVMe Block Driver
1a949789
SH
2974M: Stefan Hajnoczi <stefanha@redhat.com>
2975R: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2976L: qemu-block@nongnu.org
2977S: Supported
2978F: block/nvme*
1a949789 2979T: git https://github.com/stefanha/qemu.git block
bdd6a90a 2980
b5e9476c
GA
2981Bootdevice
2982M: Gonglei <arei.gonglei@huawei.com>
2983S: Maintained
800d4ded 2984F: softmmu/bootdevice.c
ecdda9e0
AG
2985
2986Quorum
2987M: Alberto Garcia <berto@igalia.com>
2988S: Supported
2989F: block/quorum.c
2990L: qemu-block@nongnu.org
e7c6e631 2991
bfcc224e
AV
2992blklogwrites
2993M: Ari Sundholm <ari@tuxera.com>
2994L: qemu-block@nongnu.org
2995S: Supported
2996F: block/blklogwrites.c
2997
e7c6e631
SH
2998blkverify
2999M: Stefan Hajnoczi <stefanha@redhat.com>
3000L: qemu-block@nongnu.org
3001S: Supported
3002F: block/blkverify.c
3003
3004bochs
3005M: Stefan Hajnoczi <stefanha@redhat.com>
3006L: qemu-block@nongnu.org
3007S: Supported
3008F: block/bochs.c
3009
3010cloop
3011M: Stefan Hajnoczi <stefanha@redhat.com>
3012L: qemu-block@nongnu.org
3013S: Supported
3014F: block/cloop.c
3015
3016dmg
3017M: Stefan Hajnoczi <stefanha@redhat.com>
3018L: qemu-block@nongnu.org
3019S: Supported
3020F: block/dmg.c
3021
3022parallels
3023M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3024M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3025L: qemu-block@nongnu.org
3026S: Supported
3027F: block/parallels.c
5746c1cd 3028F: docs/interop/parallels.txt
e7c6e631
SH
3029
3030qed
3031M: Stefan Hajnoczi <stefanha@redhat.com>
3032L: qemu-block@nongnu.org
3033S: Supported
3034F: block/qed.c
3035
3036raw
3037M: Kevin Wolf <kwolf@redhat.com>
3038L: qemu-block@nongnu.org
3039S: Supported
3040F: block/linux-aio.c
f586d5fc 3041F: include/block/raw-aio.h
2e6fc7eb 3042F: block/raw-format.c
c1bb86cd
EB
3043F: block/file-posix.c
3044F: block/file-win32.c
e7c6e631
SH
3045F: block/win32-aio.c
3046
6663a0a3
AM
3047Linux io_uring
3048M: Aarushi Mehta <mehta.aaru20@gmail.com>
3049M: Julia Suvorova <jusual@redhat.com>
3050M: Stefan Hajnoczi <stefanha@redhat.com>
3051L: qemu-block@nongnu.org
3052S: Maintained
3053F: block/io_uring.c
06a47ef5 3054F: stubs/io_uring.c
6663a0a3 3055
e7c6e631
SH
3056qcow2
3057M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3058M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3059L: qemu-block@nongnu.org
3060S: Supported
3061F: block/qcow2*
b24f9882 3062F: docs/interop/qcow2.txt
e7c6e631
SH
3063
3064qcow
3065M: Kevin Wolf <kwolf@redhat.com>
3066L: qemu-block@nongnu.org
3067S: Supported
3068F: block/qcow.c
3069
3070blkdebug
3071M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3072M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3073L: qemu-block@nongnu.org
3074S: Supported
3075F: block/blkdebug.c
3076
3077vpc
3078M: Kevin Wolf <kwolf@redhat.com>
3079L: qemu-block@nongnu.org
3080S: Supported
3081F: block/vpc.c
3082
3083vvfat
3084M: Kevin Wolf <kwolf@redhat.com>
3085L: qemu-block@nongnu.org
4b7c5bc4 3086S: Odd Fixes
e7c6e631 3087F: block/vvfat.c
abfe4e94
SH
3088
3089Image format fuzzer
3090M: Stefan Hajnoczi <stefanha@redhat.com>
3091L: qemu-block@nongnu.org
3092S: Supported
3093F: tests/image-fuzzer/
717171bd 3094
8675a376
CX
3095Vhost-user block device backend server
3096M: Coiby Xu <Coiby.Xu@gmail.com>
3097S: Maintained
3098F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3099F: block/export/vhost-user-blk-server.h
3100F: include/qemu/vhost-user-server.h
8675a376 3101F: tests/qtest/libqos/vhost-user-blk.c
80a06cc5 3102F: util/vhost-user-server.c
8675a376 3103
049105a3 3104Replication
205f8618 3105M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3106M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3107S: Supported
3108F: replication*
3109F: block/replication.c
3110F: tests/test-replication.c
3111F: docs/block-replication.txt
3112
a3defabb 3113PVRDMA
bfffeac8 3114M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3115M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3116S: Maintained
3117F: hw/rdma/*
3118F: hw/rdma/vmw/*
3119F: docs/pvrdma.txt
a5d2f6f8 3120F: contrib/rdmacm-mux/*
4a5c9903 3121F: qapi/rdma.json
a3defabb 3122
b052fec8
AB
3123Semihosting
3124M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
3125S: Maintained
3126F: hw/semihosting/
3127F: include/hw/semihosting/
3128
b9e02c06
AB
3129Build and test automation
3130-------------------------
0475a03e 3131Build and test automation
b9e02c06 3132M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 3133M: Fam Zheng <fam@euphon.net>
0d8ea8f1 3134R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 3135S: Maintained
20a4f14f 3136F: .github/lockdown.yml
b9e02c06 3137F: .travis.yml
0708e647 3138F: scripts/travis/
d92d886a 3139F: .shippable.yml
e70dc7f8 3140F: tests/docker/
18023821 3141F: tests/vm/
54dbfd85 3142F: scripts/archive-source.sh
e70dc7f8 3143W: https://travis-ci.org/qemu/qemu
2a747008 3144W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 3145W: http://patchew.org/QEMU/
717171bd 3146
7162fbb4
EM
3147FreeBSD Hosted Continuous Integration
3148M: Ed Maste <emaste@freebsd.org>
3149M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3150S: Maintained
3151F: .cirrus.yml
3152W: https://cirrus-ci.com/github/qemu/qemu
3153
0a8b05c7
TH
3154GitLab Continuous Integration
3155M: Thomas Huth <thuth@redhat.com>
d1d3ba2b
TH
3156M: Philippe Mathieu-Daudé <philmd@redhat.com>
3157M: Alex Bennée <alex.bennee@linaro.org>
3158R: Wainer dos Santos Moschetta <wainersm@redhat.com>
0a8b05c7
TH
3159S: Maintained
3160F: .gitlab-ci.yml
6bcb5fc0 3161F: .gitlab-ci.d/crossbuilds.yml
4fb71636 3162F: .gitlab-ci.d/*py
3758e88b 3163F: scripts/ci/gitlab-pipeline-status
0a8b05c7 3164
7e97017e
AB
3165Guest Test Compilation Support
3166M: Alex Bennée <alex.bennee@linaro.org>
3167R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3168S: Maintained
7e97017e 3169F: tests/tcg/Makefile
c722a9e4 3170F: tests/tcg/Makefile.include
7e97017e 3171
6634f1c4
PMD
3172Acceptance (Integration) Testing with the Avocado framework
3173W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3174R: Cleber Rosa <crosa@redhat.com>
3175R: Philippe Mathieu-Daudé <philmd@redhat.com>
3176R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3177S: Odd Fixes
3178F: tests/acceptance/
3179
717171bd
DB
3180Documentation
3181-------------
3182Build system architecture
3183M: Daniel P. Berrange <berrange@redhat.com>
3184S: Odd Fixes
c39cdbf6 3185F: docs/devel/build-system.txt
8a49e97f 3186
92329a7e
AB
3187GIT Data Mining Config
3188M: Alex Bennée <alex.bennee@linaro.org>
3189S: Odd Fixes
3190F: gitdm.config
3191F: contrib/gitdm/*
3192
b02c9bc3
MA
3193Incompatible changes
3194R: libvir-list@redhat.com
abcd92db 3195F: docs/system/deprecated.rst
b02c9bc3 3196
aef45d51
DB
3197Build System
3198------------
3199GIT submodules
3200M: Daniel P. Berrange <berrange@redhat.com>
3201S: Odd Fixes
3202F: scripts/git-submodule.sh
c10e01b9 3203
ef45a392 3204UI translations
ca263c0f 3205S: Orphaned
ef45a392
AM
3206F: po/*.po
3207
c10e01b9
PM
3208Sphinx documentation configuration and build machinery
3209M: Peter Maydell <peter.maydell@linaro.org>
3210S: Maintained
3211F: docs/conf.py
3212F: docs/*/conf.py
4078ee54 3213F: docs/sphinx/
53fb8bfb
AM
3214
3215Miscellaneous
3216-------------
3217Performance Tools and Tests
3218M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3219S: Maintained
3220F: scripts/performance/