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