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