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