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