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