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