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