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