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