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