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