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