]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
target/loongarch: Add target build suport
[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 89S: Supported
812b31d3 90F: configs/devices/s390x-softmmu/default.mak
daf14ce3
CH
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?
99eaf137 109T: git https://gitlab.com/cohuck/qemu.git s390-next
daf14ce3
CH
110L: qemu-s390x@nongnu.org
111
e955acd9
PMD
112MIPS general architecture support
113M: Philippe Mathieu-Daudé <f4bug@amsat.org>
114R: Jiaxun Yang <jiaxun.yang@flygoat.com>
115S: Odd Fixes
116K: ^Subject:.*(?i)mips
117
84995ea2
MA
118Guest CPU cores (TCG)
119---------------------
6347e1f1 120Overall TCG CPUs
336f744e 121M: Richard Henderson <richard.henderson@linaro.org>
2185fd67 122R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 123S: Maintained
c7f419f5 124F: softmmu/cpus.c
adf1cfbd 125F: cpus-common.c
6670d4d0 126F: page-vary.c
44b99a6d 127F: page-vary-common.c
c6a88dda 128F: accel/tcg/
9681ad3e 129F: accel/stubs/tcg-stub.c
084cfca1
RH
130F: util/cacheinfo.c
131F: util/cacheflush.c
55fd1892 132F: scripts/decodetree.py
3fdbf5d6 133F: docs/devel/decodetree.rst
2b1641d0
PB
134F: include/exec/cpu*.h
135F: include/exec/exec-all.h
486bbe5f 136F: include/exec/helper*.h
460423d3 137F: include/sysemu/cpus.h
14a48c1d 138F: include/sysemu/tcg.h
78271684 139F: include/hw/core/tcg-cpu-ops.h
486bbe5f 140
1badb586
PM
141FPU emulation
142M: Aurelien Jarno <aurelien@aurel32.net>
143M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
144M: Alex Bennée <alex.bennee@linaro.org>
145S: Maintained
1badb586
PM
146F: fpu/
147F: include/fpu/
0636e4d8 148F: tests/fp/
1badb586 149
6347e1f1 150Alpha TCG CPUs
336f744e 151M: Richard Henderson <richard.henderson@linaro.org>
8d6df264 152S: Maintained
fcf5ef2a 153F: target/alpha/
c0bd0b50 154F: tests/tcg/alpha/
c17652ee 155F: disas/alpha.c
b6f97c14 156
6347e1f1 157ARM TCG CPUs
1ce9ce6a 158M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 159L: qemu-arm@nongnu.org
fd5d5c56 160S: Maintained
fcf5ef2a 161F: target/arm/
c348722c 162F: tests/tcg/arm/
29e0436e 163F: tests/tcg/aarch64/
c32c3d68 164F: tests/qtest/arm-cpu-features.c
8d8b636d
PB
165F: hw/arm/
166F: hw/cpu/a*mpcore.c
f7e242d6 167F: include/hw/cpu/a*mpcore.h
c17652ee
PB
168F: disas/arm-a64.cc
169F: disas/libvixl/
c11a8e89 170F: docs/system/target-arm.rst
6e84a914 171F: docs/system/arm/cpu-features.rst
fd5d5c56 172
49154ea0
EA
173ARM SMMU
174M: Eric Auger <eric.auger@redhat.com>
175L: qemu-arm@nongnu.org
176S: Maintained
177F: hw/arm/smmu*
178F: include/hw/arm/smmu*
bbbd9b6e 179F: tests/avocado/smmu.py
49154ea0 180
c8c0d267
MR
181AVR TCG CPUs
182M: Michael Rolnik <mrolnik@gmail.com>
c8c0d267 183S: Maintained
0abd386d 184F: docs/system/target-avr.rst
12b35405 185F: gdb-xml/avr-cpu.xml
c8c0d267 186F: target/avr/
bbbd9b6e 187F: tests/avocado/machine_avr6.py
c8c0d267 188
6347e1f1 189CRIS TCG CPUs
fd5d5c56
AL
190M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
191S: Maintained
fcf5ef2a 192F: target/cris/
8d8b636d 193F: hw/cris/
c9b90090 194F: include/hw/cris/
c0bd0b50 195F: tests/tcg/cris/
c17652ee 196F: disas/cris.c
fd5d5c56 197
5f508bc2
TS
198Hexagon TCG CPUs
199M: Taylor Simpson <tsimpson@quicinc.com>
200S: Supported
201F: target/hexagon/
202F: linux-user/hexagon/
203F: tests/tcg/hexagon/
204F: disas/hexagon.c
812b31d3 205F: configs/targets/hexagon-linux-user/default.mak
afbdf0a4
ADF
206F: docker/dockerfiles/debian-hexagon-cross.docker
207F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
5f508bc2 208
6347e1f1 209HPPA (PA-RISC) TCG CPUs
336f744e 210M: Richard Henderson <richard.henderson@linaro.org>
61766fe9
RH
211S: Maintained
212F: target/hppa/
213F: disas/hppa.c
214
64baad62
SG
215LoongArch TCG CPUs
216M: Song Gao <gaosong@loongson.cn>
217M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
218S: Maintained
219F: target/loongarch/
220
6347e1f1 221M68K TCG CPUs
595a926d
LV
222M: Laurent Vivier <laurent@vivier.eu>
223S: Maintained
fcf5ef2a 224F: target/m68k/
e9a56114 225F: disas/m68k.c
fd5d5c56 226
6347e1f1 227MicroBlaze TCG CPUs
fd5d5c56
AL
228M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
229S: Maintained
fcf5ef2a 230F: target/microblaze/
8d8b636d 231F: hw/microblaze/
c17652ee 232F: disas/microblaze.c
b58a4e68 233F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
67f80eb4 234F: tests/tcg/nios2/Makefile.target
fd5d5c56 235
6347e1f1 236MIPS TCG CPUs
cf960317 237M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 238R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 239R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 240R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 241S: Odd Fixes
fcf5ef2a 242F: target/mips/
a60442eb 243F: disas/mips.c
1bf84a1e 244F: docs/system/cpu-models-mips.rst.inc
c0bd0b50 245F: tests/tcg/mips/
fd5d5c56 246
a60442eb
PMD
247MIPS TCG CPUs (nanoMIPS ISA)
248S: Orphan
249F: disas/nanomips.*
3f178b8d 250F: target/mips/tcg/*nanomips*
a60442eb 251
6347e1f1 252NiosII TCG CPUs
e671711c
MV
253M: Chris Wulff <crwulff@gmail.com>
254M: Marek Vasut <marex@denx.de>
255S: Maintained
256F: target/nios2/
257F: hw/nios2/
258F: disas/nios2.c
812b31d3 259F: configs/devices/nios2-softmmu/default.mak
2eb4461a 260F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
e671711c 261
6347e1f1 262OpenRISC TCG CPUs
1d7cf18d
SH
263M: Stafford Horne <shorne@gmail.com>
264S: Odd Fixes
fcf5ef2a 265F: target/openrisc/
945dad6d 266F: hw/openrisc/
c0bd0b50 267F: tests/tcg/openrisc/
945dad6d 268
6347e1f1 269PowerPC TCG CPUs
14fe3222
DG
270M: Cédric Le Goater <clg@kaod.org>
271M: Daniel Henrique Barboza <danielhb413@gmail.com>
272R: David Gibson <david@gibson.dropbear.id.au>
273R: Greg Kurz <groug@kaod.org>
a6c98685 274L: qemu-ppc@nongnu.org
fd5d5c56 275S: Maintained
fcf5ef2a 276F: target/ppc/
7ddb120d
DG
277F: hw/ppc/ppc.c
278F: hw/ppc/ppc_booke.c
279F: include/hw/ppc/ppc.h
fd5d5c56 280
6347e1f1 281RISC-V TCG CPUs
c1677bcc 282M: Palmer Dabbelt <palmer@dabbelt.com>
ab2c9128
AF
283M: Alistair Francis <alistair.francis@wdc.com>
284M: Bin Meng <bin.meng@windriver.com>
a094b354 285L: qemu-riscv@nongnu.org
7b91ae7d 286S: Supported
4dc62b15
MC
287F: target/riscv/
288F: hw/riscv/
289F: include/hw/riscv/
f936eac8 290F: linux-user/host/riscv32/
511f3138 291F: linux-user/host/riscv64/
4dc62b15 292
34888f01
PT
293RISC-V XVentanaCondOps extension
294M: Philipp Tomsich <philipp.tomsich@vrull.eu>
295L: qemu-riscv@nongnu.org
296S: Supported
297F: target/riscv/XVentanaCondOps.decode
298F: target/riscv/insn_trans/trans_xventanacondops.c.inc
299
a4f34ecc 300RENESAS RX CPUs
b2744da9
PMD
301R: Yoshinori Sato <ysato@users.sourceforge.jp>
302S: Orphan
a4f34ecc
YS
303F: target/rx/
304
6347e1f1 305S390 TCG CPUs
336f744e 306M: Richard Henderson <richard.henderson@linaro.org>
ced01bb7 307M: David Hildenbrand <david@redhat.com>
fd5d5c56 308S: Maintained
fcf5ef2a 309F: target/s390x/
c9274b6b 310F: target/s390x/tcg
8d8b636d 311F: hw/s390x/
276ba120 312F: tests/tcg/s390x/
146bd283 313L: qemu-s390x@nongnu.org
fd5d5c56 314
6347e1f1 315SH4 TCG CPUs
2d53d0c7
PMD
316R: Yoshinori Sato <ysato@users.sourceforge.jp>
317S: Orphan
fcf5ef2a 318F: target/sh4/
8d8b636d 319F: hw/sh4/
c17652ee 320F: disas/sh4.c
8a90f900 321F: include/hw/sh4/
fd5d5c56 322
6347e1f1 323SPARC TCG CPUs
f2416d3a 324M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 325M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 326S: Maintained
fcf5ef2a 327F: target/sparc/
8d8b636d
PB
328F: hw/sparc/
329F: hw/sparc64/
84dbe974 330F: include/hw/sparc/sparc64.h
c17652ee 331F: disas/sparc.c
fd5d5c56 332
6347e1f1 333X86 TCG CPUs
d46d72fd 334M: Paolo Bonzini <pbonzini@redhat.com>
336f744e 335M: Richard Henderson <richard.henderson@linaro.org>
24c4cd13 336M: Eduardo Habkost <eduardo@habkost.net>
b203a4ba 337S: Maintained
f5cc5a5c 338F: target/i386/tcg/
4132431f 339F: tests/tcg/i386/
3a082ec0 340F: tests/tcg/x86_64/
8d8b636d 341F: hw/i386/
38dec0ef 342F: docs/system/cpu-models-x86*
f953c100 343T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 344
6347e1f1 345Xtensa TCG CPUs
16e7caae 346M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 347W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 348S: Maintained
fcf5ef2a 349F: target/xtensa/
8d8b636d 350F: hw/xtensa/
c0bd0b50 351F: tests/tcg/xtensa/
5a6539e6 352F: disas/xtensa.c
895e4897 353F: include/hw/xtensa/xtensa-isa.h
812b31d3 354F: configs/devices/xtensa*/default.mak
16e7caae 355
6347e1f1 356TriCore TCG CPUs
48e06fe0
BK
357M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
358S: Maintained
fcf5ef2a 359F: target/tricore/
48e06fe0 360F: hw/tricore/
d46d14e6 361F: include/hw/tricore/
be78e799 362F: tests/tcg/tricore/
48e06fe0 363
dd28bebd
AB
364Multiarch Linux User Tests
365M: Alex Bennée <alex.bennee@linaro.org>
00a25291 366S: Maintained
dd28bebd
AB
367F: tests/tcg/multiarch/
368
84995ea2
MA
369Guest CPU Cores (KVM)
370---------------------
6347e1f1 371Overall KVM CPUs
c6d559d9 372M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
373L: kvm@vger.kernel.org
374S: Supported
a6bb42f2 375F: */*/kvm*
1962cb20 376F: accel/kvm/
9681ad3e
TH
377F: accel/stubs/kvm-stub.c
378F: include/hw/kvm/
a95e9a48 379F: include/sysemu/kvm*.h
9681ad3e 380F: scripts/kvm/kvm_flightrecorder
fd5d5c56 381
6347e1f1 382ARM KVM CPUs
ed4659d1 383M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 384L: qemu-arm@nongnu.org
ed4659d1 385S: Maintained
fcf5ef2a 386F: target/arm/kvm.c
ed4659d1 387
6347e1f1 388MIPS KVM CPUs
dab1e1e1 389M: Huacai Chen <chenhuacai@kernel.org>
134f7f7d 390S: Odd Fixes
85d8da3f
PMD
391F: target/mips/kvm*
392F: target/mips/sysemu/
a31896c4 393
6347e1f1 394PPC KVM CPUs
14fe3222
DG
395M: Cédric Le Goater <clg@kaod.org>
396M: Daniel Henrique Barboza <danielhb413@gmail.com>
397R: David Gibson <david@gibson.dropbear.id.au>
398R: Greg Kurz <groug@kaod.org>
fd5d5c56 399S: Maintained
fcf5ef2a 400F: target/ppc/kvm.c
fd5d5c56 401
6347e1f1 402S390 KVM CPUs
7c8e2647 403M: Halil Pasic <pasic@linux.ibm.com>
2c092950 404M: Christian Borntraeger <borntraeger@linux.ibm.com>
0922e8c0 405S: Supported
67043607 406F: target/s390x/kvm/
fcf5ef2a 407F: target/s390x/machine.c
74b4c74d 408F: target/s390x/sigp.c
c3347ed0
JF
409F: hw/s390x/pv.c
410F: include/hw/s390x/pv.h
c5bfb202 411F: gdb-xml/s390*.xml
e18a8b34 412T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 413L: qemu-s390x@nongnu.org
fd5d5c56 414
6347e1f1 415X86 KVM CPUs
d46d72fd 416M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
417M: Marcelo Tosatti <mtosatti@redhat.com>
418L: kvm@vger.kernel.org
419S: Supported
96a46def 420F: docs/system/i386/amd-memory-encryption.rst
a821186e 421F: docs/system/i386/sgx.rst
a9dc68d9 422F: target/i386/kvm/
8c9e7f8c 423F: target/i386/sev*
9681ad3e 424F: scripts/kvm/vmxcap
fd5d5c56 425
79ac3915
PMD
426Guest CPU Cores (other accelerators)
427------------------------------------
428Overall
336f744e 429M: Richard Henderson <richard.henderson@linaro.org>
79ac3915
PMD
430R: Paolo Bonzini <pbonzini@redhat.com>
431S: Maintained
940e43aa 432F: include/qemu/accel.h
b86f59c7 433F: include/sysemu/accel-ops.h
fb6916dd 434F: include/hw/core/accel-cpu.h
b86f59c7 435F: accel/accel-*.c
79ac3915
PMD
436F: accel/Makefile.objs
437F: accel/stubs/Makefile.objs
438
a1477da3
AG
439Apple Silicon HVF CPUs
440M: Alexander Graf <agraf@csgraf.de>
441S: Maintained
442F: target/arm/hvf/
443
674fc21f 444X86 HVF CPUs
de6b528b 445M: Cameron Esfahani <dirty@apple.com>
674fc21f 446M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 447W: https://wiki.qemu.org/Features/HVF
674fc21f 448S: Maintained
674fc21f 449F: target/i386/hvf/
d57bc3c1
AG
450
451HVF
452M: Cameron Esfahani <dirty@apple.com>
453M: Roman Bolshakov <r.bolshakov@yadro.com>
454W: https://wiki.qemu.org/Features/HVF
455S: Maintained
456F: accel/hvf/
674fc21f 457F: include/sysemu/hvf.h
d57bc3c1 458F: include/sysemu/hvf_int.h
674fc21f 459
c220cdec
SM
460WHPX CPUs
461M: Sunil Muthuswamy <sunilmut@microsoft.com>
462S: Supported
1fc33bb9 463F: target/i386/whpx/
c220cdec
SM
464F: include/sysemu/whpx.h
465
84995ea2
MA
466Guest CPU Cores (Xen)
467---------------------
6347e1f1 468X86 Xen CPUs
3623c57e
SS
469M: Stefano Stabellini <sstabellini@kernel.org>
470M: Anthony Perard <anthony.perard@citrix.com>
784e9727 471M: Paul Durrant <paul@xen.org>
6d06220a 472L: xen-devel@lists.xenproject.org
8a6b0cd7 473S: Supported
8a6b0cd7 474F: */xen*
da278d58 475F: accel/xen/*
b827891d 476F: hw/9pfs/xen-9p*
c92451c2
PB
477F: hw/char/xen_console.c
478F: hw/display/xenfb.c
479F: hw/net/xen_nic.c
758af9cf 480F: hw/usb/xen-usb.c
1a72d9ae 481F: hw/block/xen*
4ea7d1a7 482F: hw/block/dataplane/xen*
c92451c2
PB
483F: hw/xen/
484F: hw/xenpv/
9027ac50 485F: hw/i386/xen/
1401897c 486F: hw/pci-host/xen_igd_pt.c
fcab2b46 487F: include/hw/block/dataplane/xen*
c92451c2 488F: include/hw/xen/
da278d58 489F: include/sysemu/xen.h
9027ac50 490F: include/sysemu/xen-mapcache.h
71f364b7 491F: stubs/xen-hw-stub.c
8a6b0cd7 492
6c94b952
CX
493Guest CPU Cores (HAXM)
494---------------------
495X86 HAXM CPUs
496M: Wenchao Wang <wenchao.wang@intel.com>
6c94b952
CX
497L: haxm-team@intel.com
498W: https://github.com/intel/haxm/issues
499S: Maintained
f7091f5f 500F: accel/stubs/hax-stub.c
6c94b952 501F: include/sysemu/hax.h
7fdef0d4 502F: target/i386/hax/
6c94b952 503
39becfce
RZ
504Guest CPU Cores (NVMM)
505----------------------
506NetBSD Virtual Machine Monitor (NVMM) CPU support
507M: Kamil Rytarowski <kamil@netbsd.org>
508M: Reinoud Zandijk <reinoud@netbsd.org>
509S: Maintained
510F: include/sysemu/nvmm.h
511F: target/i386/nvmm/
512
84995ea2
MA
513Hosts
514-----
1bdd6874 515LINUX
f5fecb49
PMD
516M: Michael S. Tsirkin <mst@redhat.com>
517M: Cornelia Huck <cohuck@redhat.com>
518M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 519S: Maintained
1bdd6874 520F: linux-headers/
f5fecb49 521F: scripts/update-linux-headers.sh
1bdd6874
SW
522
523POSIX
f3f0204d 524M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 525S: Maintained
f3f0204d
PMD
526F: os-posix.c
527F: include/sysemu/os-posix.h
528F: util/*posix*.c
529F: include/qemu/*posix*.h
1bdd6874 530
3c2bdbc1 531NETBSD
3c2bdbc1 532M: Kamil Rytarowski <kamil@netbsd.org>
39becfce
RZ
533M: Reinoud Zandijk <reinoud@netbsd.org>
534M: Ryo ONODERA <ryoon@netbsd.org>
3c2bdbc1 535S: Maintained
1b61270b 536K: ^Subject:.*(?i)NetBSD
3c2bdbc1 537
0a773d55 538OPENBSD
0a773d55
BS
539M: Brad Smith <brad@comstyle.com>
540S: Maintained
541K: ^Subject:.*(?i)OpenBSD
542
1bdd6874 543W32, W64
1bdd6874
SW
544M: Stefan Weil <sw@weilnetz.de>
545S: Maintained
546F: *win32*
03972660
TH
547F: */*win32*
548F: include/*/*win32*
549X: qga/*win32*
885bdc95 550F: qemu.nsi
1bdd6874 551
c82b7ef1
PMD
552Darwin (macOS, iOS)
553M: Philippe Mathieu-Daudé <f4bug@amsat.org>
554S: Odd Fixes
555F: .gitlab-ci.d/cirrus/macos-*
556F: */*.m
557
b250d04a 558Alpha Machines
84995ea2 559--------------
336f744e 560M: Richard Henderson <richard.henderson@linaro.org>
b250d04a
PMD
561S: Maintained
562F: hw/alpha/
7bea0dd4 563F: hw/isa/smc37c669-superio.c
8d8a8ab5 564F: tests/tcg/alpha/system/
b250d04a 565
fd5d5c56
AL
566ARM Machines
567------------
84291fe7 568Allwinner-a10
85b4d5da 569M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 570M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 571L: qemu-arm@nongnu.org
a00d7f20 572S: Odd Fixes
85b4d5da
BG
573F: hw/*/allwinner*
574F: include/hw/*/allwinner*
84291fe7 575F: hw/arm/cubieboard.c
d4a7c362 576F: docs/system/arm/cubieboard.rst
84291fe7 577
740dafc0
NL
578Allwinner-h3
579M: Niek Linnenbank <nieklinnenbank@gmail.com>
580L: qemu-arm@nongnu.org
581S: Maintained
582F: hw/*/allwinner-h3*
583F: include/hw/*/allwinner-h3*
b0c96666 584F: hw/arm/orangepi.c
c67d732c 585F: docs/system/arm/orangepi.rst
740dafc0 586
e5a6a6e6 587ARM PrimeCell and CMSDK devices
06271000 588M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 589L: qemu-arm@nongnu.org
06271000
PB
590S: Maintained
591F: hw/char/pl011.c
c6427ff7 592F: include/hw/char/pl011.h
06271000
PB
593F: hw/display/pl110*
594F: hw/dma/pl080.c
aa74e355 595F: include/hw/dma/pl080.h
06271000
PB
596F: hw/dma/pl330.c
597F: hw/gpio/pl061.c
598F: hw/input/pl050.c
599F: hw/intc/pl190.c
600F: hw/sd/pl181.c
1d52866f
PM
601F: hw/ssi/pl022.c
602F: include/hw/ssi/pl022.h
877c181c
PMD
603F: hw/rtc/pl031.c
604F: include/hw/rtc/pl031.h
06271000 605F: include/hw/arm/primecell.h
e5a6a6e6
PM
606F: hw/timer/cmsdk-apb-timer.c
607F: include/hw/timer/cmsdk-apb-timer.h
30858daf 608F: tests/qtest/cmsdk-apb-timer-test.c
4f4c6206
PM
609F: hw/timer/cmsdk-apb-dualtimer.c
610F: include/hw/timer/cmsdk-apb-dualtimer.h
9bc064b5 611F: tests/qtest/cmsdk-apb-dualtimer-test.c
e5a6a6e6
PM
612F: hw/char/cmsdk-apb-uart.c
613F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
614F: hw/watchdog/cmsdk-apb-watchdog.c
615F: include/hw/watchdog/cmsdk-apb-watchdog.h
9cf5eb29 616F: tests/qtest/cmsdk-apb-watchdog-test.c
0d4a7551
PM
617F: hw/misc/tz-ppc.c
618F: include/hw/misc/tz-ppc.h
344f4b15
PM
619F: hw/misc/tz-mpc.c
620F: include/hw/misc/tz-mpc.h
211e701d
PM
621F: hw/misc/tz-msc.c
622F: include/hw/misc/tz-msc.h
06271000
PB
623
624ARM cores
625M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 626L: qemu-arm@nongnu.org
06271000
PB
627S: Maintained
628F: hw/intc/arm*
629F: hw/intc/gic_internal.h
630F: hw/misc/a9scu.c
631F: hw/misc/arm11scu.c
b7f30114 632F: hw/misc/arm_l2x0.c
2f9db77e 633F: hw/misc/armv7m_ras.c
06271000 634F: hw/timer/a9gtimer*
c6427ff7
PMD
635F: hw/timer/arm*
636F: include/hw/arm/arm*.h
06271000
PB
637F: include/hw/intc/arm*
638F: include/hw/misc/a9scu.h
639F: include/hw/misc/arm11scu.h
640F: include/hw/timer/a9gtimer.h
641F: include/hw/timer/arm_mptimer.h
c6427ff7 642F: include/hw/timer/armv7m_systick.h
2f9db77e 643F: include/hw/misc/armv7m_ras.h
1e8a1fae 644F: tests/qtest/test-arm-mptimer.c
06271000 645
fc63dcff 646Exynos
f44c5c67 647M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 648M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 649L: qemu-arm@nongnu.org
a00d7f20 650S: Odd Fixes
8d8b636d 651F: hw/*/exynos*
78cb12a9 652F: include/hw/*/exynos*
fc63dcff 653
766fd09f 654Calxeda Highbank
9ef137ca 655M: Rob Herring <robh@kernel.org>
a00d7f20 656M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 657L: qemu-arm@nongnu.org
a00d7f20 658S: Odd Fixes
8d8b636d
PB
659F: hw/arm/highbank.c
660F: hw/net/xgmac.c
c90df7ce 661F: docs/system/arm/highbank.rst
766fd09f 662
9082f121
AP
663Canon DIGIC
664M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 665M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 666L: qemu-arm@nongnu.org
a00d7f20 667S: Odd Fixes
9082f121
AP
668F: include/hw/arm/digic.h
669F: hw/*/digic*
7ad5f2d1 670F: include/hw/*/digic*
bbbd9b6e 671F: tests/avocado/machine_arm_canona1100.py
2d21dd17 672F: docs/system/arm/digic.rst
9082f121 673
9c8fdcec
AP
674Goldfish RTC
675M: Anup Patel <anup.patel@wdc.com>
676M: Alistair Francis <Alistair.Francis@wdc.com>
677L: qemu-riscv@nongnu.org
678S: Maintained
679F: hw/rtc/goldfish_rtc.c
680F: include/hw/rtc/goldfish_rtc.h
681
fd5d5c56 682Gumstix
a00d7f20
PM
683M: Peter Maydell <peter.maydell@linaro.org>
684R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b4f2bd1c 685L: qemu-arm@nongnu.org
1f7161d2 686S: Odd Fixes
8d8b636d 687F: hw/arm/gumstix.c
bb309000 688F: docs/system/arm/gumstix.rst
fd5d5c56 689
123a069a
TH
690i.MX25 PDK
691M: Peter Maydell <peter.maydell@linaro.org>
692R: Jean-Christophe Dubois <jcd@tribudubois.net>
693L: qemu-arm@nongnu.org
694S: Odd Fixes
695F: hw/arm/fsl-imx25.c
696F: hw/arm/imx25_pdk.c
697F: hw/misc/imx25_ccm.c
37f95959 698F: hw/watchdog/wdt_imx2.c
123a069a
TH
699F: include/hw/arm/fsl-imx25.h
700F: include/hw/misc/imx25_ccm.h
37f95959 701F: include/hw/watchdog/wdt_imx2.h
b1b3e3e3 702F: docs/system/arm/imx25-pdk.rst
123a069a 703
95a5db3a 704i.MX31 (kzm)
a00d7f20 705M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 706L: qemu-arm@nongnu.org
95a5db3a 707S: Odd Fixes
8d8b636d 708F: hw/arm/kzm.c
95a5db3a
TH
709F: hw/*/imx_*
710F: hw/*/*imx31*
711F: include/hw/*/imx_*
712F: include/hw/*/*imx31*
fa6c9394 713F: docs/system/arm/kzm.rst
0325559d 714
fd5d5c56 715Integrator CP
1ce9ce6a 716M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 717L: qemu-arm@nongnu.org
fd5d5c56 718S: Maintained
8d8b636d 719F: hw/arm/integratorcp.c
f7e242d6 720F: hw/misc/arm_integrator_debug.c
b7f30114 721F: include/hw/misc/arm_integrator_debug.h
bbbd9b6e 722F: tests/avocado/machine_arm_integratorcp.py
c11a8e89 723F: docs/system/arm/integratorcp.rst
fd5d5c56 724
95a5db3a
TH
725MCIMX6UL EVK / i.MX6ul
726M: Peter Maydell <peter.maydell@linaro.org>
727R: Jean-Christophe Dubois <jcd@tribudubois.net>
728L: qemu-arm@nongnu.org
729S: Odd Fixes
730F: hw/arm/mcimx6ul-evk.c
731F: hw/arm/fsl-imx6ul.c
732F: hw/misc/imx6ul_ccm.c
733F: include/hw/arm/fsl-imx6ul.h
734F: include/hw/misc/imx6ul_ccm.h
735
736MCIMX7D SABRE / i.MX7
737M: Peter Maydell <peter.maydell@linaro.org>
738R: Andrey Smirnov <andrew.smirnov@gmail.com>
739L: qemu-arm@nongnu.org
740S: Odd Fixes
741F: hw/arm/mcimx7d-sabre.c
742F: hw/arm/fsl-imx7.c
b7f30114 743F: hw/misc/imx7_*.c
95a5db3a 744F: include/hw/arm/fsl-imx7.h
b7f30114 745F: include/hw/misc/imx7_*.h
95a5db3a
TH
746F: hw/pci-host/designware.c
747F: include/hw/pci-host/designware.h
748
e5a6a6e6
PM
749MPS2
750M: Peter Maydell <peter.maydell@linaro.org>
751L: qemu-arm@nongnu.org
752S: Maintained
753F: hw/arm/mps2.c
0d4a7551
PM
754F: hw/arm/mps2-tz.c
755F: hw/misc/mps2-*.c
756F: include/hw/misc/mps2-*.h
6eee5d24
PM
757F: hw/arm/armsse.c
758F: include/hw/arm/armsse.h
c56c5760
PMD
759F: hw/misc/iotkit-secctl.c
760F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
761F: hw/misc/iotkit-sysctl.c
762F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
763F: hw/misc/iotkit-sysinfo.c
764F: include/hw/misc/iotkit-sysinfo.h
4239b311
PM
765F: hw/misc/armsse-cpu-pwrctrl.c
766F: include/hw/misc/armsse-cpu-pwrctrl.h
5aeb3689
PM
767F: hw/misc/armsse-cpuid.c
768F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
769F: hw/misc/armsse-mhu.c
770F: include/hw/misc/armsse-mhu.h
0d10df30
PM
771F: hw/timer/sse-counter.c
772F: include/hw/timer/sse-counter.h
0b8ceee8
PM
773F: hw/timer/sse-timer.c
774F: include/hw/timer/sse-timer.h
1eca58aa 775F: tests/qtest/sse-timer-test.c
ba7912a5 776F: docs/system/arm/mps2.rst
e5a6a6e6 777
8f69a4c1
PM
778Musca
779M: Peter Maydell <peter.maydell@linaro.org>
780L: qemu-arm@nongnu.org
781S: Maintained
782F: hw/arm/musca.c
9f8f640e 783F: docs/system/arm/musca.rst
8f69a4c1 784
fd5d5c56
AL
785Musicpal
786M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 787M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 788L: qemu-arm@nongnu.org
a00d7f20 789S: Odd Fixes
8d8b636d 790F: hw/arm/musicpal.c
6d81f488
PMD
791F: hw/net/mv88w8618_eth.c
792F: include/hw/net/mv88w8618_eth.h
c11a8e89 793F: docs/system/arm/musicpal.rst
fd5d5c56 794
e5a7ba87
HS
795Nuvoton NPCM7xx
796M: Havard Skinnemoen <hskinnemoen@google.com>
797M: Tyrone Ting <kfting@nuvoton.com>
798L: qemu-arm@nongnu.org
799S: Supported
800F: hw/*/npcm7xx*
801F: include/hw/*/npcm7xx*
7d378ed6 802F: tests/qtest/npcm7xx*
d1cb5eda
HS
803F: pc-bios/npcm7xx_bootrom.bin
804F: roms/vbootrom
71703116 805F: docs/system/arm/nuvoton.rst
e5a7ba87 806
fd5d5c56 807nSeries
a00d7f20 808M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 809L: qemu-arm@nongnu.org
a00d7f20 810S: Odd Fixes
8d8b636d 811F: hw/arm/nseries.c
8a08cc71 812F: hw/display/blizzard.c
b7f30114
TH
813F: hw/input/lm832x.c
814F: hw/input/tsc2005.c
815F: hw/misc/cbus.c
6a648a5f 816F: hw/rtc/twl92230.c
8a08cc71 817F: include/hw/display/blizzard.h
410bbee1 818F: include/hw/input/lm832x.h
a331dd02 819F: include/hw/input/tsc2xxx.h
e8fa3958 820F: include/hw/misc/cbus.h
bbbd9b6e 821F: tests/avocado/machine_arm_n8x0.py
c11a8e89 822F: docs/system/arm/nseries.rst
fd5d5c56
AL
823
824Palm
a00d7f20 825M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 826L: qemu-arm@nongnu.org
a00d7f20 827S: Odd Fixes
8d8b636d 828F: hw/arm/palm.c
b7f30114 829F: hw/input/tsc210x.c
a331dd02 830F: include/hw/input/tsc2xxx.h
c11a8e89 831F: docs/system/arm/palm.rst
fd5d5c56 832
95a5db3a
TH
833Raspberry Pi
834M: Peter Maydell <peter.maydell@linaro.org>
95a5db3a
TH
835R: Philippe Mathieu-Daudé <f4bug@amsat.org>
836L: qemu-arm@nongnu.org
837S: Odd Fixes
123a069a 838F: hw/arm/raspi.c
95a5db3a
TH
839F: hw/arm/raspi_platform.h
840F: hw/*/bcm283*
841F: include/hw/arm/raspi*
842F: include/hw/*/bcm283*
d9f2ac3d 843F: docs/system/arm/raspi.rst
95a5db3a 844
fd5d5c56 845Real View
1ce9ce6a 846M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 847L: qemu-arm@nongnu.org
fd5d5c56 848S: Maintained
8d8b636d 849F: hw/arm/realview*
f7e242d6 850F: hw/cpu/realview_mpcore.c
5ea53049
PB
851F: hw/intc/realview_gic.c
852F: include/hw/intc/realview_gic.h
c11a8e89 853F: docs/system/arm/realview.rst
fd5d5c56 854
9b31bff0 855PXA2XX
a00d7f20 856M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 857L: qemu-arm@nongnu.org
a00d7f20 858S: Odd Fixes
9b31bff0 859F: hw/arm/mainstone.c
8d8b636d 860F: hw/arm/spitz.c
9b31bff0
PB
861F: hw/arm/tosa.c
862F: hw/arm/z2.c
863F: hw/*/pxa2xx*
123a069a
TH
864F: hw/display/tc6393xb.c
865F: hw/gpio/max7310.c
866F: hw/gpio/zaurus.c
f7e242d6 867F: hw/misc/mst_fpga.c
58f3e3fe
CM
868F: hw/adc/max111x.c
869F: include/hw/adc/max111x.h
ed0db866 870F: include/hw/arm/pxa.h
123a069a 871F: include/hw/arm/sharpsl.h
ee2ccc57 872F: include/hw/display/tc6393xb.h
c11a8e89 873F: docs/system/arm/xscale.rst
c9543db4 874F: docs/system/arm/mainstone.rst
fd5d5c56 875
95a5db3a
TH
876SABRELITE / i.MX6
877M: Peter Maydell <peter.maydell@linaro.org>
878R: Jean-Christophe Dubois <jcd@tribudubois.net>
879L: qemu-arm@nongnu.org
880S: Odd Fixes
881F: hw/arm/sabrelite.c
882F: hw/arm/fsl-imx6.c
b7f30114 883F: hw/misc/imx6_*.c
95a5db3a 884F: hw/ssi/imx_spi.c
0701a5ef
GR
885F: hw/usb/imx-usb-phy.c
886F: include/hw/usb/imx-usb-phy.h
95a5db3a 887F: include/hw/arm/fsl-imx6.h
b7f30114 888F: include/hw/misc/imx6_*.h
95a5db3a
TH
889F: include/hw/ssi/imx_spi.h
890
64580903 891SBSA-REF
428a3777 892M: Radoslaw Biernacki <rad@semihalf.com>
64580903 893M: Peter Maydell <peter.maydell@linaro.org>
14d5addc 894R: Leif Lindholm <quic_llindhol@quicinc.com>
64580903
HZ
895L: qemu-arm@nongnu.org
896S: Maintained
897F: hw/arm/sbsa-ref.c
9eeeb80a 898F: docs/system/arm/sbsa.rst
64580903 899
671f11b2
TH
900Sharp SL-5500 (Collie) PDA
901M: Peter Maydell <peter.maydell@linaro.org>
902L: qemu-arm@nongnu.org
903S: Odd Fixes
904F: hw/arm/collie.c
905F: hw/arm/strongarm*
b76b60f5 906F: docs/system/arm/collie.rst
671f11b2 907
fd5d5c56 908Stellaris
1ce9ce6a 909M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 910L: qemu-arm@nongnu.org
fd5d5c56 911S: Maintained
8d8b636d 912F: hw/*/stellaris*
98fa3327 913F: include/hw/input/gamepad.h
c11a8e89 914F: docs/system/arm/stellaris.rst
fd5d5c56 915
2ac2410c
AI
916STM32VLDISCOVERY
917M: Alexandre Iooss <erdnaxe@crans.org>
918L: qemu-arm@nongnu.org
919S: Maintained
920F: hw/arm/stm32vldiscovery.c
1af060e5 921F: docs/system/arm/stm32.rst
2ac2410c 922
95a5db3a
TH
923Versatile Express
924M: Peter Maydell <peter.maydell@linaro.org>
925L: qemu-arm@nongnu.org
926S: Maintained
927F: hw/arm/vexpress.c
5a1d4244 928F: docs/system/arm/vexpress.rst
95a5db3a 929
fd5d5c56 930Versatile PB
1ce9ce6a 931M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 932L: qemu-arm@nongnu.org
fd5d5c56 933S: Maintained
8d8b636d 934F: hw/*/versatile*
f61c3fb5 935F: include/hw/i2c/arm_sbcon_i2c.h
c6427ff7 936F: hw/misc/arm_sysctl.c
c11a8e89 937F: docs/system/arm/versatile.rst
fd5d5c56 938
95a5db3a
TH
939Virt
940M: Peter Maydell <peter.maydell@linaro.org>
941L: qemu-arm@nongnu.org
942S: Maintained
943F: hw/arm/virt*
944F: include/hw/arm/virt.h
6a0b7505 945F: docs/system/arm/virt.rst
11593544 946F: tests/avocado/machine_aarch64_virt.py
95a5db3a 947
e3260506 948Xilinx Zynq
cc0100f4 949M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 950M: Alistair Francis <alistair@alistair23.me>
a00d7f20 951M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 952L: qemu-arm@nongnu.org
e3260506 953S: Maintained
cc0100f4 954F: hw/*/xilinx_*
8d8b636d 955F: hw/*/cadence_*
246f530c
CM
956F: hw/misc/zynq_slcr.c
957F: hw/adc/zynq-xadc.c
958F: include/hw/misc/zynq_slcr.h
959F: include/hw/adc/zynq-xadc.h
cc0100f4 960X: hw/ssi/xilinx_*
e3260506 961
ff9e157b 962Xilinx ZynqMP and Versal
c22e580c 963M: Alistair Francis <alistair@alistair23.me>
cc0100f4 964M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 965M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 966L: qemu-arm@nongnu.org
137805f5 967S: Maintained
cc0100f4 968F: hw/*/xlnx*.c
f586d5fc 969F: include/hw/*/xlnx*.h
24d6d8bf
PMD
970F: include/hw/ssi/xilinx_spips.h
971F: hw/display/dpcd.c
972F: include/hw/display/dpcd.h
ff9e157b 973F: docs/system/arm/xlnx-versal-virt.rst
137805f5 974
72e58848
FI
975Xilinx Versal OSPI
976M: Francisco Iglesias <francisco.iglesias@xilinx.com>
977S: Maintained
978F: hw/ssi/xlnx-versal-ospi.c
979F: include/hw/ssi/xlnx-versal-ospi.h
980
8f4d260e 981ARM ACPI Subsystem
e59f13d7 982M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 983L: qemu-arm@nongnu.org
8f4d260e
SZ
984S: Maintained
985F: hw/arm/virt-acpi-build.c
8f4d260e 986
0f76debd
AI
987STM32F100
988M: Alexandre Iooss <erdnaxe@crans.org>
989L: qemu-arm@nongnu.org
990S: Maintained
991F: hw/arm/stm32f100_soc.c
992
a1f8193b
AF
993STM32F205
994M: Alistair Francis <alistair@alistair23.me>
a00d7f20 995M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 996L: qemu-arm@nongnu.org
a1f8193b
AF
997S: Maintained
998F: hw/arm/stm32f205_soc.c
999F: hw/misc/stm32f2xx_syscfg.c
1000F: hw/char/stm32f2xx_usart.c
1001F: hw/timer/stm32f2xx_timer.c
1002F: hw/adc/*
1003F: hw/ssi/stm32f2xx_spi.c
0e0d345b 1004F: include/hw/*/stm32*.h
a1f8193b 1005
529fc5fd
AF
1006STM32F405
1007M: Alistair Francis <alistair@alistair23.me>
1008M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1009L: qemu-arm@nongnu.org
529fc5fd
AF
1010S: Maintained
1011F: hw/arm/stm32f405_soc.c
1012F: hw/misc/stm32f4xx_syscfg.c
1013F: hw/misc/stm32f4xx_exti.c
1014
a1f8193b
AF
1015Netduino 2
1016M: Alistair Francis <alistair@alistair23.me>
a00d7f20 1017M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1018L: qemu-arm@nongnu.org
a1f8193b
AF
1019S: Maintained
1020F: hw/arm/netduino2.c
1021
60d6c427
AF
1022Netduino Plus 2
1023M: Alistair Francis <alistair@alistair23.me>
1024M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1025L: qemu-arm@nongnu.org
60d6c427
AF
1026S: Maintained
1027F: hw/arm/netduinoplus2.c
1028
670bc4cb
SS
1029SmartFusion2
1030M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1031M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1032L: qemu-arm@nongnu.org
670bc4cb
SS
1033S: Maintained
1034F: hw/arm/msf2-soc.c
1035F: hw/misc/msf2-sysreg.c
1036F: hw/timer/mss-timer.c
1037F: hw/ssi/mss-spi.c
1038F: include/hw/arm/msf2-soc.h
1039F: include/hw/misc/msf2-sysreg.h
1040F: include/hw/timer/mss-timer.h
1041F: include/hw/ssi/mss-spi.h
1c664378
SS
1042F: hw/net/msf2-emac.c
1043F: include/hw/net/msf2-emac.h
670bc4cb
SS
1044
1045Emcraft M2S-FG484
1046M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1047M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1048L: qemu-arm@nongnu.org
670bc4cb
SS
1049S: Maintained
1050F: hw/arm/msf2-som.c
3f65df38 1051F: docs/system/arm/emcraft-sf2.rst
670bc4cb 1052
f87db1ba
JS
1053ASPEED BMCs
1054M: Cédric Le Goater <clg@kaod.org>
a00d7f20 1055M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
1056R: Andrew Jeffery <andrew@aj.id.au>
1057R: Joel Stanley <joel@jms.id.au>
1058L: qemu-arm@nongnu.org
1059S: Maintained
1060F: hw/*/*aspeed*
b7f30114 1061F: hw/misc/pca9552.c
f87db1ba 1062F: include/hw/*/*aspeed*
b7f30114 1063F: include/hw/misc/pca9552*.h
f87db1ba
JS
1064F: hw/net/ftgmac100.c
1065F: include/hw/net/ftgmac100.h
de8ee7d4 1066F: docs/system/arm/aspeed.rst
66609952 1067F: tests/qtest/*aspeed*
f87db1ba 1068
c0066d1a
JS
1069NRF51
1070M: Joel Stanley <joel@jms.id.au>
a00d7f20 1071M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
1072L: qemu-arm@nongnu.org
1073S: Maintained
c8de3f5f
SH
1074F: hw/*/nrf51*.c
1075F: hw/*/microbit*.c
1076F: include/hw/*/nrf51*.h
1077F: include/hw/*/microbit*.h
1e8a1fae 1078F: tests/qtest/microbit-test.c
90a76c63 1079F: docs/system/arm/nrf.rst
c0066d1a 1080
42f3ff00
MR
1081AVR Machines
1082-------------
1083
1084AVR MCUs
1085M: Michael Rolnik <mrolnik@gmail.com>
42f3ff00 1086S: Maintained
812b31d3 1087F: configs/devices/avr-softmmu/default.mak
7dd8f6fd 1088F: hw/avr/
429ca9d6
MR
1089F: include/hw/char/avr_usart.h
1090F: hw/char/avr_usart.c
8ff47bc1
MR
1091F: include/hw/timer/avr_timer16.h
1092F: hw/timer/avr_timer16.c
dc288de0
MR
1093F: include/hw/misc/avr_power.h
1094F: hw/misc/avr_power.c
42f3ff00 1095
50486d63
PMD
1096Arduino
1097M: Philippe Mathieu-Daudé <f4bug@amsat.org>
50486d63
PMD
1098S: Maintained
1099F: hw/avr/arduino.c
1100
fd5d5c56
AL
1101CRIS Machines
1102-------------
1103Axis Dev88
1104M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1105S: Maintained
8d8b636d 1106F: hw/cris/axis_dev88.c
6e481d57 1107F: hw/*/etraxfs_*.c
fd5d5c56 1108
e188396c
PMD
1109HP-PARISC Machines
1110------------------
18092598 1111HP B160L
336f744e 1112M: Richard Henderson <richard.henderson@linaro.org>
e188396c
PMD
1113R: Helge Deller <deller@gmx.de>
1114S: Odd Fixes
812b31d3 1115F: configs/devices/hppa-softmmu/default.mak
e188396c 1116F: hw/hppa/
11f976ad 1117F: hw/net/*i82596*
45f569a1 1118F: hw/misc/lasi.c
0db9350e 1119F: hw/pci-host/dino.c
45f569a1 1120F: include/hw/misc/lasi.h
11f976ad 1121F: include/hw/net/lasi_82596.h
0db9350e 1122F: include/hw/pci-host/dino.h
e188396c
PMD
1123F: pc-bios/hppa-firmware.img
1124
afcacd53 1125M68K Machines
fd5d5c56
AL
1126-------------
1127an5206
5baf2741
TH
1128M: Thomas Huth <huth@tuxfamily.org>
1129S: Odd Fixes
8d8b636d 1130F: hw/m68k/an5206.c
e9a56114 1131F: hw/m68k/mcf5206.c
fd5d5c56 1132
fd5d5c56 1133mcf5208
5baf2741
TH
1134M: Thomas Huth <huth@tuxfamily.org>
1135S: Odd Fixes
8d8b636d 1136F: hw/m68k/mcf5208.c
e9a56114
TH
1137F: hw/m68k/mcf_intc.c
1138F: hw/char/mcf_uart.c
1139F: hw/net/mcf_fec.c
5baf2741 1140F: include/hw/m68k/mcf*.h
fd5d5c56 1141
1810b815
TH
1142NeXTcube
1143M: Thomas Huth <huth@tuxfamily.org>
1144S: Odd Fixes
1145F: hw/m68k/next-*.c
1146F: hw/display/next-fb.c
1147F: include/hw/m68k/next-cube.h
1148
6dca62a0
LV
1149q800
1150M: Laurent Vivier <laurent@vivier.eu>
1151S: Maintained
04e7ca8d 1152F: hw/m68k/q800.c
6dca62a0 1153F: hw/misc/mac_via.c
fa2ba3b8 1154F: hw/nubus/*
8ac919a0 1155F: hw/display/macfb.c
c701ec62 1156F: hw/block/swim.c
04e7ca8d 1157F: hw/m68k/bootinfo.h
382d71af
LV
1158F: include/standard-headers/asm-m68k/bootinfo.h
1159F: include/standard-headers/asm-m68k/bootinfo-mac.h
6dca62a0 1160F: include/hw/misc/mac_via.h
fa2ba3b8 1161F: include/hw/nubus/*
8ac919a0 1162F: include/hw/display/macfb.h
c701ec62 1163F: include/hw/block/swim.h
6dca62a0 1164
e1cecdca
LV
1165virt
1166M: Laurent Vivier <laurent@vivier.eu>
1167S: Maintained
1168F: hw/m68k/virt.c
1169F: hw/char/goldfish_tty.c
1170F: hw/intc/goldfish_pic.c
1171F: hw/intc/m68k_irqc.c
1172F: hw/misc/virt_ctrl.c
1173F: include/hw/char/goldfish_tty.h
1174F: include/hw/intc/goldfish_pic.h
1175F: include/hw/intc/m68k_irqc.h
1176F: include/hw/misc/virt_ctrl.h
1177
fd5d5c56
AL
1178MicroBlaze Machines
1179-------------------
1180petalogix_s3adsp1800
1181M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1182S: Maintained
6e481d57 1183F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1184F: include/hw/char/xilinx_uartlite.h
bbbd9b6e 1185F: tests/avocado/machine_microblaze.py
fd5d5c56 1186
d36e8ce7 1187petalogix_ml605
4b46ba61 1188M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1189S: Maintained
8d8b636d 1190F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1191
fd5d5c56
AL
1192MIPS Machines
1193-------------
f44d1d4e
PMD
1194Overall MIPS Machines
1195M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1196S: Odd Fixes
1197F: configs/devices/mips*/*
1198F: hw/mips/
1199F: include/hw/mips/
1200
fd5d5c56
AL
1201Jazz
1202M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1203R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1204S: Maintained
5298722e 1205F: hw/mips/jazz.c
0886a785
PMD
1206F: hw/display/jazz_led.c
1207F: hw/dma/rc4030.c
fd5d5c56
AL
1208
1209Malta
485cd982
AM
1210M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1211R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1212S: Odd Fixes
60041378
AM
1213F: hw/isa/piix4.c
1214F: hw/acpi/piix4.c
5298722e 1215F: hw/mips/malta.c
93081f51 1216F: hw/mips/gt64xxx_pci.c
60041378 1217F: include/hw/southbridge/piix.h
bbbd9b6e
WR
1218F: tests/avocado/linux_ssh_mips_malta.py
1219F: tests/avocado/machine_mips_malta.py
fd5d5c56
AL
1220
1221Mipssim
97d89746 1222R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4251dfb0 1223S: Orphan
5298722e 1224F: hw/mips/mipssim.c
659f42d8 1225F: hw/net/mipsnet.c
fd5d5c56 1226
c3a09ff6 1227Fuloong 2E
dab1e1e1 1228M: Huacai Chen <chenhuacai@kernel.org>
86eb0697 1229M: Philippe Mathieu-Daudé <f4bug@amsat.org>
97eeef8a 1230R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1231S: Odd Fixes
c3a09ff6 1232F: hw/mips/fuloong2e.c
0170a3fc 1233F: hw/isa/vt82c686.c
5021bfa5 1234F: hw/pci-host/bonito.c
6f2bcd5f 1235F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1236F: include/hw/isa/vt82c686.h
bbbd9b6e 1237F: tests/avocado/machine_mips_fuloong2e.py
659f42d8 1238
53fb8bfb 1239Loongson-3 virtual platforms
dab1e1e1 1240M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1241R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1242S: Maintained
2c5b1a7d 1243F: hw/intc/loongson_liointc.c
d2245e2d
HC
1244F: hw/mips/loongson3_bootp.c
1245F: hw/mips/loongson3_bootp.h
c76b409f 1246F: hw/mips/loongson3_virt.c
bbbd9b6e 1247F: tests/avocado/machine_mips_loongson3v.py
2c5b1a7d 1248
659f42d8 1249Boston
4ba98e96 1250M: Paul Burton <paulburton@kernel.org>
97d89746 1251R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1252S: Odd Fixes
659f42d8
YK
1253F: hw/core/loader-fit.c
1254F: hw/mips/boston.c
1255F: hw/pci-host/xilinx-pcie.c
5021bfa5 1256F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1257
945dad6d
JL
1258OpenRISC Machines
1259-----------------
1260or1k-sim
1261M: Jia Liu <proljc@gmail.com>
1262S: Maintained
1263F: hw/openrisc/openrisc_sim.c
1264
fd5d5c56
AL
1265PowerPC Machines
1266----------------
c5288768 1267405 (ref405ep and taihu)
a6c98685 1268L: qemu-ppc@nongnu.org
0f514eea 1269S: Orphan
8d8b636d 1270F: hw/ppc/ppc405_boards.c
fd5d5c56 1271
aaade8d7 1272Bamboo
aaade8d7 1273L: qemu-ppc@nongnu.org
0f514eea 1274S: Orphan
8d8b636d 1275F: hw/ppc/ppc440_bamboo.c
bbbd9b6e 1276F: tests/avocado/ppc_bamboo.py
aaade8d7 1277
98cded3a 1278e500
98cded3a 1279L: qemu-ppc@nongnu.org
0f514eea 1280S: Orphan
ce6fc617 1281F: hw/ppc/e500*
2c6aba14 1282F: hw/gpio/mpc8xxx.c
7abb479c 1283F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1284F: hw/net/fsl_etsec/
1285F: hw/pci-host/ppce500.c
b5d55020
TH
1286F: include/hw/ppc/ppc_e500.h
1287F: include/hw/pci-host/ppce500.h
1288F: pc-bios/u-boot.e500
ff8cdbbd
DG
1289F: hw/intc/openpic_kvm.h
1290F: include/hw/ppc/openpic_kvm.h
98cded3a
AF
1291
1292mpc8544ds
98cded3a 1293L: qemu-ppc@nongnu.org
0f514eea 1294S: Orphan
98cded3a 1295F: hw/ppc/mpc8544ds.c
8d8b636d 1296F: hw/ppc/mpc8544_guts.c
bbbd9b6e 1297F: tests/avocado/ppc_mpc8544ds.py
98cded3a 1298
2c6aba14 1299New World (mac99)
40e3dd06 1300M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1301L: qemu-ppc@nongnu.org
bba8e23a 1302S: Odd Fixes
c5288768 1303F: docs/system/ppc/powermac.rst
baec1910 1304F: hw/ppc/mac_newworld.c
6e481d57
PM
1305F: hw/pci-host/uninorth.c
1306F: hw/pci-bridge/dec.[hc]
8d8b636d 1307F: hw/misc/macio/
6ba16476 1308F: hw/misc/mos6522.c
b5d55020 1309F: hw/nvram/mac_nvram.c
2c6aba14 1310F: hw/input/adb*
eba45926 1311F: include/hw/misc/macio/
6ba16476 1312F: include/hw/misc/mos6522.h
eba45926 1313F: include/hw/ppc/mac_dbdma.h
5021bfa5 1314F: include/hw/pci-host/uninorth.h
2c6aba14 1315F: include/hw/input/adb*
52804c60 1316F: pc-bios/qemu_vga.ndrv
fd5d5c56 1317
2c6aba14 1318Old World (g3beige)
40e3dd06 1319M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1320L: qemu-ppc@nongnu.org
bba8e23a 1321S: Odd Fixes
c5288768 1322F: docs/system/ppc/powermac.rst
baec1910 1323F: hw/ppc/mac_oldworld.c
6e481d57 1324F: hw/pci-host/grackle.c
8d8b636d 1325F: hw/misc/macio/
835c42d3 1326F: hw/intc/heathrow_pic.c
2c6aba14 1327F: hw/input/adb*
97e16dba 1328F: include/hw/intc/heathrow_pic.h
2c6aba14 1329F: include/hw/input/adb*
52804c60 1330F: pc-bios/qemu_vga.ndrv
fd5d5c56 1331
ec38d398 1332PReP
8178e89c 1333M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1334L: qemu-ppc@nongnu.org
8178e89c 1335S: Maintained
c5288768 1336F: docs/system/ppc/prep.rst
75610155 1337F: hw/ppc/prep.c
8178e89c
HP
1338F: hw/ppc/prep_systemio.c
1339F: hw/ppc/rs6000_mc.c
46fd3201 1340F: hw/pci-host/raven.c
0a9464b5 1341F: hw/isa/i82378.c
a48c6b51 1342F: hw/isa/pc87312.c
1cd6dccb 1343F: hw/dma/i82374.c
819ce6b2 1344F: hw/rtc/m48t59-isa.c
a48c6b51 1345F: include/hw/isa/pc87312.h
819ce6b2 1346F: include/hw/rtc/m48t59.h
bbbd9b6e 1347F: tests/avocado/ppc_prep_40p.py
fd5d5c56 1348
c5288768 1349sPAPR (pseries)
14fe3222
DG
1350M: Cédric Le Goater <clg@kaod.org>
1351M: Daniel Henrique Barboza <danielhb413@gmail.com>
1352R: David Gibson <david@gibson.dropbear.id.au>
1353R: Greg Kurz <groug@kaod.org>
8a269ca4 1354L: qemu-ppc@nongnu.org
85d887be 1355S: Maintained
8d8b636d 1356F: hw/*/spapr*
f9de2da7
DG
1357F: include/hw/*/spapr*
1358F: hw/*/xics*
1359F: include/hw/*/xics*
b5d55020 1360F: pc-bios/slof.bin
c5288768
TH
1361F: docs/system/ppc/pseries.rst
1362F: docs/specs/ppc-spapr-*
1e8a1fae 1363F: tests/qtest/spapr*
1cf4323e 1364F: tests/qtest/libqos/*spapr*
1e8a1fae 1365F: tests/qtest/rtas*
1cf4323e 1366F: tests/qtest/libqos/rtas*
bbbd9b6e 1367F: tests/avocado/ppc_pseries.py
8a269ca4 1368
1af82d4f
CLG
1369PowerNV (Non-Virtualized)
1370M: Cédric Le Goater <clg@kaod.org>
1af82d4f
CLG
1371L: qemu-ppc@nongnu.org
1372S: Maintained
c5288768 1373F: docs/system/ppc/powernv.rst
1af82d4f
CLG
1374F: hw/ppc/pnv*
1375F: hw/intc/pnv*
1376F: hw/intc/xics_pnv.c
157ed954 1377F: hw/pci-host/pnv*
1af82d4f 1378F: include/hw/ppc/pnv*
157ed954 1379F: include/hw/pci-host/pnv*
1af82d4f 1380F: pc-bios/skiboot.lid
1e8a1fae 1381F: tests/qtest/pnv*
1af82d4f 1382
794d00bf
AF
1383virtex_ml507
1384M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1385L: qemu-ppc@nongnu.org
1386S: Odd Fixes
6e481d57 1387F: hw/ppc/virtex_ml507.c
bbbd9b6e 1388F: tests/avocado/ppc_virtex_ml507.py
794d00bf 1389
a9dd6604
BZ
1390sam460ex
1391M: BALATON Zoltan <balaton@eik.bme.hu>
1392L: qemu-ppc@nongnu.org
1393S: Maintained
33c6a8b5
BZ
1394F: hw/ppc/sam460ex.c
1395F: hw/ppc/ppc440_pcix.c
1396F: hw/display/sm501*
a9dd6604 1397F: hw/ide/sii3112.c
de04c31d 1398F: hw/rtc/m41t80.c
33c6a8b5
BZ
1399F: pc-bios/canyonlands.dt[sb]
1400F: pc-bios/u-boot-sam460ex-20100605.bin
1401F: roms/u-boot-sam460ex
a9dd6604 1402
ba7e5ac1
BZ
1403pegasos2
1404M: BALATON Zoltan <balaton@eik.bme.hu>
ba7e5ac1
BZ
1405L: qemu-ppc@nongnu.org
1406S: Maintained
1407F: hw/ppc/pegasos2.c
1408F: hw/pci-host/mv64361.c
1409F: hw/pci-host/mv643xx.h
1410F: include/hw/pci-host/mv64361.h
1411
fc8c745d
AK
1412Virtual Open Firmware (VOF)
1413M: Alexey Kardashevskiy <aik@ozlabs.ru>
14fe3222
DG
1414R: Cédric Le Goater <clg@kaod.org>
1415R: Daniel Henrique Barboza <danielhb413@gmail.com>
21bde1ec
AK
1416R: David Gibson <david@gibson.dropbear.id.au>
1417R: Greg Kurz <groug@kaod.org>
fc8c745d
AK
1418L: qemu-ppc@nongnu.org
1419S: Maintained
1420F: hw/ppc/spapr_vof*
1421F: hw/ppc/vof*
1422F: include/hw/ppc/vof*
1423F: pc-bios/vof/*
1424F: pc-bios/vof*
1425
fe0fe473
AF
1426RISC-V Machines
1427---------------
1428OpenTitan
1429M: Alistair Francis <Alistair.Francis@wdc.com>
1430L: qemu-riscv@nongnu.org
1431S: Supported
1432F: hw/riscv/opentitan.c
df41cbd6 1433F: hw/*/ibex_*.c
fe0fe473 1434F: include/hw/riscv/opentitan.h
df41cbd6 1435F: include/hw/*/ibex_*.h
fe0fe473 1436
56f6e31e
BM
1437Microchip PolarFire SoC Icicle Kit
1438M: Bin Meng <bin.meng@windriver.com>
1439L: qemu-riscv@nongnu.org
1440S: Supported
1441F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1442F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1443F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1444F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1445F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1446F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1447F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1448F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1449F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1450F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1451
7a261baf
VK
1452Shakti C class SoC
1453M: Vijai Kumar K <vijai@behindbytes.com>
1454L: qemu-riscv@nongnu.org
1455S: Supported
1456F: hw/riscv/shakti_c.c
07f334d8 1457F: hw/char/shakti_uart.c
7a261baf 1458F: include/hw/riscv/shakti_c.h
07f334d8 1459F: include/hw/char/shakti_uart.h
7a261baf 1460
4fcad931
AF
1461SiFive Machines
1462M: Alistair Francis <Alistair.Francis@wdc.com>
1463M: Bin Meng <bin.meng@windriver.com>
1464M: Palmer Dabbelt <palmer@dabbelt.com>
1465L: qemu-riscv@nongnu.org
1466S: Supported
1467F: hw/*/*sifive*.c
1468F: include/hw/*/*sifive*.h
1469
bda19d7b
YS
1470RX Machines
1471-----------
1472rx-gdbsim
b2744da9
PMD
1473R: Yoshinori Sato <ysato@users.sourceforge.jp>
1474S: Orphan
4adbfa45 1475F: docs/system/target-rx.rst
bda19d7b 1476F: hw/rx/rx-gdbsim.c
bbbd9b6e 1477F: tests/avocado/machine_rx_gdbsim.py
bda19d7b 1478
fd5d5c56
AL
1479SH4 Machines
1480------------
1481R2D
2d53d0c7 1482R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1483R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1484S: Odd Fixes
7ae5c8bb 1485F: hw/char/sh_serial.c
6e481d57 1486F: hw/sh4/r2d.c
81527b94 1487F: hw/intc/sh_intc.c
c64bd101 1488F: hw/pci-host/sh_pci.c
25e79527 1489F: hw/timer/sh_timer.c
65b8dc29 1490F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1491
1492Shix
2d53d0c7 1493R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1494R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1495S: Odd Fixes
475e70bd 1496F: hw/block/tc58128.c
7ae5c8bb 1497F: hw/char/sh_serial.c
6e481d57 1498F: hw/sh4/shix.c
65b8dc29 1499F: hw/intc/sh_intc.c
25e79527 1500F: hw/timer/sh_timer.c
65b8dc29 1501F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1502
1503SPARC Machines
1504--------------
1505Sun4m
f2416d3a 1506M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1507S: Maintained
8d8b636d 1508F: hw/sparc/sun4m.c
c468e368 1509F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1510F: hw/display/cg3.c
1511F: hw/display/tcx.c
c10a1c78 1512F: hw/dma/sparc32_dma.c
7098b79e 1513F: hw/misc/eccmemctl.c
aec2b887
TH
1514F: hw/*/slavio_*.c
1515F: include/hw/nvram/sun_nvram.h
c10a1c78 1516F: include/hw/sparc/sparc32_dma.h
d0476159 1517F: include/hw/sparc/sun4m_iommu.h
aec2b887 1518F: pc-bios/openbios-sparc32
fd5d5c56
AL
1519
1520Sun4u
f2416d3a 1521M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1522S: Maintained
8d8b636d 1523F: hw/sparc64/sun4u.c
8ef856b7
PMD
1524F: hw/sparc64/sun4u_iommu.c
1525F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1526F: hw/pci-host/sabre.c
1527F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1528F: hw/pci-bridge/simba.c
1529F: include/hw/pci-bridge/simba.h
1530F: pc-bios/openbios-sparc64
bbbd9b6e 1531F: tests/avocado/machine_sparc64_sun4u.py
fd5d5c56 1532
a2664ca0
AT
1533Sun4v
1534M: Artyom Tarasenko <atar4qemu@gmail.com>
1535S: Maintained
626e4a4b 1536F: hw/sparc64/niagara.c
2811ac30
PMD
1537F: hw/rtc/sun4v-rtc.c
1538F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1539
ce6c760c
FC
1540Leon3
1541M: Fabien Chouteau <chouteau@adacore.com>
034e050d 1542M: Frederic Konrad <konrad.frederic@yahoo.fr>
ce6c760c 1543S: Maintained
8d8b636d
PB
1544F: hw/sparc/leon3.c
1545F: hw/*/grlib*
162abf1a 1546F: include/hw/*/grlib*
bbbd9b6e 1547F: tests/avocado/machine_sparc_leon3.py
ce6c760c 1548
fd5d5c56
AL
1549S390 Machines
1550-------------
dd4ad64a 1551S390 Virtio-ccw
7c8e2647 1552M: Halil Pasic <pasic@linux.ibm.com>
2c092950 1553M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1554M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 1555S: Supported
c5bfb202 1556F: hw/s390x/
4277af19 1557F: include/hw/s390x/
812b31d3 1558F: configs/devices/s390x-softmmu/default.mak
bbbd9b6e 1559F: tests/avocado/machine_s390_ccw_virtio.py
e18a8b34 1560T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1561L: qemu-s390x@nongnu.org
dd4ad64a 1562
8e4eb427 1563S390-ccw boot
2c092950 1564M: Christian Borntraeger <borntraeger@linux.ibm.com>
304584bf
CH
1565M: Thomas Huth <thuth@redhat.com>
1566S: Supported
8e4eb427 1567F: hw/s390x/ipl.*
304584bf
CH
1568F: pc-bios/s390-ccw/
1569F: pc-bios/s390-ccw.img
cc3d15a5 1570F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1571T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1572L: qemu-s390x@nongnu.org
1573
d5bfb425 1574S390 PCI
ecd6663d 1575M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1576M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1577S: Supported
1578F: hw/s390x/s390-pci*
408b55db 1579F: include/hw/s390x/s390-pci*
d5bfb425
CB
1580L: qemu-s390x@nongnu.org
1581
56e34834
CH
1582S390 channel subsystem
1583M: Halil Pasic <pasic@linux.ibm.com>
1584M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1585M: Eric Farman <farman@linux.ibm.com>
56e34834
CH
1586S: Supported
1587F: hw/s390x/ccw-device.[ch]
1588F: hw/s390x/css.c
1589F: hw/s390x/css-bridge.c
1590F: include/hw/s390x/css.h
1591F: include/hw/s390x/css-bridge.h
1592F: include/hw/s390x/ioinst.h
1593F: target/s390x/ioinst.c
1594L: qemu-s390x@nongnu.org
1595
1596S390 CPU models
1597M: David Hildenbrand <david@redhat.com>
1598S: Maintained
1599F: target/s390x/cpu_features*.[ch]
1600F: target/s390x/cpu_models.[ch]
1601L: qemu-s390x@nongnu.org
1602
1603S390 SCLP-backed devices
1604M: Halil Pasic <pasic@linux.ibm.com>
1605M: Christian Borntraeger <borntraeger@linux.ibm.com>
1606S: Supported
1607F: include/hw/s390x/event-facility.h
1608F: include/hw/s390x/sclp.h
1609F: hw/char/sclp*.[hc]
1610F: hw/s390x/event-facility.c
1611F: hw/s390x/sclp*.c
1612L: qemu-s390x@nongnu.org
1613
fd5d5c56
AL
1614X86 Machines
1615------------
1616PC
046a6486 1617M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1618M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1619S: Supported
046a6486
MT
1620F: include/hw/i386/
1621F: hw/i386/
0f25d865 1622F: hw/pci-host/i440fx.c
046a6486
MT
1623F: hw/pci-host/q35.c
1624F: hw/pci-host/pam.c
0fd61a2d 1625F: include/hw/pci-host/i440fx.h
046a6486
MT
1626F: include/hw/pci-host/q35.h
1627F: include/hw/pci-host/pam.h
14a026dd 1628F: hw/isa/piix3.c
046a6486
MT
1629F: hw/isa/lpc_ich9.c
1630F: hw/i2c/smbus_ich9.c
1631F: hw/acpi/piix4.c
1632F: hw/acpi/ich9.c
1633F: include/hw/acpi/ich9.h
fff123b8 1634F: include/hw/southbridge/piix.h
9cc3b73c 1635F: hw/misc/sga.c
6f5a3294
PMD
1636F: hw/isa/apm.c
1637F: include/hw/isa/apm.h
da668aa1 1638F: tests/unit/test-x86-cpuid.c
1e8a1fae 1639F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1640
1641PC Chipset
1642M: Michael S. Tsirkin <mst@redhat.com>
1643M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1644S: Supported
9cc3b73c 1645F: hw/char/debugcon.c
bb3d5ea8 1646F: hw/char/parallel*
9cc3b73c
PB
1647F: hw/char/serial*
1648F: hw/dma/i8257*
1649F: hw/i2c/pm_smbus.c
1732be86 1650F: hw/input/pckbd.c
9cc3b73c
PB
1651F: hw/intc/apic*
1652F: hw/intc/ioapic*
1653F: hw/intc/i8259*
1854eb28 1654F: hw/isa/isa-superio.c
9cc3b73c
PB
1655F: hw/misc/debugexit.c
1656F: hw/misc/pc-testdev.c
1657F: hw/timer/hpet*
1658F: hw/timer/i8254*
bcdb9064 1659F: hw/rtc/mc146818rtc*
edc46aff 1660F: hw/watchdog/wdt_ib700.c
4bcbc773 1661F: hw/watchdog/wdt_i6300esb.c
866e2b37 1662F: include/hw/display/vga.h
bb3d5ea8 1663F: include/hw/char/parallel.h
55f613ac 1664F: include/hw/dma/i8257.h
a2feb348 1665F: include/hw/i2c/pm_smbus.h
47973a2d 1666F: include/hw/input/i8042.h
4bcbc773 1667F: include/hw/isa/i8259_internal.h
1854eb28 1668F: include/hw/isa/superio.h
a2feb348
TH
1669F: include/hw/timer/hpet.h
1670F: include/hw/timer/i8254*
bcdb9064 1671F: include/hw/rtc/mc146818rtc*
046a6486 1672
5cb48f05
SL
1673microvm
1674M: Sergio Lopez <slp@redhat.com>
1675M: Paolo Bonzini <pbonzini@redhat.com>
1676S: Maintained
0b09d441 1677F: docs/system/i386/microvm.rst
5cb48f05
SL
1678F: hw/i386/microvm.c
1679F: include/hw/i386/microvm.h
1680F: pc-bios/bios-microvm.bin
1681
5da4fb00 1682Machine core
24c4cd13 1683M: Eduardo Habkost <eduardo@habkost.net>
fe355cbd 1684M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
90f285fd 1685R: Philippe Mathieu-Daudé <f4bug@amsat.org>
da7595ca 1686R: Yanan Wang <wangyanan55@huawei.com>
5da4fb00 1687S: Supported
d9f24bf5 1688F: cpu.c
2e5b09fd 1689F: hw/core/cpu.c
52924dea 1690F: hw/core/machine-qmp-cmds.c
5da4fb00 1691F: hw/core/machine.c
86ce2d28 1692F: hw/core/machine-smp.c
c1629c5c 1693F: hw/core/null-machine.c
ac057879 1694F: hw/core/numa.c
335d52f4 1695F: hw/cpu/cluster.c
8ac25c84 1696F: qapi/machine.json
7f7b4e7a 1697F: qapi/machine-target.json
5da4fb00 1698F: include/hw/boards.h
2e5b09fd 1699F: include/hw/core/cpu.h
335d52f4 1700F: include/hw/cpu/cluster.h
2dd02587 1701F: include/sysemu/numa.h
9e8e393b 1702F: tests/unit/test-smp-parse.c
f953c100 1703T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1704
16e7caae
MF
1705Xtensa Machines
1706---------------
375847a6 1707sim
16e7caae
MF
1708M: Max Filippov <jcmvbkbc@gmail.com>
1709S: Maintained
437a8c11 1710F: hw/xtensa/sim.c
375847a6 1711
d9e8553b
MF
1712virt
1713M: Max Filippov <jcmvbkbc@gmail.com>
1714S: Maintained
1715F: hw/xtensa/virt.c
1716
437a8c11 1717XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1718M: Max Filippov <jcmvbkbc@gmail.com>
1719S: Maintained
437a8c11
MF
1720F: hw/xtensa/xtfpga.c
1721F: hw/net/opencores_eth.c
16e7caae 1722
fd5d5c56
AL
1723Devices
1724-------
a8f4aee6
PMD
1725Overall Audio frontends
1726M: Gerd Hoffmann <kraxel@redhat.com>
1727S: Odd Fixes
1728F: hw/audio/
1729F: include/hw/audio/
1730F: tests/qtest/ac97-test.c
1731F: tests/qtest/es1370-test.c
1732F: tests/qtest/intel-hda-test.c
1733F: tests/qtest/fuzz-sb16-test.c
1734
d36d7112
VG
1735Xilinx CAN
1736M: Vikram Garhwal <fnu.vikram@xilinx.com>
1737M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1738S: Maintained
1739F: hw/net/can/xlnx-*
1740F: include/hw/net/xlnx-*
1741F: tests/qtest/xlnx-can-test*
1742
b30934cb
JS
1743EDU
1744M: Jiri Slaby <jslaby@suse.cz>
1745S: Maintained
1746F: hw/misc/edu.c
1747
fd5d5c56 1748IDE
c095348b
JS
1749M: John Snow <jsnow@redhat.com>
1750L: qemu-block@nongnu.org
1751S: Supported
8d8b636d 1752F: include/hw/ide.h
c9f7acd5 1753F: include/hw/ide/
fd5d5c56 1754F: hw/ide/
c095348b
JS
1755F: hw/block/block.c
1756F: hw/block/cdrom.c
1757F: hw/block/hd-geometry.c
1e8a1fae
TH
1758F: tests/qtest/ide-test.c
1759F: tests/qtest/ahci-test.c
1760F: tests/qtest/cdrom-test.c
1cf4323e 1761F: tests/qtest/libqos/ahci*
77582e2c 1762T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1763
caf316ba
CM
1764IPMI
1765M: Corey Minyard <minyard@acm.org>
1766S: Maintained
1767F: include/hw/ipmi/*
1768F: hw/ipmi/*
1769F: hw/smbios/smbios_type_38.c
1e8a1fae 1770F: tests/qtest/ipmi*
e18a8b34 1771T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1772
c095348b
JS
1773Floppy
1774M: John Snow <jsnow@redhat.com>
1775L: qemu-block@nongnu.org
1776S: Supported
1777F: hw/block/fdc.c
5a5d2f3d 1778F: hw/block/fdc-internal.h
72ea60e4 1779F: hw/block/fdc-isa.c
1430759e 1780F: hw/block/fdc-sysbus.c
c095348b 1781F: include/hw/block/fdc.h
1e8a1fae 1782F: tests/qtest/fdc-test.c
77582e2c 1783T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1784
ee344768
MS
1785Hyper-V VMBus
1786M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1787S: Odd Fixes
1788F: hw/hyperv/vmbus.c
1789F: include/hw/hyperv/vmbus*.h
1790
f5f487b2
PM
1791OMAP
1792M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1793L: qemu-arm@nongnu.org
f5f487b2 1794S: Maintained
8d8b636d 1795F: hw/*/omap*
ed0db866 1796F: include/hw/arm/omap.h
66278f8a 1797F: docs/system/arm/sx1.rst
f5f487b2 1798
28d54e58
PB
1799IPack
1800M: Alberto Garcia <berto@igalia.com>
1801S: Odd Fixes
1802F: hw/char/ipoctal232.c
1803F: hw/ipack/
1804
fd5d5c56
AL
1805PCI
1806M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1807M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1808S: Supported
8d8b636d 1809F: include/hw/pci/*
f178bc6b 1810F: hw/misc/pci-testdev.c
ca818cfb 1811F: hw/pci/*
f178bc6b 1812F: hw/pci-bridge/*
61c7f987 1813F: qapi/pci.json
68179923
PMD
1814F: docs/pci*
1815F: docs/specs/*pci*
0e0b3592 1816
d31e5ae7 1817ACPI/SMBIOS
0e0b3592
MT
1818M: Michael S. Tsirkin <mst@redhat.com>
1819M: Igor Mammedov <imammedo@redhat.com>
c2ea98c3 1820R: Ani Sinha <ani@anisinha.ca>
0e0b3592
MT
1821S: Supported
1822F: include/hw/acpi/*
a2eb5c0c 1823F: include/hw/firmware/smbios.h
0e0b3592 1824F: hw/mem/*
8d8b636d 1825F: hw/acpi/*
d31e5ae7 1826F: hw/smbios/*
0e0b3592 1827F: hw/i386/acpi-build.[hc]
0e0b3592 1828F: hw/arm/virt-acpi-build.c
27c9188f 1829F: qapi/acpi.json
b963ea19 1830F: tests/qtest/bios-tables-test*
1e8a1fae 1831F: tests/qtest/acpi-utils.[hc]
faae23b9 1832F: tests/data/acpi/
fcc6f733
PM
1833F: docs/specs/acpi_cpu_hotplug.rst
1834F: docs/specs/acpi_mem_hotplug.rst
1835F: docs/specs/acpi_pci_hotplug.rst
1836F: docs/specs/acpi_hw_reduced_hotplug.rst
fd5d5c56 1837
d135536d
AS
1838ACPI/VIOT
1839M: Jean-Philippe Brucker <jean-philippe@linaro.org>
d135536d
AS
1840S: Supported
1841F: hw/acpi/viot.c
1842F: hw/acpi/viot.h
1843
f7e462f8 1844ACPI/HEST/GHES
d6eed465 1845R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1846L: qemu-arm@nongnu.org
1847S: Maintained
1848F: hw/acpi/ghes.c
1849F: include/hw/acpi/ghes.h
1850F: docs/specs/acpi_hest_ghes.rst
1851
aaade8d7 1852ppc4xx
aaade8d7 1853L: qemu-ppc@nongnu.org
0f514eea 1854S: Orphan
8d8b636d 1855F: hw/ppc/ppc4*.c
aa3a41f9 1856F: hw/i2c/ppc4xx_i2c.c
b5d55020 1857F: include/hw/ppc/ppc4xx.h
aa3a41f9 1858F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1859F: hw/intc/ppc-uic.c
1860F: include/hw/intc/ppc-uic.h
aaade8d7 1861
61af0ee6 1862Character devices
2185fd67
PB
1863M: Marc-André Lureau <marcandre.lureau@redhat.com>
1864R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1865S: Odd Fixes
1866F: hw/char/
1867
f536f112
PB
1868Network devices
1869M: Jason Wang <jasowang@redhat.com>
1870S: Odd Fixes
1871F: hw/net/
6061b5c6 1872F: include/hw/net/
1e8a1fae 1873F: tests/qtest/virtio-net-test.c
9711cd0d 1874F: docs/virtio-net-failover.rst
e18a8b34 1875T: git https://github.com/jasowang/qemu.git net
f536f112 1876
e0c9d0c1 1877Parallel NOR Flash devices
90f285fd 1878M: Philippe Mathieu-Daudé <f4bug@amsat.org>
e0c9d0c1
PMD
1879T: git https://gitlab.com/philmd/qemu.git pflash-next
1880S: Maintained
1881F: hw/block/pflash_cfi*.c
1882F: include/hw/block/flash.h
1883
fd5d5c56 1884SCSI
de7724f7 1885M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1886R: Fam Zheng <fam@euphon.net>
de7724f7 1887S: Supported
74460f34 1888F: include/hw/scsi/*
8d8b636d 1889F: hw/scsi/*
1e8a1fae 1890F: tests/qtest/virtio-scsi-test.c
b43957dc 1891F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 1892F: tests/qtest/am53c974-test.c
aa62976c 1893F: tests/qtest/fuzz-lsi53c895a-test.c
e18a8b34 1894T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1895
fcb5629d 1896SSI
c22e580c 1897M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1898S: Maintained
8d8b636d
PB
1899F: hw/ssi/*
1900F: hw/block/m25p80.c
982d009a 1901F: include/hw/ssi/ssi.h
4b46ba61 1902X: hw/ssi/xilinx_*
1e8a1fae 1903F: tests/qtest/m25p80-test.c
4b46ba61
AF
1904
1905Xilinx SPI
c22e580c 1906M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1907S: Maintained
1908F: hw/ssi/xilinx_*
fcb5629d 1909
076a0fc3
PMD
1910SD (Secure Card)
1911M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3e0a7693 1912M: Bin Meng <bin.meng@windriver.com>
ba412478 1913L: qemu-block@nongnu.org
076a0fc3
PMD
1914S: Odd Fixes
1915F: include/hw/sd/sd*
1916F: hw/sd/core.c
1917F: hw/sd/sd*
1232ed1f 1918F: hw/sd/ssi-sd.c
59b63d78
PMD
1919F: tests/qtest/fuzz-sdcard-test.c
1920F: tests/qtest/sdhci-test.c
076a0fc3 1921
fd5d5c56 1922USB
5d0d62fe 1923M: Gerd Hoffmann <kraxel@redhat.com>
cd02c965 1924S: Odd Fixes
8d8b636d 1925F: hw/usb/*
9c3c834b 1926F: stubs/usb-dev-stub.c
1e8a1fae 1927F: tests/qtest/usb-*-test.c
2a49e4e9 1928F: docs/system/devices/usb.rst
beded0ff
TH
1929F: include/hw/usb.h
1930F: include/hw/usb/
fd5d5c56 1931
e26082fd 1932USB (serial adapter)
cd02c965 1933R: Gerd Hoffmann <kraxel@redhat.com>
e26082fd
PB
1934M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1935S: Maintained
1936F: hw/usb/dev-serial.c
1937
92e1fb5e
AW
1938VFIO
1939M: Alex Williamson <alex.williamson@redhat.com>
1940S: Supported
cf7087db 1941F: hw/vfio/*
99b88c6d 1942F: include/hw/vfio/
4e779bf1 1943F: docs/igd-assign.txt
2a578133 1944F: docs/devel/vfio-migration.rst
92e1fb5e 1945
5eb74557 1946vfio-ccw
7913938a 1947M: Eric Farman <farman@linux.ibm.com>
074c84b9 1948M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
1949S: Supported
1950F: hw/vfio/ccw.c
1951F: hw/s390x/s390-ccw.c
1952F: include/hw/s390x/s390-ccw.h
44445d86 1953F: include/hw/s390x/vfio-ccw.h
146bd283 1954L: qemu-s390x@nongnu.org
5eb74557 1955
a51b3153 1956vfio-ap
a51b3153
TK
1957M: Tony Krowiak <akrowiak@linux.ibm.com>
1958M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 1959M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
1960S: Supported
1961F: hw/s390x/ap-device.c
1962F: hw/s390x/ap-bridge.c
1963F: include/hw/s390x/ap-device.h
1964F: include/hw/s390x/ap-bridge.h
2fe2942c 1965F: hw/vfio/ap.c
f58f084e 1966F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1967L: qemu-s390x@nongnu.org
1968
fd5d5c56
AL
1969vhost
1970M: Michael S. Tsirkin <mst@redhat.com>
1971S: Supported
8d8b636d 1972F: hw/*/*vhost*
482580a6 1973F: docs/interop/vhost-user.json
ed1be66b 1974F: docs/interop/vhost-user.rst
72c1e865 1975F: contrib/vhost-user-*/
f24bb728
MAL
1976F: backends/vhost-user.c
1977F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1978
1979virtio
a75143ed 1980M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1981S: Supported
8d8b636d 1982F: hw/*/virtio*
72fa605d
TH
1983F: hw/virtio/Makefile.objs
1984F: hw/virtio/trace-events
6a084ea3 1985F: net/vhost-user.c
494f7b57 1986F: include/hw/virtio/
fd5d5c56 1987
6d7b25ad
DH
1988virtio-balloon
1989M: Michael S. Tsirkin <mst@redhat.com>
1990M: David Hildenbrand <david@redhat.com>
1991S: Maintained
14dc58e3 1992F: docs/interop/virtio-balloon-stats.rst
6d7b25ad
DH
1993F: hw/virtio/virtio-balloon*.c
1994F: include/hw/virtio/virtio-balloon.h
c7f419f5 1995F: softmmu/balloon.c
6d7b25ad
DH
1996F: include/sysemu/balloon.h
1997
fd5d5c56 1998virtio-9p
8c1cd719 1999M: Greg Kurz <groug@kaod.org>
233982af 2000M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 2001S: Odd Fixes
6f569084 2002W: https://wiki.qemu.org/Documentation/9p
aebeca25 2003F: hw/9pfs/
b827891d 2004X: hw/9pfs/xen-9p*
aebeca25 2005F: fsdev/
33b2b388 2006F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 2007F: tests/qtest/virtio-9p-test.c
1a001953 2008T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 2009T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
2010
2011virtio-blk
54d01a00 2012M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 2013L: qemu-block@nongnu.org
fd5d5c56 2014S: Supported
8d8b636d 2015F: hw/block/virtio-blk.c
b457a5f5 2016F: hw/block/dataplane/*
1e8a1fae 2017F: tests/qtest/virtio-blk-test.c
e18a8b34 2018T: git https://github.com/stefanha/qemu.git block
fd5d5c56 2019
dd4ad64a 2020virtio-ccw
c1976ae7 2021M: Cornelia Huck <cohuck@redhat.com>
68b91e85 2022M: Halil Pasic <pasic@linux.ibm.com>
6a6d3dfd 2023M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 2024S: Supported
901f5f16 2025F: hw/s390x/virtio-ccw*.[hc]
117d7943 2026F: hw/s390x/vhost-*-ccw.c
99eaf137 2027T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 2028T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 2029L: qemu-s390x@nongnu.org
dd4ad64a 2030
bad7d2c3
DDAG
2031virtiofs
2032M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2033M: Stefan Hajnoczi <stefanha@redhat.com>
2034S: Supported
2035F: tools/virtiofsd/*
2036F: hw/virtio/vhost-user-fs*
2037F: include/hw/virtio/vhost-user-fs.h
33b2b388 2038F: docs/tools/virtiofsd.rst
09c8d9e8 2039L: virtio-fs@redhat.com
bad7d2c3 2040
a5d4d7b5
GH
2041virtio-input
2042M: Gerd Hoffmann <kraxel@redhat.com>
1e2edb98 2043S: Odd Fixes
9c4d05b7 2044F: hw/input/vhost-user-input.c
a5d4d7b5
GH
2045F: hw/input/virtio-input*.c
2046F: include/hw/virtio/virtio-input.h
06914c97 2047F: contrib/vhost-user-input/*
a5d4d7b5 2048
c1dee918
EA
2049virtio-iommu
2050M: Eric Auger <eric.auger@redhat.com>
2051S: Maintained
2052F: hw/virtio/virtio-iommu*.c
2053F: include/hw/virtio/virtio-iommu.h
2054
fd5d5c56 2055virtio-serial
2501db70
LV
2056M: Laurent Vivier <lvivier@redhat.com>
2057R: Amit Shah <amit@kernel.org>
fd5d5c56 2058S: Supported
8d8b636d
PB
2059F: hw/char/virtio-serial-bus.c
2060F: hw/char/virtio-console.c
68a5e38a 2061F: include/hw/virtio/virtio-serial.h
1e8a1fae 2062F: tests/qtest/virtio-serial-test.c
fd5d5c56 2063
1f51a5cb 2064virtio-rng
2501db70
LV
2065M: Laurent Vivier <lvivier@redhat.com>
2066R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
2067S: Supported
2068F: hw/virtio/virtio-rng.c
2069F: include/hw/virtio/virtio-rng.h
750cf869 2070F: include/sysemu/rng*.h
1f51a5cb 2071F: backends/rng*.c
1e8a1fae 2072F: tests/qtest/virtio-rng-test.c
1f51a5cb 2073
e3e01466
MP
2074vhost-user-rng
2075M: Mathieu Poirier <mathieu.poirier@linaro.org>
2076S: Supported
2077F: docs/tools/vhost-user-rng.rst
2078F: hw/virtio/vhost-user-rng.c
2079F: hw/virtio/vhost-user-rng-pci.c
2080F: include/hw/virtio/vhost-user-rng.h
2081F: tools/vhost-user-rng/*
2082
6034011c
GA
2083virtio-crypto
2084M: Gonglei <arei.gonglei@huawei.com>
2085S: Supported
2086F: hw/virtio/virtio-crypto.c
2087F: hw/virtio/virtio-crypto-pci.c
2088F: include/hw/virtio/virtio-crypto.h
2089
751c7bdd
DH
2090virtio-mem
2091M: David Hildenbrand <david@redhat.com>
2092S: Supported
2093W: https://virtio-mem.gitlab.io/
2094F: hw/virtio/virtio-mem.c
2095F: hw/virtio/virtio-mem-pci.h
2096F: hw/virtio/virtio-mem-pci.c
2097F: include/hw/virtio/virtio-mem.h
2098
f3c507ad 2099nvme
8261cc17 2100M: Keith Busch <kbusch@kernel.org>
e8cc43d5 2101M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 2102L: qemu-block@nongnu.org
f3c507ad 2103S: Supported
88eea45c 2104F: hw/nvme/*
dc0b4d94 2105F: include/block/nvme.h
1e8a1fae 2106F: tests/qtest/nvme-test.c
a3d9f3a9 2107F: docs/system/nvme.rst
e8cc43d5 2108T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2109
d383c625 2110megasas
3fdfb8b6 2111M: Hannes Reinecke <hare@suse.com>
c95e4c0e 2112L: qemu-block@nongnu.org
d383c625
HR
2113S: Supported
2114F: hw/scsi/megasas.c
2115F: hw/scsi/mfi.h
1e8a1fae 2116F: tests/qtest/megasas-test.c
c887d333 2117F: tests/qtest/fuzz-megasas-test.c
d383c625 2118
605d52e6 2119Network packet abstractions
bf4835a4 2120M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
2121S: Maintained
2122F: include/net/eth.h
2123F: net/eth.c
2124F: hw/net/net_rx_pkt*
2125F: hw/net/net_tx_pkt*
2126
622fb504 2127Vmware
bf4835a4 2128M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2129S: Maintained
2130F: hw/net/vmxnet*
2131F: hw/scsi/vmw_pvscsi*
1e8a1fae 2132F: tests/qtest/vmxnet3-test.c
622fb504 2133
de24d3f1 2134Rocker
de24d3f1
SF
2135M: Jiri Pirko <jiri@resnulli.us>
2136S: Maintained
2137F: hw/net/rocker/
92a3c6aa 2138F: qapi/rocker.json
de850948
TH
2139F: tests/rocker/
2140F: docs/specs/rocker.txt
de24d3f1 2141
70d1fb9c 2142NVDIMM
7a5bd53d 2143M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
2144S: Maintained
2145F: hw/acpi/nvdimm.c
2146F: hw/mem/nvdimm.c
2147F: include/hw/mem/nvdimm.h
e2e254d3 2148F: docs/nvdimm.txt
fcc6f733 2149F: docs/specs/acpi_nvdimm.rst
70d1fb9c 2150
093454e2 2151e1000x
bf4835a4 2152M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
2153S: Maintained
2154F: hw/net/e1000x*
2155
6f3fbe4e 2156e1000e
bf4835a4 2157M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
2158S: Maintained
2159F: hw/net/e1000e*
7d6a4f12 2160F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2161
ebc2327f
SW
2162eepro100
2163M: Stefan Weil <sw@weilnetz.de>
2164S: Maintained
2165F: hw/net/eepro100.c
2166
34ea023d
SS
2167tulip
2168M: Sven Schnelle <svens@stackframe.org>
2169S: Maintained
2170F: hw/net/tulip.c
2171F: hw/net/tulip.h
2172
065177ee
PV
2173pca954x
2174M: Patrick Venture <venture@google.com>
2175S: Maintained
2176F: hw/i2c/i2c_mux_pca954x.c
2177F: include/hw/i2c/i2c_mux_pca954x.h
2178
e481a1f6 2179Generic Loader
c22e580c 2180M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2181S: Maintained
2182F: hw/core/generic-loader.c
2183F: include/hw/core/generic-loader.h
70f20110 2184F: docs/system/generic-loader.rst
e481a1f6 2185
a33ff6d2
AB
2186Guest Loader
2187M: Alex Bennée <alex.bennee@linaro.org>
2188S: Maintained
2189F: hw/core/guest-loader.c
01460378 2190F: docs/system/guest-loader.rst
bbbd9b6e 2191F: tests/avocado/boot_xen.py
e481a1f6 2192
645d3cbe
SH
2193Intel Hexadecimal Object File Loader
2194M: Su Hang <suhang16@mails.ucas.ac.cn>
2195S: Maintained
1e8a1fae 2196F: tests/qtest/hexloader-test.c
4b2ff65a 2197F: tests/data/hex-loader/test.hex
645d3cbe 2198
87a9023a
TH
2199CHRP NVRAM
2200M: Thomas Huth <thuth@redhat.com>
2201S: Maintained
2202F: hw/nvram/chrp_nvram.c
2203F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2204F: tests/qtest/prom-env-test.c
87a9023a 2205
42697d88 2206VM Generation ID
2b42989c 2207S: Orphan
48006e03 2208R: Ani Sinha <ani@anisinha.ca>
42697d88
BW
2209F: hw/acpi/vmgenid.c
2210F: include/hw/acpi/vmgenid.h
2211F: docs/specs/vmgenid.txt
1e8a1fae 2212F: tests/qtest/vmgenid-test.c
42697d88
BW
2213F: stubs/vmgenid.c
2214
c1b29826
PMD
2215LED
2216M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2217S: Maintained
2218F: include/hw/misc/led.h
2219F: hw/misc/led.c
2220
747969db
PMD
2221Unimplemented device
2222M: Peter Maydell <peter.maydell@linaro.org>
2223R: Philippe Mathieu-Daudé <f4bug@amsat.org>
48006e03 2224R: Ani Sinha <ani@anisinha.ca>
747969db
PMD
2225S: Maintained
2226F: include/hw/misc/unimp.h
2227F: hw/misc/unimp.c
2228
6007523a
PMD
2229Empty slot
2230M: Artyom Tarasenko <atar4qemu@gmail.com>
2231R: Philippe Mathieu-Daudé <f4bug@amsat.org>
48006e03 2232R: Ani Sinha <ani@anisinha.ca>
6007523a
PMD
2233S: Maintained
2234F: include/hw/misc/empty_slot.h
2235F: hw/misc/empty_slot.c
2236
dbb2e472
GH
2237Standard VGA
2238M: Gerd Hoffmann <kraxel@redhat.com>
2239S: Maintained
2240F: hw/display/vga*
2241F: hw/display/bochs-display.c
2242F: include/hw/display/vga.h
2243F: include/hw/display/bochs-vbe.h
2244
58d632c7
GH
2245ramfb
2246M: Gerd Hoffmann <kraxel@redhat.com>
2247S: Maintained
2248F: hw/display/ramfb*.c
2249F: include/hw/display/ramfb.h
2250
dbb2e472
GH
2251virtio-gpu
2252M: Gerd Hoffmann <kraxel@redhat.com>
a4de5e8a 2253S: Odd Fixes
dbb2e472 2254F: hw/display/virtio-gpu*
c68082c4 2255F: hw/display/virtio-vga.*
dbb2e472
GH
2256F: include/hw/virtio/virtio-gpu.h
2257
b372d79b
RN
2258vhost-user-blk
2259M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2260S: Maintained
2261F: contrib/vhost-user-blk/
2262F: contrib/vhost-user-scsi/
2263F: hw/block/vhost-user-blk.c
2264F: hw/scsi/vhost-user-scsi.c
2265F: hw/virtio/vhost-user-blk-pci.c
2266F: hw/virtio/vhost-user-scsi-pci.c
2267F: include/hw/virtio/vhost-user-blk.h
2268F: include/hw/virtio/vhost-user-scsi.h
2269
bd2e44fe
MAL
2270vhost-user-gpu
2271M: Marc-André Lureau <marcandre.lureau@redhat.com>
a4de5e8a 2272R: Gerd Hoffmann <kraxel@redhat.com>
bd2e44fe
MAL
2273S: Maintained
2274F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2275F: contrib/vhost-user-gpu
2276F: hw/display/vhost-user-*
bd2e44fe 2277
dbb2e472
GH
2278Cirrus VGA
2279M: Gerd Hoffmann <kraxel@redhat.com>
2280S: Odd Fixes
2281W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2282F: hw/display/cirrus*
2283
72d277a7
GH
2284EDID Generator
2285M: Gerd Hoffmann <kraxel@redhat.com>
2286S: Maintained
2287F: hw/display/edid*
2288F: include/hw/display/edid.h
2289F: qemu-edid.c
2290
10386385
PMD
2291PIIX4 South Bridge (i82371AB)
2292M: Hervé Poussineau <hpoussin@reactos.org>
2293M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2294S: Maintained
2295F: hw/isa/piix4.c
fff123b8 2296F: include/hw/southbridge/piix.h
10386385 2297
15ffb43c 2298Firmware configuration (fw_cfg)
90f285fd 2299M: Philippe Mathieu-Daudé <f4bug@amsat.org>
15ffb43c
PMD
2300R: Gerd Hoffmann <kraxel@redhat.com>
2301S: Supported
2302F: docs/specs/fw_cfg.txt
8d0bceba 2303F: hw/nvram/fw_cfg*.c
b15c0f7d 2304F: stubs/fw_cfg.c
15ffb43c
PMD
2305F: include/hw/nvram/fw_cfg.h
2306F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2307F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2308F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2309T: git https://github.com/philmd/qemu.git fw_cfg-next
2310
2313abf0 2311XIVE
2313abf0
TH
2312M: Cédric Le Goater <clg@kaod.org>
2313L: qemu-ppc@nongnu.org
2314S: Supported
2315F: hw/*/*xive*
2316F: include/hw/*/*xive*
24563a58 2317F: docs/*/*xive*
2313abf0 2318
7bd0d13f 2319Renesas peripherals
2d53d0c7 2320R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2321R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2322S: Odd Fixes
645194c7 2323F: hw/char/renesas_sci.c
7bd0d13f 2324F: hw/char/sh_serial.c
c7f37baf 2325F: hw/timer/renesas_*.c
7bd0d13f 2326F: hw/timer/sh_timer.c
645194c7 2327F: include/hw/char/renesas_sci.h
7bd0d13f 2328F: include/hw/sh4/sh.h
c7f37baf 2329F: include/hw/timer/renesas_*.h
7bd0d13f 2330
e78597cc 2331Renesas RX peripherals
b2744da9
PMD
2332R: Yoshinori Sato <ysato@users.sourceforge.jp>
2333S: Orphan
e78597cc 2334F: hw/intc/rx_icu.c
0c80f50f 2335F: hw/rx/
e78597cc 2336F: include/hw/intc/rx_icu.h
0c80f50f 2337F: include/hw/rx/
e78597cc 2338
de4d4adb
PP
2339CAN bus subsystem and hardware
2340M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2341M: Vikram Garhwal <fnu.vikram@xilinx.com>
2342S: Maintained
2343W: https://canbus.pages.fel.cvut.cz/
2344F: net/can/*
2345F: hw/net/can/*
2346F: include/net/can_*.h
2347
ff8cdbbd
DG
2348OpenPIC interrupt controller
2349M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2350S: Odd Fixes
2351F: hw/intc/openpic.c
2352F: include/hw/ppc/openpic.h
2353
6cee5479
PMD
2354MIPS CPS
2355M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2356S: Odd Fixes
2357F: hw/misc/mips_*
2358F: include/hw/misc/mips_*
2359
2360MIPS GIC
2361M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2362S: Odd Fixes
2363F: hw/intc/mips_gic.c
2364F: hw/timer/mips_gictimer.c
2365F: include/hw/intc/mips_gic.h
2366F: include/hw/timer/mips_gictimer.h
2367
56e34834
CH
2368S390 3270 device
2369M: Halil Pasic <pasic@linux.ibm.com>
2370M: Christian Borntraeger <borntraeger@linux.ibm.com>
2371S: Odd fixes
2372F: include/hw/s390x/3270-ccw.h
2373F: hw/char/terminal3270.c
2374F: hw/s390x/3270-ccw.c
2375L: qemu-s390x@nongnu.org
2376
2377S390 diag 288 watchdog
2378M: Halil Pasic <pasic@linux.ibm.com>
2379M: Christian Borntraeger <borntraeger@linux.ibm.com>
2380S: Supported
2381F: hw/watchdog/wdt_diag288.c
2382F: include/hw/watchdog/wdt_diag288.h
2383L: qemu-s390x@nongnu.org
2384
2385S390 storage key device
2386M: Halil Pasic <pasic@linux.ibm.com>
2387M: Christian Borntraeger <borntraeger@linux.ibm.com>
2388S: Supported
2389F: hw/s390x/storage-keys.h
2390F: hw/390x/s390-skeys*.c
2391L: qemu-s390x@nongnu.org
2392
2393S390 storage attribute device
2394M: Halil Pasic <pasic@linux.ibm.com>
2395M: Christian Borntraeger <borntraeger@linux.ibm.com>
2396S: Supported
2397F: hw/s390x/storage-attributes.h
2398F: hw/s390/s390-stattrib*.c
2399L: qemu-s390x@nongnu.org
2400
2401S390 floating interrupt controller
2402M: Halil Pasic <pasic@linux.ibm.com>
2403M: Christian Borntraeger <borntraeger@linux.ibm.com>
2404M: David Hildenbrand <david@redhat.com>
2405S: Supported
2406F: hw/intc/s390_flic*.c
2407F: include/hw/s390x/s390_flic.h
2408L: qemu-s390x@nongnu.org
2409
fd5d5c56
AL
2410Subsystems
2411----------
a8f4aee6 2412Overall Audio backends
9f575846 2413M: Gerd Hoffmann <kraxel@redhat.com>
6bc915f3 2414S: Odd Fixes
fd5d5c56 2415F: audio/
0ebe43ea
PMD
2416X: audio/alsaaudio.c
2417X: audio/coreaudio.c
2418X: audio/dsound*
2419X: audio/jackaudio.c
2420X: audio/ossaudio.c
2421X: audio/paaudio.c
2422X: audio/sdlaudio.c
4566d142 2423X: audio/spiceaudio.c
92a3c6aa 2424F: qapi/audio.json
fd5d5c56 2425
0ebe43ea
PMD
2426ALSA Audio backend
2427M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2428R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2429S: Odd Fixes
2430F: audio/alsaaudio.c
2431
2432Core Audio framework backend
2433M: Gerd Hoffmann <kraxel@redhat.com>
c82b7ef1 2434M: Philippe Mathieu-Daudé <f4bug@amsat.org>
584ab347 2435R: Christian Schoenebeck <qemu_oss@crudebyte.com>
af643498 2436R: Akihiko Odaki <akihiko.odaki@gmail.com>
0ebe43ea
PMD
2437S: Odd Fixes
2438F: audio/coreaudio.c
2439
2440DSound Audio backend
2441M: Gerd Hoffmann <kraxel@redhat.com>
2442S: Odd Fixes
2443F: audio/dsound*
2444
2445JACK Audio Connection Kit backend
2446M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2447R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2448S: Odd Fixes
2449F: audio/jackaudio.c
2450
2451Open Sound System (OSS) Audio backend
2452M: Gerd Hoffmann <kraxel@redhat.com>
2453S: Odd Fixes
2454F: audio/ossaudio.c
2455
2456PulseAudio backend
2457M: Gerd Hoffmann <kraxel@redhat.com>
2458S: Odd Fixes
2459F: audio/paaudio.c
2460
2461SDL Audio backend
2462M: Gerd Hoffmann <kraxel@redhat.com>
2863bd56 2463R: Thomas Huth <huth@tuxfamily.org>
0ebe43ea
PMD
2464S: Odd Fixes
2465F: audio/sdlaudio.c
2466
17f1e8f5 2467Block layer core
fd5d5c56 2468M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 2469M: Hanna Reitz <hreitz@redhat.com>
c95e4c0e 2470L: qemu-block@nongnu.org
fd5d5c56
AL
2471S: Supported
2472F: block*
2473F: block/
8d8b636d 2474F: hw/block/
4c346e0b 2475F: include/block/
46078760 2476F: qemu-img*
33b2b388 2477F: docs/tools/qemu-img.rst
46078760 2478F: qemu-io*
29242091 2479F: tests/qemu-iotests/
8dd30c86 2480F: util/qemu-progress.c
0bcc8e5b 2481F: qobject/block-qdict.c
da668aa1 2482F: tests/unit/check-block-qdict.c
ebe2aad2 2483T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2484
c607c7fb
SH
2485Storage daemon
2486M: Kevin Wolf <kwolf@redhat.com>
2487L: qemu-block@nongnu.org
2488S: Supported
2489F: storage-daemon/
2490F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2491F: docs/tools/qemu-storage-daemon.rst
2492T: git https://repo.or.cz/qemu/kevin.git block
2493
d55053b1
SH
2494Block I/O path
2495M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2496M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2497L: qemu-block@nongnu.org
2498S: Supported
36c697bd
PB
2499F: util/async.c
2500F: util/aio-*.c
1f050a46
SH
2501F: util/aio-*.h
2502F: util/fdmon-*.c
d55053b1
SH
2503F: block/io.c
2504F: migration/block*
e1029ae2 2505F: include/block/aio.h
f5a53faa 2506F: include/block/aio-wait.h
0a4f9ad1 2507F: scripts/qemugdb/aio.py
da668aa1 2508F: tests/unit/test-fdmon-epoll.c
e18a8b34 2509T: git https://github.com/stefanha/qemu.git block
d55053b1 2510
e5b5728c
PB
2511Block SCSI subsystem
2512M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2513R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2514L: qemu-block@nongnu.org
2515S: Supported
2516F: include/scsi/*
2517F: scsi/*
2518
280458a3 2519Block Jobs
03283d64 2520M: John Snow <jsnow@redhat.com>
80f00ca2 2521M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
280458a3
JC
2522L: qemu-block@nongnu.org
2523S: Supported
2524F: blockjob.c
2525F: include/block/blockjob.h
33e9e9bd 2526F: job.c
1a90bc81 2527F: job-qmp.c
c468e368 2528F: include/qemu/job.h
280458a3
JC
2529F: block/backup.c
2530F: block/commit.c
77346025 2531F: block/stream.c
280458a3 2532F: block/mirror.c
bf42508f 2533F: qapi/job.json
d7beddcc 2534F: block/block-copy.c
d088e6a4
VSO
2535F: include/block/block-copy.h
2536F: block/reqlist.c
2537F: include/block/reqlist.h
d003e0ae
VSO
2538F: block/copy-before-write.h
2539F: block/copy-before-write.c
1c14eaab 2540F: block/snapshot-access.c
d7beddcc
VSO
2541F: include/block/aio_task.h
2542F: block/aio_task.c
2543F: util/qemu-co-shared-resource.c
2544F: include/qemu/co-shared-resource.h
77582e2c 2545T: git https://gitlab.com/jsnow/qemu.git jobs
d7beddcc 2546T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
280458a3 2547
4120201d
MA
2548Block QAPI, monitor, command line
2549M: Markus Armbruster <armbru@redhat.com>
2550S: Supported
2551F: blockdev.c
a2dde2f2 2552F: blockdev-hmp-cmds.c
4120201d
MA
2553F: block/qapi.c
2554F: qapi/block*.json
fa988e39 2555F: qapi/transaction.json
ebe2aad2 2556T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2557
502730ee
JC
2558Compute Express Link
2559M: Ben Widawsky <ben.widawsky@intel.com>
2560M: Jonathan Cameron <jonathan.cameron@huawei.com>
2561S: Supported
2562F: hw/cxl/
2563F: include/hw/cxl/
2564
538193bc 2565Dirty Bitmaps
edb05904 2566M: Eric Blake <eblake@redhat.com>
80f00ca2 2567M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
edb05904 2568R: John Snow <jsnow@redhat.com>
538193bc
JS
2569L: qemu-block@nongnu.org
2570S: Supported
538193bc
JS
2571F: include/qemu/hbitmap.h
2572F: include/block/dirty-bitmap.h
bb4e58c6 2573F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2574F: block/dirty-bitmap.c
2575F: block/qcow2-bitmap.c
052db8e7 2576F: migration/block-dirty-bitmap.c
00637c6b 2577F: util/hbitmap.c
da668aa1 2578F: tests/unit/test-hbitmap.c
5746c1cd 2579F: docs/interop/bitmaps.rst
edb05904 2580T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2581
61af0ee6 2582Character device backends
55fc84a7 2583M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2584R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2585S: Maintained
178fe0ae 2586F: chardev/
8228e353 2587F: include/chardev/
dbeee392 2588F: qapi/char.json
fd5d5c56 2589
e26082fd
PB
2590Character Devices (Braille)
2591M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2592S: Maintained
6b10e573 2593F: chardev/baum.c
fd5d5c56 2594
e94630d3
MA
2595Command line option argument parsing
2596M: Markus Armbruster <armbru@redhat.com>
2597S: Supported
2598F: include/qemu/option.h
da668aa1
TH
2599F: tests/unit/test-keyval.c
2600F: tests/unit/test-qemu-opts.c
e94630d3
MA
2601F: util/keyval.c
2602F: util/qemu-option.c
2603
8c413e79
MA
2604Coverity model
2605M: Markus Armbruster <armbru@redhat.com>
2606S: Supported
2607F: scripts/coverity-model.c
2608
9c263d07
PM
2609Coverity Scan integration
2610M: Peter Maydell <peter.maydell@linaro.org>
2611S: Maintained
2612F: scripts/coverity-scan/
2613
d24b569a 2614Device Tree
c3c962c1
AF
2615M: Alistair Francis <alistair.francis@wdc.com>
2616R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2617S: Maintained
800d4ded 2618F: softmmu/device_tree.c
82407515 2619F: include/sysemu/device_tree.h
d24b569a 2620
3505a22b
MAL
2621Dump
2622S: Supported
2623M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2624F: dump/
3505a22b
MAL
2625F: hw/misc/vmcoreinfo.c
2626F: include/hw/misc/vmcoreinfo.h
6d3da32c 2627F: include/qemu/win_dump_defs
3505a22b
MAL
2628F: include/sysemu/dump-arch.h
2629F: include/sysemu/dump.h
d06b747b 2630F: qapi/dump.json
3505a22b
MAL
2631F: scripts/dump-guest-memory.py
2632F: stubs/dump.c
2633
4f966768
MA
2634Error reporting
2635M: Markus Armbruster <armbru@redhat.com>
2636S: Supported
2637F: include/qapi/error.h
2638F: include/qemu/error-report.h
abb3d37d 2639F: qapi/error.json
4f966768
MA
2640F: util/error.c
2641F: util/qemu-error.c
d1d3a997
VSO
2642F: scripts/coccinelle/err-bad-newline.cocci
2643F: scripts/coccinelle/error-use-after-free.cocci
2644F: scripts/coccinelle/error_propagate_null.cocci
2645F: scripts/coccinelle/remove_local_err.cocci
2646F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2647F: scripts/coccinelle/errp-guard.cocci
4f966768 2648
fd5d5c56 2649GDB stub
c7b3e866 2650M: Alex Bennée <alex.bennee@linaro.org>
90f285fd 2651R: Philippe Mathieu-Daudé <f4bug@amsat.org>
c7b3e866 2652S: Maintained
fd5d5c56 2653F: gdbstub*
0dec1016 2654F: include/exec/gdbstub.h
fd5d5c56 2655F: gdb-xml/
51c623b0 2656F: tests/tcg/multiarch/gdbstub/
fd5d5c56 2657
01a9c03c
PB
2658Memory API
2659M: Paolo Bonzini <pbonzini@redhat.com>
07b315ba
DH
2660M: Peter Xu <peterx@redhat.com>
2661M: David Hildenbrand <david@redhat.com>
90f285fd 2662R: Philippe Mathieu-Daudé <f4bug@amsat.org>
01a9c03c
PB
2663S: Supported
2664F: include/exec/ioport.h
14776ab5 2665F: include/exec/memop.h
01a9c03c 2666F: include/exec/memory.h
2b1641d0 2667F: include/exec/ram_addr.h
41aa4e9f 2668F: include/exec/ramblock.h
9f04dd7f 2669F: include/sysemu/memory_mapping.h
800d4ded 2670F: softmmu/dma-helpers.c
c7f419f5
CF
2671F: softmmu/ioport.c
2672F: softmmu/memory.c
9f04dd7f 2673F: softmmu/memory_mapping.c
d9f24bf5 2674F: softmmu/physmem.c
01a9c03c 2675F: include/exec/memory-internal.h
044e2af9 2676F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2677
7ee3bf03
GH
2678SPICE
2679M: Gerd Hoffmann <kraxel@redhat.com>
227b1638 2680S: Odd Fixes
6e481d57 2681F: include/ui/qemu-spice.h
438528a3 2682F: include/ui/spice-display.h
7ee3bf03
GH
2683F: ui/spice-*.c
2684F: audio/spiceaudio.c
8d8b636d 2685F: hw/display/qxl*
608cfed6 2686F: qapi/ui.json
9bd4cb35 2687F: docs/spice-port-fqdn.txt
7ee3bf03 2688
fd5d5c56 2689Graphics
25eccc37
GH
2690M: Gerd Hoffmann <kraxel@redhat.com>
2691S: Odd Fixes
fd5d5c56 2692F: ui/
e220656c 2693F: include/ui/
608cfed6 2694F: qapi/ui.json
b1d38037 2695F: util/drm.c
fd5d5c56 2696
351f1bf6 2697Cocoa graphics
30ef3c74 2698M: Peter Maydell <peter.maydell@linaro.org>
c82b7ef1 2699M: Philippe Mathieu-Daudé <f4bug@amsat.org>
af643498 2700R: Akihiko Odaki <akihiko.odaki@gmail.com>
351f1bf6
AF
2701S: Odd Fixes
2702F: ui/cocoa.m
2703
fd5d5c56 2704Main loop
da26f37a
PB
2705M: Paolo Bonzini <pbonzini@redhat.com>
2706S: Maintained
48e824e0 2707F: include/exec/gen-icount.h
54d31236
MA
2708F: include/qemu/main-loop.h
2709F: include/sysemu/runstate.h
e6dba048 2710F: include/sysemu/runstate-action.h
3ecb29a3
PB
2711F: util/main-loop.c
2712F: util/qemu-timer.c
bac068e0 2713F: softmmu/vl.c
7b733862 2714F: softmmu/main.c
c7f419f5 2715F: softmmu/cpus.c
b0c3cf94 2716F: softmmu/cpu-throttle.c
740b1759
CF
2717F: softmmu/cpu-timers.c
2718F: softmmu/icount.c
e6dba048 2719F: softmmu/runstate-action.c
0e201d34 2720F: qapi/run-state.json
fd5d5c56 2721
1b7e01d0
SH
2722Read, Copy, Update (RCU)
2723M: Paolo Bonzini <pbonzini@redhat.com>
2724S: Maintained
2725F: include/qemu/rcu*.h
da668aa1
TH
2726F: tests/unit/rcutorture.c
2727F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2728F: util/rcu.c
2729
8899b4ae 2730Human Monitor (HMP)
c833fb4a 2731M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2732S: Maintained
5bce308a 2733F: monitor/monitor-internal.h
e84328fa 2734F: monitor/misc.c
1d95db74 2735F: monitor/monitor.c
f1b3ccfa
KW
2736F: monitor/hmp*
2737F: hmp.h
c13e9912
TH
2738F: hmp-commands*.hx
2739F: include/monitor/hmp-target.h
1e8a1fae 2740F: tests/qtest/test-hmp.c
637de4db
MA
2741F: include/qemu/qemu-print.h
2742F: util/qemu-print.c
fd5d5c56 2743
f536f112 2744Network device backends
442469e6 2745M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2746S: Maintained
2747F: net/
d24b2b1c 2748F: include/net/
e9bbc8bd 2749F: qemu-bridge-helper.c
e18a8b34 2750T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2751F: qapi/net.json
fd5d5c56 2752
aee09baf
VM
2753Netmap network backend
2754M: Luigi Rizzo <rizzo@iet.unipi.it>
2755M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2756M: Vincenzo Maffione <v.maffione@gmail.com>
2757W: http://info.iet.unipi.it/~luigi/netmap/
2758S: Maintained
2759F: net/netmap.c
2760
4fc264f4 2761Host Memory Backends
4ade3ea1 2762M: David Hildenbrand <david@redhat.com>
4fc264f4
EH
2763M: Igor Mammedov <imammedo@redhat.com>
2764S: Maintained
2765F: backends/hostmem*.c
2766F: include/sysemu/hostmem.h
f953c100 2767T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2768
6034011c
GA
2769Cryptodev Backends
2770M: Gonglei <arei.gonglei@huawei.com>
2771S: Maintained
2772F: include/sysemu/cryptodev*.h
2773F: backends/cryptodev*.c
2774
b8eaee96
JS
2775Python library
2776M: John Snow <jsnow@redhat.com>
2777M: Cleber Rosa <crosa@redhat.com>
89d38c74 2778R: Beraldo Leal <bleal@redhat.com>
b8eaee96
JS
2779S: Maintained
2780F: python/
2781T: git https://gitlab.com/jsnow/qemu.git python
2782
ad904f66 2783Python scripts
89d38c74 2784M: John Snow <jsnow@redhat.com>
ad904f66 2785M: Cleber Rosa <crosa@redhat.com>
4251dfb0 2786S: Odd Fixes
ad904f66
EH
2787F: scripts/*.py
2788F: tests/*.py
2789
f4abfc6c 2790Benchmark util
80f00ca2 2791M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
f4abfc6c
VSO
2792S: Maintained
2793F: scripts/simplebench/
e34bd026 2794T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
f4abfc6c 2795
8cad15b1 2796Transactions helper
80f00ca2 2797M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
8cad15b1
VSO
2798S: Maintained
2799F: include/qemu/transactions.h
2800F: util/transactions.c
2801
8899b4ae 2802QAPI
9740618c 2803M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2804M: Michael Roth <michael.roth@amd.com>
9740618c 2805S: Supported
8899b4ae 2806F: qapi/
0311c5bd 2807X: qapi/*.json
ac4abb9a
MA
2808F: include/qapi/
2809X: include/qapi/qmp/
2810F: include/qapi/qmp/dispatch.h
c0bd0b50 2811F: tests/qapi-schema/
da668aa1
TH
2812F: tests/unit/test-*-visitor.c
2813F: tests/unit/test-qapi-*.c
2814F: tests/unit/test-qmp-*.c
2815F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
2816F: scripts/qapi-gen.py
2817F: scripts/qapi/*
4078ee54 2818F: docs/sphinx/qapidoc.py
c39cdbf6 2819F: docs/devel/qapi*
ebe2aad2 2820T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2821
7810d291
LC
2822QAPI Schema
2823M: Eric Blake <eblake@redhat.com>
7810d291
LC
2824M: Markus Armbruster <armbru@redhat.com>
2825S: Supported
0311c5bd 2826F: qapi/*.json
ebe2aad2 2827T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2828
f3582ba4 2829QObject
daf5dc78
MA
2830M: Markus Armbruster <armbru@redhat.com>
2831S: Supported
f3582ba4 2832F: qobject/
7735d2b5
MA
2833F: include/qapi/qmp/
2834X: include/qapi/qmp/dispatch.h
a2f3453e 2835F: scripts/coccinelle/qobject.cocci
da668aa1
TH
2836F: tests/unit/check-qdict.c
2837F: tests/unit/check-qjson.c
2838F: tests/unit/check-qlist.c
2839F: tests/unit/check-qlit.c
2840F: tests/unit/check-qnull.c
2841F: tests/unit/check-qnum.c
2842F: tests/unit/check-qobject.c
2843F: tests/unit/check-qstring.c
fe07b62c 2844F: tests/data/qobject/qdict.txt
ebe2aad2 2845T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2846
f05d9999 2847QEMU Guest Agent
2f5f9bc8 2848M: Michael Roth <michael.roth@amd.com>
f05d9999
MR
2849S: Maintained
2850F: qga/
27a296fc 2851F: docs/interop/qemu-ga.rst
db16115f 2852F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 2853F: scripts/qemu-guest-agent/
da668aa1 2854F: tests/unit/test-qga.c
e18a8b34 2855T: git https://github.com/mdroth/qemu.git qga
f05d9999 2856
cced3a72
KK
2857QEMU Guest Agent Win32
2858M: Konstantin Kostiuk <kkostiuk@redhat.com>
2859S: Maintained
2860F: qga/*win32*
2861F: qga/vss-win32/
2862F: qga/installer/
2863T: git https://github.com/kostyanf14/qemu.git qga-win32
2864
4688c94c 2865QOM
1085d86e
PB
2866M: Paolo Bonzini <pbonzini@redhat.com>
2867R: Daniel P. Berrange <berrange@redhat.com>
24c4cd13 2868R: Eduardo Habkost <eduardo@habkost.net>
4688c94c 2869S: Supported
8f920054
MA
2870F: docs/qdev-device-use.txt
2871F: hw/core/qdev*
b77b5b3d
MA
2872F: hw/core/bus.c
2873F: hw/core/sysbus.c
8f920054
MA
2874F: include/hw/qdev*
2875F: include/monitor/qdev.h
4688c94c 2876F: include/qom/
c577ff62
MA
2877F: qapi/qom.json
2878F: qapi/qdev.json
22fb6eb5 2879F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2880F: softmmu/qdev-monitor.c
9b45a025 2881F: stubs/qdev.c
4688c94c 2882F: qom/
da668aa1
TH
2883F: tests/unit/check-qom-interface.c
2884F: tests/unit/check-qom-proplist.c
2885F: tests/unit/test-qdev-global-props.c
4688c94c 2886
94dfc0f3 2887QOM boilerplate conversion script
24c4cd13 2888M: Eduardo Habkost <eduardo@habkost.net>
94dfc0f3
EH
2889S: Maintained
2890F: scripts/codeconverter/
2891
8899b4ae 2892QMP
9740618c
LC
2893M: Markus Armbruster <armbru@redhat.com>
2894S: Supported
5bce308a 2895F: monitor/monitor-internal.h
f1b3ccfa 2896F: monitor/qmp*
e84328fa 2897F: monitor/misc.c
1d95db74 2898F: monitor/monitor.c
92a3c6aa 2899F: qapi/control.json
abb3d37d 2900F: qapi/error.json
92a3c6aa 2901F: qapi/introspect.json
c39cdbf6 2902F: docs/devel/*qmp-*
12b2f0d9 2903F: docs/interop/*qmp-*
9740618c 2904F: scripts/qmp/
1e8a1fae
TH
2905F: tests/qtest/qmp-test.c
2906F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2907T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2908
98a43bf0 2909qtest
98a43bf0
PB
2910M: Thomas Huth <thuth@redhat.com>
2911M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2912R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2913S: Maintained
c7f419f5 2914F: softmmu/qtest.c
1583a389 2915F: accel/qtest/
1e8a1fae 2916F: tests/qtest/
222455ef 2917F: docs/devel/qgraph.rst
520ddc18 2918X: tests/qtest/bios-tables-test*
98a43bf0 2919
5f6fd09a
AB
2920Device Fuzzing
2921M: Alexander Bulekov <alxndr@bu.edu>
2922R: Paolo Bonzini <pbonzini@redhat.com>
2923R: Bandan Das <bsd@redhat.com>
2924R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2925R: Thomas Huth <thuth@redhat.com>
85221b05 2926R: Darren Kenny <darren.kenny@oracle.com>
5d32fc3b 2927R: Qiuhao Li <Qiuhao.Li@outlook.com>
5f6fd09a
AB
2928S: Maintained
2929F: tests/qtest/fuzz/
d3d39fc0 2930F: tests/qtest/fuzz-*test.c
211635b3 2931F: scripts/oss-fuzz/
230376d2 2932F: hw/mem/sparse-mem.c
f3a0208f 2933F: docs/devel/fuzzing.rst
5f6fd09a 2934
cc0100f4 2935Register API
c22e580c 2936M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2937S: Maintained
2938F: hw/core/register.c
2939F: include/hw/register.h
06a7b243 2940F: include/hw/registerfields.h
cc0100f4 2941
fd5d5c56 2942SLIRP
eda509fa 2943M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2944S: Maintained
fd5d5c56 2945F: slirp/
663fb1e1 2946F: net/slirp.c
d24b2b1c 2947F: include/net/slirp.h
02cffe24 2948T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2949
6d0af39f
EI
2950Streams
2951M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2952S: Maintained
2953F: hw/core/stream.c
2954F: include/hw/stream.h
2955
b1ed728a
PB
2956Stubs
2957M: Paolo Bonzini <pbonzini@redhat.com>
2958S: Maintained
2959F: stubs/
2960
598a3f35 2961Tracing
1cd0f8ce 2962M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2963S: Maintained
2964F: trace/
0e076292 2965F: trace-events
3a8273b1 2966F: docs/qemu-option-trace.rst.inc
92a3c6aa 2967F: qapi/trace.json
f70fd8fd
LV
2968F: scripts/tracetool.py
2969F: scripts/tracetool/
62dd1048 2970F: scripts/qemu-trace-stap*
33b2b388 2971F: docs/tools/qemu-trace-stap.rst
d0fb9657 2972F: docs/devel/tracing.rst
e18a8b34 2973T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2974
3859b6cf 2975TPM
1f63669e 2976M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2977S: Maintained
3859b6cf
MA
2978F: tpm.c
2979F: hw/tpm/*
2980F: include/hw/acpi/tpm.h
2981F: include/sysemu/tpm*
2982F: qapi/tpm.json
8ae92e24 2983F: backends/tpm/
1e8a1fae 2984F: tests/qtest/*tpm*
e18a8b34 2985T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2986
14f40fdc 2987Checkpatch
14f40fdc
BS
2988S: Odd Fixes
2989F: scripts/checkpatch.pl
2990
c0787c8d
JQ
2991Migration
2992M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2993M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2994S: Maintained
107b5969
MAL
2995F: hw/core/vmstate-if.c
2996F: include/hw/vmstate-if.h
c0787c8d 2997F: include/migration/
44a1f946 2998F: migration/
c5515640
AS
2999F: scripts/vmstate-static-checker.py
3000F: tests/vmstate-static-checker-data/
1e8a1fae 3001F: tests/qtest/migration-test.c
c468e368 3002F: docs/devel/migration.rst
48685a8e 3003F: qapi/migration.json
fac87d4d 3004F: tests/migration/
c0787c8d 3005
a566907f
MAL
3006D-Bus
3007M: Marc-André Lureau <marcandre.lureau@redhat.com>
3008S: Maintained
5010cec2 3009F: backends/dbus-vmstate.c
89f4df95
MAL
3010F: ui/dbus*
3011F: audio/dbus*
a5021d69 3012F: util/dbus.c
89f4df95 3013F: include/ui/dbus*
a5021d69 3014F: include/qemu/dbus.h
89f4df95
MAL
3015F: docs/interop/dbus*
3016F: docs/sphinx/dbus*
3017F: docs/sphinx/fakedbusdoc.py
3018F: tests/qtest/dbus*
a566907f 3019
92bfedb0 3020Seccomp
e3160dea
DB
3021M: Daniel P. Berrange <berrange@redhat.com>
3022S: Odd Fixes
800d4ded 3023F: softmmu/qemu-seccomp.c
92bfedb0 3024F: include/sysemu/seccomp.h
d2ea8dac 3025F: tests/unit/test-seccomp.c
92bfedb0 3026
ddbb0d09
DB
3027Cryptography
3028M: Daniel P. Berrange <berrange@redhat.com>
3029S: Maintained
3030F: crypto/
3031F: include/crypto/
92a3c6aa 3032F: qapi/crypto.json
da668aa1 3033F: tests/unit/test-crypto-*
3b472e71 3034F: tests/bench/benchmark-crypto-*
da668aa1
TH
3035F: tests/unit/crypto-tls-*
3036F: tests/unit/pkix_asn1_tab.c
899833cd 3037F: qemu.sasl
ddbb0d09 3038
10817bf0
DB
3039Coroutines
3040M: Stefan Hajnoczi <stefanha@redhat.com>
3041M: Kevin Wolf <kwolf@redhat.com>
00a25291 3042S: Maintained
10817bf0
DB
3043F: util/*coroutine*
3044F: include/qemu/coroutine*
da668aa1 3045F: tests/unit/test-coroutine.c
10817bf0 3046
88c5f205
DB
3047Buffers
3048M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3049S: Odd Fixes
88c5f205
DB
3050F: util/buffer.c
3051F: include/qemu/buffer.h
3052
666a3af9
DB
3053I/O Channels
3054M: Daniel P. Berrange <berrange@redhat.com>
3055S: Maintained
3056F: io/
3057F: include/io/
da668aa1 3058F: tests/unit/test-io-*
666a3af9 3059
5b76dd13
DB
3060User authorization
3061M: Daniel P. Berrange <berrange@redhat.com>
3062S: Maintained
3063F: authz/
c8c99887 3064F: qapi/authz.json
5b76dd13 3065F: include/authz/
da668aa1 3066F: tests/unit/test-authz-*
5b76dd13 3067
5614a283
GH
3068Sockets
3069M: Daniel P. Berrange <berrange@redhat.com>
5614a283
GH
3070S: Maintained
3071F: include/qemu/sockets.h
3072F: util/qemu-sockets.c
a2ff5a48 3073F: qapi/sockets.json
5614a283 3074
90e33dfe
DB
3075File monitor
3076M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3077S: Odd Fixes
90e33dfe
DB
3078F: util/filemonitor*.c
3079F: include/qemu/filemonitor.h
da668aa1 3080F: tests/unit/test-util-filemonitor.c
90e33dfe 3081
d310d85b
AG
3082Throttling infrastructure
3083M: Alberto Garcia <berto@igalia.com>
3084S: Supported
3085F: block/throttle-groups.c
3086F: include/block/throttle-groups.h
89603938 3087F: include/qemu/throttle*.h
d310d85b 3088F: util/throttle.c
89603938 3089F: docs/throttle.txt
da668aa1 3090F: tests/unit/test-throttle.c
d310d85b
AG
3091L: qemu-block@nongnu.org
3092
080d7aac 3093UUID
fe5ca46d 3094M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
3095S: Supported
3096F: util/uuid.c
3097F: include/qemu/uuid.h
da668aa1 3098F: tests/unit/test-uuid.c
080d7aac 3099
50186051
LS
3100Yank feature
3101M: Lukas Straub <lukasstraub2@web.de>
3102S: Odd fixes
3103F: util/yank.c
1a92d6d5 3104F: migration/yank_functions*
d3a0bb77 3105F: tests/unit/test-yank.c
50186051
LS
3106F: include/qemu/yank.h
3107F: qapi/yank.json
3108
a4cc318e 3109COLO Framework
2ac7d741 3110M: Hailiang Zhang <zhanghailiang@xfusion.com>
a4cc318e
HZ
3111S: Maintained
3112F: migration/colo*
3113F: include/migration/colo.h
3114F: include/migration/failover.h
3115F: docs/COLO-FT.txt
3116
88f82ed1 3117COLO Proxy
c6bf50ff 3118M: Zhang Chen <chen.zhang@intel.com>
2ece6e64 3119M: Li Zhijian <lizhijian@fujitsu.com>
88f82ed1
ZC
3120S: Supported
3121F: docs/colo-proxy.txt
3122F: net/colo*
3123F: net/filter-rewriter.c
3124F: net/filter-mirror.c
487cf3f2 3125F: tests/qtest/test-filter*
88f82ed1 3126
62258201
PD
3127Record/replay
3128M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3129R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 3130W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3131S: Supported
3132F: replay/*
3133F: block/blkreplay.c
3134F: net/filter-replay.c
3135F: include/sysemu/replay.h
3136F: docs/replay.txt
3137F: stubs/replay.c
bbbd9b6e
WR
3138F: tests/avocado/replay_kernel.py
3139F: tests/avocado/replay_linux.py
3140F: tests/avocado/reverse_debugging.py
43d7e1d7 3141F: qapi/replay.json
62258201 3142
eecf5eed
PX
3143IOVA Tree
3144M: Peter Xu <peterx@redhat.com>
3145S: Maintained
3146F: include/qemu/iova-tree.h
3147F: util/iova-tree.c
3148
5ee547bb
VP
3149elf2dmp
3150M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3151S: Maintained
3152F: contrib/elf2dmp/
3153
93198b6c
CM
3154I2C and SMBus
3155M: Corey Minyard <cminyard@mvista.com>
3156S: Maintained
3157F: hw/i2c/core.c
3158F: hw/i2c/smbus_slave.c
3159F: hw/i2c/smbus_master.c
3160F: hw/i2c/smbus_eeprom.c
3161F: include/hw/i2c/i2c.h
3162F: include/hw/i2c/smbus_master.h
3163F: include/hw/i2c/smbus_slave.h
3164F: include/hw/i2c/smbus_eeprom.h
3165
bf0e0c70
TR
3166PMBus
3167M: Titus Rwantare <titusr@google.com>
3168S: Maintained
3169F: hw/i2c/pmbus_device.c
3170F: hw/sensor/adm1272.c
ffcdae67 3171F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3172F: hw/sensor/max34451.c
3173F: include/hw/i2c/pmbus_device.h
ffcdae67 3174F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3175F: tests/qtest/adm1272-test.c
3176F: tests/qtest/max34451-test.c
ffcdae67 3177F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3178
d0d89526 3179Firmware schema specifications
90f285fd 3180M: Philippe Mathieu-Daudé <f4bug@amsat.org>
d0d89526
PMD
3181R: Daniel P. Berrange <berrange@redhat.com>
3182R: Kashyap Chamarthy <kchamart@redhat.com>
3183S: Maintained
3184F: docs/interop/firmware.json
3185
6739df3f 3186EDK2 Firmware
90f285fd 3187M: Philippe Mathieu-Daudé <f4bug@amsat.org>
9b437cd0 3188M: Gerd Hoffmann <kraxel@redhat.com>
6739df3f 3189S: Supported
b5b31860 3190F: hw/i386/*ovmf*
6739df3f
LE
3191F: pc-bios/descriptors/??-edk2-*.json
3192F: pc-bios/edk2-*
3193F: roms/Makefile.edk2
3194F: roms/edk2
3195F: roms/edk2-*
3196F: tests/data/uefi-boot-images/
3197F: tests/uefi-test-tools/
922febe2 3198F: .gitlab-ci.d/edk2.yml
71920809 3199F: .gitlab-ci.d/edk2/
6739df3f 3200
8bc43f39
PX
3201VT-d Emulation
3202M: Michael S. Tsirkin <mst@redhat.com>
3203M: Peter Xu <peterx@redhat.com>
3204R: Jason Wang <jasowang@redhat.com>
3205S: Supported
3206F: hw/i386/intel_iommu.c
3207F: hw/i386/intel_iommu_internal.h
3208F: include/hw/i386/intel_iommu.h
3209
e92fb016
BM
3210OpenSBI Firmware
3211M: Bin Meng <bmeng.cn@gmail.com>
3212S: Supported
3213F: pc-bios/opensbi-*
3214F: .gitlab-ci.d/opensbi.yml
3215F: .gitlab-ci.d/opensbi/
3216
59c7a187
LM
3217Clock framework
3218M: Luc Michel <luc@lmichel.fr>
3219R: Damien Hedde <damien.hedde@greensocs.com>
3220S: Maintained
3221F: include/hw/clock.h
3222F: include/hw/qdev-clock.h
3223F: hw/core/clock.c
3224F: hw/core/clock-vmstate.c
3225F: hw/core/qdev-clock.c
3226F: docs/devel/clocks.rst
3227
fd5d5c56
AL
3228Usermode Emulation
3229------------------
6347e1f1 3230Overall usermode emulation
486bbe5f
PB
3231M: Riku Voipio <riku.voipio@iki.fi>
3232S: Maintained
58410666 3233F: accel/tcg/user-exec*.c
bbf15aaf
RH
3234F: include/user/
3235F: common-user/
486bbe5f 3236
fd5d5c56 3237BSD user
65a9d380
WL
3238M: Warner Losh <imp@bsdimp.com>
3239R: Kyle Evans <kevans@freebsd.org>
3240S: Maintained
fd5d5c56 3241F: bsd-user/
812b31d3 3242F: configs/targets/*-bsd-user.mak
adbae40f 3243F: tests/vm/*bsd
65a9d380 3244T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3245
fd5d5c56 3246Linux user
8f902c54 3247M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3248S: Maintained
3249F: linux-user/
812b31d3 3250F: configs/targets/*linux-user.mak
e5dd9875 3251F: scripts/qemu-binfmt-conf.sh
e3a6c825 3252F: scripts/update-syscalltbl.sh
57333330 3253F: scripts/update-mips-syscall-args.sh
382ae67a 3254F: scripts/gensyscalls.sh
42f5a7e9
AJ
3255
3256Tiny Code Generator (TCG)
3257-------------------------
6347e1f1 3258Common TCG code
336f744e 3259M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3260S: Maintained
3261F: tcg/
d3582cfd 3262F: include/tcg/
42f5a7e9 3263
22b5867b
AB
3264TCG Plugins
3265M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3266R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3267R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3268S: Maintained
8ea6abf0 3269F: docs/devel/tcg-plugins.rst
22b5867b 3270F: plugins/
c17a386b 3271F: tests/plugin/
bbbd9b6e 3272F: tests/avocado/tcg_plugins.py
c17a386b 3273F: contrib/plugins/
22b5867b 3274
6347e1f1 3275AArch64 TCG target
3e5a01ef 3276M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3277S: Maintained
b4f2bd1c 3278L: qemu-arm@nongnu.org
b25a464c 3279F: tcg/aarch64/
c17652ee
PB
3280F: disas/arm-a64.cc
3281F: disas/libvixl/
b25a464c 3282
6347e1f1 3283ARM TCG target
7c6ef61a 3284M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9 3285S: Maintained
b4f2bd1c 3286L: qemu-arm@nongnu.org
42f5a7e9
AJ
3287F: tcg/arm/
3288
6347e1f1 3289i386 TCG target
336f744e 3290M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3291S: Maintained
3292F: tcg/i386/
3293
afa33258
WX
3294LoongArch64 TCG target
3295M: WANG Xuerui <git@xen0n.name>
3296S: Maintained
3297F: tcg/loongarch64/
3298
6347e1f1 3299MIPS TCG target
cf960317 3300M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 3301R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3302R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3303R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3304R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3305S: Odd Fixes
42f5a7e9
AJ
3306F: tcg/mips/
3307
6347e1f1 3308PPC TCG target
336f744e 3309M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3310S: Odd Fixes
42f5a7e9 3311F: tcg/ppc/
42f5a7e9 3312
6347e1f1 3313RISC-V TCG target
c1677bcc 3314M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3315M: Alistair Francis <Alistair.Francis@wdc.com>
3316L: qemu-riscv@nongnu.org
3317S: Maintained
3318F: tcg/riscv/
3319F: disas/riscv.c
3320
6347e1f1 3321S390 TCG target
336f744e 3322M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3323S: Maintained
3324F: tcg/s390/
146bd283 3325L: qemu-s390x@nongnu.org
42f5a7e9 3326
6347e1f1 3327SPARC TCG target
297e8005 3328S: Odd Fixes
42f5a7e9 3329F: tcg/sparc/
c17652ee 3330F: disas/sparc.c
bc75c9e5 3331
6347e1f1 3332TCI TCG target
bc75c9e5
SW
3333M: Stefan Weil <sw@weilnetz.de>
3334S: Maintained
8ef9cd55 3335F: tcg/tci/
752a2ae2 3336F: tcg/tci.c
c17652ee 3337F: disas/tci.c
aa09c951 3338
f05b328c
SH
3339Block drivers
3340-------------
3341VMDK
fe5ca46d 3342M: Fam Zheng <fam@euphon.net>
c95e4c0e 3343L: qemu-block@nongnu.org
f05b328c
SH
3344S: Supported
3345F: block/vmdk.c
3346
3347RBD
0725570b 3348M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3349R: Peter Lieven <pl@kamp.de>
280458a3 3350L: qemu-block@nongnu.org
f05b328c
SH
3351S: Supported
3352F: block/rbd.c
3353
f05b328c 3354VHDX
5f5246b6 3355M: Jeff Cody <codyprime@gmail.com>
280458a3 3356L: qemu-block@nongnu.org
f05b328c
SH
3357S: Supported
3358F: block/vhdx*
3359
3360VDI
3361M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3362L: qemu-block@nongnu.org
f05b328c
SH
3363S: Maintained
3364F: block/vdi.c
3365
3366iSCSI
3367M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3368M: Paolo Bonzini <pbonzini@redhat.com>
3369M: Peter Lieven <pl@kamp.de>
c95e4c0e 3370L: qemu-block@nongnu.org
2185fd67 3371S: Odd Fixes
f05b328c 3372F: block/iscsi.c
2deb63c2 3373F: block/iscsi-opts.c
f05b328c 3374
99c62e70
EB
3375Network Block Device (NBD)
3376M: Eric Blake <eblake@redhat.com>
80f00ca2 3377M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
99c62e70
EB
3378L: qemu-block@nongnu.org
3379S: Maintained
3380F: block/nbd*
3381F: nbd/
3382F: include/block/nbd*
3383F: qemu-nbd.*
3384F: blockdev-nbd.c
3229a835 3385F: docs/interop/nbd.txt
33b2b388 3386F: docs/tools/qemu-nbd.rst
58a6fdcc 3387F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3388T: git https://repo.or.cz/qemu/ericb.git nbd
3d9330ec 3389T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
99c62e70 3390
6542aa9c
PL
3391NFS
3392M: Peter Lieven <pl@kamp.de>
280458a3 3393L: qemu-block@nongnu.org
6542aa9c
PL
3394S: Maintained
3395F: block/nfs.c
3396
f05b328c
SH
3397SSH
3398M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3399L: qemu-block@nongnu.org
f05b328c
SH
3400S: Supported
3401F: block/ssh.c
c9a12e75 3402
280458a3 3403CURL
280458a3 3404L: qemu-block@nongnu.org
5c6090fa 3405S: Odd Fixes
280458a3 3406F: block/curl.c
280458a3
JC
3407
3408GLUSTER
280458a3 3409L: qemu-block@nongnu.org
5c6090fa
TH
3410L: integration@gluster.org
3411S: Odd Fixes
280458a3 3412F: block/gluster.c
b5e9476c 3413
199667a8 3414Null Block Driver
fe5ca46d 3415M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3416L: qemu-block@nongnu.org
3417S: Supported
3418F: block/null.c
3419
bdd6a90a 3420NVMe Block Driver
1a949789
SH
3421M: Stefan Hajnoczi <stefanha@redhat.com>
3422R: Fam Zheng <fam@euphon.net>
90f285fd 3423R: Philippe Mathieu-Daudé <f4bug@amsat.org>
bdd6a90a
FZ
3424L: qemu-block@nongnu.org
3425S: Supported
3426F: block/nvme*
dc0b4d94 3427F: include/block/nvme.h
1a949789 3428T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3429
b5e9476c
GA
3430Bootdevice
3431M: Gonglei <arei.gonglei@huawei.com>
3432S: Maintained
800d4ded 3433F: softmmu/bootdevice.c
ecdda9e0
AG
3434
3435Quorum
3436M: Alberto Garcia <berto@igalia.com>
3437S: Supported
3438F: block/quorum.c
3439L: qemu-block@nongnu.org
e7c6e631 3440
bfcc224e
AV
3441blklogwrites
3442M: Ari Sundholm <ari@tuxera.com>
3443L: qemu-block@nongnu.org
3444S: Supported
3445F: block/blklogwrites.c
3446
e7c6e631
SH
3447blkverify
3448M: Stefan Hajnoczi <stefanha@redhat.com>
3449L: qemu-block@nongnu.org
3450S: Supported
3451F: block/blkverify.c
3452
3453bochs
3454M: Stefan Hajnoczi <stefanha@redhat.com>
3455L: qemu-block@nongnu.org
3456S: Supported
3457F: block/bochs.c
3458
3459cloop
3460M: Stefan Hajnoczi <stefanha@redhat.com>
3461L: qemu-block@nongnu.org
3462S: Supported
3463F: block/cloop.c
3464
3465dmg
3466M: Stefan Hajnoczi <stefanha@redhat.com>
3467L: qemu-block@nongnu.org
3468S: Supported
3469F: block/dmg.c
3470
3471parallels
3472M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3473M: Denis V. Lunev <den@openvz.org>
80f00ca2 3474M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
e7c6e631
SH
3475L: qemu-block@nongnu.org
3476S: Supported
3477F: block/parallels.c
a960c4b4 3478F: block/parallels-ext.c
5746c1cd 3479F: docs/interop/parallels.txt
a960c4b4 3480T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
e7c6e631
SH
3481
3482qed
3483M: Stefan Hajnoczi <stefanha@redhat.com>
3484L: qemu-block@nongnu.org
3485S: Supported
3486F: block/qed.c
3487
3488raw
3489M: Kevin Wolf <kwolf@redhat.com>
3490L: qemu-block@nongnu.org
3491S: Supported
3492F: block/linux-aio.c
f586d5fc 3493F: include/block/raw-aio.h
2e6fc7eb 3494F: block/raw-format.c
c1bb86cd
EB
3495F: block/file-posix.c
3496F: block/file-win32.c
e7c6e631
SH
3497F: block/win32-aio.c
3498
6663a0a3
AM
3499Linux io_uring
3500M: Aarushi Mehta <mehta.aaru20@gmail.com>
3501M: Julia Suvorova <jusual@redhat.com>
3502M: Stefan Hajnoczi <stefanha@redhat.com>
0ef28014 3503R: Stefano Garzarella <sgarzare@redhat.com>
6663a0a3
AM
3504L: qemu-block@nongnu.org
3505S: Maintained
3506F: block/io_uring.c
06a47ef5 3507F: stubs/io_uring.c
6663a0a3 3508
e7c6e631
SH
3509qcow2
3510M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3511M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3512L: qemu-block@nongnu.org
3513S: Supported
3514F: block/qcow2*
b24f9882 3515F: docs/interop/qcow2.txt
e7c6e631
SH
3516
3517qcow
3518M: Kevin Wolf <kwolf@redhat.com>
3519L: qemu-block@nongnu.org
3520S: Supported
3521F: block/qcow.c
3522
3523blkdebug
3524M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3525M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3526L: qemu-block@nongnu.org
3527S: Supported
3528F: block/blkdebug.c
3529
3530vpc
3531M: Kevin Wolf <kwolf@redhat.com>
3532L: qemu-block@nongnu.org
3533S: Supported
3534F: block/vpc.c
3535
3536vvfat
3537M: Kevin Wolf <kwolf@redhat.com>
3538L: qemu-block@nongnu.org
4b7c5bc4 3539S: Odd Fixes
e7c6e631 3540F: block/vvfat.c
abfe4e94
SH
3541
3542Image format fuzzer
3543M: Stefan Hajnoczi <stefanha@redhat.com>
3544L: qemu-block@nongnu.org
3545S: Supported
3546F: tests/image-fuzzer/
717171bd 3547
8675a376
CX
3548Vhost-user block device backend server
3549M: Coiby Xu <Coiby.Xu@gmail.com>
3550S: Maintained
3551F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3552F: block/export/vhost-user-blk-server.h
3553F: include/qemu/vhost-user-server.h
8675a376 3554F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3555F: tests/qtest/libqos/vhost-user-blk.h
3556F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3557F: util/vhost-user-server.c
8675a376 3558
0c9b70d5 3559FUSE block device exports
b0c4798f 3560M: Hanna Reitz <hreitz@redhat.com>
0c9b70d5
HR
3561L: qemu-block@nongnu.org
3562S: Supported
3563F: block/export/fuse.c
3564
049105a3 3565Replication
205f8618 3566M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3567M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3568S: Supported
3569F: replication*
3570F: block/replication.c
da668aa1 3571F: tests/unit/test-replication.c
049105a3
CX
3572F: docs/block-replication.txt
3573
a3defabb 3574PVRDMA
bfffeac8 3575M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3576M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3577S: Maintained
3578F: hw/rdma/*
3579F: hw/rdma/vmw/*
3580F: docs/pvrdma.txt
a5d2f6f8 3581F: contrib/rdmacm-mux/*
4a5c9903 3582F: qapi/rdma.json
a3defabb 3583
b052fec8
AB
3584Semihosting
3585M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3586S: Maintained
8df9f0c3 3587F: semihosting/
6b5fe137 3588F: include/semihosting/
3539d84d 3589F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3590F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3591
8684f1be
JJ
3592Multi-process QEMU
3593M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3594M: Jagannathan Raman <jag.raman@oracle.com>
3595M: John G Johnson <john.g.johnson@oracle.com>
3596S: Maintained
3597F: docs/devel/multi-process.rst
639090d8 3598F: docs/system/multi-process.rst
6fbd84d6
JR
3599F: hw/pci-host/remote.c
3600F: include/hw/pci-host/remote.h
3f0e7e57
JR
3601F: hw/remote/machine.c
3602F: include/hw/remote/machine.h
ad22c308
EU
3603F: hw/remote/mpqemu-link.c
3604F: include/hw/remote/mpqemu-link.h
48b06f50 3605F: hw/remote/message.c
c7d80c7c 3606F: hw/remote/remote-obj.c
ed5d0019
JR
3607F: include/hw/remote/memory.h
3608F: hw/remote/memory.c
9f811207
EU
3609F: hw/remote/proxy.c
3610F: include/hw/remote/proxy.h
c746b74a
JR
3611F: hw/remote/proxy-memory-listener.c
3612F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3613F: hw/remote/iohub.c
3614F: include/hw/remote/iohub.h
8684f1be 3615
90322e64
AM
3616EBPF:
3617M: Jason Wang <jasowang@redhat.com>
3618R: Andrew Melnychenko <andrew@daynix.com>
3619R: Yuri Benditovich <yuri.benditovich@daynix.com>
3620S: Maintained
3621F: ebpf/*
3622F: tools/ebpf/*
3623
b9e02c06
AB
3624Build and test automation
3625-------------------------
9872ba0a 3626Build and test automation, general continuous integration
b9e02c06 3627M: Alex Bennée <alex.bennee@linaro.org>
9872ba0a
TH
3628M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3629M: Thomas Huth <thuth@redhat.com>
3630R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3631R: Beraldo Leal <bleal@redhat.com>
e70dc7f8 3632S: Maintained
e7c2d743 3633F: .github/workflows/lockdown.yml
9872ba0a
TH
3634F: .gitlab-ci.yml
3635F: .gitlab-ci.d/
b9e02c06 3636F: .travis.yml
04250c69 3637F: scripts/ci/
e70dc7f8 3638F: tests/docker/
18023821 3639F: tests/vm/
3260f4e6 3640F: tests/lcitool/
54dbfd85 3641F: scripts/archive-source.sh
9872ba0a 3642W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3643W: https://travis-ci.org/qemu/qemu
717171bd 3644
7162fbb4
EM
3645FreeBSD Hosted Continuous Integration
3646M: Ed Maste <emaste@freebsd.org>
3647M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4 3648S: Maintained
5be6fd0c
TH
3649F: .gitlab-ci.d/cirrus/freebsd*
3650F: tests/vm/freebsd
7162fbb4
EM
3651W: https://cirrus-ci.com/github/qemu/qemu
3652
daee8de3
YL
3653Windows Hosted Continuous Integration
3654M: Yonggang Luo <luoyonggang@gmail.com>
3655S: Maintained
3656F: .cirrus.yml
3657W: https://cirrus-ci.com/github/qemu/qemu
3658
7e97017e
AB
3659Guest Test Compilation Support
3660M: Alex Bennée <alex.bennee@linaro.org>
3661R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3662S: Maintained
7e97017e 3663F: tests/tcg/Makefile
c722a9e4 3664F: tests/tcg/Makefile.include
7e97017e 3665
bbbd9b6e 3666Integration Testing with the Avocado framework
6634f1c4
PMD
3667W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3668R: Cleber Rosa <crosa@redhat.com>
90f285fd 3669R: Philippe Mathieu-Daudé <f4bug@amsat.org>
6634f1c4 3670R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3671R: Beraldo Leal <bleal@redhat.com>
6634f1c4 3672S: Odd Fixes
bbbd9b6e 3673F: tests/avocado/
6634f1c4 3674
1e970158
PMD
3675GitLab custom runner (Works On Arm Sponsored)
3676M: Alex Bennée <alex.bennee@linaro.org>
3677M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3678S: Maintained
3679F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3680
717171bd
DB
3681Documentation
3682-------------
3683Build system architecture
3684M: Daniel P. Berrange <berrange@redhat.com>
3685S: Odd Fixes
551bdfa0 3686F: docs/devel/build-system.rst
8a49e97f 3687
92329a7e
AB
3688GIT Data Mining Config
3689M: Alex Bennée <alex.bennee@linaro.org>
3690S: Odd Fixes
3691F: gitdm.config
3692F: contrib/gitdm/*
3693
b02c9bc3
MA
3694Incompatible changes
3695R: libvir-list@redhat.com
a476b216 3696F: docs/about/deprecated.rst
b02c9bc3 3697
aef45d51
DB
3698Build System
3699------------
3700GIT submodules
3701M: Daniel P. Berrange <berrange@redhat.com>
3702S: Odd Fixes
3703F: scripts/git-submodule.sh
c10e01b9 3704
ef45a392 3705UI translations
4251dfb0 3706S: Orphan
ef45a392
AM
3707F: po/*.po
3708
c10e01b9
PM
3709Sphinx documentation configuration and build machinery
3710M: Peter Maydell <peter.maydell@linaro.org>
3711S: Maintained
3712F: docs/conf.py
3713F: docs/*/conf.py
4078ee54 3714F: docs/sphinx/
13f934e7 3715F: docs/_templates/
53fb8bfb
AM
3716
3717Miscellaneous
3718-------------
3719Performance Tools and Tests
3720M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3721S: Maintained
3722F: scripts/performance/