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