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