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