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