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