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