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