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