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