]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: Add g364fb and ds1225y to the Jazz section
[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
740ee84d 1289F: hw/display/g364fb.c
0886a785
PMD
1290F: hw/display/jazz_led.c
1291F: hw/dma/rc4030.c
740ee84d 1292F: hw/nvram/ds1225y.c
fd5d5c56
AL
1293
1294Malta
8823ef13 1295M: Philippe Mathieu-Daudé <philmd@linaro.org>
485cd982 1296R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1297S: Odd Fixes
60041378
AM
1298F: hw/isa/piix4.c
1299F: hw/acpi/piix4.c
5298722e 1300F: hw/mips/malta.c
a7db759e 1301F: hw/pci-host/gt64120.c
60041378 1302F: include/hw/southbridge/piix.h
bbbd9b6e
WR
1303F: tests/avocado/linux_ssh_mips_malta.py
1304F: tests/avocado/machine_mips_malta.py
fd5d5c56
AL
1305
1306Mipssim
97d89746 1307R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4251dfb0 1308S: Orphan
5298722e 1309F: hw/mips/mipssim.c
659f42d8 1310F: hw/net/mipsnet.c
fd5d5c56 1311
c3a09ff6 1312Fuloong 2E
dab1e1e1 1313M: Huacai Chen <chenhuacai@kernel.org>
8823ef13 1314M: Philippe Mathieu-Daudé <philmd@linaro.org>
97eeef8a 1315R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1316S: Odd Fixes
c3a09ff6 1317F: hw/mips/fuloong2e.c
0170a3fc 1318F: hw/isa/vt82c686.c
5021bfa5 1319F: hw/pci-host/bonito.c
6f2bcd5f 1320F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1321F: include/hw/isa/vt82c686.h
aad07969 1322F: include/hw/pci-host/bonito.h
bbbd9b6e 1323F: tests/avocado/machine_mips_fuloong2e.py
659f42d8 1324
53fb8bfb 1325Loongson-3 virtual platforms
dab1e1e1 1326M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1327R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1328S: Maintained
2c5b1a7d 1329F: hw/intc/loongson_liointc.c
d2245e2d
HC
1330F: hw/mips/loongson3_bootp.c
1331F: hw/mips/loongson3_bootp.h
c76b409f 1332F: hw/mips/loongson3_virt.c
bbbd9b6e 1333F: tests/avocado/machine_mips_loongson3v.py
2c5b1a7d 1334
659f42d8 1335Boston
4ba98e96 1336M: Paul Burton <paulburton@kernel.org>
97d89746 1337R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1338S: Odd Fixes
659f42d8
YK
1339F: hw/core/loader-fit.c
1340F: hw/mips/boston.c
1341F: hw/pci-host/xilinx-pcie.c
5021bfa5 1342F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1343
945dad6d
JL
1344OpenRISC Machines
1345-----------------
1346or1k-sim
1347M: Jia Liu <proljc@gmail.com>
1348S: Maintained
4db546d3 1349F: docs/system/openrisc/or1k-sim.rst
945dad6d
JL
1350F: hw/openrisc/openrisc_sim.c
1351
fd5d5c56
AL
1352PowerPC Machines
1353----------------
1335caf3 1354405 (ref405ep)
a6c98685 1355L: qemu-ppc@nongnu.org
0f514eea 1356S: Orphan
8d8b636d 1357F: hw/ppc/ppc405_boards.c
fd5d5c56 1358
aaade8d7 1359Bamboo
aaade8d7 1360L: qemu-ppc@nongnu.org
0f514eea 1361S: Orphan
8d8b636d 1362F: hw/ppc/ppc440_bamboo.c
bbbd9b6e 1363F: tests/avocado/ppc_bamboo.py
aaade8d7 1364
98cded3a 1365e500
98cded3a 1366L: qemu-ppc@nongnu.org
0f514eea 1367S: Orphan
ce6fc617 1368F: hw/ppc/e500*
2c6aba14 1369F: hw/gpio/mpc8xxx.c
7abb479c 1370F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1371F: hw/net/fsl_etsec/
1372F: hw/pci-host/ppce500.c
b5d55020
TH
1373F: include/hw/ppc/ppc_e500.h
1374F: include/hw/pci-host/ppce500.h
1375F: pc-bios/u-boot.e500
ff8cdbbd
DG
1376F: hw/intc/openpic_kvm.h
1377F: include/hw/ppc/openpic_kvm.h
98cded3a
AF
1378
1379mpc8544ds
98cded3a 1380L: qemu-ppc@nongnu.org
0f514eea 1381S: Orphan
98cded3a 1382F: hw/ppc/mpc8544ds.c
8d8b636d 1383F: hw/ppc/mpc8544_guts.c
bbbd9b6e 1384F: tests/avocado/ppc_mpc8544ds.py
98cded3a 1385
2c6aba14 1386New World (mac99)
40e3dd06 1387M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1388L: qemu-ppc@nongnu.org
bba8e23a 1389S: Odd Fixes
c5288768 1390F: docs/system/ppc/powermac.rst
baec1910 1391F: hw/ppc/mac_newworld.c
6e481d57
PM
1392F: hw/pci-host/uninorth.c
1393F: hw/pci-bridge/dec.[hc]
8d8b636d 1394F: hw/misc/macio/
6ba16476 1395F: hw/misc/mos6522.c
b5d55020 1396F: hw/nvram/mac_nvram.c
2c6aba14 1397F: hw/input/adb*
eba45926 1398F: include/hw/misc/macio/
6ba16476 1399F: include/hw/misc/mos6522.h
443f07b7 1400F: include/hw/nvram/mac_nvram.h
eba45926 1401F: include/hw/ppc/mac_dbdma.h
5021bfa5 1402F: include/hw/pci-host/uninorth.h
2c6aba14 1403F: include/hw/input/adb*
52804c60 1404F: pc-bios/qemu_vga.ndrv
fd5d5c56 1405
2c6aba14 1406Old World (g3beige)
40e3dd06 1407M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1408L: qemu-ppc@nongnu.org
bba8e23a 1409S: Odd Fixes
c5288768 1410F: docs/system/ppc/powermac.rst
baec1910 1411F: hw/ppc/mac_oldworld.c
6e481d57 1412F: hw/pci-host/grackle.c
8d8b636d 1413F: hw/misc/macio/
835c42d3 1414F: hw/intc/heathrow_pic.c
2c6aba14 1415F: hw/input/adb*
97e16dba 1416F: include/hw/intc/heathrow_pic.h
2c6aba14 1417F: include/hw/input/adb*
87e5a4f8 1418F: include/hw/pci-host/grackle.h
52804c60 1419F: pc-bios/qemu_vga.ndrv
fd5d5c56 1420
ec38d398 1421PReP
8178e89c 1422M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1423L: qemu-ppc@nongnu.org
8178e89c 1424S: Maintained
c5288768 1425F: docs/system/ppc/prep.rst
75610155 1426F: hw/ppc/prep.c
8178e89c
HP
1427F: hw/ppc/prep_systemio.c
1428F: hw/ppc/rs6000_mc.c
46fd3201 1429F: hw/pci-host/raven.c
0a9464b5 1430F: hw/isa/i82378.c
a48c6b51 1431F: hw/isa/pc87312.c
1cd6dccb 1432F: hw/dma/i82374.c
819ce6b2 1433F: hw/rtc/m48t59-isa.c
a48c6b51 1434F: include/hw/isa/pc87312.h
819ce6b2 1435F: include/hw/rtc/m48t59.h
bbbd9b6e 1436F: tests/avocado/ppc_prep_40p.py
fd5d5c56 1437
c5288768 1438sPAPR (pseries)
0cbc34dc
DHB
1439M: Nicholas Piggin <npiggin@gmail.com>
1440R: Daniel Henrique Barboza <danielhb413@gmail.com>
b0877575 1441R: Cédric Le Goater <clg@kaod.org>
14fe3222 1442R: David Gibson <david@gibson.dropbear.id.au>
fcdae012 1443R: Harsh Prateek Bora <harshpb@linux.ibm.com>
8a269ca4 1444L: qemu-ppc@nongnu.org
2e93a90f 1445S: Odd Fixes
8d8b636d 1446F: hw/*/spapr*
f9de2da7
DG
1447F: include/hw/*/spapr*
1448F: hw/*/xics*
1449F: include/hw/*/xics*
b5d55020 1450F: pc-bios/slof.bin
c5288768
TH
1451F: docs/system/ppc/pseries.rst
1452F: docs/specs/ppc-spapr-*
1e8a1fae 1453F: tests/qtest/spapr*
1cf4323e 1454F: tests/qtest/libqos/*spapr*
1e8a1fae 1455F: tests/qtest/rtas*
1cf4323e 1456F: tests/qtest/libqos/rtas*
bbbd9b6e 1457F: tests/avocado/ppc_pseries.py
8a269ca4 1458
1af82d4f
CLG
1459PowerNV (Non-Virtualized)
1460M: Cédric Le Goater <clg@kaod.org>
0cbc34dc 1461M: Nicholas Piggin <npiggin@gmail.com>
602b88ec 1462R: Frédéric Barrat <fbarrat@linux.ibm.com>
1af82d4f 1463L: qemu-ppc@nongnu.org
b0877575 1464S: Odd Fixes
c5288768 1465F: docs/system/ppc/powernv.rst
1af82d4f
CLG
1466F: hw/ppc/pnv*
1467F: hw/intc/pnv*
1468F: hw/intc/xics_pnv.c
157ed954 1469F: hw/pci-host/pnv*
1af82d4f 1470F: include/hw/ppc/pnv*
157ed954 1471F: include/hw/pci-host/pnv*
1af82d4f 1472F: pc-bios/skiboot.lid
1e8a1fae 1473F: tests/qtest/pnv*
1af82d4f 1474
794d00bf
AF
1475virtex_ml507
1476M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1477L: qemu-ppc@nongnu.org
1478S: Odd Fixes
6e481d57 1479F: hw/ppc/virtex_ml507.c
bbbd9b6e 1480F: tests/avocado/ppc_virtex_ml507.py
794d00bf 1481
a9dd6604
BZ
1482sam460ex
1483M: BALATON Zoltan <balaton@eik.bme.hu>
1484L: qemu-ppc@nongnu.org
1485S: Maintained
33c6a8b5
BZ
1486F: hw/ppc/sam460ex.c
1487F: hw/ppc/ppc440_pcix.c
1488F: hw/display/sm501*
a9dd6604 1489F: hw/ide/sii3112.c
de04c31d 1490F: hw/rtc/m41t80.c
33c6a8b5
BZ
1491F: pc-bios/canyonlands.dt[sb]
1492F: pc-bios/u-boot-sam460ex-20100605.bin
1493F: roms/u-boot-sam460ex
a9dd6604 1494
ba7e5ac1
BZ
1495pegasos2
1496M: BALATON Zoltan <balaton@eik.bme.hu>
ba7e5ac1
BZ
1497L: qemu-ppc@nongnu.org
1498S: Maintained
1499F: hw/ppc/pegasos2.c
1500F: hw/pci-host/mv64361.c
1501F: hw/pci-host/mv643xx.h
1502F: include/hw/pci-host/mv64361.h
1503
fc8c745d
AK
1504Virtual Open Firmware (VOF)
1505M: Alexey Kardashevskiy <aik@ozlabs.ru>
21bde1ec 1506R: David Gibson <david@gibson.dropbear.id.au>
fc8c745d 1507L: qemu-ppc@nongnu.org
0cbc34dc 1508S: Odd Fixes
fc8c745d
AK
1509F: hw/ppc/spapr_vof*
1510F: hw/ppc/vof*
1511F: include/hw/ppc/vof*
1512F: pc-bios/vof/*
1513F: pc-bios/vof*
1514
fe0fe473
AF
1515RISC-V Machines
1516---------------
1517OpenTitan
1518M: Alistair Francis <Alistair.Francis@wdc.com>
1519L: qemu-riscv@nongnu.org
1520S: Supported
1521F: hw/riscv/opentitan.c
df41cbd6 1522F: hw/*/ibex_*.c
fe0fe473 1523F: include/hw/riscv/opentitan.h
df41cbd6 1524F: include/hw/*/ibex_*.h
fe0fe473 1525
56f6e31e
BM
1526Microchip PolarFire SoC Icicle Kit
1527M: Bin Meng <bin.meng@windriver.com>
1528L: qemu-riscv@nongnu.org
1529S: Supported
1530F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1531F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1532F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1533F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1534F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1535F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1536F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1537F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1538F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1539F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1540
7a261baf
VK
1541Shakti C class SoC
1542M: Vijai Kumar K <vijai@behindbytes.com>
1543L: qemu-riscv@nongnu.org
1544S: Supported
1545F: hw/riscv/shakti_c.c
07f334d8 1546F: hw/char/shakti_uart.c
7a261baf 1547F: include/hw/riscv/shakti_c.h
07f334d8 1548F: include/hw/char/shakti_uart.h
7a261baf 1549
4fcad931
AF
1550SiFive Machines
1551M: Alistair Francis <Alistair.Francis@wdc.com>
1552M: Bin Meng <bin.meng@windriver.com>
1553M: Palmer Dabbelt <palmer@dabbelt.com>
1554L: qemu-riscv@nongnu.org
1555S: Supported
1556F: hw/*/*sifive*.c
1557F: include/hw/*/*sifive*.h
1558
bda19d7b
YS
1559RX Machines
1560-----------
1561rx-gdbsim
b2744da9
PMD
1562R: Yoshinori Sato <ysato@users.sourceforge.jp>
1563S: Orphan
4adbfa45 1564F: docs/system/target-rx.rst
bda19d7b 1565F: hw/rx/rx-gdbsim.c
bbbd9b6e 1566F: tests/avocado/machine_rx_gdbsim.py
bda19d7b 1567
fd5d5c56
AL
1568SH4 Machines
1569------------
1570R2D
2d53d0c7 1571R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1572R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1573S: Odd Fixes
7ae5c8bb 1574F: hw/char/sh_serial.c
6e481d57 1575F: hw/sh4/r2d.c
81527b94 1576F: hw/intc/sh_intc.c
c64bd101 1577F: hw/pci-host/sh_pci.c
25e79527 1578F: hw/timer/sh_timer.c
65b8dc29 1579F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1580
1581Shix
2d53d0c7 1582R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1583R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1584S: Odd Fixes
475e70bd 1585F: hw/block/tc58128.c
7ae5c8bb 1586F: hw/char/sh_serial.c
6e481d57 1587F: hw/sh4/shix.c
65b8dc29 1588F: hw/intc/sh_intc.c
25e79527 1589F: hw/timer/sh_timer.c
65b8dc29 1590F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1591
1592SPARC Machines
1593--------------
1594Sun4m
f2416d3a 1595M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1596S: Maintained
8d8b636d 1597F: hw/sparc/sun4m.c
c468e368 1598F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1599F: hw/display/cg3.c
1600F: hw/display/tcx.c
c10a1c78 1601F: hw/dma/sparc32_dma.c
7098b79e 1602F: hw/misc/eccmemctl.c
aec2b887
TH
1603F: hw/*/slavio_*.c
1604F: include/hw/nvram/sun_nvram.h
c10a1c78 1605F: include/hw/sparc/sparc32_dma.h
d0476159 1606F: include/hw/sparc/sun4m_iommu.h
aec2b887 1607F: pc-bios/openbios-sparc32
fd5d5c56
AL
1608
1609Sun4u
f2416d3a 1610M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1611S: Maintained
8d8b636d 1612F: hw/sparc64/sun4u.c
8ef856b7
PMD
1613F: hw/sparc64/sun4u_iommu.c
1614F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1615F: hw/pci-host/sabre.c
1616F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1617F: hw/pci-bridge/simba.c
1618F: include/hw/pci-bridge/simba.h
1619F: pc-bios/openbios-sparc64
bbbd9b6e 1620F: tests/avocado/machine_sparc64_sun4u.py
fd5d5c56 1621
a2664ca0
AT
1622Sun4v
1623M: Artyom Tarasenko <atar4qemu@gmail.com>
1624S: Maintained
626e4a4b 1625F: hw/sparc64/niagara.c
2811ac30
PMD
1626F: hw/rtc/sun4v-rtc.c
1627F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1628
ce6c760c
FC
1629Leon3
1630M: Fabien Chouteau <chouteau@adacore.com>
034e050d 1631M: Frederic Konrad <konrad.frederic@yahoo.fr>
ce6c760c 1632S: Maintained
8d8b636d
PB
1633F: hw/sparc/leon3.c
1634F: hw/*/grlib*
162abf1a 1635F: include/hw/*/grlib*
bbbd9b6e 1636F: tests/avocado/machine_sparc_leon3.py
ce6c760c 1637
fd5d5c56
AL
1638S390 Machines
1639-------------
dd4ad64a 1640S390 Virtio-ccw
7c8e2647 1641M: Halil Pasic <pasic@linux.ibm.com>
2c092950 1642M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1643M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 1644S: Supported
c5bfb202 1645F: hw/s390x/
4277af19 1646F: include/hw/s390x/
812b31d3 1647F: configs/devices/s390x-softmmu/default.mak
bbbd9b6e 1648F: tests/avocado/machine_s390_ccw_virtio.py
e18a8b34 1649T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1650L: qemu-s390x@nongnu.org
dd4ad64a 1651
8e4eb427 1652S390-ccw boot
2c092950 1653M: Christian Borntraeger <borntraeger@linux.ibm.com>
304584bf
CH
1654M: Thomas Huth <thuth@redhat.com>
1655S: Supported
8e4eb427 1656F: hw/s390x/ipl.*
304584bf
CH
1657F: pc-bios/s390-ccw/
1658F: pc-bios/s390-ccw.img
cc3d15a5 1659F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1660T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1661L: qemu-s390x@nongnu.org
1662
d5bfb425 1663S390 PCI
ecd6663d 1664M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1665M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1666S: Supported
1667F: hw/s390x/s390-pci*
408b55db 1668F: include/hw/s390x/s390-pci*
d5bfb425
CB
1669L: qemu-s390x@nongnu.org
1670
56e34834
CH
1671S390 channel subsystem
1672M: Halil Pasic <pasic@linux.ibm.com>
1673M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1674M: Eric Farman <farman@linux.ibm.com>
56e34834
CH
1675S: Supported
1676F: hw/s390x/ccw-device.[ch]
1677F: hw/s390x/css.c
1678F: hw/s390x/css-bridge.c
1679F: include/hw/s390x/css.h
1680F: include/hw/s390x/css-bridge.h
1681F: include/hw/s390x/ioinst.h
1682F: target/s390x/ioinst.c
1683L: qemu-s390x@nongnu.org
1684
1685S390 CPU models
1686M: David Hildenbrand <david@redhat.com>
1687S: Maintained
1688F: target/s390x/cpu_features*.[ch]
1689F: target/s390x/cpu_models.[ch]
1690L: qemu-s390x@nongnu.org
1691
1692S390 SCLP-backed devices
1693M: Halil Pasic <pasic@linux.ibm.com>
1694M: Christian Borntraeger <borntraeger@linux.ibm.com>
1695S: Supported
1696F: include/hw/s390x/event-facility.h
1697F: include/hw/s390x/sclp.h
1698F: hw/char/sclp*.[hc]
1699F: hw/s390x/event-facility.c
1700F: hw/s390x/sclp*.c
1701L: qemu-s390x@nongnu.org
1702
fd5d5c56
AL
1703X86 Machines
1704------------
1705PC
046a6486 1706M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1707M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1708S: Supported
046a6486
MT
1709F: include/hw/i386/
1710F: hw/i386/
0f25d865 1711F: hw/pci-host/i440fx.c
046a6486
MT
1712F: hw/pci-host/q35.c
1713F: hw/pci-host/pam.c
0fd61a2d 1714F: include/hw/pci-host/i440fx.h
046a6486
MT
1715F: include/hw/pci-host/q35.h
1716F: include/hw/pci-host/pam.h
14a026dd 1717F: hw/isa/piix3.c
046a6486
MT
1718F: hw/isa/lpc_ich9.c
1719F: hw/i2c/smbus_ich9.c
1720F: hw/acpi/piix4.c
fbae27e8
PMD
1721F: hw/acpi/ich9*.c
1722F: include/hw/acpi/ich9*.h
1a6981bb 1723F: include/hw/southbridge/ich9.h
fff123b8 1724F: include/hw/southbridge/piix.h
6f5a3294
PMD
1725F: hw/isa/apm.c
1726F: include/hw/isa/apm.h
da668aa1 1727F: tests/unit/test-x86-cpuid.c
1e8a1fae 1728F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1729
1730PC Chipset
1731M: Michael S. Tsirkin <mst@redhat.com>
1732M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1733S: Supported
9cc3b73c 1734F: hw/char/debugcon.c
bb3d5ea8 1735F: hw/char/parallel*
9cc3b73c
PB
1736F: hw/char/serial*
1737F: hw/dma/i8257*
1738F: hw/i2c/pm_smbus.c
1732be86 1739F: hw/input/pckbd.c
9cc3b73c
PB
1740F: hw/intc/apic*
1741F: hw/intc/ioapic*
1742F: hw/intc/i8259*
1854eb28 1743F: hw/isa/isa-superio.c
9cc3b73c
PB
1744F: hw/misc/debugexit.c
1745F: hw/misc/pc-testdev.c
1746F: hw/timer/hpet*
1747F: hw/timer/i8254*
bcdb9064 1748F: hw/rtc/mc146818rtc*
edc46aff 1749F: hw/watchdog/wdt_ib700.c
4bcbc773 1750F: hw/watchdog/wdt_i6300esb.c
866e2b37 1751F: include/hw/display/vga.h
9cc44d9b 1752F: include/hw/char/parallel*.h
55f613ac 1753F: include/hw/dma/i8257.h
a2feb348 1754F: include/hw/i2c/pm_smbus.h
47973a2d 1755F: include/hw/input/i8042.h
7f54640b 1756F: include/hw/intc/ioapic*
4bcbc773 1757F: include/hw/isa/i8259_internal.h
1854eb28 1758F: include/hw/isa/superio.h
a2feb348
TH
1759F: include/hw/timer/hpet.h
1760F: include/hw/timer/i8254*
bcdb9064 1761F: include/hw/rtc/mc146818rtc*
046a6486 1762
5cb48f05
SL
1763microvm
1764M: Sergio Lopez <slp@redhat.com>
1765M: Paolo Bonzini <pbonzini@redhat.com>
1766S: Maintained
0b09d441 1767F: docs/system/i386/microvm.rst
5cb48f05
SL
1768F: hw/i386/microvm.c
1769F: include/hw/i386/microvm.h
1770F: pc-bios/bios-microvm.bin
1771
5da4fb00 1772Machine core
24c4cd13 1773M: Eduardo Habkost <eduardo@habkost.net>
fe355cbd 1774M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
8823ef13 1775R: Philippe Mathieu-Daudé <philmd@linaro.org>
da7595ca 1776R: Yanan Wang <wangyanan55@huawei.com>
5da4fb00 1777S: Supported
2e5b09fd 1778F: hw/core/cpu.c
52924dea 1779F: hw/core/machine-qmp-cmds.c
5da4fb00 1780F: hw/core/machine.c
86ce2d28 1781F: hw/core/machine-smp.c
c1629c5c 1782F: hw/core/null-machine.c
ac057879 1783F: hw/core/numa.c
335d52f4 1784F: hw/cpu/cluster.c
8ac25c84 1785F: qapi/machine.json
7f7b4e7a 1786F: qapi/machine-target.json
5da4fb00 1787F: include/hw/boards.h
2e5b09fd 1788F: include/hw/core/cpu.h
335d52f4 1789F: include/hw/cpu/cluster.h
2dd02587 1790F: include/sysemu/numa.h
9e8e393b 1791F: tests/unit/test-smp-parse.c
f953c100 1792T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1793
16e7caae
MF
1794Xtensa Machines
1795---------------
375847a6 1796sim
16e7caae
MF
1797M: Max Filippov <jcmvbkbc@gmail.com>
1798S: Maintained
437a8c11 1799F: hw/xtensa/sim.c
375847a6 1800
d9e8553b
MF
1801virt
1802M: Max Filippov <jcmvbkbc@gmail.com>
1803S: Maintained
1804F: hw/xtensa/virt.c
1805
437a8c11 1806XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1807M: Max Filippov <jcmvbkbc@gmail.com>
1808S: Maintained
437a8c11
MF
1809F: hw/xtensa/xtfpga.c
1810F: hw/net/opencores_eth.c
16e7caae 1811
fd5d5c56
AL
1812Devices
1813-------
a8f4aee6
PMD
1814Overall Audio frontends
1815M: Gerd Hoffmann <kraxel@redhat.com>
1816S: Odd Fixes
1817F: hw/audio/
1818F: include/hw/audio/
1819F: tests/qtest/ac97-test.c
1820F: tests/qtest/es1370-test.c
1821F: tests/qtest/intel-hda-test.c
1822F: tests/qtest/fuzz-sb16-test.c
1823
d36d7112 1824Xilinx CAN
32bd99d0
VG
1825M: Vikram Garhwal <vikram.garhwal@amd.com>
1826M: Francisco Iglesias <francisco.iglesias@amd.com>
d36d7112
VG
1827S: Maintained
1828F: hw/net/can/xlnx-*
1829F: include/hw/net/xlnx-*
1d2a6029 1830F: tests/qtest/xlnx-can*-test*
d36d7112 1831
b30934cb
JS
1832EDU
1833M: Jiri Slaby <jslaby@suse.cz>
1834S: Maintained
1835F: hw/misc/edu.c
1836
fd5d5c56 1837IDE
c095348b
JS
1838M: John Snow <jsnow@redhat.com>
1839L: qemu-block@nongnu.org
1b0477a6 1840S: Odd Fixes
8d8b636d 1841F: include/hw/ide.h
c9f7acd5 1842F: include/hw/ide/
fd5d5c56 1843F: hw/ide/
c095348b
JS
1844F: hw/block/block.c
1845F: hw/block/cdrom.c
1846F: hw/block/hd-geometry.c
1e8a1fae
TH
1847F: tests/qtest/ide-test.c
1848F: tests/qtest/ahci-test.c
1849F: tests/qtest/cdrom-test.c
1cf4323e 1850F: tests/qtest/libqos/ahci*
77582e2c 1851T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1852
caf316ba
CM
1853IPMI
1854M: Corey Minyard <minyard@acm.org>
1855S: Maintained
1856F: include/hw/ipmi/*
1857F: hw/ipmi/*
1858F: hw/smbios/smbios_type_38.c
1e8a1fae 1859F: tests/qtest/ipmi*
e18a8b34 1860T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1861
c095348b
JS
1862Floppy
1863M: John Snow <jsnow@redhat.com>
1864L: qemu-block@nongnu.org
1b0477a6 1865S: Odd Fixes
c095348b 1866F: hw/block/fdc.c
5a5d2f3d 1867F: hw/block/fdc-internal.h
72ea60e4 1868F: hw/block/fdc-isa.c
1430759e 1869F: hw/block/fdc-sysbus.c
c095348b 1870F: include/hw/block/fdc.h
1e8a1fae 1871F: tests/qtest/fdc-test.c
77582e2c 1872T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1873
ee344768
MS
1874Hyper-V VMBus
1875M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1876S: Odd Fixes
1877F: hw/hyperv/vmbus.c
1878F: include/hw/hyperv/vmbus*.h
1879
f5f487b2
PM
1880OMAP
1881M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1882L: qemu-arm@nongnu.org
f5f487b2 1883S: Maintained
8d8b636d 1884F: hw/*/omap*
ed0db866 1885F: include/hw/arm/omap.h
66278f8a 1886F: docs/system/arm/sx1.rst
f5f487b2 1887
28d54e58
PB
1888IPack
1889M: Alberto Garcia <berto@igalia.com>
1890S: Odd Fixes
1891F: hw/char/ipoctal232.c
1892F: hw/ipack/
1893
fd5d5c56
AL
1894PCI
1895M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1896M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1897S: Supported
8d8b636d 1898F: include/hw/pci/*
f178bc6b 1899F: hw/misc/pci-testdev.c
ca818cfb 1900F: hw/pci/*
f178bc6b 1901F: hw/pci-bridge/*
61c7f987 1902F: qapi/pci.json
68179923
PMD
1903F: docs/pci*
1904F: docs/specs/*pci*
0e0b3592 1905
5fb52f6c
HCK
1906PCIE DOE
1907M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1908M: Chris Browy <cbrowy@avery-design.com>
1909S: Supported
1910F: include/hw/pci/pcie_doe.h
1911F: hw/pci/pcie_doe.c
1912
d31e5ae7 1913ACPI/SMBIOS
0e0b3592
MT
1914M: Michael S. Tsirkin <mst@redhat.com>
1915M: Igor Mammedov <imammedo@redhat.com>
104593c3 1916R: Ani Sinha <anisinha@redhat.com>
0e0b3592
MT
1917S: Supported
1918F: include/hw/acpi/*
a2eb5c0c 1919F: include/hw/firmware/smbios.h
8d8b636d 1920F: hw/acpi/*
d31e5ae7 1921F: hw/smbios/*
0e0b3592 1922F: hw/i386/acpi-build.[hc]
0e0b3592 1923F: hw/arm/virt-acpi-build.c
27c9188f 1924F: qapi/acpi.json
b963ea19 1925F: tests/qtest/bios-tables-test*
1e8a1fae 1926F: tests/qtest/acpi-utils.[hc]
faae23b9 1927F: tests/data/acpi/
fcc6f733
PM
1928F: docs/specs/acpi_cpu_hotplug.rst
1929F: docs/specs/acpi_mem_hotplug.rst
2fcd005f 1930F: docs/specs/acpi_nvdimm.rst
fcc6f733
PM
1931F: docs/specs/acpi_pci_hotplug.rst
1932F: docs/specs/acpi_hw_reduced_hotplug.rst
fd5d5c56 1933
47fc3400
S
1934ARM ACPI Subsystem
1935M: Shannon Zhao <shannon.zhaosl@gmail.com>
1936L: qemu-arm@nongnu.org
1937S: Maintained
1938F: hw/arm/virt-acpi-build.c
1939
1940RISC-V ACPI Subsystem
1941M: Sunil V L <sunilvl@ventanamicro.com>
1942L: qemu-riscv@nongnu.org
1943S: Maintained
1944F: hw/riscv/virt-acpi-build.c
1945
d135536d
AS
1946ACPI/VIOT
1947M: Jean-Philippe Brucker <jean-philippe@linaro.org>
d135536d
AS
1948S: Supported
1949F: hw/acpi/viot.c
1950F: hw/acpi/viot.h
1951
76f831dc 1952ACPI/AVOCADO/BIOSBITS
607a079b 1953M: Ani Sinha <anisinha@redhat.com>
242a58ca 1954M: Michael S. Tsirkin <mst@redhat.com>
76f831dc
AS
1955S: Supported
1956F: tests/avocado/acpi-bits/*
1957F: tests/avocado/acpi-bits.py
1958F: docs/devel/acpi-bits.rst
1959
f7e462f8 1960ACPI/HEST/GHES
d6eed465 1961R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1962L: qemu-arm@nongnu.org
1963S: Maintained
1964F: hw/acpi/ghes.c
1965F: include/hw/acpi/ghes.h
1966F: docs/specs/acpi_hest_ghes.rst
1967
aaade8d7 1968ppc4xx
aaade8d7 1969L: qemu-ppc@nongnu.org
0f514eea 1970S: Orphan
8d8b636d 1971F: hw/ppc/ppc4*.c
aa3a41f9 1972F: hw/i2c/ppc4xx_i2c.c
b5d55020 1973F: include/hw/ppc/ppc4xx.h
aa3a41f9 1974F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1975F: hw/intc/ppc-uic.c
1976F: include/hw/intc/ppc-uic.h
aaade8d7 1977
61af0ee6 1978Character devices
2185fd67
PB
1979M: Marc-André Lureau <marcandre.lureau@redhat.com>
1980R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1981S: Odd Fixes
1982F: hw/char/
1983
f536f112
PB
1984Network devices
1985M: Jason Wang <jasowang@redhat.com>
1986S: Odd Fixes
1987F: hw/net/
6061b5c6 1988F: include/hw/net/
1e8a1fae 1989F: tests/qtest/virtio-net-test.c
9711cd0d 1990F: docs/virtio-net-failover.rst
e18a8b34 1991T: git https://github.com/jasowang/qemu.git net
f536f112 1992
e0c9d0c1 1993Parallel NOR Flash devices
8823ef13 1994M: Philippe Mathieu-Daudé <philmd@linaro.org>
e0c9d0c1
PMD
1995T: git https://gitlab.com/philmd/qemu.git pflash-next
1996S: Maintained
1997F: hw/block/pflash_cfi*.c
1998F: include/hw/block/flash.h
1999
fd5d5c56 2000SCSI
de7724f7 2001M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2002R: Fam Zheng <fam@euphon.net>
de7724f7 2003S: Supported
74460f34 2004F: include/hw/scsi/*
8d8b636d 2005F: hw/scsi/*
1e8a1fae 2006F: tests/qtest/virtio-scsi-test.c
b43957dc 2007F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 2008F: tests/qtest/am53c974-test.c
aa62976c 2009F: tests/qtest/fuzz-lsi53c895a-test.c
e18a8b34 2010T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 2011
fcb5629d 2012SSI
c22e580c 2013M: Alistair Francis <alistair@alistair23.me>
fcb5629d 2014S: Maintained
8d8b636d 2015F: hw/ssi/*
2389bcc2 2016F: hw/block/m25p80*
982d009a 2017F: include/hw/ssi/ssi.h
4b46ba61 2018X: hw/ssi/xilinx_*
1e8a1fae 2019F: tests/qtest/m25p80-test.c
4b46ba61
AF
2020
2021Xilinx SPI
c22e580c 2022M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
2023S: Maintained
2024F: hw/ssi/xilinx_*
fcb5629d 2025
076a0fc3 2026SD (Secure Card)
8823ef13 2027M: Philippe Mathieu-Daudé <philmd@linaro.org>
3e0a7693 2028M: Bin Meng <bin.meng@windriver.com>
ba412478 2029L: qemu-block@nongnu.org
076a0fc3
PMD
2030S: Odd Fixes
2031F: include/hw/sd/sd*
2032F: hw/sd/core.c
2033F: hw/sd/sd*
1232ed1f 2034F: hw/sd/ssi-sd.c
59b63d78
PMD
2035F: tests/qtest/fuzz-sdcard-test.c
2036F: tests/qtest/sdhci-test.c
076a0fc3 2037
fd5d5c56 2038USB
5d0d62fe 2039M: Gerd Hoffmann <kraxel@redhat.com>
cd02c965 2040S: Odd Fixes
8d8b636d 2041F: hw/usb/*
9c3c834b 2042F: stubs/usb-dev-stub.c
1e8a1fae 2043F: tests/qtest/usb-*-test.c
2a49e4e9 2044F: docs/system/devices/usb.rst
beded0ff
TH
2045F: include/hw/usb.h
2046F: include/hw/usb/
fd5d5c56 2047
e26082fd 2048USB (serial adapter)
cd02c965 2049R: Gerd Hoffmann <kraxel@redhat.com>
e26082fd
PB
2050M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2051S: Maintained
2052F: hw/usb/dev-serial.c
2053
92e1fb5e
AW
2054VFIO
2055M: Alex Williamson <alex.williamson@redhat.com>
2696da62 2056M: Cédric Le Goater <clg@redhat.com>
92e1fb5e 2057S: Supported
cf7087db 2058F: hw/vfio/*
99b88c6d 2059F: include/hw/vfio/
4e779bf1 2060F: docs/igd-assign.txt
2a578133 2061F: docs/devel/vfio-migration.rst
92e1fb5e 2062
5eb74557 2063vfio-ccw
7913938a 2064M: Eric Farman <farman@linux.ibm.com>
074c84b9 2065M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
2066S: Supported
2067F: hw/vfio/ccw.c
2068F: hw/s390x/s390-ccw.c
2069F: include/hw/s390x/s390-ccw.h
44445d86 2070F: include/hw/s390x/vfio-ccw.h
146bd283 2071L: qemu-s390x@nongnu.org
5eb74557 2072
a51b3153 2073vfio-ap
a51b3153
TK
2074M: Tony Krowiak <akrowiak@linux.ibm.com>
2075M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 2076M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
2077S: Supported
2078F: hw/s390x/ap-device.c
2079F: hw/s390x/ap-bridge.c
2080F: include/hw/s390x/ap-device.h
2081F: include/hw/s390x/ap-bridge.h
2fe2942c 2082F: hw/vfio/ap.c
f58f084e 2083F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
2084L: qemu-s390x@nongnu.org
2085
fd5d5c56
AL
2086vhost
2087M: Michael S. Tsirkin <mst@redhat.com>
2088S: Supported
8d8b636d 2089F: hw/*/*vhost*
482580a6 2090F: docs/interop/vhost-user.json
ed1be66b 2091F: docs/interop/vhost-user.rst
72c1e865 2092F: contrib/vhost-user-*/
f24bb728
MAL
2093F: backends/vhost-user.c
2094F: include/sysemu/vhost-user-backend.h
ec09f22d 2095F: subprojects/libvhost-user/
fd5d5c56 2096
2b6fc0b8
EP
2097vhost-shadow-virtqueue
2098R: Eugenio Pérez <eperezma@redhat.com>
2099F: hw/virtio/vhost-shadow-virtqueue.*
2100
fd5d5c56 2101virtio
a75143ed 2102M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 2103S: Supported
8d8b636d 2104F: hw/*/virtio*
72fa605d
TH
2105F: hw/virtio/Makefile.objs
2106F: hw/virtio/trace-events
3b311250 2107F: qapi/virtio.json
6a084ea3 2108F: net/vhost-user.c
494f7b57 2109F: include/hw/virtio/
4db546d3 2110F: docs/devel/virtio*
fd5d5c56 2111
6d7b25ad
DH
2112virtio-balloon
2113M: Michael S. Tsirkin <mst@redhat.com>
2114M: David Hildenbrand <david@redhat.com>
2115S: Maintained
14dc58e3 2116F: docs/interop/virtio-balloon-stats.rst
6d7b25ad
DH
2117F: hw/virtio/virtio-balloon*.c
2118F: include/hw/virtio/virtio-balloon.h
8d7f2e76 2119F: system/balloon.c
6d7b25ad
DH
2120F: include/sysemu/balloon.h
2121
fd5d5c56 2122virtio-9p
8c1cd719 2123M: Greg Kurz <groug@kaod.org>
233982af 2124M: Christian Schoenebeck <qemu_oss@crudebyte.com>
3548fa01 2125S: Maintained
6f569084 2126W: https://wiki.qemu.org/Documentation/9p
aebeca25 2127F: hw/9pfs/
b827891d 2128X: hw/9pfs/xen-9p*
71d72ece 2129X: hw/9pfs/9p-proxy*
aebeca25 2130F: fsdev/
71d72ece 2131X: fsdev/virtfs-proxy-helper.c
1e8a1fae 2132F: tests/qtest/virtio-9p-test.c
818e42fe 2133F: tests/qtest/libqos/virtio-9p*
1a001953 2134T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 2135T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56 2136
71d72ece
CS
2137virtio-9p-proxy
2138F: hw/9pfs/9p-proxy*
2139F: fsdev/virtfs-proxy-helper.c
2140F: docs/tools/virtfs-proxy-helper.rst
2141S: Obsolete
2142
fd5d5c56 2143virtio-blk
54d01a00 2144M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 2145L: qemu-block@nongnu.org
fd5d5c56 2146S: Supported
d9cf55a8 2147F: hw/block/virtio-blk-common.c
8d8b636d 2148F: hw/block/virtio-blk.c
b457a5f5 2149F: hw/block/dataplane/*
d9cf55a8 2150F: include/hw/virtio/virtio-blk-common.h
1e8a1fae 2151F: tests/qtest/virtio-blk-test.c
e18a8b34 2152T: git https://github.com/stefanha/qemu.git block
fd5d5c56 2153
dd4ad64a 2154virtio-ccw
c1976ae7 2155M: Cornelia Huck <cohuck@redhat.com>
68b91e85 2156M: Halil Pasic <pasic@linux.ibm.com>
6a6d3dfd 2157M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 2158S: Supported
901f5f16 2159F: hw/s390x/virtio-ccw*.[hc]
117d7943 2160F: hw/s390x/vhost-*-ccw.c
99eaf137 2161T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 2162T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 2163L: qemu-s390x@nongnu.org
dd4ad64a 2164
faefdba8
AE
2165virtio-dmabuf
2166M: Albert Esteve <aesteve@redhat.com>
2167S: Supported
2168F: hw/display/virtio-dmabuf.c
2169F: include/hw/virtio/virtio-dmabuf.h
2170F: tests/unit/test-virtio-dmabuf.c
2171
bad7d2c3 2172virtiofs
bad7d2c3
DDAG
2173M: Stefan Hajnoczi <stefanha@redhat.com>
2174S: Supported
bad7d2c3
DDAG
2175F: hw/virtio/vhost-user-fs*
2176F: include/hw/virtio/vhost-user-fs.h
09c8d9e8 2177L: virtio-fs@redhat.com
bad7d2c3 2178
a5d4d7b5
GH
2179virtio-input
2180M: Gerd Hoffmann <kraxel@redhat.com>
1e2edb98 2181S: Odd Fixes
9c4d05b7 2182F: hw/input/vhost-user-input.c
a5d4d7b5
GH
2183F: hw/input/virtio-input*.c
2184F: include/hw/virtio/virtio-input.h
06914c97 2185F: contrib/vhost-user-input/*
a5d4d7b5 2186
c1dee918
EA
2187virtio-iommu
2188M: Eric Auger <eric.auger@redhat.com>
2189S: Maintained
2190F: hw/virtio/virtio-iommu*.c
2191F: include/hw/virtio/virtio-iommu.h
2192
fd5d5c56 2193virtio-serial
2501db70
LV
2194M: Laurent Vivier <lvivier@redhat.com>
2195R: Amit Shah <amit@kernel.org>
fd5d5c56 2196S: Supported
8d8b636d
PB
2197F: hw/char/virtio-serial-bus.c
2198F: hw/char/virtio-console.c
68a5e38a 2199F: include/hw/virtio/virtio-serial.h
1e8a1fae 2200F: tests/qtest/virtio-serial-test.c
fd5d5c56 2201
1f51a5cb 2202virtio-rng
2501db70
LV
2203M: Laurent Vivier <lvivier@redhat.com>
2204R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
2205S: Supported
2206F: hw/virtio/virtio-rng.c
2207F: include/hw/virtio/virtio-rng.h
750cf869 2208F: include/sysemu/rng*.h
1f51a5cb 2209F: backends/rng*.c
1e8a1fae 2210F: tests/qtest/virtio-rng-test.c
1f51a5cb 2211
e3e01466
MP
2212vhost-user-rng
2213M: Mathieu Poirier <mathieu.poirier@linaro.org>
2214S: Supported
4db546d3 2215F: docs/system/devices/vhost-user-rng.rst
e3e01466
MP
2216F: hw/virtio/vhost-user-rng.c
2217F: hw/virtio/vhost-user-rng-pci.c
2218F: include/hw/virtio/vhost-user-rng.h
2219F: tools/vhost-user-rng/*
2220
27ba7b02
VK
2221vhost-user-gpio
2222M: Alex Bennée <alex.bennee@linaro.org>
2223R: Viresh Kumar <viresh.kumar@linaro.org>
2224S: Maintained
25c60a46 2225F: hw/virtio/vhost-user-gpio*
27ba7b02 2226F: include/hw/virtio/vhost-user-gpio.h
8fcfc823 2227F: tests/qtest/libqos/virtio-gpio.*
27ba7b02 2228
a5dab090
MZ
2229vhost-user-scmi
2230R: mzamazal@redhat.com
2231S: Supported
2232F: hw/virtio/vhost-user-scmi*
2233F: include/hw/virtio/vhost-user-scmi.h
b6f53ae0 2234F: tests/qtest/libqos/virtio-scmi.*
a5dab090 2235
6034011c
GA
2236virtio-crypto
2237M: Gonglei <arei.gonglei@huawei.com>
2238S: Supported
2239F: hw/virtio/virtio-crypto.c
2240F: hw/virtio/virtio-crypto-pci.c
2241F: include/hw/virtio/virtio-crypto.h
2242
18129c15
DH
2243virtio based memory device
2244M: David Hildenbrand <david@redhat.com>
2245S: Supported
2246F: hw/virtio/virtio-md-pci.c
2247F: include/hw/virtio/virtio-md-pci.h
dbdf841b 2248F: stubs/virtio-md-pci.c
18129c15 2249
751c7bdd
DH
2250virtio-mem
2251M: David Hildenbrand <david@redhat.com>
2252S: Supported
2253W: https://virtio-mem.gitlab.io/
2254F: hw/virtio/virtio-mem.c
2255F: hw/virtio/virtio-mem-pci.h
2256F: hw/virtio/virtio-mem-pci.c
2257F: include/hw/virtio/virtio-mem.h
2258
f3c507ad 2259nvme
8261cc17 2260M: Keith Busch <kbusch@kernel.org>
e8cc43d5 2261M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 2262L: qemu-block@nongnu.org
f3c507ad 2263S: Supported
88eea45c 2264F: hw/nvme/*
dc0b4d94 2265F: include/block/nvme.h
1e8a1fae 2266F: tests/qtest/nvme-test.c
4db546d3 2267F: docs/system/devices/nvme.rst
e8cc43d5 2268T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2269
bc4e68d3
JK
2270ufs
2271M: Jeuk Kim <jeuk20.kim@samsung.com>
2272S: Supported
2273F: hw/ufs/*
2274F: include/block/ufs.h
631c8726 2275F: tests/qtest/ufs-test.c
bc4e68d3 2276
d383c625 2277megasas
3fdfb8b6 2278M: Hannes Reinecke <hare@suse.com>
c95e4c0e 2279L: qemu-block@nongnu.org
d383c625
HR
2280S: Supported
2281F: hw/scsi/megasas.c
2282F: hw/scsi/mfi.h
1e8a1fae 2283F: tests/qtest/megasas-test.c
c887d333 2284F: tests/qtest/fuzz-megasas-test.c
d383c625 2285
605d52e6 2286Network packet abstractions
bf4835a4 2287M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
c8110e76 2288R: Akihiko Odaki <akihiko.odaki@daynix.com>
605d52e6
DF
2289S: Maintained
2290F: include/net/eth.h
2291F: net/eth.c
2292F: hw/net/net_rx_pkt*
2293F: hw/net/net_tx_pkt*
2294
622fb504 2295Vmware
bf4835a4 2296M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2297S: Maintained
2298F: hw/net/vmxnet*
2299F: hw/scsi/vmw_pvscsi*
1e8a1fae 2300F: tests/qtest/vmxnet3-test.c
622fb504 2301
de24d3f1 2302Rocker
de24d3f1
SF
2303M: Jiri Pirko <jiri@resnulli.us>
2304S: Maintained
2305F: hw/net/rocker/
92a3c6aa 2306F: qapi/rocker.json
de850948
TH
2307F: tests/rocker/
2308F: docs/specs/rocker.txt
de24d3f1 2309
093454e2 2310e1000x
bf4835a4 2311M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
8c061aa7 2312R: Akihiko Odaki <akihiko.odaki@daynix.com>
093454e2
DF
2313S: Maintained
2314F: hw/net/e1000x*
2315
6f3fbe4e 2316e1000e
bf4835a4 2317M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
8c061aa7 2318R: Akihiko Odaki <akihiko.odaki@daynix.com>
6f3fbe4e
DF
2319S: Maintained
2320F: hw/net/e1000e*
7d6a4f12 2321F: tests/qtest/fuzz-e1000e-test.c
0c2c2d4e
AO
2322F: tests/qtest/e1000e-test.c
2323F: tests/qtest/libqos/e1000e.*
6f3fbe4e 2324
3a977dee
AO
2325igb
2326M: Akihiko Odaki <akihiko.odaki@daynix.com>
e860ef15 2327R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
3a977dee 2328S: Maintained
136e9dba 2329F: docs/system/devices/igb.rst
3a977dee 2330F: hw/net/igb*
8e6c718a 2331F: tests/avocado/netdev-ethtool.py
45cb69bb
AO
2332F: tests/qtest/igb-test.c
2333F: tests/qtest/libqos/igb.c
6f3fbe4e 2334
ebc2327f
SW
2335eepro100
2336M: Stefan Weil <sw@weilnetz.de>
2337S: Maintained
2338F: hw/net/eepro100.c
2339
34ea023d
SS
2340tulip
2341M: Sven Schnelle <svens@stackframe.org>
2342S: Maintained
2343F: hw/net/tulip.c
2344F: hw/net/tulip.h
2345
065177ee
PV
2346pca954x
2347M: Patrick Venture <venture@google.com>
2348S: Maintained
2349F: hw/i2c/i2c_mux_pca954x.c
2350F: include/hw/i2c/i2c_mux_pca954x.h
2351
e481a1f6 2352Generic Loader
c22e580c 2353M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2354S: Maintained
2355F: hw/core/generic-loader.c
efe1592c 2356F: hw/core/uboot_image.h
e481a1f6 2357F: include/hw/core/generic-loader.h
70f20110 2358F: docs/system/generic-loader.rst
e481a1f6 2359
a33ff6d2
AB
2360Guest Loader
2361M: Alex Bennée <alex.bennee@linaro.org>
2362S: Maintained
2363F: hw/core/guest-loader.c
01460378 2364F: docs/system/guest-loader.rst
bbbd9b6e 2365F: tests/avocado/boot_xen.py
e481a1f6 2366
645d3cbe
SH
2367Intel Hexadecimal Object File Loader
2368M: Su Hang <suhang16@mails.ucas.ac.cn>
2369S: Maintained
1e8a1fae 2370F: tests/qtest/hexloader-test.c
4b2ff65a 2371F: tests/data/hex-loader/test.hex
645d3cbe 2372
87a9023a
TH
2373CHRP NVRAM
2374M: Thomas Huth <thuth@redhat.com>
2375S: Maintained
2376F: hw/nvram/chrp_nvram.c
2377F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2378F: tests/qtest/prom-env-test.c
87a9023a 2379
42697d88 2380VM Generation ID
2b42989c 2381S: Orphan
48006e03 2382R: Ani Sinha <ani@anisinha.ca>
42697d88
BW
2383F: hw/acpi/vmgenid.c
2384F: include/hw/acpi/vmgenid.h
2385F: docs/specs/vmgenid.txt
1e8a1fae 2386F: tests/qtest/vmgenid-test.c
42697d88 2387
c1b29826 2388LED
8823ef13 2389M: Philippe Mathieu-Daudé <philmd@linaro.org>
c1b29826
PMD
2390S: Maintained
2391F: include/hw/misc/led.h
2392F: hw/misc/led.c
2393
747969db
PMD
2394Unimplemented device
2395M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2396R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2397R: Ani Sinha <ani@anisinha.ca>
747969db
PMD
2398S: Maintained
2399F: include/hw/misc/unimp.h
2400F: hw/misc/unimp.c
2401
6007523a
PMD
2402Empty slot
2403M: Artyom Tarasenko <atar4qemu@gmail.com>
8823ef13 2404R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2405R: Ani Sinha <ani@anisinha.ca>
6007523a
PMD
2406S: Maintained
2407F: include/hw/misc/empty_slot.h
2408F: hw/misc/empty_slot.c
2409
dbb2e472
GH
2410Standard VGA
2411M: Gerd Hoffmann <kraxel@redhat.com>
2412S: Maintained
2413F: hw/display/vga*
2414F: hw/display/bochs-display.c
2415F: include/hw/display/vga.h
2416F: include/hw/display/bochs-vbe.h
2417
58d632c7
GH
2418ramfb
2419M: Gerd Hoffmann <kraxel@redhat.com>
2420S: Maintained
2421F: hw/display/ramfb*.c
2422F: include/hw/display/ramfb.h
2423
dbb2e472
GH
2424virtio-gpu
2425M: Gerd Hoffmann <kraxel@redhat.com>
a4de5e8a 2426S: Odd Fixes
dbb2e472 2427F: hw/display/virtio-gpu*
c68082c4 2428F: hw/display/virtio-vga.*
dbb2e472
GH
2429F: include/hw/virtio/virtio-gpu.h
2430
b372d79b
RN
2431vhost-user-blk
2432M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2433S: Maintained
2434F: contrib/vhost-user-blk/
2435F: contrib/vhost-user-scsi/
2436F: hw/block/vhost-user-blk.c
8edd5673 2437F: hw/block/virtio-blk-common.c
b372d79b
RN
2438F: hw/scsi/vhost-user-scsi.c
2439F: hw/virtio/vhost-user-blk-pci.c
2440F: hw/virtio/vhost-user-scsi-pci.c
2441F: include/hw/virtio/vhost-user-blk.h
2442F: include/hw/virtio/vhost-user-scsi.h
8edd5673 2443F: include/hw/virtio/virtio-blk-common.h
b372d79b 2444
bd2e44fe
MAL
2445vhost-user-gpu
2446M: Marc-André Lureau <marcandre.lureau@redhat.com>
a4de5e8a 2447R: Gerd Hoffmann <kraxel@redhat.com>
bd2e44fe
MAL
2448S: Maintained
2449F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2450F: contrib/vhost-user-gpu
2451F: hw/display/vhost-user-*
bd2e44fe 2452
dbb2e472
GH
2453Cirrus VGA
2454M: Gerd Hoffmann <kraxel@redhat.com>
2455S: Odd Fixes
2456W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2457F: hw/display/cirrus*
2458
72d277a7
GH
2459EDID Generator
2460M: Gerd Hoffmann <kraxel@redhat.com>
2461S: Maintained
2462F: hw/display/edid*
2463F: include/hw/display/edid.h
2464F: qemu-edid.c
2465
10386385
PMD
2466PIIX4 South Bridge (i82371AB)
2467M: Hervé Poussineau <hpoussin@reactos.org>
8823ef13 2468M: Philippe Mathieu-Daudé <philmd@linaro.org>
10386385
PMD
2469S: Maintained
2470F: hw/isa/piix4.c
fff123b8 2471F: include/hw/southbridge/piix.h
10386385 2472
15ffb43c 2473Firmware configuration (fw_cfg)
8823ef13 2474M: Philippe Mathieu-Daudé <philmd@linaro.org>
15ffb43c
PMD
2475R: Gerd Hoffmann <kraxel@redhat.com>
2476S: Supported
2477F: docs/specs/fw_cfg.txt
8d0bceba 2478F: hw/nvram/fw_cfg*.c
b15c0f7d 2479F: stubs/fw_cfg.c
15ffb43c
PMD
2480F: include/hw/nvram/fw_cfg.h
2481F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2482F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2483F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2484T: git https://github.com/philmd/qemu.git fw_cfg-next
2485
2313abf0 2486XIVE
2313abf0 2487M: Cédric Le Goater <clg@kaod.org>
4901a34d 2488R: Frédéric Barrat <fbarrat@linux.ibm.com>
2313abf0 2489L: qemu-ppc@nongnu.org
b0877575 2490S: Odd Fixes
2313abf0
TH
2491F: hw/*/*xive*
2492F: include/hw/*/*xive*
24563a58 2493F: docs/*/*xive*
2313abf0 2494
7bd0d13f 2495Renesas peripherals
2d53d0c7 2496R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2497R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2498S: Odd Fixes
645194c7 2499F: hw/char/renesas_sci.c
7bd0d13f 2500F: hw/char/sh_serial.c
c7f37baf 2501F: hw/timer/renesas_*.c
7bd0d13f 2502F: hw/timer/sh_timer.c
645194c7 2503F: include/hw/char/renesas_sci.h
7bd0d13f 2504F: include/hw/sh4/sh.h
c7f37baf 2505F: include/hw/timer/renesas_*.h
7bd0d13f 2506
e78597cc 2507Renesas RX peripherals
b2744da9
PMD
2508R: Yoshinori Sato <ysato@users.sourceforge.jp>
2509S: Orphan
e78597cc 2510F: hw/intc/rx_icu.c
0c80f50f 2511F: hw/rx/
e78597cc 2512F: include/hw/intc/rx_icu.h
0c80f50f 2513F: include/hw/rx/
e78597cc 2514
de4d4adb
PP
2515CAN bus subsystem and hardware
2516M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2517M: Vikram Garhwal <fnu.vikram@xilinx.com>
2518S: Maintained
2519W: https://canbus.pages.fel.cvut.cz/
2520F: net/can/*
2521F: hw/net/can/*
2522F: include/net/can_*.h
2523
ff8cdbbd
DG
2524OpenPIC interrupt controller
2525M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2526S: Odd Fixes
2527F: hw/intc/openpic.c
2528F: include/hw/ppc/openpic.h
2529
6cee5479 2530MIPS CPS
8823ef13 2531M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2532S: Odd Fixes
2533F: hw/misc/mips_*
2534F: include/hw/misc/mips_*
2535
2536MIPS GIC
8823ef13 2537M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2538S: Odd Fixes
2539F: hw/intc/mips_gic.c
2540F: hw/timer/mips_gictimer.c
2541F: include/hw/intc/mips_gic.h
2542F: include/hw/timer/mips_gictimer.h
2543
56e34834
CH
2544S390 3270 device
2545M: Halil Pasic <pasic@linux.ibm.com>
2546M: Christian Borntraeger <borntraeger@linux.ibm.com>
2547S: Odd fixes
2548F: include/hw/s390x/3270-ccw.h
2549F: hw/char/terminal3270.c
2550F: hw/s390x/3270-ccw.c
2551L: qemu-s390x@nongnu.org
2552
2553S390 diag 288 watchdog
2554M: Halil Pasic <pasic@linux.ibm.com>
2555M: Christian Borntraeger <borntraeger@linux.ibm.com>
2556S: Supported
2557F: hw/watchdog/wdt_diag288.c
2558F: include/hw/watchdog/wdt_diag288.h
2559L: qemu-s390x@nongnu.org
2560
2561S390 storage key device
2562M: Halil Pasic <pasic@linux.ibm.com>
2563M: Christian Borntraeger <borntraeger@linux.ibm.com>
2564S: Supported
2565F: hw/s390x/storage-keys.h
2566F: hw/390x/s390-skeys*.c
2567L: qemu-s390x@nongnu.org
2568
2569S390 storage attribute device
2570M: Halil Pasic <pasic@linux.ibm.com>
2571M: Christian Borntraeger <borntraeger@linux.ibm.com>
2572S: Supported
2573F: hw/s390x/storage-attributes.h
2574F: hw/s390/s390-stattrib*.c
2575L: qemu-s390x@nongnu.org
2576
2577S390 floating interrupt controller
2578M: Halil Pasic <pasic@linux.ibm.com>
2579M: Christian Borntraeger <borntraeger@linux.ibm.com>
2580M: David Hildenbrand <david@redhat.com>
2581S: Supported
2582F: hw/intc/s390_flic*.c
2583F: include/hw/s390x/s390_flic.h
2584L: qemu-s390x@nongnu.org
2585
5028d66c
HZZ
2586CanoKey
2587M: Hongren (Zenithal) Zheng <i@zenithal.me>
2588S: Maintained
2589R: Canokeys.org <contact@canokeys.org>
2590F: hw/usb/canokey.c
2591F: hw/usb/canokey.h
2592F: docs/system/devices/canokey.rst
2593
fd5d5c56
AL
2594Subsystems
2595----------
a8f4aee6 2596Overall Audio backends
9f575846 2597M: Gerd Hoffmann <kraxel@redhat.com>
cc99139b 2598M: Marc-André Lureau <marcandre.lureau@redhat.com>
6bc915f3 2599S: Odd Fixes
fd5d5c56 2600F: audio/
0ebe43ea
PMD
2601X: audio/alsaaudio.c
2602X: audio/coreaudio.c
2603X: audio/dsound*
2604X: audio/jackaudio.c
2605X: audio/ossaudio.c
2606X: audio/paaudio.c
2607X: audio/sdlaudio.c
663df1cc 2608X: audio/sndioaudio.c
4566d142 2609X: audio/spiceaudio.c
92a3c6aa 2610F: qapi/audio.json
fd5d5c56 2611
0ebe43ea
PMD
2612ALSA Audio backend
2613M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2614R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2615S: Odd Fixes
2616F: audio/alsaaudio.c
2617
2618Core Audio framework backend
2619M: Gerd Hoffmann <kraxel@redhat.com>
8823ef13 2620M: Philippe Mathieu-Daudé <philmd@linaro.org>
584ab347 2621R: Christian Schoenebeck <qemu_oss@crudebyte.com>
4f978632 2622R: Akihiko Odaki <akihiko.odaki@daynix.com>
0ebe43ea
PMD
2623S: Odd Fixes
2624F: audio/coreaudio.c
2625
2626DSound Audio backend
2627M: Gerd Hoffmann <kraxel@redhat.com>
2628S: Odd Fixes
2629F: audio/dsound*
2630
2631JACK Audio Connection Kit backend
2632M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2633R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2634S: Odd Fixes
2635F: audio/jackaudio.c
2636
2637Open Sound System (OSS) Audio backend
2638M: Gerd Hoffmann <kraxel@redhat.com>
2639S: Odd Fixes
2640F: audio/ossaudio.c
2641
2642PulseAudio backend
2643M: Gerd Hoffmann <kraxel@redhat.com>
2644S: Odd Fixes
2645F: audio/paaudio.c
2646
2647SDL Audio backend
2648M: Gerd Hoffmann <kraxel@redhat.com>
2863bd56 2649R: Thomas Huth <huth@tuxfamily.org>
0ebe43ea
PMD
2650S: Odd Fixes
2651F: audio/sdlaudio.c
2652
663df1cc
AR
2653Sndio Audio backend
2654M: Gerd Hoffmann <kraxel@redhat.com>
2655R: Alexandre Ratchov <alex@caoua.org>
2656S: Odd Fixes
2657F: audio/sndioaudio.c
2658
17f1e8f5 2659Block layer core
fd5d5c56 2660M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 2661M: Hanna Reitz <hreitz@redhat.com>
c95e4c0e 2662L: qemu-block@nongnu.org
fd5d5c56
AL
2663S: Supported
2664F: block*
2665F: block/
8d8b636d 2666F: hw/block/
b885cdda
MA
2667F: qapi/block*.json
2668F: qapi/transaction.json
4c346e0b 2669F: include/block/
7f9241d8 2670F: include/sysemu/block-*.h
46078760 2671F: qemu-img*
33b2b388 2672F: docs/tools/qemu-img.rst
46078760 2673F: qemu-io*
29242091 2674F: tests/qemu-iotests/
8dd30c86 2675F: util/qemu-progress.c
0bcc8e5b 2676F: qobject/block-qdict.c
da668aa1 2677F: tests/unit/check-block-qdict.c
ebe2aad2 2678T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2679
c607c7fb
SH
2680Storage daemon
2681M: Kevin Wolf <kwolf@redhat.com>
2682L: qemu-block@nongnu.org
2683S: Supported
2684F: storage-daemon/
2685F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2686F: docs/tools/qemu-storage-daemon.rst
2687T: git https://repo.or.cz/qemu/kevin.git block
2688
d55053b1
SH
2689Block I/O path
2690M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2691M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2692L: qemu-block@nongnu.org
2693S: Supported
36c697bd
PB
2694F: util/async.c
2695F: util/aio-*.c
1f050a46
SH
2696F: util/aio-*.h
2697F: util/fdmon-*.c
d55053b1 2698F: block/io.c
41abca8c 2699F: block/plug.c
d55053b1 2700F: migration/block*
e1029ae2 2701F: include/block/aio.h
f5a53faa 2702F: include/block/aio-wait.h
0a4f9ad1 2703F: scripts/qemugdb/aio.py
da668aa1 2704F: tests/unit/test-fdmon-epoll.c
e18a8b34 2705T: git https://github.com/stefanha/qemu.git block
d55053b1 2706
e5b5728c
PB
2707Block SCSI subsystem
2708M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2709R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2710L: qemu-block@nongnu.org
2711S: Supported
2712F: include/scsi/*
2713F: scsi/*
2714
280458a3 2715Block Jobs
03283d64 2716M: John Snow <jsnow@redhat.com>
9e4067b8 2717M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
280458a3
JC
2718L: qemu-block@nongnu.org
2719S: Supported
2720F: blockjob.c
2721F: include/block/blockjob.h
33e9e9bd 2722F: job.c
1a90bc81 2723F: job-qmp.c
c468e368 2724F: include/qemu/job.h
280458a3
JC
2725F: block/backup.c
2726F: block/commit.c
77346025 2727F: block/stream.c
280458a3 2728F: block/mirror.c
bf42508f 2729F: qapi/job.json
d7beddcc 2730F: block/block-copy.c
d088e6a4
VSO
2731F: include/block/block-copy.h
2732F: block/reqlist.c
2733F: include/block/reqlist.h
d003e0ae
VSO
2734F: block/copy-before-write.h
2735F: block/copy-before-write.c
1c14eaab 2736F: block/snapshot-access.c
d7beddcc
VSO
2737F: include/block/aio_task.h
2738F: block/aio_task.c
2739F: util/qemu-co-shared-resource.c
2740F: include/qemu/co-shared-resource.h
77582e2c 2741T: git https://gitlab.com/jsnow/qemu.git jobs
9e4067b8 2742T: git https://gitlab.com/vsementsov/qemu.git block
280458a3 2743
502730ee 2744Compute Express Link
502730ee 2745M: Jonathan Cameron <jonathan.cameron@huawei.com>
3456fedb 2746R: Fan Ni <fan.ni@samsung.com>
502730ee
JC
2747S: Supported
2748F: hw/cxl/
2fcd005f 2749F: hw/mem/cxl_type3.c
502730ee
JC
2750F: include/hw/cxl/
2751
538193bc 2752Dirty Bitmaps
edb05904 2753M: Eric Blake <eblake@redhat.com>
9e4067b8 2754M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
edb05904 2755R: John Snow <jsnow@redhat.com>
538193bc
JS
2756L: qemu-block@nongnu.org
2757S: Supported
538193bc
JS
2758F: include/qemu/hbitmap.h
2759F: include/block/dirty-bitmap.h
bb4e58c6 2760F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2761F: block/dirty-bitmap.c
2762F: block/qcow2-bitmap.c
052db8e7 2763F: migration/block-dirty-bitmap.c
00637c6b 2764F: util/hbitmap.c
da668aa1 2765F: tests/unit/test-hbitmap.c
5746c1cd 2766F: docs/interop/bitmaps.rst
edb05904 2767T: git https://repo.or.cz/qemu/ericb.git bitmaps
9e4067b8 2768T: git https://gitlab.com/vsementsov/qemu.git block
538193bc 2769
61af0ee6 2770Character device backends
55fc84a7 2771M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2772R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2773S: Maintained
178fe0ae 2774F: chardev/
8228e353 2775F: include/chardev/
dbeee392 2776F: qapi/char.json
fd5d5c56 2777
e26082fd
PB
2778Character Devices (Braille)
2779M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2780S: Maintained
6b10e573 2781F: chardev/baum.c
fd5d5c56 2782
e94630d3
MA
2783Command line option argument parsing
2784M: Markus Armbruster <armbru@redhat.com>
2785S: Supported
2786F: include/qemu/option.h
da668aa1
TH
2787F: tests/unit/test-keyval.c
2788F: tests/unit/test-qemu-opts.c
e94630d3
MA
2789F: util/keyval.c
2790F: util/qemu-option.c
2791
8c413e79
MA
2792Coverity model
2793M: Markus Armbruster <armbru@redhat.com>
2794S: Supported
2795F: scripts/coverity-model.c
2796
9c263d07
PM
2797Coverity Scan integration
2798M: Peter Maydell <peter.maydell@linaro.org>
2799S: Maintained
2800F: scripts/coverity-scan/
2801
d24b569a 2802Device Tree
c3c962c1
AF
2803M: Alistair Francis <alistair.francis@wdc.com>
2804R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2805S: Maintained
8d7f2e76 2806F: system/device_tree.c
82407515 2807F: include/sysemu/device_tree.h
d24b569a 2808
3505a22b
MAL
2809Dump
2810S: Supported
2811M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2812F: dump/
3505a22b
MAL
2813F: hw/misc/vmcoreinfo.c
2814F: include/hw/misc/vmcoreinfo.h
6d3da32c 2815F: include/qemu/win_dump_defs
3505a22b
MAL
2816F: include/sysemu/dump-arch.h
2817F: include/sysemu/dump.h
d06b747b 2818F: qapi/dump.json
3505a22b
MAL
2819F: scripts/dump-guest-memory.py
2820F: stubs/dump.c
2821
4f966768
MA
2822Error reporting
2823M: Markus Armbruster <armbru@redhat.com>
2824S: Supported
2825F: include/qapi/error.h
2826F: include/qemu/error-report.h
abb3d37d 2827F: qapi/error.json
4f966768
MA
2828F: util/error.c
2829F: util/qemu-error.c
d1d3a997
VSO
2830F: scripts/coccinelle/err-bad-newline.cocci
2831F: scripts/coccinelle/error-use-after-free.cocci
2832F: scripts/coccinelle/error_propagate_null.cocci
2833F: scripts/coccinelle/remove_local_err.cocci
2834F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2835F: scripts/coccinelle/errp-guard.cocci
4f966768 2836
fd5d5c56 2837GDB stub
c7b3e866 2838M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 2839R: Philippe Mathieu-Daudé <philmd@linaro.org>
c7b3e866 2840S: Maintained
4db546d3 2841F: docs/system/gdb.rst
842b42df 2842F: gdbstub/*
0dec1016 2843F: include/exec/gdbstub.h
d96bf49b 2844F: include/gdbstub/*
fd5d5c56 2845F: gdb-xml/
51c623b0 2846F: tests/tcg/multiarch/gdbstub/
97cfba13 2847F: scripts/feature_to_c.sh
bcbc36a9 2848F: scripts/probe-gdb-support.py
fd5d5c56 2849
01a9c03c
PB
2850Memory API
2851M: Paolo Bonzini <pbonzini@redhat.com>
07b315ba
DH
2852M: Peter Xu <peterx@redhat.com>
2853M: David Hildenbrand <david@redhat.com>
8823ef13 2854R: Philippe Mathieu-Daudé <philmd@linaro.org>
01a9c03c
PB
2855S: Supported
2856F: include/exec/ioport.h
14776ab5 2857F: include/exec/memop.h
01a9c03c 2858F: include/exec/memory.h
2b1641d0 2859F: include/exec/ram_addr.h
41aa4e9f 2860F: include/exec/ramblock.h
9f04dd7f 2861F: include/sysemu/memory_mapping.h
8d7f2e76
PMD
2862F: system/dma-helpers.c
2863F: system/ioport.c
2864F: system/memory.c
2865F: system/memory_mapping.c
2866F: system/physmem.c
01a9c03c 2867F: include/exec/memory-internal.h
044e2af9 2868F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2869
2fcd005f
DH
2870Memory devices
2871M: David Hildenbrand <david@redhat.com>
2872M: Igor Mammedov <imammedo@redhat.com>
2873R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2874S: Supported
2875F: hw/mem/memory-device.c
2876F: hw/mem/nvdimm.c
2877F: hw/mem/pc-dimm.c
2878F: include/hw/mem/memory-device.h
2879F: include/hw/mem/nvdimm.h
2880F: include/hw/mem/pc-dimm.h
2881F: docs/nvdimm.txt
2882
7ee3bf03
GH
2883SPICE
2884M: Gerd Hoffmann <kraxel@redhat.com>
227b1638 2885S: Odd Fixes
6e481d57 2886F: include/ui/qemu-spice.h
438528a3 2887F: include/ui/spice-display.h
7ee3bf03
GH
2888F: ui/spice-*.c
2889F: audio/spiceaudio.c
8d8b636d 2890F: hw/display/qxl*
608cfed6 2891F: qapi/ui.json
9bd4cb35 2892F: docs/spice-port-fqdn.txt
7ee3bf03 2893
fd5d5c56 2894Graphics
25eccc37 2895M: Gerd Hoffmann <kraxel@redhat.com>
cc99139b 2896M: Marc-André Lureau <marcandre.lureau@redhat.com>
25eccc37 2897S: Odd Fixes
fd5d5c56 2898F: ui/
e220656c 2899F: include/ui/
608cfed6 2900F: qapi/ui.json
b1d38037 2901F: util/drm.c
4db546d3 2902F: docs/devel/ui.rst
fd5d5c56 2903
351f1bf6 2904Cocoa graphics
30ef3c74 2905M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2906M: Philippe Mathieu-Daudé <philmd@linaro.org>
4f978632 2907R: Akihiko Odaki <akihiko.odaki@daynix.com>
351f1bf6
AF
2908S: Odd Fixes
2909F: ui/cocoa.m
2910
fd5d5c56 2911Main loop
da26f37a
PB
2912M: Paolo Bonzini <pbonzini@redhat.com>
2913S: Maintained
54d31236
MA
2914F: include/qemu/main-loop.h
2915F: include/sysemu/runstate.h
e6dba048 2916F: include/sysemu/runstate-action.h
3ecb29a3
PB
2917F: util/main-loop.c
2918F: util/qemu-timer.c
8d7f2e76
PMD
2919F: system/vl.c
2920F: system/main.c
2921F: system/cpus.c
2922F: system/cpu-throttle.c
2923F: system/cpu-timers.c
2924F: system/runstate*
0e201d34 2925F: qapi/run-state.json
fd5d5c56 2926
1b7e01d0
SH
2927Read, Copy, Update (RCU)
2928M: Paolo Bonzini <pbonzini@redhat.com>
2929S: Maintained
fc3b9dfa
PMD
2930F: docs/devel/lockcnt.txt
2931F: docs/devel/rcu.txt
1b7e01d0 2932F: include/qemu/rcu*.h
da668aa1
TH
2933F: tests/unit/rcutorture.c
2934F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2935F: util/rcu.c
2936
8899b4ae 2937Human Monitor (HMP)
b8b6d3c0 2938M: Dr. David Alan Gilbert <dave@treblig.org>
fbb0621a 2939S: Maintained
5bce308a 2940F: monitor/monitor-internal.h
e84328fa 2941F: monitor/misc.c
1d95db74 2942F: monitor/monitor.c
f1b3ccfa
KW
2943F: monitor/hmp*
2944F: hmp.h
c13e9912
TH
2945F: hmp-commands*.hx
2946F: include/monitor/hmp-target.h
1e8a1fae 2947F: tests/qtest/test-hmp.c
637de4db
MA
2948F: include/qemu/qemu-print.h
2949F: util/qemu-print.c
fd5d5c56 2950
f536f112 2951Network device backends
442469e6 2952M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2953S: Maintained
2954F: net/
d24b2b1c 2955F: include/net/
e9bbc8bd 2956F: qemu-bridge-helper.c
e18a8b34 2957T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2958F: qapi/net.json
fd5d5c56 2959
aee09baf
VM
2960Netmap network backend
2961M: Luigi Rizzo <rizzo@iet.unipi.it>
2962M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2963M: Vincenzo Maffione <v.maffione@gmail.com>
2964W: http://info.iet.unipi.it/~luigi/netmap/
2965S: Maintained
2966F: net/netmap.c
2967
cb039ef3
IM
2968AF_XDP network backend
2969R: Ilya Maximets <i.maximets@ovn.org>
2970F: net/af-xdp.c
2971
4fc264f4 2972Host Memory Backends
4ade3ea1 2973M: David Hildenbrand <david@redhat.com>
4fc264f4
EH
2974M: Igor Mammedov <imammedo@redhat.com>
2975S: Maintained
2976F: backends/hostmem*.c
2977F: include/sysemu/hostmem.h
9cd9313f 2978F: docs/system/vm-templating.rst
f953c100 2979T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2980
6034011c
GA
2981Cryptodev Backends
2982M: Gonglei <arei.gonglei@huawei.com>
2133e07c 2983M: zhenwei pi <pizhenwei@bytedance.com>
6034011c
GA
2984S: Maintained
2985F: include/sysemu/cryptodev*.h
2986F: backends/cryptodev*.c
14c9fd16 2987F: qapi/cryptodev.json
6034011c 2988
b8eaee96
JS
2989Python library
2990M: John Snow <jsnow@redhat.com>
2991M: Cleber Rosa <crosa@redhat.com>
89d38c74 2992R: Beraldo Leal <bleal@redhat.com>
b8eaee96
JS
2993S: Maintained
2994F: python/
2995T: git https://gitlab.com/jsnow/qemu.git python
2996
ad904f66 2997Python scripts
89d38c74 2998M: John Snow <jsnow@redhat.com>
ad904f66 2999M: Cleber Rosa <crosa@redhat.com>
4251dfb0 3000S: Odd Fixes
ad904f66
EH
3001F: scripts/*.py
3002F: tests/*.py
3003
f4abfc6c 3004Benchmark util
9e4067b8 3005M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
f4abfc6c
VSO
3006S: Maintained
3007F: scripts/simplebench/
9e4067b8 3008T: git https://gitlab.com/vsementsov/qemu.git simplebench
f4abfc6c 3009
8cad15b1 3010Transactions helper
9e4067b8 3011M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
8cad15b1
VSO
3012S: Maintained
3013F: include/qemu/transactions.h
3014F: util/transactions.c
9e4067b8 3015T: git https://gitlab.com/vsementsov/qemu.git block
8cad15b1 3016
8899b4ae 3017QAPI
9740618c 3018M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 3019M: Michael Roth <michael.roth@amd.com>
9740618c 3020S: Supported
8899b4ae 3021F: qapi/
0311c5bd 3022X: qapi/*.json
ac4abb9a
MA
3023F: include/qapi/
3024X: include/qapi/qmp/
3025F: include/qapi/qmp/dispatch.h
c0bd0b50 3026F: tests/qapi-schema/
da668aa1
TH
3027F: tests/unit/test-*-visitor.c
3028F: tests/unit/test-qapi-*.c
3029F: tests/unit/test-qmp-*.c
3030F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
3031F: scripts/qapi-gen.py
3032F: scripts/qapi/*
4078ee54 3033F: docs/sphinx/qapidoc.py
c39cdbf6 3034F: docs/devel/qapi*
ebe2aad2 3035T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 3036
7810d291
LC
3037QAPI Schema
3038M: Eric Blake <eblake@redhat.com>
7810d291
LC
3039M: Markus Armbruster <armbru@redhat.com>
3040S: Supported
0311c5bd 3041F: qapi/*.json
ebe2aad2 3042T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 3043
f3582ba4 3044QObject
daf5dc78
MA
3045M: Markus Armbruster <armbru@redhat.com>
3046S: Supported
f3582ba4 3047F: qobject/
7735d2b5
MA
3048F: include/qapi/qmp/
3049X: include/qapi/qmp/dispatch.h
a2f3453e 3050F: scripts/coccinelle/qobject.cocci
da668aa1
TH
3051F: tests/unit/check-qdict.c
3052F: tests/unit/check-qjson.c
3053F: tests/unit/check-qlist.c
3054F: tests/unit/check-qlit.c
3055F: tests/unit/check-qnull.c
3056F: tests/unit/check-qnum.c
3057F: tests/unit/check-qobject.c
3058F: tests/unit/check-qstring.c
fe07b62c 3059F: tests/data/qobject/qdict.txt
ebe2aad2 3060T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 3061
f05d9999 3062QEMU Guest Agent
2f5f9bc8 3063M: Michael Roth <michael.roth@amd.com>
e8cbe584 3064M: Konstantin Kostiuk <kkostiuk@redhat.com>
f05d9999
MR
3065S: Maintained
3066F: qga/
27a296fc 3067F: docs/interop/qemu-ga.rst
db16115f 3068F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 3069F: scripts/qemu-guest-agent/
da668aa1 3070F: tests/unit/test-qga.c
e18a8b34 3071T: git https://github.com/mdroth/qemu.git qga
f05d9999 3072
cced3a72
KK
3073QEMU Guest Agent Win32
3074M: Konstantin Kostiuk <kkostiuk@redhat.com>
3075S: Maintained
3076F: qga/*win32*
3077F: qga/vss-win32/
3078F: qga/installer/
3079T: git https://github.com/kostyanf14/qemu.git qga-win32
3080
4688c94c 3081QOM
1085d86e
PB
3082M: Paolo Bonzini <pbonzini@redhat.com>
3083R: Daniel P. Berrange <berrange@redhat.com>
24c4cd13 3084R: Eduardo Habkost <eduardo@habkost.net>
4688c94c 3085S: Supported
4db546d3 3086F: docs/devel/qom.rst
8f920054
MA
3087F: docs/qdev-device-use.txt
3088F: hw/core/qdev*
b77b5b3d
MA
3089F: hw/core/bus.c
3090F: hw/core/sysbus.c
8f920054
MA
3091F: include/hw/qdev*
3092F: include/monitor/qdev.h
4688c94c 3093F: include/qom/
c577ff62
MA
3094F: qapi/qom.json
3095F: qapi/qdev.json
22fb6eb5 3096F: scripts/coccinelle/qom-parent-type.cocci
e3e2c0c8 3097F: scripts/qom-cast-macro-clean-cocci-gen.py
8d7f2e76 3098F: system/qdev-monitor.c
9b45a025 3099F: stubs/qdev.c
4688c94c 3100F: qom/
da668aa1
TH
3101F: tests/unit/check-qom-interface.c
3102F: tests/unit/check-qom-proplist.c
3103F: tests/unit/test-qdev-global-props.c
4688c94c 3104
94dfc0f3 3105QOM boilerplate conversion script
24c4cd13 3106M: Eduardo Habkost <eduardo@habkost.net>
94dfc0f3
EH
3107S: Maintained
3108F: scripts/codeconverter/
3109
8899b4ae 3110QMP
9740618c
LC
3111M: Markus Armbruster <armbru@redhat.com>
3112S: Supported
5bce308a 3113F: monitor/monitor-internal.h
f1b3ccfa 3114F: monitor/qmp*
e84328fa 3115F: monitor/misc.c
1d95db74 3116F: monitor/monitor.c
92a3c6aa 3117F: qapi/control.json
abb3d37d 3118F: qapi/error.json
92a3c6aa 3119F: qapi/introspect.json
c39cdbf6 3120F: docs/devel/*qmp-*
12b2f0d9 3121F: docs/interop/*qmp-*
9740618c 3122F: scripts/qmp/
1e8a1fae
TH
3123F: tests/qtest/qmp-test.c
3124F: tests/qtest/qmp-cmd-test.c
ebe2aad2 3125T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 3126
98a43bf0 3127qtest
98a43bf0
PB
3128M: Thomas Huth <thuth@redhat.com>
3129M: Laurent Vivier <lvivier@redhat.com>
2185fd67 3130R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 3131S: Maintained
8d7f2e76 3132F: system/qtest.c
1583a389 3133F: accel/qtest/
1e8a1fae 3134F: tests/qtest/
222455ef 3135F: docs/devel/qgraph.rst
4db546d3 3136F: docs/devel/qtest.rst
520ddc18 3137X: tests/qtest/bios-tables-test*
98a43bf0 3138
5f6fd09a
AB
3139Device Fuzzing
3140M: Alexander Bulekov <alxndr@bu.edu>
3141R: Paolo Bonzini <pbonzini@redhat.com>
3142R: Bandan Das <bsd@redhat.com>
3143R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 3144R: Thomas Huth <thuth@redhat.com>
85221b05 3145R: Darren Kenny <darren.kenny@oracle.com>
5d32fc3b 3146R: Qiuhao Li <Qiuhao.Li@outlook.com>
5f6fd09a
AB
3147S: Maintained
3148F: tests/qtest/fuzz/
d3d39fc0 3149F: tests/qtest/fuzz-*test.c
4ab20b51 3150F: tests/docker/test-fuzz
211635b3 3151F: scripts/oss-fuzz/
230376d2 3152F: hw/mem/sparse-mem.c
f3a0208f 3153F: docs/devel/fuzzing.rst
5f6fd09a 3154
cc0100f4 3155Register API
c22e580c 3156M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
3157S: Maintained
3158F: hw/core/register.c
3159F: include/hw/register.h
06a7b243 3160F: include/hw/registerfields.h
cc0100f4 3161
fd5d5c56 3162SLIRP
eda509fa 3163M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 3164S: Maintained
663fb1e1 3165F: net/slirp.c
d24b2b1c 3166F: include/net/slirp.h
02cffe24 3167T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 3168
aa09b3d5
MA
3169Stats
3170S: Orphan
3171F: include/sysemu/stats.h
3172F: stats/
3173
6d0af39f
EI
3174Streams
3175M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3176S: Maintained
3177F: hw/core/stream.c
3178F: include/hw/stream.h
3179
b1ed728a
PB
3180Stubs
3181M: Paolo Bonzini <pbonzini@redhat.com>
3182S: Maintained
3183F: stubs/
3184
598a3f35 3185Tracing
1cd0f8ce 3186M: Stefan Hajnoczi <stefanha@redhat.com>
84197267 3187R: Mads Ynddal <mads@ynddal.dk>
598a3f35
SH
3188S: Maintained
3189F: trace/
0e076292 3190F: trace-events
3a8273b1 3191F: docs/qemu-option-trace.rst.inc
92a3c6aa 3192F: qapi/trace.json
f70fd8fd
LV
3193F: scripts/tracetool.py
3194F: scripts/tracetool/
62dd1048 3195F: scripts/qemu-trace-stap*
33b2b388 3196F: docs/tools/qemu-trace-stap.rst
d0fb9657 3197F: docs/devel/tracing.rst
e18a8b34 3198T: git https://github.com/stefanha/qemu.git tracing
598a3f35 3199
84197267
MY
3200Simpletrace
3201M: Mads Ynddal <mads@ynddal.dk>
3202S: Maintained
3203F: scripts/simpletrace.py
3204
3859b6cf 3205TPM
1f63669e 3206M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 3207S: Maintained
8d7f2e76 3208F: system/tpm*
3859b6cf
MA
3209F: hw/tpm/*
3210F: include/hw/acpi/tpm.h
3211F: include/sysemu/tpm*
3212F: qapi/tpm.json
8ae92e24 3213F: backends/tpm/
1e8a1fae 3214F: tests/qtest/*tpm*
4db546d3 3215F: docs/specs/tpm.rst
e18a8b34 3216T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 3217
14f40fdc 3218Checkpatch
14f40fdc
BS
3219S: Odd Fixes
3220F: scripts/checkpatch.pl
3221
c0787c8d
JQ
3222Migration
3223M: Juan Quintela <quintela@redhat.com>
2bace555
PX
3224M: Peter Xu <peterx@redhat.com>
3225M: Fabiano Rosas <farosas@suse.de>
66f8b5a5 3226R: Leonardo Bras <leobras@redhat.com>
c0787c8d 3227S: Maintained
107b5969
MAL
3228F: hw/core/vmstate-if.c
3229F: include/hw/vmstate-if.h
c0787c8d 3230F: include/migration/
b862888c 3231F: include/qemu/userfaultfd.h
44a1f946 3232F: migration/
c5515640
AS
3233F: scripts/vmstate-static-checker.py
3234F: tests/vmstate-static-checker-data/
1e8a1fae 3235F: tests/qtest/migration-test.c
c468e368 3236F: docs/devel/migration.rst
48685a8e 3237F: qapi/migration.json
fac87d4d 3238F: tests/migration/
b862888c 3239F: util/userfaultfd.c
8ebcb4b3
PX
3240X: migration/rdma*
3241
3242RDMA Migration
3243M: Juan Quintela <quintela@redhat.com>
3244R: Li Zhijian <lizhijian@fujitsu.com>
3245R: Peter Xu <peterx@redhat.com>
3246R: Leonardo Bras <leobras@redhat.com>
3247S: Odd Fixes
3248F: migration/rdma*
c0787c8d 3249
2b3edd95
HH
3250Migration dirty limit and dirty page rate
3251M: Hyman Huang <yong.huang@smartx.com>
3252S: Maintained
8d7f2e76 3253F: system/dirtylimit.c
2b3edd95
HH
3254F: include/sysemu/dirtylimit.h
3255F: migration/dirtyrate.c
3256F: migration/dirtyrate.h
3257F: include/sysemu/dirtyrate.h
3258
a566907f
MAL
3259D-Bus
3260M: Marc-André Lureau <marcandre.lureau@redhat.com>
3261S: Maintained
5010cec2 3262F: backends/dbus-vmstate.c
89f4df95
MAL
3263F: ui/dbus*
3264F: audio/dbus*
a5021d69 3265F: util/dbus.c
89f4df95 3266F: include/ui/dbus*
a5021d69 3267F: include/qemu/dbus.h
89f4df95
MAL
3268F: docs/interop/dbus*
3269F: docs/sphinx/dbus*
3270F: docs/sphinx/fakedbusdoc.py
3271F: tests/qtest/dbus*
9b286e76 3272F: scripts/xml-preprocess*
a566907f 3273
92bfedb0 3274Seccomp
e3160dea
DB
3275M: Daniel P. Berrange <berrange@redhat.com>
3276S: Odd Fixes
8d7f2e76 3277F: system/qemu-seccomp.c
92bfedb0 3278F: include/sysemu/seccomp.h
d2ea8dac 3279F: tests/unit/test-seccomp.c
92bfedb0 3280
ddbb0d09
DB
3281Cryptography
3282M: Daniel P. Berrange <berrange@redhat.com>
3283S: Maintained
3284F: crypto/
3285F: include/crypto/
6b0a96ce 3286F: host/include/*/host/crypto/
92a3c6aa 3287F: qapi/crypto.json
da668aa1 3288F: tests/unit/test-crypto-*
3b472e71 3289F: tests/bench/benchmark-crypto-*
da668aa1
TH
3290F: tests/unit/crypto-tls-*
3291F: tests/unit/pkix_asn1_tab.c
899833cd 3292F: qemu.sasl
ddbb0d09 3293
10817bf0
DB
3294Coroutines
3295M: Stefan Hajnoczi <stefanha@redhat.com>
3296M: Kevin Wolf <kwolf@redhat.com>
00a25291 3297S: Maintained
10817bf0
DB
3298F: util/*coroutine*
3299F: include/qemu/coroutine*
da668aa1 3300F: tests/unit/test-coroutine.c
10817bf0 3301
88c5f205
DB
3302Buffers
3303M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3304S: Odd Fixes
88c5f205
DB
3305F: util/buffer.c
3306F: include/qemu/buffer.h
3307
666a3af9
DB
3308I/O Channels
3309M: Daniel P. Berrange <berrange@redhat.com>
3310S: Maintained
3311F: io/
3312F: include/io/
da668aa1 3313F: tests/unit/test-io-*
666a3af9 3314
5b76dd13
DB
3315User authorization
3316M: Daniel P. Berrange <berrange@redhat.com>
3317S: Maintained
3318F: authz/
c8c99887 3319F: qapi/authz.json
5b76dd13 3320F: include/authz/
da668aa1 3321F: tests/unit/test-authz-*
5b76dd13 3322
5614a283
GH
3323Sockets
3324M: Daniel P. Berrange <berrange@redhat.com>
5614a283
GH
3325S: Maintained
3326F: include/qemu/sockets.h
3327F: util/qemu-sockets.c
a2ff5a48 3328F: qapi/sockets.json
5614a283 3329
90e33dfe
DB
3330File monitor
3331M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3332S: Odd Fixes
90e33dfe
DB
3333F: util/filemonitor*.c
3334F: include/qemu/filemonitor.h
da668aa1 3335F: tests/unit/test-util-filemonitor.c
90e33dfe 3336
d310d85b
AG
3337Throttling infrastructure
3338M: Alberto Garcia <berto@igalia.com>
3339S: Supported
3340F: block/throttle-groups.c
3341F: include/block/throttle-groups.h
89603938 3342F: include/qemu/throttle*.h
d310d85b 3343F: util/throttle.c
89603938 3344F: docs/throttle.txt
da668aa1 3345F: tests/unit/test-throttle.c
d310d85b
AG
3346L: qemu-block@nongnu.org
3347
080d7aac 3348UUID
fe5ca46d 3349M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
3350S: Supported
3351F: util/uuid.c
3352F: include/qemu/uuid.h
da668aa1 3353F: tests/unit/test-uuid.c
080d7aac 3354
50186051
LS
3355Yank feature
3356M: Lukas Straub <lukasstraub2@web.de>
3357S: Odd fixes
3358F: util/yank.c
1a92d6d5 3359F: migration/yank_functions*
d3a0bb77 3360F: tests/unit/test-yank.c
50186051
LS
3361F: include/qemu/yank.h
3362F: qapi/yank.json
3363
a4cc318e 3364COLO Framework
2ac7d741 3365M: Hailiang Zhang <zhanghailiang@xfusion.com>
a4cc318e
HZ
3366S: Maintained
3367F: migration/colo*
3368F: include/migration/colo.h
3369F: include/migration/failover.h
3370F: docs/COLO-FT.txt
3371
88f82ed1 3372COLO Proxy
c6bf50ff 3373M: Zhang Chen <chen.zhang@intel.com>
2ece6e64 3374M: Li Zhijian <lizhijian@fujitsu.com>
88f82ed1
ZC
3375S: Supported
3376F: docs/colo-proxy.txt
3377F: net/colo*
3378F: net/filter-rewriter.c
3379F: net/filter-mirror.c
487cf3f2 3380F: tests/qtest/test-filter*
88f82ed1 3381
62258201
PD
3382Record/replay
3383M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3384R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 3385W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3386S: Supported
3387F: replay/*
3388F: block/blkreplay.c
3389F: net/filter-replay.c
5b5968c4 3390F: include/exec/replay-core.h
62258201 3391F: include/sysemu/replay.h
4db546d3
TH
3392F: docs/devel/replay.rst
3393F: docs/system/replay.rst
62258201 3394F: stubs/replay.c
bbbd9b6e
WR
3395F: tests/avocado/replay_kernel.py
3396F: tests/avocado/replay_linux.py
3397F: tests/avocado/reverse_debugging.py
43d7e1d7 3398F: qapi/replay.json
62258201 3399
eecf5eed
PX
3400IOVA Tree
3401M: Peter Xu <peterx@redhat.com>
3402S: Maintained
3403F: include/qemu/iova-tree.h
3404F: util/iova-tree.c
3405
5ee547bb
VP
3406elf2dmp
3407M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3408S: Maintained
3409F: contrib/elf2dmp/
3410
93198b6c
CM
3411I2C and SMBus
3412M: Corey Minyard <cminyard@mvista.com>
3413S: Maintained
3414F: hw/i2c/core.c
3415F: hw/i2c/smbus_slave.c
3416F: hw/i2c/smbus_master.c
3417F: hw/i2c/smbus_eeprom.c
3418F: include/hw/i2c/i2c.h
3419F: include/hw/i2c/smbus_master.h
3420F: include/hw/i2c/smbus_slave.h
3421F: include/hw/i2c/smbus_eeprom.h
3422
bf0e0c70
TR
3423PMBus
3424M: Titus Rwantare <titusr@google.com>
3425S: Maintained
3426F: hw/i2c/pmbus_device.c
3427F: hw/sensor/adm1272.c
ffcdae67 3428F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3429F: hw/sensor/max34451.c
3430F: include/hw/i2c/pmbus_device.h
ffcdae67 3431F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3432F: tests/qtest/adm1272-test.c
3433F: tests/qtest/max34451-test.c
ffcdae67 3434F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3435
d0d89526 3436Firmware schema specifications
8823ef13 3437M: Philippe Mathieu-Daudé <philmd@linaro.org>
d0d89526
PMD
3438R: Daniel P. Berrange <berrange@redhat.com>
3439R: Kashyap Chamarthy <kchamart@redhat.com>
3440S: Maintained
3441F: docs/interop/firmware.json
3442
6739df3f 3443EDK2 Firmware
8823ef13 3444M: Philippe Mathieu-Daudé <philmd@linaro.org>
9b437cd0 3445M: Gerd Hoffmann <kraxel@redhat.com>
6739df3f 3446S: Supported
b5b31860 3447F: hw/i386/*ovmf*
6739df3f
LE
3448F: pc-bios/descriptors/??-edk2-*.json
3449F: pc-bios/edk2-*
3450F: roms/Makefile.edk2
3451F: roms/edk2
3452F: roms/edk2-*
3453F: tests/data/uefi-boot-images/
3454F: tests/uefi-test-tools/
3455
8bc43f39
PX
3456VT-d Emulation
3457M: Michael S. Tsirkin <mst@redhat.com>
3458M: Peter Xu <peterx@redhat.com>
3459R: Jason Wang <jasowang@redhat.com>
3460S: Supported
3461F: hw/i386/intel_iommu.c
3462F: hw/i386/intel_iommu_internal.h
3463F: include/hw/i386/intel_iommu.h
3464
2f5a2b35
PMD
3465AMD-Vi Emulation
3466S: Orphan
3467F: hw/i386/amd_iommu.?
3468
e92fb016
BM
3469OpenSBI Firmware
3470M: Bin Meng <bmeng.cn@gmail.com>
3471S: Supported
3472F: pc-bios/opensbi-*
3473F: .gitlab-ci.d/opensbi.yml
3474F: .gitlab-ci.d/opensbi/
3475
59c7a187
LM
3476Clock framework
3477M: Luc Michel <luc@lmichel.fr>
1d7e6727 3478R: Damien Hedde <damien.hedde@dahe.fr>
59c7a187
LM
3479S: Maintained
3480F: include/hw/clock.h
3481F: include/hw/qdev-clock.h
3482F: hw/core/clock.c
3483F: hw/core/clock-vmstate.c
3484F: hw/core/qdev-clock.c
3485F: docs/devel/clocks.rst
3486
fd5d5c56
AL
3487Usermode Emulation
3488------------------
6347e1f1 3489Overall usermode emulation
486bbe5f
PB
3490M: Riku Voipio <riku.voipio@iki.fi>
3491S: Maintained
58410666 3492F: accel/tcg/user-exec*.c
bbf15aaf
RH
3493F: include/user/
3494F: common-user/
486bbe5f 3495
fd5d5c56 3496BSD user
65a9d380
WL
3497M: Warner Losh <imp@bsdimp.com>
3498R: Kyle Evans <kevans@freebsd.org>
3499S: Maintained
fd5d5c56 3500F: bsd-user/
812b31d3 3501F: configs/targets/*-bsd-user.mak
adbae40f 3502F: tests/vm/*bsd
65a9d380 3503T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3504
fd5d5c56 3505Linux user
8f902c54 3506M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3507S: Maintained
3508F: linux-user/
812b31d3 3509F: configs/targets/*linux-user.mak
e5dd9875 3510F: scripts/qemu-binfmt-conf.sh
e3a6c825 3511F: scripts/update-syscalltbl.sh
57333330 3512F: scripts/update-mips-syscall-args.sh
382ae67a 3513F: scripts/gensyscalls.sh
42f5a7e9
AJ
3514
3515Tiny Code Generator (TCG)
3516-------------------------
6347e1f1 3517Common TCG code
336f744e 3518M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3519S: Maintained
3520F: tcg/
d3582cfd 3521F: include/tcg/
42f5a7e9 3522
22b5867b
AB
3523TCG Plugins
3524M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3525R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3526R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3527S: Maintained
8ea6abf0 3528F: docs/devel/tcg-plugins.rst
22b5867b 3529F: plugins/
c17a386b 3530F: tests/plugin/
bbbd9b6e 3531F: tests/avocado/tcg_plugins.py
c17a386b 3532F: contrib/plugins/
22b5867b 3533
6347e1f1 3534AArch64 TCG target
3e5a01ef 3535M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3536S: Maintained
b4f2bd1c 3537L: qemu-arm@nongnu.org
b25a464c
CF
3538F: tcg/aarch64/
3539
6347e1f1 3540ARM TCG target
7c6ef61a 3541M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9 3542S: Maintained
b4f2bd1c 3543L: qemu-arm@nongnu.org
42f5a7e9
AJ
3544F: tcg/arm/
3545
6347e1f1 3546i386 TCG target
336f744e 3547M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3548S: Maintained
3549F: tcg/i386/
3550
afa33258
WX
3551LoongArch64 TCG target
3552M: WANG Xuerui <git@xen0n.name>
3553S: Maintained
3554F: tcg/loongarch64/
3555
6347e1f1 3556MIPS TCG target
8823ef13 3557M: Philippe Mathieu-Daudé <philmd@linaro.org>
099d510b 3558R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3559R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3560R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3561R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3562S: Odd Fixes
42f5a7e9
AJ
3563F: tcg/mips/
3564
6347e1f1 3565PPC TCG target
336f744e 3566M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3567S: Odd Fixes
42f5a7e9 3568F: tcg/ppc/
42f5a7e9 3569
6347e1f1 3570RISC-V TCG target
c1677bcc 3571M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3572M: Alistair Francis <Alistair.Francis@wdc.com>
3573L: qemu-riscv@nongnu.org
3574S: Maintained
3575F: tcg/riscv/
3576F: disas/riscv.c
3577
6347e1f1 3578S390 TCG target
336f744e 3579M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3580S: Maintained
3581F: tcg/s390/
146bd283 3582L: qemu-s390x@nongnu.org
42f5a7e9 3583
6347e1f1 3584SPARC TCG target
297e8005 3585S: Odd Fixes
6d0b52ed 3586F: tcg/sparc64/
c17652ee 3587F: disas/sparc.c
bc75c9e5 3588
6347e1f1 3589TCI TCG target
bc75c9e5
SW
3590M: Stefan Weil <sw@weilnetz.de>
3591S: Maintained
8ef9cd55 3592F: tcg/tci/
752a2ae2 3593F: tcg/tci.c
c17652ee 3594F: disas/tci.c
aa09c951 3595
f05b328c
SH
3596Block drivers
3597-------------
3598VMDK
fe5ca46d 3599M: Fam Zheng <fam@euphon.net>
c95e4c0e 3600L: qemu-block@nongnu.org
f05b328c
SH
3601S: Supported
3602F: block/vmdk.c
3603
3604RBD
0725570b 3605M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3606R: Peter Lieven <pl@kamp.de>
280458a3 3607L: qemu-block@nongnu.org
f05b328c
SH
3608S: Supported
3609F: block/rbd.c
3610
f05b328c 3611VHDX
5f5246b6 3612M: Jeff Cody <codyprime@gmail.com>
280458a3 3613L: qemu-block@nongnu.org
f05b328c
SH
3614S: Supported
3615F: block/vhdx*
3616
3617VDI
3618M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3619L: qemu-block@nongnu.org
f05b328c
SH
3620S: Maintained
3621F: block/vdi.c
3622
fd66dbd4
SH
3623blkio
3624M: Stefan Hajnoczi <stefanha@redhat.com>
3625L: qemu-block@nongnu.org
3626S: Maintained
3627F: block/blkio.c
3628
f05b328c
SH
3629iSCSI
3630M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3631M: Paolo Bonzini <pbonzini@redhat.com>
3632M: Peter Lieven <pl@kamp.de>
c95e4c0e 3633L: qemu-block@nongnu.org
2185fd67 3634S: Odd Fixes
f05b328c 3635F: block/iscsi.c
2deb63c2 3636F: block/iscsi-opts.c
f05b328c 3637
99c62e70
EB
3638Network Block Device (NBD)
3639M: Eric Blake <eblake@redhat.com>
9e4067b8 3640M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
99c62e70
EB
3641L: qemu-block@nongnu.org
3642S: Maintained
3643F: block/nbd*
3644F: nbd/
3645F: include/block/nbd*
3646F: qemu-nbd.*
3647F: blockdev-nbd.c
3229a835 3648F: docs/interop/nbd.txt
33b2b388 3649F: docs/tools/qemu-nbd.rst
58a6fdcc 3650F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3651T: git https://repo.or.cz/qemu/ericb.git nbd
9e4067b8 3652T: git https://gitlab.com/vsementsov/qemu.git block
99c62e70 3653
6542aa9c
PL
3654NFS
3655M: Peter Lieven <pl@kamp.de>
280458a3 3656L: qemu-block@nongnu.org
6542aa9c
PL
3657S: Maintained
3658F: block/nfs.c
3659
f05b328c
SH
3660SSH
3661M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3662L: qemu-block@nongnu.org
f05b328c
SH
3663S: Supported
3664F: block/ssh.c
c9a12e75 3665
280458a3 3666CURL
280458a3 3667L: qemu-block@nongnu.org
5c6090fa 3668S: Odd Fixes
280458a3 3669F: block/curl.c
280458a3
JC
3670
3671GLUSTER
280458a3 3672L: qemu-block@nongnu.org
5c6090fa
TH
3673L: integration@gluster.org
3674S: Odd Fixes
280458a3 3675F: block/gluster.c
b5e9476c 3676
199667a8 3677Null Block Driver
fe5ca46d 3678M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3679L: qemu-block@nongnu.org
3680S: Supported
3681F: block/null.c
3682
bdd6a90a 3683NVMe Block Driver
1a949789
SH
3684M: Stefan Hajnoczi <stefanha@redhat.com>
3685R: Fam Zheng <fam@euphon.net>
8823ef13 3686R: Philippe Mathieu-Daudé <philmd@linaro.org>
bdd6a90a
FZ
3687L: qemu-block@nongnu.org
3688S: Supported
3689F: block/nvme*
dc0b4d94 3690F: include/block/nvme.h
1a949789 3691T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3692
b5e9476c
GA
3693Bootdevice
3694M: Gonglei <arei.gonglei@huawei.com>
3695S: Maintained
8d7f2e76 3696F: system/bootdevice.c
ecdda9e0
AG
3697
3698Quorum
3699M: Alberto Garcia <berto@igalia.com>
3700S: Supported
3701F: block/quorum.c
3702L: qemu-block@nongnu.org
e7c6e631 3703
bfcc224e
AV
3704blklogwrites
3705M: Ari Sundholm <ari@tuxera.com>
3706L: qemu-block@nongnu.org
3707S: Supported
3708F: block/blklogwrites.c
3709
e7c6e631
SH
3710blkverify
3711M: Stefan Hajnoczi <stefanha@redhat.com>
3712L: qemu-block@nongnu.org
3713S: Supported
3714F: block/blkverify.c
3715
3716bochs
3717M: Stefan Hajnoczi <stefanha@redhat.com>
3718L: qemu-block@nongnu.org
3719S: Supported
3720F: block/bochs.c
3721
3722cloop
3723M: Stefan Hajnoczi <stefanha@redhat.com>
3724L: qemu-block@nongnu.org
3725S: Supported
3726F: block/cloop.c
3727
3728dmg
3729M: Stefan Hajnoczi <stefanha@redhat.com>
3730L: qemu-block@nongnu.org
3731S: Supported
3732F: block/dmg.c
3733
3734parallels
3735M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3736M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3737L: qemu-block@nongnu.org
3738S: Supported
3739F: block/parallels.c
a960c4b4 3740F: block/parallels-ext.c
5746c1cd 3741F: docs/interop/parallels.txt
bb20ec6b 3742T: git https://src.openvz.org/scm/~den/qemu.git parallels
e7c6e631
SH
3743
3744qed
3745M: Stefan Hajnoczi <stefanha@redhat.com>
3746L: qemu-block@nongnu.org
3747S: Supported
3748F: block/qed.c
3749
3750raw
3751M: Kevin Wolf <kwolf@redhat.com>
3752L: qemu-block@nongnu.org
3753S: Supported
3754F: block/linux-aio.c
f586d5fc 3755F: include/block/raw-aio.h
2e6fc7eb 3756F: block/raw-format.c
c1bb86cd
EB
3757F: block/file-posix.c
3758F: block/file-win32.c
e7c6e631
SH
3759F: block/win32-aio.c
3760
6663a0a3
AM
3761Linux io_uring
3762M: Aarushi Mehta <mehta.aaru20@gmail.com>
3763M: Julia Suvorova <jusual@redhat.com>
3764M: Stefan Hajnoczi <stefanha@redhat.com>
0ef28014 3765R: Stefano Garzarella <sgarzare@redhat.com>
6663a0a3
AM
3766L: qemu-block@nongnu.org
3767S: Maintained
3768F: block/io_uring.c
06a47ef5 3769F: stubs/io_uring.c
6663a0a3 3770
e7c6e631
SH
3771qcow2
3772M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3773M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3774L: qemu-block@nongnu.org
3775S: Supported
3776F: block/qcow2*
b24f9882 3777F: docs/interop/qcow2.txt
e7c6e631
SH
3778
3779qcow
3780M: Kevin Wolf <kwolf@redhat.com>
3781L: qemu-block@nongnu.org
3782S: Supported
3783F: block/qcow.c
3784
3785blkdebug
3786M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3787M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3788L: qemu-block@nongnu.org
3789S: Supported
3790F: block/blkdebug.c
3791
3792vpc
3793M: Kevin Wolf <kwolf@redhat.com>
3794L: qemu-block@nongnu.org
3795S: Supported
3796F: block/vpc.c
3797
3798vvfat
3799M: Kevin Wolf <kwolf@redhat.com>
3800L: qemu-block@nongnu.org
4b7c5bc4 3801S: Odd Fixes
e7c6e631 3802F: block/vvfat.c
abfe4e94
SH
3803
3804Image format fuzzer
3805M: Stefan Hajnoczi <stefanha@redhat.com>
3806L: qemu-block@nongnu.org
3807S: Supported
3808F: tests/image-fuzzer/
717171bd 3809
8675a376
CX
3810Vhost-user block device backend server
3811M: Coiby Xu <Coiby.Xu@gmail.com>
3812S: Maintained
3813F: block/export/vhost-user-blk-server.c
80a06cc5 3814F: block/export/vhost-user-blk-server.h
5c368029
XY
3815F: block/export/virtio-blk-handler.c
3816F: block/export/virtio-blk-handler.h
80a06cc5 3817F: include/qemu/vhost-user-server.h
8675a376 3818F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3819F: tests/qtest/libqos/vhost-user-blk.h
3820F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3821F: util/vhost-user-server.c
8675a376 3822
0c9b70d5 3823FUSE block device exports
b0c4798f 3824M: Hanna Reitz <hreitz@redhat.com>
0c9b70d5
HR
3825L: qemu-block@nongnu.org
3826S: Supported
3827F: block/export/fuse.c
3828
2a2359b8 3829VDUSE library and block device exports
a6caeee8
XY
3830M: Xie Yongji <xieyongji@bytedance.com>
3831S: Maintained
3832F: subprojects/libvduse/
2a2359b8
XY
3833F: block/export/vduse-blk.c
3834F: block/export/vduse-blk.h
a6caeee8 3835
049105a3 3836Replication
205f8618 3837M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3838M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3839S: Supported
3840F: replication*
3841F: block/replication.c
da668aa1 3842F: tests/unit/test-replication.c
049105a3
CX
3843F: docs/block-replication.txt
3844
a3defabb 3845PVRDMA
bfffeac8 3846M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3847M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3848S: Maintained
3849F: hw/rdma/*
3850F: hw/rdma/vmw/*
3851F: docs/pvrdma.txt
a5d2f6f8 3852F: contrib/rdmacm-mux/*
4a5c9903 3853F: qapi/rdma.json
a3defabb 3854
b052fec8
AB
3855Semihosting
3856M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3857S: Maintained
8df9f0c3 3858F: semihosting/
6b5fe137 3859F: include/semihosting/
3539d84d 3860F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3861F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3862
8684f1be
JJ
3863Multi-process QEMU
3864M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3865M: Jagannathan Raman <jag.raman@oracle.com>
8684f1be
JJ
3866S: Maintained
3867F: docs/devel/multi-process.rst
639090d8 3868F: docs/system/multi-process.rst
6fbd84d6
JR
3869F: hw/pci-host/remote.c
3870F: include/hw/pci-host/remote.h
3f0e7e57
JR
3871F: hw/remote/machine.c
3872F: include/hw/remote/machine.h
ad22c308
EU
3873F: hw/remote/mpqemu-link.c
3874F: include/hw/remote/mpqemu-link.h
48b06f50 3875F: hw/remote/message.c
c7d80c7c 3876F: hw/remote/remote-obj.c
ed5d0019
JR
3877F: include/hw/remote/memory.h
3878F: hw/remote/memory.c
9f811207
EU
3879F: hw/remote/proxy.c
3880F: include/hw/remote/proxy.h
c746b74a
JR
3881F: hw/remote/proxy-memory-listener.c
3882F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3883F: hw/remote/iohub.c
3884F: include/hw/remote/iohub.h
55116968 3885F: subprojects/libvfio-user
8f9a9259 3886F: hw/remote/vfio-user-obj.c
08cf3dc6 3887F: include/hw/remote/vfio-user-obj.h
253007d1
JR
3888F: hw/remote/iommu.c
3889F: include/hw/remote/iommu.h
8684f1be 3890
90322e64
AM
3891EBPF:
3892M: Jason Wang <jasowang@redhat.com>
3893R: Andrew Melnychenko <andrew@daynix.com>
3894R: Yuri Benditovich <yuri.benditovich@daynix.com>
3895S: Maintained
3896F: ebpf/*
3897F: tools/ebpf/*
3898
b9e02c06
AB
3899Build and test automation
3900-------------------------
9872ba0a 3901Build and test automation, general continuous integration
b9e02c06 3902M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3903M: Philippe Mathieu-Daudé <philmd@linaro.org>
9872ba0a
TH
3904M: Thomas Huth <thuth@redhat.com>
3905R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3906R: Beraldo Leal <bleal@redhat.com>
e70dc7f8 3907S: Maintained
e7c2d743 3908F: .github/workflows/lockdown.yml
9872ba0a
TH
3909F: .gitlab-ci.yml
3910F: .gitlab-ci.d/
b9e02c06 3911F: .travis.yml
04250c69 3912F: scripts/ci/
e70dc7f8 3913F: tests/docker/
18023821 3914F: tests/vm/
3260f4e6 3915F: tests/lcitool/
267fe57c 3916F: tests/avocado/tuxrun_baselines.py
54dbfd85 3917F: scripts/archive-source.sh
4db546d3 3918F: docs/devel/testing.rst
9872ba0a 3919W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3920W: https://travis-ci.org/qemu/qemu
717171bd 3921
7162fbb4
EM
3922FreeBSD Hosted Continuous Integration
3923M: Ed Maste <emaste@freebsd.org>
3924M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4 3925S: Maintained
5be6fd0c
TH
3926F: .gitlab-ci.d/cirrus/freebsd*
3927F: tests/vm/freebsd
7162fbb4
EM
3928W: https://cirrus-ci.com/github/qemu/qemu
3929
daee8de3
YL
3930Windows Hosted Continuous Integration
3931M: Yonggang Luo <luoyonggang@gmail.com>
3932S: Maintained
da80f11e 3933F: .gitlab-ci.d/windows.yml
daee8de3 3934
7e97017e
AB
3935Guest Test Compilation Support
3936M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3937R: Philippe Mathieu-Daudé <philmd@linaro.org>
00a25291 3938S: Maintained
162f9164 3939F: tests/tcg/Makefile.target
7e97017e 3940
bbbd9b6e 3941Integration Testing with the Avocado framework
6634f1c4
PMD
3942W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3943R: Cleber Rosa <crosa@redhat.com>
8823ef13 3944R: Philippe Mathieu-Daudé <philmd@linaro.org>
6634f1c4 3945R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3946R: Beraldo Leal <bleal@redhat.com>
6634f1c4 3947S: Odd Fixes
bbbd9b6e 3948F: tests/avocado/
6634f1c4 3949
1e970158
PMD
3950GitLab custom runner (Works On Arm Sponsored)
3951M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3952M: Philippe Mathieu-Daudé <philmd@linaro.org>
1e970158 3953S: Maintained
66dca267
AB
3954F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3955F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
1e970158 3956
717171bd
DB
3957Documentation
3958-------------
3959Build system architecture
3960M: Daniel P. Berrange <berrange@redhat.com>
3961S: Odd Fixes
551bdfa0 3962F: docs/devel/build-system.rst
8a49e97f 3963
92329a7e
AB
3964GIT Data Mining Config
3965M: Alex Bennée <alex.bennee@linaro.org>
3966S: Odd Fixes
3967F: gitdm.config
3968F: contrib/gitdm/*
3969
b02c9bc3
MA
3970Incompatible changes
3971R: libvir-list@redhat.com
a476b216 3972F: docs/about/deprecated.rst
b02c9bc3 3973
aef45d51
DB
3974Build System
3975------------
48fad83f
AB
3976Meson
3977M: Paolo Bonzini <pbonzini@redhat.com>
3978R: Marc-André Lureau <marcandre.lureau@redhat.com>
3979R: Daniel P. Berrange <berrange@redhat.com>
3980R: Thomas Huth <thuth@redhat.com>
3981R: Philippe Mathieu-Daudé <philmd@linaro.org>
3982S: Maintained
3983F: meson.build
3984F: meson_options.txt
3985F: scripts/meson-buildoptions.*
3986F: scripts/check_sparse.py
3987F: scripts/symlink-install-tree.py
3988
3989Top Level Makefile and configure
3990M: Paolo Bonzini <pbonzini@redhat.com>
3991R: Alex Bennée <alex.bennee@linaro.org>
3992R: Thomas Huth <thuth@redhat.com>
3993S: Maintained
3994F: Makefile
3995F: configure
3996F: scripts/mtest2make.py
3997F: tests/Makefile.include
3998
2f38ff79
PB
3999Kconfig
4000M: Paolo Bonzini <pbonzini@redhat.com>
4001S: Maintained
4002F: scripts/minikconf.py
4003F: docs/devel/kconfig.rst
4004F: Kconfig*
4005F: */Kconfig*
4006F: hw/*/Kconfig*
4007F: target/*/Kconfig*
4008
aef45d51
DB
4009GIT submodules
4010M: Daniel P. Berrange <berrange@redhat.com>
4011S: Odd Fixes
4012F: scripts/git-submodule.sh
c10e01b9 4013
ef45a392 4014UI translations
4251dfb0 4015S: Orphan
ef45a392
AM
4016F: po/*.po
4017
c10e01b9
PM
4018Sphinx documentation configuration and build machinery
4019M: Peter Maydell <peter.maydell@linaro.org>
4020S: Maintained
4021F: docs/conf.py
4022F: docs/*/conf.py
4078ee54 4023F: docs/sphinx/
13f934e7 4024F: docs/_templates/
53fb8bfb
AM
4025
4026Miscellaneous
4027-------------
4028Performance Tools and Tests
4029M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
4030S: Maintained
4031F: scripts/performance/
899c3fc2
AB
4032
4033Code Coverage Tools
4034M: Alex Bennée <alex.bennee@linaro.org>
4035S: Odd Fixes
4036F: scripts/coverage/