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