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