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