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