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