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