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