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