]> git.ipfire.org Git - thirdparty/qemu.git/blame - MAINTAINERS
q800: add missing space after parent object in GLUEState
[thirdparty/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
6dca62a0 1228F: hw/misc/mac_via.c
fa2ba3b8 1229F: hw/nubus/*
8ac919a0 1230F: hw/display/macfb.c
c701ec62 1231F: hw/block/swim.c
04e7ca8d 1232F: hw/m68k/bootinfo.h
382d71af
LV
1233F: include/standard-headers/asm-m68k/bootinfo.h
1234F: include/standard-headers/asm-m68k/bootinfo-mac.h
6dca62a0 1235F: include/hw/misc/mac_via.h
fa2ba3b8 1236F: include/hw/nubus/*
8ac919a0 1237F: include/hw/display/macfb.h
c701ec62 1238F: include/hw/block/swim.h
6dca62a0 1239
e1cecdca
LV
1240virt
1241M: Laurent Vivier <laurent@vivier.eu>
1242S: Maintained
1243F: hw/m68k/virt.c
1244F: hw/char/goldfish_tty.c
1245F: hw/intc/goldfish_pic.c
1246F: hw/intc/m68k_irqc.c
1247F: hw/misc/virt_ctrl.c
1248F: include/hw/char/goldfish_tty.h
1249F: include/hw/intc/goldfish_pic.h
1250F: include/hw/intc/m68k_irqc.h
1251F: include/hw/misc/virt_ctrl.h
1252
fd5d5c56
AL
1253MicroBlaze Machines
1254-------------------
1255petalogix_s3adsp1800
1256M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1257S: Maintained
6e481d57 1258F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1259F: include/hw/char/xilinx_uartlite.h
bbbd9b6e 1260F: tests/avocado/machine_microblaze.py
fd5d5c56 1261
d36e8ce7 1262petalogix_ml605
4b46ba61 1263M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1264S: Maintained
8d8b636d 1265F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1266
fd5d5c56
AL
1267MIPS Machines
1268-------------
f44d1d4e 1269Overall MIPS Machines
8823ef13 1270M: Philippe Mathieu-Daudé <philmd@linaro.org>
f44d1d4e
PMD
1271S: Odd Fixes
1272F: configs/devices/mips*/*
1273F: hw/mips/
1274F: include/hw/mips/
1275
fd5d5c56
AL
1276Jazz
1277M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1278R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1279S: Maintained
5298722e 1280F: hw/mips/jazz.c
0886a785
PMD
1281F: hw/display/jazz_led.c
1282F: hw/dma/rc4030.c
fd5d5c56
AL
1283
1284Malta
8823ef13 1285M: Philippe Mathieu-Daudé <philmd@linaro.org>
485cd982 1286R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1287S: Odd Fixes
60041378
AM
1288F: hw/isa/piix4.c
1289F: hw/acpi/piix4.c
5298722e 1290F: hw/mips/malta.c
a7db759e 1291F: hw/pci-host/gt64120.c
60041378 1292F: include/hw/southbridge/piix.h
bbbd9b6e
WR
1293F: tests/avocado/linux_ssh_mips_malta.py
1294F: tests/avocado/machine_mips_malta.py
fd5d5c56
AL
1295
1296Mipssim
97d89746 1297R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4251dfb0 1298S: Orphan
5298722e 1299F: hw/mips/mipssim.c
659f42d8 1300F: hw/net/mipsnet.c
fd5d5c56 1301
c3a09ff6 1302Fuloong 2E
dab1e1e1 1303M: Huacai Chen <chenhuacai@kernel.org>
8823ef13 1304M: Philippe Mathieu-Daudé <philmd@linaro.org>
97eeef8a 1305R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1306S: Odd Fixes
c3a09ff6 1307F: hw/mips/fuloong2e.c
0170a3fc 1308F: hw/isa/vt82c686.c
5021bfa5 1309F: hw/pci-host/bonito.c
6f2bcd5f 1310F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1311F: include/hw/isa/vt82c686.h
aad07969 1312F: include/hw/pci-host/bonito.h
bbbd9b6e 1313F: tests/avocado/machine_mips_fuloong2e.py
659f42d8 1314
53fb8bfb 1315Loongson-3 virtual platforms
dab1e1e1 1316M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1317R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1318S: Maintained
2c5b1a7d 1319F: hw/intc/loongson_liointc.c
d2245e2d
HC
1320F: hw/mips/loongson3_bootp.c
1321F: hw/mips/loongson3_bootp.h
c76b409f 1322F: hw/mips/loongson3_virt.c
bbbd9b6e 1323F: tests/avocado/machine_mips_loongson3v.py
2c5b1a7d 1324
659f42d8 1325Boston
4ba98e96 1326M: Paul Burton <paulburton@kernel.org>
97d89746 1327R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1328S: Odd Fixes
659f42d8
YK
1329F: hw/core/loader-fit.c
1330F: hw/mips/boston.c
1331F: hw/pci-host/xilinx-pcie.c
5021bfa5 1332F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1333
945dad6d
JL
1334OpenRISC Machines
1335-----------------
1336or1k-sim
1337M: Jia Liu <proljc@gmail.com>
1338S: Maintained
4db546d3 1339F: docs/system/openrisc/or1k-sim.rst
945dad6d
JL
1340F: hw/openrisc/openrisc_sim.c
1341
fd5d5c56
AL
1342PowerPC Machines
1343----------------
1335caf3 1344405 (ref405ep)
a6c98685 1345L: qemu-ppc@nongnu.org
0f514eea 1346S: Orphan
8d8b636d 1347F: hw/ppc/ppc405_boards.c
fd5d5c56 1348
aaade8d7 1349Bamboo
aaade8d7 1350L: qemu-ppc@nongnu.org
0f514eea 1351S: Orphan
8d8b636d 1352F: hw/ppc/ppc440_bamboo.c
bbbd9b6e 1353F: tests/avocado/ppc_bamboo.py
aaade8d7 1354
98cded3a 1355e500
98cded3a 1356L: qemu-ppc@nongnu.org
0f514eea 1357S: Orphan
ce6fc617 1358F: hw/ppc/e500*
2c6aba14 1359F: hw/gpio/mpc8xxx.c
7abb479c 1360F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1361F: hw/net/fsl_etsec/
1362F: hw/pci-host/ppce500.c
b5d55020
TH
1363F: include/hw/ppc/ppc_e500.h
1364F: include/hw/pci-host/ppce500.h
1365F: pc-bios/u-boot.e500
ff8cdbbd
DG
1366F: hw/intc/openpic_kvm.h
1367F: include/hw/ppc/openpic_kvm.h
98cded3a
AF
1368
1369mpc8544ds
98cded3a 1370L: qemu-ppc@nongnu.org
0f514eea 1371S: Orphan
98cded3a 1372F: hw/ppc/mpc8544ds.c
8d8b636d 1373F: hw/ppc/mpc8544_guts.c
bbbd9b6e 1374F: tests/avocado/ppc_mpc8544ds.py
98cded3a 1375
2c6aba14 1376New World (mac99)
40e3dd06 1377M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1378L: qemu-ppc@nongnu.org
bba8e23a 1379S: Odd Fixes
c5288768 1380F: docs/system/ppc/powermac.rst
baec1910 1381F: hw/ppc/mac_newworld.c
6e481d57
PM
1382F: hw/pci-host/uninorth.c
1383F: hw/pci-bridge/dec.[hc]
8d8b636d 1384F: hw/misc/macio/
6ba16476 1385F: hw/misc/mos6522.c
b5d55020 1386F: hw/nvram/mac_nvram.c
2c6aba14 1387F: hw/input/adb*
eba45926 1388F: include/hw/misc/macio/
6ba16476 1389F: include/hw/misc/mos6522.h
443f07b7 1390F: include/hw/nvram/mac_nvram.h
eba45926 1391F: include/hw/ppc/mac_dbdma.h
5021bfa5 1392F: include/hw/pci-host/uninorth.h
2c6aba14 1393F: include/hw/input/adb*
52804c60 1394F: pc-bios/qemu_vga.ndrv
fd5d5c56 1395
2c6aba14 1396Old World (g3beige)
40e3dd06 1397M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
a6c98685 1398L: qemu-ppc@nongnu.org
bba8e23a 1399S: Odd Fixes
c5288768 1400F: docs/system/ppc/powermac.rst
baec1910 1401F: hw/ppc/mac_oldworld.c
6e481d57 1402F: hw/pci-host/grackle.c
8d8b636d 1403F: hw/misc/macio/
835c42d3 1404F: hw/intc/heathrow_pic.c
2c6aba14 1405F: hw/input/adb*
97e16dba 1406F: include/hw/intc/heathrow_pic.h
2c6aba14 1407F: include/hw/input/adb*
87e5a4f8 1408F: include/hw/pci-host/grackle.h
52804c60 1409F: pc-bios/qemu_vga.ndrv
fd5d5c56 1410
ec38d398 1411PReP
8178e89c 1412M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1413L: qemu-ppc@nongnu.org
8178e89c 1414S: Maintained
c5288768 1415F: docs/system/ppc/prep.rst
75610155 1416F: hw/ppc/prep.c
8178e89c
HP
1417F: hw/ppc/prep_systemio.c
1418F: hw/ppc/rs6000_mc.c
46fd3201 1419F: hw/pci-host/raven.c
0a9464b5 1420F: hw/isa/i82378.c
a48c6b51 1421F: hw/isa/pc87312.c
1cd6dccb 1422F: hw/dma/i82374.c
819ce6b2 1423F: hw/rtc/m48t59-isa.c
a48c6b51 1424F: include/hw/isa/pc87312.h
819ce6b2 1425F: include/hw/rtc/m48t59.h
bbbd9b6e 1426F: tests/avocado/ppc_prep_40p.py
fd5d5c56 1427
c5288768 1428sPAPR (pseries)
14fe3222 1429M: Daniel Henrique Barboza <danielhb413@gmail.com>
b0877575 1430R: Cédric Le Goater <clg@kaod.org>
14fe3222
DG
1431R: David Gibson <david@gibson.dropbear.id.au>
1432R: Greg Kurz <groug@kaod.org>
fcdae012 1433R: Harsh Prateek Bora <harshpb@linux.ibm.com>
8a269ca4 1434L: qemu-ppc@nongnu.org
2e93a90f 1435S: Odd Fixes
8d8b636d 1436F: hw/*/spapr*
f9de2da7
DG
1437F: include/hw/*/spapr*
1438F: hw/*/xics*
1439F: include/hw/*/xics*
b5d55020 1440F: pc-bios/slof.bin
c5288768
TH
1441F: docs/system/ppc/pseries.rst
1442F: docs/specs/ppc-spapr-*
1e8a1fae 1443F: tests/qtest/spapr*
1cf4323e 1444F: tests/qtest/libqos/*spapr*
1e8a1fae 1445F: tests/qtest/rtas*
1cf4323e 1446F: tests/qtest/libqos/rtas*
bbbd9b6e 1447F: tests/avocado/ppc_pseries.py
8a269ca4 1448
1af82d4f
CLG
1449PowerNV (Non-Virtualized)
1450M: Cédric Le Goater <clg@kaod.org>
1af82d4f 1451L: qemu-ppc@nongnu.org
b0877575 1452S: Odd Fixes
c5288768 1453F: docs/system/ppc/powernv.rst
1af82d4f
CLG
1454F: hw/ppc/pnv*
1455F: hw/intc/pnv*
1456F: hw/intc/xics_pnv.c
157ed954 1457F: hw/pci-host/pnv*
1af82d4f 1458F: include/hw/ppc/pnv*
157ed954 1459F: include/hw/pci-host/pnv*
1af82d4f 1460F: pc-bios/skiboot.lid
1e8a1fae 1461F: tests/qtest/pnv*
1af82d4f 1462
794d00bf
AF
1463virtex_ml507
1464M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1465L: qemu-ppc@nongnu.org
1466S: Odd Fixes
6e481d57 1467F: hw/ppc/virtex_ml507.c
bbbd9b6e 1468F: tests/avocado/ppc_virtex_ml507.py
794d00bf 1469
a9dd6604
BZ
1470sam460ex
1471M: BALATON Zoltan <balaton@eik.bme.hu>
1472L: qemu-ppc@nongnu.org
1473S: Maintained
33c6a8b5
BZ
1474F: hw/ppc/sam460ex.c
1475F: hw/ppc/ppc440_pcix.c
1476F: hw/display/sm501*
a9dd6604 1477F: hw/ide/sii3112.c
de04c31d 1478F: hw/rtc/m41t80.c
33c6a8b5
BZ
1479F: pc-bios/canyonlands.dt[sb]
1480F: pc-bios/u-boot-sam460ex-20100605.bin
1481F: roms/u-boot-sam460ex
a9dd6604 1482
ba7e5ac1
BZ
1483pegasos2
1484M: BALATON Zoltan <balaton@eik.bme.hu>
ba7e5ac1
BZ
1485L: qemu-ppc@nongnu.org
1486S: Maintained
1487F: hw/ppc/pegasos2.c
1488F: hw/pci-host/mv64361.c
1489F: hw/pci-host/mv643xx.h
1490F: include/hw/pci-host/mv64361.h
1491
fc8c745d
AK
1492Virtual Open Firmware (VOF)
1493M: Alexey Kardashevskiy <aik@ozlabs.ru>
14fe3222
DG
1494R: Cédric Le Goater <clg@kaod.org>
1495R: Daniel Henrique Barboza <danielhb413@gmail.com>
21bde1ec
AK
1496R: David Gibson <david@gibson.dropbear.id.au>
1497R: Greg Kurz <groug@kaod.org>
fc8c745d
AK
1498L: qemu-ppc@nongnu.org
1499S: Maintained
1500F: hw/ppc/spapr_vof*
1501F: hw/ppc/vof*
1502F: include/hw/ppc/vof*
1503F: pc-bios/vof/*
1504F: pc-bios/vof*
1505
fe0fe473
AF
1506RISC-V Machines
1507---------------
1508OpenTitan
1509M: Alistair Francis <Alistair.Francis@wdc.com>
1510L: qemu-riscv@nongnu.org
1511S: Supported
1512F: hw/riscv/opentitan.c
df41cbd6 1513F: hw/*/ibex_*.c
fe0fe473 1514F: include/hw/riscv/opentitan.h
df41cbd6 1515F: include/hw/*/ibex_*.h
fe0fe473 1516
56f6e31e
BM
1517Microchip PolarFire SoC Icicle Kit
1518M: Bin Meng <bin.meng@windriver.com>
1519L: qemu-riscv@nongnu.org
1520S: Supported
1521F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1522F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1523F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1524F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1525F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1526F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1527F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1528F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1529F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1530F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1531
7a261baf
VK
1532Shakti C class SoC
1533M: Vijai Kumar K <vijai@behindbytes.com>
1534L: qemu-riscv@nongnu.org
1535S: Supported
1536F: hw/riscv/shakti_c.c
07f334d8 1537F: hw/char/shakti_uart.c
7a261baf 1538F: include/hw/riscv/shakti_c.h
07f334d8 1539F: include/hw/char/shakti_uart.h
7a261baf 1540
4fcad931
AF
1541SiFive Machines
1542M: Alistair Francis <Alistair.Francis@wdc.com>
1543M: Bin Meng <bin.meng@windriver.com>
1544M: Palmer Dabbelt <palmer@dabbelt.com>
1545L: qemu-riscv@nongnu.org
1546S: Supported
1547F: hw/*/*sifive*.c
1548F: include/hw/*/*sifive*.h
1549
bda19d7b
YS
1550RX Machines
1551-----------
1552rx-gdbsim
b2744da9
PMD
1553R: Yoshinori Sato <ysato@users.sourceforge.jp>
1554S: Orphan
4adbfa45 1555F: docs/system/target-rx.rst
bda19d7b 1556F: hw/rx/rx-gdbsim.c
bbbd9b6e 1557F: tests/avocado/machine_rx_gdbsim.py
bda19d7b 1558
fd5d5c56
AL
1559SH4 Machines
1560------------
1561R2D
2d53d0c7 1562R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1563R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1564S: Odd Fixes
7ae5c8bb 1565F: hw/char/sh_serial.c
6e481d57 1566F: hw/sh4/r2d.c
81527b94 1567F: hw/intc/sh_intc.c
c64bd101 1568F: hw/pci-host/sh_pci.c
25e79527 1569F: hw/timer/sh_timer.c
65b8dc29 1570F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1571
1572Shix
2d53d0c7 1573R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1574R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1575S: Odd Fixes
475e70bd 1576F: hw/block/tc58128.c
7ae5c8bb 1577F: hw/char/sh_serial.c
6e481d57 1578F: hw/sh4/shix.c
65b8dc29 1579F: hw/intc/sh_intc.c
25e79527 1580F: hw/timer/sh_timer.c
65b8dc29 1581F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1582
1583SPARC Machines
1584--------------
1585Sun4m
f2416d3a 1586M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1587S: Maintained
8d8b636d 1588F: hw/sparc/sun4m.c
c468e368 1589F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1590F: hw/display/cg3.c
1591F: hw/display/tcx.c
c10a1c78 1592F: hw/dma/sparc32_dma.c
7098b79e 1593F: hw/misc/eccmemctl.c
aec2b887
TH
1594F: hw/*/slavio_*.c
1595F: include/hw/nvram/sun_nvram.h
c10a1c78 1596F: include/hw/sparc/sparc32_dma.h
d0476159 1597F: include/hw/sparc/sun4m_iommu.h
aec2b887 1598F: pc-bios/openbios-sparc32
fd5d5c56
AL
1599
1600Sun4u
f2416d3a 1601M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1602S: Maintained
8d8b636d 1603F: hw/sparc64/sun4u.c
8ef856b7
PMD
1604F: hw/sparc64/sun4u_iommu.c
1605F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1606F: hw/pci-host/sabre.c
1607F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1608F: hw/pci-bridge/simba.c
1609F: include/hw/pci-bridge/simba.h
1610F: pc-bios/openbios-sparc64
bbbd9b6e 1611F: tests/avocado/machine_sparc64_sun4u.py
fd5d5c56 1612
a2664ca0
AT
1613Sun4v
1614M: Artyom Tarasenko <atar4qemu@gmail.com>
1615S: Maintained
626e4a4b 1616F: hw/sparc64/niagara.c
2811ac30
PMD
1617F: hw/rtc/sun4v-rtc.c
1618F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1619
ce6c760c
FC
1620Leon3
1621M: Fabien Chouteau <chouteau@adacore.com>
034e050d 1622M: Frederic Konrad <konrad.frederic@yahoo.fr>
ce6c760c 1623S: Maintained
8d8b636d
PB
1624F: hw/sparc/leon3.c
1625F: hw/*/grlib*
162abf1a 1626F: include/hw/*/grlib*
bbbd9b6e 1627F: tests/avocado/machine_sparc_leon3.py
ce6c760c 1628
fd5d5c56
AL
1629S390 Machines
1630-------------
dd4ad64a 1631S390 Virtio-ccw
7c8e2647 1632M: Halil Pasic <pasic@linux.ibm.com>
2c092950 1633M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1634M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 1635S: Supported
c5bfb202 1636F: hw/s390x/
4277af19 1637F: include/hw/s390x/
812b31d3 1638F: configs/devices/s390x-softmmu/default.mak
bbbd9b6e 1639F: tests/avocado/machine_s390_ccw_virtio.py
e18a8b34 1640T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1641L: qemu-s390x@nongnu.org
dd4ad64a 1642
8e4eb427 1643S390-ccw boot
2c092950 1644M: Christian Borntraeger <borntraeger@linux.ibm.com>
304584bf
CH
1645M: Thomas Huth <thuth@redhat.com>
1646S: Supported
8e4eb427 1647F: hw/s390x/ipl.*
304584bf
CH
1648F: pc-bios/s390-ccw/
1649F: pc-bios/s390-ccw.img
cc3d15a5 1650F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1651T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1652L: qemu-s390x@nongnu.org
1653
d5bfb425 1654S390 PCI
ecd6663d 1655M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1656M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1657S: Supported
1658F: hw/s390x/s390-pci*
408b55db 1659F: include/hw/s390x/s390-pci*
d5bfb425
CB
1660L: qemu-s390x@nongnu.org
1661
56e34834
CH
1662S390 channel subsystem
1663M: Halil Pasic <pasic@linux.ibm.com>
1664M: Christian Borntraeger <borntraeger@linux.ibm.com>
6a6d3dfd 1665M: Eric Farman <farman@linux.ibm.com>
56e34834
CH
1666S: Supported
1667F: hw/s390x/ccw-device.[ch]
1668F: hw/s390x/css.c
1669F: hw/s390x/css-bridge.c
1670F: include/hw/s390x/css.h
1671F: include/hw/s390x/css-bridge.h
1672F: include/hw/s390x/ioinst.h
1673F: target/s390x/ioinst.c
1674L: qemu-s390x@nongnu.org
1675
1676S390 CPU models
1677M: David Hildenbrand <david@redhat.com>
1678S: Maintained
1679F: target/s390x/cpu_features*.[ch]
1680F: target/s390x/cpu_models.[ch]
1681L: qemu-s390x@nongnu.org
1682
1683S390 SCLP-backed devices
1684M: Halil Pasic <pasic@linux.ibm.com>
1685M: Christian Borntraeger <borntraeger@linux.ibm.com>
1686S: Supported
1687F: include/hw/s390x/event-facility.h
1688F: include/hw/s390x/sclp.h
1689F: hw/char/sclp*.[hc]
1690F: hw/s390x/event-facility.c
1691F: hw/s390x/sclp*.c
1692L: qemu-s390x@nongnu.org
1693
fd5d5c56
AL
1694X86 Machines
1695------------
1696PC
046a6486 1697M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1698M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1699S: Supported
046a6486
MT
1700F: include/hw/i386/
1701F: hw/i386/
0f25d865 1702F: hw/pci-host/i440fx.c
046a6486
MT
1703F: hw/pci-host/q35.c
1704F: hw/pci-host/pam.c
0fd61a2d 1705F: include/hw/pci-host/i440fx.h
046a6486
MT
1706F: include/hw/pci-host/q35.h
1707F: include/hw/pci-host/pam.h
14a026dd 1708F: hw/isa/piix3.c
046a6486
MT
1709F: hw/isa/lpc_ich9.c
1710F: hw/i2c/smbus_ich9.c
1711F: hw/acpi/piix4.c
fbae27e8
PMD
1712F: hw/acpi/ich9*.c
1713F: include/hw/acpi/ich9*.h
1a6981bb 1714F: include/hw/southbridge/ich9.h
fff123b8 1715F: include/hw/southbridge/piix.h
6f5a3294
PMD
1716F: hw/isa/apm.c
1717F: include/hw/isa/apm.h
da668aa1 1718F: tests/unit/test-x86-cpuid.c
1e8a1fae 1719F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1720
1721PC Chipset
1722M: Michael S. Tsirkin <mst@redhat.com>
1723M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1724S: Supported
9cc3b73c 1725F: hw/char/debugcon.c
bb3d5ea8 1726F: hw/char/parallel*
9cc3b73c
PB
1727F: hw/char/serial*
1728F: hw/dma/i8257*
1729F: hw/i2c/pm_smbus.c
1732be86 1730F: hw/input/pckbd.c
9cc3b73c
PB
1731F: hw/intc/apic*
1732F: hw/intc/ioapic*
1733F: hw/intc/i8259*
1854eb28 1734F: hw/isa/isa-superio.c
9cc3b73c
PB
1735F: hw/misc/debugexit.c
1736F: hw/misc/pc-testdev.c
1737F: hw/timer/hpet*
1738F: hw/timer/i8254*
bcdb9064 1739F: hw/rtc/mc146818rtc*
edc46aff 1740F: hw/watchdog/wdt_ib700.c
4bcbc773 1741F: hw/watchdog/wdt_i6300esb.c
866e2b37 1742F: include/hw/display/vga.h
9cc44d9b 1743F: include/hw/char/parallel*.h
55f613ac 1744F: include/hw/dma/i8257.h
a2feb348 1745F: include/hw/i2c/pm_smbus.h
47973a2d 1746F: include/hw/input/i8042.h
7f54640b 1747F: include/hw/intc/ioapic*
4bcbc773 1748F: include/hw/isa/i8259_internal.h
1854eb28 1749F: include/hw/isa/superio.h
a2feb348
TH
1750F: include/hw/timer/hpet.h
1751F: include/hw/timer/i8254*
bcdb9064 1752F: include/hw/rtc/mc146818rtc*
046a6486 1753
5cb48f05
SL
1754microvm
1755M: Sergio Lopez <slp@redhat.com>
1756M: Paolo Bonzini <pbonzini@redhat.com>
1757S: Maintained
0b09d441 1758F: docs/system/i386/microvm.rst
5cb48f05
SL
1759F: hw/i386/microvm.c
1760F: include/hw/i386/microvm.h
1761F: pc-bios/bios-microvm.bin
1762
5da4fb00 1763Machine core
24c4cd13 1764M: Eduardo Habkost <eduardo@habkost.net>
fe355cbd 1765M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
8823ef13 1766R: Philippe Mathieu-Daudé <philmd@linaro.org>
da7595ca 1767R: Yanan Wang <wangyanan55@huawei.com>
5da4fb00 1768S: Supported
d9f24bf5 1769F: cpu.c
2e5b09fd 1770F: hw/core/cpu.c
52924dea 1771F: hw/core/machine-qmp-cmds.c
5da4fb00 1772F: hw/core/machine.c
86ce2d28 1773F: hw/core/machine-smp.c
c1629c5c 1774F: hw/core/null-machine.c
ac057879 1775F: hw/core/numa.c
335d52f4 1776F: hw/cpu/cluster.c
8ac25c84 1777F: qapi/machine.json
7f7b4e7a 1778F: qapi/machine-target.json
5da4fb00 1779F: include/hw/boards.h
2e5b09fd 1780F: include/hw/core/cpu.h
335d52f4 1781F: include/hw/cpu/cluster.h
2dd02587 1782F: include/sysemu/numa.h
9e8e393b 1783F: tests/unit/test-smp-parse.c
f953c100 1784T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1785
16e7caae
MF
1786Xtensa Machines
1787---------------
375847a6 1788sim
16e7caae
MF
1789M: Max Filippov <jcmvbkbc@gmail.com>
1790S: Maintained
437a8c11 1791F: hw/xtensa/sim.c
375847a6 1792
d9e8553b
MF
1793virt
1794M: Max Filippov <jcmvbkbc@gmail.com>
1795S: Maintained
1796F: hw/xtensa/virt.c
1797
437a8c11 1798XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1799M: Max Filippov <jcmvbkbc@gmail.com>
1800S: Maintained
437a8c11
MF
1801F: hw/xtensa/xtfpga.c
1802F: hw/net/opencores_eth.c
16e7caae 1803
fd5d5c56
AL
1804Devices
1805-------
a8f4aee6
PMD
1806Overall Audio frontends
1807M: Gerd Hoffmann <kraxel@redhat.com>
1808S: Odd Fixes
1809F: hw/audio/
1810F: include/hw/audio/
1811F: tests/qtest/ac97-test.c
1812F: tests/qtest/es1370-test.c
1813F: tests/qtest/intel-hda-test.c
1814F: tests/qtest/fuzz-sb16-test.c
1815
d36d7112 1816Xilinx CAN
32bd99d0
VG
1817M: Vikram Garhwal <vikram.garhwal@amd.com>
1818M: Francisco Iglesias <francisco.iglesias@amd.com>
d36d7112
VG
1819S: Maintained
1820F: hw/net/can/xlnx-*
1821F: include/hw/net/xlnx-*
1d2a6029 1822F: tests/qtest/xlnx-can*-test*
d36d7112 1823
b30934cb
JS
1824EDU
1825M: Jiri Slaby <jslaby@suse.cz>
1826S: Maintained
1827F: hw/misc/edu.c
1828
fd5d5c56 1829IDE
c095348b
JS
1830M: John Snow <jsnow@redhat.com>
1831L: qemu-block@nongnu.org
1b0477a6 1832S: Odd Fixes
8d8b636d 1833F: include/hw/ide.h
c9f7acd5 1834F: include/hw/ide/
fd5d5c56 1835F: hw/ide/
c095348b
JS
1836F: hw/block/block.c
1837F: hw/block/cdrom.c
1838F: hw/block/hd-geometry.c
1e8a1fae
TH
1839F: tests/qtest/ide-test.c
1840F: tests/qtest/ahci-test.c
1841F: tests/qtest/cdrom-test.c
1cf4323e 1842F: tests/qtest/libqos/ahci*
77582e2c 1843T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1844
caf316ba
CM
1845IPMI
1846M: Corey Minyard <minyard@acm.org>
1847S: Maintained
1848F: include/hw/ipmi/*
1849F: hw/ipmi/*
1850F: hw/smbios/smbios_type_38.c
1e8a1fae 1851F: tests/qtest/ipmi*
e18a8b34 1852T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1853
c095348b
JS
1854Floppy
1855M: John Snow <jsnow@redhat.com>
1856L: qemu-block@nongnu.org
1b0477a6 1857S: Odd Fixes
c095348b 1858F: hw/block/fdc.c
5a5d2f3d 1859F: hw/block/fdc-internal.h
72ea60e4 1860F: hw/block/fdc-isa.c
1430759e 1861F: hw/block/fdc-sysbus.c
c095348b 1862F: include/hw/block/fdc.h
1e8a1fae 1863F: tests/qtest/fdc-test.c
77582e2c 1864T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1865
ee344768
MS
1866Hyper-V VMBus
1867M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1868S: Odd Fixes
1869F: hw/hyperv/vmbus.c
1870F: include/hw/hyperv/vmbus*.h
1871
f5f487b2
PM
1872OMAP
1873M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1874L: qemu-arm@nongnu.org
f5f487b2 1875S: Maintained
8d8b636d 1876F: hw/*/omap*
ed0db866 1877F: include/hw/arm/omap.h
66278f8a 1878F: docs/system/arm/sx1.rst
f5f487b2 1879
28d54e58
PB
1880IPack
1881M: Alberto Garcia <berto@igalia.com>
1882S: Odd Fixes
1883F: hw/char/ipoctal232.c
1884F: hw/ipack/
1885
fd5d5c56
AL
1886PCI
1887M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1888M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1889S: Supported
8d8b636d 1890F: include/hw/pci/*
f178bc6b 1891F: hw/misc/pci-testdev.c
ca818cfb 1892F: hw/pci/*
f178bc6b 1893F: hw/pci-bridge/*
61c7f987 1894F: qapi/pci.json
68179923
PMD
1895F: docs/pci*
1896F: docs/specs/*pci*
0e0b3592 1897
5fb52f6c
HCK
1898PCIE DOE
1899M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1900M: Chris Browy <cbrowy@avery-design.com>
1901S: Supported
1902F: include/hw/pci/pcie_doe.h
1903F: hw/pci/pcie_doe.c
1904
d31e5ae7 1905ACPI/SMBIOS
0e0b3592
MT
1906M: Michael S. Tsirkin <mst@redhat.com>
1907M: Igor Mammedov <imammedo@redhat.com>
104593c3 1908R: Ani Sinha <anisinha@redhat.com>
0e0b3592
MT
1909S: Supported
1910F: include/hw/acpi/*
a2eb5c0c 1911F: include/hw/firmware/smbios.h
8d8b636d 1912F: hw/acpi/*
d31e5ae7 1913F: hw/smbios/*
0e0b3592 1914F: hw/i386/acpi-build.[hc]
0e0b3592 1915F: hw/arm/virt-acpi-build.c
27c9188f 1916F: qapi/acpi.json
b963ea19 1917F: tests/qtest/bios-tables-test*
1e8a1fae 1918F: tests/qtest/acpi-utils.[hc]
faae23b9 1919F: tests/data/acpi/
fcc6f733
PM
1920F: docs/specs/acpi_cpu_hotplug.rst
1921F: docs/specs/acpi_mem_hotplug.rst
2fcd005f 1922F: docs/specs/acpi_nvdimm.rst
fcc6f733
PM
1923F: docs/specs/acpi_pci_hotplug.rst
1924F: docs/specs/acpi_hw_reduced_hotplug.rst
fd5d5c56 1925
47fc3400
S
1926ARM ACPI Subsystem
1927M: Shannon Zhao <shannon.zhaosl@gmail.com>
1928L: qemu-arm@nongnu.org
1929S: Maintained
1930F: hw/arm/virt-acpi-build.c
1931
1932RISC-V ACPI Subsystem
1933M: Sunil V L <sunilvl@ventanamicro.com>
1934L: qemu-riscv@nongnu.org
1935S: Maintained
1936F: hw/riscv/virt-acpi-build.c
1937
d135536d
AS
1938ACPI/VIOT
1939M: Jean-Philippe Brucker <jean-philippe@linaro.org>
d135536d
AS
1940S: Supported
1941F: hw/acpi/viot.c
1942F: hw/acpi/viot.h
1943
76f831dc 1944ACPI/AVOCADO/BIOSBITS
607a079b 1945M: Ani Sinha <anisinha@redhat.com>
242a58ca 1946M: Michael S. Tsirkin <mst@redhat.com>
76f831dc
AS
1947S: Supported
1948F: tests/avocado/acpi-bits/*
1949F: tests/avocado/acpi-bits.py
1950F: docs/devel/acpi-bits.rst
1951
f7e462f8 1952ACPI/HEST/GHES
d6eed465 1953R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1954L: qemu-arm@nongnu.org
1955S: Maintained
1956F: hw/acpi/ghes.c
1957F: include/hw/acpi/ghes.h
1958F: docs/specs/acpi_hest_ghes.rst
1959
aaade8d7 1960ppc4xx
aaade8d7 1961L: qemu-ppc@nongnu.org
0f514eea 1962S: Orphan
8d8b636d 1963F: hw/ppc/ppc4*.c
aa3a41f9 1964F: hw/i2c/ppc4xx_i2c.c
b5d55020 1965F: include/hw/ppc/ppc4xx.h
aa3a41f9 1966F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1967F: hw/intc/ppc-uic.c
1968F: include/hw/intc/ppc-uic.h
aaade8d7 1969
61af0ee6 1970Character devices
2185fd67
PB
1971M: Marc-André Lureau <marcandre.lureau@redhat.com>
1972R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1973S: Odd Fixes
1974F: hw/char/
1975
f536f112
PB
1976Network devices
1977M: Jason Wang <jasowang@redhat.com>
1978S: Odd Fixes
1979F: hw/net/
6061b5c6 1980F: include/hw/net/
1e8a1fae 1981F: tests/qtest/virtio-net-test.c
9711cd0d 1982F: docs/virtio-net-failover.rst
e18a8b34 1983T: git https://github.com/jasowang/qemu.git net
f536f112 1984
e0c9d0c1 1985Parallel NOR Flash devices
8823ef13 1986M: Philippe Mathieu-Daudé <philmd@linaro.org>
e0c9d0c1
PMD
1987T: git https://gitlab.com/philmd/qemu.git pflash-next
1988S: Maintained
1989F: hw/block/pflash_cfi*.c
1990F: include/hw/block/flash.h
1991
fd5d5c56 1992SCSI
de7724f7 1993M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1994R: Fam Zheng <fam@euphon.net>
de7724f7 1995S: Supported
74460f34 1996F: include/hw/scsi/*
8d8b636d 1997F: hw/scsi/*
1e8a1fae 1998F: tests/qtest/virtio-scsi-test.c
b43957dc 1999F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 2000F: tests/qtest/am53c974-test.c
aa62976c 2001F: tests/qtest/fuzz-lsi53c895a-test.c
e18a8b34 2002T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 2003
fcb5629d 2004SSI
c22e580c 2005M: Alistair Francis <alistair@alistair23.me>
fcb5629d 2006S: Maintained
8d8b636d 2007F: hw/ssi/*
2389bcc2 2008F: hw/block/m25p80*
982d009a 2009F: include/hw/ssi/ssi.h
4b46ba61 2010X: hw/ssi/xilinx_*
1e8a1fae 2011F: tests/qtest/m25p80-test.c
4b46ba61
AF
2012
2013Xilinx SPI
c22e580c 2014M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
2015S: Maintained
2016F: hw/ssi/xilinx_*
fcb5629d 2017
076a0fc3 2018SD (Secure Card)
8823ef13 2019M: Philippe Mathieu-Daudé <philmd@linaro.org>
3e0a7693 2020M: Bin Meng <bin.meng@windriver.com>
ba412478 2021L: qemu-block@nongnu.org
076a0fc3
PMD
2022S: Odd Fixes
2023F: include/hw/sd/sd*
2024F: hw/sd/core.c
2025F: hw/sd/sd*
1232ed1f 2026F: hw/sd/ssi-sd.c
59b63d78
PMD
2027F: tests/qtest/fuzz-sdcard-test.c
2028F: tests/qtest/sdhci-test.c
076a0fc3 2029
fd5d5c56 2030USB
5d0d62fe 2031M: Gerd Hoffmann <kraxel@redhat.com>
cd02c965 2032S: Odd Fixes
8d8b636d 2033F: hw/usb/*
9c3c834b 2034F: stubs/usb-dev-stub.c
1e8a1fae 2035F: tests/qtest/usb-*-test.c
2a49e4e9 2036F: docs/system/devices/usb.rst
beded0ff
TH
2037F: include/hw/usb.h
2038F: include/hw/usb/
fd5d5c56 2039
e26082fd 2040USB (serial adapter)
cd02c965 2041R: Gerd Hoffmann <kraxel@redhat.com>
e26082fd
PB
2042M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2043S: Maintained
2044F: hw/usb/dev-serial.c
2045
92e1fb5e
AW
2046VFIO
2047M: Alex Williamson <alex.williamson@redhat.com>
57edb7e4 2048R: Cédric Le Goater <clg@redhat.com>
92e1fb5e 2049S: Supported
cf7087db 2050F: hw/vfio/*
99b88c6d 2051F: include/hw/vfio/
4e779bf1 2052F: docs/igd-assign.txt
2a578133 2053F: docs/devel/vfio-migration.rst
92e1fb5e 2054
5eb74557 2055vfio-ccw
7913938a 2056M: Eric Farman <farman@linux.ibm.com>
074c84b9 2057M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
2058S: Supported
2059F: hw/vfio/ccw.c
2060F: hw/s390x/s390-ccw.c
2061F: include/hw/s390x/s390-ccw.h
44445d86 2062F: include/hw/s390x/vfio-ccw.h
146bd283 2063L: qemu-s390x@nongnu.org
5eb74557 2064
a51b3153 2065vfio-ap
a51b3153
TK
2066M: Tony Krowiak <akrowiak@linux.ibm.com>
2067M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 2068M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
2069S: Supported
2070F: hw/s390x/ap-device.c
2071F: hw/s390x/ap-bridge.c
2072F: include/hw/s390x/ap-device.h
2073F: include/hw/s390x/ap-bridge.h
2fe2942c 2074F: hw/vfio/ap.c
f58f084e 2075F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
2076L: qemu-s390x@nongnu.org
2077
fd5d5c56
AL
2078vhost
2079M: Michael S. Tsirkin <mst@redhat.com>
2080S: Supported
8d8b636d 2081F: hw/*/*vhost*
482580a6 2082F: docs/interop/vhost-user.json
ed1be66b 2083F: docs/interop/vhost-user.rst
72c1e865 2084F: contrib/vhost-user-*/
f24bb728
MAL
2085F: backends/vhost-user.c
2086F: include/sysemu/vhost-user-backend.h
ec09f22d 2087F: subprojects/libvhost-user/
fd5d5c56 2088
2b6fc0b8
EP
2089vhost-shadow-virtqueue
2090R: Eugenio Pérez <eperezma@redhat.com>
2091F: hw/virtio/vhost-shadow-virtqueue.*
2092
fd5d5c56 2093virtio
a75143ed 2094M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 2095S: Supported
8d8b636d 2096F: hw/*/virtio*
72fa605d
TH
2097F: hw/virtio/Makefile.objs
2098F: hw/virtio/trace-events
3b311250 2099F: qapi/virtio.json
6a084ea3 2100F: net/vhost-user.c
494f7b57 2101F: include/hw/virtio/
4db546d3 2102F: docs/devel/virtio*
fd5d5c56 2103
6d7b25ad
DH
2104virtio-balloon
2105M: Michael S. Tsirkin <mst@redhat.com>
2106M: David Hildenbrand <david@redhat.com>
2107S: Maintained
14dc58e3 2108F: docs/interop/virtio-balloon-stats.rst
6d7b25ad
DH
2109F: hw/virtio/virtio-balloon*.c
2110F: include/hw/virtio/virtio-balloon.h
c7f419f5 2111F: softmmu/balloon.c
6d7b25ad
DH
2112F: include/sysemu/balloon.h
2113
fd5d5c56 2114virtio-9p
8c1cd719 2115M: Greg Kurz <groug@kaod.org>
233982af 2116M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 2117S: Odd Fixes
6f569084 2118W: https://wiki.qemu.org/Documentation/9p
aebeca25 2119F: hw/9pfs/
b827891d 2120X: hw/9pfs/xen-9p*
aebeca25 2121F: fsdev/
33b2b388 2122F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 2123F: tests/qtest/virtio-9p-test.c
818e42fe 2124F: tests/qtest/libqos/virtio-9p*
1a001953 2125T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 2126T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
2127
2128virtio-blk
54d01a00 2129M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 2130L: qemu-block@nongnu.org
fd5d5c56 2131S: Supported
d9cf55a8 2132F: hw/block/virtio-blk-common.c
8d8b636d 2133F: hw/block/virtio-blk.c
b457a5f5 2134F: hw/block/dataplane/*
d9cf55a8 2135F: include/hw/virtio/virtio-blk-common.h
1e8a1fae 2136F: tests/qtest/virtio-blk-test.c
e18a8b34 2137T: git https://github.com/stefanha/qemu.git block
fd5d5c56 2138
dd4ad64a 2139virtio-ccw
c1976ae7 2140M: Cornelia Huck <cohuck@redhat.com>
68b91e85 2141M: Halil Pasic <pasic@linux.ibm.com>
6a6d3dfd 2142M: Eric Farman <farman@linux.ibm.com>
dd4ad64a 2143S: Supported
901f5f16 2144F: hw/s390x/virtio-ccw*.[hc]
117d7943 2145F: hw/s390x/vhost-*-ccw.c
99eaf137 2146T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 2147T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 2148L: qemu-s390x@nongnu.org
dd4ad64a 2149
bad7d2c3 2150virtiofs
bad7d2c3
DDAG
2151M: Stefan Hajnoczi <stefanha@redhat.com>
2152S: Supported
bad7d2c3
DDAG
2153F: hw/virtio/vhost-user-fs*
2154F: include/hw/virtio/vhost-user-fs.h
09c8d9e8 2155L: virtio-fs@redhat.com
bad7d2c3 2156
a5d4d7b5
GH
2157virtio-input
2158M: Gerd Hoffmann <kraxel@redhat.com>
1e2edb98 2159S: Odd Fixes
9c4d05b7 2160F: hw/input/vhost-user-input.c
a5d4d7b5
GH
2161F: hw/input/virtio-input*.c
2162F: include/hw/virtio/virtio-input.h
06914c97 2163F: contrib/vhost-user-input/*
a5d4d7b5 2164
c1dee918
EA
2165virtio-iommu
2166M: Eric Auger <eric.auger@redhat.com>
2167S: Maintained
2168F: hw/virtio/virtio-iommu*.c
2169F: include/hw/virtio/virtio-iommu.h
2170
fd5d5c56 2171virtio-serial
2501db70
LV
2172M: Laurent Vivier <lvivier@redhat.com>
2173R: Amit Shah <amit@kernel.org>
fd5d5c56 2174S: Supported
8d8b636d
PB
2175F: hw/char/virtio-serial-bus.c
2176F: hw/char/virtio-console.c
68a5e38a 2177F: include/hw/virtio/virtio-serial.h
1e8a1fae 2178F: tests/qtest/virtio-serial-test.c
fd5d5c56 2179
1f51a5cb 2180virtio-rng
2501db70
LV
2181M: Laurent Vivier <lvivier@redhat.com>
2182R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
2183S: Supported
2184F: hw/virtio/virtio-rng.c
2185F: include/hw/virtio/virtio-rng.h
750cf869 2186F: include/sysemu/rng*.h
1f51a5cb 2187F: backends/rng*.c
1e8a1fae 2188F: tests/qtest/virtio-rng-test.c
1f51a5cb 2189
e3e01466
MP
2190vhost-user-rng
2191M: Mathieu Poirier <mathieu.poirier@linaro.org>
2192S: Supported
4db546d3 2193F: docs/system/devices/vhost-user-rng.rst
e3e01466
MP
2194F: hw/virtio/vhost-user-rng.c
2195F: hw/virtio/vhost-user-rng-pci.c
2196F: include/hw/virtio/vhost-user-rng.h
2197F: tools/vhost-user-rng/*
2198
27ba7b02
VK
2199vhost-user-gpio
2200M: Alex Bennée <alex.bennee@linaro.org>
2201R: Viresh Kumar <viresh.kumar@linaro.org>
2202S: Maintained
25c60a46 2203F: hw/virtio/vhost-user-gpio*
27ba7b02 2204F: include/hw/virtio/vhost-user-gpio.h
8fcfc823 2205F: tests/qtest/libqos/virtio-gpio.*
27ba7b02 2206
6034011c
GA
2207virtio-crypto
2208M: Gonglei <arei.gonglei@huawei.com>
2209S: Supported
2210F: hw/virtio/virtio-crypto.c
2211F: hw/virtio/virtio-crypto-pci.c
2212F: include/hw/virtio/virtio-crypto.h
2213
751c7bdd
DH
2214virtio-mem
2215M: David Hildenbrand <david@redhat.com>
2216S: Supported
2217W: https://virtio-mem.gitlab.io/
2218F: hw/virtio/virtio-mem.c
2219F: hw/virtio/virtio-mem-pci.h
2220F: hw/virtio/virtio-mem-pci.c
2221F: include/hw/virtio/virtio-mem.h
2222
f3c507ad 2223nvme
8261cc17 2224M: Keith Busch <kbusch@kernel.org>
e8cc43d5 2225M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 2226L: qemu-block@nongnu.org
f3c507ad 2227S: Supported
88eea45c 2228F: hw/nvme/*
dc0b4d94 2229F: include/block/nvme.h
1e8a1fae 2230F: tests/qtest/nvme-test.c
4db546d3 2231F: docs/system/devices/nvme.rst
e8cc43d5 2232T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2233
d383c625 2234megasas
3fdfb8b6 2235M: Hannes Reinecke <hare@suse.com>
c95e4c0e 2236L: qemu-block@nongnu.org
d383c625
HR
2237S: Supported
2238F: hw/scsi/megasas.c
2239F: hw/scsi/mfi.h
1e8a1fae 2240F: tests/qtest/megasas-test.c
c887d333 2241F: tests/qtest/fuzz-megasas-test.c
d383c625 2242
605d52e6 2243Network packet abstractions
bf4835a4 2244M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
c8110e76 2245R: Akihiko Odaki <akihiko.odaki@daynix.com>
605d52e6
DF
2246S: Maintained
2247F: include/net/eth.h
2248F: net/eth.c
2249F: hw/net/net_rx_pkt*
2250F: hw/net/net_tx_pkt*
2251
622fb504 2252Vmware
bf4835a4 2253M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2254S: Maintained
2255F: hw/net/vmxnet*
2256F: hw/scsi/vmw_pvscsi*
1e8a1fae 2257F: tests/qtest/vmxnet3-test.c
622fb504 2258
de24d3f1 2259Rocker
de24d3f1
SF
2260M: Jiri Pirko <jiri@resnulli.us>
2261S: Maintained
2262F: hw/net/rocker/
92a3c6aa 2263F: qapi/rocker.json
de850948
TH
2264F: tests/rocker/
2265F: docs/specs/rocker.txt
de24d3f1 2266
093454e2 2267e1000x
bf4835a4 2268M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
8c061aa7 2269R: Akihiko Odaki <akihiko.odaki@daynix.com>
093454e2
DF
2270S: Maintained
2271F: hw/net/e1000x*
2272
6f3fbe4e 2273e1000e
bf4835a4 2274M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
8c061aa7 2275R: Akihiko Odaki <akihiko.odaki@daynix.com>
6f3fbe4e
DF
2276S: Maintained
2277F: hw/net/e1000e*
7d6a4f12 2278F: tests/qtest/fuzz-e1000e-test.c
0c2c2d4e
AO
2279F: tests/qtest/e1000e-test.c
2280F: tests/qtest/libqos/e1000e.*
6f3fbe4e 2281
3a977dee
AO
2282igb
2283M: Akihiko Odaki <akihiko.odaki@daynix.com>
e860ef15 2284R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
3a977dee 2285S: Maintained
136e9dba 2286F: docs/system/devices/igb.rst
3a977dee 2287F: hw/net/igb*
8e6c718a 2288F: tests/avocado/netdev-ethtool.py
45cb69bb
AO
2289F: tests/qtest/igb-test.c
2290F: tests/qtest/libqos/igb.c
6f3fbe4e 2291
ebc2327f
SW
2292eepro100
2293M: Stefan Weil <sw@weilnetz.de>
2294S: Maintained
2295F: hw/net/eepro100.c
2296
34ea023d
SS
2297tulip
2298M: Sven Schnelle <svens@stackframe.org>
2299S: Maintained
2300F: hw/net/tulip.c
2301F: hw/net/tulip.h
2302
065177ee
PV
2303pca954x
2304M: Patrick Venture <venture@google.com>
2305S: Maintained
2306F: hw/i2c/i2c_mux_pca954x.c
2307F: include/hw/i2c/i2c_mux_pca954x.h
2308
e481a1f6 2309Generic Loader
c22e580c 2310M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2311S: Maintained
2312F: hw/core/generic-loader.c
efe1592c 2313F: hw/core/uboot_image.h
e481a1f6 2314F: include/hw/core/generic-loader.h
70f20110 2315F: docs/system/generic-loader.rst
e481a1f6 2316
a33ff6d2
AB
2317Guest Loader
2318M: Alex Bennée <alex.bennee@linaro.org>
2319S: Maintained
2320F: hw/core/guest-loader.c
01460378 2321F: docs/system/guest-loader.rst
bbbd9b6e 2322F: tests/avocado/boot_xen.py
e481a1f6 2323
645d3cbe
SH
2324Intel Hexadecimal Object File Loader
2325M: Su Hang <suhang16@mails.ucas.ac.cn>
2326S: Maintained
1e8a1fae 2327F: tests/qtest/hexloader-test.c
4b2ff65a 2328F: tests/data/hex-loader/test.hex
645d3cbe 2329
87a9023a
TH
2330CHRP NVRAM
2331M: Thomas Huth <thuth@redhat.com>
2332S: Maintained
2333F: hw/nvram/chrp_nvram.c
2334F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2335F: tests/qtest/prom-env-test.c
87a9023a 2336
42697d88 2337VM Generation ID
2b42989c 2338S: Orphan
48006e03 2339R: Ani Sinha <ani@anisinha.ca>
42697d88
BW
2340F: hw/acpi/vmgenid.c
2341F: include/hw/acpi/vmgenid.h
2342F: docs/specs/vmgenid.txt
1e8a1fae 2343F: tests/qtest/vmgenid-test.c
42697d88 2344
c1b29826 2345LED
8823ef13 2346M: Philippe Mathieu-Daudé <philmd@linaro.org>
c1b29826
PMD
2347S: Maintained
2348F: include/hw/misc/led.h
2349F: hw/misc/led.c
2350
747969db
PMD
2351Unimplemented device
2352M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2353R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2354R: Ani Sinha <ani@anisinha.ca>
747969db
PMD
2355S: Maintained
2356F: include/hw/misc/unimp.h
2357F: hw/misc/unimp.c
2358
6007523a
PMD
2359Empty slot
2360M: Artyom Tarasenko <atar4qemu@gmail.com>
8823ef13 2361R: Philippe Mathieu-Daudé <philmd@linaro.org>
48006e03 2362R: Ani Sinha <ani@anisinha.ca>
6007523a
PMD
2363S: Maintained
2364F: include/hw/misc/empty_slot.h
2365F: hw/misc/empty_slot.c
2366
dbb2e472
GH
2367Standard VGA
2368M: Gerd Hoffmann <kraxel@redhat.com>
2369S: Maintained
2370F: hw/display/vga*
2371F: hw/display/bochs-display.c
2372F: include/hw/display/vga.h
2373F: include/hw/display/bochs-vbe.h
2374
58d632c7
GH
2375ramfb
2376M: Gerd Hoffmann <kraxel@redhat.com>
2377S: Maintained
2378F: hw/display/ramfb*.c
2379F: include/hw/display/ramfb.h
2380
dbb2e472
GH
2381virtio-gpu
2382M: Gerd Hoffmann <kraxel@redhat.com>
a4de5e8a 2383S: Odd Fixes
dbb2e472 2384F: hw/display/virtio-gpu*
c68082c4 2385F: hw/display/virtio-vga.*
dbb2e472
GH
2386F: include/hw/virtio/virtio-gpu.h
2387
b372d79b
RN
2388vhost-user-blk
2389M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2390S: Maintained
2391F: contrib/vhost-user-blk/
2392F: contrib/vhost-user-scsi/
2393F: hw/block/vhost-user-blk.c
8edd5673 2394F: hw/block/virtio-blk-common.c
b372d79b
RN
2395F: hw/scsi/vhost-user-scsi.c
2396F: hw/virtio/vhost-user-blk-pci.c
2397F: hw/virtio/vhost-user-scsi-pci.c
2398F: include/hw/virtio/vhost-user-blk.h
2399F: include/hw/virtio/vhost-user-scsi.h
8edd5673 2400F: include/hw/virtio/virtio-blk-common.h
b372d79b 2401
bd2e44fe
MAL
2402vhost-user-gpu
2403M: Marc-André Lureau <marcandre.lureau@redhat.com>
a4de5e8a 2404R: Gerd Hoffmann <kraxel@redhat.com>
bd2e44fe
MAL
2405S: Maintained
2406F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2407F: contrib/vhost-user-gpu
2408F: hw/display/vhost-user-*
bd2e44fe 2409
dbb2e472
GH
2410Cirrus VGA
2411M: Gerd Hoffmann <kraxel@redhat.com>
2412S: Odd Fixes
2413W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2414F: hw/display/cirrus*
2415
72d277a7
GH
2416EDID Generator
2417M: Gerd Hoffmann <kraxel@redhat.com>
2418S: Maintained
2419F: hw/display/edid*
2420F: include/hw/display/edid.h
2421F: qemu-edid.c
2422
10386385
PMD
2423PIIX4 South Bridge (i82371AB)
2424M: Hervé Poussineau <hpoussin@reactos.org>
8823ef13 2425M: Philippe Mathieu-Daudé <philmd@linaro.org>
10386385
PMD
2426S: Maintained
2427F: hw/isa/piix4.c
fff123b8 2428F: include/hw/southbridge/piix.h
10386385 2429
15ffb43c 2430Firmware configuration (fw_cfg)
8823ef13 2431M: Philippe Mathieu-Daudé <philmd@linaro.org>
15ffb43c
PMD
2432R: Gerd Hoffmann <kraxel@redhat.com>
2433S: Supported
2434F: docs/specs/fw_cfg.txt
8d0bceba 2435F: hw/nvram/fw_cfg*.c
b15c0f7d 2436F: stubs/fw_cfg.c
15ffb43c
PMD
2437F: include/hw/nvram/fw_cfg.h
2438F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2439F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2440F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2441T: git https://github.com/philmd/qemu.git fw_cfg-next
2442
2313abf0 2443XIVE
2313abf0
TH
2444M: Cédric Le Goater <clg@kaod.org>
2445L: qemu-ppc@nongnu.org
b0877575 2446S: Odd Fixes
2313abf0
TH
2447F: hw/*/*xive*
2448F: include/hw/*/*xive*
24563a58 2449F: docs/*/*xive*
2313abf0 2450
7bd0d13f 2451Renesas peripherals
2d53d0c7 2452R: Yoshinori Sato <ysato@users.sourceforge.jp>
7bd0d13f 2453R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2454S: Odd Fixes
645194c7 2455F: hw/char/renesas_sci.c
7bd0d13f 2456F: hw/char/sh_serial.c
c7f37baf 2457F: hw/timer/renesas_*.c
7bd0d13f 2458F: hw/timer/sh_timer.c
645194c7 2459F: include/hw/char/renesas_sci.h
7bd0d13f 2460F: include/hw/sh4/sh.h
c7f37baf 2461F: include/hw/timer/renesas_*.h
7bd0d13f 2462
e78597cc 2463Renesas RX peripherals
b2744da9
PMD
2464R: Yoshinori Sato <ysato@users.sourceforge.jp>
2465S: Orphan
e78597cc 2466F: hw/intc/rx_icu.c
0c80f50f 2467F: hw/rx/
e78597cc 2468F: include/hw/intc/rx_icu.h
0c80f50f 2469F: include/hw/rx/
e78597cc 2470
de4d4adb
PP
2471CAN bus subsystem and hardware
2472M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2473M: Vikram Garhwal <fnu.vikram@xilinx.com>
2474S: Maintained
2475W: https://canbus.pages.fel.cvut.cz/
2476F: net/can/*
2477F: hw/net/can/*
2478F: include/net/can_*.h
2479
ff8cdbbd
DG
2480OpenPIC interrupt controller
2481M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2482S: Odd Fixes
2483F: hw/intc/openpic.c
2484F: include/hw/ppc/openpic.h
2485
6cee5479 2486MIPS CPS
8823ef13 2487M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2488S: Odd Fixes
2489F: hw/misc/mips_*
2490F: include/hw/misc/mips_*
2491
2492MIPS GIC
8823ef13 2493M: Philippe Mathieu-Daudé <philmd@linaro.org>
6cee5479
PMD
2494S: Odd Fixes
2495F: hw/intc/mips_gic.c
2496F: hw/timer/mips_gictimer.c
2497F: include/hw/intc/mips_gic.h
2498F: include/hw/timer/mips_gictimer.h
2499
56e34834
CH
2500S390 3270 device
2501M: Halil Pasic <pasic@linux.ibm.com>
2502M: Christian Borntraeger <borntraeger@linux.ibm.com>
2503S: Odd fixes
2504F: include/hw/s390x/3270-ccw.h
2505F: hw/char/terminal3270.c
2506F: hw/s390x/3270-ccw.c
2507L: qemu-s390x@nongnu.org
2508
2509S390 diag 288 watchdog
2510M: Halil Pasic <pasic@linux.ibm.com>
2511M: Christian Borntraeger <borntraeger@linux.ibm.com>
2512S: Supported
2513F: hw/watchdog/wdt_diag288.c
2514F: include/hw/watchdog/wdt_diag288.h
2515L: qemu-s390x@nongnu.org
2516
2517S390 storage key device
2518M: Halil Pasic <pasic@linux.ibm.com>
2519M: Christian Borntraeger <borntraeger@linux.ibm.com>
2520S: Supported
2521F: hw/s390x/storage-keys.h
2522F: hw/390x/s390-skeys*.c
2523L: qemu-s390x@nongnu.org
2524
2525S390 storage attribute device
2526M: Halil Pasic <pasic@linux.ibm.com>
2527M: Christian Borntraeger <borntraeger@linux.ibm.com>
2528S: Supported
2529F: hw/s390x/storage-attributes.h
2530F: hw/s390/s390-stattrib*.c
2531L: qemu-s390x@nongnu.org
2532
2533S390 floating interrupt controller
2534M: Halil Pasic <pasic@linux.ibm.com>
2535M: Christian Borntraeger <borntraeger@linux.ibm.com>
2536M: David Hildenbrand <david@redhat.com>
2537S: Supported
2538F: hw/intc/s390_flic*.c
2539F: include/hw/s390x/s390_flic.h
2540L: qemu-s390x@nongnu.org
2541
5028d66c
HZZ
2542CanoKey
2543M: Hongren (Zenithal) Zheng <i@zenithal.me>
2544S: Maintained
2545R: Canokeys.org <contact@canokeys.org>
2546F: hw/usb/canokey.c
2547F: hw/usb/canokey.h
2548F: docs/system/devices/canokey.rst
2549
fd5d5c56
AL
2550Subsystems
2551----------
a8f4aee6 2552Overall Audio backends
9f575846 2553M: Gerd Hoffmann <kraxel@redhat.com>
cc99139b 2554M: Marc-André Lureau <marcandre.lureau@redhat.com>
6bc915f3 2555S: Odd Fixes
fd5d5c56 2556F: audio/
0ebe43ea
PMD
2557X: audio/alsaaudio.c
2558X: audio/coreaudio.c
2559X: audio/dsound*
2560X: audio/jackaudio.c
2561X: audio/ossaudio.c
2562X: audio/paaudio.c
2563X: audio/sdlaudio.c
663df1cc 2564X: audio/sndioaudio.c
4566d142 2565X: audio/spiceaudio.c
92a3c6aa 2566F: qapi/audio.json
fd5d5c56 2567
0ebe43ea
PMD
2568ALSA Audio backend
2569M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2570R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2571S: Odd Fixes
2572F: audio/alsaaudio.c
2573
2574Core Audio framework backend
2575M: Gerd Hoffmann <kraxel@redhat.com>
8823ef13 2576M: Philippe Mathieu-Daudé <philmd@linaro.org>
584ab347 2577R: Christian Schoenebeck <qemu_oss@crudebyte.com>
4f978632 2578R: Akihiko Odaki <akihiko.odaki@daynix.com>
0ebe43ea
PMD
2579S: Odd Fixes
2580F: audio/coreaudio.c
2581
2582DSound Audio backend
2583M: Gerd Hoffmann <kraxel@redhat.com>
2584S: Odd Fixes
2585F: audio/dsound*
2586
2587JACK Audio Connection Kit backend
2588M: Gerd Hoffmann <kraxel@redhat.com>
584ab347 2589R: Christian Schoenebeck <qemu_oss@crudebyte.com>
0ebe43ea
PMD
2590S: Odd Fixes
2591F: audio/jackaudio.c
2592
2593Open Sound System (OSS) Audio backend
2594M: Gerd Hoffmann <kraxel@redhat.com>
2595S: Odd Fixes
2596F: audio/ossaudio.c
2597
2598PulseAudio backend
2599M: Gerd Hoffmann <kraxel@redhat.com>
2600S: Odd Fixes
2601F: audio/paaudio.c
2602
2603SDL Audio backend
2604M: Gerd Hoffmann <kraxel@redhat.com>
2863bd56 2605R: Thomas Huth <huth@tuxfamily.org>
0ebe43ea
PMD
2606S: Odd Fixes
2607F: audio/sdlaudio.c
2608
663df1cc
AR
2609Sndio Audio backend
2610M: Gerd Hoffmann <kraxel@redhat.com>
2611R: Alexandre Ratchov <alex@caoua.org>
2612S: Odd Fixes
2613F: audio/sndioaudio.c
2614
17f1e8f5 2615Block layer core
fd5d5c56 2616M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 2617M: Hanna Reitz <hreitz@redhat.com>
c95e4c0e 2618L: qemu-block@nongnu.org
fd5d5c56
AL
2619S: Supported
2620F: block*
2621F: block/
8d8b636d 2622F: hw/block/
b885cdda
MA
2623F: qapi/block*.json
2624F: qapi/transaction.json
4c346e0b 2625F: include/block/
7f9241d8 2626F: include/sysemu/block-*.h
46078760 2627F: qemu-img*
33b2b388 2628F: docs/tools/qemu-img.rst
46078760 2629F: qemu-io*
29242091 2630F: tests/qemu-iotests/
8dd30c86 2631F: util/qemu-progress.c
0bcc8e5b 2632F: qobject/block-qdict.c
da668aa1 2633F: tests/unit/check-block-qdict.c
ebe2aad2 2634T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2635
c607c7fb
SH
2636Storage daemon
2637M: Kevin Wolf <kwolf@redhat.com>
2638L: qemu-block@nongnu.org
2639S: Supported
2640F: storage-daemon/
2641F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2642F: docs/tools/qemu-storage-daemon.rst
2643T: git https://repo.or.cz/qemu/kevin.git block
2644
d55053b1
SH
2645Block I/O path
2646M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2647M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2648L: qemu-block@nongnu.org
2649S: Supported
36c697bd
PB
2650F: util/async.c
2651F: util/aio-*.c
1f050a46
SH
2652F: util/aio-*.h
2653F: util/fdmon-*.c
d55053b1 2654F: block/io.c
41abca8c 2655F: block/plug.c
d55053b1 2656F: migration/block*
e1029ae2 2657F: include/block/aio.h
f5a53faa 2658F: include/block/aio-wait.h
0a4f9ad1 2659F: scripts/qemugdb/aio.py
da668aa1 2660F: tests/unit/test-fdmon-epoll.c
e18a8b34 2661T: git https://github.com/stefanha/qemu.git block
d55053b1 2662
e5b5728c
PB
2663Block SCSI subsystem
2664M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2665R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2666L: qemu-block@nongnu.org
2667S: Supported
2668F: include/scsi/*
2669F: scsi/*
2670
280458a3 2671Block Jobs
03283d64 2672M: John Snow <jsnow@redhat.com>
9e4067b8 2673M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
280458a3
JC
2674L: qemu-block@nongnu.org
2675S: Supported
2676F: blockjob.c
2677F: include/block/blockjob.h
33e9e9bd 2678F: job.c
1a90bc81 2679F: job-qmp.c
c468e368 2680F: include/qemu/job.h
280458a3
JC
2681F: block/backup.c
2682F: block/commit.c
77346025 2683F: block/stream.c
280458a3 2684F: block/mirror.c
bf42508f 2685F: qapi/job.json
d7beddcc 2686F: block/block-copy.c
d088e6a4
VSO
2687F: include/block/block-copy.h
2688F: block/reqlist.c
2689F: include/block/reqlist.h
d003e0ae
VSO
2690F: block/copy-before-write.h
2691F: block/copy-before-write.c
1c14eaab 2692F: block/snapshot-access.c
d7beddcc
VSO
2693F: include/block/aio_task.h
2694F: block/aio_task.c
2695F: util/qemu-co-shared-resource.c
2696F: include/qemu/co-shared-resource.h
77582e2c 2697T: git https://gitlab.com/jsnow/qemu.git jobs
9e4067b8 2698T: git https://gitlab.com/vsementsov/qemu.git block
280458a3 2699
502730ee 2700Compute Express Link
502730ee 2701M: Jonathan Cameron <jonathan.cameron@huawei.com>
3456fedb 2702R: Fan Ni <fan.ni@samsung.com>
502730ee
JC
2703S: Supported
2704F: hw/cxl/
2fcd005f 2705F: hw/mem/cxl_type3.c
502730ee
JC
2706F: include/hw/cxl/
2707
538193bc 2708Dirty Bitmaps
edb05904 2709M: Eric Blake <eblake@redhat.com>
9e4067b8 2710M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
edb05904 2711R: John Snow <jsnow@redhat.com>
538193bc
JS
2712L: qemu-block@nongnu.org
2713S: Supported
538193bc
JS
2714F: include/qemu/hbitmap.h
2715F: include/block/dirty-bitmap.h
bb4e58c6 2716F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2717F: block/dirty-bitmap.c
2718F: block/qcow2-bitmap.c
052db8e7 2719F: migration/block-dirty-bitmap.c
00637c6b 2720F: util/hbitmap.c
da668aa1 2721F: tests/unit/test-hbitmap.c
5746c1cd 2722F: docs/interop/bitmaps.rst
edb05904 2723T: git https://repo.or.cz/qemu/ericb.git bitmaps
9e4067b8 2724T: git https://gitlab.com/vsementsov/qemu.git block
538193bc 2725
61af0ee6 2726Character device backends
55fc84a7 2727M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2728R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2729S: Maintained
178fe0ae 2730F: chardev/
8228e353 2731F: include/chardev/
dbeee392 2732F: qapi/char.json
fd5d5c56 2733
e26082fd
PB
2734Character Devices (Braille)
2735M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2736S: Maintained
6b10e573 2737F: chardev/baum.c
fd5d5c56 2738
e94630d3
MA
2739Command line option argument parsing
2740M: Markus Armbruster <armbru@redhat.com>
2741S: Supported
2742F: include/qemu/option.h
da668aa1
TH
2743F: tests/unit/test-keyval.c
2744F: tests/unit/test-qemu-opts.c
e94630d3
MA
2745F: util/keyval.c
2746F: util/qemu-option.c
2747
8c413e79
MA
2748Coverity model
2749M: Markus Armbruster <armbru@redhat.com>
2750S: Supported
2751F: scripts/coverity-model.c
2752
9c263d07
PM
2753Coverity Scan integration
2754M: Peter Maydell <peter.maydell@linaro.org>
2755S: Maintained
2756F: scripts/coverity-scan/
2757
d24b569a 2758Device Tree
c3c962c1
AF
2759M: Alistair Francis <alistair.francis@wdc.com>
2760R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2761S: Maintained
800d4ded 2762F: softmmu/device_tree.c
82407515 2763F: include/sysemu/device_tree.h
d24b569a 2764
3505a22b
MAL
2765Dump
2766S: Supported
2767M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2768F: dump/
3505a22b
MAL
2769F: hw/misc/vmcoreinfo.c
2770F: include/hw/misc/vmcoreinfo.h
6d3da32c 2771F: include/qemu/win_dump_defs
3505a22b
MAL
2772F: include/sysemu/dump-arch.h
2773F: include/sysemu/dump.h
d06b747b 2774F: qapi/dump.json
3505a22b
MAL
2775F: scripts/dump-guest-memory.py
2776F: stubs/dump.c
2777
4f966768
MA
2778Error reporting
2779M: Markus Armbruster <armbru@redhat.com>
2780S: Supported
2781F: include/qapi/error.h
2782F: include/qemu/error-report.h
abb3d37d 2783F: qapi/error.json
4f966768
MA
2784F: util/error.c
2785F: util/qemu-error.c
d1d3a997
VSO
2786F: scripts/coccinelle/err-bad-newline.cocci
2787F: scripts/coccinelle/error-use-after-free.cocci
2788F: scripts/coccinelle/error_propagate_null.cocci
2789F: scripts/coccinelle/remove_local_err.cocci
2790F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2791F: scripts/coccinelle/errp-guard.cocci
4f966768 2792
fd5d5c56 2793GDB stub
c7b3e866 2794M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 2795R: Philippe Mathieu-Daudé <philmd@linaro.org>
c7b3e866 2796S: Maintained
4db546d3 2797F: docs/system/gdb.rst
842b42df 2798F: gdbstub/*
0dec1016 2799F: include/exec/gdbstub.h
d96bf49b 2800F: include/gdbstub/*
fd5d5c56 2801F: gdb-xml/
51c623b0 2802F: tests/tcg/multiarch/gdbstub/
97cfba13 2803F: scripts/feature_to_c.sh
bcbc36a9 2804F: scripts/probe-gdb-support.py
fd5d5c56 2805
01a9c03c
PB
2806Memory API
2807M: Paolo Bonzini <pbonzini@redhat.com>
07b315ba
DH
2808M: Peter Xu <peterx@redhat.com>
2809M: David Hildenbrand <david@redhat.com>
8823ef13 2810R: Philippe Mathieu-Daudé <philmd@linaro.org>
01a9c03c
PB
2811S: Supported
2812F: include/exec/ioport.h
14776ab5 2813F: include/exec/memop.h
01a9c03c 2814F: include/exec/memory.h
2b1641d0 2815F: include/exec/ram_addr.h
41aa4e9f 2816F: include/exec/ramblock.h
9f04dd7f 2817F: include/sysemu/memory_mapping.h
800d4ded 2818F: softmmu/dma-helpers.c
c7f419f5
CF
2819F: softmmu/ioport.c
2820F: softmmu/memory.c
9f04dd7f 2821F: softmmu/memory_mapping.c
d9f24bf5 2822F: softmmu/physmem.c
01a9c03c 2823F: include/exec/memory-internal.h
044e2af9 2824F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2825
2fcd005f
DH
2826Memory devices
2827M: David Hildenbrand <david@redhat.com>
2828M: Igor Mammedov <imammedo@redhat.com>
2829R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2830S: Supported
2831F: hw/mem/memory-device.c
2832F: hw/mem/nvdimm.c
2833F: hw/mem/pc-dimm.c
2834F: include/hw/mem/memory-device.h
2835F: include/hw/mem/nvdimm.h
2836F: include/hw/mem/pc-dimm.h
2837F: docs/nvdimm.txt
2838
7ee3bf03
GH
2839SPICE
2840M: Gerd Hoffmann <kraxel@redhat.com>
227b1638 2841S: Odd Fixes
6e481d57 2842F: include/ui/qemu-spice.h
438528a3 2843F: include/ui/spice-display.h
7ee3bf03
GH
2844F: ui/spice-*.c
2845F: audio/spiceaudio.c
8d8b636d 2846F: hw/display/qxl*
608cfed6 2847F: qapi/ui.json
9bd4cb35 2848F: docs/spice-port-fqdn.txt
7ee3bf03 2849
fd5d5c56 2850Graphics
25eccc37 2851M: Gerd Hoffmann <kraxel@redhat.com>
cc99139b 2852M: Marc-André Lureau <marcandre.lureau@redhat.com>
25eccc37 2853S: Odd Fixes
fd5d5c56 2854F: ui/
e220656c 2855F: include/ui/
608cfed6 2856F: qapi/ui.json
b1d38037 2857F: util/drm.c
4db546d3 2858F: docs/devel/ui.rst
fd5d5c56 2859
351f1bf6 2860Cocoa graphics
30ef3c74 2861M: Peter Maydell <peter.maydell@linaro.org>
8823ef13 2862M: Philippe Mathieu-Daudé <philmd@linaro.org>
4f978632 2863R: Akihiko Odaki <akihiko.odaki@daynix.com>
351f1bf6
AF
2864S: Odd Fixes
2865F: ui/cocoa.m
2866
fd5d5c56 2867Main loop
da26f37a
PB
2868M: Paolo Bonzini <pbonzini@redhat.com>
2869S: Maintained
54d31236
MA
2870F: include/qemu/main-loop.h
2871F: include/sysemu/runstate.h
e6dba048 2872F: include/sysemu/runstate-action.h
3ecb29a3
PB
2873F: util/main-loop.c
2874F: util/qemu-timer.c
bac068e0 2875F: softmmu/vl.c
7b733862 2876F: softmmu/main.c
c7f419f5 2877F: softmmu/cpus.c
b0c3cf94 2878F: softmmu/cpu-throttle.c
740b1759
CF
2879F: softmmu/cpu-timers.c
2880F: softmmu/icount.c
bab46b81 2881F: softmmu/runstate*
0e201d34 2882F: qapi/run-state.json
fd5d5c56 2883
1b7e01d0
SH
2884Read, Copy, Update (RCU)
2885M: Paolo Bonzini <pbonzini@redhat.com>
2886S: Maintained
fc3b9dfa
PMD
2887F: docs/devel/lockcnt.txt
2888F: docs/devel/rcu.txt
1b7e01d0 2889F: include/qemu/rcu*.h
da668aa1
TH
2890F: tests/unit/rcutorture.c
2891F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2892F: util/rcu.c
2893
8899b4ae 2894Human Monitor (HMP)
b8b6d3c0 2895M: Dr. David Alan Gilbert <dave@treblig.org>
fbb0621a 2896S: Maintained
5bce308a 2897F: monitor/monitor-internal.h
e84328fa 2898F: monitor/misc.c
1d95db74 2899F: monitor/monitor.c
f1b3ccfa
KW
2900F: monitor/hmp*
2901F: hmp.h
c13e9912
TH
2902F: hmp-commands*.hx
2903F: include/monitor/hmp-target.h
1e8a1fae 2904F: tests/qtest/test-hmp.c
637de4db
MA
2905F: include/qemu/qemu-print.h
2906F: util/qemu-print.c
fd5d5c56 2907
f536f112 2908Network device backends
442469e6 2909M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2910S: Maintained
2911F: net/
d24b2b1c 2912F: include/net/
e9bbc8bd 2913F: qemu-bridge-helper.c
e18a8b34 2914T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2915F: qapi/net.json
fd5d5c56 2916
aee09baf
VM
2917Netmap network backend
2918M: Luigi Rizzo <rizzo@iet.unipi.it>
2919M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2920M: Vincenzo Maffione <v.maffione@gmail.com>
2921W: http://info.iet.unipi.it/~luigi/netmap/
2922S: Maintained
2923F: net/netmap.c
2924
4fc264f4 2925Host Memory Backends
4ade3ea1 2926M: David Hildenbrand <david@redhat.com>
4fc264f4
EH
2927M: Igor Mammedov <imammedo@redhat.com>
2928S: Maintained
2929F: backends/hostmem*.c
2930F: include/sysemu/hostmem.h
f953c100 2931T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2932
6034011c
GA
2933Cryptodev Backends
2934M: Gonglei <arei.gonglei@huawei.com>
2133e07c 2935M: zhenwei pi <pizhenwei@bytedance.com>
6034011c
GA
2936S: Maintained
2937F: include/sysemu/cryptodev*.h
2938F: backends/cryptodev*.c
14c9fd16 2939F: qapi/cryptodev.json
6034011c 2940
b8eaee96
JS
2941Python library
2942M: John Snow <jsnow@redhat.com>
2943M: Cleber Rosa <crosa@redhat.com>
89d38c74 2944R: Beraldo Leal <bleal@redhat.com>
b8eaee96
JS
2945S: Maintained
2946F: python/
2947T: git https://gitlab.com/jsnow/qemu.git python
2948
ad904f66 2949Python scripts
89d38c74 2950M: John Snow <jsnow@redhat.com>
ad904f66 2951M: Cleber Rosa <crosa@redhat.com>
4251dfb0 2952S: Odd Fixes
ad904f66
EH
2953F: scripts/*.py
2954F: tests/*.py
2955
f4abfc6c 2956Benchmark util
9e4067b8 2957M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
f4abfc6c
VSO
2958S: Maintained
2959F: scripts/simplebench/
9e4067b8 2960T: git https://gitlab.com/vsementsov/qemu.git simplebench
f4abfc6c 2961
8cad15b1 2962Transactions helper
9e4067b8 2963M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
8cad15b1
VSO
2964S: Maintained
2965F: include/qemu/transactions.h
2966F: util/transactions.c
9e4067b8 2967T: git https://gitlab.com/vsementsov/qemu.git block
8cad15b1 2968
8899b4ae 2969QAPI
9740618c 2970M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2971M: Michael Roth <michael.roth@amd.com>
9740618c 2972S: Supported
8899b4ae 2973F: qapi/
0311c5bd 2974X: qapi/*.json
ac4abb9a
MA
2975F: include/qapi/
2976X: include/qapi/qmp/
2977F: include/qapi/qmp/dispatch.h
c0bd0b50 2978F: tests/qapi-schema/
da668aa1
TH
2979F: tests/unit/test-*-visitor.c
2980F: tests/unit/test-qapi-*.c
2981F: tests/unit/test-qmp-*.c
2982F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
2983F: scripts/qapi-gen.py
2984F: scripts/qapi/*
4078ee54 2985F: docs/sphinx/qapidoc.py
c39cdbf6 2986F: docs/devel/qapi*
ebe2aad2 2987T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2988
7810d291
LC
2989QAPI Schema
2990M: Eric Blake <eblake@redhat.com>
7810d291
LC
2991M: Markus Armbruster <armbru@redhat.com>
2992S: Supported
0311c5bd 2993F: qapi/*.json
ebe2aad2 2994T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2995
f3582ba4 2996QObject
daf5dc78
MA
2997M: Markus Armbruster <armbru@redhat.com>
2998S: Supported
f3582ba4 2999F: qobject/
7735d2b5
MA
3000F: include/qapi/qmp/
3001X: include/qapi/qmp/dispatch.h
a2f3453e 3002F: scripts/coccinelle/qobject.cocci
da668aa1
TH
3003F: tests/unit/check-qdict.c
3004F: tests/unit/check-qjson.c
3005F: tests/unit/check-qlist.c
3006F: tests/unit/check-qlit.c
3007F: tests/unit/check-qnull.c
3008F: tests/unit/check-qnum.c
3009F: tests/unit/check-qobject.c
3010F: tests/unit/check-qstring.c
fe07b62c 3011F: tests/data/qobject/qdict.txt
ebe2aad2 3012T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 3013
f05d9999 3014QEMU Guest Agent
2f5f9bc8 3015M: Michael Roth <michael.roth@amd.com>
e8cbe584 3016M: Konstantin Kostiuk <kkostiuk@redhat.com>
f05d9999
MR
3017S: Maintained
3018F: qga/
27a296fc 3019F: docs/interop/qemu-ga.rst
db16115f 3020F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 3021F: scripts/qemu-guest-agent/
da668aa1 3022F: tests/unit/test-qga.c
e18a8b34 3023T: git https://github.com/mdroth/qemu.git qga
f05d9999 3024
cced3a72
KK
3025QEMU Guest Agent Win32
3026M: Konstantin Kostiuk <kkostiuk@redhat.com>
3027S: Maintained
3028F: qga/*win32*
3029F: qga/vss-win32/
3030F: qga/installer/
3031T: git https://github.com/kostyanf14/qemu.git qga-win32
3032
4688c94c 3033QOM
1085d86e
PB
3034M: Paolo Bonzini <pbonzini@redhat.com>
3035R: Daniel P. Berrange <berrange@redhat.com>
24c4cd13 3036R: Eduardo Habkost <eduardo@habkost.net>
4688c94c 3037S: Supported
4db546d3 3038F: docs/devel/qom.rst
8f920054
MA
3039F: docs/qdev-device-use.txt
3040F: hw/core/qdev*
b77b5b3d
MA
3041F: hw/core/bus.c
3042F: hw/core/sysbus.c
8f920054
MA
3043F: include/hw/qdev*
3044F: include/monitor/qdev.h
4688c94c 3045F: include/qom/
c577ff62
MA
3046F: qapi/qom.json
3047F: qapi/qdev.json
22fb6eb5 3048F: scripts/coccinelle/qom-parent-type.cocci
e3e2c0c8 3049F: scripts/qom-cast-macro-clean-cocci-gen.py
800d4ded 3050F: softmmu/qdev-monitor.c
9b45a025 3051F: stubs/qdev.c
4688c94c 3052F: qom/
da668aa1
TH
3053F: tests/unit/check-qom-interface.c
3054F: tests/unit/check-qom-proplist.c
3055F: tests/unit/test-qdev-global-props.c
4688c94c 3056
94dfc0f3 3057QOM boilerplate conversion script
24c4cd13 3058M: Eduardo Habkost <eduardo@habkost.net>
94dfc0f3
EH
3059S: Maintained
3060F: scripts/codeconverter/
3061
8899b4ae 3062QMP
9740618c
LC
3063M: Markus Armbruster <armbru@redhat.com>
3064S: Supported
5bce308a 3065F: monitor/monitor-internal.h
f1b3ccfa 3066F: monitor/qmp*
e84328fa 3067F: monitor/misc.c
1d95db74 3068F: monitor/monitor.c
92a3c6aa 3069F: qapi/control.json
abb3d37d 3070F: qapi/error.json
92a3c6aa 3071F: qapi/introspect.json
c39cdbf6 3072F: docs/devel/*qmp-*
12b2f0d9 3073F: docs/interop/*qmp-*
9740618c 3074F: scripts/qmp/
1e8a1fae
TH
3075F: tests/qtest/qmp-test.c
3076F: tests/qtest/qmp-cmd-test.c
ebe2aad2 3077T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 3078
98a43bf0 3079qtest
98a43bf0
PB
3080M: Thomas Huth <thuth@redhat.com>
3081M: Laurent Vivier <lvivier@redhat.com>
2185fd67 3082R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 3083S: Maintained
c7f419f5 3084F: softmmu/qtest.c
1583a389 3085F: accel/qtest/
1e8a1fae 3086F: tests/qtest/
222455ef 3087F: docs/devel/qgraph.rst
4db546d3 3088F: docs/devel/qtest.rst
520ddc18 3089X: tests/qtest/bios-tables-test*
98a43bf0 3090
5f6fd09a
AB
3091Device Fuzzing
3092M: Alexander Bulekov <alxndr@bu.edu>
3093R: Paolo Bonzini <pbonzini@redhat.com>
3094R: Bandan Das <bsd@redhat.com>
3095R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 3096R: Thomas Huth <thuth@redhat.com>
85221b05 3097R: Darren Kenny <darren.kenny@oracle.com>
5d32fc3b 3098R: Qiuhao Li <Qiuhao.Li@outlook.com>
5f6fd09a
AB
3099S: Maintained
3100F: tests/qtest/fuzz/
d3d39fc0 3101F: tests/qtest/fuzz-*test.c
211635b3 3102F: scripts/oss-fuzz/
230376d2 3103F: hw/mem/sparse-mem.c
f3a0208f 3104F: docs/devel/fuzzing.rst
5f6fd09a 3105
cc0100f4 3106Register API
c22e580c 3107M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
3108S: Maintained
3109F: hw/core/register.c
3110F: include/hw/register.h
06a7b243 3111F: include/hw/registerfields.h
cc0100f4 3112
fd5d5c56 3113SLIRP
eda509fa 3114M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 3115S: Maintained
663fb1e1 3116F: net/slirp.c
d24b2b1c 3117F: include/net/slirp.h
02cffe24 3118T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 3119
aa09b3d5
MA
3120Stats
3121S: Orphan
3122F: include/sysemu/stats.h
3123F: stats/
3124
6d0af39f
EI
3125Streams
3126M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3127S: Maintained
3128F: hw/core/stream.c
3129F: include/hw/stream.h
3130
b1ed728a
PB
3131Stubs
3132M: Paolo Bonzini <pbonzini@redhat.com>
3133S: Maintained
3134F: stubs/
3135
598a3f35 3136Tracing
1cd0f8ce 3137M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
3138S: Maintained
3139F: trace/
0e076292 3140F: trace-events
3a8273b1 3141F: docs/qemu-option-trace.rst.inc
92a3c6aa 3142F: qapi/trace.json
f70fd8fd
LV
3143F: scripts/tracetool.py
3144F: scripts/tracetool/
62dd1048 3145F: scripts/qemu-trace-stap*
33b2b388 3146F: docs/tools/qemu-trace-stap.rst
d0fb9657 3147F: docs/devel/tracing.rst
e18a8b34 3148T: git https://github.com/stefanha/qemu.git tracing
598a3f35 3149
3859b6cf 3150TPM
1f63669e 3151M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 3152S: Maintained
0801062c 3153F: softmmu/tpm*
3859b6cf
MA
3154F: hw/tpm/*
3155F: include/hw/acpi/tpm.h
3156F: include/sysemu/tpm*
3157F: qapi/tpm.json
8ae92e24 3158F: backends/tpm/
1e8a1fae 3159F: tests/qtest/*tpm*
4db546d3 3160F: docs/specs/tpm.rst
e18a8b34 3161T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 3162
14f40fdc 3163Checkpatch
14f40fdc
BS
3164S: Odd Fixes
3165F: scripts/checkpatch.pl
3166
c0787c8d
JQ
3167Migration
3168M: Juan Quintela <quintela@redhat.com>
66f8b5a5
JQ
3169R: Peter Xu <peterx@redhat.com>
3170R: Leonardo Bras <leobras@redhat.com>
c0787c8d 3171S: Maintained
107b5969
MAL
3172F: hw/core/vmstate-if.c
3173F: include/hw/vmstate-if.h
c0787c8d 3174F: include/migration/
b862888c 3175F: include/qemu/userfaultfd.h
44a1f946 3176F: migration/
c5515640
AS
3177F: scripts/vmstate-static-checker.py
3178F: tests/vmstate-static-checker-data/
1e8a1fae 3179F: tests/qtest/migration-test.c
c468e368 3180F: docs/devel/migration.rst
48685a8e 3181F: qapi/migration.json
fac87d4d 3182F: tests/migration/
b862888c 3183F: util/userfaultfd.c
c0787c8d 3184
a566907f
MAL
3185D-Bus
3186M: Marc-André Lureau <marcandre.lureau@redhat.com>
3187S: Maintained
5010cec2 3188F: backends/dbus-vmstate.c
89f4df95
MAL
3189F: ui/dbus*
3190F: audio/dbus*
a5021d69 3191F: util/dbus.c
89f4df95 3192F: include/ui/dbus*
a5021d69 3193F: include/qemu/dbus.h
89f4df95
MAL
3194F: docs/interop/dbus*
3195F: docs/sphinx/dbus*
3196F: docs/sphinx/fakedbusdoc.py
3197F: tests/qtest/dbus*
a566907f 3198
92bfedb0 3199Seccomp
e3160dea
DB
3200M: Daniel P. Berrange <berrange@redhat.com>
3201S: Odd Fixes
800d4ded 3202F: softmmu/qemu-seccomp.c
92bfedb0 3203F: include/sysemu/seccomp.h
d2ea8dac 3204F: tests/unit/test-seccomp.c
92bfedb0 3205
ddbb0d09
DB
3206Cryptography
3207M: Daniel P. Berrange <berrange@redhat.com>
3208S: Maintained
3209F: crypto/
3210F: include/crypto/
92a3c6aa 3211F: qapi/crypto.json
da668aa1 3212F: tests/unit/test-crypto-*
3b472e71 3213F: tests/bench/benchmark-crypto-*
da668aa1
TH
3214F: tests/unit/crypto-tls-*
3215F: tests/unit/pkix_asn1_tab.c
899833cd 3216F: qemu.sasl
ddbb0d09 3217
10817bf0
DB
3218Coroutines
3219M: Stefan Hajnoczi <stefanha@redhat.com>
3220M: Kevin Wolf <kwolf@redhat.com>
00a25291 3221S: Maintained
10817bf0
DB
3222F: util/*coroutine*
3223F: include/qemu/coroutine*
da668aa1 3224F: tests/unit/test-coroutine.c
10817bf0 3225
88c5f205
DB
3226Buffers
3227M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3228S: Odd Fixes
88c5f205
DB
3229F: util/buffer.c
3230F: include/qemu/buffer.h
3231
666a3af9
DB
3232I/O Channels
3233M: Daniel P. Berrange <berrange@redhat.com>
3234S: Maintained
3235F: io/
3236F: include/io/
da668aa1 3237F: tests/unit/test-io-*
666a3af9 3238
5b76dd13
DB
3239User authorization
3240M: Daniel P. Berrange <berrange@redhat.com>
3241S: Maintained
3242F: authz/
c8c99887 3243F: qapi/authz.json
5b76dd13 3244F: include/authz/
da668aa1 3245F: tests/unit/test-authz-*
5b76dd13 3246
5614a283
GH
3247Sockets
3248M: Daniel P. Berrange <berrange@redhat.com>
5614a283
GH
3249S: Maintained
3250F: include/qemu/sockets.h
3251F: util/qemu-sockets.c
a2ff5a48 3252F: qapi/sockets.json
5614a283 3253
90e33dfe
DB
3254File monitor
3255M: Daniel P. Berrange <berrange@redhat.com>
4251dfb0 3256S: Odd Fixes
90e33dfe
DB
3257F: util/filemonitor*.c
3258F: include/qemu/filemonitor.h
da668aa1 3259F: tests/unit/test-util-filemonitor.c
90e33dfe 3260
d310d85b
AG
3261Throttling infrastructure
3262M: Alberto Garcia <berto@igalia.com>
3263S: Supported
3264F: block/throttle-groups.c
3265F: include/block/throttle-groups.h
89603938 3266F: include/qemu/throttle*.h
d310d85b 3267F: util/throttle.c
89603938 3268F: docs/throttle.txt
da668aa1 3269F: tests/unit/test-throttle.c
d310d85b
AG
3270L: qemu-block@nongnu.org
3271
080d7aac 3272UUID
fe5ca46d 3273M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
3274S: Supported
3275F: util/uuid.c
3276F: include/qemu/uuid.h
da668aa1 3277F: tests/unit/test-uuid.c
080d7aac 3278
50186051
LS
3279Yank feature
3280M: Lukas Straub <lukasstraub2@web.de>
3281S: Odd fixes
3282F: util/yank.c
1a92d6d5 3283F: migration/yank_functions*
d3a0bb77 3284F: tests/unit/test-yank.c
50186051
LS
3285F: include/qemu/yank.h
3286F: qapi/yank.json
3287
a4cc318e 3288COLO Framework
2ac7d741 3289M: Hailiang Zhang <zhanghailiang@xfusion.com>
a4cc318e
HZ
3290S: Maintained
3291F: migration/colo*
3292F: include/migration/colo.h
3293F: include/migration/failover.h
3294F: docs/COLO-FT.txt
3295
88f82ed1 3296COLO Proxy
c6bf50ff 3297M: Zhang Chen <chen.zhang@intel.com>
2ece6e64 3298M: Li Zhijian <lizhijian@fujitsu.com>
88f82ed1
ZC
3299S: Supported
3300F: docs/colo-proxy.txt
3301F: net/colo*
3302F: net/filter-rewriter.c
3303F: net/filter-mirror.c
487cf3f2 3304F: tests/qtest/test-filter*
88f82ed1 3305
62258201
PD
3306Record/replay
3307M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3308R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 3309W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3310S: Supported
3311F: replay/*
3312F: block/blkreplay.c
3313F: net/filter-replay.c
5b5968c4 3314F: include/exec/replay-core.h
62258201 3315F: include/sysemu/replay.h
4db546d3
TH
3316F: docs/devel/replay.rst
3317F: docs/system/replay.rst
62258201 3318F: stubs/replay.c
bbbd9b6e
WR
3319F: tests/avocado/replay_kernel.py
3320F: tests/avocado/replay_linux.py
3321F: tests/avocado/reverse_debugging.py
43d7e1d7 3322F: qapi/replay.json
62258201 3323
eecf5eed
PX
3324IOVA Tree
3325M: Peter Xu <peterx@redhat.com>
3326S: Maintained
3327F: include/qemu/iova-tree.h
3328F: util/iova-tree.c
3329
5ee547bb
VP
3330elf2dmp
3331M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3332S: Maintained
3333F: contrib/elf2dmp/
3334
93198b6c
CM
3335I2C and SMBus
3336M: Corey Minyard <cminyard@mvista.com>
3337S: Maintained
3338F: hw/i2c/core.c
3339F: hw/i2c/smbus_slave.c
3340F: hw/i2c/smbus_master.c
3341F: hw/i2c/smbus_eeprom.c
3342F: include/hw/i2c/i2c.h
3343F: include/hw/i2c/smbus_master.h
3344F: include/hw/i2c/smbus_slave.h
3345F: include/hw/i2c/smbus_eeprom.h
3346
bf0e0c70
TR
3347PMBus
3348M: Titus Rwantare <titusr@google.com>
3349S: Maintained
3350F: hw/i2c/pmbus_device.c
3351F: hw/sensor/adm1272.c
ffcdae67 3352F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3353F: hw/sensor/max34451.c
3354F: include/hw/i2c/pmbus_device.h
ffcdae67 3355F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3356F: tests/qtest/adm1272-test.c
3357F: tests/qtest/max34451-test.c
ffcdae67 3358F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3359
d0d89526 3360Firmware schema specifications
8823ef13 3361M: Philippe Mathieu-Daudé <philmd@linaro.org>
d0d89526
PMD
3362R: Daniel P. Berrange <berrange@redhat.com>
3363R: Kashyap Chamarthy <kchamart@redhat.com>
3364S: Maintained
3365F: docs/interop/firmware.json
3366
6739df3f 3367EDK2 Firmware
8823ef13 3368M: Philippe Mathieu-Daudé <philmd@linaro.org>
9b437cd0 3369M: Gerd Hoffmann <kraxel@redhat.com>
6739df3f 3370S: Supported
b5b31860 3371F: hw/i386/*ovmf*
6739df3f
LE
3372F: pc-bios/descriptors/??-edk2-*.json
3373F: pc-bios/edk2-*
3374F: roms/Makefile.edk2
3375F: roms/edk2
3376F: roms/edk2-*
3377F: tests/data/uefi-boot-images/
3378F: tests/uefi-test-tools/
3379
8bc43f39
PX
3380VT-d Emulation
3381M: Michael S. Tsirkin <mst@redhat.com>
3382M: Peter Xu <peterx@redhat.com>
3383R: Jason Wang <jasowang@redhat.com>
3384S: Supported
3385F: hw/i386/intel_iommu.c
3386F: hw/i386/intel_iommu_internal.h
3387F: include/hw/i386/intel_iommu.h
3388
2f5a2b35
PMD
3389AMD-Vi Emulation
3390S: Orphan
3391F: hw/i386/amd_iommu.?
3392
e92fb016
BM
3393OpenSBI Firmware
3394M: Bin Meng <bmeng.cn@gmail.com>
3395S: Supported
3396F: pc-bios/opensbi-*
3397F: .gitlab-ci.d/opensbi.yml
3398F: .gitlab-ci.d/opensbi/
3399
59c7a187
LM
3400Clock framework
3401M: Luc Michel <luc@lmichel.fr>
1d7e6727 3402R: Damien Hedde <damien.hedde@dahe.fr>
59c7a187
LM
3403S: Maintained
3404F: include/hw/clock.h
3405F: include/hw/qdev-clock.h
3406F: hw/core/clock.c
3407F: hw/core/clock-vmstate.c
3408F: hw/core/qdev-clock.c
3409F: docs/devel/clocks.rst
3410
fd5d5c56
AL
3411Usermode Emulation
3412------------------
6347e1f1 3413Overall usermode emulation
486bbe5f
PB
3414M: Riku Voipio <riku.voipio@iki.fi>
3415S: Maintained
58410666 3416F: accel/tcg/user-exec*.c
bbf15aaf
RH
3417F: include/user/
3418F: common-user/
486bbe5f 3419
fd5d5c56 3420BSD user
65a9d380
WL
3421M: Warner Losh <imp@bsdimp.com>
3422R: Kyle Evans <kevans@freebsd.org>
3423S: Maintained
fd5d5c56 3424F: bsd-user/
812b31d3 3425F: configs/targets/*-bsd-user.mak
adbae40f 3426F: tests/vm/*bsd
65a9d380 3427T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3428
fd5d5c56 3429Linux user
8f902c54 3430M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3431S: Maintained
3432F: linux-user/
812b31d3 3433F: configs/targets/*linux-user.mak
e5dd9875 3434F: scripts/qemu-binfmt-conf.sh
e3a6c825 3435F: scripts/update-syscalltbl.sh
57333330 3436F: scripts/update-mips-syscall-args.sh
382ae67a 3437F: scripts/gensyscalls.sh
42f5a7e9
AJ
3438
3439Tiny Code Generator (TCG)
3440-------------------------
6347e1f1 3441Common TCG code
336f744e 3442M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3443S: Maintained
3444F: tcg/
d3582cfd 3445F: include/tcg/
42f5a7e9 3446
22b5867b
AB
3447TCG Plugins
3448M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3449R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3450R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3451S: Maintained
8ea6abf0 3452F: docs/devel/tcg-plugins.rst
22b5867b 3453F: plugins/
c17a386b 3454F: tests/plugin/
bbbd9b6e 3455F: tests/avocado/tcg_plugins.py
c17a386b 3456F: contrib/plugins/
22b5867b 3457
6347e1f1 3458AArch64 TCG target
3e5a01ef 3459M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3460S: Maintained
b4f2bd1c 3461L: qemu-arm@nongnu.org
b25a464c
CF
3462F: tcg/aarch64/
3463
6347e1f1 3464ARM TCG target
7c6ef61a 3465M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9 3466S: Maintained
b4f2bd1c 3467L: qemu-arm@nongnu.org
42f5a7e9
AJ
3468F: tcg/arm/
3469
6347e1f1 3470i386 TCG target
336f744e 3471M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3472S: Maintained
3473F: tcg/i386/
3474
afa33258
WX
3475LoongArch64 TCG target
3476M: WANG Xuerui <git@xen0n.name>
3477S: Maintained
3478F: tcg/loongarch64/
3479
6347e1f1 3480MIPS TCG target
8823ef13 3481M: Philippe Mathieu-Daudé <philmd@linaro.org>
099d510b 3482R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3483R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3484R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3485R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3486S: Odd Fixes
42f5a7e9
AJ
3487F: tcg/mips/
3488
6347e1f1 3489PPC TCG target
336f744e 3490M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3491S: Odd Fixes
42f5a7e9 3492F: tcg/ppc/
42f5a7e9 3493
6347e1f1 3494RISC-V TCG target
c1677bcc 3495M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3496M: Alistair Francis <Alistair.Francis@wdc.com>
3497L: qemu-riscv@nongnu.org
3498S: Maintained
3499F: tcg/riscv/
3500F: disas/riscv.c
3501
6347e1f1 3502S390 TCG target
336f744e 3503M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3504S: Maintained
3505F: tcg/s390/
146bd283 3506L: qemu-s390x@nongnu.org
42f5a7e9 3507
6347e1f1 3508SPARC TCG target
297e8005 3509S: Odd Fixes
6d0b52ed 3510F: tcg/sparc64/
c17652ee 3511F: disas/sparc.c
bc75c9e5 3512
6347e1f1 3513TCI TCG target
bc75c9e5
SW
3514M: Stefan Weil <sw@weilnetz.de>
3515S: Maintained
8ef9cd55 3516F: tcg/tci/
752a2ae2 3517F: tcg/tci.c
c17652ee 3518F: disas/tci.c
aa09c951 3519
f05b328c
SH
3520Block drivers
3521-------------
3522VMDK
fe5ca46d 3523M: Fam Zheng <fam@euphon.net>
c95e4c0e 3524L: qemu-block@nongnu.org
f05b328c
SH
3525S: Supported
3526F: block/vmdk.c
3527
3528RBD
0725570b 3529M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3530R: Peter Lieven <pl@kamp.de>
280458a3 3531L: qemu-block@nongnu.org
f05b328c
SH
3532S: Supported
3533F: block/rbd.c
3534
f05b328c 3535VHDX
5f5246b6 3536M: Jeff Cody <codyprime@gmail.com>
280458a3 3537L: qemu-block@nongnu.org
f05b328c
SH
3538S: Supported
3539F: block/vhdx*
3540
3541VDI
3542M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3543L: qemu-block@nongnu.org
f05b328c
SH
3544S: Maintained
3545F: block/vdi.c
3546
fd66dbd4
SH
3547blkio
3548M: Stefan Hajnoczi <stefanha@redhat.com>
3549L: qemu-block@nongnu.org
3550S: Maintained
3551F: block/blkio.c
3552
f05b328c
SH
3553iSCSI
3554M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3555M: Paolo Bonzini <pbonzini@redhat.com>
3556M: Peter Lieven <pl@kamp.de>
c95e4c0e 3557L: qemu-block@nongnu.org
2185fd67 3558S: Odd Fixes
f05b328c 3559F: block/iscsi.c
2deb63c2 3560F: block/iscsi-opts.c
f05b328c 3561
99c62e70
EB
3562Network Block Device (NBD)
3563M: Eric Blake <eblake@redhat.com>
9e4067b8 3564M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
99c62e70
EB
3565L: qemu-block@nongnu.org
3566S: Maintained
3567F: block/nbd*
3568F: nbd/
3569F: include/block/nbd*
3570F: qemu-nbd.*
3571F: blockdev-nbd.c
3229a835 3572F: docs/interop/nbd.txt
33b2b388 3573F: docs/tools/qemu-nbd.rst
58a6fdcc 3574F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3575T: git https://repo.or.cz/qemu/ericb.git nbd
9e4067b8 3576T: git https://gitlab.com/vsementsov/qemu.git block
99c62e70 3577
6542aa9c
PL
3578NFS
3579M: Peter Lieven <pl@kamp.de>
280458a3 3580L: qemu-block@nongnu.org
6542aa9c
PL
3581S: Maintained
3582F: block/nfs.c
3583
f05b328c
SH
3584SSH
3585M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3586L: qemu-block@nongnu.org
f05b328c
SH
3587S: Supported
3588F: block/ssh.c
c9a12e75 3589
280458a3 3590CURL
280458a3 3591L: qemu-block@nongnu.org
5c6090fa 3592S: Odd Fixes
280458a3 3593F: block/curl.c
280458a3
JC
3594
3595GLUSTER
280458a3 3596L: qemu-block@nongnu.org
5c6090fa
TH
3597L: integration@gluster.org
3598S: Odd Fixes
280458a3 3599F: block/gluster.c
b5e9476c 3600
199667a8 3601Null Block Driver
fe5ca46d 3602M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3603L: qemu-block@nongnu.org
3604S: Supported
3605F: block/null.c
3606
bdd6a90a 3607NVMe Block Driver
1a949789
SH
3608M: Stefan Hajnoczi <stefanha@redhat.com>
3609R: Fam Zheng <fam@euphon.net>
8823ef13 3610R: Philippe Mathieu-Daudé <philmd@linaro.org>
bdd6a90a
FZ
3611L: qemu-block@nongnu.org
3612S: Supported
3613F: block/nvme*
dc0b4d94 3614F: include/block/nvme.h
1a949789 3615T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3616
b5e9476c
GA
3617Bootdevice
3618M: Gonglei <arei.gonglei@huawei.com>
3619S: Maintained
800d4ded 3620F: softmmu/bootdevice.c
ecdda9e0
AG
3621
3622Quorum
3623M: Alberto Garcia <berto@igalia.com>
3624S: Supported
3625F: block/quorum.c
3626L: qemu-block@nongnu.org
e7c6e631 3627
bfcc224e
AV
3628blklogwrites
3629M: Ari Sundholm <ari@tuxera.com>
3630L: qemu-block@nongnu.org
3631S: Supported
3632F: block/blklogwrites.c
3633
e7c6e631
SH
3634blkverify
3635M: Stefan Hajnoczi <stefanha@redhat.com>
3636L: qemu-block@nongnu.org
3637S: Supported
3638F: block/blkverify.c
3639
3640bochs
3641M: Stefan Hajnoczi <stefanha@redhat.com>
3642L: qemu-block@nongnu.org
3643S: Supported
3644F: block/bochs.c
3645
3646cloop
3647M: Stefan Hajnoczi <stefanha@redhat.com>
3648L: qemu-block@nongnu.org
3649S: Supported
3650F: block/cloop.c
3651
3652dmg
3653M: Stefan Hajnoczi <stefanha@redhat.com>
3654L: qemu-block@nongnu.org
3655S: Supported
3656F: block/dmg.c
3657
3658parallels
3659M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3660M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3661L: qemu-block@nongnu.org
3662S: Supported
3663F: block/parallels.c
a960c4b4 3664F: block/parallels-ext.c
5746c1cd 3665F: docs/interop/parallels.txt
e7c6e631
SH
3666
3667qed
3668M: Stefan Hajnoczi <stefanha@redhat.com>
3669L: qemu-block@nongnu.org
3670S: Supported
3671F: block/qed.c
3672
3673raw
3674M: Kevin Wolf <kwolf@redhat.com>
3675L: qemu-block@nongnu.org
3676S: Supported
3677F: block/linux-aio.c
f586d5fc 3678F: include/block/raw-aio.h
2e6fc7eb 3679F: block/raw-format.c
c1bb86cd
EB
3680F: block/file-posix.c
3681F: block/file-win32.c
e7c6e631
SH
3682F: block/win32-aio.c
3683
6663a0a3
AM
3684Linux io_uring
3685M: Aarushi Mehta <mehta.aaru20@gmail.com>
3686M: Julia Suvorova <jusual@redhat.com>
3687M: Stefan Hajnoczi <stefanha@redhat.com>
0ef28014 3688R: Stefano Garzarella <sgarzare@redhat.com>
6663a0a3
AM
3689L: qemu-block@nongnu.org
3690S: Maintained
3691F: block/io_uring.c
06a47ef5 3692F: stubs/io_uring.c
6663a0a3 3693
e7c6e631
SH
3694qcow2
3695M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3696M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3697L: qemu-block@nongnu.org
3698S: Supported
3699F: block/qcow2*
b24f9882 3700F: docs/interop/qcow2.txt
e7c6e631
SH
3701
3702qcow
3703M: Kevin Wolf <kwolf@redhat.com>
3704L: qemu-block@nongnu.org
3705S: Supported
3706F: block/qcow.c
3707
3708blkdebug
3709M: Kevin Wolf <kwolf@redhat.com>
b0c4798f 3710M: Hanna Reitz <hreitz@redhat.com>
e7c6e631
SH
3711L: qemu-block@nongnu.org
3712S: Supported
3713F: block/blkdebug.c
3714
3715vpc
3716M: Kevin Wolf <kwolf@redhat.com>
3717L: qemu-block@nongnu.org
3718S: Supported
3719F: block/vpc.c
3720
3721vvfat
3722M: Kevin Wolf <kwolf@redhat.com>
3723L: qemu-block@nongnu.org
4b7c5bc4 3724S: Odd Fixes
e7c6e631 3725F: block/vvfat.c
abfe4e94
SH
3726
3727Image format fuzzer
3728M: Stefan Hajnoczi <stefanha@redhat.com>
3729L: qemu-block@nongnu.org
3730S: Supported
3731F: tests/image-fuzzer/
717171bd 3732
8675a376
CX
3733Vhost-user block device backend server
3734M: Coiby Xu <Coiby.Xu@gmail.com>
3735S: Maintained
3736F: block/export/vhost-user-blk-server.c
80a06cc5 3737F: block/export/vhost-user-blk-server.h
5c368029
XY
3738F: block/export/virtio-blk-handler.c
3739F: block/export/virtio-blk-handler.h
80a06cc5 3740F: include/qemu/vhost-user-server.h
8675a376 3741F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3742F: tests/qtest/libqos/vhost-user-blk.h
3743F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3744F: util/vhost-user-server.c
8675a376 3745
0c9b70d5 3746FUSE block device exports
b0c4798f 3747M: Hanna Reitz <hreitz@redhat.com>
0c9b70d5
HR
3748L: qemu-block@nongnu.org
3749S: Supported
3750F: block/export/fuse.c
3751
2a2359b8 3752VDUSE library and block device exports
a6caeee8
XY
3753M: Xie Yongji <xieyongji@bytedance.com>
3754S: Maintained
3755F: subprojects/libvduse/
2a2359b8
XY
3756F: block/export/vduse-blk.c
3757F: block/export/vduse-blk.h
a6caeee8 3758
049105a3 3759Replication
205f8618 3760M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3761M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3762S: Supported
3763F: replication*
3764F: block/replication.c
da668aa1 3765F: tests/unit/test-replication.c
049105a3
CX
3766F: docs/block-replication.txt
3767
a3defabb 3768PVRDMA
bfffeac8 3769M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3770M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3771S: Maintained
3772F: hw/rdma/*
3773F: hw/rdma/vmw/*
3774F: docs/pvrdma.txt
a5d2f6f8 3775F: contrib/rdmacm-mux/*
4a5c9903 3776F: qapi/rdma.json
a3defabb 3777
b052fec8
AB
3778Semihosting
3779M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3780S: Maintained
8df9f0c3 3781F: semihosting/
6b5fe137 3782F: include/semihosting/
3539d84d 3783F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3784F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3785
8684f1be
JJ
3786Multi-process QEMU
3787M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3788M: Jagannathan Raman <jag.raman@oracle.com>
8684f1be
JJ
3789S: Maintained
3790F: docs/devel/multi-process.rst
639090d8 3791F: docs/system/multi-process.rst
6fbd84d6
JR
3792F: hw/pci-host/remote.c
3793F: include/hw/pci-host/remote.h
3f0e7e57
JR
3794F: hw/remote/machine.c
3795F: include/hw/remote/machine.h
ad22c308
EU
3796F: hw/remote/mpqemu-link.c
3797F: include/hw/remote/mpqemu-link.h
48b06f50 3798F: hw/remote/message.c
c7d80c7c 3799F: hw/remote/remote-obj.c
ed5d0019
JR
3800F: include/hw/remote/memory.h
3801F: hw/remote/memory.c
9f811207
EU
3802F: hw/remote/proxy.c
3803F: include/hw/remote/proxy.h
c746b74a
JR
3804F: hw/remote/proxy-memory-listener.c
3805F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3806F: hw/remote/iohub.c
3807F: include/hw/remote/iohub.h
55116968 3808F: subprojects/libvfio-user
8f9a9259 3809F: hw/remote/vfio-user-obj.c
08cf3dc6 3810F: include/hw/remote/vfio-user-obj.h
253007d1
JR
3811F: hw/remote/iommu.c
3812F: include/hw/remote/iommu.h
8684f1be 3813
90322e64
AM
3814EBPF:
3815M: Jason Wang <jasowang@redhat.com>
3816R: Andrew Melnychenko <andrew@daynix.com>
3817R: Yuri Benditovich <yuri.benditovich@daynix.com>
3818S: Maintained
3819F: ebpf/*
3820F: tools/ebpf/*
3821
b9e02c06
AB
3822Build and test automation
3823-------------------------
9872ba0a 3824Build and test automation, general continuous integration
b9e02c06 3825M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3826M: Philippe Mathieu-Daudé <philmd@linaro.org>
9872ba0a
TH
3827M: Thomas Huth <thuth@redhat.com>
3828R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3829R: Beraldo Leal <bleal@redhat.com>
e70dc7f8 3830S: Maintained
e7c2d743 3831F: .github/workflows/lockdown.yml
9872ba0a
TH
3832F: .gitlab-ci.yml
3833F: .gitlab-ci.d/
b9e02c06 3834F: .travis.yml
04250c69 3835F: scripts/ci/
e70dc7f8 3836F: tests/docker/
18023821 3837F: tests/vm/
3260f4e6 3838F: tests/lcitool/
267fe57c 3839F: tests/avocado/tuxrun_baselines.py
54dbfd85 3840F: scripts/archive-source.sh
4db546d3 3841F: docs/devel/testing.rst
9872ba0a 3842W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3843W: https://travis-ci.org/qemu/qemu
717171bd 3844
7162fbb4
EM
3845FreeBSD Hosted Continuous Integration
3846M: Ed Maste <emaste@freebsd.org>
3847M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4 3848S: Maintained
5be6fd0c
TH
3849F: .gitlab-ci.d/cirrus/freebsd*
3850F: tests/vm/freebsd
7162fbb4
EM
3851W: https://cirrus-ci.com/github/qemu/qemu
3852
daee8de3
YL
3853Windows Hosted Continuous Integration
3854M: Yonggang Luo <luoyonggang@gmail.com>
3855S: Maintained
da80f11e 3856F: .gitlab-ci.d/windows.yml
daee8de3 3857
7e97017e
AB
3858Guest Test Compilation Support
3859M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3860R: Philippe Mathieu-Daudé <philmd@linaro.org>
00a25291 3861S: Maintained
162f9164 3862F: tests/tcg/Makefile.target
7e97017e 3863
bbbd9b6e 3864Integration Testing with the Avocado framework
6634f1c4
PMD
3865W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3866R: Cleber Rosa <crosa@redhat.com>
8823ef13 3867R: Philippe Mathieu-Daudé <philmd@linaro.org>
6634f1c4 3868R: Wainer dos Santos Moschetta <wainersm@redhat.com>
40525be5 3869R: Beraldo Leal <bleal@redhat.com>
6634f1c4 3870S: Odd Fixes
bbbd9b6e 3871F: tests/avocado/
6634f1c4 3872
1e970158
PMD
3873GitLab custom runner (Works On Arm Sponsored)
3874M: Alex Bennée <alex.bennee@linaro.org>
8823ef13 3875M: Philippe Mathieu-Daudé <philmd@linaro.org>
1e970158 3876S: Maintained
66dca267
AB
3877F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3878F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
1e970158 3879
717171bd
DB
3880Documentation
3881-------------
3882Build system architecture
3883M: Daniel P. Berrange <berrange@redhat.com>
3884S: Odd Fixes
551bdfa0 3885F: docs/devel/build-system.rst
8a49e97f 3886
92329a7e
AB
3887GIT Data Mining Config
3888M: Alex Bennée <alex.bennee@linaro.org>
3889S: Odd Fixes
3890F: gitdm.config
3891F: contrib/gitdm/*
3892
b02c9bc3
MA
3893Incompatible changes
3894R: libvir-list@redhat.com
a476b216 3895F: docs/about/deprecated.rst
b02c9bc3 3896
aef45d51
DB
3897Build System
3898------------
48fad83f
AB
3899Meson
3900M: Paolo Bonzini <pbonzini@redhat.com>
3901R: Marc-André Lureau <marcandre.lureau@redhat.com>
3902R: Daniel P. Berrange <berrange@redhat.com>
3903R: Thomas Huth <thuth@redhat.com>
3904R: Philippe Mathieu-Daudé <philmd@linaro.org>
3905S: Maintained
3906F: meson.build
3907F: meson_options.txt
3908F: scripts/meson-buildoptions.*
3909F: scripts/check_sparse.py
3910F: scripts/symlink-install-tree.py
3911
3912Top Level Makefile and configure
3913M: Paolo Bonzini <pbonzini@redhat.com>
3914R: Alex Bennée <alex.bennee@linaro.org>
3915R: Thomas Huth <thuth@redhat.com>
3916S: Maintained
3917F: Makefile
3918F: configure
3919F: scripts/mtest2make.py
3920F: tests/Makefile.include
3921
2f38ff79
PB
3922Kconfig
3923M: Paolo Bonzini <pbonzini@redhat.com>
3924S: Maintained
3925F: scripts/minikconf.py
3926F: docs/devel/kconfig.rst
3927F: Kconfig*
3928F: */Kconfig*
3929F: hw/*/Kconfig*
3930F: target/*/Kconfig*
3931
aef45d51
DB
3932GIT submodules
3933M: Daniel P. Berrange <berrange@redhat.com>
3934S: Odd Fixes
3935F: scripts/git-submodule.sh
c10e01b9 3936
ef45a392 3937UI translations
4251dfb0 3938S: Orphan
ef45a392
AM
3939F: po/*.po
3940
c10e01b9
PM
3941Sphinx documentation configuration and build machinery
3942M: Peter Maydell <peter.maydell@linaro.org>
3943S: Maintained
3944F: docs/conf.py
3945F: docs/*/conf.py
4078ee54 3946F: docs/sphinx/
13f934e7 3947F: docs/_templates/
53fb8bfb
AM
3948
3949Miscellaneous
3950-------------
3951Performance Tools and Tests
3952M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3953S: Maintained
3954F: scripts/performance/
899c3fc2
AB
3955
3956Code Coverage Tools
3957M: Alex Bennée <alex.bennee@linaro.org>
3958S: Odd Fixes
3959F: scripts/coverage/