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