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