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