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