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