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