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