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