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