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