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