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