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