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