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