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