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