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