]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
target/hppa: Add privilege to MMU index conversion helpers
[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
dbdf841b 2237F: stubs/virtio-md-pci.c
18129c15 2238
751c7bdd
DH
2239virtio-mem
2240M: David Hildenbrand <david@redhat.com>
2241S: Supported
2242W: https://virtio-mem.gitlab.io/
2243F: hw/virtio/virtio-mem.c
2244F: hw/virtio/virtio-mem-pci.h
2245F: hw/virtio/virtio-mem-pci.c
2246F: include/hw/virtio/virtio-mem.h
2247
f3c507ad 2248nvme
8261cc17 2249M: Keith Busch <kbusch@kernel.org>
e8cc43d5 2250M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 2251L: qemu-block@nongnu.org
f3c507ad 2252S: Supported
88eea45c 2253F: hw/nvme/*
dc0b4d94 2254F: include/block/nvme.h
1e8a1fae 2255F: tests/qtest/nvme-test.c
4db546d3 2256F: docs/system/devices/nvme.rst
e8cc43d5 2257T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2258
d383c625 2259megasas
3fdfb8b6 2260M: Hannes Reinecke <hare@suse.com>
c95e4c0e 2261L: qemu-block@nongnu.org
d383c625
HR
2262S: Supported
2263F: hw/scsi/megasas.c
2264F: hw/scsi/mfi.h
1e8a1fae 2265F: tests/qtest/megasas-test.c
c887d333 2266F: tests/qtest/fuzz-megasas-test.c
d383c625 2267
605d52e6 2268Network packet abstractions
bf4835a4 2269M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
c8110e76 2270R: Akihiko Odaki <akihiko.odaki@daynix.com>
605d52e6
DF
2271S: Maintained
2272F: include/net/eth.h
2273F: net/eth.c
2274F: hw/net/net_rx_pkt*
2275F: hw/net/net_tx_pkt*
2276
622fb504 2277Vmware
bf4835a4 2278M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2279S: Maintained
2280F: hw/net/vmxnet*
2281F: hw/scsi/vmw_pvscsi*
1e8a1fae 2282F: tests/qtest/vmxnet3-test.c
622fb504 2283
de24d3f1 2284Rocker
de24d3f1
SF
2285M: Jiri Pirko <jiri@resnulli.us>
2286S: Maintained
2287F: hw/net/rocker/
92a3c6aa 2288F: qapi/rocker.json
de850948
TH
2289F: tests/rocker/
2290F: docs/specs/rocker.txt
de24d3f1 2291
093454e2 2292e1000x
bf4835a4 2293M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
8c061aa7 2294R: Akihiko Odaki <akihiko.odaki@daynix.com>
093454e2
DF
2295S: Maintained
2296F: hw/net/e1000x*
2297
6f3fbe4e 2298e1000e
bf4835a4 2299M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
8c061aa7 2300R: Akihiko Odaki <akihiko.odaki@daynix.com>
6f3fbe4e
DF
2301S: Maintained
2302F: hw/net/e1000e*
7d6a4f12 2303F: tests/qtest/fuzz-e1000e-test.c
0c2c2d4e
AO
2304F: tests/qtest/e1000e-test.c
2305F: tests/qtest/libqos/e1000e.*
6f3fbe4e 2306
3a977dee
AO
2307igb
2308M: Akihiko Odaki <akihiko.odaki@daynix.com>
e860ef15 2309R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
3a977dee 2310S: Maintained
136e9dba 2311F: docs/system/devices/igb.rst
3a977dee 2312F: hw/net/igb*
8e6c718a 2313F: tests/avocado/netdev-ethtool.py
45cb69bb
AO
2314F: tests/qtest/igb-test.c
2315F: tests/qtest/libqos/igb.c
6f3fbe4e 2316
ebc2327f
SW
2317eepro100
2318M: Stefan Weil <sw@weilnetz.de>
2319S: Maintained
2320F: hw/net/eepro100.c
2321
34ea023d
SS
2322tulip
2323M: Sven Schnelle <svens@stackframe.org>
2324S: Maintained
2325F: hw/net/tulip.c
2326F: hw/net/tulip.h
2327
065177ee
PV
2328pca954x
2329M: Patrick Venture <venture@google.com>
2330S: Maintained
2331F: hw/i2c/i2c_mux_pca954x.c
2332F: include/hw/i2c/i2c_mux_pca954x.h
2333
e481a1f6 2334Generic Loader
c22e580c 2335M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2336S: Maintained
2337F: hw/core/generic-loader.c
efe1592c 2338F: hw/core/uboot_image.h
e481a1f6 2339F: include/hw/core/generic-loader.h
70f20110 2340F: docs/system/generic-loader.rst
e481a1f6 2341
a33ff6d2
AB
2342Guest Loader
2343M: Alex Bennée <alex.bennee@linaro.org>
2344S: Maintained
2345F: hw/core/guest-loader.c
01460378 2346F: docs/system/guest-loader.rst
bbbd9b6e 2347F: tests/avocado/boot_xen.py
e481a1f6 2348
645d3cbe
SH
2349Intel Hexadecimal Object File Loader
2350M: Su Hang <suhang16@mails.ucas.ac.cn>
2351S: Maintained
1e8a1fae 2352F: tests/qtest/hexloader-test.c
4b2ff65a 2353F: tests/data/hex-loader/test.hex
645d3cbe 2354
87a9023a
TH
2355CHRP NVRAM
2356M: Thomas Huth <thuth@redhat.com>
2357S: Maintained
2358F: hw/nvram/chrp_nvram.c
2359F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2360F: tests/qtest/prom-env-test.c
87a9023a 2361
42697d88 2362VM Generation ID
2b42989c 2363S: Orphan
48006e03 2364R: Ani Sinha <ani@anisinha.ca>
42697d88
BW
2365F: hw/acpi/vmgenid.c
2366F: include/hw/acpi/vmgenid.h
2367F: docs/specs/vmgenid.txt
1e8a1fae 2368F: tests/qtest/vmgenid-test.c
42697d88 2369
c1b29826 2370LED
8823ef13 2371M: Philippe Mathieu-Daudé <philmd@linaro.org>
c1b29826
PMD
2372S: Maintained
2373F: include/hw/misc/led.h
2374F: hw/misc/led.c
2375
747969db
PMD
2376Unimplemented device
2377M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2378R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2379R: Ani Sinha <ani@anisinha.ca>
747969db
PMD
2380S: Maintained
2381F: include/hw/misc/unimp.h
2382F: hw/misc/unimp.c
2383
6007523a
PMD
2384Empty slot
2385M: Artyom Tarasenko <atar4qemu@gmail.com>
8823ef13 2386R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2387R: Ani Sinha <ani@anisinha.ca>
6007523a
PMD
2388S: Maintained
2389F: include/hw/misc/empty_slot.h
2390F: hw/misc/empty_slot.c
2391
dbb2e472
GH
2392Standard VGA
2393M: Gerd Hoffmann <kraxel@redhat.com>
2394S: Maintained
2395F: hw/display/vga*
2396F: hw/display/bochs-display.c
2397F: include/hw/display/vga.h
2398F: include/hw/display/bochs-vbe.h
2399
58d632c7
GH
2400ramfb
2401M: Gerd Hoffmann <kraxel@redhat.com>
2402S: Maintained
2403F: hw/display/ramfb*.c
2404F: include/hw/display/ramfb.h
2405
dbb2e472
GH
2406virtio-gpu
2407M: Gerd Hoffmann <kraxel@redhat.com>
a4de5e8a 2408S: Odd Fixes
dbb2e472 2409F: hw/display/virtio-gpu*
c68082c4 2410F: hw/display/virtio-vga.*
dbb2e472
GH
2411F: include/hw/virtio/virtio-gpu.h
2412
b372d79b
RN
2413vhost-user-blk
2414M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2415S: Maintained
2416F: contrib/vhost-user-blk/
2417F: contrib/vhost-user-scsi/
2418F: hw/block/vhost-user-blk.c
8edd5673 2419F: hw/block/virtio-blk-common.c
b372d79b
RN
2420F: hw/scsi/vhost-user-scsi.c
2421F: hw/virtio/vhost-user-blk-pci.c
2422F: hw/virtio/vhost-user-scsi-pci.c
2423F: include/hw/virtio/vhost-user-blk.h
2424F: include/hw/virtio/vhost-user-scsi.h
8edd5673 2425F: include/hw/virtio/virtio-blk-common.h
b372d79b 2426
bd2e44fe
MAL
2427vhost-user-gpu
2428M: Marc-André Lureau <marcandre.lureau@redhat.com>
a4de5e8a 2429R: Gerd Hoffmann <kraxel@redhat.com>
bd2e44fe
MAL
2430S: Maintained
2431F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2432F: contrib/vhost-user-gpu
2433F: hw/display/vhost-user-*
bd2e44fe 2434
dbb2e472
GH
2435Cirrus VGA
2436M: Gerd Hoffmann <kraxel@redhat.com>
2437S: Odd Fixes
2438W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2439F: hw/display/cirrus*
2440
72d277a7
GH
2441EDID Generator
2442M: Gerd Hoffmann <kraxel@redhat.com>
2443S: Maintained
2444F: hw/display/edid*
2445F: include/hw/display/edid.h
2446F: qemu-edid.c
2447
10386385
PMD
2448PIIX4 South Bridge (i82371AB)
2449M: Hervé Poussineau <hpoussin@reactos.org>
8823ef13 2450M: Philippe Mathieu-Daudé <philmd@linaro.org>
10386385
PMD
2451S: Maintained
2452F: hw/isa/piix4.c
fff123b8 2453F: include/hw/southbridge/piix.h
10386385 2454
15ffb43c 2455Firmware configuration (fw_cfg)
8823ef13 2456M: Philippe Mathieu-Daudé <philmd@linaro.org>
15ffb43c
PMD
2457R: Gerd Hoffmann <kraxel@redhat.com>
2458S: Supported
2459F: docs/specs/fw_cfg.txt
8d0bceba 2460F: hw/nvram/fw_cfg*.c
b15c0f7d 2461F: stubs/fw_cfg.c
15ffb43c
PMD
2462F: include/hw/nvram/fw_cfg.h
2463F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2464F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2465F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2466T: git https://github.com/philmd/qemu.git fw_cfg-next
2467
2313abf0 2468XIVE
2313abf0 2469M: Cédric Le Goater <clg@kaod.org>
4901a34d 2470R: Frédéric Barrat <fbarrat@linux.ibm.com>
2313abf0 2471L: qemu-ppc@nongnu.org
b0877575 2472S: Odd Fixes
2313abf0
TH
2473F: hw/*/*xive*
2474F: include/hw/*/*xive*
24563a58 2475F: docs/*/*xive*
2313abf0 2476
7bd0d13f 2477Renesas peripherals
2d53d0c7 2478R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2479R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2480S: Odd Fixes
645194c7 2481F: hw/char/renesas_sci.c
7bd0d13f 2482F: hw/char/sh_serial.c
c7f37baf 2483F: hw/timer/renesas_*.c
7bd0d13f 2484F: hw/timer/sh_timer.c
645194c7 2485F: include/hw/char/renesas_sci.h
7bd0d13f 2486F: include/hw/sh4/sh.h
c7f37baf 2487F: include/hw/timer/renesas_*.h
7bd0d13f 2488
e78597cc 2489Renesas RX peripherals
b2744da9
PMD
2490R: Yoshinori Sato <ysato@users.sourceforge.jp>
2491S: Orphan
e78597cc 2492F: hw/intc/rx_icu.c
0c80f50f 2493F: hw/rx/
e78597cc 2494F: include/hw/intc/rx_icu.h
0c80f50f 2495F: include/hw/rx/
e78597cc 2496
de4d4adb
PP
2497CAN bus subsystem and hardware
2498M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2499M: Vikram Garhwal <fnu.vikram@xilinx.com>
2500S: Maintained
2501W: https://canbus.pages.fel.cvut.cz/
2502F: net/can/*
2503F: hw/net/can/*
2504F: include/net/can_*.h
2505
ff8cdbbd
DG
2506OpenPIC interrupt controller
2507M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2508S: Odd Fixes
2509F: hw/intc/openpic.c
2510F: include/hw/ppc/openpic.h
2511
6cee5479 2512MIPS CPS
8823ef13 2513M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2514S: Odd Fixes
2515F: hw/misc/mips_*
2516F: include/hw/misc/mips_*
2517
2518MIPS GIC
8823ef13 2519M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2520S: Odd Fixes
2521F: hw/intc/mips_gic.c
2522F: hw/timer/mips_gictimer.c
2523F: include/hw/intc/mips_gic.h
2524F: include/hw/timer/mips_gictimer.h
2525
56e34834
CH
2526S390 3270 device
2527M: Halil Pasic <pasic@linux.ibm.com>
2528M: Christian Borntraeger <borntraeger@linux.ibm.com>
2529S: Odd fixes
2530F: include/hw/s390x/3270-ccw.h
2531F: hw/char/terminal3270.c
2532F: hw/s390x/3270-ccw.c
2533L: qemu-s390x@nongnu.org
2534
2535S390 diag 288 watchdog
2536M: Halil Pasic <pasic@linux.ibm.com>
2537M: Christian Borntraeger <borntraeger@linux.ibm.com>
2538S: Supported
2539F: hw/watchdog/wdt_diag288.c
2540F: include/hw/watchdog/wdt_diag288.h
2541L: qemu-s390x@nongnu.org
2542
2543S390 storage key device
2544M: Halil Pasic <pasic@linux.ibm.com>
2545M: Christian Borntraeger <borntraeger@linux.ibm.com>
2546S: Supported
2547F: hw/s390x/storage-keys.h
2548F: hw/390x/s390-skeys*.c
2549L: qemu-s390x@nongnu.org
2550
2551S390 storage attribute device
2552M: Halil Pasic <pasic@linux.ibm.com>
2553M: Christian Borntraeger <borntraeger@linux.ibm.com>
2554S: Supported
2555F: hw/s390x/storage-attributes.h
2556F: hw/s390/s390-stattrib*.c
2557L: qemu-s390x@nongnu.org
2558
2559S390 floating interrupt controller
2560M: Halil Pasic <pasic@linux.ibm.com>
2561M: Christian Borntraeger <borntraeger@linux.ibm.com>
2562M: David Hildenbrand <david@redhat.com>
2563S: Supported
2564F: hw/intc/s390_flic*.c
2565F: include/hw/s390x/s390_flic.h
2566L: qemu-s390x@nongnu.org
2567
5028d66c
HZZ
2568CanoKey
2569M: Hongren (Zenithal) Zheng <i@zenithal.me>
2570S: Maintained
2571R: Canokeys.org <contact@canokeys.org>
2572F: hw/usb/canokey.c
2573F: hw/usb/canokey.h
2574F: docs/system/devices/canokey.rst
2575
fd5d5c56
AL
2576Subsystems
2577----------
a8f4aee6 2578Overall Audio backends
9f575846 2579M: Gerd Hoffmann <kraxel@redhat.com>
cc99139b 2580M: Marc-André Lureau <marcandre.lureau@redhat.com>
6bc915f3 2581S: Odd Fixes
fd5d5c56 2582F: audio/
0ebe43ea
PMD
2583X: audio/alsaaudio.c
2584X: audio/coreaudio.c
2585X: audio/dsound*
2586X: audio/jackaudio.c
2587X: audio/ossaudio.c
2588X: audio/paaudio.c
2589X: audio/sdlaudio.c
663df1cc 2590X: audio/sndioaudio.c
4566d142 2591X: audio/spiceaudio.c
92a3c6aa 2592F: qapi/audio.json
fd5d5c56 2593
0ebe43ea
PMD
2594ALSA Audio backend
2595M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2596R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2597S: Odd Fixes
2598F: audio/alsaaudio.c
2599
2600Core Audio framework backend
2601M: Gerd Hoffmann <kraxel@redhat.com>
8823ef13 2602M: Philippe Mathieu-Daudé <philmd@linaro.org>
584ab347 2603R: Christian Schoenebeck <qemu_oss@crudebyte.com>
4f978632 2604R: Akihiko Odaki <akihiko.odaki@daynix.com>
0ebe43ea
PMD
2605S: Odd Fixes
2606F: audio/coreaudio.c
2607
2608DSound Audio backend
2609M: Gerd Hoffmann <kraxel@redhat.com>
2610S: Odd Fixes
2611F: audio/dsound*
2612
2613JACK Audio Connection Kit backend
2614M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2615R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2616S: Odd Fixes
2617F: audio/jackaudio.c
2618
2619Open Sound System (OSS) Audio backend
2620M: Gerd Hoffmann <kraxel@redhat.com>
2621S: Odd Fixes
2622F: audio/ossaudio.c
2623
2624PulseAudio backend
2625M: Gerd Hoffmann <kraxel@redhat.com>
2626S: Odd Fixes
2627F: audio/paaudio.c
2628
2629SDL Audio backend
2630M: Gerd Hoffmann <kraxel@redhat.com>
2863bd56 2631R: Thomas Huth <huth@tuxfamily.org>
0ebe43ea
PMD
2632S: Odd Fixes
2633F: audio/sdlaudio.c
2634
663df1cc
AR
2635Sndio Audio backend
2636M: Gerd Hoffmann <kraxel@redhat.com>
2637R: Alexandre Ratchov <alex@caoua.org>
2638S: Odd Fixes
2639F: audio/sndioaudio.c
2640
17f1e8f5 2641Block layer core
fd5d5c56 2642M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 2643M: Hanna Reitz <hreitz@redhat.com>
c95e4c0e 2644L: qemu-block@nongnu.org
fd5d5c56
AL
2645S: Supported
2646F: block*
2647F: block/
8d8b636d 2648F: hw/block/
b885cdda
MA
2649F: qapi/block*.json
2650F: qapi/transaction.json
4c346e0b 2651F: include/block/
7f9241d8 2652F: include/sysemu/block-*.h
46078760 2653F: qemu-img*
33b2b388 2654F: docs/tools/qemu-img.rst
46078760 2655F: qemu-io*
29242091 2656F: tests/qemu-iotests/
8dd30c86 2657F: util/qemu-progress.c
0bcc8e5b 2658F: qobject/block-qdict.c
da668aa1 2659F: tests/unit/check-block-qdict.c
ebe2aad2 2660T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2661
c607c7fb
SH
2662Storage daemon
2663M: Kevin Wolf <kwolf@redhat.com>
2664L: qemu-block@nongnu.org
2665S: Supported
2666F: storage-daemon/
2667F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2668F: docs/tools/qemu-storage-daemon.rst
2669T: git https://repo.or.cz/qemu/kevin.git block
2670
d55053b1
SH
2671Block I/O path
2672M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2673M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2674L: qemu-block@nongnu.org
2675S: Supported
36c697bd
PB
2676F: util/async.c
2677F: util/aio-*.c
1f050a46
SH
2678F: util/aio-*.h
2679F: util/fdmon-*.c
d55053b1 2680F: block/io.c
41abca8c 2681F: block/plug.c
d55053b1 2682F: migration/block*
e1029ae2 2683F: include/block/aio.h
f5a53faa 2684F: include/block/aio-wait.h
0a4f9ad1 2685F: scripts/qemugdb/aio.py
da668aa1 2686F: tests/unit/test-fdmon-epoll.c
e18a8b34 2687T: git https://github.com/stefanha/qemu.git block
d55053b1 2688
e5b5728c
PB
2689Block SCSI subsystem
2690M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2691R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2692L: qemu-block@nongnu.org
2693S: Supported
2694F: include/scsi/*
2695F: scsi/*
2696
280458a3 2697Block Jobs
03283d64 2698M: John Snow <jsnow@redhat.com>
9e4067b8 2699M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
280458a3
JC
2700L: qemu-block@nongnu.org
2701S: Supported
2702F: blockjob.c
2703F: include/block/blockjob.h
33e9e9bd 2704F: job.c
1a90bc81 2705F: job-qmp.c
c468e368 2706F: include/qemu/job.h
280458a3
JC
2707F: block/backup.c
2708F: block/commit.c
77346025 2709F: block/stream.c
280458a3 2710F: block/mirror.c
bf42508f 2711F: qapi/job.json
d7beddcc 2712F: block/block-copy.c
d088e6a4
VSO
2713F: include/block/block-copy.h
2714F: block/reqlist.c
2715F: include/block/reqlist.h
d003e0ae
VSO
2716F: block/copy-before-write.h
2717F: block/copy-before-write.c
1c14eaab 2718F: block/snapshot-access.c
d7beddcc
VSO
2719F: include/block/aio_task.h
2720F: block/aio_task.c
2721F: util/qemu-co-shared-resource.c
2722F: include/qemu/co-shared-resource.h
77582e2c 2723T: git https://gitlab.com/jsnow/qemu.git jobs
9e4067b8 2724T: git https://gitlab.com/vsementsov/qemu.git block
280458a3 2725
502730ee 2726Compute Express Link
502730ee 2727M: Jonathan Cameron <jonathan.cameron@huawei.com>
3456fedb 2728R: Fan Ni <fan.ni@samsung.com>
502730ee
JC
2729S: Supported
2730F: hw/cxl/
2fcd005f 2731F: hw/mem/cxl_type3.c
502730ee
JC
2732F: include/hw/cxl/
2733
538193bc 2734Dirty Bitmaps
edb05904 2735M: Eric Blake <eblake@redhat.com>
9e4067b8 2736M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
edb05904 2737R: John Snow <jsnow@redhat.com>
538193bc
JS
2738L: qemu-block@nongnu.org
2739S: Supported
538193bc
JS
2740F: include/qemu/hbitmap.h
2741F: include/block/dirty-bitmap.h
bb4e58c6 2742F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2743F: block/dirty-bitmap.c
2744F: block/qcow2-bitmap.c
052db8e7 2745F: migration/block-dirty-bitmap.c
00637c6b 2746F: util/hbitmap.c
da668aa1 2747F: tests/unit/test-hbitmap.c
5746c1cd 2748F: docs/interop/bitmaps.rst
edb05904 2749T: git https://repo.or.cz/qemu/ericb.git bitmaps
9e4067b8 2750T: git https://gitlab.com/vsementsov/qemu.git block
538193bc 2751
61af0ee6 2752Character device backends
55fc84a7 2753M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2754R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2755S: Maintained
178fe0ae 2756F: chardev/
8228e353 2757F: include/chardev/
dbeee392 2758F: qapi/char.json
fd5d5c56 2759
e26082fd
PB
2760Character Devices (Braille)
2761M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2762S: Maintained
6b10e573 2763F: chardev/baum.c
fd5d5c56 2764
e94630d3
MA
2765Command line option argument parsing
2766M: Markus Armbruster <armbru@redhat.com>
2767S: Supported
2768F: include/qemu/option.h
da668aa1
TH
2769F: tests/unit/test-keyval.c
2770F: tests/unit/test-qemu-opts.c
e94630d3
MA
2771F: util/keyval.c
2772F: util/qemu-option.c
2773
8c413e79
MA
2774Coverity model
2775M: Markus Armbruster <armbru@redhat.com>
2776S: Supported
2777F: scripts/coverity-model.c
2778
9c263d07
PM
2779Coverity Scan integration
2780M: Peter Maydell <peter.maydell@linaro.org>
2781S: Maintained
2782F: scripts/coverity-scan/
2783
d24b569a 2784Device Tree
c3c962c1
AF
2785M: Alistair Francis <alistair.francis@wdc.com>
2786R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2787S: Maintained
800d4ded 2788F: softmmu/device_tree.c
82407515 2789F: include/sysemu/device_tree.h
d24b569a 2790
3505a22b
MAL
2791Dump
2792S: Supported
2793M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2794F: dump/
3505a22b
MAL
2795F: hw/misc/vmcoreinfo.c
2796F: include/hw/misc/vmcoreinfo.h
6d3da32c 2797F: include/qemu/win_dump_defs
3505a22b
MAL
2798F: include/sysemu/dump-arch.h
2799F: include/sysemu/dump.h
d06b747b 2800F: qapi/dump.json
3505a22b
MAL
2801F: scripts/dump-guest-memory.py
2802F: stubs/dump.c
2803
4f966768
MA
2804Error reporting
2805M: Markus Armbruster <armbru@redhat.com>
2806S: Supported
2807F: include/qapi/error.h
2808F: include/qemu/error-report.h
abb3d37d 2809F: qapi/error.json
4f966768
MA
2810F: util/error.c
2811F: util/qemu-error.c
d1d3a997
VSO
2812F: scripts/coccinelle/err-bad-newline.cocci
2813F: scripts/coccinelle/error-use-after-free.cocci
2814F: scripts/coccinelle/error_propagate_null.cocci
2815F: scripts/coccinelle/remove_local_err.cocci
2816F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2817F: scripts/coccinelle/errp-guard.cocci
4f966768 2818
fd5d5c56 2819GDB stub
c7b3e866 2820M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 2821R: Philippe Mathieu-Daudé <philmd@linaro.org>
c7b3e866 2822S: Maintained
4db546d3 2823F: docs/system/gdb.rst
842b42df 2824F: gdbstub/*
0dec1016 2825F: include/exec/gdbstub.h
d96bf49b 2826F: include/gdbstub/*
fd5d5c56 2827F: gdb-xml/
51c623b0 2828F: tests/tcg/multiarch/gdbstub/
97cfba13 2829F: scripts/feature_to_c.sh
bcbc36a9 2830F: scripts/probe-gdb-support.py
fd5d5c56 2831
01a9c03c
PB
2832Memory API
2833M: Paolo Bonzini <pbonzini@redhat.com>
07b315ba
DH
2834M: Peter Xu <peterx@redhat.com>
2835M: David Hildenbrand <david@redhat.com>
8823ef13 2836R: Philippe Mathieu-Daudé <philmd@linaro.org>
01a9c03c
PB
2837S: Supported
2838F: include/exec/ioport.h
14776ab5 2839F: include/exec/memop.h
01a9c03c 2840F: include/exec/memory.h
2b1641d0 2841F: include/exec/ram_addr.h
41aa4e9f 2842F: include/exec/ramblock.h
9f04dd7f 2843F: include/sysemu/memory_mapping.h
800d4ded 2844F: softmmu/dma-helpers.c
c7f419f5
CF
2845F: softmmu/ioport.c
2846F: softmmu/memory.c
9f04dd7f 2847F: softmmu/memory_mapping.c
d9f24bf5 2848F: softmmu/physmem.c
01a9c03c 2849F: include/exec/memory-internal.h
044e2af9 2850F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2851
2fcd005f
DH
2852Memory devices
2853M: David Hildenbrand <david@redhat.com>
2854M: Igor Mammedov <imammedo@redhat.com>
2855R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2856S: Supported
2857F: hw/mem/memory-device.c
2858F: hw/mem/nvdimm.c
2859F: hw/mem/pc-dimm.c
2860F: include/hw/mem/memory-device.h
2861F: include/hw/mem/nvdimm.h
2862F: include/hw/mem/pc-dimm.h
2863F: docs/nvdimm.txt
2864
7ee3bf03
GH
2865SPICE
2866M: Gerd Hoffmann <kraxel@redhat.com>
227b1638 2867S: Odd Fixes
6e481d57 2868F: include/ui/qemu-spice.h
438528a3 2869F: include/ui/spice-display.h
7ee3bf03
GH
2870F: ui/spice-*.c
2871F: audio/spiceaudio.c
8d8b636d 2872F: hw/display/qxl*
608cfed6 2873F: qapi/ui.json
9bd4cb35 2874F: docs/spice-port-fqdn.txt
7ee3bf03 2875
fd5d5c56 2876Graphics
25eccc37 2877M: Gerd Hoffmann <kraxel@redhat.com>
cc99139b 2878M: Marc-André Lureau <marcandre.lureau@redhat.com>
25eccc37 2879S: Odd Fixes
fd5d5c56 2880F: ui/
e220656c 2881F: include/ui/
608cfed6 2882F: qapi/ui.json
b1d38037 2883F: util/drm.c
4db546d3 2884F: docs/devel/ui.rst
fd5d5c56 2885
351f1bf6 2886Cocoa graphics
30ef3c74 2887M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2888M: Philippe Mathieu-Daudé <philmd@linaro.org>
4f978632 2889R: Akihiko Odaki <akihiko.odaki@daynix.com>
351f1bf6
AF
2890S: Odd Fixes
2891F: ui/cocoa.m
2892
fd5d5c56 2893Main loop
da26f37a
PB
2894M: Paolo Bonzini <pbonzini@redhat.com>
2895S: Maintained
54d31236
MA
2896F: include/qemu/main-loop.h
2897F: include/sysemu/runstate.h
e6dba048 2898F: include/sysemu/runstate-action.h
3ecb29a3
PB
2899F: util/main-loop.c
2900F: util/qemu-timer.c
bac068e0 2901F: softmmu/vl.c
7b733862 2902F: softmmu/main.c
c7f419f5 2903F: softmmu/cpus.c
b0c3cf94 2904F: softmmu/cpu-throttle.c
740b1759
CF
2905F: softmmu/cpu-timers.c
2906F: softmmu/icount.c
bab46b81 2907F: softmmu/runstate*
0e201d34 2908F: qapi/run-state.json
fd5d5c56 2909
1b7e01d0
SH
2910Read, Copy, Update (RCU)
2911M: Paolo Bonzini <pbonzini@redhat.com>
2912S: Maintained
fc3b9dfa
PMD
2913F: docs/devel/lockcnt.txt
2914F: docs/devel/rcu.txt
1b7e01d0 2915F: include/qemu/rcu*.h
da668aa1
TH
2916F: tests/unit/rcutorture.c
2917F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2918F: util/rcu.c
2919
8899b4ae 2920Human Monitor (HMP)
b8b6d3c0 2921M: Dr. David Alan Gilbert <dave@treblig.org>
fbb0621a 2922S: Maintained
5bce308a 2923F: monitor/monitor-internal.h
e84328fa 2924F: monitor/misc.c
1d95db74 2925F: monitor/monitor.c
f1b3ccfa
KW
2926F: monitor/hmp*
2927F: hmp.h
c13e9912
TH
2928F: hmp-commands*.hx
2929F: include/monitor/hmp-target.h
1e8a1fae 2930F: tests/qtest/test-hmp.c
637de4db
MA
2931F: include/qemu/qemu-print.h
2932F: util/qemu-print.c
fd5d5c56 2933
f536f112 2934Network device backends
442469e6 2935M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2936S: Maintained
2937F: net/
d24b2b1c 2938F: include/net/
e9bbc8bd 2939F: qemu-bridge-helper.c
e18a8b34 2940T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2941F: qapi/net.json
fd5d5c56 2942
aee09baf
VM
2943Netmap network backend
2944M: Luigi Rizzo <rizzo@iet.unipi.it>
2945M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2946M: Vincenzo Maffione <v.maffione@gmail.com>
2947W: http://info.iet.unipi.it/~luigi/netmap/
2948S: Maintained
2949F: net/netmap.c
2950
4fc264f4 2951Host Memory Backends
4ade3ea1 2952M: David Hildenbrand <david@redhat.com>
4fc264f4
EH
2953M: Igor Mammedov <imammedo@redhat.com>
2954S: Maintained
2955F: backends/hostmem*.c
2956F: include/sysemu/hostmem.h
f953c100 2957T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2958
6034011c
GA
2959Cryptodev Backends
2960M: Gonglei <arei.gonglei@huawei.com>
2133e07c 2961M: zhenwei pi <pizhenwei@bytedance.com>
6034011c
GA
2962S: Maintained
2963F: include/sysemu/cryptodev*.h
2964F: backends/cryptodev*.c
14c9fd16 2965F: qapi/cryptodev.json
6034011c 2966
b8eaee96
JS
2967Python library
2968M: John Snow <jsnow@redhat.com>
2969M: Cleber Rosa <crosa@redhat.com>
89d38c74 2970R: Beraldo Leal <bleal@redhat.com>
b8eaee96
JS
2971S: Maintained
2972F: python/
2973T: git https://gitlab.com/jsnow/qemu.git python
2974
ad904f66 2975Python scripts
89d38c74 2976M: John Snow <jsnow@redhat.com>
ad904f66 2977M: Cleber Rosa <crosa@redhat.com>
4251dfb0 2978S: Odd Fixes
ad904f66
EH
2979F: scripts/*.py
2980F: tests/*.py
2981
f4abfc6c 2982Benchmark util
9e4067b8 2983M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
f4abfc6c
VSO
2984S: Maintained
2985F: scripts/simplebench/
9e4067b8 2986T: git https://gitlab.com/vsementsov/qemu.git simplebench
f4abfc6c 2987
8cad15b1 2988Transactions helper
9e4067b8 2989M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
8cad15b1
VSO
2990S: Maintained
2991F: include/qemu/transactions.h
2992F: util/transactions.c
9e4067b8 2993T: git https://gitlab.com/vsementsov/qemu.git block
8cad15b1 2994
8899b4ae 2995QAPI
9740618c 2996M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2997M: Michael Roth <michael.roth@amd.com>
9740618c 2998S: Supported
8899b4ae 2999F: qapi/
0311c5bd 3000X: qapi/*.json
ac4abb9a
MA
3001F: include/qapi/
3002X: include/qapi/qmp/
3003F: include/qapi/qmp/dispatch.h
c0bd0b50 3004F: tests/qapi-schema/
da668aa1
TH
3005F: tests/unit/test-*-visitor.c
3006F: tests/unit/test-qapi-*.c
3007F: tests/unit/test-qmp-*.c
3008F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
3009F: scripts/qapi-gen.py
3010F: scripts/qapi/*
4078ee54 3011F: docs/sphinx/qapidoc.py
c39cdbf6 3012F: docs/devel/qapi*
ebe2aad2 3013T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 3014
7810d291
LC
3015QAPI Schema
3016M: Eric Blake <eblake@redhat.com>
7810d291
LC
3017M: Markus Armbruster <armbru@redhat.com>
3018S: Supported
0311c5bd 3019F: qapi/*.json
ebe2aad2 3020T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 3021
f3582ba4 3022QObject
daf5dc78
MA
3023M: Markus Armbruster <armbru@redhat.com>
3024S: Supported
f3582ba4 3025F: qobject/
7735d2b5
MA
3026F: include/qapi/qmp/
3027X: include/qapi/qmp/dispatch.h
a2f3453e 3028F: scripts/coccinelle/qobject.cocci
da668aa1
TH
3029F: tests/unit/check-qdict.c
3030F: tests/unit/check-qjson.c
3031F: tests/unit/check-qlist.c
3032F: tests/unit/check-qlit.c
3033F: tests/unit/check-qnull.c
3034F: tests/unit/check-qnum.c
3035F: tests/unit/check-qobject.c
3036F: tests/unit/check-qstring.c
fe07b62c 3037F: tests/data/qobject/qdict.txt
ebe2aad2 3038T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 3039
f05d9999 3040QEMU Guest Agent
2f5f9bc8 3041M: Michael Roth <michael.roth@amd.com>
e8cbe584 3042M: Konstantin Kostiuk <kkostiuk@redhat.com>
f05d9999
MR
3043S: Maintained
3044F: qga/
27a296fc 3045F: docs/interop/qemu-ga.rst
db16115f 3046F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 3047F: scripts/qemu-guest-agent/
da668aa1 3048F: tests/unit/test-qga.c
e18a8b34 3049T: git https://github.com/mdroth/qemu.git qga
f05d9999 3050
cced3a72
KK
3051QEMU Guest Agent Win32
3052M: Konstantin Kostiuk <kkostiuk@redhat.com>
3053S: Maintained
3054F: qga/*win32*
3055F: qga/vss-win32/
3056F: qga/installer/
3057T: git https://github.com/kostyanf14/qemu.git qga-win32
3058
4688c94c 3059QOM
1085d86e
PB
3060M: Paolo Bonzini <pbonzini@redhat.com>
3061R: Daniel P. Berrange <berrange@redhat.com>
24c4cd13 3062R: Eduardo Habkost <eduardo@habkost.net>
4688c94c 3063S: Supported
4db546d3 3064F: docs/devel/qom.rst
8f920054
MA
3065F: docs/qdev-device-use.txt
3066F: hw/core/qdev*
b77b5b3d
MA
3067F: hw/core/bus.c
3068F: hw/core/sysbus.c
8f920054
MA
3069F: include/hw/qdev*
3070F: include/monitor/qdev.h
4688c94c 3071F: include/qom/
c577ff62
MA
3072F: qapi/qom.json
3073F: qapi/qdev.json
22fb6eb5 3074F: scripts/coccinelle/qom-parent-type.cocci
e3e2c0c8 3075F: scripts/qom-cast-macro-clean-cocci-gen.py
800d4ded 3076F: softmmu/qdev-monitor.c
9b45a025 3077F: stubs/qdev.c
4688c94c 3078F: qom/
da668aa1
TH
3079F: tests/unit/check-qom-interface.c
3080F: tests/unit/check-qom-proplist.c
3081F: tests/unit/test-qdev-global-props.c
4688c94c 3082
94dfc0f3 3083QOM boilerplate conversion script
24c4cd13 3084M: Eduardo Habkost <eduardo@habkost.net>
94dfc0f3
EH
3085S: Maintained
3086F: scripts/codeconverter/
3087
8899b4ae 3088QMP
9740618c
LC
3089M: Markus Armbruster <armbru@redhat.com>
3090S: Supported
5bce308a 3091F: monitor/monitor-internal.h
f1b3ccfa 3092F: monitor/qmp*
e84328fa 3093F: monitor/misc.c
1d95db74 3094F: monitor/monitor.c
92a3c6aa 3095F: qapi/control.json
abb3d37d 3096F: qapi/error.json
92a3c6aa 3097F: qapi/introspect.json
c39cdbf6 3098F: docs/devel/*qmp-*
12b2f0d9 3099F: docs/interop/*qmp-*
9740618c 3100F: scripts/qmp/
1e8a1fae
TH
3101F: tests/qtest/qmp-test.c
3102F: tests/qtest/qmp-cmd-test.c
ebe2aad2 3103T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 3104
98a43bf0 3105qtest
98a43bf0
PB
3106M: Thomas Huth <thuth@redhat.com>
3107M: Laurent Vivier <lvivier@redhat.com>
2185fd67 3108R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 3109S: Maintained
c7f419f5 3110F: softmmu/qtest.c
1583a389 3111F: accel/qtest/
1e8a1fae 3112F: tests/qtest/
222455ef 3113F: docs/devel/qgraph.rst
4db546d3 3114F: docs/devel/qtest.rst
520ddc18 3115X: tests/qtest/bios-tables-test*
98a43bf0 3116
5f6fd09a
AB
3117Device Fuzzing
3118M: Alexander Bulekov <alxndr@bu.edu>
3119R: Paolo Bonzini <pbonzini@redhat.com>
3120R: Bandan Das <bsd@redhat.com>
3121R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 3122R: Thomas Huth <thuth@redhat.com>
85221b05 3123R: Darren Kenny <darren.kenny@oracle.com>
5d32fc3b 3124R: Qiuhao Li <Qiuhao.Li@outlook.com>
5f6fd09a
AB
3125S: Maintained
3126F: tests/qtest/fuzz/
d3d39fc0 3127F: tests/qtest/fuzz-*test.c
4ab20b51 3128F: tests/docker/test-fuzz
211635b3 3129F: scripts/oss-fuzz/
230376d2 3130F: hw/mem/sparse-mem.c
f3a0208f 3131F: docs/devel/fuzzing.rst
5f6fd09a 3132
cc0100f4 3133Register API
c22e580c 3134M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
3135S: Maintained
3136F: hw/core/register.c
3137F: include/hw/register.h
06a7b243 3138F: include/hw/registerfields.h
cc0100f4 3139
fd5d5c56 3140SLIRP
eda509fa 3141M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 3142S: Maintained
663fb1e1 3143F: net/slirp.c
d24b2b1c 3144F: include/net/slirp.h
02cffe24 3145T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 3146
aa09b3d5
MA
3147Stats
3148S: Orphan
3149F: include/sysemu/stats.h
3150F: stats/
3151
6d0af39f
EI
3152Streams
3153M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3154S: Maintained
3155F: hw/core/stream.c
3156F: include/hw/stream.h
3157
b1ed728a
PB
3158Stubs
3159M: Paolo Bonzini <pbonzini@redhat.com>
3160S: Maintained
3161F: stubs/
3162
598a3f35 3163Tracing
1cd0f8ce 3164M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
3165S: Maintained
3166F: trace/
0e076292 3167F: trace-events
3a8273b1 3168F: docs/qemu-option-trace.rst.inc
92a3c6aa 3169F: qapi/trace.json
f70fd8fd
LV
3170F: scripts/tracetool.py
3171F: scripts/tracetool/
62dd1048 3172F: scripts/qemu-trace-stap*
33b2b388 3173F: docs/tools/qemu-trace-stap.rst
d0fb9657 3174F: docs/devel/tracing.rst
e18a8b34 3175T: git https://github.com/stefanha/qemu.git tracing
598a3f35 3176
3859b6cf 3177TPM
1f63669e 3178M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 3179S: Maintained
0801062c 3180F: softmmu/tpm*
3859b6cf
MA
3181F: hw/tpm/*
3182F: include/hw/acpi/tpm.h
3183F: include/sysemu/tpm*
3184F: qapi/tpm.json
8ae92e24 3185F: backends/tpm/
1e8a1fae 3186F: tests/qtest/*tpm*
4db546d3 3187F: docs/specs/tpm.rst
e18a8b34 3188T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 3189
14f40fdc 3190Checkpatch
14f40fdc
BS
3191S: Odd Fixes
3192F: scripts/checkpatch.pl
3193
c0787c8d
JQ
3194Migration
3195M: Juan Quintela <quintela@redhat.com>
66f8b5a5
JQ
3196R: Peter Xu <peterx@redhat.com>
3197R: Leonardo Bras <leobras@redhat.com>
c0787c8d 3198S: Maintained
107b5969
MAL
3199F: hw/core/vmstate-if.c
3200F: include/hw/vmstate-if.h
c0787c8d 3201F: include/migration/
b862888c 3202F: include/qemu/userfaultfd.h
44a1f946 3203F: migration/
c5515640
AS
3204F: scripts/vmstate-static-checker.py
3205F: tests/vmstate-static-checker-data/
1e8a1fae 3206F: tests/qtest/migration-test.c
c468e368 3207F: docs/devel/migration.rst
48685a8e 3208F: qapi/migration.json
fac87d4d 3209F: tests/migration/
b862888c 3210F: util/userfaultfd.c
c0787c8d 3211
2b3edd95
HH
3212Migration dirty limit and dirty page rate
3213M: Hyman Huang <yong.huang@smartx.com>
3214S: Maintained
3215F: softmmu/dirtylimit.c
3216F: include/sysemu/dirtylimit.h
3217F: migration/dirtyrate.c
3218F: migration/dirtyrate.h
3219F: include/sysemu/dirtyrate.h
3220
a566907f
MAL
3221D-Bus
3222M: Marc-André Lureau <marcandre.lureau@redhat.com>
3223S: Maintained
5010cec2 3224F: backends/dbus-vmstate.c
89f4df95
MAL
3225F: ui/dbus*
3226F: audio/dbus*
a5021d69 3227F: util/dbus.c
89f4df95 3228F: include/ui/dbus*
a5021d69 3229F: include/qemu/dbus.h
89f4df95
MAL
3230F: docs/interop/dbus*
3231F: docs/sphinx/dbus*
3232F: docs/sphinx/fakedbusdoc.py
3233F: tests/qtest/dbus*
9b286e76 3234F: scripts/xml-preprocess*
a566907f 3235
92bfedb0 3236Seccomp
e3160dea
DB
3237M: Daniel P. Berrange <berrange@redhat.com>
3238S: Odd Fixes
800d4ded 3239F: softmmu/qemu-seccomp.c
92bfedb0 3240F: include/sysemu/seccomp.h
d2ea8dac 3241F: tests/unit/test-seccomp.c
92bfedb0 3242
ddbb0d09
DB
3243Cryptography
3244M: Daniel P. Berrange <berrange@redhat.com>
3245S: Maintained
3246F: crypto/
3247F: include/crypto/
6b0a96ce 3248F: host/include/*/host/crypto/
92a3c6aa 3249F: qapi/crypto.json
da668aa1 3250F: tests/unit/test-crypto-*
3b472e71 3251F: tests/bench/benchmark-crypto-*
da668aa1
TH
3252F: tests/unit/crypto-tls-*
3253F: tests/unit/pkix_asn1_tab.c
899833cd 3254F: qemu.sasl
ddbb0d09 3255
10817bf0
DB
3256Coroutines
3257M: Stefan Hajnoczi <stefanha@redhat.com>
3258M: Kevin Wolf <kwolf@redhat.com>
00a25291 3259S: Maintained
10817bf0
DB
3260F: util/*coroutine*
3261F: include/qemu/coroutine*
da668aa1 3262F: tests/unit/test-coroutine.c
10817bf0 3263
88c5f205
DB
3264Buffers
3265M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3266S: Odd Fixes
88c5f205
DB
3267F: util/buffer.c
3268F: include/qemu/buffer.h
3269
666a3af9
DB
3270I/O Channels
3271M: Daniel P. Berrange <berrange@redhat.com>
3272S: Maintained
3273F: io/
3274F: include/io/
da668aa1 3275F: tests/unit/test-io-*
666a3af9 3276
5b76dd13
DB
3277User authorization
3278M: Daniel P. Berrange <berrange@redhat.com>
3279S: Maintained
3280F: authz/
c8c99887 3281F: qapi/authz.json
5b76dd13 3282F: include/authz/
da668aa1 3283F: tests/unit/test-authz-*
5b76dd13 3284
5614a283
GH
3285Sockets
3286M: Daniel P. Berrange <berrange@redhat.com>
5614a283
GH
3287S: Maintained
3288F: include/qemu/sockets.h
3289F: util/qemu-sockets.c
a2ff5a48 3290F: qapi/sockets.json
5614a283 3291
90e33dfe
DB
3292File monitor
3293M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3294S: Odd Fixes
90e33dfe
DB
3295F: util/filemonitor*.c
3296F: include/qemu/filemonitor.h
da668aa1 3297F: tests/unit/test-util-filemonitor.c
90e33dfe 3298
d310d85b
AG
3299Throttling infrastructure
3300M: Alberto Garcia <berto@igalia.com>
3301S: Supported
3302F: block/throttle-groups.c
3303F: include/block/throttle-groups.h
89603938 3304F: include/qemu/throttle*.h
d310d85b 3305F: util/throttle.c
89603938 3306F: docs/throttle.txt
da668aa1 3307F: tests/unit/test-throttle.c
d310d85b
AG
3308L: qemu-block@nongnu.org
3309
080d7aac 3310UUID
fe5ca46d 3311M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
3312S: Supported
3313F: util/uuid.c
3314F: include/qemu/uuid.h
da668aa1 3315F: tests/unit/test-uuid.c
080d7aac 3316
50186051
LS
3317Yank feature
3318M: Lukas Straub <lukasstraub2@web.de>
3319S: Odd fixes
3320F: util/yank.c
1a92d6d5 3321F: migration/yank_functions*
d3a0bb77 3322F: tests/unit/test-yank.c
50186051
LS
3323F: include/qemu/yank.h
3324F: qapi/yank.json
3325
a4cc318e 3326COLO Framework
2ac7d741 3327M: Hailiang Zhang <zhanghailiang@xfusion.com>
a4cc318e
HZ
3328S: Maintained
3329F: migration/colo*
3330F: include/migration/colo.h
3331F: include/migration/failover.h
3332F: docs/COLO-FT.txt
3333
88f82ed1 3334COLO Proxy
c6bf50ff 3335M: Zhang Chen <chen.zhang@intel.com>
2ece6e64 3336M: Li Zhijian <lizhijian@fujitsu.com>
88f82ed1
ZC
3337S: Supported
3338F: docs/colo-proxy.txt
3339F: net/colo*
3340F: net/filter-rewriter.c
3341F: net/filter-mirror.c
487cf3f2 3342F: tests/qtest/test-filter*
88f82ed1 3343
62258201
PD
3344Record/replay
3345M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3346R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 3347W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3348S: Supported
3349F: replay/*
3350F: block/blkreplay.c
3351F: net/filter-replay.c
5b5968c4 3352F: include/exec/replay-core.h
62258201 3353F: include/sysemu/replay.h
4db546d3
TH
3354F: docs/devel/replay.rst
3355F: docs/system/replay.rst
62258201 3356F: stubs/replay.c
bbbd9b6e
WR
3357F: tests/avocado/replay_kernel.py
3358F: tests/avocado/replay_linux.py
3359F: tests/avocado/reverse_debugging.py
43d7e1d7 3360F: qapi/replay.json
62258201 3361
eecf5eed
PX
3362IOVA Tree
3363M: Peter Xu <peterx@redhat.com>
3364S: Maintained
3365F: include/qemu/iova-tree.h
3366F: util/iova-tree.c
3367
5ee547bb
VP
3368elf2dmp
3369M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3370S: Maintained
3371F: contrib/elf2dmp/
3372
93198b6c
CM
3373I2C and SMBus
3374M: Corey Minyard <cminyard@mvista.com>
3375S: Maintained
3376F: hw/i2c/core.c
3377F: hw/i2c/smbus_slave.c
3378F: hw/i2c/smbus_master.c
3379F: hw/i2c/smbus_eeprom.c
3380F: include/hw/i2c/i2c.h
3381F: include/hw/i2c/smbus_master.h
3382F: include/hw/i2c/smbus_slave.h
3383F: include/hw/i2c/smbus_eeprom.h
3384
bf0e0c70
TR
3385PMBus
3386M: Titus Rwantare <titusr@google.com>
3387S: Maintained
3388F: hw/i2c/pmbus_device.c
3389F: hw/sensor/adm1272.c
ffcdae67 3390F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3391F: hw/sensor/max34451.c
3392F: include/hw/i2c/pmbus_device.h
ffcdae67 3393F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3394F: tests/qtest/adm1272-test.c
3395F: tests/qtest/max34451-test.c
ffcdae67 3396F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3397
d0d89526 3398Firmware schema specifications
8823ef13 3399M: Philippe Mathieu-Daudé <philmd@linaro.org>
d0d89526
PMD
3400R: Daniel P. Berrange <berrange@redhat.com>
3401R: Kashyap Chamarthy <kchamart@redhat.com>
3402S: Maintained
3403F: docs/interop/firmware.json
3404
6739df3f 3405EDK2 Firmware
8823ef13 3406M: Philippe Mathieu-Daudé <philmd@linaro.org>
9b437cd0 3407M: Gerd Hoffmann <kraxel@redhat.com>
6739df3f 3408S: Supported
b5b31860 3409F: hw/i386/*ovmf*
6739df3f
LE
3410F: pc-bios/descriptors/??-edk2-*.json
3411F: pc-bios/edk2-*
3412F: roms/Makefile.edk2
3413F: roms/edk2
3414F: roms/edk2-*
3415F: tests/data/uefi-boot-images/
3416F: tests/uefi-test-tools/
3417
8bc43f39
PX
3418VT-d Emulation
3419M: Michael S. Tsirkin <mst@redhat.com>
3420M: Peter Xu <peterx@redhat.com>
3421R: Jason Wang <jasowang@redhat.com>
3422S: Supported
3423F: hw/i386/intel_iommu.c
3424F: hw/i386/intel_iommu_internal.h
3425F: include/hw/i386/intel_iommu.h
3426
2f5a2b35
PMD
3427AMD-Vi Emulation
3428S: Orphan
3429F: hw/i386/amd_iommu.?
3430
e92fb016
BM
3431OpenSBI Firmware
3432M: Bin Meng <bmeng.cn@gmail.com>
3433S: Supported
3434F: pc-bios/opensbi-*
3435F: .gitlab-ci.d/opensbi.yml
3436F: .gitlab-ci.d/opensbi/
3437
59c7a187
LM
3438Clock framework
3439M: Luc Michel <luc@lmichel.fr>
1d7e6727 3440R: Damien Hedde <damien.hedde@dahe.fr>
59c7a187
LM
3441S: Maintained
3442F: include/hw/clock.h
3443F: include/hw/qdev-clock.h
3444F: hw/core/clock.c
3445F: hw/core/clock-vmstate.c
3446F: hw/core/qdev-clock.c
3447F: docs/devel/clocks.rst
3448
fd5d5c56
AL
3449Usermode Emulation
3450------------------
6347e1f1 3451Overall usermode emulation
486bbe5f
PB
3452M: Riku Voipio <riku.voipio@iki.fi>
3453S: Maintained
58410666 3454F: accel/tcg/user-exec*.c
bbf15aaf
RH
3455F: include/user/
3456F: common-user/
486bbe5f 3457
fd5d5c56 3458BSD user
65a9d380
WL
3459M: Warner Losh <imp@bsdimp.com>
3460R: Kyle Evans <kevans@freebsd.org>
3461S: Maintained
fd5d5c56 3462F: bsd-user/
812b31d3 3463F: configs/targets/*-bsd-user.mak
adbae40f 3464F: tests/vm/*bsd
65a9d380 3465T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3466
fd5d5c56 3467Linux user
8f902c54 3468M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3469S: Maintained
3470F: linux-user/
812b31d3 3471F: configs/targets/*linux-user.mak
e5dd9875 3472F: scripts/qemu-binfmt-conf.sh
e3a6c825 3473F: scripts/update-syscalltbl.sh
57333330 3474F: scripts/update-mips-syscall-args.sh
382ae67a 3475F: scripts/gensyscalls.sh
42f5a7e9
AJ
3476
3477Tiny Code Generator (TCG)
3478-------------------------
6347e1f1 3479Common TCG code
336f744e 3480M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3481S: Maintained
3482F: tcg/
d3582cfd 3483F: include/tcg/
42f5a7e9 3484
22b5867b
AB
3485TCG Plugins
3486M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3487R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3488R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3489S: Maintained
8ea6abf0 3490F: docs/devel/tcg-plugins.rst
22b5867b 3491F: plugins/
c17a386b 3492F: tests/plugin/
bbbd9b6e 3493F: tests/avocado/tcg_plugins.py
c17a386b 3494F: contrib/plugins/
22b5867b 3495
6347e1f1 3496AArch64 TCG target
3e5a01ef 3497M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3498S: Maintained
b4f2bd1c 3499L: qemu-arm@nongnu.org
b25a464c
CF
3500F: tcg/aarch64/
3501
6347e1f1 3502ARM TCG target
7c6ef61a 3503M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9 3504S: Maintained
b4f2bd1c 3505L: qemu-arm@nongnu.org
42f5a7e9
AJ
3506F: tcg/arm/
3507
6347e1f1 3508i386 TCG target
336f744e 3509M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3510S: Maintained
3511F: tcg/i386/
3512
afa33258
WX
3513LoongArch64 TCG target
3514M: WANG Xuerui <git@xen0n.name>
3515S: Maintained
3516F: tcg/loongarch64/
3517
6347e1f1 3518MIPS TCG target
8823ef13 3519M: Philippe Mathieu-Daudé <philmd@linaro.org>
099d510b 3520R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3521R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3522R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3523R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3524S: Odd Fixes
42f5a7e9
AJ
3525F: tcg/mips/
3526
6347e1f1 3527PPC TCG target
336f744e 3528M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3529S: Odd Fixes
42f5a7e9 3530F: tcg/ppc/
42f5a7e9 3531
6347e1f1 3532RISC-V TCG target
c1677bcc 3533M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3534M: Alistair Francis <Alistair.Francis@wdc.com>
3535L: qemu-riscv@nongnu.org
3536S: Maintained
3537F: tcg/riscv/
3538F: disas/riscv.c
3539
6347e1f1 3540S390 TCG target
336f744e 3541M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3542S: Maintained
3543F: tcg/s390/
146bd283 3544L: qemu-s390x@nongnu.org
42f5a7e9 3545
6347e1f1 3546SPARC TCG target
297e8005 3547S: Odd Fixes
6d0b52ed 3548F: tcg/sparc64/
c17652ee 3549F: disas/sparc.c
bc75c9e5 3550
6347e1f1 3551TCI TCG target
bc75c9e5
SW
3552M: Stefan Weil <sw@weilnetz.de>
3553S: Maintained
8ef9cd55 3554F: tcg/tci/
752a2ae2 3555F: tcg/tci.c
c17652ee 3556F: disas/tci.c
aa09c951 3557
f05b328c
SH
3558Block drivers
3559-------------
3560VMDK
fe5ca46d 3561M: Fam Zheng <fam@euphon.net>
c95e4c0e 3562L: qemu-block@nongnu.org
f05b328c
SH
3563S: Supported
3564F: block/vmdk.c
3565
3566RBD
0725570b 3567M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3568R: Peter Lieven <pl@kamp.de>
280458a3 3569L: qemu-block@nongnu.org
f05b328c
SH
3570S: Supported
3571F: block/rbd.c
3572
f05b328c 3573VHDX
5f5246b6 3574M: Jeff Cody <codyprime@gmail.com>
280458a3 3575L: qemu-block@nongnu.org
f05b328c
SH
3576S: Supported
3577F: block/vhdx*
3578
3579VDI
3580M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3581L: qemu-block@nongnu.org
f05b328c
SH
3582S: Maintained
3583F: block/vdi.c
3584
fd66dbd4
SH
3585blkio
3586M: Stefan Hajnoczi <stefanha@redhat.com>
3587L: qemu-block@nongnu.org
3588S: Maintained
3589F: block/blkio.c
3590
f05b328c
SH
3591iSCSI
3592M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3593M: Paolo Bonzini <pbonzini@redhat.com>
3594M: Peter Lieven <pl@kamp.de>
c95e4c0e 3595L: qemu-block@nongnu.org
2185fd67 3596S: Odd Fixes
f05b328c 3597F: block/iscsi.c
2deb63c2 3598F: block/iscsi-opts.c
f05b328c 3599
99c62e70
EB
3600Network Block Device (NBD)
3601M: Eric Blake <eblake@redhat.com>
9e4067b8 3602M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
99c62e70
EB
3603L: qemu-block@nongnu.org
3604S: Maintained
3605F: block/nbd*
3606F: nbd/
3607F: include/block/nbd*
3608F: qemu-nbd.*
3609F: blockdev-nbd.c
3229a835 3610F: docs/interop/nbd.txt
33b2b388 3611F: docs/tools/qemu-nbd.rst
58a6fdcc 3612F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3613T: git https://repo.or.cz/qemu/ericb.git nbd
9e4067b8 3614T: git https://gitlab.com/vsementsov/qemu.git block
99c62e70 3615
6542aa9c
PL
3616NFS
3617M: Peter Lieven <pl@kamp.de>
280458a3 3618L: qemu-block@nongnu.org
6542aa9c
PL
3619S: Maintained
3620F: block/nfs.c
3621
f05b328c
SH
3622SSH
3623M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3624L: qemu-block@nongnu.org
f05b328c
SH
3625S: Supported
3626F: block/ssh.c
c9a12e75 3627
280458a3 3628CURL
280458a3 3629L: qemu-block@nongnu.org
5c6090fa 3630S: Odd Fixes
280458a3 3631F: block/curl.c
280458a3
JC
3632
3633GLUSTER
280458a3 3634L: qemu-block@nongnu.org
5c6090fa
TH
3635L: integration@gluster.org
3636S: Odd Fixes
280458a3 3637F: block/gluster.c
b5e9476c 3638
199667a8 3639Null Block Driver
fe5ca46d 3640M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3641L: qemu-block@nongnu.org
3642S: Supported
3643F: block/null.c
3644
bdd6a90a 3645NVMe Block Driver
1a949789
SH
3646M: Stefan Hajnoczi <stefanha@redhat.com>
3647R: Fam Zheng <fam@euphon.net>
8823ef13 3648R: Philippe Mathieu-Daudé <philmd@linaro.org>
bdd6a90a
FZ
3649L: qemu-block@nongnu.org
3650S: Supported
3651F: block/nvme*
dc0b4d94 3652F: include/block/nvme.h
1a949789 3653T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3654
b5e9476c
GA
3655Bootdevice
3656M: Gonglei <arei.gonglei@huawei.com>
3657S: Maintained
800d4ded 3658F: softmmu/bootdevice.c
ecdda9e0
AG
3659
3660Quorum
3661M: Alberto Garcia <berto@igalia.com>
3662S: Supported
3663F: block/quorum.c
3664L: qemu-block@nongnu.org
e7c6e631 3665
bfcc224e
AV
3666blklogwrites
3667M: Ari Sundholm <ari@tuxera.com>
3668L: qemu-block@nongnu.org
3669S: Supported
3670F: block/blklogwrites.c
3671
e7c6e631
SH
3672blkverify
3673M: Stefan Hajnoczi <stefanha@redhat.com>
3674L: qemu-block@nongnu.org
3675S: Supported
3676F: block/blkverify.c
3677
3678bochs
3679M: Stefan Hajnoczi <stefanha@redhat.com>
3680L: qemu-block@nongnu.org
3681S: Supported
3682F: block/bochs.c
3683
3684cloop
3685M: Stefan Hajnoczi <stefanha@redhat.com>
3686L: qemu-block@nongnu.org
3687S: Supported
3688F: block/cloop.c
3689
3690dmg
3691M: Stefan Hajnoczi <stefanha@redhat.com>
3692L: qemu-block@nongnu.org
3693S: Supported
3694F: block/dmg.c
3695
3696parallels
3697M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3698M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3699L: qemu-block@nongnu.org
3700S: Supported
3701F: block/parallels.c
a960c4b4 3702F: block/parallels-ext.c
5746c1cd 3703F: docs/interop/parallels.txt
e7c6e631
SH
3704
3705qed
3706M: Stefan Hajnoczi <stefanha@redhat.com>
3707L: qemu-block@nongnu.org
3708S: Supported
3709F: block/qed.c
3710
3711raw
3712M: Kevin Wolf <kwolf@redhat.com>
3713L: qemu-block@nongnu.org
3714S: Supported
3715F: block/linux-aio.c
f586d5fc 3716F: include/block/raw-aio.h
2e6fc7eb 3717F: block/raw-format.c
c1bb86cd
EB
3718F: block/file-posix.c
3719F: block/file-win32.c
e7c6e631
SH
3720F: block/win32-aio.c
3721
6663a0a3
AM
3722Linux io_uring
3723M: Aarushi Mehta <mehta.aaru20@gmail.com>
3724M: Julia Suvorova <jusual@redhat.com>
3725M: Stefan Hajnoczi <stefanha@redhat.com>
0ef28014 3726R: Stefano Garzarella <sgarzare@redhat.com>
6663a0a3
AM
3727L: qemu-block@nongnu.org
3728S: Maintained
3729F: block/io_uring.c
06a47ef5 3730F: stubs/io_uring.c
6663a0a3 3731
e7c6e631
SH
3732qcow2
3733M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3734M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3735L: qemu-block@nongnu.org
3736S: Supported
3737F: block/qcow2*
b24f9882 3738F: docs/interop/qcow2.txt
e7c6e631
SH
3739
3740qcow
3741M: Kevin Wolf <kwolf@redhat.com>
3742L: qemu-block@nongnu.org
3743S: Supported
3744F: block/qcow.c
3745
3746blkdebug
3747M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3748M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3749L: qemu-block@nongnu.org
3750S: Supported
3751F: block/blkdebug.c
3752
3753vpc
3754M: Kevin Wolf <kwolf@redhat.com>
3755L: qemu-block@nongnu.org
3756S: Supported
3757F: block/vpc.c
3758
3759vvfat
3760M: Kevin Wolf <kwolf@redhat.com>
3761L: qemu-block@nongnu.org
4b7c5bc4 3762S: Odd Fixes
e7c6e631 3763F: block/vvfat.c
abfe4e94
SH
3764
3765Image format fuzzer
3766M: Stefan Hajnoczi <stefanha@redhat.com>
3767L: qemu-block@nongnu.org
3768S: Supported
3769F: tests/image-fuzzer/
717171bd 3770
8675a376
CX
3771Vhost-user block device backend server
3772M: Coiby Xu <Coiby.Xu@gmail.com>
3773S: Maintained
3774F: block/export/vhost-user-blk-server.c
80a06cc5 3775F: block/export/vhost-user-blk-server.h
5c368029
XY
3776F: block/export/virtio-blk-handler.c
3777F: block/export/virtio-blk-handler.h
80a06cc5 3778F: include/qemu/vhost-user-server.h
8675a376 3779F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3780F: tests/qtest/libqos/vhost-user-blk.h
3781F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3782F: util/vhost-user-server.c
8675a376 3783
0c9b70d5 3784FUSE block device exports
b0c4798f 3785M: Hanna Reitz <hreitz@redhat.com>
0c9b70d5
HR
3786L: qemu-block@nongnu.org
3787S: Supported
3788F: block/export/fuse.c
3789
2a2359b8 3790VDUSE library and block device exports
a6caeee8
XY
3791M: Xie Yongji <xieyongji@bytedance.com>
3792S: Maintained
3793F: subprojects/libvduse/
2a2359b8
XY
3794F: block/export/vduse-blk.c
3795F: block/export/vduse-blk.h
a6caeee8 3796
049105a3 3797Replication
205f8618 3798M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3799M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3800S: Supported
3801F: replication*
3802F: block/replication.c
da668aa1 3803F: tests/unit/test-replication.c
049105a3
CX
3804F: docs/block-replication.txt
3805
a3defabb 3806PVRDMA
bfffeac8 3807M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3808M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3809S: Maintained
3810F: hw/rdma/*
3811F: hw/rdma/vmw/*
3812F: docs/pvrdma.txt
a5d2f6f8 3813F: contrib/rdmacm-mux/*
4a5c9903 3814F: qapi/rdma.json
a3defabb 3815
b052fec8
AB
3816Semihosting
3817M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3818S: Maintained
8df9f0c3 3819F: semihosting/
6b5fe137 3820F: include/semihosting/
3539d84d 3821F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3822F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3823
8684f1be
JJ
3824Multi-process QEMU
3825M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3826M: Jagannathan Raman <jag.raman@oracle.com>
8684f1be
JJ
3827S: Maintained
3828F: docs/devel/multi-process.rst
639090d8 3829F: docs/system/multi-process.rst
6fbd84d6
JR
3830F: hw/pci-host/remote.c
3831F: include/hw/pci-host/remote.h
3f0e7e57
JR
3832F: hw/remote/machine.c
3833F: include/hw/remote/machine.h
ad22c308
EU
3834F: hw/remote/mpqemu-link.c
3835F: include/hw/remote/mpqemu-link.h
48b06f50 3836F: hw/remote/message.c
c7d80c7c 3837F: hw/remote/remote-obj.c
ed5d0019
JR
3838F: include/hw/remote/memory.h
3839F: hw/remote/memory.c
9f811207
EU
3840F: hw/remote/proxy.c
3841F: include/hw/remote/proxy.h
c746b74a
JR
3842F: hw/remote/proxy-memory-listener.c
3843F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3844F: hw/remote/iohub.c
3845F: include/hw/remote/iohub.h
55116968 3846F: subprojects/libvfio-user
8f9a9259 3847F: hw/remote/vfio-user-obj.c
08cf3dc6 3848F: include/hw/remote/vfio-user-obj.h
253007d1
JR
3849F: hw/remote/iommu.c
3850F: include/hw/remote/iommu.h
8684f1be 3851
90322e64
AM
3852EBPF:
3853M: Jason Wang <jasowang@redhat.com>
3854R: Andrew Melnychenko <andrew@daynix.com>
3855R: Yuri Benditovich <yuri.benditovich@daynix.com>
3856S: Maintained
3857F: ebpf/*
3858F: tools/ebpf/*
3859
b9e02c06
AB
3860Build and test automation
3861-------------------------
9872ba0a 3862Build and test automation, general continuous integration
b9e02c06 3863M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3864M: Philippe Mathieu-Daudé <philmd@linaro.org>
9872ba0a
TH
3865M: Thomas Huth <thuth@redhat.com>
3866R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3867R: Beraldo Leal <bleal@redhat.com>
e70dc7f8 3868S: Maintained
e7c2d743 3869F: .github/workflows/lockdown.yml
9872ba0a
TH
3870F: .gitlab-ci.yml
3871F: .gitlab-ci.d/
b9e02c06 3872F: .travis.yml
04250c69 3873F: scripts/ci/
e70dc7f8 3874F: tests/docker/
18023821 3875F: tests/vm/
3260f4e6 3876F: tests/lcitool/
267fe57c 3877F: tests/avocado/tuxrun_baselines.py
54dbfd85 3878F: scripts/archive-source.sh
4db546d3 3879F: docs/devel/testing.rst
9872ba0a 3880W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3881W: https://travis-ci.org/qemu/qemu
717171bd 3882
7162fbb4
EM
3883FreeBSD Hosted Continuous Integration
3884M: Ed Maste <emaste@freebsd.org>
3885M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4 3886S: Maintained
5be6fd0c
TH
3887F: .gitlab-ci.d/cirrus/freebsd*
3888F: tests/vm/freebsd
7162fbb4
EM
3889W: https://cirrus-ci.com/github/qemu/qemu
3890
daee8de3
YL
3891Windows Hosted Continuous Integration
3892M: Yonggang Luo <luoyonggang@gmail.com>
3893S: Maintained
da80f11e 3894F: .gitlab-ci.d/windows.yml
daee8de3 3895
7e97017e
AB
3896Guest Test Compilation Support
3897M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3898R: Philippe Mathieu-Daudé <philmd@linaro.org>
00a25291 3899S: Maintained
162f9164 3900F: tests/tcg/Makefile.target
7e97017e 3901
bbbd9b6e 3902Integration Testing with the Avocado framework
6634f1c4
PMD
3903W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3904R: Cleber Rosa <crosa@redhat.com>
8823ef13 3905R: Philippe Mathieu-Daudé <philmd@linaro.org>
6634f1c4 3906R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3907R: Beraldo Leal <bleal@redhat.com>
6634f1c4 3908S: Odd Fixes
bbbd9b6e 3909F: tests/avocado/
6634f1c4 3910
1e970158
PMD
3911GitLab custom runner (Works On Arm Sponsored)
3912M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3913M: Philippe Mathieu-Daudé <philmd@linaro.org>
1e970158 3914S: Maintained
66dca267
AB
3915F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3916F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
1e970158 3917
717171bd
DB
3918Documentation
3919-------------
3920Build system architecture
3921M: Daniel P. Berrange <berrange@redhat.com>
3922S: Odd Fixes
551bdfa0 3923F: docs/devel/build-system.rst
8a49e97f 3924
92329a7e
AB
3925GIT Data Mining Config
3926M: Alex Bennée <alex.bennee@linaro.org>
3927S: Odd Fixes
3928F: gitdm.config
3929F: contrib/gitdm/*
3930
b02c9bc3
MA
3931Incompatible changes
3932R: libvir-list@redhat.com
a476b216 3933F: docs/about/deprecated.rst
b02c9bc3 3934
aef45d51
DB
3935Build System
3936------------
48fad83f
AB
3937Meson
3938M: Paolo Bonzini <pbonzini@redhat.com>
3939R: Marc-André Lureau <marcandre.lureau@redhat.com>
3940R: Daniel P. Berrange <berrange@redhat.com>
3941R: Thomas Huth <thuth@redhat.com>
3942R: Philippe Mathieu-Daudé <philmd@linaro.org>
3943S: Maintained
3944F: meson.build
3945F: meson_options.txt
3946F: scripts/meson-buildoptions.*
3947F: scripts/check_sparse.py
3948F: scripts/symlink-install-tree.py
3949
3950Top Level Makefile and configure
3951M: Paolo Bonzini <pbonzini@redhat.com>
3952R: Alex Bennée <alex.bennee@linaro.org>
3953R: Thomas Huth <thuth@redhat.com>
3954S: Maintained
3955F: Makefile
3956F: configure
3957F: scripts/mtest2make.py
3958F: tests/Makefile.include
3959
2f38ff79
PB
3960Kconfig
3961M: Paolo Bonzini <pbonzini@redhat.com>
3962S: Maintained
3963F: scripts/minikconf.py
3964F: docs/devel/kconfig.rst
3965F: Kconfig*
3966F: */Kconfig*
3967F: hw/*/Kconfig*
3968F: target/*/Kconfig*
3969
aef45d51
DB
3970GIT submodules
3971M: Daniel P. Berrange <berrange@redhat.com>
3972S: Odd Fixes
3973F: scripts/git-submodule.sh
c10e01b9 3974
ef45a392 3975UI translations
4251dfb0 3976S: Orphan
ef45a392
AM
3977F: po/*.po
3978
c10e01b9
PM
3979Sphinx documentation configuration and build machinery
3980M: Peter Maydell <peter.maydell@linaro.org>
3981S: Maintained
3982F: docs/conf.py
3983F: docs/*/conf.py
4078ee54 3984F: docs/sphinx/
13f934e7 3985F: docs/_templates/
53fb8bfb
AM
3986
3987Miscellaneous
3988-------------
3989Performance Tools and Tests
3990M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3991S: Maintained
3992F: scripts/performance/
899c3fc2
AB
3993
3994Code Coverage Tools
3995M: Alex Bennée <alex.bennee@linaro.org>
3996S: Odd Fixes
3997F: scripts/coverage/