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