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