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