]> git.ipfire.org Git - thirdparty/qemu.git/blame - MAINTAINERS
qemu-ga: document vsock-listen in the man page
[thirdparty/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
CH
87M: Cornelia Huck <cohuck@redhat.com>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
2fe2942c 96F: hw/vfio/ap.c
daf14ce3
CH
97F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
f58f084e
CH
104F: docs/system/target-s390x.rst
105F: docs/system/s390x/
a1c993c3 106F: tests/migration/s390x/
daf14ce3 107K: ^Subject:.*(?i)s390x?
e18a8b34 108T: git https://github.com/cohuck/qemu.git s390-next
daf14ce3
CH
109L: qemu-s390x@nongnu.org
110
84995ea2
MA
111Guest CPU cores (TCG)
112---------------------
6347e1f1 113Overall TCG CPUs
2b1641d0 114M: Richard Henderson <rth@twiddle.net>
2185fd67 115R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 116S: Maintained
2b1641d0 117F: cpus.c
2b1641d0 118F: exec.c
c6a88dda 119F: accel/tcg/
9681ad3e 120F: accel/stubs/tcg-stub.c
55fd1892 121F: scripts/decodetree.py
3fdbf5d6 122F: docs/devel/decodetree.rst
2b1641d0
PB
123F: include/exec/cpu*.h
124F: include/exec/exec-all.h
486bbe5f 125F: include/exec/helper*.h
2b1641d0 126F: include/exec/tb-hash.h
460423d3 127F: include/sysemu/cpus.h
14a48c1d 128F: include/sysemu/tcg.h
486bbe5f 129
1badb586
PM
130FPU emulation
131M: Aurelien Jarno <aurelien@aurel32.net>
132M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
133M: Alex Bennée <alex.bennee@linaro.org>
134S: Maintained
1badb586
PM
135F: fpu/
136F: include/fpu/
0636e4d8 137F: tests/fp/
1badb586 138
6347e1f1 139Alpha TCG CPUs
8d6df264
RH
140M: Richard Henderson <rth@twiddle.net>
141S: Maintained
fcf5ef2a 142F: target/alpha/
c0bd0b50 143F: tests/tcg/alpha/
c17652ee 144F: disas/alpha.c
b6f97c14 145
6347e1f1 146ARM TCG CPUs
1ce9ce6a 147M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 148L: qemu-arm@nongnu.org
fd5d5c56 149S: Maintained
fcf5ef2a 150F: target/arm/
c348722c 151F: tests/tcg/arm/
29e0436e 152F: tests/tcg/aarch64/
8d8b636d
PB
153F: hw/arm/
154F: hw/cpu/a*mpcore.c
f7e242d6 155F: include/hw/cpu/a*mpcore.h
c17652ee
PB
156F: disas/arm.c
157F: disas/arm-a64.cc
158F: disas/libvixl/
c11a8e89 159F: docs/system/target-arm.rst
fd5d5c56 160
49154ea0
EA
161ARM SMMU
162M: Eric Auger <eric.auger@redhat.com>
163L: qemu-arm@nongnu.org
164S: Maintained
165F: hw/arm/smmu*
166F: include/hw/arm/smmu*
167
6347e1f1 168CRIS TCG CPUs
fd5d5c56
AL
169M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
170S: Maintained
fcf5ef2a 171F: target/cris/
8d8b636d 172F: hw/cris/
c9b90090 173F: include/hw/cris/
c0bd0b50 174F: tests/tcg/cris/
c17652ee 175F: disas/cris.c
fd5d5c56 176
6347e1f1 177HPPA (PA-RISC) TCG CPUs
61766fe9
RH
178M: Richard Henderson <rth@twiddle.net>
179S: Maintained
180F: target/hppa/
61461802 181F: hw/hppa/
61766fe9 182F: disas/hppa.c
376b8519
HD
183F: hw/net/*i82596*
184F: include/hw/net/lasi_82596.h
61766fe9 185
6347e1f1 186LM32 TCG CPUs
07bf23a7
MW
187M: Michael Walle <michael@walle.cc>
188S: Maintained
fcf5ef2a 189F: target/lm32/
4eab7a0a 190F: disas/lm32.c
8d8b636d 191F: hw/lm32/
4eab7a0a
MW
192F: hw/*/lm32_*
193F: hw/*/milkymist-*
70cc0c1f 194F: include/hw/display/milkymist_tmu2.h
4eab7a0a
MW
195F: include/hw/char/lm32_juart.h
196F: include/hw/lm32/
c0bd0b50 197F: tests/tcg/lm32/
07bf23a7 198
6347e1f1 199M68K TCG CPUs
595a926d
LV
200M: Laurent Vivier <laurent@vivier.eu>
201S: Maintained
fcf5ef2a 202F: target/m68k/
e9a56114 203F: disas/m68k.c
fd5d5c56 204
6347e1f1 205MicroBlaze TCG CPUs
fd5d5c56
AL
206M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
207S: Maintained
fcf5ef2a 208F: target/microblaze/
8d8b636d 209F: hw/microblaze/
c17652ee 210F: disas/microblaze.c
fd5d5c56 211
6347e1f1 212MIPS TCG CPUs
0eac70b0 213M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
099d510b 214R: Aurelien Jarno <aurelien@aurel32.net>
63640d6a 215R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
6f640917 216S: Maintained
fcf5ef2a 217F: target/mips/
10a9794d 218F: default-configs/*mips*
d02d5fff 219F: disas/*mips*
1bf84a1e 220F: docs/system/cpu-models-mips.rst.inc
0f865314 221F: hw/intc/mips_gic.c
8d8b636d 222F: hw/mips/
5995db88 223F: hw/misc/mips_*
5995db88 224F: hw/timer/mips_gictimer.c
0f865314 225F: include/hw/intc/mips_gic.h
5995db88
TH
226F: include/hw/mips/
227F: include/hw/misc/mips_*
5995db88 228F: include/hw/timer/mips_gictimer.h
5d480ddd 229F: tests/acceptance/linux_ssh_mips_malta.py
c0ac595b 230F: tests/acceptance/machine_mips_malta.py
c0bd0b50 231F: tests/tcg/mips/
09684557 232K: ^Subject:.*(?i)mips
fd5d5c56 233
6347e1f1 234Moxie TCG CPUs
d15a9c23
AG
235M: Anthony Green <green@moxielogic.com>
236S: Maintained
fcf5ef2a 237F: target/moxie/
c17652ee 238F: disas/moxie.c
a3ccdfb5
TH
239F: hw/moxie/
240F: default-configs/moxie-softmmu.mak
d15a9c23 241
6347e1f1 242NiosII TCG CPUs
e671711c
MV
243M: Chris Wulff <crwulff@gmail.com>
244M: Marek Vasut <marex@denx.de>
245S: Maintained
246F: target/nios2/
247F: hw/nios2/
15e10756 248F: hw/intc/nios2_iic.c
e671711c 249F: disas/nios2.c
15e10756 250F: default-configs/nios2-softmmu.mak
e671711c 251
6347e1f1 252OpenRISC TCG CPUs
1d7cf18d
SH
253M: Stafford Horne <shorne@gmail.com>
254S: Odd Fixes
fcf5ef2a 255F: target/openrisc/
945dad6d 256F: hw/openrisc/
c0bd0b50 257F: tests/tcg/openrisc/
945dad6d 258
6347e1f1 259PowerPC TCG CPUs
b4daafbd 260M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 261L: qemu-ppc@nongnu.org
fd5d5c56 262S: Maintained
fcf5ef2a 263F: target/ppc/
8d8b636d 264F: hw/ppc/
b5d55020 265F: include/hw/ppc/
c17652ee 266F: disas/ppc.c
fd5d5c56 267
6347e1f1 268RISC-V TCG CPUs
c1677bcc 269M: Palmer Dabbelt <palmer@dabbelt.com>
a17a61f3 270M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
271M: Sagar Karandikar <sagark@eecs.berkeley.edu>
272M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 273L: qemu-riscv@nongnu.org
7b91ae7d 274S: Supported
4dc62b15
MC
275F: target/riscv/
276F: hw/riscv/
277F: include/hw/riscv/
f936eac8 278F: linux-user/host/riscv32/
511f3138 279F: linux-user/host/riscv64/
4dc62b15 280
a4f34ecc
YS
281RENESAS RX CPUs
282M: Yoshinori Sato <ysato@users.sourceforge.jp>
283S: Maintained
284F: target/rx/
285
6347e1f1 286S390 TCG CPUs
2b35e93f 287M: Richard Henderson <rth@twiddle.net>
ced01bb7 288M: David Hildenbrand <david@redhat.com>
fd5d5c56 289S: Maintained
fcf5ef2a 290F: target/s390x/
8d8b636d 291F: hw/s390x/
c17652ee 292F: disas/s390.c
276ba120 293F: tests/tcg/s390x/
146bd283 294L: qemu-s390x@nongnu.org
fd5d5c56 295
6347e1f1 296SH4 TCG CPUs
ddb13561 297M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 298S: Odd Fixes
fcf5ef2a 299F: target/sh4/
8d8b636d 300F: hw/sh4/
c17652ee 301F: disas/sh4.c
8a90f900 302F: include/hw/sh4/
fd5d5c56 303
6347e1f1 304SPARC TCG CPUs
f2416d3a 305M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 306M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 307S: Maintained
fcf5ef2a 308F: target/sparc/
8d8b636d
PB
309F: hw/sparc/
310F: hw/sparc64/
84dbe974 311F: include/hw/sparc/sparc64.h
c17652ee 312F: disas/sparc.c
fd5d5c56 313
6347e1f1 314UniCore32 TCG CPUs
a6ea7b4c
AF
315M: Guan Xuetao <gxt@mprc.pku.edu.cn>
316S: Maintained
fcf5ef2a 317F: target/unicore32/
8d8b636d 318F: hw/unicore32/
47b98d59 319F: include/hw/unicore32/
a6ea7b4c 320
6347e1f1 321X86 TCG CPUs
d46d72fd
PB
322M: Paolo Bonzini <pbonzini@redhat.com>
323M: Richard Henderson <rth@twiddle.net>
e1a04339 324M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 325S: Maintained
fcf5ef2a 326F: target/i386/
4132431f 327F: tests/tcg/i386/
3a082ec0 328F: tests/tcg/x86_64/
8d8b636d 329F: hw/i386/
c17652ee 330F: disas/i386.c
1bf84a1e 331F: docs/system/cpu-models-x86.rst.inc
e18a8b34 332T: git https://github.com/ehabkost/qemu.git x86-next
fd5d5c56 333
6347e1f1 334Xtensa TCG CPUs
16e7caae 335M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 336W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 337S: Maintained
fcf5ef2a 338F: target/xtensa/
8d8b636d 339F: hw/xtensa/
c0bd0b50 340F: tests/tcg/xtensa/
5a6539e6 341F: disas/xtensa.c
895e4897
MF
342F: include/hw/xtensa/xtensa-isa.h
343F: default-configs/xtensa*.mak
16e7caae 344
6347e1f1 345TriCore TCG CPUs
48e06fe0
BK
346M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
347S: Maintained
fcf5ef2a 348F: target/tricore/
48e06fe0 349F: hw/tricore/
d46d14e6 350F: include/hw/tricore/
48e06fe0 351
dd28bebd
AB
352Multiarch Linux User Tests
353M: Alex Bennée <alex.bennee@linaro.org>
00a25291 354S: Maintained
dd28bebd
AB
355F: tests/tcg/multiarch/
356
84995ea2
MA
357Guest CPU Cores (KVM)
358---------------------
6347e1f1 359Overall KVM CPUs
c6d559d9 360M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
361L: kvm@vger.kernel.org
362S: Supported
fd5d5c56 363F: */kvm.*
1962cb20 364F: accel/kvm/
9681ad3e
TH
365F: accel/stubs/kvm-stub.c
366F: include/hw/kvm/
a95e9a48 367F: include/sysemu/kvm*.h
9681ad3e 368F: scripts/kvm/kvm_flightrecorder
fd5d5c56 369
6347e1f1 370ARM KVM CPUs
ed4659d1 371M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 372L: qemu-arm@nongnu.org
ed4659d1 373S: Maintained
fcf5ef2a 374F: target/arm/kvm.c
ed4659d1 375
6347e1f1 376MIPS KVM CPUs
0eac70b0 377M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
134f7f7d 378S: Odd Fixes
fcf5ef2a 379F: target/mips/kvm.c
a31896c4 380
6347e1f1 381PPC KVM CPUs
bba8e23a 382M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 383S: Maintained
fcf5ef2a 384F: target/ppc/kvm.c
fd5d5c56 385
6347e1f1 386S390 KVM CPUs
7c8e2647 387M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 388M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 389M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 390S: Supported
fcf5ef2a 391F: target/s390x/kvm.c
040078e0
DH
392F: target/s390x/kvm_s390x.h
393F: target/s390x/kvm-stub.c
fcf5ef2a
TH
394F: target/s390x/ioinst.[ch]
395F: target/s390x/machine.c
74b4c74d 396F: target/s390x/sigp.c
8b3410de
CH
397F: target/s390x/cpu_features*.[ch]
398F: target/s390x/cpu_models.[ch]
4277af19
CH
399F: hw/intc/s390_flic.c
400F: hw/intc/s390_flic_kvm.c
401F: include/hw/s390x/s390_flic.h
c5bfb202 402F: gdb-xml/s390*.xml
e18a8b34
SH
403T: git https://github.com/cohuck/qemu.git s390-next
404T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 405L: qemu-s390x@nongnu.org
fd5d5c56 406
6347e1f1 407X86 KVM CPUs
d46d72fd 408M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
409M: Marcelo Tosatti <mtosatti@redhat.com>
410L: kvm@vger.kernel.org
411S: Supported
fcf5ef2a 412F: target/i386/kvm.c
9681ad3e 413F: scripts/kvm/vmxcap
fd5d5c56 414
c220cdec
SM
415WHPX CPUs
416M: Sunil Muthuswamy <sunilmut@microsoft.com>
417S: Supported
418F: target/i386/whpx-all.c
419F: target/i386/whp-dispatch.h
420F: accel/stubs/whpx-stub.c
421F: include/sysemu/whpx.h
422
84995ea2
MA
423Guest CPU Cores (Xen)
424---------------------
6347e1f1 425X86 Xen CPUs
3623c57e
SS
426M: Stefano Stabellini <sstabellini@kernel.org>
427M: Anthony Perard <anthony.perard@citrix.com>
784e9727 428M: Paul Durrant <paul@xen.org>
6d06220a 429L: xen-devel@lists.xenproject.org
8a6b0cd7 430S: Supported
8a6b0cd7 431F: */xen*
b827891d 432F: hw/9pfs/xen-9p*
c92451c2
PB
433F: hw/char/xen_console.c
434F: hw/display/xenfb.c
435F: hw/net/xen_nic.c
1a72d9ae 436F: hw/block/xen*
4ea7d1a7 437F: hw/block/dataplane/xen*
c92451c2
PB
438F: hw/xen/
439F: hw/xenpv/
9027ac50 440F: hw/i386/xen/
1401897c 441F: hw/pci-host/xen_igd_pt.c
fcab2b46 442F: include/hw/block/dataplane/xen*
c92451c2 443F: include/hw/xen/
9027ac50 444F: include/sysemu/xen-mapcache.h
8a6b0cd7 445
6c94b952
CX
446Guest CPU Cores (HAXM)
447---------------------
448X86 HAXM CPUs
449M: Wenchao Wang <wenchao.wang@intel.com>
450M: Colin Xu <colin.xu@intel.com>
451L: haxm-team@intel.com
452W: https://github.com/intel/haxm/issues
453S: Maintained
454F: include/sysemu/hax.h
455F: target/i386/hax-*
456
84995ea2
MA
457Hosts
458-----
1bdd6874 459LINUX
f5fecb49
PMD
460M: Michael S. Tsirkin <mst@redhat.com>
461M: Cornelia Huck <cohuck@redhat.com>
462M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 463S: Maintained
1bdd6874 464F: linux-headers/
f5fecb49 465F: scripts/update-linux-headers.sh
1bdd6874
SW
466
467POSIX
f3f0204d 468M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 469S: Maintained
f3f0204d
PMD
470F: os-posix.c
471F: include/sysemu/os-posix.h
472F: util/*posix*.c
473F: include/qemu/*posix*.h
1bdd6874 474
3c2bdbc1 475NETBSD
3c2bdbc1
KR
476M: Kamil Rytarowski <kamil@netbsd.org>
477S: Maintained
1b61270b 478K: ^Subject:.*(?i)NetBSD
3c2bdbc1 479
0a773d55 480OPENBSD
0a773d55
BS
481M: Brad Smith <brad@comstyle.com>
482S: Maintained
483K: ^Subject:.*(?i)OpenBSD
484
1bdd6874 485W32, W64
1bdd6874
SW
486M: Stefan Weil <sw@weilnetz.de>
487S: Maintained
488F: *win32*
03972660
TH
489F: */*win32*
490F: include/*/*win32*
491X: qga/*win32*
885bdc95 492F: qemu.nsi
1bdd6874 493
b250d04a 494Alpha Machines
84995ea2 495--------------
b250d04a
PMD
496M: Richard Henderson <rth@twiddle.net>
497S: Maintained
498F: hw/alpha/
7bea0dd4 499F: hw/isa/smc37c669-superio.c
8d8a8ab5 500F: tests/tcg/alpha/system/
b250d04a 501
fd5d5c56
AL
502ARM Machines
503------------
84291fe7 504Allwinner-a10
85b4d5da 505M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 506M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 507L: qemu-arm@nongnu.org
a00d7f20 508S: Odd Fixes
85b4d5da
BG
509F: hw/*/allwinner*
510F: include/hw/*/allwinner*
84291fe7
LG
511F: hw/arm/cubieboard.c
512
740dafc0
NL
513Allwinner-h3
514M: Niek Linnenbank <nieklinnenbank@gmail.com>
515L: qemu-arm@nongnu.org
516S: Maintained
517F: hw/*/allwinner-h3*
518F: include/hw/*/allwinner-h3*
b0c96666 519F: hw/arm/orangepi.c
0553ef42 520F: docs/system/orangepi.rst
740dafc0 521
e5a6a6e6 522ARM PrimeCell and CMSDK devices
06271000 523M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 524L: qemu-arm@nongnu.org
06271000
PB
525S: Maintained
526F: hw/char/pl011.c
c6427ff7 527F: include/hw/char/pl011.h
06271000
PB
528F: hw/display/pl110*
529F: hw/dma/pl080.c
aa74e355 530F: include/hw/dma/pl080.h
06271000
PB
531F: hw/dma/pl330.c
532F: hw/gpio/pl061.c
533F: hw/input/pl050.c
534F: hw/intc/pl190.c
535F: hw/sd/pl181.c
1d52866f
PM
536F: hw/ssi/pl022.c
537F: include/hw/ssi/pl022.h
877c181c
PMD
538F: hw/rtc/pl031.c
539F: include/hw/rtc/pl031.h
06271000 540F: include/hw/arm/primecell.h
e5a6a6e6
PM
541F: hw/timer/cmsdk-apb-timer.c
542F: include/hw/timer/cmsdk-apb-timer.h
4f4c6206
PM
543F: hw/timer/cmsdk-apb-dualtimer.c
544F: include/hw/timer/cmsdk-apb-dualtimer.h
e5a6a6e6
PM
545F: hw/char/cmsdk-apb-uart.c
546F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
547F: hw/watchdog/cmsdk-apb-watchdog.c
548F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
549F: hw/misc/tz-ppc.c
550F: include/hw/misc/tz-ppc.h
344f4b15
PM
551F: hw/misc/tz-mpc.c
552F: include/hw/misc/tz-mpc.h
211e701d
PM
553F: hw/misc/tz-msc.c
554F: include/hw/misc/tz-msc.h
06271000
PB
555
556ARM cores
557M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 558L: qemu-arm@nongnu.org
06271000
PB
559S: Maintained
560F: hw/intc/arm*
561F: hw/intc/gic_internal.h
562F: hw/misc/a9scu.c
563F: hw/misc/arm11scu.c
b7f30114 564F: hw/misc/arm_l2x0.c
06271000 565F: hw/timer/a9gtimer*
c6427ff7
PMD
566F: hw/timer/arm*
567F: include/hw/arm/arm*.h
06271000
PB
568F: include/hw/intc/arm*
569F: include/hw/misc/a9scu.h
570F: include/hw/misc/arm11scu.h
571F: include/hw/timer/a9gtimer.h
572F: include/hw/timer/arm_mptimer.h
c6427ff7 573F: include/hw/timer/armv7m_systick.h
1e8a1fae 574F: tests/qtest/test-arm-mptimer.c
06271000 575
fc63dcff 576Exynos
f44c5c67 577M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 578M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 579L: qemu-arm@nongnu.org
a00d7f20 580S: Odd Fixes
8d8b636d 581F: hw/*/exynos*
ed0db866 582F: include/hw/arm/exynos4210.h
fc63dcff 583
766fd09f 584Calxeda Highbank
9ef137ca 585M: Rob Herring <robh@kernel.org>
a00d7f20 586M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 587L: qemu-arm@nongnu.org
a00d7f20 588S: Odd Fixes
8d8b636d
PB
589F: hw/arm/highbank.c
590F: hw/net/xgmac.c
766fd09f 591
9082f121
AP
592Canon DIGIC
593M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 594M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 595L: qemu-arm@nongnu.org
a00d7f20 596S: Odd Fixes
9082f121
AP
597F: include/hw/arm/digic.h
598F: hw/*/digic*
7ad5f2d1 599F: include/hw/*/digic*
9082f121 600
9c8fdcec
AP
601Goldfish RTC
602M: Anup Patel <anup.patel@wdc.com>
603M: Alistair Francis <Alistair.Francis@wdc.com>
604L: qemu-riscv@nongnu.org
605S: Maintained
606F: hw/rtc/goldfish_rtc.c
607F: include/hw/rtc/goldfish_rtc.h
608
fd5d5c56 609Gumstix
a00d7f20
PM
610M: Peter Maydell <peter.maydell@linaro.org>
611R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b4f2bd1c 612L: qemu-arm@nongnu.org
1f7161d2 613S: Odd Fixes
8d8b636d 614F: hw/arm/gumstix.c
fd5d5c56 615
123a069a
TH
616i.MX25 PDK
617M: Peter Maydell <peter.maydell@linaro.org>
618R: Jean-Christophe Dubois <jcd@tribudubois.net>
619L: qemu-arm@nongnu.org
620S: Odd Fixes
621F: hw/arm/fsl-imx25.c
622F: hw/arm/imx25_pdk.c
623F: hw/misc/imx25_ccm.c
624F: include/hw/arm/fsl-imx25.h
625F: include/hw/misc/imx25_ccm.h
626
95a5db3a 627i.MX31 (kzm)
0325559d 628M: Peter Chubb <peter.chubb@nicta.com.au>
a00d7f20 629M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 630L: qemu-arm@nongnu.org
95a5db3a 631S: Odd Fixes
8d8b636d 632F: hw/arm/kzm.c
95a5db3a
TH
633F: hw/*/imx_*
634F: hw/*/*imx31*
635F: include/hw/*/imx_*
636F: include/hw/*/*imx31*
0325559d 637
fd5d5c56 638Integrator CP
1ce9ce6a 639M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 640L: qemu-arm@nongnu.org
fd5d5c56 641S: Maintained
8d8b636d 642F: hw/arm/integratorcp.c
f7e242d6 643F: hw/misc/arm_integrator_debug.c
b7f30114 644F: include/hw/misc/arm_integrator_debug.h
5e0ac7e0 645F: tests/acceptance/machine_arm_integratorcp.py
c11a8e89 646F: docs/system/arm/integratorcp.rst
fd5d5c56 647
95a5db3a
TH
648MCIMX6UL EVK / i.MX6ul
649M: Peter Maydell <peter.maydell@linaro.org>
650R: Jean-Christophe Dubois <jcd@tribudubois.net>
651L: qemu-arm@nongnu.org
652S: Odd Fixes
653F: hw/arm/mcimx6ul-evk.c
654F: hw/arm/fsl-imx6ul.c
655F: hw/misc/imx6ul_ccm.c
656F: include/hw/arm/fsl-imx6ul.h
657F: include/hw/misc/imx6ul_ccm.h
658
659MCIMX7D SABRE / i.MX7
660M: Peter Maydell <peter.maydell@linaro.org>
661R: Andrey Smirnov <andrew.smirnov@gmail.com>
662L: qemu-arm@nongnu.org
663S: Odd Fixes
664F: hw/arm/mcimx7d-sabre.c
665F: hw/arm/fsl-imx7.c
b7f30114 666F: hw/misc/imx7_*.c
95a5db3a 667F: include/hw/arm/fsl-imx7.h
b7f30114 668F: include/hw/misc/imx7_*.h
95a5db3a
TH
669F: hw/pci-host/designware.c
670F: include/hw/pci-host/designware.h
671
e5a6a6e6
PM
672MPS2
673M: Peter Maydell <peter.maydell@linaro.org>
674L: qemu-arm@nongnu.org
675S: Maintained
676F: hw/arm/mps2.c
0d4a7551
PM
677F: hw/arm/mps2-tz.c
678F: hw/misc/mps2-*.c
679F: include/hw/misc/mps2-*.h
6eee5d24
PM
680F: hw/arm/armsse.c
681F: include/hw/arm/armsse.h
c56c5760
PMD
682F: hw/misc/iotkit-secctl.c
683F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
684F: hw/misc/iotkit-sysctl.c
685F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
686F: hw/misc/iotkit-sysinfo.c
687F: include/hw/misc/iotkit-sysinfo.h
5aeb3689
PM
688F: hw/misc/armsse-cpuid.c
689F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
690F: hw/misc/armsse-mhu.c
691F: include/hw/misc/armsse-mhu.h
e5a6a6e6 692
8f69a4c1
PM
693Musca
694M: Peter Maydell <peter.maydell@linaro.org>
695L: qemu-arm@nongnu.org
696S: Maintained
697F: hw/arm/musca.c
698
fd5d5c56
AL
699Musicpal
700M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 701M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 702L: qemu-arm@nongnu.org
a00d7f20 703S: Odd Fixes
8d8b636d 704F: hw/arm/musicpal.c
c11a8e89 705F: docs/system/arm/musicpal.rst
fd5d5c56
AL
706
707nSeries
708M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 709M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 710L: qemu-arm@nongnu.org
a00d7f20 711S: Odd Fixes
8d8b636d 712F: hw/arm/nseries.c
8a08cc71 713F: hw/display/blizzard.c
b7f30114
TH
714F: hw/input/lm832x.c
715F: hw/input/tsc2005.c
716F: hw/misc/cbus.c
6a648a5f 717F: hw/rtc/twl92230.c
8a08cc71 718F: include/hw/display/blizzard.h
a331dd02 719F: include/hw/input/tsc2xxx.h
e8fa3958 720F: include/hw/misc/cbus.h
050a82f0 721F: tests/acceptance/machine_arm_n8x0.py
c11a8e89 722F: docs/system/arm/nseries.rst
fd5d5c56
AL
723
724Palm
725M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 726M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 727L: qemu-arm@nongnu.org
a00d7f20 728S: Odd Fixes
8d8b636d 729F: hw/arm/palm.c
b7f30114 730F: hw/input/tsc210x.c
a331dd02 731F: include/hw/input/tsc2xxx.h
c11a8e89 732F: docs/system/arm/palm.rst
fd5d5c56 733
95a5db3a
TH
734Raspberry Pi
735M: Peter Maydell <peter.maydell@linaro.org>
736R: Andrew Baumann <Andrew.Baumann@microsoft.com>
737R: Philippe Mathieu-Daudé <f4bug@amsat.org>
738L: qemu-arm@nongnu.org
739S: Odd Fixes
123a069a 740F: hw/arm/raspi.c
95a5db3a
TH
741F: hw/arm/raspi_platform.h
742F: hw/*/bcm283*
743F: include/hw/arm/raspi*
744F: include/hw/*/bcm283*
745
fd5d5c56 746Real View
1ce9ce6a 747M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 748L: qemu-arm@nongnu.org
fd5d5c56 749S: Maintained
8d8b636d 750F: hw/arm/realview*
f7e242d6 751F: hw/cpu/realview_mpcore.c
5ea53049
PB
752F: hw/intc/realview_gic.c
753F: include/hw/intc/realview_gic.h
c11a8e89 754F: docs/system/arm/realview.rst
fd5d5c56 755
9b31bff0 756PXA2XX
fd5d5c56 757M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 758M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 759L: qemu-arm@nongnu.org
a00d7f20 760S: Odd Fixes
9b31bff0 761F: hw/arm/mainstone.c
8d8b636d 762F: hw/arm/spitz.c
9b31bff0
PB
763F: hw/arm/tosa.c
764F: hw/arm/z2.c
765F: hw/*/pxa2xx*
123a069a
TH
766F: hw/display/tc6393xb.c
767F: hw/gpio/max7310.c
768F: hw/gpio/zaurus.c
f7e242d6 769F: hw/misc/mst_fpga.c
b7f30114 770F: hw/misc/max111x.c
ed0db866 771F: include/hw/arm/pxa.h
123a069a 772F: include/hw/arm/sharpsl.h
ee2ccc57 773F: include/hw/display/tc6393xb.h
c11a8e89 774F: docs/system/arm/xscale.rst
fd5d5c56 775
95a5db3a
TH
776SABRELITE / i.MX6
777M: Peter Maydell <peter.maydell@linaro.org>
778R: Jean-Christophe Dubois <jcd@tribudubois.net>
779L: qemu-arm@nongnu.org
780S: Odd Fixes
781F: hw/arm/sabrelite.c
782F: hw/arm/fsl-imx6.c
b7f30114 783F: hw/misc/imx6_*.c
95a5db3a 784F: hw/ssi/imx_spi.c
0701a5ef
GR
785F: hw/usb/imx-usb-phy.c
786F: include/hw/usb/imx-usb-phy.h
95a5db3a 787F: include/hw/arm/fsl-imx6.h
b7f30114 788F: include/hw/misc/imx6_*.h
95a5db3a
TH
789F: include/hw/ssi/imx_spi.h
790
64580903
HZ
791SBSA-REF
792M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
793M: Peter Maydell <peter.maydell@linaro.org>
aff55693 794R: Leif Lindholm <leif@nuviainc.com>
64580903
HZ
795L: qemu-arm@nongnu.org
796S: Maintained
797F: hw/arm/sbsa-ref.c
798
671f11b2
TH
799Sharp SL-5500 (Collie) PDA
800M: Peter Maydell <peter.maydell@linaro.org>
801L: qemu-arm@nongnu.org
802S: Odd Fixes
803F: hw/arm/collie.c
804F: hw/arm/strongarm*
805
fd5d5c56 806Stellaris
1ce9ce6a 807M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 808L: qemu-arm@nongnu.org
fd5d5c56 809S: Maintained
8d8b636d 810F: hw/*/stellaris*
98fa3327 811F: include/hw/input/gamepad.h
c11a8e89 812F: docs/system/arm/stellaris.rst
fd5d5c56 813
95a5db3a
TH
814Versatile Express
815M: Peter Maydell <peter.maydell@linaro.org>
816L: qemu-arm@nongnu.org
817S: Maintained
818F: hw/arm/vexpress.c
819
fd5d5c56 820Versatile PB
1ce9ce6a 821M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 822L: qemu-arm@nongnu.org
fd5d5c56 823S: Maintained
8d8b636d 824F: hw/*/versatile*
c6427ff7 825F: hw/misc/arm_sysctl.c
c11a8e89 826F: docs/system/arm/versatile.rst
fd5d5c56 827
95a5db3a
TH
828Virt
829M: Peter Maydell <peter.maydell@linaro.org>
830L: qemu-arm@nongnu.org
831S: Maintained
832F: hw/arm/virt*
833F: include/hw/arm/virt.h
834
e3260506 835Xilinx Zynq
cc0100f4 836M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 837M: Alistair Francis <alistair@alistair23.me>
a00d7f20 838M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 839L: qemu-arm@nongnu.org
e3260506 840S: Maintained
cc0100f4 841F: hw/*/xilinx_*
8d8b636d 842F: hw/*/cadence_*
f7e242d6
TH
843F: hw/misc/zynq*
844F: include/hw/misc/zynq*
cc0100f4 845X: hw/ssi/xilinx_*
e3260506 846
137805f5 847Xilinx ZynqMP
c22e580c 848M: Alistair Francis <alistair@alistair23.me>
cc0100f4 849M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 850M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 851L: qemu-arm@nongnu.org
137805f5 852S: Maintained
cc0100f4 853F: hw/*/xlnx*.c
f586d5fc 854F: include/hw/*/xlnx*.h
24d6d8bf
PMD
855F: include/hw/ssi/xilinx_spips.h
856F: hw/display/dpcd.c
857F: include/hw/display/dpcd.h
137805f5 858
8f4d260e 859ARM ACPI Subsystem
e59f13d7 860M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 861L: qemu-arm@nongnu.org
8f4d260e
SZ
862S: Maintained
863F: hw/arm/virt-acpi-build.c
8f4d260e 864
a1f8193b
AF
865STM32F205
866M: Alistair Francis <alistair@alistair23.me>
a00d7f20 867M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 868L: qemu-arm@nongnu.org
a1f8193b
AF
869S: Maintained
870F: hw/arm/stm32f205_soc.c
871F: hw/misc/stm32f2xx_syscfg.c
872F: hw/char/stm32f2xx_usart.c
873F: hw/timer/stm32f2xx_timer.c
874F: hw/adc/*
875F: hw/ssi/stm32f2xx_spi.c
0e0d345b 876F: include/hw/*/stm32*.h
a1f8193b 877
529fc5fd
AF
878STM32F405
879M: Alistair Francis <alistair@alistair23.me>
880M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 881L: qemu-arm@nongnu.org
529fc5fd
AF
882S: Maintained
883F: hw/arm/stm32f405_soc.c
884F: hw/misc/stm32f4xx_syscfg.c
885F: hw/misc/stm32f4xx_exti.c
886
a1f8193b
AF
887Netduino 2
888M: Alistair Francis <alistair@alistair23.me>
a00d7f20 889M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 890L: qemu-arm@nongnu.org
a1f8193b
AF
891S: Maintained
892F: hw/arm/netduino2.c
893
60d6c427
AF
894Netduino Plus 2
895M: Alistair Francis <alistair@alistair23.me>
896M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 897L: qemu-arm@nongnu.org
60d6c427
AF
898S: Maintained
899F: hw/arm/netduinoplus2.c
900
670bc4cb
SS
901SmartFusion2
902M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 903M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 904L: qemu-arm@nongnu.org
670bc4cb
SS
905S: Maintained
906F: hw/arm/msf2-soc.c
907F: hw/misc/msf2-sysreg.c
908F: hw/timer/mss-timer.c
909F: hw/ssi/mss-spi.c
910F: include/hw/arm/msf2-soc.h
911F: include/hw/misc/msf2-sysreg.h
912F: include/hw/timer/mss-timer.h
913F: include/hw/ssi/mss-spi.h
914
915Emcraft M2S-FG484
916M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 917M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 918L: qemu-arm@nongnu.org
670bc4cb
SS
919S: Maintained
920F: hw/arm/msf2-som.c
921
f87db1ba
JS
922ASPEED BMCs
923M: Cédric Le Goater <clg@kaod.org>
a00d7f20 924M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
925R: Andrew Jeffery <andrew@aj.id.au>
926R: Joel Stanley <joel@jms.id.au>
927L: qemu-arm@nongnu.org
928S: Maintained
929F: hw/*/*aspeed*
b7f30114 930F: hw/misc/pca9552.c
f87db1ba 931F: include/hw/*/*aspeed*
b7f30114 932F: include/hw/misc/pca9552*.h
f87db1ba
JS
933F: hw/net/ftgmac100.c
934F: include/hw/net/ftgmac100.h
935
c0066d1a
JS
936NRF51
937M: Joel Stanley <joel@jms.id.au>
a00d7f20 938M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
939L: qemu-arm@nongnu.org
940S: Maintained
c8de3f5f
SH
941F: hw/*/nrf51*.c
942F: hw/*/microbit*.c
943F: include/hw/*/nrf51*.h
944F: include/hw/*/microbit*.h
1e8a1fae 945F: tests/qtest/microbit-test.c
c0066d1a 946
fd5d5c56
AL
947CRIS Machines
948-------------
949Axis Dev88
950M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
951S: Maintained
8d8b636d 952F: hw/cris/axis_dev88.c
6e481d57 953F: hw/*/etraxfs_*.c
fd5d5c56 954
e188396c
PMD
955HP-PARISC Machines
956------------------
18092598 957HP B160L
e188396c
PMD
958M: Richard Henderson <rth@twiddle.net>
959R: Helge Deller <deller@gmx.de>
960S: Odd Fixes
a2a82ad6 961F: default-configs/hppa-softmmu.mak
e188396c
PMD
962F: hw/hppa/
963F: pc-bios/hppa-firmware.img
964
07bf23a7
MW
965LM32 Machines
966-------------
967EVR32 and uclinux BSP
968M: Michael Walle <michael@walle.cc>
969S: Maintained
8d8b636d 970F: hw/lm32/lm32_boards.c
07bf23a7 971
d118aa6b
MW
972milkymist
973M: Michael Walle <michael@walle.cc>
974S: Maintained
8d8b636d 975F: hw/lm32/milkymist.c
d118aa6b 976
afcacd53 977M68K Machines
fd5d5c56
AL
978-------------
979an5206
5baf2741
TH
980M: Thomas Huth <huth@tuxfamily.org>
981S: Odd Fixes
8d8b636d 982F: hw/m68k/an5206.c
e9a56114 983F: hw/m68k/mcf5206.c
fd5d5c56 984
fd5d5c56 985mcf5208
5baf2741
TH
986M: Thomas Huth <huth@tuxfamily.org>
987S: Odd Fixes
8d8b636d 988F: hw/m68k/mcf5208.c
e9a56114
TH
989F: hw/m68k/mcf_intc.c
990F: hw/char/mcf_uart.c
991F: hw/net/mcf_fec.c
5baf2741 992F: include/hw/m68k/mcf*.h
fd5d5c56 993
1810b815
TH
994NeXTcube
995M: Thomas Huth <huth@tuxfamily.org>
996S: Odd Fixes
997F: hw/m68k/next-*.c
998F: hw/display/next-fb.c
999F: include/hw/m68k/next-cube.h
1000
6dca62a0
LV
1001q800
1002M: Laurent Vivier <laurent@vivier.eu>
1003S: Maintained
04e7ca8d 1004F: hw/m68k/q800.c
6dca62a0 1005F: hw/misc/mac_via.c
fa2ba3b8 1006F: hw/nubus/*
8ac919a0 1007F: hw/display/macfb.c
c701ec62 1008F: hw/block/swim.c
04e7ca8d 1009F: hw/m68k/bootinfo.h
6dca62a0 1010F: include/hw/misc/mac_via.h
fa2ba3b8 1011F: include/hw/nubus/*
8ac919a0 1012F: include/hw/display/macfb.h
c701ec62 1013F: include/hw/block/swim.h
6dca62a0 1014
fd5d5c56
AL
1015MicroBlaze Machines
1016-------------------
1017petalogix_s3adsp1800
1018M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1019S: Maintained
6e481d57 1020F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1021F: include/hw/char/xilinx_uartlite.h
fd5d5c56 1022
d36e8ce7 1023petalogix_ml605
4b46ba61 1024M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1025S: Maintained
8d8b636d 1026F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1027
fd5d5c56
AL
1028MIPS Machines
1029-------------
1030Jazz
1031M: Hervé Poussineau <hpoussin@reactos.org>
63640d6a 1032R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
fd5d5c56 1033S: Maintained
8d8b636d 1034F: hw/mips/mips_jazz.c
0886a785
PMD
1035F: hw/display/jazz_led.c
1036F: hw/dma/rc4030.c
fd5d5c56
AL
1037
1038Malta
0eac70b0 1039M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
485cd982
AM
1040M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1041R: Aurelien Jarno <aurelien@aurel32.net>
fd5d5c56 1042S: Maintained
60041378
AM
1043F: hw/isa/piix4.c
1044F: hw/acpi/piix4.c
8d8b636d 1045F: hw/mips/mips_malta.c
93081f51 1046F: hw/mips/gt64xxx_pci.c
60041378 1047F: include/hw/southbridge/piix.h
c47c336e 1048F: tests/acceptance/linux_ssh_mips_malta.py
0484d9d4 1049F: tests/acceptance/machine_mips_malta.py
fd5d5c56
AL
1050
1051Mipssim
0eac70b0 1052M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
63640d6a 1053R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
659f42d8 1054S: Odd Fixes
8d8b636d 1055F: hw/mips/mips_mipssim.c
659f42d8 1056F: hw/net/mipsnet.c
fd5d5c56
AL
1057
1058R4000
0eac70b0 1059M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
099d510b 1060R: Aurelien Jarno <aurelien@aurel32.net>
63640d6a 1061R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
d32dc614 1062S: Obsolete
8d8b636d 1063F: hw/mips/mips_r4k.c
fd5d5c56 1064
659f42d8 1065Fulong 2E
86eb0697 1066M: Philippe Mathieu-Daudé <f4bug@amsat.org>
0eac70b0 1067M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
659f42d8
YK
1068S: Odd Fixes
1069F: hw/mips/mips_fulong2e.c
0170a3fc 1070F: hw/isa/vt82c686.c
5021bfa5 1071F: hw/pci-host/bonito.c
0170a3fc 1072F: include/hw/isa/vt82c686.h
659f42d8
YK
1073
1074Boston
4872fee2 1075M: Paul Burton <pburton@wavecomp.com>
63640d6a 1076R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
659f42d8
YK
1077S: Maintained
1078F: hw/core/loader-fit.c
1079F: hw/mips/boston.c
1080F: hw/pci-host/xilinx-pcie.c
5021bfa5 1081F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1082
945dad6d
JL
1083OpenRISC Machines
1084-----------------
1085or1k-sim
1086M: Jia Liu <proljc@gmail.com>
1087S: Maintained
1088F: hw/openrisc/openrisc_sim.c
1089
fd5d5c56
AL
1090PowerPC Machines
1091----------------
1092405
bba8e23a 1093M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1094L: qemu-ppc@nongnu.org
9b9fe135 1095S: Odd Fixes
8d8b636d 1096F: hw/ppc/ppc405_boards.c
fd5d5c56 1097
aaade8d7 1098Bamboo
bba8e23a 1099M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1100L: qemu-ppc@nongnu.org
1101S: Odd Fixes
8d8b636d 1102F: hw/ppc/ppc440_bamboo.c
aaade8d7 1103
98cded3a 1104e500
bba8e23a 1105M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1106L: qemu-ppc@nongnu.org
bba8e23a 1107S: Odd Fixes
ce6fc617 1108F: hw/ppc/e500*
2c6aba14 1109F: hw/gpio/mpc8xxx.c
7abb479c 1110F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1111F: hw/net/fsl_etsec/
1112F: hw/pci-host/ppce500.c
b5d55020
TH
1113F: include/hw/ppc/ppc_e500.h
1114F: include/hw/pci-host/ppce500.h
1115F: pc-bios/u-boot.e500
98cded3a
AF
1116
1117mpc8544ds
bba8e23a 1118M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1119L: qemu-ppc@nongnu.org
bba8e23a 1120S: Odd Fixes
98cded3a 1121F: hw/ppc/mpc8544ds.c
8d8b636d 1122F: hw/ppc/mpc8544_guts.c
98cded3a 1123
2c6aba14 1124New World (mac99)
40e3dd06
MCA
1125M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1126R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1127L: qemu-ppc@nongnu.org
bba8e23a 1128S: Odd Fixes
baec1910 1129F: hw/ppc/mac_newworld.c
6e481d57
PM
1130F: hw/pci-host/uninorth.c
1131F: hw/pci-bridge/dec.[hc]
8d8b636d 1132F: hw/misc/macio/
6ba16476 1133F: hw/misc/mos6522.c
b5d55020 1134F: hw/nvram/mac_nvram.c
2c6aba14 1135F: hw/input/adb*
eba45926 1136F: include/hw/misc/macio/
6ba16476 1137F: include/hw/misc/mos6522.h
eba45926 1138F: include/hw/ppc/mac_dbdma.h
5021bfa5 1139F: include/hw/pci-host/uninorth.h
2c6aba14 1140F: include/hw/input/adb*
52804c60 1141F: pc-bios/qemu_vga.ndrv
fd5d5c56 1142
2c6aba14 1143Old World (g3beige)
40e3dd06
MCA
1144M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1145R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1146L: qemu-ppc@nongnu.org
bba8e23a 1147S: Odd Fixes
baec1910 1148F: hw/ppc/mac_oldworld.c
6e481d57 1149F: hw/pci-host/grackle.c
8d8b636d 1150F: hw/misc/macio/
835c42d3 1151F: hw/intc/heathrow_pic.c
2c6aba14 1152F: hw/input/adb*
97e16dba 1153F: include/hw/intc/heathrow_pic.h
2c6aba14 1154F: include/hw/input/adb*
52804c60 1155F: pc-bios/qemu_vga.ndrv
fd5d5c56 1156
ec38d398 1157PReP
8178e89c 1158M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1159L: qemu-ppc@nongnu.org
8178e89c 1160S: Maintained
75610155 1161F: hw/ppc/prep.c
8178e89c
HP
1162F: hw/ppc/prep_systemio.c
1163F: hw/ppc/rs6000_mc.c
6e481d57 1164F: hw/pci-host/prep.[hc]
0a9464b5 1165F: hw/isa/i82378.c
a48c6b51 1166F: hw/isa/pc87312.c
1cd6dccb 1167F: hw/dma/i82374.c
819ce6b2 1168F: hw/rtc/m48t59-isa.c
a48c6b51 1169F: include/hw/isa/pc87312.h
819ce6b2 1170F: include/hw/rtc/m48t59.h
71b290e7 1171F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1172
300b115c 1173sPAPR
085eb217 1174M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
1175L: qemu-ppc@nongnu.org
1176S: Supported
8d8b636d 1177F: hw/*/spapr*
f9de2da7
DG
1178F: include/hw/*/spapr*
1179F: hw/*/xics*
1180F: include/hw/*/xics*
b5d55020
TH
1181F: pc-bios/slof.bin
1182F: docs/specs/ppc-spapr-hcalls.txt
1183F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1184F: tests/qtest/spapr*
1cf4323e 1185F: tests/qtest/libqos/*spapr*
1e8a1fae 1186F: tests/qtest/rtas*
1cf4323e 1187F: tests/qtest/libqos/rtas*
8a269ca4 1188
1af82d4f
CLG
1189PowerNV (Non-Virtualized)
1190M: Cédric Le Goater <clg@kaod.org>
1191M: David Gibson <david@gibson.dropbear.id.au>
1192L: qemu-ppc@nongnu.org
1193S: Maintained
1194F: hw/ppc/pnv*
1195F: hw/intc/pnv*
1196F: hw/intc/xics_pnv.c
1197F: include/hw/ppc/pnv*
1198F: pc-bios/skiboot.lid
1e8a1fae 1199F: tests/qtest/pnv*
1af82d4f 1200
794d00bf
AF
1201virtex_ml507
1202M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1203L: qemu-ppc@nongnu.org
1204S: Odd Fixes
6e481d57 1205F: hw/ppc/virtex_ml507.c
794d00bf 1206
a9dd6604
BZ
1207sam460ex
1208M: BALATON Zoltan <balaton@eik.bme.hu>
1209L: qemu-ppc@nongnu.org
1210S: Maintained
33c6a8b5
BZ
1211F: hw/ppc/sam460ex.c
1212F: hw/ppc/ppc440_pcix.c
1213F: hw/display/sm501*
a9dd6604 1214F: hw/ide/sii3112.c
de04c31d 1215F: hw/rtc/m41t80.c
33c6a8b5
BZ
1216F: pc-bios/canyonlands.dt[sb]
1217F: pc-bios/u-boot-sam460ex-20100605.bin
1218F: roms/u-boot-sam460ex
a9dd6604 1219
fd5d5c56
AL
1220SH4 Machines
1221------------
1222R2D
1223M: Magnus Damm <magnus.damm@gmail.com>
1224S: Maintained
6e481d57 1225F: hw/sh4/r2d.c
81527b94
TH
1226F: hw/intc/sh_intc.c
1227F: hw/timer/sh_timer.c
fd5d5c56
AL
1228
1229Shix
1230M: Magnus Damm <magnus.damm@gmail.com>
81527b94 1231S: Odd Fixes
6e481d57 1232F: hw/sh4/shix.c
fd5d5c56
AL
1233
1234SPARC Machines
1235--------------
1236Sun4m
f2416d3a 1237M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1238S: Maintained
8d8b636d 1239F: hw/sparc/sun4m.c
c468e368 1240F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1241F: hw/display/cg3.c
1242F: hw/display/tcx.c
c10a1c78 1243F: hw/dma/sparc32_dma.c
7098b79e 1244F: hw/misc/eccmemctl.c
aec2b887
TH
1245F: hw/*/slavio_*.c
1246F: include/hw/nvram/sun_nvram.h
c10a1c78 1247F: include/hw/sparc/sparc32_dma.h
d0476159 1248F: include/hw/sparc/sun4m_iommu.h
aec2b887 1249F: pc-bios/openbios-sparc32
fd5d5c56
AL
1250
1251Sun4u
f2416d3a 1252M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1253S: Maintained
8d8b636d 1254F: hw/sparc64/sun4u.c
8ef856b7
PMD
1255F: hw/sparc64/sun4u_iommu.c
1256F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1257F: hw/pci-host/sabre.c
1258F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1259F: hw/pci-bridge/simba.c
1260F: include/hw/pci-bridge/simba.h
1261F: pc-bios/openbios-sparc64
fd5d5c56 1262
a2664ca0
AT
1263Sun4v
1264M: Artyom Tarasenko <atar4qemu@gmail.com>
1265S: Maintained
626e4a4b 1266F: hw/sparc64/niagara.c
2811ac30
PMD
1267F: hw/rtc/sun4v-rtc.c
1268F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1269
ce6c760c
FC
1270Leon3
1271M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1272M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1273S: Maintained
8d8b636d
PB
1274F: hw/sparc/leon3.c
1275F: hw/*/grlib*
162abf1a 1276F: include/hw/*/grlib*
b11785ca 1277F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1278
fd5d5c56
AL
1279S390 Machines
1280-------------
dd4ad64a 1281S390 Virtio-ccw
c1976ae7 1282M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1283M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1284M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1285S: Supported
0c6aa7ee 1286F: hw/char/sclp*.[hc]
9d1c4449 1287F: hw/char/terminal3270.c
c5bfb202 1288F: hw/s390x/
4277af19 1289F: include/hw/s390x/
c5bfb202 1290F: hw/watchdog/wdt_diag288.c
1e4738b2 1291F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1292F: default-configs/s390x-softmmu.mak
e18a8b34
SH
1293T: git https://github.com/cohuck/qemu.git s390-next
1294T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1295L: qemu-s390x@nongnu.org
dd4ad64a 1296
8e4eb427 1297S390-ccw boot
304584bf
CH
1298M: Christian Borntraeger <borntraeger@de.ibm.com>
1299M: Thomas Huth <thuth@redhat.com>
1300S: Supported
8e4eb427 1301F: hw/s390x/ipl.*
304584bf
CH
1302F: pc-bios/s390-ccw/
1303F: pc-bios/s390-ccw.img
cc3d15a5 1304F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1305T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1306L: qemu-s390x@nongnu.org
1307
d5bfb425 1308S390 PCI
ecd6663d 1309M: Matthew Rosato <mjrosato@linux.ibm.com>
d5bfb425
CB
1310S: Supported
1311F: hw/s390x/s390-pci*
1312L: qemu-s390x@nongnu.org
1313
ab9528ca 1314UniCore32 Machines
84995ea2 1315------------------
ab9528ca
GX
1316PKUnity-3 SoC initramfs-with-busybox
1317M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1318S: Maintained
8d8b636d 1319F: hw/*/puv3*
ab9528ca
GX
1320F: hw/unicore32/
1321
fd5d5c56
AL
1322X86 Machines
1323------------
1324PC
046a6486 1325M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1326M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1327S: Supported
046a6486
MT
1328F: include/hw/i386/
1329F: hw/i386/
0f25d865 1330F: hw/pci-host/i440fx.c
046a6486
MT
1331F: hw/pci-host/q35.c
1332F: hw/pci-host/pam.c
0fd61a2d 1333F: include/hw/pci-host/i440fx.h
046a6486
MT
1334F: include/hw/pci-host/q35.h
1335F: include/hw/pci-host/pam.h
14a026dd 1336F: hw/isa/piix3.c
046a6486
MT
1337F: hw/isa/lpc_ich9.c
1338F: hw/i2c/smbus_ich9.c
1339F: hw/acpi/piix4.c
1340F: hw/acpi/ich9.c
1341F: include/hw/acpi/ich9.h
fff123b8 1342F: include/hw/southbridge/piix.h
9cc3b73c 1343F: hw/misc/sga.c
6f5a3294
PMD
1344F: hw/isa/apm.c
1345F: include/hw/isa/apm.h
1346F: tests/test-x86-cpuid.c
1e8a1fae 1347F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1348
1349PC Chipset
1350M: Michael S. Tsirkin <mst@redhat.com>
1351M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1352S: Supported
9cc3b73c 1353F: hw/char/debugcon.c
bb3d5ea8 1354F: hw/char/parallel*
9cc3b73c
PB
1355F: hw/char/serial*
1356F: hw/dma/i8257*
1357F: hw/i2c/pm_smbus.c
1732be86 1358F: hw/input/pckbd.c
9cc3b73c
PB
1359F: hw/intc/apic*
1360F: hw/intc/ioapic*
1361F: hw/intc/i8259*
1854eb28 1362F: hw/isa/isa-superio.c
9cc3b73c
PB
1363F: hw/misc/debugexit.c
1364F: hw/misc/pc-testdev.c
1365F: hw/timer/hpet*
1366F: hw/timer/i8254*
bcdb9064 1367F: hw/rtc/mc146818rtc*
edc46aff 1368F: hw/watchdog/wdt_ib700.c
4bcbc773 1369F: hw/watchdog/wdt_i6300esb.c
866e2b37 1370F: include/hw/display/vga.h
bb3d5ea8 1371F: include/hw/char/parallel.h
55f613ac 1372F: include/hw/dma/i8257.h
a2feb348 1373F: include/hw/i2c/pm_smbus.h
47973a2d 1374F: include/hw/input/i8042.h
4bcbc773 1375F: include/hw/isa/i8259_internal.h
1854eb28 1376F: include/hw/isa/superio.h
a2feb348
TH
1377F: include/hw/timer/hpet.h
1378F: include/hw/timer/i8254*
bcdb9064 1379F: include/hw/rtc/mc146818rtc*
046a6486 1380
5cb48f05
SL
1381microvm
1382M: Sergio Lopez <slp@redhat.com>
1383M: Paolo Bonzini <pbonzini@redhat.com>
1384S: Maintained
1385F: docs/microvm.rst
1386F: hw/i386/microvm.c
1387F: include/hw/i386/microvm.h
1388F: pc-bios/bios-microvm.bin
1389
5da4fb00
MT
1390Machine core
1391M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1392M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1393S: Supported
2e5b09fd 1394F: hw/core/cpu.c
52924dea 1395F: hw/core/machine-qmp-cmds.c
5da4fb00 1396F: hw/core/machine.c
c1629c5c 1397F: hw/core/null-machine.c
ac057879 1398F: hw/core/numa.c
335d52f4 1399F: hw/cpu/cluster.c
8ac25c84 1400F: qapi/machine.json
7f7b4e7a 1401F: qapi/machine-target.json
5da4fb00 1402F: include/hw/boards.h
2e5b09fd 1403F: include/hw/core/cpu.h
335d52f4 1404F: include/hw/cpu/cluster.h
2dd02587 1405F: include/sysemu/numa.h
e18a8b34 1406T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1407
16e7caae
MF
1408Xtensa Machines
1409---------------
375847a6 1410sim
16e7caae
MF
1411M: Max Filippov <jcmvbkbc@gmail.com>
1412S: Maintained
437a8c11 1413F: hw/xtensa/sim.c
375847a6 1414
d9e8553b
MF
1415virt
1416M: Max Filippov <jcmvbkbc@gmail.com>
1417S: Maintained
1418F: hw/xtensa/virt.c
1419
437a8c11 1420XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1421M: Max Filippov <jcmvbkbc@gmail.com>
1422S: Maintained
437a8c11
MF
1423F: hw/xtensa/xtfpga.c
1424F: hw/net/opencores_eth.c
16e7caae 1425
fd5d5c56
AL
1426Devices
1427-------
b30934cb
JS
1428EDU
1429M: Jiri Slaby <jslaby@suse.cz>
1430S: Maintained
1431F: hw/misc/edu.c
1432
fd5d5c56 1433IDE
c095348b
JS
1434M: John Snow <jsnow@redhat.com>
1435L: qemu-block@nongnu.org
1436S: Supported
8d8b636d 1437F: include/hw/ide.h
c9f7acd5 1438F: include/hw/ide/
fd5d5c56 1439F: hw/ide/
c095348b
JS
1440F: hw/block/block.c
1441F: hw/block/cdrom.c
1442F: hw/block/hd-geometry.c
1e8a1fae
TH
1443F: tests/qtest/ide-test.c
1444F: tests/qtest/ahci-test.c
1445F: tests/qtest/cdrom-test.c
1cf4323e 1446F: tests/qtest/libqos/ahci*
e18a8b34 1447T: git https://github.com/jnsnow/qemu.git ide
c095348b 1448
caf316ba
CM
1449IPMI
1450M: Corey Minyard <minyard@acm.org>
1451S: Maintained
1452F: include/hw/ipmi/*
1453F: hw/ipmi/*
1454F: hw/smbios/smbios_type_38.c
1e8a1fae 1455F: tests/qtest/ipmi*
e18a8b34 1456T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1457
c095348b
JS
1458Floppy
1459M: John Snow <jsnow@redhat.com>
1460L: qemu-block@nongnu.org
1461S: Supported
1462F: hw/block/fdc.c
1463F: include/hw/block/fdc.h
1e8a1fae 1464F: tests/qtest/fdc-test.c
e18a8b34 1465T: git https://github.com/jnsnow/qemu.git ide
fd5d5c56 1466
f5f487b2
PM
1467OMAP
1468M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1469L: qemu-arm@nongnu.org
f5f487b2 1470S: Maintained
8d8b636d 1471F: hw/*/omap*
ed0db866 1472F: include/hw/arm/omap.h
f5f487b2 1473
28d54e58
PB
1474IPack
1475M: Alberto Garcia <berto@igalia.com>
1476S: Odd Fixes
1477F: hw/char/ipoctal232.c
1478F: hw/ipack/
1479
fd5d5c56
AL
1480PCI
1481M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1482M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1483S: Supported
8d8b636d 1484F: include/hw/pci/*
f178bc6b 1485F: hw/misc/pci-testdev.c
ca818cfb 1486F: hw/pci/*
f178bc6b 1487F: hw/pci-bridge/*
68179923
PMD
1488F: docs/pci*
1489F: docs/specs/*pci*
534fd814 1490F: default-configs/pci.mak
0e0b3592 1491
d31e5ae7 1492ACPI/SMBIOS
0e0b3592
MT
1493M: Michael S. Tsirkin <mst@redhat.com>
1494M: Igor Mammedov <imammedo@redhat.com>
1495S: Supported
1496F: include/hw/acpi/*
a2eb5c0c 1497F: include/hw/firmware/smbios.h
0e0b3592 1498F: hw/mem/*
8d8b636d 1499F: hw/acpi/*
d31e5ae7 1500F: hw/smbios/*
0e0b3592 1501F: hw/i386/acpi-build.[hc]
0e0b3592 1502F: hw/arm/virt-acpi-build.c
1e8a1fae
TH
1503F: tests/qtest/bios-tables-test.c
1504F: tests/qtest/acpi-utils.[hc]
faae23b9 1505F: tests/data/acpi/
fd5d5c56 1506
aaade8d7 1507ppc4xx
bba8e23a 1508M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1509L: qemu-ppc@nongnu.org
1510S: Odd Fixes
8d8b636d 1511F: hw/ppc/ppc4*.c
aa3a41f9 1512F: hw/i2c/ppc4xx_i2c.c
b5d55020 1513F: include/hw/ppc/ppc4xx.h
aa3a41f9 1514F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1515
61af0ee6 1516Character devices
2185fd67
PB
1517M: Marc-André Lureau <marcandre.lureau@redhat.com>
1518R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1519S: Odd Fixes
1520F: hw/char/
1521
f536f112
PB
1522Network devices
1523M: Jason Wang <jasowang@redhat.com>
1524S: Odd Fixes
1525F: hw/net/
6061b5c6 1526F: include/hw/net/
1e8a1fae 1527F: tests/qtest/virtio-net-test.c
9711cd0d 1528F: docs/virtio-net-failover.rst
e18a8b34 1529T: git https://github.com/jasowang/qemu.git net
f536f112 1530
e0c9d0c1
PMD
1531Parallel NOR Flash devices
1532M: Philippe Mathieu-Daudé <philmd@redhat.com>
1533T: git https://gitlab.com/philmd/qemu.git pflash-next
1534S: Maintained
1535F: hw/block/pflash_cfi*.c
1536F: include/hw/block/flash.h
1537
fd5d5c56 1538SCSI
de7724f7 1539M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1540R: Fam Zheng <fam@euphon.net>
de7724f7 1541S: Supported
74460f34 1542F: include/hw/scsi/*
8d8b636d 1543F: hw/scsi/*
1e8a1fae 1544F: tests/qtest/virtio-scsi-test.c
e18a8b34 1545T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1546
fcb5629d 1547SSI
c22e580c 1548M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1549S: Maintained
8d8b636d
PB
1550F: hw/ssi/*
1551F: hw/block/m25p80.c
982d009a 1552F: include/hw/ssi/ssi.h
4b46ba61 1553X: hw/ssi/xilinx_*
1e8a1fae 1554F: tests/qtest/m25p80-test.c
4b46ba61
AF
1555
1556Xilinx SPI
c22e580c 1557M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1558S: Maintained
1559F: hw/ssi/xilinx_*
fcb5629d 1560
076a0fc3
PMD
1561SD (Secure Card)
1562M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1563S: Odd Fixes
1564F: include/hw/sd/sd*
1565F: hw/sd/core.c
1566F: hw/sd/sd*
1232ed1f 1567F: hw/sd/ssi-sd.c
1e8a1fae 1568F: tests/qtest/sd*
076a0fc3 1569
fd5d5c56 1570USB
5d0d62fe
GH
1571M: Gerd Hoffmann <kraxel@redhat.com>
1572S: Maintained
8d8b636d 1573F: hw/usb/*
1e8a1fae 1574F: tests/qtest/usb-*-test.c
beded0ff
TH
1575F: docs/usb2.txt
1576F: docs/usb-storage.txt
1577F: include/hw/usb.h
1578F: include/hw/usb/
104ebc5f 1579F: default-configs/usb.mak
fd5d5c56 1580
e26082fd
PB
1581USB (serial adapter)
1582M: Gerd Hoffmann <kraxel@redhat.com>
1583M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1584S: Maintained
1585F: hw/usb/dev-serial.c
1586
92e1fb5e
AW
1587VFIO
1588M: Alex Williamson <alex.williamson@redhat.com>
1589S: Supported
cf7087db 1590F: hw/vfio/*
99b88c6d 1591F: include/hw/vfio/
92e1fb5e 1592
5eb74557 1593vfio-ccw
c1976ae7 1594M: Cornelia Huck <cohuck@redhat.com>
7913938a 1595M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1596S: Supported
1597F: hw/vfio/ccw.c
1598F: hw/s390x/s390-ccw.c
1599F: include/hw/s390x/s390-ccw.h
44445d86 1600F: include/hw/s390x/vfio-ccw.h
e18a8b34 1601T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1602L: qemu-s390x@nongnu.org
5eb74557 1603
a51b3153
TK
1604vfio-ap
1605M: Christian Borntraeger <borntraeger@de.ibm.com>
1606M: Tony Krowiak <akrowiak@linux.ibm.com>
1607M: Halil Pasic <pasic@linux.ibm.com>
1608M: Pierre Morel <pmorel@linux.ibm.com>
1609S: Supported
1610F: hw/s390x/ap-device.c
1611F: hw/s390x/ap-bridge.c
1612F: include/hw/s390x/ap-device.h
1613F: include/hw/s390x/ap-bridge.h
2fe2942c 1614F: hw/vfio/ap.c
f58f084e 1615F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1616L: qemu-s390x@nongnu.org
1617
fd5d5c56
AL
1618vhost
1619M: Michael S. Tsirkin <mst@redhat.com>
1620S: Supported
8d8b636d 1621F: hw/*/*vhost*
482580a6 1622F: docs/interop/vhost-user.json
ed1be66b 1623F: docs/interop/vhost-user.rst
72c1e865 1624F: contrib/vhost-user-*/
f24bb728
MAL
1625F: backends/vhost-user.c
1626F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1627
1628virtio
a75143ed 1629M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1630S: Supported
8d8b636d 1631F: hw/*/virtio*
72fa605d
TH
1632F: hw/virtio/Makefile.objs
1633F: hw/virtio/trace-events
6a084ea3 1634F: net/vhost-user.c
494f7b57 1635F: include/hw/virtio/
fd5d5c56
AL
1636
1637virtio-9p
8c1cd719 1638M: Greg Kurz <groug@kaod.org>
2822602c 1639R: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1640S: Odd Fixes
aebeca25 1641F: hw/9pfs/
b827891d 1642X: hw/9pfs/xen-9p*
aebeca25 1643F: fsdev/
78813586 1644F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1645F: tests/qtest/virtio-9p-test.c
e18a8b34 1646T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1647
1648virtio-blk
54d01a00 1649M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1650L: qemu-block@nongnu.org
fd5d5c56 1651S: Supported
8d8b636d 1652F: hw/block/virtio-blk.c
b457a5f5 1653F: hw/block/dataplane/*
1e8a1fae 1654F: tests/qtest/virtio-blk-test.c
e18a8b34 1655T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1656
dd4ad64a 1657virtio-ccw
c1976ae7 1658M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1659M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1660S: Supported
901f5f16 1661F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1662F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1663T: git https://github.com/cohuck/qemu.git s390-next
1664T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1665L: qemu-s390x@nongnu.org
dd4ad64a 1666
bad7d2c3
DDAG
1667virtiofs
1668M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1669M: Stefan Hajnoczi <stefanha@redhat.com>
1670S: Supported
1671F: tools/virtiofsd/*
1672F: hw/virtio/vhost-user-fs*
1673F: include/hw/virtio/vhost-user-fs.h
6a7e2bbe 1674F: docs/interop/virtiofsd.rst
bad7d2c3 1675
a5d4d7b5
GH
1676virtio-input
1677M: Gerd Hoffmann <kraxel@redhat.com>
1678S: Maintained
9c4d05b7 1679F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1680F: hw/input/virtio-input*.c
1681F: include/hw/virtio/virtio-input.h
06914c97 1682F: contrib/vhost-user-input/*
a5d4d7b5 1683
c1dee918
EA
1684virtio-iommu
1685M: Eric Auger <eric.auger@redhat.com>
1686S: Maintained
1687F: hw/virtio/virtio-iommu*.c
1688F: include/hw/virtio/virtio-iommu.h
1689
fd5d5c56 1690virtio-serial
2501db70
LV
1691M: Laurent Vivier <lvivier@redhat.com>
1692R: Amit Shah <amit@kernel.org>
fd5d5c56 1693S: Supported
8d8b636d
PB
1694F: hw/char/virtio-serial-bus.c
1695F: hw/char/virtio-console.c
68a5e38a 1696F: include/hw/virtio/virtio-serial.h
1e8a1fae 1697F: tests/qtest/virtio-serial-test.c
fd5d5c56 1698
1f51a5cb 1699virtio-rng
2501db70
LV
1700M: Laurent Vivier <lvivier@redhat.com>
1701R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1702S: Supported
1703F: hw/virtio/virtio-rng.c
1704F: include/hw/virtio/virtio-rng.h
750cf869 1705F: include/sysemu/rng*.h
1f51a5cb 1706F: backends/rng*.c
1e8a1fae 1707F: tests/qtest/virtio-rng-test.c
1f51a5cb 1708
6034011c
GA
1709virtio-crypto
1710M: Gonglei <arei.gonglei@huawei.com>
1711S: Supported
1712F: hw/virtio/virtio-crypto.c
1713F: hw/virtio/virtio-crypto-pci.c
1714F: include/hw/virtio/virtio-crypto.h
1715
f3c507ad
KB
1716nvme
1717M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1718L: qemu-block@nongnu.org
f3c507ad
KB
1719S: Supported
1720F: hw/block/nvme*
1e8a1fae 1721F: tests/qtest/nvme-test.c
f3c507ad 1722
d383c625 1723megasas
3fdfb8b6 1724M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1725L: qemu-block@nongnu.org
d383c625
HR
1726S: Supported
1727F: hw/scsi/megasas.c
1728F: hw/scsi/mfi.h
1e8a1fae 1729F: tests/qtest/megasas-test.c
d383c625 1730
605d52e6 1731Network packet abstractions
bf4835a4 1732M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1733S: Maintained
1734F: include/net/eth.h
1735F: net/eth.c
1736F: hw/net/net_rx_pkt*
1737F: hw/net/net_tx_pkt*
1738
622fb504 1739Vmware
bf4835a4 1740M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1741S: Maintained
1742F: hw/net/vmxnet*
1743F: hw/scsi/vmw_pvscsi*
1e8a1fae 1744F: tests/qtest/vmxnet3-test.c
622fb504 1745
de24d3f1 1746Rocker
de24d3f1
SF
1747M: Jiri Pirko <jiri@resnulli.us>
1748S: Maintained
1749F: hw/net/rocker/
de850948
TH
1750F: tests/rocker/
1751F: docs/specs/rocker.txt
de24d3f1 1752
70d1fb9c 1753NVDIMM
7a5bd53d 1754M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1755S: Maintained
1756F: hw/acpi/nvdimm.c
1757F: hw/mem/nvdimm.c
1758F: include/hw/mem/nvdimm.h
e2e254d3 1759F: docs/nvdimm.txt
70d1fb9c 1760
093454e2 1761e1000x
bf4835a4 1762M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1763S: Maintained
1764F: hw/net/e1000x*
1765
6f3fbe4e 1766e1000e
bf4835a4 1767M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1768S: Maintained
1769F: hw/net/e1000e*
1770
ebc2327f
SW
1771eepro100
1772M: Stefan Weil <sw@weilnetz.de>
1773S: Maintained
1774F: hw/net/eepro100.c
1775
34ea023d
SS
1776tulip
1777M: Sven Schnelle <svens@stackframe.org>
1778S: Maintained
1779F: hw/net/tulip.c
1780F: hw/net/tulip.h
1781
e481a1f6 1782Generic Loader
c22e580c 1783M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1784S: Maintained
1785F: hw/core/generic-loader.c
1786F: include/hw/core/generic-loader.h
c5e2ac7e 1787F: docs/generic-loader.txt
e481a1f6 1788
645d3cbe
SH
1789Intel Hexadecimal Object File Loader
1790M: Su Hang <suhang16@mails.ucas.ac.cn>
1791S: Maintained
1e8a1fae 1792F: tests/qtest/hexloader-test.c
4b2ff65a 1793F: tests/data/hex-loader/test.hex
645d3cbe 1794
87a9023a
TH
1795CHRP NVRAM
1796M: Thomas Huth <thuth@redhat.com>
1797S: Maintained
1798F: hw/nvram/chrp_nvram.c
1799F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1800F: tests/qtest/prom-env-test.c
87a9023a 1801
42697d88
BW
1802VM Generation ID
1803M: Ben Warren <ben@skyportsystems.com>
1804S: Maintained
1805F: hw/acpi/vmgenid.c
1806F: include/hw/acpi/vmgenid.h
1807F: docs/specs/vmgenid.txt
1e8a1fae 1808F: tests/qtest/vmgenid-test.c
42697d88
BW
1809F: stubs/vmgenid.c
1810
747969db
PMD
1811Unimplemented device
1812M: Peter Maydell <peter.maydell@linaro.org>
1813R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1814S: Maintained
1815F: include/hw/misc/unimp.h
1816F: hw/misc/unimp.c
1817
dbb2e472
GH
1818Standard VGA
1819M: Gerd Hoffmann <kraxel@redhat.com>
1820S: Maintained
1821F: hw/display/vga*
1822F: hw/display/bochs-display.c
1823F: include/hw/display/vga.h
1824F: include/hw/display/bochs-vbe.h
1825
58d632c7
GH
1826ramfb
1827M: Gerd Hoffmann <kraxel@redhat.com>
1828S: Maintained
1829F: hw/display/ramfb*.c
1830F: include/hw/display/ramfb.h
1831
dbb2e472
GH
1832virtio-gpu
1833M: Gerd Hoffmann <kraxel@redhat.com>
1834S: Maintained
1835F: hw/display/virtio-gpu*
c68082c4 1836F: hw/display/virtio-vga.*
dbb2e472
GH
1837F: include/hw/virtio/virtio-gpu.h
1838
bd2e44fe
MAL
1839vhost-user-gpu
1840M: Marc-André Lureau <marcandre.lureau@redhat.com>
1841M: Gerd Hoffmann <kraxel@redhat.com>
1842S: Maintained
1843F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
1844F: contrib/vhost-user-gpu
1845F: hw/display/vhost-user-*
bd2e44fe 1846
dbb2e472
GH
1847Cirrus VGA
1848M: Gerd Hoffmann <kraxel@redhat.com>
1849S: Odd Fixes
1850W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1851F: hw/display/cirrus*
1852
72d277a7
GH
1853EDID Generator
1854M: Gerd Hoffmann <kraxel@redhat.com>
1855S: Maintained
1856F: hw/display/edid*
1857F: include/hw/display/edid.h
1858F: qemu-edid.c
1859
10386385
PMD
1860PIIX4 South Bridge (i82371AB)
1861M: Hervé Poussineau <hpoussin@reactos.org>
1862M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1863S: Maintained
1864F: hw/isa/piix4.c
fff123b8 1865F: include/hw/southbridge/piix.h
10386385 1866
15ffb43c 1867Firmware configuration (fw_cfg)
6f75e3f5 1868M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
1869R: Laszlo Ersek <lersek@redhat.com>
1870R: Gerd Hoffmann <kraxel@redhat.com>
1871S: Supported
1872F: docs/specs/fw_cfg.txt
1873F: hw/nvram/fw_cfg.c
b15c0f7d 1874F: stubs/fw_cfg.c
15ffb43c
PMD
1875F: include/hw/nvram/fw_cfg.h
1876F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 1877F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 1878F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
1879T: git https://github.com/philmd/qemu.git fw_cfg-next
1880
2313abf0
TH
1881XIVE
1882M: David Gibson <david@gibson.dropbear.id.au>
1883M: Cédric Le Goater <clg@kaod.org>
1884L: qemu-ppc@nongnu.org
1885S: Supported
1886F: hw/*/*xive*
1887F: include/hw/*/*xive*
24563a58 1888F: docs/*/*xive*
2313abf0 1889
fd5d5c56
AL
1890Subsystems
1891----------
1892Audio
9f575846 1893M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1894S: Maintained
1895F: audio/
8d8b636d 1896F: hw/audio/
a2b245ae 1897F: include/hw/audio/
1e8a1fae
TH
1898F: tests/qtest/ac97-test.c
1899F: tests/qtest/es1370-test.c
1900F: tests/qtest/intel-hda-test.c
fd5d5c56 1901
17f1e8f5 1902Block layer core
fd5d5c56 1903M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1904M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1905L: qemu-block@nongnu.org
fd5d5c56
AL
1906S: Supported
1907F: block*
1908F: block/
8d8b636d 1909F: hw/block/
4c346e0b 1910F: include/block/
46078760 1911F: qemu-img*
e13c59fa 1912F: docs/interop/qemu-img.rst
46078760 1913F: qemu-io*
29242091 1914F: tests/qemu-iotests/
8dd30c86 1915F: util/qemu-progress.c
0bcc8e5b 1916F: qobject/block-qdict.c
c468e368 1917F: tests/check-block-qdict.c
ebe2aad2 1918T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 1919
d55053b1
SH
1920Block I/O path
1921M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 1922M: Fam Zheng <fam@euphon.net>
d55053b1
SH
1923L: qemu-block@nongnu.org
1924S: Supported
36c697bd
PB
1925F: util/async.c
1926F: util/aio-*.c
1f050a46
SH
1927F: util/aio-*.h
1928F: util/fdmon-*.c
d55053b1
SH
1929F: block/io.c
1930F: migration/block*
e1029ae2 1931F: include/block/aio.h
f5a53faa 1932F: include/block/aio-wait.h
0a4f9ad1 1933F: scripts/qemugdb/aio.py
e18a8b34 1934T: git https://github.com/stefanha/qemu.git block
d55053b1 1935
e5b5728c
PB
1936Block SCSI subsystem
1937M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1938R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
1939L: qemu-block@nongnu.org
1940S: Supported
1941F: include/scsi/*
1942F: scsi/*
1943
280458a3 1944Block Jobs
03283d64 1945M: John Snow <jsnow@redhat.com>
280458a3
JC
1946L: qemu-block@nongnu.org
1947S: Supported
1948F: blockjob.c
1949F: include/block/blockjob.h
33e9e9bd 1950F: job.c
1a90bc81 1951F: job-qmp.c
c468e368 1952F: include/qemu/job.h
280458a3
JC
1953F: block/backup.c
1954F: block/commit.c
77346025 1955F: block/stream.c
280458a3 1956F: block/mirror.c
bf42508f 1957F: qapi/job.json
03283d64 1958T: git https://github.com/jnsnow/qemu.git jobs
280458a3 1959
4120201d
MA
1960Block QAPI, monitor, command line
1961M: Markus Armbruster <armbru@redhat.com>
1962S: Supported
1963F: blockdev.c
a2dde2f2 1964F: blockdev-hmp-cmds.c
4120201d
MA
1965F: block/qapi.c
1966F: qapi/block*.json
fa988e39 1967F: qapi/transaction.json
ebe2aad2 1968T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 1969
538193bc 1970Dirty Bitmaps
538193bc 1971M: John Snow <jsnow@redhat.com>
4a189fdf 1972R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
538193bc
JS
1973L: qemu-block@nongnu.org
1974S: Supported
538193bc
JS
1975F: include/qemu/hbitmap.h
1976F: include/block/dirty-bitmap.h
00637c6b
VSO
1977F: block/dirty-bitmap.c
1978F: block/qcow2-bitmap.c
052db8e7 1979F: migration/block-dirty-bitmap.c
00637c6b 1980F: util/hbitmap.c
538193bc 1981F: tests/test-hbitmap.c
5746c1cd 1982F: docs/interop/bitmaps.rst
e18a8b34 1983T: git https://github.com/jnsnow/qemu.git bitmaps
538193bc 1984
61af0ee6 1985Character device backends
55fc84a7 1986M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 1987R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 1988S: Maintained
178fe0ae 1989F: chardev/
8228e353 1990F: include/chardev/
dbeee392 1991F: qapi/char.json
fd5d5c56 1992
e26082fd
PB
1993Character Devices (Braille)
1994M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1995S: Maintained
6b10e573 1996F: chardev/baum.c
fd5d5c56 1997
e94630d3
MA
1998Command line option argument parsing
1999M: Markus Armbruster <armbru@redhat.com>
2000S: Supported
2001F: include/qemu/option.h
2002F: tests/test-keyval.c
2003F: tests/test-qemu-opts.c
2004F: util/keyval.c
2005F: util/qemu-option.c
2006
8c413e79
MA
2007Coverity model
2008M: Markus Armbruster <armbru@redhat.com>
2009S: Supported
2010F: scripts/coverity-model.c
2011
d24b569a 2012Device Tree
c3c962c1
AF
2013M: Alistair Francis <alistair.francis@wdc.com>
2014R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2015S: Maintained
82407515
TH
2016F: device_tree.c
2017F: include/sysemu/device_tree.h
d24b569a 2018
3505a22b
MAL
2019Dump
2020S: Supported
2021M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2022F: dump/
3505a22b
MAL
2023F: hw/misc/vmcoreinfo.c
2024F: include/hw/misc/vmcoreinfo.h
6d3da32c 2025F: include/qemu/win_dump_defs
3505a22b
MAL
2026F: include/sysemu/dump-arch.h
2027F: include/sysemu/dump.h
d06b747b 2028F: qapi/dump.json
3505a22b
MAL
2029F: scripts/dump-guest-memory.py
2030F: stubs/dump.c
2031
4f966768
MA
2032Error reporting
2033M: Markus Armbruster <armbru@redhat.com>
2034S: Supported
2035F: include/qapi/error.h
2036F: include/qemu/error-report.h
abb3d37d 2037F: qapi/error.json
4f966768
MA
2038F: util/error.c
2039F: util/qemu-error.c
2040
fd5d5c56 2041GDB stub
c7b3e866
AB
2042M: Alex Bennée <alex.bennee@linaro.org>
2043R: Philippe Mathieu-Daudé <philmd@redhat.com>
2044S: Maintained
fd5d5c56
AL
2045F: gdbstub*
2046F: gdb-xml/
2047
01a9c03c
PB
2048Memory API
2049M: Paolo Bonzini <pbonzini@redhat.com>
2050S: Supported
2051F: include/exec/ioport.h
2052F: ioport.c
14776ab5 2053F: include/exec/memop.h
01a9c03c 2054F: include/exec/memory.h
2b1641d0 2055F: include/exec/ram_addr.h
41aa4e9f 2056F: include/exec/ramblock.h
01a9c03c
PB
2057F: memory.c
2058F: include/exec/memory-internal.h
2059F: exec.c
044e2af9 2060F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2061
7ee3bf03
GH
2062SPICE
2063M: Gerd Hoffmann <kraxel@redhat.com>
2064S: Supported
6e481d57 2065F: include/ui/qemu-spice.h
438528a3 2066F: include/ui/spice-display.h
7ee3bf03
GH
2067F: ui/spice-*.c
2068F: audio/spiceaudio.c
8d8b636d 2069F: hw/display/qxl*
608cfed6 2070F: qapi/ui.json
9bd4cb35 2071F: docs/spice-port-fqdn.txt
7ee3bf03 2072
fd5d5c56 2073Graphics
25eccc37
GH
2074M: Gerd Hoffmann <kraxel@redhat.com>
2075S: Odd Fixes
fd5d5c56 2076F: ui/
e220656c 2077F: include/ui/
608cfed6 2078F: qapi/ui.json
b1d38037 2079F: util/drm.c
fd5d5c56 2080
351f1bf6 2081Cocoa graphics
30ef3c74 2082M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2083S: Odd Fixes
2084F: ui/cocoa.m
2085
fd5d5c56 2086Main loop
da26f37a
PB
2087M: Paolo Bonzini <pbonzini@redhat.com>
2088S: Maintained
2089F: cpus.c
54d31236
MA
2090F: include/qemu/main-loop.h
2091F: include/sysemu/runstate.h
3ecb29a3
PB
2092F: util/main-loop.c
2093F: util/qemu-timer.c
bac068e0 2094F: softmmu/vl.c
7b733862 2095F: softmmu/main.c
0e201d34 2096F: qapi/run-state.json
fd5d5c56 2097
8899b4ae 2098Human Monitor (HMP)
c833fb4a 2099M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2100S: Maintained
5bce308a 2101F: monitor/monitor-internal.h
e84328fa 2102F: monitor/misc.c
1d95db74 2103F: monitor/monitor.c
f1b3ccfa
KW
2104F: monitor/hmp*
2105F: hmp.h
c13e9912
TH
2106F: hmp-commands*.hx
2107F: include/monitor/hmp-target.h
1e8a1fae 2108F: tests/qtest/test-hmp.c
637de4db
MA
2109F: include/qemu/qemu-print.h
2110F: util/qemu-print.c
fd5d5c56 2111
f536f112 2112Network device backends
442469e6 2113M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2114S: Maintained
2115F: net/
d24b2b1c 2116F: include/net/
e9bbc8bd 2117F: qemu-bridge-helper.c
e18a8b34 2118T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2119F: qapi/net.json
fd5d5c56 2120
aee09baf
VM
2121Netmap network backend
2122M: Luigi Rizzo <rizzo@iet.unipi.it>
2123M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2124M: Vincenzo Maffione <v.maffione@gmail.com>
2125W: http://info.iet.unipi.it/~luigi/netmap/
2126S: Maintained
2127F: net/netmap.c
2128
4fc264f4
EH
2129Host Memory Backends
2130M: Eduardo Habkost <ehabkost@redhat.com>
2131M: Igor Mammedov <imammedo@redhat.com>
2132S: Maintained
2133F: backends/hostmem*.c
2134F: include/sysemu/hostmem.h
e18a8b34 2135T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 2136
6034011c
GA
2137Cryptodev Backends
2138M: Gonglei <arei.gonglei@huawei.com>
2139S: Maintained
2140F: include/sysemu/cryptodev*.h
2141F: backends/cryptodev*.c
2142
ad904f66
EH
2143Python scripts
2144M: Eduardo Habkost <ehabkost@redhat.com>
2145M: Cleber Rosa <crosa@redhat.com>
2146S: Odd fixes
1b6ee29f 2147F: python/qemu/*py
ad904f66
EH
2148F: scripts/*.py
2149F: tests/*.py
2150
f4abfc6c
VSO
2151Benchmark util
2152M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2153S: Maintained
2154F: scripts/simplebench/
2155
8899b4ae 2156QAPI
9740618c 2157M: Markus Armbruster <armbru@redhat.com>
8899b4ae 2158M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 2159S: Supported
8899b4ae 2160F: qapi/
0311c5bd 2161X: qapi/*.json
ac4abb9a
MA
2162F: include/qapi/
2163X: include/qapi/qmp/
2164F: include/qapi/qmp/dispatch.h
c0bd0b50 2165F: tests/qapi-schema/
ac4abb9a 2166F: tests/test-*-visitor.c
e94630d3 2167F: tests/test-qapi-*.c
ac4abb9a 2168F: tests/test-qmp-*.c
e94630d3 2169F: tests/test-visitor-serialization.c
be25fcc4
MA
2170F: scripts/qapi-gen.py
2171F: scripts/qapi/*
c39cdbf6 2172F: docs/devel/qapi*
ebe2aad2 2173T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2174
7810d291
LC
2175QAPI Schema
2176M: Eric Blake <eblake@redhat.com>
7810d291
LC
2177M: Markus Armbruster <armbru@redhat.com>
2178S: Supported
0311c5bd 2179F: qapi/*.json
ebe2aad2 2180T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2181
f3582ba4 2182QObject
daf5dc78
MA
2183M: Markus Armbruster <armbru@redhat.com>
2184S: Supported
f3582ba4 2185F: qobject/
7735d2b5
MA
2186F: include/qapi/qmp/
2187X: include/qapi/qmp/dispatch.h
a2f3453e 2188F: scripts/coccinelle/qobject.cocci
7735d2b5 2189F: tests/check-qdict.c
7735d2b5
MA
2190F: tests/check-qjson.c
2191F: tests/check-qlist.c
cd81e02b
PMD
2192F: tests/check-qlit.c
2193F: tests/check-qnull.c
2194F: tests/check-qnum.c
2195F: tests/check-qobject.c
7735d2b5 2196F: tests/check-qstring.c
fe07b62c 2197F: tests/data/qobject/qdict.txt
ebe2aad2 2198T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2199
f05d9999
MR
2200QEMU Guest Agent
2201M: Michael Roth <mdroth@linux.vnet.ibm.com>
2202S: Maintained
2203F: qga/
27a296fc 2204F: docs/interop/qemu-ga.rst
ab7f9f7d
PMD
2205F: scripts/qemu-guest-agent/
2206F: tests/test-qga.c
2207F: docs/interop/qemu-ga-ref.texi
e18a8b34 2208T: git https://github.com/mdroth/qemu.git qga
f05d9999 2209
4688c94c 2210QOM
1085d86e
PB
2211M: Paolo Bonzini <pbonzini@redhat.com>
2212R: Daniel P. Berrange <berrange@redhat.com>
2213R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2214S: Supported
8f920054
MA
2215F: docs/qdev-device-use.txt
2216F: hw/core/qdev*
2217F: include/hw/qdev*
2218F: include/monitor/qdev.h
4688c94c 2219F: include/qom/
c577ff62
MA
2220F: qapi/qom.json
2221F: qapi/qdev.json
8f920054 2222F: qdev-monitor.c
4688c94c 2223F: qom/
9f4aa7ce
AF
2224F: tests/check-qom-interface.c
2225F: tests/check-qom-proplist.c
8f920054 2226F: tests/test-qdev-global-props.c
4688c94c 2227
8899b4ae 2228QMP
9740618c
LC
2229M: Markus Armbruster <armbru@redhat.com>
2230S: Supported
5bce308a 2231F: monitor/monitor-internal.h
f1b3ccfa 2232F: monitor/qmp*
e84328fa 2233F: monitor/misc.c
1d95db74 2234F: monitor/monitor.c
abb3d37d 2235F: qapi/error.json
c39cdbf6 2236F: docs/devel/*qmp-*
12b2f0d9 2237F: docs/interop/*qmp-*
9740618c 2238F: scripts/qmp/
1e8a1fae
TH
2239F: tests/qtest/qmp-test.c
2240F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2241T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2242
98a43bf0 2243qtest
98a43bf0
PB
2244M: Thomas Huth <thuth@redhat.com>
2245M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2246R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0
PB
2247S: Maintained
2248F: qtest.c
3fe13fe1 2249F: accel/qtest.c
1e8a1fae 2250F: tests/qtest/
98a43bf0 2251
5f6fd09a
AB
2252Device Fuzzing
2253M: Alexander Bulekov <alxndr@bu.edu>
2254R: Paolo Bonzini <pbonzini@redhat.com>
2255R: Bandan Das <bsd@redhat.com>
2256R: Stefan Hajnoczi <stefanha@redhat.com>
2257S: Maintained
2258F: tests/qtest/fuzz/
2259
cc0100f4 2260Register API
c22e580c 2261M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2262S: Maintained
2263F: hw/core/register.c
2264F: include/hw/register.h
06a7b243 2265F: include/hw/registerfields.h
cc0100f4 2266
fd5d5c56 2267SLIRP
eda509fa 2268M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2269S: Maintained
fd5d5c56 2270F: slirp/
663fb1e1 2271F: net/slirp.c
d24b2b1c 2272F: include/net/slirp.h
02cffe24 2273T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2274
b1ed728a
PB
2275Stubs
2276M: Paolo Bonzini <pbonzini@redhat.com>
2277S: Maintained
2278F: stubs/
2279
598a3f35 2280Tracing
1cd0f8ce 2281M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2282S: Maintained
2283F: trace/
0e076292 2284F: trace-events
3a8273b1 2285F: docs/qemu-option-trace.rst.inc
f70fd8fd
LV
2286F: scripts/tracetool.py
2287F: scripts/tracetool/
62dd1048 2288F: scripts/qemu-trace-stap*
605ffebb 2289F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2290F: docs/devel/tracing.txt
e18a8b34 2291T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2292
3859b6cf 2293TPM
1f63669e 2294M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2295S: Maintained
3859b6cf 2296F: tpm.c
c39f95dc 2297F: stubs/tpm.c
3859b6cf
MA
2298F: hw/tpm/*
2299F: include/hw/acpi/tpm.h
2300F: include/sysemu/tpm*
2301F: qapi/tpm.json
6b4f250b 2302F: backends/tpm.c
1e8a1fae 2303F: tests/qtest/*tpm*
e18a8b34 2304T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2305
14f40fdc 2306Checkpatch
14f40fdc
BS
2307S: Odd Fixes
2308F: scripts/checkpatch.pl
2309
c0787c8d
JQ
2310Migration
2311M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2312M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2313S: Maintained
107b5969
MAL
2314F: hw/core/vmstate-if.c
2315F: include/hw/vmstate-if.h
c0787c8d 2316F: include/migration/
44a1f946 2317F: migration/
c5515640
AS
2318F: scripts/vmstate-static-checker.py
2319F: tests/vmstate-static-checker-data/
1e8a1fae 2320F: tests/qtest/migration-test.c
c468e368 2321F: docs/devel/migration.rst
48685a8e 2322F: qapi/migration.json
c0787c8d 2323
a566907f
MAL
2324D-Bus
2325M: Marc-André Lureau <marcandre.lureau@redhat.com>
2326S: Maintained
5010cec2 2327F: backends/dbus-vmstate.c
586ca6ba 2328F: tests/dbus-vmstate*
a5021d69
MAL
2329F: util/dbus.c
2330F: include/qemu/dbus.h
a566907f 2331F: docs/interop/dbus.rst
5010cec2 2332F: docs/interop/dbus-vmstate.rst
a566907f 2333
92bfedb0 2334Seccomp
064983cb 2335M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
2336S: Supported
2337F: qemu-seccomp.c
2338F: include/sysemu/seccomp.h
2339
ddbb0d09
DB
2340Cryptography
2341M: Daniel P. Berrange <berrange@redhat.com>
2342S: Maintained
2343F: crypto/
2344F: include/crypto/
2345F: tests/test-crypto-*
3947ecfc 2346F: tests/benchmark-crypto-*
4d21171b
PMD
2347F: tests/crypto-tls-*
2348F: tests/pkix_asn1_tab.c
899833cd 2349F: qemu.sasl
ddbb0d09 2350
10817bf0
DB
2351Coroutines
2352M: Stefan Hajnoczi <stefanha@redhat.com>
2353M: Kevin Wolf <kwolf@redhat.com>
00a25291 2354S: Maintained
10817bf0
DB
2355F: util/*coroutine*
2356F: include/qemu/coroutine*
2357F: tests/test-coroutine.c
2358
88c5f205
DB
2359Buffers
2360M: Daniel P. Berrange <berrange@redhat.com>
2361S: Odd fixes
2362F: util/buffer.c
2363F: include/qemu/buffer.h
2364
666a3af9
DB
2365I/O Channels
2366M: Daniel P. Berrange <berrange@redhat.com>
2367S: Maintained
2368F: io/
2369F: include/io/
2370F: tests/test-io-*
2371
5b76dd13
DB
2372User authorization
2373M: Daniel P. Berrange <berrange@redhat.com>
2374S: Maintained
2375F: authz/
c8c99887 2376F: qapi/authz.json
5b76dd13
DB
2377F: include/authz/
2378F: tests/test-authz-*
2379
5614a283
GH
2380Sockets
2381M: Daniel P. Berrange <berrange@redhat.com>
2382M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2383S: Maintained
2384F: include/qemu/sockets.h
2385F: util/qemu-sockets.c
a2ff5a48 2386F: qapi/sockets.json
5614a283 2387
90e33dfe
DB
2388File monitor
2389M: Daniel P. Berrange <berrange@redhat.com>
2390S: Odd fixes
2391F: util/filemonitor*.c
2392F: include/qemu/filemonitor.h
2393F: tests/test-util-filemonitor.c
2394
d310d85b
AG
2395Throttling infrastructure
2396M: Alberto Garcia <berto@igalia.com>
2397S: Supported
2398F: block/throttle-groups.c
2399F: include/block/throttle-groups.h
89603938 2400F: include/qemu/throttle*.h
d310d85b 2401F: util/throttle.c
89603938
PMD
2402F: docs/throttle.txt
2403F: tests/test-throttle.c
d310d85b
AG
2404L: qemu-block@nongnu.org
2405
080d7aac 2406UUID
fe5ca46d 2407M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2408S: Supported
2409F: util/uuid.c
2410F: include/qemu/uuid.h
2411F: tests/test-uuid.c
2412
a4cc318e
HZ
2413COLO Framework
2414M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2415S: Maintained
2416F: migration/colo*
2417F: include/migration/colo.h
2418F: include/migration/failover.h
2419F: docs/COLO-FT.txt
2420
88f82ed1 2421COLO Proxy
c6bf50ff 2422M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2423M: Li Zhijian <lizhijian@cn.fujitsu.com>
2424S: Supported
2425F: docs/colo-proxy.txt
2426F: net/colo*
2427F: net/filter-rewriter.c
2428F: net/filter-mirror.c
2429
62258201
PD
2430Record/replay
2431M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2432R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2433W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2434S: Supported
2435F: replay/*
2436F: block/blkreplay.c
2437F: net/filter-replay.c
2438F: include/sysemu/replay.h
2439F: docs/replay.txt
2440F: stubs/replay.c
2441
eecf5eed
PX
2442IOVA Tree
2443M: Peter Xu <peterx@redhat.com>
2444S: Maintained
2445F: include/qemu/iova-tree.h
2446F: util/iova-tree.c
2447
5ee547bb
VP
2448elf2dmp
2449M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2450S: Maintained
2451F: contrib/elf2dmp/
2452
93198b6c
CM
2453I2C and SMBus
2454M: Corey Minyard <cminyard@mvista.com>
2455S: Maintained
2456F: hw/i2c/core.c
2457F: hw/i2c/smbus_slave.c
2458F: hw/i2c/smbus_master.c
2459F: hw/i2c/smbus_eeprom.c
2460F: include/hw/i2c/i2c.h
2461F: include/hw/i2c/smbus_master.h
2462F: include/hw/i2c/smbus_slave.h
2463F: include/hw/i2c/smbus_eeprom.h
2464
6739df3f
LE
2465EDK2 Firmware
2466M: Laszlo Ersek <lersek@redhat.com>
2467M: Philippe Mathieu-Daudé <philmd@redhat.com>
2468S: Supported
2469F: pc-bios/descriptors/??-edk2-*.json
2470F: pc-bios/edk2-*
2471F: roms/Makefile.edk2
2472F: roms/edk2
2473F: roms/edk2-*
2474F: tests/data/uefi-boot-images/
2475F: tests/uefi-test-tools/
71920809
PMD
2476F: .gitlab-ci-edk2.yml
2477F: .gitlab-ci.d/edk2/
6739df3f 2478
fd5d5c56
AL
2479Usermode Emulation
2480------------------
6347e1f1 2481Overall usermode emulation
486bbe5f
PB
2482M: Riku Voipio <riku.voipio@iki.fi>
2483S: Maintained
2484F: thunk.c
58410666 2485F: accel/tcg/user-exec*.c
486bbe5f 2486
fd5d5c56 2487BSD user
297e8005 2488S: Orphan
fd5d5c56 2489F: bsd-user/
ccf0a57b 2490F: default-configs/*-bsd-user.mak
fd5d5c56 2491
fd5d5c56
AL
2492Linux user
2493M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 2494R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2495S: Maintained
2496F: linux-user/
ccf0a57b 2497F: default-configs/*-linux-user.mak
e5dd9875 2498F: scripts/qemu-binfmt-conf.sh
e3a6c825 2499F: scripts/update-syscalltbl.sh
57333330 2500F: scripts/update-mips-syscall-args.sh
382ae67a 2501F: scripts/gensyscalls.sh
42f5a7e9
AJ
2502
2503Tiny Code Generator (TCG)
2504-------------------------
6347e1f1 2505Common TCG code
cc7772bd 2506M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2507S: Maintained
2508F: tcg/
d3582cfd 2509F: include/tcg/
42f5a7e9 2510
22b5867b
AB
2511TCG Plugins
2512M: Alex Bennée <alex.bennee@linaro.org>
2513S: Maintained
8ea6abf0 2514F: docs/devel/tcg-plugins.rst
22b5867b
AB
2515F: plugins/
2516F: tests/plugin
2517
6347e1f1 2518AArch64 TCG target
3e5a01ef 2519M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2520S: Maintained
b4f2bd1c 2521L: qemu-arm@nongnu.org
b25a464c 2522F: tcg/aarch64/
c17652ee
PB
2523F: disas/arm-a64.cc
2524F: disas/libvixl/
b25a464c 2525
6347e1f1 2526ARM TCG target
42f5a7e9
AJ
2527M: Andrzej Zaborowski <balrogg@gmail.com>
2528S: Maintained
b4f2bd1c 2529L: qemu-arm@nongnu.org
42f5a7e9 2530F: tcg/arm/
c17652ee 2531F: disas/arm.c
42f5a7e9 2532
6347e1f1 2533i386 TCG target
ecd1a5d0 2534M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2535S: Maintained
2536F: tcg/i386/
c17652ee 2537F: disas/i386.c
42f5a7e9 2538
6347e1f1 2539MIPS TCG target
0eac70b0 2540M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
099d510b 2541R: Aurelien Jarno <aurelien@aurel32.net>
63640d6a 2542R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
42f5a7e9
AJ
2543S: Maintained
2544F: tcg/mips/
2545
6347e1f1 2546PPC TCG target
15610d42
PK
2547M: Richard Henderson <rth@twiddle.net>
2548S: Odd Fixes
42f5a7e9 2549F: tcg/ppc/
c17652ee 2550F: disas/ppc.c
42f5a7e9 2551
6347e1f1 2552RISC-V TCG target
c1677bcc 2553M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2554M: Alistair Francis <Alistair.Francis@wdc.com>
2555L: qemu-riscv@nongnu.org
2556S: Maintained
2557F: tcg/riscv/
2558F: disas/riscv.c
2559
6347e1f1 2560S390 TCG target
42f5a7e9
AJ
2561M: Richard Henderson <rth@twiddle.net>
2562S: Maintained
2563F: tcg/s390/
c17652ee 2564F: disas/s390.c
146bd283 2565L: qemu-s390x@nongnu.org
42f5a7e9 2566
6347e1f1 2567SPARC TCG target
297e8005 2568S: Odd Fixes
42f5a7e9 2569F: tcg/sparc/
c17652ee 2570F: disas/sparc.c
bc75c9e5 2571
6347e1f1 2572TCI TCG target
bc75c9e5
SW
2573M: Stefan Weil <sw@weilnetz.de>
2574S: Maintained
8ef9cd55 2575F: tcg/tci/
752a2ae2 2576F: tcg/tci.c
c17652ee 2577F: disas/tci.c
aa09c951 2578
f05b328c
SH
2579Block drivers
2580-------------
2581VMDK
fe5ca46d 2582M: Fam Zheng <fam@euphon.net>
c95e4c0e 2583L: qemu-block@nongnu.org
f05b328c
SH
2584S: Supported
2585F: block/vmdk.c
2586
2587RBD
2bbd9986 2588M: Jason Dillaman <dillaman@redhat.com>
280458a3 2589L: qemu-block@nongnu.org
f05b328c
SH
2590S: Supported
2591F: block/rbd.c
2592
2593Sheepdog
f05b328c 2594M: Liu Yuan <namei.unix@gmail.com>
280458a3 2595L: qemu-block@nongnu.org
5f5246b6
JC
2596L: sheepdog@lists.wpkg.org
2597S: Odd Fixes
f05b328c
SH
2598F: block/sheepdog.c
2599
2600VHDX
5f5246b6 2601M: Jeff Cody <codyprime@gmail.com>
280458a3 2602L: qemu-block@nongnu.org
f05b328c
SH
2603S: Supported
2604F: block/vhdx*
2605
2606VDI
2607M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2608L: qemu-block@nongnu.org
f05b328c
SH
2609S: Maintained
2610F: block/vdi.c
2611
2612iSCSI
2613M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2614M: Paolo Bonzini <pbonzini@redhat.com>
2615M: Peter Lieven <pl@kamp.de>
c95e4c0e 2616L: qemu-block@nongnu.org
2185fd67 2617S: Odd Fixes
f05b328c 2618F: block/iscsi.c
2deb63c2 2619F: block/iscsi-opts.c
f05b328c 2620
99c62e70
EB
2621Network Block Device (NBD)
2622M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2623L: qemu-block@nongnu.org
2624S: Maintained
2625F: block/nbd*
2626F: nbd/
2627F: include/block/nbd*
2628F: qemu-nbd.*
2629F: blockdev-nbd.c
3229a835 2630F: docs/interop/nbd.txt
87c0868f 2631F: docs/interop/qemu-nbd.rst
ebe2aad2 2632T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2633
6542aa9c
PL
2634NFS
2635M: Peter Lieven <pl@kamp.de>
280458a3 2636L: qemu-block@nongnu.org
6542aa9c
PL
2637S: Maintained
2638F: block/nfs.c
2639
f05b328c
SH
2640SSH
2641M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2642L: qemu-block@nongnu.org
f05b328c
SH
2643S: Supported
2644F: block/ssh.c
c9a12e75 2645
280458a3 2646CURL
280458a3 2647L: qemu-block@nongnu.org
5c6090fa 2648S: Odd Fixes
280458a3 2649F: block/curl.c
280458a3
JC
2650
2651GLUSTER
280458a3 2652L: qemu-block@nongnu.org
5c6090fa
TH
2653L: integration@gluster.org
2654S: Odd Fixes
280458a3 2655F: block/gluster.c
b5e9476c 2656
199667a8 2657Null Block Driver
fe5ca46d 2658M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2659L: qemu-block@nongnu.org
2660S: Supported
2661F: block/null.c
2662
bdd6a90a 2663NVMe Block Driver
fe5ca46d 2664M: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2665L: qemu-block@nongnu.org
2666S: Supported
2667F: block/nvme*
2668
b5e9476c
GA
2669Bootdevice
2670M: Gonglei <arei.gonglei@huawei.com>
2671S: Maintained
2672F: bootdevice.c
ecdda9e0
AG
2673
2674Quorum
2675M: Alberto Garcia <berto@igalia.com>
2676S: Supported
2677F: block/quorum.c
2678L: qemu-block@nongnu.org
e7c6e631 2679
bfcc224e
AV
2680blklogwrites
2681M: Ari Sundholm <ari@tuxera.com>
2682L: qemu-block@nongnu.org
2683S: Supported
2684F: block/blklogwrites.c
2685
e7c6e631
SH
2686blkverify
2687M: Stefan Hajnoczi <stefanha@redhat.com>
2688L: qemu-block@nongnu.org
2689S: Supported
2690F: block/blkverify.c
2691
2692bochs
2693M: Stefan Hajnoczi <stefanha@redhat.com>
2694L: qemu-block@nongnu.org
2695S: Supported
2696F: block/bochs.c
2697
2698cloop
2699M: Stefan Hajnoczi <stefanha@redhat.com>
2700L: qemu-block@nongnu.org
2701S: Supported
2702F: block/cloop.c
2703
2704dmg
2705M: Stefan Hajnoczi <stefanha@redhat.com>
2706L: qemu-block@nongnu.org
2707S: Supported
2708F: block/dmg.c
2709
2710parallels
2711M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2712M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2713L: qemu-block@nongnu.org
2714S: Supported
2715F: block/parallels.c
5746c1cd 2716F: docs/interop/parallels.txt
e7c6e631
SH
2717
2718qed
2719M: Stefan Hajnoczi <stefanha@redhat.com>
2720L: qemu-block@nongnu.org
2721S: Supported
2722F: block/qed.c
2723
2724raw
2725M: Kevin Wolf <kwolf@redhat.com>
2726L: qemu-block@nongnu.org
2727S: Supported
2728F: block/linux-aio.c
f586d5fc 2729F: include/block/raw-aio.h
2e6fc7eb 2730F: block/raw-format.c
c1bb86cd
EB
2731F: block/file-posix.c
2732F: block/file-win32.c
e7c6e631
SH
2733F: block/win32-aio.c
2734
6663a0a3
AM
2735Linux io_uring
2736M: Aarushi Mehta <mehta.aaru20@gmail.com>
2737M: Julia Suvorova <jusual@redhat.com>
2738M: Stefan Hajnoczi <stefanha@redhat.com>
2739L: qemu-block@nongnu.org
2740S: Maintained
2741F: block/io_uring.c
06a47ef5 2742F: stubs/io_uring.c
6663a0a3 2743
e7c6e631
SH
2744qcow2
2745M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2746M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2747L: qemu-block@nongnu.org
2748S: Supported
2749F: block/qcow2*
b24f9882 2750F: docs/interop/qcow2.txt
e7c6e631
SH
2751
2752qcow
2753M: Kevin Wolf <kwolf@redhat.com>
2754L: qemu-block@nongnu.org
2755S: Supported
2756F: block/qcow.c
2757
2758blkdebug
2759M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2760M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2761L: qemu-block@nongnu.org
2762S: Supported
2763F: block/blkdebug.c
2764
2765vpc
2766M: Kevin Wolf <kwolf@redhat.com>
2767L: qemu-block@nongnu.org
2768S: Supported
2769F: block/vpc.c
2770
2771vvfat
2772M: Kevin Wolf <kwolf@redhat.com>
2773L: qemu-block@nongnu.org
2774S: Supported
2775F: block/vvfat.c
abfe4e94
SH
2776
2777Image format fuzzer
2778M: Stefan Hajnoczi <stefanha@redhat.com>
2779L: qemu-block@nongnu.org
2780S: Supported
2781F: tests/image-fuzzer/
717171bd 2782
049105a3 2783Replication
205f8618 2784M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2785M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2786S: Supported
2787F: replication*
2788F: block/replication.c
2789F: tests/test-replication.c
2790F: docs/block-replication.txt
2791
a3defabb 2792PVRDMA
bfffeac8 2793M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 2794M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2795S: Maintained
2796F: hw/rdma/*
2797F: hw/rdma/vmw/*
2798F: docs/pvrdma.txt
a5d2f6f8 2799F: contrib/rdmacm-mux/*
4a5c9903 2800F: qapi/rdma.json
a3defabb 2801
b052fec8
AB
2802Semihosting
2803M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
2804S: Maintained
2805F: hw/semihosting/
2806F: include/hw/semihosting/
2807
b9e02c06
AB
2808Build and test automation
2809-------------------------
0475a03e 2810Build and test automation
b9e02c06 2811M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 2812M: Fam Zheng <fam@euphon.net>
0d8ea8f1 2813R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 2814S: Maintained
b9e02c06 2815F: .travis.yml
0708e647 2816F: scripts/travis/
d92d886a 2817F: .shippable.yml
e70dc7f8 2818F: tests/docker/
18023821 2819F: tests/vm/
54dbfd85 2820F: scripts/archive-source.sh
e70dc7f8 2821W: https://travis-ci.org/qemu/qemu
2a747008 2822W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2823W: http://patchew.org/QEMU/
717171bd 2824
7162fbb4
EM
2825FreeBSD Hosted Continuous Integration
2826M: Ed Maste <emaste@freebsd.org>
2827M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
2828S: Maintained
2829F: .cirrus.yml
2830W: https://cirrus-ci.com/github/qemu/qemu
2831
0a8b05c7
TH
2832GitLab Continuous Integration
2833M: Thomas Huth <thuth@redhat.com>
2834S: Maintained
2835F: .gitlab-ci.yml
2836
7e97017e
AB
2837Guest Test Compilation Support
2838M: Alex Bennée <alex.bennee@linaro.org>
2839R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 2840S: Maintained
7e97017e 2841F: tests/tcg/Makefile
c722a9e4 2842F: tests/tcg/Makefile.include
7e97017e 2843
717171bd
DB
2844Documentation
2845-------------
2846Build system architecture
2847M: Daniel P. Berrange <berrange@redhat.com>
2848S: Odd Fixes
c39cdbf6 2849F: docs/devel/build-system.txt
8a49e97f 2850
92329a7e
AB
2851GIT Data Mining Config
2852M: Alex Bennée <alex.bennee@linaro.org>
2853S: Odd Fixes
2854F: gitdm.config
2855F: contrib/gitdm/*
2856
b02c9bc3
MA
2857Incompatible changes
2858R: libvir-list@redhat.com
abcd92db 2859F: docs/system/deprecated.rst
b02c9bc3 2860
aef45d51
DB
2861Build System
2862------------
2863GIT submodules
2864M: Daniel P. Berrange <berrange@redhat.com>
2865S: Odd Fixes
2866F: scripts/git-submodule.sh
c10e01b9 2867
ef45a392 2868UI translations
0eac70b0 2869M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
ef45a392
AM
2870F: po/*.po
2871
c10e01b9
PM
2872Sphinx documentation configuration and build machinery
2873M: Peter Maydell <peter.maydell@linaro.org>
2874S: Maintained
2875F: docs/conf.py
2876F: docs/*/conf.py