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