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