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