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