]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
docs: Add some actual About text to about/index.rst
[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*
6ace9b4e 174F: tests/acceptance/smmu.py
49154ea0 175
c8c0d267
MR
176AVR TCG CPUs
177M: Michael Rolnik <mrolnik@gmail.com>
c8c0d267 178S: Maintained
0abd386d 179F: docs/system/target-avr.rst
12b35405 180F: gdb-xml/avr-cpu.xml
c8c0d267 181F: target/avr/
f5d31d65 182F: tests/acceptance/machine_avr6.py
c8c0d267 183
6347e1f1 184CRIS TCG CPUs
fd5d5c56
AL
185M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
186S: Maintained
fcf5ef2a 187F: target/cris/
8d8b636d 188F: hw/cris/
c9b90090 189F: include/hw/cris/
c0bd0b50 190F: tests/tcg/cris/
c17652ee 191F: disas/cris.c
fd5d5c56 192
5f508bc2
TS
193Hexagon TCG CPUs
194M: Taylor Simpson <tsimpson@quicinc.com>
195S: Supported
196F: target/hexagon/
197F: linux-user/hexagon/
198F: tests/tcg/hexagon/
199F: disas/hexagon.c
812b31d3 200F: configs/targets/hexagon-linux-user/default.mak
afbdf0a4
ADF
201F: docker/dockerfiles/debian-hexagon-cross.docker
202F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
5f508bc2 203
6347e1f1 204HPPA (PA-RISC) TCG CPUs
336f744e 205M: Richard Henderson <richard.henderson@linaro.org>
61766fe9
RH
206S: Maintained
207F: target/hppa/
61461802 208F: hw/hppa/
61766fe9 209F: disas/hppa.c
376b8519
HD
210F: hw/net/*i82596*
211F: include/hw/net/lasi_82596.h
61766fe9 212
6347e1f1 213M68K TCG CPUs
595a926d
LV
214M: Laurent Vivier <laurent@vivier.eu>
215S: Maintained
fcf5ef2a 216F: target/m68k/
e9a56114 217F: disas/m68k.c
fd5d5c56 218
6347e1f1 219MicroBlaze TCG CPUs
fd5d5c56
AL
220M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
221S: Maintained
fcf5ef2a 222F: target/microblaze/
8d8b636d 223F: hw/microblaze/
c17652ee 224F: disas/microblaze.c
fd5d5c56 225
6347e1f1 226MIPS TCG CPUs
cf960317 227M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 228R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 229R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 230R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 231S: Odd Fixes
fcf5ef2a 232F: target/mips/
812b31d3 233F: configs/devices/mips*/*
a60442eb 234F: disas/mips.c
1bf84a1e 235F: docs/system/cpu-models-mips.rst.inc
0f865314 236F: hw/intc/mips_gic.c
8d8b636d 237F: hw/mips/
5995db88 238F: hw/misc/mips_*
5995db88 239F: hw/timer/mips_gictimer.c
0f865314 240F: include/hw/intc/mips_gic.h
5995db88
TH
241F: include/hw/mips/
242F: include/hw/misc/mips_*
5995db88 243F: include/hw/timer/mips_gictimer.h
c0bd0b50 244F: tests/tcg/mips/
09684557 245K: ^Subject:.*(?i)mips
fd5d5c56 246
a60442eb
PMD
247MIPS TCG CPUs (nanoMIPS ISA)
248S: Orphan
249F: disas/nanomips.*
3f178b8d 250F: target/mips/tcg/*nanomips*
a60442eb 251
6347e1f1 252NiosII TCG CPUs
e671711c
MV
253M: Chris Wulff <crwulff@gmail.com>
254M: Marek Vasut <marex@denx.de>
255S: Maintained
256F: target/nios2/
257F: hw/nios2/
258F: disas/nios2.c
812b31d3 259F: configs/devices/nios2-softmmu/default.mak
e671711c 260
6347e1f1 261OpenRISC TCG CPUs
1d7cf18d
SH
262M: Stafford Horne <shorne@gmail.com>
263S: Odd Fixes
fcf5ef2a 264F: target/openrisc/
945dad6d 265F: hw/openrisc/
c0bd0b50 266F: tests/tcg/openrisc/
945dad6d 267
6347e1f1 268PowerPC TCG CPUs
b4daafbd 269M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 270M: Greg Kurz <groug@kaod.org>
a6c98685 271L: qemu-ppc@nongnu.org
fd5d5c56 272S: Maintained
fcf5ef2a 273F: target/ppc/
8d8b636d 274F: hw/ppc/
b5d55020 275F: include/hw/ppc/
c17652ee 276F: disas/ppc.c
c592f70c 277F: tests/acceptance/machine_ppc.py
fd5d5c56 278
6347e1f1 279RISC-V TCG CPUs
c1677bcc 280M: Palmer Dabbelt <palmer@dabbelt.com>
ab2c9128
AF
281M: Alistair Francis <alistair.francis@wdc.com>
282M: Bin Meng <bin.meng@windriver.com>
a094b354 283L: qemu-riscv@nongnu.org
7b91ae7d 284S: Supported
4dc62b15
MC
285F: target/riscv/
286F: hw/riscv/
287F: include/hw/riscv/
f936eac8 288F: linux-user/host/riscv32/
511f3138 289F: linux-user/host/riscv64/
4dc62b15 290
a4f34ecc 291RENESAS RX CPUs
b2744da9
PMD
292R: Yoshinori Sato <ysato@users.sourceforge.jp>
293S: Orphan
a4f34ecc
YS
294F: target/rx/
295
6347e1f1 296S390 TCG CPUs
336f744e 297M: Richard Henderson <richard.henderson@linaro.org>
ced01bb7 298M: David Hildenbrand <david@redhat.com>
fd5d5c56 299S: Maintained
fcf5ef2a 300F: target/s390x/
c9274b6b 301F: target/s390x/tcg
7ab3eb42 302F: target/s390x/cpu_models_*.[ch]
8d8b636d 303F: hw/s390x/
c17652ee 304F: disas/s390.c
276ba120 305F: tests/tcg/s390x/
146bd283 306L: qemu-s390x@nongnu.org
fd5d5c56 307
6347e1f1 308SH4 TCG CPUs
2d53d0c7
PMD
309R: Yoshinori Sato <ysato@users.sourceforge.jp>
310S: Orphan
fcf5ef2a 311F: target/sh4/
8d8b636d 312F: hw/sh4/
c17652ee 313F: disas/sh4.c
8a90f900 314F: include/hw/sh4/
fd5d5c56 315
6347e1f1 316SPARC TCG CPUs
f2416d3a 317M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 318M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 319S: Maintained
fcf5ef2a 320F: target/sparc/
8d8b636d
PB
321F: hw/sparc/
322F: hw/sparc64/
84dbe974 323F: include/hw/sparc/sparc64.h
c17652ee 324F: disas/sparc.c
fd5d5c56 325
6347e1f1 326X86 TCG CPUs
d46d72fd 327M: Paolo Bonzini <pbonzini@redhat.com>
336f744e 328M: Richard Henderson <richard.henderson@linaro.org>
e1a04339 329M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 330S: Maintained
f5cc5a5c 331F: target/i386/tcg/
4132431f 332F: tests/tcg/i386/
3a082ec0 333F: tests/tcg/x86_64/
8d8b636d 334F: hw/i386/
c17652ee 335F: disas/i386.c
38dec0ef 336F: docs/system/cpu-models-x86*
f953c100 337T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 338
6347e1f1 339Xtensa TCG CPUs
16e7caae 340M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 341W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 342S: Maintained
fcf5ef2a 343F: target/xtensa/
8d8b636d 344F: hw/xtensa/
c0bd0b50 345F: tests/tcg/xtensa/
5a6539e6 346F: disas/xtensa.c
895e4897 347F: include/hw/xtensa/xtensa-isa.h
812b31d3 348F: configs/devices/xtensa*/default.mak
16e7caae 349
6347e1f1 350TriCore TCG CPUs
48e06fe0
BK
351M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
352S: Maintained
fcf5ef2a 353F: target/tricore/
48e06fe0 354F: hw/tricore/
d46d14e6 355F: include/hw/tricore/
be78e799 356F: tests/tcg/tricore/
48e06fe0 357
dd28bebd
AB
358Multiarch Linux User Tests
359M: Alex Bennée <alex.bennee@linaro.org>
00a25291 360S: Maintained
dd28bebd
AB
361F: tests/tcg/multiarch/
362
84995ea2
MA
363Guest CPU Cores (KVM)
364---------------------
6347e1f1 365Overall KVM CPUs
c6d559d9 366M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
367L: kvm@vger.kernel.org
368S: Supported
a6bb42f2 369F: */*/kvm*
1962cb20 370F: accel/kvm/
9681ad3e
TH
371F: accel/stubs/kvm-stub.c
372F: include/hw/kvm/
a95e9a48 373F: include/sysemu/kvm*.h
9681ad3e 374F: scripts/kvm/kvm_flightrecorder
fd5d5c56 375
6347e1f1 376ARM KVM CPUs
ed4659d1 377M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 378L: qemu-arm@nongnu.org
ed4659d1 379S: Maintained
fcf5ef2a 380F: target/arm/kvm.c
ed4659d1 381
6347e1f1 382MIPS KVM CPUs
dab1e1e1 383M: Huacai Chen <chenhuacai@kernel.org>
134f7f7d 384S: Odd Fixes
85d8da3f
PMD
385F: target/mips/kvm*
386F: target/mips/sysemu/
a31896c4 387
6347e1f1 388PPC KVM CPUs
bba8e23a 389M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 390M: Greg Kurz <groug@kaod.org>
fd5d5c56 391S: Maintained
fcf5ef2a 392F: target/ppc/kvm.c
fd5d5c56 393
6347e1f1 394S390 KVM CPUs
7c8e2647 395M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 396M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 397M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 398S: Supported
67043607 399F: target/s390x/kvm/
fcf5ef2a
TH
400F: target/s390x/ioinst.[ch]
401F: target/s390x/machine.c
74b4c74d 402F: target/s390x/sigp.c
8b3410de
CH
403F: target/s390x/cpu_features*.[ch]
404F: target/s390x/cpu_models.[ch]
c3347ed0
JF
405F: hw/s390x/pv.c
406F: include/hw/s390x/pv.h
4277af19
CH
407F: hw/intc/s390_flic.c
408F: hw/intc/s390_flic_kvm.c
409F: include/hw/s390x/s390_flic.h
c5bfb202 410F: gdb-xml/s390*.xml
99eaf137 411T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 412T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 413L: qemu-s390x@nongnu.org
fd5d5c56 414
6347e1f1 415X86 KVM CPUs
d46d72fd 416M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
417M: Marcelo Tosatti <mtosatti@redhat.com>
418L: kvm@vger.kernel.org
419S: Supported
a9dc68d9 420F: target/i386/kvm/
9681ad3e 421F: scripts/kvm/vmxcap
fd5d5c56 422
79ac3915
PMD
423Guest CPU Cores (other accelerators)
424------------------------------------
425Overall
336f744e 426M: Richard Henderson <richard.henderson@linaro.org>
79ac3915
PMD
427R: Paolo Bonzini <pbonzini@redhat.com>
428S: Maintained
940e43aa 429F: include/qemu/accel.h
b86f59c7 430F: include/sysemu/accel-ops.h
fb6916dd 431F: include/hw/core/accel-cpu.h
b86f59c7 432F: accel/accel-*.c
79ac3915
PMD
433F: accel/Makefile.objs
434F: accel/stubs/Makefile.objs
435
674fc21f 436X86 HVF CPUs
de6b528b 437M: Cameron Esfahani <dirty@apple.com>
674fc21f 438M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 439W: https://wiki.qemu.org/Features/HVF
674fc21f 440S: Maintained
674fc21f 441F: target/i386/hvf/
d57bc3c1
AG
442
443HVF
444M: Cameron Esfahani <dirty@apple.com>
445M: Roman Bolshakov <r.bolshakov@yadro.com>
446W: https://wiki.qemu.org/Features/HVF
447S: Maintained
448F: accel/hvf/
674fc21f 449F: include/sysemu/hvf.h
d57bc3c1 450F: include/sysemu/hvf_int.h
674fc21f 451
c220cdec
SM
452WHPX CPUs
453M: Sunil Muthuswamy <sunilmut@microsoft.com>
454S: Supported
1fc33bb9 455F: target/i386/whpx/
c220cdec
SM
456F: include/sysemu/whpx.h
457
84995ea2
MA
458Guest CPU Cores (Xen)
459---------------------
6347e1f1 460X86 Xen CPUs
3623c57e
SS
461M: Stefano Stabellini <sstabellini@kernel.org>
462M: Anthony Perard <anthony.perard@citrix.com>
784e9727 463M: Paul Durrant <paul@xen.org>
6d06220a 464L: xen-devel@lists.xenproject.org
8a6b0cd7 465S: Supported
8a6b0cd7 466F: */xen*
da278d58 467F: accel/xen/*
b827891d 468F: hw/9pfs/xen-9p*
c92451c2
PB
469F: hw/char/xen_console.c
470F: hw/display/xenfb.c
471F: hw/net/xen_nic.c
758af9cf 472F: hw/usb/xen-usb.c
1a72d9ae 473F: hw/block/xen*
4ea7d1a7 474F: hw/block/dataplane/xen*
c92451c2
PB
475F: hw/xen/
476F: hw/xenpv/
9027ac50 477F: hw/i386/xen/
1401897c 478F: hw/pci-host/xen_igd_pt.c
fcab2b46 479F: include/hw/block/dataplane/xen*
c92451c2 480F: include/hw/xen/
da278d58 481F: include/sysemu/xen.h
9027ac50 482F: include/sysemu/xen-mapcache.h
71f364b7 483F: stubs/xen-hw-stub.c
8a6b0cd7 484
6c94b952
CX
485Guest CPU Cores (HAXM)
486---------------------
487X86 HAXM CPUs
488M: Wenchao Wang <wenchao.wang@intel.com>
489M: Colin Xu <colin.xu@intel.com>
490L: haxm-team@intel.com
491W: https://github.com/intel/haxm/issues
492S: Maintained
f7091f5f 493F: accel/stubs/hax-stub.c
6c94b952 494F: include/sysemu/hax.h
7fdef0d4 495F: target/i386/hax/
6c94b952 496
39becfce
RZ
497Guest CPU Cores (NVMM)
498----------------------
499NetBSD Virtual Machine Monitor (NVMM) CPU support
500M: Kamil Rytarowski <kamil@netbsd.org>
501M: Reinoud Zandijk <reinoud@netbsd.org>
502S: Maintained
503F: include/sysemu/nvmm.h
504F: target/i386/nvmm/
505
84995ea2
MA
506Hosts
507-----
1bdd6874 508LINUX
f5fecb49
PMD
509M: Michael S. Tsirkin <mst@redhat.com>
510M: Cornelia Huck <cohuck@redhat.com>
511M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 512S: Maintained
1bdd6874 513F: linux-headers/
f5fecb49 514F: scripts/update-linux-headers.sh
1bdd6874
SW
515
516POSIX
f3f0204d 517M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 518S: Maintained
f3f0204d
PMD
519F: os-posix.c
520F: include/sysemu/os-posix.h
521F: util/*posix*.c
522F: include/qemu/*posix*.h
1bdd6874 523
3c2bdbc1 524NETBSD
3c2bdbc1 525M: Kamil Rytarowski <kamil@netbsd.org>
39becfce
RZ
526M: Reinoud Zandijk <reinoud@netbsd.org>
527M: Ryo ONODERA <ryoon@netbsd.org>
3c2bdbc1 528S: Maintained
1b61270b 529K: ^Subject:.*(?i)NetBSD
3c2bdbc1 530
0a773d55 531OPENBSD
0a773d55
BS
532M: Brad Smith <brad@comstyle.com>
533S: Maintained
534K: ^Subject:.*(?i)OpenBSD
535
1bdd6874 536W32, W64
1bdd6874
SW
537M: Stefan Weil <sw@weilnetz.de>
538S: Maintained
539F: *win32*
03972660
TH
540F: */*win32*
541F: include/*/*win32*
542X: qga/*win32*
885bdc95 543F: qemu.nsi
1bdd6874 544
b250d04a 545Alpha Machines
84995ea2 546--------------
336f744e 547M: Richard Henderson <richard.henderson@linaro.org>
b250d04a
PMD
548S: Maintained
549F: hw/alpha/
7bea0dd4 550F: hw/isa/smc37c669-superio.c
8d8a8ab5 551F: tests/tcg/alpha/system/
b250d04a 552
fd5d5c56
AL
553ARM Machines
554------------
84291fe7 555Allwinner-a10
85b4d5da 556M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 557M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 558L: qemu-arm@nongnu.org
a00d7f20 559S: Odd Fixes
85b4d5da
BG
560F: hw/*/allwinner*
561F: include/hw/*/allwinner*
84291fe7
LG
562F: hw/arm/cubieboard.c
563
740dafc0
NL
564Allwinner-h3
565M: Niek Linnenbank <nieklinnenbank@gmail.com>
566L: qemu-arm@nongnu.org
567S: Maintained
568F: hw/*/allwinner-h3*
569F: include/hw/*/allwinner-h3*
b0c96666 570F: hw/arm/orangepi.c
c67d732c 571F: docs/system/arm/orangepi.rst
740dafc0 572
e5a6a6e6 573ARM PrimeCell and CMSDK devices
06271000 574M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 575L: qemu-arm@nongnu.org
06271000
PB
576S: Maintained
577F: hw/char/pl011.c
c6427ff7 578F: include/hw/char/pl011.h
06271000
PB
579F: hw/display/pl110*
580F: hw/dma/pl080.c
aa74e355 581F: include/hw/dma/pl080.h
06271000
PB
582F: hw/dma/pl330.c
583F: hw/gpio/pl061.c
584F: hw/input/pl050.c
585F: hw/intc/pl190.c
586F: hw/sd/pl181.c
1d52866f
PM
587F: hw/ssi/pl022.c
588F: include/hw/ssi/pl022.h
877c181c
PMD
589F: hw/rtc/pl031.c
590F: include/hw/rtc/pl031.h
06271000 591F: include/hw/arm/primecell.h
e5a6a6e6
PM
592F: hw/timer/cmsdk-apb-timer.c
593F: include/hw/timer/cmsdk-apb-timer.h
30858daf 594F: tests/qtest/cmsdk-apb-timer-test.c
4f4c6206
PM
595F: hw/timer/cmsdk-apb-dualtimer.c
596F: include/hw/timer/cmsdk-apb-dualtimer.h
9bc064b5 597F: tests/qtest/cmsdk-apb-dualtimer-test.c
e5a6a6e6
PM
598F: hw/char/cmsdk-apb-uart.c
599F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
600F: hw/watchdog/cmsdk-apb-watchdog.c
601F: include/hw/watchdog/cmsdk-apb-watchdog.h
9cf5eb29 602F: tests/qtest/cmsdk-apb-watchdog-test.c
0d4a7551
PM
603F: hw/misc/tz-ppc.c
604F: include/hw/misc/tz-ppc.h
344f4b15
PM
605F: hw/misc/tz-mpc.c
606F: include/hw/misc/tz-mpc.h
211e701d
PM
607F: hw/misc/tz-msc.c
608F: include/hw/misc/tz-msc.h
06271000
PB
609
610ARM cores
611M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 612L: qemu-arm@nongnu.org
06271000
PB
613S: Maintained
614F: hw/intc/arm*
615F: hw/intc/gic_internal.h
616F: hw/misc/a9scu.c
617F: hw/misc/arm11scu.c
b7f30114 618F: hw/misc/arm_l2x0.c
06271000 619F: hw/timer/a9gtimer*
c6427ff7
PMD
620F: hw/timer/arm*
621F: include/hw/arm/arm*.h
06271000
PB
622F: include/hw/intc/arm*
623F: include/hw/misc/a9scu.h
624F: include/hw/misc/arm11scu.h
625F: include/hw/timer/a9gtimer.h
626F: include/hw/timer/arm_mptimer.h
c6427ff7 627F: include/hw/timer/armv7m_systick.h
1e8a1fae 628F: tests/qtest/test-arm-mptimer.c
06271000 629
fc63dcff 630Exynos
f44c5c67 631M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 632M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 633L: qemu-arm@nongnu.org
a00d7f20 634S: Odd Fixes
8d8b636d 635F: hw/*/exynos*
ed0db866 636F: include/hw/arm/exynos4210.h
fc63dcff 637
766fd09f 638Calxeda Highbank
9ef137ca 639M: Rob Herring <robh@kernel.org>
a00d7f20 640M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 641L: qemu-arm@nongnu.org
a00d7f20 642S: Odd Fixes
8d8b636d
PB
643F: hw/arm/highbank.c
644F: hw/net/xgmac.c
766fd09f 645
9082f121
AP
646Canon DIGIC
647M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 648M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 649L: qemu-arm@nongnu.org
a00d7f20 650S: Odd Fixes
9082f121
AP
651F: include/hw/arm/digic.h
652F: hw/*/digic*
7ad5f2d1 653F: include/hw/*/digic*
56c2c592 654F: tests/acceptance/machine_arm_canona1100.py
2d21dd17 655F: docs/system/arm/digic.rst
9082f121 656
9c8fdcec
AP
657Goldfish RTC
658M: Anup Patel <anup.patel@wdc.com>
659M: Alistair Francis <Alistair.Francis@wdc.com>
660L: qemu-riscv@nongnu.org
661S: Maintained
662F: hw/rtc/goldfish_rtc.c
663F: include/hw/rtc/goldfish_rtc.h
664
fd5d5c56 665Gumstix
a00d7f20
PM
666M: Peter Maydell <peter.maydell@linaro.org>
667R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b4f2bd1c 668L: qemu-arm@nongnu.org
1f7161d2 669S: Odd Fixes
8d8b636d 670F: hw/arm/gumstix.c
bb309000 671F: docs/system/arm/gumstix.rst
fd5d5c56 672
123a069a
TH
673i.MX25 PDK
674M: Peter Maydell <peter.maydell@linaro.org>
675R: Jean-Christophe Dubois <jcd@tribudubois.net>
676L: qemu-arm@nongnu.org
677S: Odd Fixes
678F: hw/arm/fsl-imx25.c
679F: hw/arm/imx25_pdk.c
680F: hw/misc/imx25_ccm.c
37f95959 681F: hw/watchdog/wdt_imx2.c
123a069a
TH
682F: include/hw/arm/fsl-imx25.h
683F: include/hw/misc/imx25_ccm.h
37f95959 684F: include/hw/watchdog/wdt_imx2.h
123a069a 685
95a5db3a 686i.MX31 (kzm)
a00d7f20 687M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 688L: qemu-arm@nongnu.org
95a5db3a 689S: Odd Fixes
8d8b636d 690F: hw/arm/kzm.c
95a5db3a
TH
691F: hw/*/imx_*
692F: hw/*/*imx31*
693F: include/hw/*/imx_*
694F: include/hw/*/*imx31*
0325559d 695
fd5d5c56 696Integrator CP
1ce9ce6a 697M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 698L: qemu-arm@nongnu.org
fd5d5c56 699S: Maintained
8d8b636d 700F: hw/arm/integratorcp.c
f7e242d6 701F: hw/misc/arm_integrator_debug.c
b7f30114 702F: include/hw/misc/arm_integrator_debug.h
5e0ac7e0 703F: tests/acceptance/machine_arm_integratorcp.py
c11a8e89 704F: docs/system/arm/integratorcp.rst
fd5d5c56 705
95a5db3a
TH
706MCIMX6UL EVK / i.MX6ul
707M: Peter Maydell <peter.maydell@linaro.org>
708R: Jean-Christophe Dubois <jcd@tribudubois.net>
709L: qemu-arm@nongnu.org
710S: Odd Fixes
711F: hw/arm/mcimx6ul-evk.c
712F: hw/arm/fsl-imx6ul.c
713F: hw/misc/imx6ul_ccm.c
714F: include/hw/arm/fsl-imx6ul.h
715F: include/hw/misc/imx6ul_ccm.h
716
717MCIMX7D SABRE / i.MX7
718M: Peter Maydell <peter.maydell@linaro.org>
719R: Andrey Smirnov <andrew.smirnov@gmail.com>
720L: qemu-arm@nongnu.org
721S: Odd Fixes
722F: hw/arm/mcimx7d-sabre.c
723F: hw/arm/fsl-imx7.c
b7f30114 724F: hw/misc/imx7_*.c
95a5db3a 725F: include/hw/arm/fsl-imx7.h
b7f30114 726F: include/hw/misc/imx7_*.h
95a5db3a
TH
727F: hw/pci-host/designware.c
728F: include/hw/pci-host/designware.h
729
e5a6a6e6
PM
730MPS2
731M: Peter Maydell <peter.maydell@linaro.org>
732L: qemu-arm@nongnu.org
733S: Maintained
734F: hw/arm/mps2.c
0d4a7551
PM
735F: hw/arm/mps2-tz.c
736F: hw/misc/mps2-*.c
737F: include/hw/misc/mps2-*.h
6eee5d24
PM
738F: hw/arm/armsse.c
739F: include/hw/arm/armsse.h
c56c5760
PMD
740F: hw/misc/iotkit-secctl.c
741F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
742F: hw/misc/iotkit-sysctl.c
743F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
744F: hw/misc/iotkit-sysinfo.c
745F: include/hw/misc/iotkit-sysinfo.h
4239b311
PM
746F: hw/misc/armsse-cpu-pwrctrl.c
747F: include/hw/misc/armsse-cpu-pwrctrl.h
5aeb3689
PM
748F: hw/misc/armsse-cpuid.c
749F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
750F: hw/misc/armsse-mhu.c
751F: include/hw/misc/armsse-mhu.h
0d10df30
PM
752F: hw/timer/sse-counter.c
753F: include/hw/timer/sse-counter.h
0b8ceee8
PM
754F: hw/timer/sse-timer.c
755F: include/hw/timer/sse-timer.h
1eca58aa 756F: tests/qtest/sse-timer-test.c
ba7912a5 757F: docs/system/arm/mps2.rst
e5a6a6e6 758
8f69a4c1
PM
759Musca
760M: Peter Maydell <peter.maydell@linaro.org>
761L: qemu-arm@nongnu.org
762S: Maintained
763F: hw/arm/musca.c
9f8f640e 764F: docs/system/arm/musca.rst
8f69a4c1 765
fd5d5c56
AL
766Musicpal
767M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 768M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 769L: qemu-arm@nongnu.org
a00d7f20 770S: Odd Fixes
8d8b636d 771F: hw/arm/musicpal.c
c11a8e89 772F: docs/system/arm/musicpal.rst
fd5d5c56 773
e5a7ba87
HS
774Nuvoton NPCM7xx
775M: Havard Skinnemoen <hskinnemoen@google.com>
776M: Tyrone Ting <kfting@nuvoton.com>
777L: qemu-arm@nongnu.org
778S: Supported
779F: hw/*/npcm7xx*
780F: include/hw/*/npcm7xx*
7d378ed6 781F: tests/qtest/npcm7xx*
d1cb5eda
HS
782F: pc-bios/npcm7xx_bootrom.bin
783F: roms/vbootrom
71703116 784F: docs/system/arm/nuvoton.rst
e5a7ba87 785
fd5d5c56
AL
786nSeries
787M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 788M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 789L: qemu-arm@nongnu.org
a00d7f20 790S: Odd Fixes
8d8b636d 791F: hw/arm/nseries.c
8a08cc71 792F: hw/display/blizzard.c
b7f30114
TH
793F: hw/input/lm832x.c
794F: hw/input/tsc2005.c
795F: hw/misc/cbus.c
6a648a5f 796F: hw/rtc/twl92230.c
8a08cc71 797F: include/hw/display/blizzard.h
410bbee1 798F: include/hw/input/lm832x.h
a331dd02 799F: include/hw/input/tsc2xxx.h
e8fa3958 800F: include/hw/misc/cbus.h
050a82f0 801F: tests/acceptance/machine_arm_n8x0.py
c11a8e89 802F: docs/system/arm/nseries.rst
fd5d5c56
AL
803
804Palm
805M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 806M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 807L: qemu-arm@nongnu.org
a00d7f20 808S: Odd Fixes
8d8b636d 809F: hw/arm/palm.c
b7f30114 810F: hw/input/tsc210x.c
a331dd02 811F: include/hw/input/tsc2xxx.h
c11a8e89 812F: docs/system/arm/palm.rst
fd5d5c56 813
95a5db3a
TH
814Raspberry Pi
815M: Peter Maydell <peter.maydell@linaro.org>
816R: Andrew Baumann <Andrew.Baumann@microsoft.com>
817R: Philippe Mathieu-Daudé <f4bug@amsat.org>
818L: qemu-arm@nongnu.org
819S: Odd Fixes
123a069a 820F: hw/arm/raspi.c
95a5db3a
TH
821F: hw/arm/raspi_platform.h
822F: hw/*/bcm283*
823F: include/hw/arm/raspi*
824F: include/hw/*/bcm283*
d9f2ac3d 825F: docs/system/arm/raspi.rst
95a5db3a 826
fd5d5c56 827Real View
1ce9ce6a 828M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 829L: qemu-arm@nongnu.org
fd5d5c56 830S: Maintained
8d8b636d 831F: hw/arm/realview*
f7e242d6 832F: hw/cpu/realview_mpcore.c
5ea53049
PB
833F: hw/intc/realview_gic.c
834F: include/hw/intc/realview_gic.h
c11a8e89 835F: docs/system/arm/realview.rst
fd5d5c56 836
9b31bff0 837PXA2XX
fd5d5c56 838M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 839M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 840L: qemu-arm@nongnu.org
a00d7f20 841S: Odd Fixes
9b31bff0 842F: hw/arm/mainstone.c
8d8b636d 843F: hw/arm/spitz.c
9b31bff0
PB
844F: hw/arm/tosa.c
845F: hw/arm/z2.c
846F: hw/*/pxa2xx*
123a069a
TH
847F: hw/display/tc6393xb.c
848F: hw/gpio/max7310.c
849F: hw/gpio/zaurus.c
f7e242d6 850F: hw/misc/mst_fpga.c
58f3e3fe
CM
851F: hw/adc/max111x.c
852F: include/hw/adc/max111x.h
ed0db866 853F: include/hw/arm/pxa.h
123a069a 854F: include/hw/arm/sharpsl.h
ee2ccc57 855F: include/hw/display/tc6393xb.h
c11a8e89 856F: docs/system/arm/xscale.rst
fd5d5c56 857
95a5db3a
TH
858SABRELITE / i.MX6
859M: Peter Maydell <peter.maydell@linaro.org>
860R: Jean-Christophe Dubois <jcd@tribudubois.net>
861L: qemu-arm@nongnu.org
862S: Odd Fixes
863F: hw/arm/sabrelite.c
864F: hw/arm/fsl-imx6.c
b7f30114 865F: hw/misc/imx6_*.c
95a5db3a 866F: hw/ssi/imx_spi.c
0701a5ef
GR
867F: hw/usb/imx-usb-phy.c
868F: include/hw/usb/imx-usb-phy.h
95a5db3a 869F: include/hw/arm/fsl-imx6.h
b7f30114 870F: include/hw/misc/imx6_*.h
95a5db3a
TH
871F: include/hw/ssi/imx_spi.h
872
64580903 873SBSA-REF
428a3777 874M: Radoslaw Biernacki <rad@semihalf.com>
64580903 875M: Peter Maydell <peter.maydell@linaro.org>
aff55693 876R: Leif Lindholm <leif@nuviainc.com>
64580903
HZ
877L: qemu-arm@nongnu.org
878S: Maintained
879F: hw/arm/sbsa-ref.c
9eeeb80a 880F: docs/system/arm/sbsa.rst
64580903 881
671f11b2
TH
882Sharp SL-5500 (Collie) PDA
883M: Peter Maydell <peter.maydell@linaro.org>
884L: qemu-arm@nongnu.org
885S: Odd Fixes
886F: hw/arm/collie.c
887F: hw/arm/strongarm*
b76b60f5 888F: docs/system/arm/collie.rst
671f11b2 889
fd5d5c56 890Stellaris
1ce9ce6a 891M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 892L: qemu-arm@nongnu.org
fd5d5c56 893S: Maintained
8d8b636d 894F: hw/*/stellaris*
98fa3327 895F: include/hw/input/gamepad.h
c11a8e89 896F: docs/system/arm/stellaris.rst
fd5d5c56 897
2ac2410c
AI
898STM32VLDISCOVERY
899M: Alexandre Iooss <erdnaxe@crans.org>
900L: qemu-arm@nongnu.org
901S: Maintained
902F: hw/arm/stm32vldiscovery.c
1af060e5 903F: docs/system/arm/stm32.rst
2ac2410c 904
95a5db3a
TH
905Versatile Express
906M: Peter Maydell <peter.maydell@linaro.org>
907L: qemu-arm@nongnu.org
908S: Maintained
909F: hw/arm/vexpress.c
5a1d4244 910F: docs/system/arm/vexpress.rst
95a5db3a 911
fd5d5c56 912Versatile PB
1ce9ce6a 913M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 914L: qemu-arm@nongnu.org
fd5d5c56 915S: Maintained
8d8b636d 916F: hw/*/versatile*
f61c3fb5 917F: include/hw/i2c/arm_sbcon_i2c.h
c6427ff7 918F: hw/misc/arm_sysctl.c
c11a8e89 919F: docs/system/arm/versatile.rst
fd5d5c56 920
95a5db3a
TH
921Virt
922M: Peter Maydell <peter.maydell@linaro.org>
923L: qemu-arm@nongnu.org
924S: Maintained
925F: hw/arm/virt*
926F: include/hw/arm/virt.h
6a0b7505 927F: docs/system/arm/virt.rst
95a5db3a 928
e3260506 929Xilinx Zynq
cc0100f4 930M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 931M: Alistair Francis <alistair@alistair23.me>
a00d7f20 932M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 933L: qemu-arm@nongnu.org
e3260506 934S: Maintained
cc0100f4 935F: hw/*/xilinx_*
8d8b636d 936F: hw/*/cadence_*
246f530c
CM
937F: hw/misc/zynq_slcr.c
938F: hw/adc/zynq-xadc.c
939F: include/hw/misc/zynq_slcr.h
940F: include/hw/adc/zynq-xadc.h
cc0100f4 941X: hw/ssi/xilinx_*
e3260506 942
ff9e157b 943Xilinx ZynqMP and Versal
c22e580c 944M: Alistair Francis <alistair@alistair23.me>
cc0100f4 945M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 946M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 947L: qemu-arm@nongnu.org
137805f5 948S: Maintained
cc0100f4 949F: hw/*/xlnx*.c
f586d5fc 950F: include/hw/*/xlnx*.h
24d6d8bf
PMD
951F: include/hw/ssi/xilinx_spips.h
952F: hw/display/dpcd.c
953F: include/hw/display/dpcd.h
ff9e157b 954F: docs/system/arm/xlnx-versal-virt.rst
137805f5 955
8f4d260e 956ARM ACPI Subsystem
e59f13d7 957M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 958L: qemu-arm@nongnu.org
8f4d260e
SZ
959S: Maintained
960F: hw/arm/virt-acpi-build.c
8f4d260e 961
0f76debd
AI
962STM32F100
963M: Alexandre Iooss <erdnaxe@crans.org>
964L: qemu-arm@nongnu.org
965S: Maintained
966F: hw/arm/stm32f100_soc.c
967
a1f8193b
AF
968STM32F205
969M: Alistair Francis <alistair@alistair23.me>
a00d7f20 970M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 971L: qemu-arm@nongnu.org
a1f8193b
AF
972S: Maintained
973F: hw/arm/stm32f205_soc.c
974F: hw/misc/stm32f2xx_syscfg.c
975F: hw/char/stm32f2xx_usart.c
976F: hw/timer/stm32f2xx_timer.c
977F: hw/adc/*
978F: hw/ssi/stm32f2xx_spi.c
0e0d345b 979F: include/hw/*/stm32*.h
a1f8193b 980
529fc5fd
AF
981STM32F405
982M: Alistair Francis <alistair@alistair23.me>
983M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 984L: qemu-arm@nongnu.org
529fc5fd
AF
985S: Maintained
986F: hw/arm/stm32f405_soc.c
987F: hw/misc/stm32f4xx_syscfg.c
988F: hw/misc/stm32f4xx_exti.c
989
a1f8193b
AF
990Netduino 2
991M: Alistair Francis <alistair@alistair23.me>
a00d7f20 992M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 993L: qemu-arm@nongnu.org
a1f8193b
AF
994S: Maintained
995F: hw/arm/netduino2.c
996
60d6c427
AF
997Netduino Plus 2
998M: Alistair Francis <alistair@alistair23.me>
999M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1000L: qemu-arm@nongnu.org
60d6c427
AF
1001S: Maintained
1002F: hw/arm/netduinoplus2.c
1003
670bc4cb
SS
1004SmartFusion2
1005M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1006M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1007L: qemu-arm@nongnu.org
670bc4cb
SS
1008S: Maintained
1009F: hw/arm/msf2-soc.c
1010F: hw/misc/msf2-sysreg.c
1011F: hw/timer/mss-timer.c
1012F: hw/ssi/mss-spi.c
1013F: include/hw/arm/msf2-soc.h
1014F: include/hw/misc/msf2-sysreg.h
1015F: include/hw/timer/mss-timer.h
1016F: include/hw/ssi/mss-spi.h
1c664378
SS
1017F: hw/net/msf2-emac.c
1018F: include/hw/net/msf2-emac.h
670bc4cb
SS
1019
1020Emcraft M2S-FG484
1021M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 1022M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1023L: qemu-arm@nongnu.org
670bc4cb
SS
1024S: Maintained
1025F: hw/arm/msf2-som.c
1026
f87db1ba
JS
1027ASPEED BMCs
1028M: Cédric Le Goater <clg@kaod.org>
a00d7f20 1029M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
1030R: Andrew Jeffery <andrew@aj.id.au>
1031R: Joel Stanley <joel@jms.id.au>
1032L: qemu-arm@nongnu.org
1033S: Maintained
1034F: hw/*/*aspeed*
b7f30114 1035F: hw/misc/pca9552.c
f87db1ba 1036F: include/hw/*/*aspeed*
b7f30114 1037F: include/hw/misc/pca9552*.h
f87db1ba
JS
1038F: hw/net/ftgmac100.c
1039F: include/hw/net/ftgmac100.h
de8ee7d4 1040F: docs/system/arm/aspeed.rst
66609952 1041F: tests/qtest/*aspeed*
f87db1ba 1042
c0066d1a
JS
1043NRF51
1044M: Joel Stanley <joel@jms.id.au>
a00d7f20 1045M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
1046L: qemu-arm@nongnu.org
1047S: Maintained
c8de3f5f
SH
1048F: hw/*/nrf51*.c
1049F: hw/*/microbit*.c
1050F: include/hw/*/nrf51*.h
1051F: include/hw/*/microbit*.h
1e8a1fae 1052F: tests/qtest/microbit-test.c
90a76c63 1053F: docs/system/arm/nrf.rst
c0066d1a 1054
42f3ff00
MR
1055AVR Machines
1056-------------
1057
1058AVR MCUs
1059M: Michael Rolnik <mrolnik@gmail.com>
42f3ff00 1060S: Maintained
812b31d3 1061F: configs/devices/avr-softmmu/default.mak
7dd8f6fd 1062F: hw/avr/
429ca9d6
MR
1063F: include/hw/char/avr_usart.h
1064F: hw/char/avr_usart.c
8ff47bc1
MR
1065F: include/hw/timer/avr_timer16.h
1066F: hw/timer/avr_timer16.c
dc288de0
MR
1067F: include/hw/misc/avr_power.h
1068F: hw/misc/avr_power.c
42f3ff00 1069
50486d63
PMD
1070Arduino
1071M: Philippe Mathieu-Daudé <f4bug@amsat.org>
50486d63
PMD
1072S: Maintained
1073F: hw/avr/arduino.c
1074
fd5d5c56
AL
1075CRIS Machines
1076-------------
1077Axis Dev88
1078M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1079S: Maintained
8d8b636d 1080F: hw/cris/axis_dev88.c
6e481d57 1081F: hw/*/etraxfs_*.c
fd5d5c56 1082
e188396c
PMD
1083HP-PARISC Machines
1084------------------
18092598 1085HP B160L
336f744e 1086M: Richard Henderson <richard.henderson@linaro.org>
e188396c
PMD
1087R: Helge Deller <deller@gmx.de>
1088S: Odd Fixes
812b31d3 1089F: configs/devices/hppa-softmmu/default.mak
e188396c
PMD
1090F: hw/hppa/
1091F: pc-bios/hppa-firmware.img
1092
afcacd53 1093M68K Machines
fd5d5c56
AL
1094-------------
1095an5206
5baf2741
TH
1096M: Thomas Huth <huth@tuxfamily.org>
1097S: Odd Fixes
8d8b636d 1098F: hw/m68k/an5206.c
e9a56114 1099F: hw/m68k/mcf5206.c
fd5d5c56 1100
fd5d5c56 1101mcf5208
5baf2741
TH
1102M: Thomas Huth <huth@tuxfamily.org>
1103S: Odd Fixes
8d8b636d 1104F: hw/m68k/mcf5208.c
e9a56114
TH
1105F: hw/m68k/mcf_intc.c
1106F: hw/char/mcf_uart.c
1107F: hw/net/mcf_fec.c
5baf2741 1108F: include/hw/m68k/mcf*.h
fd5d5c56 1109
1810b815
TH
1110NeXTcube
1111M: Thomas Huth <huth@tuxfamily.org>
1112S: Odd Fixes
1113F: hw/m68k/next-*.c
1114F: hw/display/next-fb.c
1115F: include/hw/m68k/next-cube.h
1116
6dca62a0
LV
1117q800
1118M: Laurent Vivier <laurent@vivier.eu>
1119S: Maintained
04e7ca8d 1120F: hw/m68k/q800.c
6dca62a0 1121F: hw/misc/mac_via.c
fa2ba3b8 1122F: hw/nubus/*
8ac919a0 1123F: hw/display/macfb.c
c701ec62 1124F: hw/block/swim.c
04e7ca8d 1125F: hw/m68k/bootinfo.h
382d71af
LV
1126F: include/standard-headers/asm-m68k/bootinfo.h
1127F: include/standard-headers/asm-m68k/bootinfo-mac.h
6dca62a0 1128F: include/hw/misc/mac_via.h
fa2ba3b8 1129F: include/hw/nubus/*
8ac919a0 1130F: include/hw/display/macfb.h
c701ec62 1131F: include/hw/block/swim.h
6dca62a0 1132
e1cecdca
LV
1133virt
1134M: Laurent Vivier <laurent@vivier.eu>
1135S: Maintained
1136F: hw/m68k/virt.c
1137F: hw/char/goldfish_tty.c
1138F: hw/intc/goldfish_pic.c
1139F: hw/intc/m68k_irqc.c
1140F: hw/misc/virt_ctrl.c
1141F: include/hw/char/goldfish_tty.h
1142F: include/hw/intc/goldfish_pic.h
1143F: include/hw/intc/m68k_irqc.h
1144F: include/hw/misc/virt_ctrl.h
1145
fd5d5c56
AL
1146MicroBlaze Machines
1147-------------------
1148petalogix_s3adsp1800
1149M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1150S: Maintained
6e481d57 1151F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1152F: include/hw/char/xilinx_uartlite.h
ee6c14d0 1153F: tests/acceptance/machine_microblaze.py
fd5d5c56 1154
d36e8ce7 1155petalogix_ml605
4b46ba61 1156M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1157S: Maintained
8d8b636d 1158F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1159
fd5d5c56
AL
1160MIPS Machines
1161-------------
1162Jazz
1163M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1164R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1165S: Maintained
5298722e 1166F: hw/mips/jazz.c
0886a785
PMD
1167F: hw/display/jazz_led.c
1168F: hw/dma/rc4030.c
fd5d5c56
AL
1169
1170Malta
485cd982
AM
1171M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1172R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1173S: Odd Fixes
60041378
AM
1174F: hw/isa/piix4.c
1175F: hw/acpi/piix4.c
5298722e 1176F: hw/mips/malta.c
93081f51 1177F: hw/mips/gt64xxx_pci.c
60041378 1178F: include/hw/southbridge/piix.h
c47c336e 1179F: tests/acceptance/linux_ssh_mips_malta.py
0484d9d4 1180F: tests/acceptance/machine_mips_malta.py
fd5d5c56
AL
1181
1182Mipssim
97d89746 1183R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4251dfb0 1184S: Orphan
5298722e 1185F: hw/mips/mipssim.c
659f42d8 1186F: hw/net/mipsnet.c
fd5d5c56 1187
c3a09ff6 1188Fuloong 2E
dab1e1e1 1189M: Huacai Chen <chenhuacai@kernel.org>
86eb0697 1190M: Philippe Mathieu-Daudé <f4bug@amsat.org>
97eeef8a 1191R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1192S: Odd Fixes
c3a09ff6 1193F: hw/mips/fuloong2e.c
0170a3fc 1194F: hw/isa/vt82c686.c
5021bfa5 1195F: hw/pci-host/bonito.c
6f2bcd5f 1196F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1197F: include/hw/isa/vt82c686.h
11984b18 1198F: tests/acceptance/machine_mips_fuloong2e.py
659f42d8 1199
53fb8bfb 1200Loongson-3 virtual platforms
dab1e1e1 1201M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1202R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1203S: Maintained
2c5b1a7d 1204F: hw/intc/loongson_liointc.c
d2245e2d
HC
1205F: hw/mips/loongson3_bootp.c
1206F: hw/mips/loongson3_bootp.h
c76b409f 1207F: hw/mips/loongson3_virt.c
c0928e6d 1208F: tests/acceptance/machine_mips_loongson3v.py
2c5b1a7d 1209
659f42d8 1210Boston
4ba98e96 1211M: Paul Burton <paulburton@kernel.org>
97d89746 1212R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1213S: Odd Fixes
659f42d8
YK
1214F: hw/core/loader-fit.c
1215F: hw/mips/boston.c
1216F: hw/pci-host/xilinx-pcie.c
5021bfa5 1217F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1218
945dad6d
JL
1219OpenRISC Machines
1220-----------------
1221or1k-sim
1222M: Jia Liu <proljc@gmail.com>
1223S: Maintained
1224F: hw/openrisc/openrisc_sim.c
1225
fd5d5c56
AL
1226PowerPC Machines
1227----------------
1228405
bba8e23a 1229M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1230M: Greg Kurz <groug@kaod.org>
a6c98685 1231L: qemu-ppc@nongnu.org
9b9fe135 1232S: Odd Fixes
8d8b636d 1233F: hw/ppc/ppc405_boards.c
fd5d5c56 1234
aaade8d7 1235Bamboo
bba8e23a 1236M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1237M: Greg Kurz <groug@kaod.org>
aaade8d7
AF
1238L: qemu-ppc@nongnu.org
1239S: Odd Fixes
8d8b636d 1240F: hw/ppc/ppc440_bamboo.c
aaade8d7 1241
98cded3a 1242e500
bba8e23a 1243M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1244M: Greg Kurz <groug@kaod.org>
98cded3a 1245L: qemu-ppc@nongnu.org
bba8e23a 1246S: Odd Fixes
ce6fc617 1247F: hw/ppc/e500*
2c6aba14 1248F: hw/gpio/mpc8xxx.c
7abb479c 1249F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1250F: hw/net/fsl_etsec/
1251F: hw/pci-host/ppce500.c
b5d55020
TH
1252F: include/hw/ppc/ppc_e500.h
1253F: include/hw/pci-host/ppce500.h
1254F: pc-bios/u-boot.e500
98cded3a
AF
1255
1256mpc8544ds
bba8e23a 1257M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1258M: Greg Kurz <groug@kaod.org>
98cded3a 1259L: qemu-ppc@nongnu.org
bba8e23a 1260S: Odd Fixes
98cded3a 1261F: hw/ppc/mpc8544ds.c
8d8b636d 1262F: hw/ppc/mpc8544_guts.c
98cded3a 1263
2c6aba14 1264New World (mac99)
40e3dd06
MCA
1265M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1266R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1267R: Greg Kurz <groug@kaod.org>
a6c98685 1268L: qemu-ppc@nongnu.org
bba8e23a 1269S: Odd Fixes
baec1910 1270F: hw/ppc/mac_newworld.c
6e481d57
PM
1271F: hw/pci-host/uninorth.c
1272F: hw/pci-bridge/dec.[hc]
8d8b636d 1273F: hw/misc/macio/
6ba16476 1274F: hw/misc/mos6522.c
b5d55020 1275F: hw/nvram/mac_nvram.c
2c6aba14 1276F: hw/input/adb*
eba45926 1277F: include/hw/misc/macio/
6ba16476 1278F: include/hw/misc/mos6522.h
eba45926 1279F: include/hw/ppc/mac_dbdma.h
5021bfa5 1280F: include/hw/pci-host/uninorth.h
2c6aba14 1281F: include/hw/input/adb*
52804c60 1282F: pc-bios/qemu_vga.ndrv
fd5d5c56 1283
2c6aba14 1284Old World (g3beige)
40e3dd06
MCA
1285M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1286R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1287R: Greg Kurz <groug@kaod.org>
a6c98685 1288L: qemu-ppc@nongnu.org
bba8e23a 1289S: Odd Fixes
baec1910 1290F: hw/ppc/mac_oldworld.c
6e481d57 1291F: hw/pci-host/grackle.c
8d8b636d 1292F: hw/misc/macio/
835c42d3 1293F: hw/intc/heathrow_pic.c
2c6aba14 1294F: hw/input/adb*
97e16dba 1295F: include/hw/intc/heathrow_pic.h
2c6aba14 1296F: include/hw/input/adb*
52804c60 1297F: pc-bios/qemu_vga.ndrv
fd5d5c56 1298
ec38d398 1299PReP
8178e89c 1300M: Hervé Poussineau <hpoussin@reactos.org>
ba477e64
DG
1301R: David Gibson <david@gibson.dropbear.id.au>
1302R: Greg Kurz <groug@kaod.org>
a6c98685 1303L: qemu-ppc@nongnu.org
8178e89c 1304S: Maintained
75610155 1305F: hw/ppc/prep.c
8178e89c
HP
1306F: hw/ppc/prep_systemio.c
1307F: hw/ppc/rs6000_mc.c
46fd3201 1308F: hw/pci-host/raven.c
0a9464b5 1309F: hw/isa/i82378.c
a48c6b51 1310F: hw/isa/pc87312.c
1cd6dccb 1311F: hw/dma/i82374.c
819ce6b2 1312F: hw/rtc/m48t59-isa.c
a48c6b51 1313F: include/hw/isa/pc87312.h
819ce6b2 1314F: include/hw/rtc/m48t59.h
71b290e7 1315F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1316
300b115c 1317sPAPR
085eb217 1318M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1319M: Greg Kurz <groug@kaod.org>
8a269ca4
AF
1320L: qemu-ppc@nongnu.org
1321S: Supported
8d8b636d 1322F: hw/*/spapr*
f9de2da7
DG
1323F: include/hw/*/spapr*
1324F: hw/*/xics*
1325F: include/hw/*/xics*
b5d55020
TH
1326F: pc-bios/slof.bin
1327F: docs/specs/ppc-spapr-hcalls.txt
1328F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1329F: tests/qtest/spapr*
1cf4323e 1330F: tests/qtest/libqos/*spapr*
1e8a1fae 1331F: tests/qtest/rtas*
1cf4323e 1332F: tests/qtest/libqos/rtas*
8a269ca4 1333
1af82d4f
CLG
1334PowerNV (Non-Virtualized)
1335M: Cédric Le Goater <clg@kaod.org>
1336M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1337M: Greg Kurz <groug@kaod.org>
1af82d4f
CLG
1338L: qemu-ppc@nongnu.org
1339S: Maintained
1340F: hw/ppc/pnv*
1341F: hw/intc/pnv*
1342F: hw/intc/xics_pnv.c
157ed954 1343F: hw/pci-host/pnv*
1af82d4f 1344F: include/hw/ppc/pnv*
157ed954 1345F: include/hw/pci-host/pnv*
1af82d4f 1346F: pc-bios/skiboot.lid
1e8a1fae 1347F: tests/qtest/pnv*
1af82d4f 1348
794d00bf
AF
1349virtex_ml507
1350M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1351L: qemu-ppc@nongnu.org
1352S: Odd Fixes
6e481d57 1353F: hw/ppc/virtex_ml507.c
794d00bf 1354
a9dd6604
BZ
1355sam460ex
1356M: BALATON Zoltan <balaton@eik.bme.hu>
ba477e64
DG
1357R: David Gibson <david@gibson.dropbear.id.au>
1358R: Greg Kurz <groug@kaod.org>
a9dd6604
BZ
1359L: qemu-ppc@nongnu.org
1360S: Maintained
33c6a8b5
BZ
1361F: hw/ppc/sam460ex.c
1362F: hw/ppc/ppc440_pcix.c
1363F: hw/display/sm501*
a9dd6604 1364F: hw/ide/sii3112.c
de04c31d 1365F: hw/rtc/m41t80.c
33c6a8b5
BZ
1366F: pc-bios/canyonlands.dt[sb]
1367F: pc-bios/u-boot-sam460ex-20100605.bin
1368F: roms/u-boot-sam460ex
a9dd6604 1369
ba7e5ac1
BZ
1370pegasos2
1371M: BALATON Zoltan <balaton@eik.bme.hu>
1372R: David Gibson <david@gibson.dropbear.id.au>
1373L: qemu-ppc@nongnu.org
1374S: Maintained
1375F: hw/ppc/pegasos2.c
1376F: hw/pci-host/mv64361.c
1377F: hw/pci-host/mv643xx.h
1378F: include/hw/pci-host/mv64361.h
1379
fc8c745d
AK
1380Virtual Open Firmware (VOF)
1381M: Alexey Kardashevskiy <aik@ozlabs.ru>
21bde1ec
AK
1382R: David Gibson <david@gibson.dropbear.id.au>
1383R: Greg Kurz <groug@kaod.org>
fc8c745d
AK
1384L: qemu-ppc@nongnu.org
1385S: Maintained
1386F: hw/ppc/spapr_vof*
1387F: hw/ppc/vof*
1388F: include/hw/ppc/vof*
1389F: pc-bios/vof/*
1390F: pc-bios/vof*
1391
fe0fe473
AF
1392RISC-V Machines
1393---------------
1394OpenTitan
1395M: Alistair Francis <Alistair.Francis@wdc.com>
1396L: qemu-riscv@nongnu.org
1397S: Supported
1398F: hw/riscv/opentitan.c
df41cbd6 1399F: hw/*/ibex_*.c
fe0fe473 1400F: include/hw/riscv/opentitan.h
df41cbd6 1401F: include/hw/*/ibex_*.h
fe0fe473 1402
56f6e31e
BM
1403Microchip PolarFire SoC Icicle Kit
1404M: Bin Meng <bin.meng@windriver.com>
1405L: qemu-riscv@nongnu.org
1406S: Supported
1407F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1408F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1409F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1410F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1411F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1412F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1413F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1414F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1415F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1416F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1417
7a261baf
VK
1418Shakti C class SoC
1419M: Vijai Kumar K <vijai@behindbytes.com>
1420L: qemu-riscv@nongnu.org
1421S: Supported
1422F: hw/riscv/shakti_c.c
07f334d8 1423F: hw/char/shakti_uart.c
7a261baf 1424F: include/hw/riscv/shakti_c.h
07f334d8 1425F: include/hw/char/shakti_uart.h
7a261baf 1426
4fcad931
AF
1427SiFive Machines
1428M: Alistair Francis <Alistair.Francis@wdc.com>
1429M: Bin Meng <bin.meng@windriver.com>
1430M: Palmer Dabbelt <palmer@dabbelt.com>
1431L: qemu-riscv@nongnu.org
1432S: Supported
1433F: hw/*/*sifive*.c
1434F: include/hw/*/*sifive*.h
1435
bda19d7b
YS
1436RX Machines
1437-----------
1438rx-gdbsim
b2744da9
PMD
1439R: Yoshinori Sato <ysato@users.sourceforge.jp>
1440S: Orphan
4adbfa45 1441F: docs/system/target-rx.rst
bda19d7b 1442F: hw/rx/rx-gdbsim.c
cf665623 1443F: tests/acceptance/machine_rx_gdbsim.py
bda19d7b 1444
fd5d5c56
AL
1445SH4 Machines
1446------------
1447R2D
2d53d0c7 1448R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1449R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1450S: Odd Fixes
7ae5c8bb 1451F: hw/char/sh_serial.c
6e481d57 1452F: hw/sh4/r2d.c
81527b94 1453F: hw/intc/sh_intc.c
c64bd101 1454F: hw/pci-host/sh_pci.c
25e79527 1455F: hw/timer/sh_timer.c
65b8dc29 1456F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1457
1458Shix
2d53d0c7 1459R: Yoshinori Sato <ysato@users.sourceforge.jp>
a9fb4468 1460R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1461S: Odd Fixes
475e70bd 1462F: hw/block/tc58128.c
7ae5c8bb 1463F: hw/char/sh_serial.c
6e481d57 1464F: hw/sh4/shix.c
65b8dc29 1465F: hw/intc/sh_intc.c
25e79527 1466F: hw/timer/sh_timer.c
65b8dc29 1467F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1468
1469SPARC Machines
1470--------------
1471Sun4m
f2416d3a 1472M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1473S: Maintained
8d8b636d 1474F: hw/sparc/sun4m.c
c468e368 1475F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1476F: hw/display/cg3.c
1477F: hw/display/tcx.c
c10a1c78 1478F: hw/dma/sparc32_dma.c
7098b79e 1479F: hw/misc/eccmemctl.c
aec2b887
TH
1480F: hw/*/slavio_*.c
1481F: include/hw/nvram/sun_nvram.h
c10a1c78 1482F: include/hw/sparc/sparc32_dma.h
d0476159 1483F: include/hw/sparc/sun4m_iommu.h
aec2b887 1484F: pc-bios/openbios-sparc32
fd5d5c56
AL
1485
1486Sun4u
f2416d3a 1487M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1488S: Maintained
8d8b636d 1489F: hw/sparc64/sun4u.c
8ef856b7
PMD
1490F: hw/sparc64/sun4u_iommu.c
1491F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1492F: hw/pci-host/sabre.c
1493F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1494F: hw/pci-bridge/simba.c
1495F: include/hw/pci-bridge/simba.h
1496F: pc-bios/openbios-sparc64
8c432921 1497F: tests/acceptance/machine_sparc64_sun4u.py
fd5d5c56 1498
a2664ca0
AT
1499Sun4v
1500M: Artyom Tarasenko <atar4qemu@gmail.com>
1501S: Maintained
626e4a4b 1502F: hw/sparc64/niagara.c
2811ac30
PMD
1503F: hw/rtc/sun4v-rtc.c
1504F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1505
ce6c760c
FC
1506Leon3
1507M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1508M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1509S: Maintained
8d8b636d
PB
1510F: hw/sparc/leon3.c
1511F: hw/*/grlib*
162abf1a 1512F: include/hw/*/grlib*
b11785ca 1513F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1514
fd5d5c56
AL
1515S390 Machines
1516-------------
dd4ad64a 1517S390 Virtio-ccw
c1976ae7 1518M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1519M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1520M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1521S: Supported
0c6aa7ee 1522F: hw/char/sclp*.[hc]
9d1c4449 1523F: hw/char/terminal3270.c
c5bfb202 1524F: hw/s390x/
4277af19 1525F: include/hw/s390x/
c5bfb202 1526F: hw/watchdog/wdt_diag288.c
1e4738b2 1527F: include/hw/watchdog/wdt_diag288.h
812b31d3 1528F: configs/devices/s390x-softmmu/default.mak
2d9ca5a3 1529F: tests/acceptance/machine_s390_ccw_virtio.py
99eaf137 1530T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1531T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1532L: qemu-s390x@nongnu.org
dd4ad64a 1533
8e4eb427 1534S390-ccw boot
304584bf
CH
1535M: Christian Borntraeger <borntraeger@de.ibm.com>
1536M: Thomas Huth <thuth@redhat.com>
1537S: Supported
8e4eb427 1538F: hw/s390x/ipl.*
304584bf
CH
1539F: pc-bios/s390-ccw/
1540F: pc-bios/s390-ccw.img
cc3d15a5 1541F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1542T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1543L: qemu-s390x@nongnu.org
1544
d5bfb425 1545S390 PCI
ecd6663d 1546M: Matthew Rosato <mjrosato@linux.ibm.com>
074c84b9 1547M: Eric Farman <farman@linux.ibm.com>
d5bfb425
CB
1548S: Supported
1549F: hw/s390x/s390-pci*
408b55db 1550F: include/hw/s390x/s390-pci*
d5bfb425
CB
1551L: qemu-s390x@nongnu.org
1552
fd5d5c56
AL
1553X86 Machines
1554------------
1555PC
046a6486 1556M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1557M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1558S: Supported
046a6486
MT
1559F: include/hw/i386/
1560F: hw/i386/
0f25d865 1561F: hw/pci-host/i440fx.c
046a6486
MT
1562F: hw/pci-host/q35.c
1563F: hw/pci-host/pam.c
0fd61a2d 1564F: include/hw/pci-host/i440fx.h
046a6486
MT
1565F: include/hw/pci-host/q35.h
1566F: include/hw/pci-host/pam.h
14a026dd 1567F: hw/isa/piix3.c
046a6486
MT
1568F: hw/isa/lpc_ich9.c
1569F: hw/i2c/smbus_ich9.c
1570F: hw/acpi/piix4.c
1571F: hw/acpi/ich9.c
1572F: include/hw/acpi/ich9.h
fff123b8 1573F: include/hw/southbridge/piix.h
9cc3b73c 1574F: hw/misc/sga.c
6f5a3294
PMD
1575F: hw/isa/apm.c
1576F: include/hw/isa/apm.h
da668aa1 1577F: tests/unit/test-x86-cpuid.c
1e8a1fae 1578F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1579
1580PC Chipset
1581M: Michael S. Tsirkin <mst@redhat.com>
1582M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1583S: Supported
9cc3b73c 1584F: hw/char/debugcon.c
bb3d5ea8 1585F: hw/char/parallel*
9cc3b73c
PB
1586F: hw/char/serial*
1587F: hw/dma/i8257*
1588F: hw/i2c/pm_smbus.c
1732be86 1589F: hw/input/pckbd.c
9cc3b73c
PB
1590F: hw/intc/apic*
1591F: hw/intc/ioapic*
1592F: hw/intc/i8259*
1854eb28 1593F: hw/isa/isa-superio.c
9cc3b73c
PB
1594F: hw/misc/debugexit.c
1595F: hw/misc/pc-testdev.c
1596F: hw/timer/hpet*
1597F: hw/timer/i8254*
bcdb9064 1598F: hw/rtc/mc146818rtc*
edc46aff 1599F: hw/watchdog/wdt_ib700.c
4bcbc773 1600F: hw/watchdog/wdt_i6300esb.c
866e2b37 1601F: include/hw/display/vga.h
bb3d5ea8 1602F: include/hw/char/parallel.h
55f613ac 1603F: include/hw/dma/i8257.h
a2feb348 1604F: include/hw/i2c/pm_smbus.h
47973a2d 1605F: include/hw/input/i8042.h
4bcbc773 1606F: include/hw/isa/i8259_internal.h
1854eb28 1607F: include/hw/isa/superio.h
a2feb348
TH
1608F: include/hw/timer/hpet.h
1609F: include/hw/timer/i8254*
bcdb9064 1610F: include/hw/rtc/mc146818rtc*
046a6486 1611
5cb48f05
SL
1612microvm
1613M: Sergio Lopez <slp@redhat.com>
1614M: Paolo Bonzini <pbonzini@redhat.com>
1615S: Maintained
1616F: docs/microvm.rst
1617F: hw/i386/microvm.c
1618F: include/hw/i386/microvm.h
1619F: pc-bios/bios-microvm.bin
1620
5da4fb00
MT
1621Machine core
1622M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1623M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1624S: Supported
d9f24bf5 1625F: cpu.c
2e5b09fd 1626F: hw/core/cpu.c
52924dea 1627F: hw/core/machine-qmp-cmds.c
5da4fb00 1628F: hw/core/machine.c
c1629c5c 1629F: hw/core/null-machine.c
ac057879 1630F: hw/core/numa.c
335d52f4 1631F: hw/cpu/cluster.c
8ac25c84 1632F: qapi/machine.json
7f7b4e7a 1633F: qapi/machine-target.json
5da4fb00 1634F: include/hw/boards.h
2e5b09fd 1635F: include/hw/core/cpu.h
335d52f4 1636F: include/hw/cpu/cluster.h
2dd02587 1637F: include/sysemu/numa.h
f953c100 1638T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1639
16e7caae
MF
1640Xtensa Machines
1641---------------
375847a6 1642sim
16e7caae
MF
1643M: Max Filippov <jcmvbkbc@gmail.com>
1644S: Maintained
437a8c11 1645F: hw/xtensa/sim.c
375847a6 1646
d9e8553b
MF
1647virt
1648M: Max Filippov <jcmvbkbc@gmail.com>
1649S: Maintained
1650F: hw/xtensa/virt.c
1651
437a8c11 1652XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1653M: Max Filippov <jcmvbkbc@gmail.com>
1654S: Maintained
437a8c11
MF
1655F: hw/xtensa/xtfpga.c
1656F: hw/net/opencores_eth.c
16e7caae 1657
fd5d5c56
AL
1658Devices
1659-------
d36d7112
VG
1660Xilinx CAN
1661M: Vikram Garhwal <fnu.vikram@xilinx.com>
1662M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1663S: Maintained
1664F: hw/net/can/xlnx-*
1665F: include/hw/net/xlnx-*
1666F: tests/qtest/xlnx-can-test*
1667
b30934cb
JS
1668EDU
1669M: Jiri Slaby <jslaby@suse.cz>
1670S: Maintained
1671F: hw/misc/edu.c
1672
fd5d5c56 1673IDE
c095348b
JS
1674M: John Snow <jsnow@redhat.com>
1675L: qemu-block@nongnu.org
1676S: Supported
8d8b636d 1677F: include/hw/ide.h
c9f7acd5 1678F: include/hw/ide/
fd5d5c56 1679F: hw/ide/
c095348b
JS
1680F: hw/block/block.c
1681F: hw/block/cdrom.c
1682F: hw/block/hd-geometry.c
1e8a1fae
TH
1683F: tests/qtest/ide-test.c
1684F: tests/qtest/ahci-test.c
1685F: tests/qtest/cdrom-test.c
1cf4323e 1686F: tests/qtest/libqos/ahci*
77582e2c 1687T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1688
caf316ba
CM
1689IPMI
1690M: Corey Minyard <minyard@acm.org>
1691S: Maintained
1692F: include/hw/ipmi/*
1693F: hw/ipmi/*
1694F: hw/smbios/smbios_type_38.c
1e8a1fae 1695F: tests/qtest/ipmi*
e18a8b34 1696T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1697
c095348b
JS
1698Floppy
1699M: John Snow <jsnow@redhat.com>
1700L: qemu-block@nongnu.org
1701S: Supported
1702F: hw/block/fdc.c
5a5d2f3d 1703F: hw/block/fdc-internal.h
72ea60e4 1704F: hw/block/fdc-isa.c
1430759e 1705F: hw/block/fdc-sysbus.c
c095348b 1706F: include/hw/block/fdc.h
1e8a1fae 1707F: tests/qtest/fdc-test.c
77582e2c 1708T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1709
f5f487b2
PM
1710OMAP
1711M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1712L: qemu-arm@nongnu.org
f5f487b2 1713S: Maintained
8d8b636d 1714F: hw/*/omap*
ed0db866 1715F: include/hw/arm/omap.h
66278f8a 1716F: docs/system/arm/sx1.rst
f5f487b2 1717
28d54e58
PB
1718IPack
1719M: Alberto Garcia <berto@igalia.com>
1720S: Odd Fixes
1721F: hw/char/ipoctal232.c
1722F: hw/ipack/
1723
fd5d5c56
AL
1724PCI
1725M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1726M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1727S: Supported
8d8b636d 1728F: include/hw/pci/*
f178bc6b 1729F: hw/misc/pci-testdev.c
ca818cfb 1730F: hw/pci/*
f178bc6b 1731F: hw/pci-bridge/*
61c7f987 1732F: qapi/pci.json
68179923
PMD
1733F: docs/pci*
1734F: docs/specs/*pci*
0e0b3592 1735
d31e5ae7 1736ACPI/SMBIOS
0e0b3592
MT
1737M: Michael S. Tsirkin <mst@redhat.com>
1738M: Igor Mammedov <imammedo@redhat.com>
1739S: Supported
1740F: include/hw/acpi/*
a2eb5c0c 1741F: include/hw/firmware/smbios.h
0e0b3592 1742F: hw/mem/*
8d8b636d 1743F: hw/acpi/*
d31e5ae7 1744F: hw/smbios/*
0e0b3592 1745F: hw/i386/acpi-build.[hc]
0e0b3592 1746F: hw/arm/virt-acpi-build.c
27c9188f 1747F: qapi/acpi.json
b963ea19 1748F: tests/qtest/bios-tables-test*
1e8a1fae 1749F: tests/qtest/acpi-utils.[hc]
faae23b9 1750F: tests/data/acpi/
fd5d5c56 1751
f7e462f8 1752ACPI/HEST/GHES
d6eed465 1753R: Dongjiu Geng <gengdongjiu1@gmail.com>
f7e462f8
DG
1754L: qemu-arm@nongnu.org
1755S: Maintained
1756F: hw/acpi/ghes.c
1757F: include/hw/acpi/ghes.h
1758F: docs/specs/acpi_hest_ghes.rst
1759
aaade8d7 1760ppc4xx
bba8e23a 1761M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1762L: qemu-ppc@nongnu.org
1763S: Odd Fixes
8d8b636d 1764F: hw/ppc/ppc4*.c
aa3a41f9 1765F: hw/i2c/ppc4xx_i2c.c
b5d55020 1766F: include/hw/ppc/ppc4xx.h
aa3a41f9 1767F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1768F: hw/intc/ppc-uic.c
1769F: include/hw/intc/ppc-uic.h
aaade8d7 1770
61af0ee6 1771Character devices
2185fd67
PB
1772M: Marc-André Lureau <marcandre.lureau@redhat.com>
1773R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1774S: Odd Fixes
1775F: hw/char/
1776
f536f112
PB
1777Network devices
1778M: Jason Wang <jasowang@redhat.com>
1779S: Odd Fixes
1780F: hw/net/
6061b5c6 1781F: include/hw/net/
1e8a1fae 1782F: tests/qtest/virtio-net-test.c
9711cd0d 1783F: docs/virtio-net-failover.rst
e18a8b34 1784T: git https://github.com/jasowang/qemu.git net
f536f112 1785
e0c9d0c1
PMD
1786Parallel NOR Flash devices
1787M: Philippe Mathieu-Daudé <philmd@redhat.com>
1788T: git https://gitlab.com/philmd/qemu.git pflash-next
1789S: Maintained
1790F: hw/block/pflash_cfi*.c
1791F: include/hw/block/flash.h
1792
fd5d5c56 1793SCSI
de7724f7 1794M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1795R: Fam Zheng <fam@euphon.net>
de7724f7 1796S: Supported
74460f34 1797F: include/hw/scsi/*
8d8b636d 1798F: hw/scsi/*
1e8a1fae 1799F: tests/qtest/virtio-scsi-test.c
b43957dc 1800F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 1801F: tests/qtest/am53c974-test.c
e18a8b34 1802T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1803
fcb5629d 1804SSI
c22e580c 1805M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1806S: Maintained
8d8b636d
PB
1807F: hw/ssi/*
1808F: hw/block/m25p80.c
982d009a 1809F: include/hw/ssi/ssi.h
4b46ba61 1810X: hw/ssi/xilinx_*
1e8a1fae 1811F: tests/qtest/m25p80-test.c
4b46ba61
AF
1812
1813Xilinx SPI
c22e580c 1814M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1815S: Maintained
1816F: hw/ssi/xilinx_*
fcb5629d 1817
076a0fc3
PMD
1818SD (Secure Card)
1819M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3e0a7693 1820M: Bin Meng <bin.meng@windriver.com>
ba412478 1821L: qemu-block@nongnu.org
076a0fc3
PMD
1822S: Odd Fixes
1823F: include/hw/sd/sd*
1824F: hw/sd/core.c
1825F: hw/sd/sd*
1232ed1f 1826F: hw/sd/ssi-sd.c
59b63d78
PMD
1827F: tests/qtest/fuzz-sdcard-test.c
1828F: tests/qtest/sdhci-test.c
076a0fc3 1829
fd5d5c56 1830USB
5d0d62fe
GH
1831M: Gerd Hoffmann <kraxel@redhat.com>
1832S: Maintained
8d8b636d 1833F: hw/usb/*
9c3c834b 1834F: stubs/usb-dev-stub.c
1e8a1fae 1835F: tests/qtest/usb-*-test.c
beded0ff
TH
1836F: docs/usb2.txt
1837F: docs/usb-storage.txt
1838F: include/hw/usb.h
1839F: include/hw/usb/
fd5d5c56 1840
e26082fd
PB
1841USB (serial adapter)
1842M: Gerd Hoffmann <kraxel@redhat.com>
1843M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1844S: Maintained
1845F: hw/usb/dev-serial.c
1846
92e1fb5e
AW
1847VFIO
1848M: Alex Williamson <alex.williamson@redhat.com>
1849S: Supported
cf7087db 1850F: hw/vfio/*
99b88c6d 1851F: include/hw/vfio/
4e779bf1 1852F: docs/igd-assign.txt
2a578133 1853F: docs/devel/vfio-migration.rst
92e1fb5e 1854
5eb74557 1855vfio-ccw
c1976ae7 1856M: Cornelia Huck <cohuck@redhat.com>
7913938a 1857M: Eric Farman <farman@linux.ibm.com>
074c84b9 1858M: Matthew Rosato <mjrosato@linux.ibm.com>
5eb74557
DJS
1859S: Supported
1860F: hw/vfio/ccw.c
1861F: hw/s390x/s390-ccw.c
1862F: include/hw/s390x/s390-ccw.h
44445d86 1863F: include/hw/s390x/vfio-ccw.h
99eaf137 1864T: git https://gitlab.com/cohuck/qemu.git s390-next
146bd283 1865L: qemu-s390x@nongnu.org
5eb74557 1866
a51b3153 1867vfio-ap
a51b3153
TK
1868M: Tony Krowiak <akrowiak@linux.ibm.com>
1869M: Halil Pasic <pasic@linux.ibm.com>
074c84b9 1870M: Jason Herne <jjherne@linux.ibm.com>
a51b3153
TK
1871S: Supported
1872F: hw/s390x/ap-device.c
1873F: hw/s390x/ap-bridge.c
1874F: include/hw/s390x/ap-device.h
1875F: include/hw/s390x/ap-bridge.h
2fe2942c 1876F: hw/vfio/ap.c
f58f084e 1877F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1878L: qemu-s390x@nongnu.org
1879
fd5d5c56
AL
1880vhost
1881M: Michael S. Tsirkin <mst@redhat.com>
1882S: Supported
8d8b636d 1883F: hw/*/*vhost*
482580a6 1884F: docs/interop/vhost-user.json
ed1be66b 1885F: docs/interop/vhost-user.rst
72c1e865 1886F: contrib/vhost-user-*/
f24bb728
MAL
1887F: backends/vhost-user.c
1888F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1889
1890virtio
a75143ed 1891M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1892S: Supported
8d8b636d 1893F: hw/*/virtio*
72fa605d
TH
1894F: hw/virtio/Makefile.objs
1895F: hw/virtio/trace-events
6a084ea3 1896F: net/vhost-user.c
494f7b57 1897F: include/hw/virtio/
fd5d5c56 1898
6d7b25ad
DH
1899virtio-balloon
1900M: Michael S. Tsirkin <mst@redhat.com>
1901M: David Hildenbrand <david@redhat.com>
1902S: Maintained
1903F: hw/virtio/virtio-balloon*.c
1904F: include/hw/virtio/virtio-balloon.h
c7f419f5 1905F: softmmu/balloon.c
6d7b25ad
DH
1906F: include/sysemu/balloon.h
1907
fd5d5c56 1908virtio-9p
8c1cd719 1909M: Greg Kurz <groug@kaod.org>
233982af 1910M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1911S: Odd Fixes
6f569084 1912W: https://wiki.qemu.org/Documentation/9p
aebeca25 1913F: hw/9pfs/
b827891d 1914X: hw/9pfs/xen-9p*
aebeca25 1915F: fsdev/
33b2b388 1916F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 1917F: tests/qtest/virtio-9p-test.c
1a001953 1918T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 1919T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
1920
1921virtio-blk
54d01a00 1922M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1923L: qemu-block@nongnu.org
fd5d5c56 1924S: Supported
8d8b636d 1925F: hw/block/virtio-blk.c
b457a5f5 1926F: hw/block/dataplane/*
1e8a1fae 1927F: tests/qtest/virtio-blk-test.c
e18a8b34 1928T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1929
dd4ad64a 1930virtio-ccw
c1976ae7 1931M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1932M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1933S: Supported
901f5f16 1934F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1935F: hw/s390x/vhost-vsock-ccw.c
99eaf137 1936T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1937T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1938L: qemu-s390x@nongnu.org
dd4ad64a 1939
bad7d2c3
DDAG
1940virtiofs
1941M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1942M: Stefan Hajnoczi <stefanha@redhat.com>
1943S: Supported
1944F: tools/virtiofsd/*
1945F: hw/virtio/vhost-user-fs*
1946F: include/hw/virtio/vhost-user-fs.h
33b2b388 1947F: docs/tools/virtiofsd.rst
09c8d9e8 1948L: virtio-fs@redhat.com
bad7d2c3 1949
a5d4d7b5
GH
1950virtio-input
1951M: Gerd Hoffmann <kraxel@redhat.com>
1952S: Maintained
9c4d05b7 1953F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1954F: hw/input/virtio-input*.c
1955F: include/hw/virtio/virtio-input.h
06914c97 1956F: contrib/vhost-user-input/*
a5d4d7b5 1957
c1dee918
EA
1958virtio-iommu
1959M: Eric Auger <eric.auger@redhat.com>
1960S: Maintained
1961F: hw/virtio/virtio-iommu*.c
1962F: include/hw/virtio/virtio-iommu.h
1963
fd5d5c56 1964virtio-serial
2501db70
LV
1965M: Laurent Vivier <lvivier@redhat.com>
1966R: Amit Shah <amit@kernel.org>
fd5d5c56 1967S: Supported
8d8b636d
PB
1968F: hw/char/virtio-serial-bus.c
1969F: hw/char/virtio-console.c
68a5e38a 1970F: include/hw/virtio/virtio-serial.h
1e8a1fae 1971F: tests/qtest/virtio-serial-test.c
fd5d5c56 1972
1f51a5cb 1973virtio-rng
2501db70
LV
1974M: Laurent Vivier <lvivier@redhat.com>
1975R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1976S: Supported
1977F: hw/virtio/virtio-rng.c
1978F: include/hw/virtio/virtio-rng.h
750cf869 1979F: include/sysemu/rng*.h
1f51a5cb 1980F: backends/rng*.c
1e8a1fae 1981F: tests/qtest/virtio-rng-test.c
1f51a5cb 1982
e3e01466
MP
1983vhost-user-rng
1984M: Mathieu Poirier <mathieu.poirier@linaro.org>
1985S: Supported
1986F: docs/tools/vhost-user-rng.rst
1987F: hw/virtio/vhost-user-rng.c
1988F: hw/virtio/vhost-user-rng-pci.c
1989F: include/hw/virtio/vhost-user-rng.h
1990F: tools/vhost-user-rng/*
1991
6034011c
GA
1992virtio-crypto
1993M: Gonglei <arei.gonglei@huawei.com>
1994S: Supported
1995F: hw/virtio/virtio-crypto.c
1996F: hw/virtio/virtio-crypto-pci.c
1997F: include/hw/virtio/virtio-crypto.h
1998
751c7bdd
DH
1999virtio-mem
2000M: David Hildenbrand <david@redhat.com>
2001S: Supported
2002W: https://virtio-mem.gitlab.io/
2003F: hw/virtio/virtio-mem.c
2004F: hw/virtio/virtio-mem-pci.h
2005F: hw/virtio/virtio-mem-pci.c
2006F: include/hw/virtio/virtio-mem.h
2007
f3c507ad 2008nvme
8261cc17 2009M: Keith Busch <kbusch@kernel.org>
e8cc43d5 2010M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 2011L: qemu-block@nongnu.org
f3c507ad 2012S: Supported
88eea45c 2013F: hw/nvme/*
dc0b4d94 2014F: include/block/nvme.h
1e8a1fae 2015F: tests/qtest/nvme-test.c
a3d9f3a9 2016F: docs/system/nvme.rst
e8cc43d5 2017T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2018
d383c625 2019megasas
3fdfb8b6 2020M: Hannes Reinecke <hare@suse.com>
c95e4c0e 2021L: qemu-block@nongnu.org
d383c625
HR
2022S: Supported
2023F: hw/scsi/megasas.c
2024F: hw/scsi/mfi.h
1e8a1fae 2025F: tests/qtest/megasas-test.c
c887d333 2026F: tests/qtest/fuzz-megasas-test.c
d383c625 2027
605d52e6 2028Network packet abstractions
bf4835a4 2029M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
2030S: Maintained
2031F: include/net/eth.h
2032F: net/eth.c
2033F: hw/net/net_rx_pkt*
2034F: hw/net/net_tx_pkt*
2035
622fb504 2036Vmware
bf4835a4 2037M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
2038S: Maintained
2039F: hw/net/vmxnet*
2040F: hw/scsi/vmw_pvscsi*
1e8a1fae 2041F: tests/qtest/vmxnet3-test.c
622fb504 2042
de24d3f1 2043Rocker
de24d3f1
SF
2044M: Jiri Pirko <jiri@resnulli.us>
2045S: Maintained
2046F: hw/net/rocker/
92a3c6aa 2047F: qapi/rocker.json
de850948
TH
2048F: tests/rocker/
2049F: docs/specs/rocker.txt
de24d3f1 2050
70d1fb9c 2051NVDIMM
7a5bd53d 2052M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
2053S: Maintained
2054F: hw/acpi/nvdimm.c
2055F: hw/mem/nvdimm.c
2056F: include/hw/mem/nvdimm.h
e2e254d3 2057F: docs/nvdimm.txt
70d1fb9c 2058
093454e2 2059e1000x
bf4835a4 2060M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
2061S: Maintained
2062F: hw/net/e1000x*
2063
6f3fbe4e 2064e1000e
bf4835a4 2065M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
2066S: Maintained
2067F: hw/net/e1000e*
7d6a4f12 2068F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2069
ebc2327f
SW
2070eepro100
2071M: Stefan Weil <sw@weilnetz.de>
2072S: Maintained
2073F: hw/net/eepro100.c
2074
34ea023d
SS
2075tulip
2076M: Sven Schnelle <svens@stackframe.org>
2077S: Maintained
2078F: hw/net/tulip.c
2079F: hw/net/tulip.h
2080
065177ee
PV
2081pca954x
2082M: Patrick Venture <venture@google.com>
2083S: Maintained
2084F: hw/i2c/i2c_mux_pca954x.c
2085F: include/hw/i2c/i2c_mux_pca954x.h
2086
e481a1f6 2087Generic Loader
c22e580c 2088M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
2089S: Maintained
2090F: hw/core/generic-loader.c
2091F: include/hw/core/generic-loader.h
70f20110 2092F: docs/system/generic-loader.rst
e481a1f6 2093
a33ff6d2
AB
2094Guest Loader
2095M: Alex Bennée <alex.bennee@linaro.org>
2096S: Maintained
2097F: hw/core/guest-loader.c
01460378 2098F: docs/system/guest-loader.rst
2ceb7c03 2099F: tests/acceptance/boot_xen.py
e481a1f6 2100
645d3cbe
SH
2101Intel Hexadecimal Object File Loader
2102M: Su Hang <suhang16@mails.ucas.ac.cn>
2103S: Maintained
1e8a1fae 2104F: tests/qtest/hexloader-test.c
4b2ff65a 2105F: tests/data/hex-loader/test.hex
645d3cbe 2106
87a9023a
TH
2107CHRP NVRAM
2108M: Thomas Huth <thuth@redhat.com>
2109S: Maintained
2110F: hw/nvram/chrp_nvram.c
2111F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2112F: tests/qtest/prom-env-test.c
87a9023a 2113
42697d88 2114VM Generation ID
2b42989c 2115S: Orphan
42697d88
BW
2116F: hw/acpi/vmgenid.c
2117F: include/hw/acpi/vmgenid.h
2118F: docs/specs/vmgenid.txt
1e8a1fae 2119F: tests/qtest/vmgenid-test.c
42697d88
BW
2120F: stubs/vmgenid.c
2121
c1b29826
PMD
2122LED
2123M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2124S: Maintained
2125F: include/hw/misc/led.h
2126F: hw/misc/led.c
2127
747969db
PMD
2128Unimplemented device
2129M: Peter Maydell <peter.maydell@linaro.org>
2130R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2131S: Maintained
2132F: include/hw/misc/unimp.h
2133F: hw/misc/unimp.c
2134
6007523a
PMD
2135Empty slot
2136M: Artyom Tarasenko <atar4qemu@gmail.com>
2137R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2138S: Maintained
2139F: include/hw/misc/empty_slot.h
2140F: hw/misc/empty_slot.c
2141
dbb2e472
GH
2142Standard VGA
2143M: Gerd Hoffmann <kraxel@redhat.com>
2144S: Maintained
2145F: hw/display/vga*
2146F: hw/display/bochs-display.c
2147F: include/hw/display/vga.h
2148F: include/hw/display/bochs-vbe.h
2149
58d632c7
GH
2150ramfb
2151M: Gerd Hoffmann <kraxel@redhat.com>
2152S: Maintained
2153F: hw/display/ramfb*.c
2154F: include/hw/display/ramfb.h
2155
dbb2e472
GH
2156virtio-gpu
2157M: Gerd Hoffmann <kraxel@redhat.com>
2158S: Maintained
2159F: hw/display/virtio-gpu*
c68082c4 2160F: hw/display/virtio-vga.*
dbb2e472
GH
2161F: include/hw/virtio/virtio-gpu.h
2162
b372d79b
RN
2163vhost-user-blk
2164M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2165S: Maintained
2166F: contrib/vhost-user-blk/
2167F: contrib/vhost-user-scsi/
2168F: hw/block/vhost-user-blk.c
2169F: hw/scsi/vhost-user-scsi.c
2170F: hw/virtio/vhost-user-blk-pci.c
2171F: hw/virtio/vhost-user-scsi-pci.c
2172F: include/hw/virtio/vhost-user-blk.h
2173F: include/hw/virtio/vhost-user-scsi.h
2174
bd2e44fe
MAL
2175vhost-user-gpu
2176M: Marc-André Lureau <marcandre.lureau@redhat.com>
2177M: Gerd Hoffmann <kraxel@redhat.com>
2178S: Maintained
2179F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2180F: contrib/vhost-user-gpu
2181F: hw/display/vhost-user-*
bd2e44fe 2182
dbb2e472
GH
2183Cirrus VGA
2184M: Gerd Hoffmann <kraxel@redhat.com>
2185S: Odd Fixes
2186W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2187F: hw/display/cirrus*
2188
72d277a7
GH
2189EDID Generator
2190M: Gerd Hoffmann <kraxel@redhat.com>
2191S: Maintained
2192F: hw/display/edid*
2193F: include/hw/display/edid.h
2194F: qemu-edid.c
2195
10386385
PMD
2196PIIX4 South Bridge (i82371AB)
2197M: Hervé Poussineau <hpoussin@reactos.org>
2198M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2199S: Maintained
2200F: hw/isa/piix4.c
fff123b8 2201F: include/hw/southbridge/piix.h
10386385 2202
15ffb43c 2203Firmware configuration (fw_cfg)
6f75e3f5 2204M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
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 2935Firmware schema specifications
d0d89526
PMD
2936M: Philippe Mathieu-Daudé <philmd@redhat.com>
2937R: Daniel P. Berrange <berrange@redhat.com>
2938R: Kashyap Chamarthy <kchamart@redhat.com>
2939S: Maintained
2940F: docs/interop/firmware.json
2941
6739df3f 2942EDK2 Firmware
6739df3f
LE
2943M: Philippe Mathieu-Daudé <philmd@redhat.com>
2944S: Supported
b5b31860 2945F: hw/i386/*ovmf*
6739df3f
LE
2946F: pc-bios/descriptors/??-edk2-*.json
2947F: pc-bios/edk2-*
2948F: roms/Makefile.edk2
2949F: roms/edk2
2950F: roms/edk2-*
2951F: tests/data/uefi-boot-images/
2952F: tests/uefi-test-tools/
922febe2 2953F: .gitlab-ci.d/edk2.yml
71920809 2954F: .gitlab-ci.d/edk2/
6739df3f 2955
8bc43f39
PX
2956VT-d Emulation
2957M: Michael S. Tsirkin <mst@redhat.com>
2958M: Peter Xu <peterx@redhat.com>
2959R: Jason Wang <jasowang@redhat.com>
2960S: Supported
2961F: hw/i386/intel_iommu.c
2962F: hw/i386/intel_iommu_internal.h
2963F: include/hw/i386/intel_iommu.h
2964
e92fb016
BM
2965OpenSBI Firmware
2966M: Bin Meng <bmeng.cn@gmail.com>
2967S: Supported
2968F: pc-bios/opensbi-*
2969F: .gitlab-ci.d/opensbi.yml
2970F: .gitlab-ci.d/opensbi/
2971
59c7a187
LM
2972Clock framework
2973M: Luc Michel <luc@lmichel.fr>
2974R: Damien Hedde <damien.hedde@greensocs.com>
2975S: Maintained
2976F: include/hw/clock.h
2977F: include/hw/qdev-clock.h
2978F: hw/core/clock.c
2979F: hw/core/clock-vmstate.c
2980F: hw/core/qdev-clock.c
2981F: docs/devel/clocks.rst
2982
fd5d5c56
AL
2983Usermode Emulation
2984------------------
6347e1f1 2985Overall usermode emulation
486bbe5f
PB
2986M: Riku Voipio <riku.voipio@iki.fi>
2987S: Maintained
2988F: thunk.c
58410666 2989F: accel/tcg/user-exec*.c
486bbe5f 2990
fd5d5c56 2991BSD user
65a9d380
WL
2992M: Warner Losh <imp@bsdimp.com>
2993R: Kyle Evans <kevans@freebsd.org>
2994S: Maintained
fd5d5c56 2995F: bsd-user/
812b31d3 2996F: configs/targets/*-bsd-user.mak
65a9d380 2997T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 2998
fd5d5c56 2999Linux user
8f902c54 3000M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
3001S: Maintained
3002F: linux-user/
812b31d3 3003F: configs/targets/*linux-user.mak
e5dd9875 3004F: scripts/qemu-binfmt-conf.sh
e3a6c825 3005F: scripts/update-syscalltbl.sh
57333330 3006F: scripts/update-mips-syscall-args.sh
382ae67a 3007F: scripts/gensyscalls.sh
42f5a7e9
AJ
3008
3009Tiny Code Generator (TCG)
3010-------------------------
6347e1f1 3011Common TCG code
336f744e 3012M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3013S: Maintained
3014F: tcg/
d3582cfd 3015F: include/tcg/
42f5a7e9 3016
22b5867b
AB
3017TCG Plugins
3018M: Alex Bennée <alex.bennee@linaro.org>
3d7caf14 3019R: Alexandre Iooss <erdnaxe@crans.org>
a6b95a97 3020R: Mahmoud Mandour <ma.mandourr@gmail.com>
22b5867b 3021S: Maintained
8ea6abf0 3022F: docs/devel/tcg-plugins.rst
22b5867b 3023F: plugins/
c17a386b 3024F: tests/plugin/
4c134d07 3025F: tests/acceptance/tcg_plugins.py
c17a386b 3026F: contrib/plugins/
22b5867b 3027
6347e1f1 3028AArch64 TCG target
3e5a01ef 3029M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 3030S: Maintained
b4f2bd1c 3031L: qemu-arm@nongnu.org
b25a464c 3032F: tcg/aarch64/
c17652ee
PB
3033F: disas/arm-a64.cc
3034F: disas/libvixl/
b25a464c 3035
6347e1f1 3036ARM TCG target
42f5a7e9
AJ
3037M: Andrzej Zaborowski <balrogg@gmail.com>
3038S: Maintained
b4f2bd1c 3039L: qemu-arm@nongnu.org
42f5a7e9 3040F: tcg/arm/
c17652ee 3041F: disas/arm.c
42f5a7e9 3042
6347e1f1 3043i386 TCG target
336f744e 3044M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3045S: Maintained
3046F: tcg/i386/
c17652ee 3047F: disas/i386.c
42f5a7e9 3048
6347e1f1 3049MIPS TCG target
cf960317 3050M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 3051R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 3052R: Huacai Chen <chenhuacai@kernel.org>
15d983de 3053R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 3054R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 3055S: Odd Fixes
42f5a7e9
AJ
3056F: tcg/mips/
3057
6347e1f1 3058PPC TCG target
336f744e 3059M: Richard Henderson <richard.henderson@linaro.org>
15610d42 3060S: Odd Fixes
42f5a7e9 3061F: tcg/ppc/
c17652ee 3062F: disas/ppc.c
42f5a7e9 3063
6347e1f1 3064RISC-V TCG target
c1677bcc 3065M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
3066M: Alistair Francis <Alistair.Francis@wdc.com>
3067L: qemu-riscv@nongnu.org
3068S: Maintained
3069F: tcg/riscv/
3070F: disas/riscv.c
3071
6347e1f1 3072S390 TCG target
336f744e 3073M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
3074S: Maintained
3075F: tcg/s390/
c17652ee 3076F: disas/s390.c
146bd283 3077L: qemu-s390x@nongnu.org
42f5a7e9 3078
6347e1f1 3079SPARC TCG target
297e8005 3080S: Odd Fixes
42f5a7e9 3081F: tcg/sparc/
c17652ee 3082F: disas/sparc.c
bc75c9e5 3083
6347e1f1 3084TCI TCG target
bc75c9e5
SW
3085M: Stefan Weil <sw@weilnetz.de>
3086S: Maintained
8ef9cd55 3087F: tcg/tci/
752a2ae2 3088F: tcg/tci.c
c17652ee 3089F: disas/tci.c
aa09c951 3090
f05b328c
SH
3091Block drivers
3092-------------
3093VMDK
fe5ca46d 3094M: Fam Zheng <fam@euphon.net>
c95e4c0e 3095L: qemu-block@nongnu.org
f05b328c
SH
3096S: Supported
3097F: block/vmdk.c
3098
3099RBD
0725570b 3100M: Ilya Dryomov <idryomov@gmail.com>
6d2f38eb 3101R: Peter Lieven <pl@kamp.de>
280458a3 3102L: qemu-block@nongnu.org
f05b328c
SH
3103S: Supported
3104F: block/rbd.c
3105
f05b328c 3106VHDX
5f5246b6 3107M: Jeff Cody <codyprime@gmail.com>
280458a3 3108L: qemu-block@nongnu.org
f05b328c
SH
3109S: Supported
3110F: block/vhdx*
3111
3112VDI
3113M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 3114L: qemu-block@nongnu.org
f05b328c
SH
3115S: Maintained
3116F: block/vdi.c
3117
3118iSCSI
3119M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3120M: Paolo Bonzini <pbonzini@redhat.com>
3121M: Peter Lieven <pl@kamp.de>
c95e4c0e 3122L: qemu-block@nongnu.org
2185fd67 3123S: Odd Fixes
f05b328c 3124F: block/iscsi.c
2deb63c2 3125F: block/iscsi-opts.c
f05b328c 3126
99c62e70
EB
3127Network Block Device (NBD)
3128M: Eric Blake <eblake@redhat.com>
3d9330ec 3129M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
99c62e70
EB
3130L: qemu-block@nongnu.org
3131S: Maintained
3132F: block/nbd*
3133F: nbd/
3134F: include/block/nbd*
3135F: qemu-nbd.*
3136F: blockdev-nbd.c
3229a835 3137F: docs/interop/nbd.txt
33b2b388 3138F: docs/tools/qemu-nbd.rst
ebe2aad2 3139T: git https://repo.or.cz/qemu/ericb.git nbd
3d9330ec 3140T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
99c62e70 3141
6542aa9c
PL
3142NFS
3143M: Peter Lieven <pl@kamp.de>
280458a3 3144L: qemu-block@nongnu.org
6542aa9c
PL
3145S: Maintained
3146F: block/nfs.c
3147
f05b328c
SH
3148SSH
3149M: Richard W.M. Jones <rjones@redhat.com>
280458a3 3150L: qemu-block@nongnu.org
f05b328c
SH
3151S: Supported
3152F: block/ssh.c
c9a12e75 3153
280458a3 3154CURL
280458a3 3155L: qemu-block@nongnu.org
5c6090fa 3156S: Odd Fixes
280458a3 3157F: block/curl.c
280458a3
JC
3158
3159GLUSTER
280458a3 3160L: qemu-block@nongnu.org
5c6090fa
TH
3161L: integration@gluster.org
3162S: Odd Fixes
280458a3 3163F: block/gluster.c
b5e9476c 3164
199667a8 3165Null Block Driver
fe5ca46d 3166M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3167L: qemu-block@nongnu.org
3168S: Supported
3169F: block/null.c
3170
bdd6a90a 3171NVMe Block Driver
1a949789
SH
3172M: Stefan Hajnoczi <stefanha@redhat.com>
3173R: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
3174L: qemu-block@nongnu.org
3175S: Supported
3176F: block/nvme*
dc0b4d94 3177F: include/block/nvme.h
1a949789 3178T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3179
b5e9476c
GA
3180Bootdevice
3181M: Gonglei <arei.gonglei@huawei.com>
3182S: Maintained
800d4ded 3183F: softmmu/bootdevice.c
ecdda9e0
AG
3184
3185Quorum
3186M: Alberto Garcia <berto@igalia.com>
3187S: Supported
3188F: block/quorum.c
3189L: qemu-block@nongnu.org
e7c6e631 3190
bfcc224e
AV
3191blklogwrites
3192M: Ari Sundholm <ari@tuxera.com>
3193L: qemu-block@nongnu.org
3194S: Supported
3195F: block/blklogwrites.c
3196
e7c6e631
SH
3197blkverify
3198M: Stefan Hajnoczi <stefanha@redhat.com>
3199L: qemu-block@nongnu.org
3200S: Supported
3201F: block/blkverify.c
3202
3203bochs
3204M: Stefan Hajnoczi <stefanha@redhat.com>
3205L: qemu-block@nongnu.org
3206S: Supported
3207F: block/bochs.c
3208
3209cloop
3210M: Stefan Hajnoczi <stefanha@redhat.com>
3211L: qemu-block@nongnu.org
3212S: Supported
3213F: block/cloop.c
3214
3215dmg
3216M: Stefan Hajnoczi <stefanha@redhat.com>
3217L: qemu-block@nongnu.org
3218S: Supported
3219F: block/dmg.c
3220
3221parallels
3222M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3223M: Denis V. Lunev <den@openvz.org>
a960c4b4 3224M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
e7c6e631
SH
3225L: qemu-block@nongnu.org
3226S: Supported
3227F: block/parallels.c
a960c4b4 3228F: block/parallels-ext.c
5746c1cd 3229F: docs/interop/parallels.txt
a960c4b4 3230T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
e7c6e631
SH
3231
3232qed
3233M: Stefan Hajnoczi <stefanha@redhat.com>
3234L: qemu-block@nongnu.org
3235S: Supported
3236F: block/qed.c
3237
3238raw
3239M: Kevin Wolf <kwolf@redhat.com>
3240L: qemu-block@nongnu.org
3241S: Supported
3242F: block/linux-aio.c
f586d5fc 3243F: include/block/raw-aio.h
2e6fc7eb 3244F: block/raw-format.c
c1bb86cd
EB
3245F: block/file-posix.c
3246F: block/file-win32.c
e7c6e631
SH
3247F: block/win32-aio.c
3248
6663a0a3
AM
3249Linux io_uring
3250M: Aarushi Mehta <mehta.aaru20@gmail.com>
3251M: Julia Suvorova <jusual@redhat.com>
3252M: Stefan Hajnoczi <stefanha@redhat.com>
3253L: qemu-block@nongnu.org
3254S: Maintained
3255F: block/io_uring.c
06a47ef5 3256F: stubs/io_uring.c
6663a0a3 3257
e7c6e631
SH
3258qcow2
3259M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3260M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3261L: qemu-block@nongnu.org
3262S: Supported
3263F: block/qcow2*
b24f9882 3264F: docs/interop/qcow2.txt
e7c6e631
SH
3265
3266qcow
3267M: Kevin Wolf <kwolf@redhat.com>
3268L: qemu-block@nongnu.org
3269S: Supported
3270F: block/qcow.c
3271
3272blkdebug
3273M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3274M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3275L: qemu-block@nongnu.org
3276S: Supported
3277F: block/blkdebug.c
3278
3279vpc
3280M: Kevin Wolf <kwolf@redhat.com>
3281L: qemu-block@nongnu.org
3282S: Supported
3283F: block/vpc.c
3284
3285vvfat
3286M: Kevin Wolf <kwolf@redhat.com>
3287L: qemu-block@nongnu.org
4b7c5bc4 3288S: Odd Fixes
e7c6e631 3289F: block/vvfat.c
abfe4e94
SH
3290
3291Image format fuzzer
3292M: Stefan Hajnoczi <stefanha@redhat.com>
3293L: qemu-block@nongnu.org
3294S: Supported
3295F: tests/image-fuzzer/
717171bd 3296
8675a376
CX
3297Vhost-user block device backend server
3298M: Coiby Xu <Coiby.Xu@gmail.com>
3299S: Maintained
3300F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3301F: block/export/vhost-user-blk-server.h
3302F: include/qemu/vhost-user-server.h
8675a376 3303F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3304F: tests/qtest/libqos/vhost-user-blk.h
3305F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3306F: util/vhost-user-server.c
8675a376 3307
0c9b70d5
HR
3308FUSE block device exports
3309M: Max Reitz <mreitz@redhat.com>
3310L: qemu-block@nongnu.org
3311S: Supported
3312F: block/export/fuse.c
3313
049105a3 3314Replication
205f8618 3315M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3316M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3317S: Supported
3318F: replication*
3319F: block/replication.c
da668aa1 3320F: tests/unit/test-replication.c
049105a3
CX
3321F: docs/block-replication.txt
3322
a3defabb 3323PVRDMA
bfffeac8 3324M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3325M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3326S: Maintained
3327F: hw/rdma/*
3328F: hw/rdma/vmw/*
3329F: docs/pvrdma.txt
a5d2f6f8 3330F: contrib/rdmacm-mux/*
4a5c9903 3331F: qapi/rdma.json
a3defabb 3332
b052fec8
AB
3333Semihosting
3334M: Alex Bennée <alex.bennee@linaro.org>
b052fec8 3335S: Maintained
8df9f0c3 3336F: semihosting/
6b5fe137 3337F: include/semihosting/
3539d84d 3338F: tests/tcg/multiarch/arm-compat-semi/
b052fec8 3339
8684f1be
JJ
3340Multi-process QEMU
3341M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3342M: Jagannathan Raman <jag.raman@oracle.com>
3343M: John G Johnson <john.g.johnson@oracle.com>
3344S: Maintained
3345F: docs/devel/multi-process.rst
639090d8 3346F: docs/system/multi-process.rst
6fbd84d6
JR
3347F: hw/pci-host/remote.c
3348F: include/hw/pci-host/remote.h
3f0e7e57
JR
3349F: hw/remote/machine.c
3350F: include/hw/remote/machine.h
ad22c308
EU
3351F: hw/remote/mpqemu-link.c
3352F: include/hw/remote/mpqemu-link.h
48b06f50 3353F: hw/remote/message.c
c7d80c7c 3354F: hw/remote/remote-obj.c
ed5d0019
JR
3355F: include/hw/remote/memory.h
3356F: hw/remote/memory.c
9f811207
EU
3357F: hw/remote/proxy.c
3358F: include/hw/remote/proxy.h
c746b74a
JR
3359F: hw/remote/proxy-memory-listener.c
3360F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3361F: hw/remote/iohub.c
3362F: include/hw/remote/iohub.h
8684f1be 3363
90322e64
AM
3364EBPF:
3365M: Jason Wang <jasowang@redhat.com>
3366R: Andrew Melnychenko <andrew@daynix.com>
3367R: Yuri Benditovich <yuri.benditovich@daynix.com>
3368S: Maintained
3369F: ebpf/*
3370F: tools/ebpf/*
3371
b9e02c06
AB
3372Build and test automation
3373-------------------------
9872ba0a 3374Build and test automation, general continuous integration
b9e02c06 3375M: Alex Bennée <alex.bennee@linaro.org>
9872ba0a
TH
3376M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3377M: Thomas Huth <thuth@redhat.com>
3378R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3379R: Willian Rampazzo <willianr@redhat.com>
e70dc7f8 3380S: Maintained
20a4f14f 3381F: .github/lockdown.yml
9872ba0a
TH
3382F: .gitlab-ci.yml
3383F: .gitlab-ci.d/
b9e02c06 3384F: .travis.yml
04250c69 3385F: scripts/ci/
e70dc7f8 3386F: tests/docker/
18023821 3387F: tests/vm/
54dbfd85 3388F: scripts/archive-source.sh
9872ba0a 3389W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3390W: https://travis-ci.org/qemu/qemu
717171bd 3391
7162fbb4
EM
3392FreeBSD Hosted Continuous Integration
3393M: Ed Maste <emaste@freebsd.org>
3394M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3395S: Maintained
3396F: .cirrus.yml
3397W: https://cirrus-ci.com/github/qemu/qemu
3398
daee8de3
YL
3399Windows Hosted Continuous Integration
3400M: Yonggang Luo <luoyonggang@gmail.com>
3401S: Maintained
3402F: .cirrus.yml
3403W: https://cirrus-ci.com/github/qemu/qemu
3404
7e97017e
AB
3405Guest Test Compilation Support
3406M: Alex Bennée <alex.bennee@linaro.org>
3407R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3408S: Maintained
7e97017e 3409F: tests/tcg/Makefile
c722a9e4 3410F: tests/tcg/Makefile.include
7e97017e 3411
6634f1c4
PMD
3412Acceptance (Integration) Testing with the Avocado framework
3413W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3414R: Cleber Rosa <crosa@redhat.com>
3415R: Philippe Mathieu-Daudé <philmd@redhat.com>
3416R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3417S: Odd Fixes
3418F: tests/acceptance/
3419
717171bd
DB
3420Documentation
3421-------------
3422Build system architecture
3423M: Daniel P. Berrange <berrange@redhat.com>
3424S: Odd Fixes
551bdfa0 3425F: docs/devel/build-system.rst
8a49e97f 3426
92329a7e
AB
3427GIT Data Mining Config
3428M: Alex Bennée <alex.bennee@linaro.org>
3429S: Odd Fixes
3430F: gitdm.config
3431F: contrib/gitdm/*
3432
b02c9bc3
MA
3433Incompatible changes
3434R: libvir-list@redhat.com
abcd92db 3435F: docs/system/deprecated.rst
b02c9bc3 3436
aef45d51
DB
3437Build System
3438------------
3439GIT submodules
3440M: Daniel P. Berrange <berrange@redhat.com>
3441S: Odd Fixes
3442F: scripts/git-submodule.sh
c10e01b9 3443
ef45a392 3444UI translations
4251dfb0 3445S: Orphan
ef45a392
AM
3446F: po/*.po
3447
c10e01b9
PM
3448Sphinx documentation configuration and build machinery
3449M: Peter Maydell <peter.maydell@linaro.org>
3450S: Maintained
3451F: docs/conf.py
3452F: docs/*/conf.py
4078ee54 3453F: docs/sphinx/
53fb8bfb
AM
3454
3455Miscellaneous
3456-------------
3457Performance Tools and Tests
3458M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3459S: Maintained
3460F: scripts/performance/