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