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