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