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